@charset "UTF-8";
body.gutenberg-editor-page .has-black-background-color {
  background-color: #2a2a2a;
}

body.gutenberg-editor-page .has-gray-background-color {
  background-color: #656e79;
}

body.gutenberg-editor-page .has-light-gray-background-color {
  background-color: rgba(0, 0, 0, 0.04);
}

body.gutenberg-editor-page .has-light-gray-color {
  color: rgba(0, 0, 0, 0.04);
}

body.gutenberg-editor-page .has-black-color {
  color: #2a2a2a;
}

body.gutenberg-editor-page .has-gray-color {
  color: #656e79;
}

body.gutenberg-editor-page .editor-block-list__block,
body.gutenberg-editor-page .editor-post-title__block,
body.gutenberg-editor-page .editor-default-block-appender {
  max-width: 700px;
}

body.gutenberg-editor-page .editor-block-list__block[data-align="wide"] {
  max-width: 1000px;
}

body.gutenberg-editor-page .editor-block-list__block[data-align="full"] {
  max-width: none;
}

body.gutenberg-editor-page .editor-post-title__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #2a2a2a;
  font-family: "Heebo", serif;
  font-weight: 600;
  letter-spacing: -0.009em;
  line-height: 1.28em;
}

body.gutenberg-editor-page .editor-post-title__input {
  font-size: 32px;
}

@media screen and (min-width: 514px) {
  body.gutenberg-editor-page .editor-post-title__input {
    font-size: calc(32px + 23 * ((100vw - 514px) / 686));
  }
}

@media screen and (min-width: 1200px) {
  body.gutenberg-editor-page .editor-post-title__input {
    font-size: 55px;
  }
}

body.gutenberg-editor-page .edit-post-text-editor .editor-post-title {
  max-width: calc(700px + 40px);
}

@media (min-width: 600px) {
  body.gutenberg-editor-page .edit-post-text-editor .editor-post-title {
    padding-left: 0;
    padding-right: 0;
  }
}

body.gutenberg-editor-page .edit-post-text-editor .editor-post-title .editor-post-permalink {
  left: 1px;
  right: 1px;
  top: -40px;
}

.edit-post-visual-editor {
  @custom-media --breakpoint-sm (min-width: 40em);
  @custom-media --breakpoint-md (min-width: 52em);
  @custom-media --breakpoint-lg (min-width: 64em);
}

.edit-post-visual-editor .editor-block-list__block:first-of-type.is-selected {
  z-index: 9999;
}

.edit-post-visual-editor p,
.edit-post-visual-editor ul,
.edit-post-visual-editor ol {
  line-height: 1.66;
  color: #2a2a2a;
  font-family: "Lora", serif;
}

.edit-post-visual-editor p,
.edit-post-visual-editor ul,
.edit-post-visual-editor ol {
  font-size: 17px;
}

@media screen and (min-width: 600px) {
  .edit-post-visual-editor p,
  .edit-post-visual-editor ul,
  .edit-post-visual-editor ol {
    font-size: calc(17px + 2 * ((100vw - 600px) / 220));
  }
}

@media screen and (min-width: 820px) {
  .edit-post-visual-editor p,
  .edit-post-visual-editor ul,
  .edit-post-visual-editor ol {
    font-size: 19px;
  }
}

@media screen and (min-width: 600px) {
  .edit-post-visual-editor p,
  .edit-post-visual-editor ul,
  .edit-post-visual-editor ol {
    line-height: calc(1.4em + (1.6 - 1.3) * ((100vw - 18em) / (35 - 18)));
  }
}

@media screen and (min-width: 820px) {
  .edit-post-visual-editor p,
  .edit-post-visual-editor ul,
  .edit-post-visual-editor ol {
    line-height: 1.75;
  }
}

.edit-post-visual-editor .blocks-rich-text__tinymce.mce-content-body {
  line-height: 1.66;
}

@media screen and (min-width: 600px) {
  .edit-post-visual-editor .blocks-rich-text__tinymce.mce-content-body {
    line-height: calc(1.4em + (1.6 - 1.3) * ((100vw - 18em) / (35 - 18)));
  }
}

@media screen and (min-width: 820px) {
  .edit-post-visual-editor .blocks-rich-text__tinymce.mce-content-body {
    line-height: 1.75;
  }
}

.edit-post-visual-editor .editor-default-block-appender input[type="text"].editor-default-block-appender__content {
  line-height: 1.75;
  font-family: "Lora", serif;
}

.edit-post-visual-editor .editor-default-block-appender input[type="text"].editor-default-block-appender__content {
  font-size: 17px;
}

@media screen and (min-width: 600px) {
  .edit-post-visual-editor .editor-default-block-appender input[type="text"].editor-default-block-appender__content {
    font-size: calc(17px + 2 * ((100vw - 600px) / 220));
  }
}

@media screen and (min-width: 820px) {
  .edit-post-visual-editor .editor-default-block-appender input[type="text"].editor-default-block-appender__content {
    font-size: 19px;
  }
}

@media screen and (min-width: 600px) {
  .edit-post-visual-editor .editor-default-block-appender input[type="text"].editor-default-block-appender__content {
    line-height: calc(1.4em + (1.6 - 1.3) * ((100vw - 18em) / (35 - 18)));
  }
}

@media screen and (min-width: 820px) {
  .edit-post-visual-editor .editor-default-block-appender input[type="text"].editor-default-block-appender__content {
    line-height: 1.65;
  }
}

.edit-post-visual-editor a:not(.components-button) {
  -webkit-box-shadow: inset 0 -1px 0 currentColor;
          box-shadow: inset 0 -1px 0 currentColor;
  color: #2a2a2a;
  text-decoration: none;
  /* Fixes linked images */
}

.edit-post-visual-editor a:not(.components-button):hover {
  -webkit-box-shadow: inset 0 0 0 currentColor, 0 3px 0 currentColor;
          box-shadow: inset 0 0 0 currentColor, 0 3px 0 currentColor;
}

.edit-post-visual-editor a:not(.components-button) a img {
  -webkit-box-shadow: 0 0 0 6px #fff;
          box-shadow: 0 0 0 6px #fff;
}

.edit-post-visual-editor .blocks-rich-text__tinymce:focus a[data-mce-selected] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.edit-post-visual-editor .sans-serif-font, .edit-post-visual-editor .editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-heading, .editor-block-list__block[data-type="coblocks/author"] .edit-post-visual-editor .wp-block-coblocks-author__content-heading, .edit-post-visual-editor .editor-block-list__block[data-type="coblocks/click-to-tweet"] .wp-block-coblocks-click-to-tweet__twitter-btn, .editor-block-list__block[data-type="coblocks/click-to-tweet"] .edit-post-visual-editor .wp-block-coblocks-click-to-tweet__twitter-btn, .edit-post-visual-editor .editor-block-list__block[data-type="core/image"] figcaption, .editor-block-list__block[data-type="core/image"] .edit-post-visual-editor figcaption,
.edit-post-visual-editor .editor-block-list__block[data-type="core/gallery"] figcaption, .editor-block-list__block[data-type="core/gallery"] .edit-post-visual-editor figcaption,
.edit-post-visual-editor .editor-block-list__block[data-type="core/cover-image"] figcaption, .editor-block-list__block[data-type="core/cover-image"] .edit-post-visual-editor figcaption,
.edit-post-visual-editor .editor-block-list__block[data-type="core/audio"] figcaption, .editor-block-list__block[data-type="core/audio"] .edit-post-visual-editor figcaption {
  font-family: "Heebo", serif;
}

.edit-post-visual-editor .h6 {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: -0.0075em;
  line-height: 1.4;
}

.edit-post-visual-editor :root {
  --letter-spacing: 1;
  --caps-letter-spacing: .2em;
  --bold-font-weight: 800;
}

.edit-post-visual-editor .body-font {
  font-family: "Lora", serif;
}

.edit-post-visual-editor .sans-serif-font, .edit-post-visual-editor .editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-heading, .editor-block-list__block[data-type="coblocks/author"] .edit-post-visual-editor .wp-block-coblocks-author__content-heading, .edit-post-visual-editor .editor-block-list__block[data-type="coblocks/click-to-tweet"] .wp-block-coblocks-click-to-tweet__twitter-btn, .editor-block-list__block[data-type="coblocks/click-to-tweet"] .edit-post-visual-editor .wp-block-coblocks-click-to-tweet__twitter-btn, .edit-post-visual-editor .editor-block-list__block[data-type="core/image"] figcaption, .editor-block-list__block[data-type="core/image"] .edit-post-visual-editor figcaption,
.edit-post-visual-editor .editor-block-list__block[data-type="core/gallery"] figcaption, .editor-block-list__block[data-type="core/gallery"] .edit-post-visual-editor figcaption,
.edit-post-visual-editor .editor-block-list__block[data-type="core/cover-image"] figcaption, .editor-block-list__block[data-type="core/cover-image"] .edit-post-visual-editor figcaption,
.edit-post-visual-editor .editor-block-list__block[data-type="core/audio"] figcaption, .editor-block-list__block[data-type="core/audio"] .edit-post-visual-editor figcaption {
  font-family: "Heebo", sans-serif;
}

.edit-post-visual-editor .small, .edit-post-visual-editor .editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-heading, .editor-block-list__block[data-type="coblocks/author"] .edit-post-visual-editor .wp-block-coblocks-author__content-heading {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 600px) {
  .edit-post-visual-editor .small, .edit-post-visual-editor .editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-heading, .editor-block-list__block[data-type="coblocks/author"] .edit-post-visual-editor .wp-block-coblocks-author__content-heading {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.edit-post-visual-editor .extra-small {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 600px) {
  .edit-post-visual-editor .extra-small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.edit-post-visual-editor .smooth {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.edit-post-visual-editor .regular {
  font-weight: 400;
}

.edit-post-visual-editor .medium, .edit-post-visual-editor .editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-heading, .editor-block-list__block[data-type="coblocks/author"] .edit-post-visual-editor .wp-block-coblocks-author__content-heading {
  font-weight: 500;
}

.edit-post-visual-editor .thin {
  font-weight: 300;
}

.edit-post-visual-editor .medium-bold {
  font-weight: 600;
}

.edit-post-visual-editor .bold {
  font-weight: 800 !important;
}

.edit-post-visual-editor .normal {
  font-style: initial !important;
}

.edit-post-visual-editor .italic {
  font-style: italic;
}

.edit-post-visual-editor .caps {
  text-transform: uppercase;
  letter-spacing: var(--caps-letter-spacing);
}

.edit-post-visual-editor .left-align {
  text-align: left;
}

.edit-post-visual-editor .center-align {
  text-align: center;
}

.edit-post-visual-editor .right-align {
  text-align: right;
}

.edit-post-visual-editor .justify {
  text-align: justify;
}

.edit-post-visual-editor .nowrap {
  white-space: nowrap;
}

.edit-post-visual-editor .break-word {
  word-wrap: break-word;
}

.edit-post-visual-editor .list-reset {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.edit-post-visual-editor .gray, .edit-post-visual-editor .editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-heading, .editor-block-list__block[data-type="coblocks/author"] .edit-post-visual-editor .wp-block-coblocks-author__content-heading {
  color: #656e79;
}

.edit-post-visual-editor .dark-gray {
  color: #6d6c6c;
}

.edit-post-visual-editor .white {
  color: #fff;
}

.edit-post-visual-editor .no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.edit-post-visual-editor .hide,
.edit-post-visual-editor .hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
          clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.edit-post-visual-editor .bottom-spacer {
  margin-bottom: 2.35em;
}

@media only screen and (min-width: 900px) {
  .edit-post-visual-editor .bottom-spacer {
    margin-bottom: 2.5em;
  }
}

.edit-post-visual-editor .top-spacer {
  margin-bottom: 2.35em;
}

@media only screen and (min-width: 900px) {
  .edit-post-visual-editor .top-spacer {
    margin-top: 2.5em;
  }
}

.edit-post-visual-editor .margin-left-auto {
  margin-left: auto;
}

.edit-post-visual-editor .margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.edit-post-visual-editor .container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media only screen and (min-width: 600px) {
  .edit-post-visual-editor .container {
    width: 760px;
  }
}

.edit-post-visual-editor .container.max-width {
  padding-left: 20px;
  padding-right: 20px;
  width: 1100px;
}

.edit-post-visual-editor .max-width {
  max-width: 100%;
}

.edit-post-visual-editor .display-block {
  display: block;
}

.edit-post-visual-editor .display-inline-block {
  display: inline-block;
}

.edit-post-visual-editor .display-inline {
  display: inline;
}

.edit-post-visual-editor .display-none {
  display: none;
}

.edit-post-visual-editor .overflow-hidden {
  overflow: hidden;
}

.edit-post-visual-editor .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.edit-post-visual-editor .left {
  float: left;
}

.edit-post-visual-editor .right {
  float: right;
}

.edit-post-visual-editor .relative {
  position: relative;
}

.edit-post-visual-editor .absolute {
  position: absolute;
}

.edit-post-visual-editor .fixed {
  position: fixed;
}

.edit-post-visual-editor .top-0 {
  top: 0;
}

.edit-post-visual-editor .right-0 {
  right: 0;
}

.edit-post-visual-editor .bottom-0 {
  bottom: 0;
}

.edit-post-visual-editor .left-0 {
  left: 0;
}

.edit-post-visual-editor .container--sml {
  max-width: 380px;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  .edit-post-visual-editor .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (--breakpoint-sm) {
  .edit-post-visual-editor .sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (--breakpoint-md) {
  .edit-post-visual-editor .md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (--breakpoint-lg) {
  .edit-post-visual-editor .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.edit-post-visual-editor .flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.edit-post-visual-editor .flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.edit-post-visual-editor .items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.edit-post-visual-editor .items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.edit-post-visual-editor .items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit-post-visual-editor .items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.edit-post-visual-editor .items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.edit-post-visual-editor .self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.edit-post-visual-editor .self-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.edit-post-visual-editor .self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.edit-post-visual-editor .self-baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}

.edit-post-visual-editor .self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.edit-post-visual-editor .justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.edit-post-visual-editor .justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.edit-post-visual-editor .justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.edit-post-visual-editor .justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.edit-post-visual-editor .justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.edit-post-visual-editor .content-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.edit-post-visual-editor .content-end {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.edit-post-visual-editor .content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.edit-post-visual-editor .content-between {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.edit-post-visual-editor .content-around {
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
}

.edit-post-visual-editor .content-stretch {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.editor-block-list__block[data-type="coblocks/alert"] .wp-block-coblocks-alert__title {
  font-size: 1.4em;
}

.editor-block-list__block[data-type="core/subhead"] p.wp-block-subhead {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-size: 1.375rem;
  color: #656e79;
  font-family: "Heebo", serif;
  font-style: normal;
  opacity: 1;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/subhead"] p.wp-block-subhead {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.42;
  }
}

.entry-content > .editor-block-list__block[data-type="core/subhead"] p.wp-block-subhead:nth-of-type(1) {
  margin-top: -0.33em;
}

.editor-block-list__block[data-type="core/subhead"] p.wp-block-subhead a {
  -webkit-box-shadow: inset 0 -2px 0 currentColor !important;
          box-shadow: inset 0 -2px 0 currentColor !important;
}

.editor-block-list__block[data-type="core/subhead"] a {
  -webkit-box-shadow: inset 0 -2px 0 currentColor !important;
          box-shadow: inset 0 -2px 0 currentColor !important;
  color: #656e79;
}

.editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author {
  max-width: 720px !important;
}

.editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-heading {
  margin-bottom: 0;
}

.editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-name h3 {
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0;
  font-family: "Heebo", serif;
}

.editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-name h3 {
  font-size: 24px;
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-name h3 {
    font-size: calc(24px + 3 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-name h3 {
    font-size: 27px;
  }
}

.editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content {
  line-height: 1.8;
}

.editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #1c1c1c;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  padding: .53em 1.3em .53em;
  padding-bottom: 0.43em;
  position: relative;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1), border 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1), border 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.editor-block-list__block[data-type="coblocks/author"] .wp-block-coblocks-author__content-button:hover {
  background: #656e79;
  color: #fff;
  outline: none;
}

.editor-block-list__block[data-type="coblocks/click-to-tweet"] .wp-block-coblocks-click-to-tweet__text {
  font-size: 25px;
  font-size: 1.5625rem;
  border: none;
  quotes: none;
  font-style: italic;
  line-height: 1.7;
  font-weight: 400;
  color: #656e79;
}

.editor-block-list__block[data-type="coblocks/click-to-tweet"] .wp-block-coblocks-click-to-tweet__twitter-btn {
  font-size: 16px;
  font-size: 1rem;
  height: 40px;
  font-weight: 500;
  line-height: 41px;
  padding-left: 0.9em;
  padding-right: 0.9em;
}

.editor-block-list__block[data-type="coblocks/click-to-tweet"] .wp-block-coblocks-click-to-tweet__text::before {
  top: 10px;
}

.editor-block-list__block[data-type="core/image"],
.editor-block-list__block[data-type="core/gallery"],
.editor-block-list__block[data-type="core/cover-image"],
.editor-block-list__block[data-type="core/audio"] {
  margin-top: 1.8rem;
  margin-bottom: 1.6rem;
}

.editor-block-list__block[data-type="core/image"][data-align="wide"],
.editor-block-list__block[data-type="core/gallery"][data-align="wide"],
.editor-block-list__block[data-type="core/cover-image"][data-align="wide"],
.editor-block-list__block[data-type="core/audio"][data-align="wide"] {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.editor-block-list__block[data-type="core/image"][data-align="full"],
.editor-block-list__block[data-type="core/gallery"][data-align="full"],
.editor-block-list__block[data-type="core/cover-image"][data-align="full"],
.editor-block-list__block[data-type="core/audio"][data-align="full"] {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}

.editor-block-list__block[data-type="core/image"] figcaption,
.editor-block-list__block[data-type="core/gallery"] figcaption,
.editor-block-list__block[data-type="core/cover-image"] figcaption,
.editor-block-list__block[data-type="core/audio"] figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #656e79;
  background: #fff;
  margin-bottom: -0.5rem;
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/image"] figcaption,
  .editor-block-list__block[data-type="core/gallery"] figcaption,
  .editor-block-list__block[data-type="core/cover-image"] figcaption,
  .editor-block-list__block[data-type="core/audio"] figcaption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.editor-block-list__block[data-type="core/image"] figcaption a,
.editor-block-list__block[data-type="core/gallery"] figcaption a,
.editor-block-list__block[data-type="core/cover-image"] figcaption a,
.editor-block-list__block[data-type="core/audio"] figcaption a {
  color: #656e79;
}

.editor-block-list__block[data-type="core/image"] figcaption a:hover,
.editor-block-list__block[data-type="core/gallery"] figcaption a:hover,
.editor-block-list__block[data-type="core/cover-image"] figcaption a:hover,
.editor-block-list__block[data-type="core/audio"] figcaption a:hover {
  color: #2a2a2a;
}

.editor-block-list__block[data-type="core/image"] .wp-block-image figcaption,
.editor-block-list__block[data-type="core/gallery"] .wp-block-image figcaption,
.editor-block-list__block[data-type="core/cover-image"] .wp-block-image figcaption,
.editor-block-list__block[data-type="core/audio"] .wp-block-image figcaption {
  margin-top: 0.75em;
  margin-bottom: 0.15em;
}

.editor-block-list__block[data-type="core/image"] .blocks-gallery-item figcaption,
.editor-block-list__block[data-type="core/gallery"] .blocks-gallery-item figcaption,
.editor-block-list__block[data-type="core/cover-image"] .blocks-gallery-item figcaption,
.editor-block-list__block[data-type="core/audio"] .blocks-gallery-item figcaption {
  background: rgba(255, 255, 255, 0.7);
  padding-top: 0.55em;
  padding-bottom: 0.66em;
}

.editor-block-list__block[data-type="core/image"] .wp-block-gallery.columns-1 figcaption,
.editor-block-list__block[data-type="core/gallery"] .wp-block-gallery.columns-1 figcaption,
.editor-block-list__block[data-type="core/cover-image"] .wp-block-gallery.columns-1 figcaption,
.editor-block-list__block[data-type="core/audio"] .wp-block-gallery.columns-1 figcaption {
  background: #fff;
  padding-bottom: 0;
}

.editor-block-list__block[data-type="core/image"] .wp-block-gallery.columns-1 li:nth-child(1):last-child figure,
.editor-block-list__block[data-type="core/gallery"] .wp-block-gallery.columns-1 li:nth-child(1):last-child figure,
.editor-block-list__block[data-type="core/cover-image"] .wp-block-gallery.columns-1 li:nth-child(1):last-child figure,
.editor-block-list__block[data-type="core/audio"] .wp-block-gallery.columns-1 li:nth-child(1):last-child figure {
  margin-bottom: 1.1em;
}

.editor-block-list__block[data-type="core/image"] .wp-block-gallery.columns-1 li:last-child figure,
.editor-block-list__block[data-type="core/gallery"] .wp-block-gallery.columns-1 li:last-child figure,
.editor-block-list__block[data-type="core/cover-image"] .wp-block-gallery.columns-1 li:last-child figure,
.editor-block-list__block[data-type="core/audio"] .wp-block-gallery.columns-1 li:last-child figure {
  margin-bottom: 0;
}

.editor-block-list__block[data-type="core/cover-image"][data-align="left"], .editor-block-list__block[data-type="core/cover-image"][data-align="right"] {
  max-width: 100%;
}

@media (min-width: 880px) {
  .editor-block-list__block[data-type="core/cover-image"][data-align="left"], .editor-block-list__block[data-type="core/cover-image"][data-align="right"] {
    max-width: 480px;
  }
}

.editor-block-list__block[data-type="core/cover-image"][data-align="full"] .wp-block-cover-image-text {
  font-size: 28px;
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/cover-image"][data-align="full"] .wp-block-cover-image-text {
    font-size: calc(28px + 12 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .editor-block-list__block[data-type="core/cover-image"][data-align="full"] .wp-block-cover-image-text {
    font-size: 40px;
  }
}

.editor-block-list__block[data-type="core/cover-image"] .wp-block-cover-image-text {
  line-height: 1.3;
  font-family: "Heebo", serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.editor-block-list__block[data-type="core/cover-image"] .wp-block-cover-image-text {
  font-size: 24px;
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/cover-image"] .wp-block-cover-image-text {
    font-size: calc(24px + 8 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .editor-block-list__block[data-type="core/cover-image"] .wp-block-cover-image-text {
    font-size: 32px;
  }
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/cover-image"] .wp-block-cover-image-text {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .editor-block-list__block[data-type="core/cover-image"] .wp-block-cover-image-text {
    line-height: 1.2;
  }
}

.alignfull .editor-block-list__block[data-type="core/cover-image"] .wp-block-cover-image-text {
  font-size: 28px;
}

@media screen and (min-width: 514px) {
  .alignfull .editor-block-list__block[data-type="core/cover-image"] .wp-block-cover-image-text {
    font-size: calc(28px + 12 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .alignfull .editor-block-list__block[data-type="core/cover-image"] .wp-block-cover-image-text {
    font-size: 40px;
  }
}

.editor-block-list__block[data-type="core/heading"] {
  margin-top: 0.8rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/heading"] {
    margin-top: 2rem;
  }
}

.editor-block-list__block[data-type="core/heading"] h1,
.editor-block-list__block[data-type="core/heading"] h2,
.editor-block-list__block[data-type="core/heading"] h3,
.editor-block-list__block[data-type="core/heading"] h4,
.editor-block-list__block[data-type="core/heading"] h5,
.editor-block-list__block[data-type="core/heading"] h6 {
  clear: both;
  color: #2a2a2a;
  font-family: "Heebo", serif;
  font-weight: 800;
  margin: 0;
}

.entry-content .editor-block-list__block[data-type="core/heading"] h1,
.comment-content .editor-block-list__block[data-type="core/heading"] h1, .entry-content
.editor-block-list__block[data-type="core/heading"] h2,
.comment-content
.editor-block-list__block[data-type="core/heading"] h2, .entry-content
.editor-block-list__block[data-type="core/heading"] h3,
.comment-content
.editor-block-list__block[data-type="core/heading"] h3, .entry-content
.editor-block-list__block[data-type="core/heading"] h4,
.comment-content
.editor-block-list__block[data-type="core/heading"] h4, .entry-content
.editor-block-list__block[data-type="core/heading"] h5,
.comment-content
.editor-block-list__block[data-type="core/heading"] h5, .entry-content
.editor-block-list__block[data-type="core/heading"] h6,
.comment-content
.editor-block-list__block[data-type="core/heading"] h6 {
  margin: -0.35em 0 0.25em;
  padding-top: 1em;
}

.entry-content .editor-block-list__block[data-type="core/heading"] h1 a,
.comment-content .editor-block-list__block[data-type="core/heading"] h1 a, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 a,
.comment-content
.editor-block-list__block[data-type="core/heading"] h2 a, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 a,
.comment-content
.editor-block-list__block[data-type="core/heading"] h3 a, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 a,
.comment-content
.editor-block-list__block[data-type="core/heading"] h4 a, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 a,
.comment-content
.editor-block-list__block[data-type="core/heading"] h5 a, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 a,
.comment-content
.editor-block-list__block[data-type="core/heading"] h6 a {
  color: #2a2a2a;
  -webkit-box-shadow: 0 0 0 currentColor;
          box-shadow: 0 0 0 currentColor;
}

.entry-content .editor-block-list__block[data-type="core/heading"] h1 a:focus,
.comment-content .editor-block-list__block[data-type="core/heading"] h1 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h2 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h3 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h4 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h5 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h6 a:focus {
  outline: thin dotted;
}

.entry-content .editor-block-list__block[data-type="core/heading"] h1 a:hover, .entry-content .editor-block-list__block[data-type="core/heading"] h1 a:focus,
.comment-content .editor-block-list__block[data-type="core/heading"] h1 a:hover,
.comment-content .editor-block-list__block[data-type="core/heading"] h1 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 a:hover, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h2 a:hover,
.comment-content
.editor-block-list__block[data-type="core/heading"] h2 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 a:hover, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h3 a:hover,
.comment-content
.editor-block-list__block[data-type="core/heading"] h3 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 a:hover, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h4 a:hover,
.comment-content
.editor-block-list__block[data-type="core/heading"] h4 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 a:hover, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h5 a:hover,
.comment-content
.editor-block-list__block[data-type="core/heading"] h5 a:focus, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 a:hover, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 a:focus,
.comment-content
.editor-block-list__block[data-type="core/heading"] h6 a:hover,
.comment-content
.editor-block-list__block[data-type="core/heading"] h6 a:focus {
  -webkit-box-shadow: 0 0 0 currentColor;
          box-shadow: 0 0 0 currentColor;
}

.entry-content .editor-block-list__block[data-type="core/heading"] h1 + .editor-block-list__block[data-type="core/heading"] h1, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 + .editor-block-list__block[data-type="core/heading"] h1, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 + .editor-block-list__block[data-type="core/heading"] h1, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 + .editor-block-list__block[data-type="core/heading"] h1, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 + .editor-block-list__block[data-type="core/heading"] h1, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 + .editor-block-list__block[data-type="core/heading"] h1, .entry-content .editor-block-list__block[data-type="core/heading"] h1 +
.editor-block-list__block[data-type="core/heading"] h2, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 +
.editor-block-list__block[data-type="core/heading"] h2, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 +
.editor-block-list__block[data-type="core/heading"] h2, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 +
.editor-block-list__block[data-type="core/heading"] h2, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 +
.editor-block-list__block[data-type="core/heading"] h2, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 +
.editor-block-list__block[data-type="core/heading"] h2, .entry-content .editor-block-list__block[data-type="core/heading"] h1 +
.editor-block-list__block[data-type="core/heading"] h3, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 +
.editor-block-list__block[data-type="core/heading"] h3, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 +
.editor-block-list__block[data-type="core/heading"] h3, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 +
.editor-block-list__block[data-type="core/heading"] h3, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 +
.editor-block-list__block[data-type="core/heading"] h3, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 +
.editor-block-list__block[data-type="core/heading"] h3, .entry-content .editor-block-list__block[data-type="core/heading"] h1 +
.editor-block-list__block[data-type="core/heading"] h4, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 +
.editor-block-list__block[data-type="core/heading"] h4, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 +
.editor-block-list__block[data-type="core/heading"] h4, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 +
.editor-block-list__block[data-type="core/heading"] h4, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 +
.editor-block-list__block[data-type="core/heading"] h4, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 +
.editor-block-list__block[data-type="core/heading"] h4, .entry-content .editor-block-list__block[data-type="core/heading"] h1 +
.editor-block-list__block[data-type="core/heading"] h5, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 +
.editor-block-list__block[data-type="core/heading"] h5, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 +
.editor-block-list__block[data-type="core/heading"] h5, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 +
.editor-block-list__block[data-type="core/heading"] h5, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 +
.editor-block-list__block[data-type="core/heading"] h5, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 +
.editor-block-list__block[data-type="core/heading"] h5, .entry-content .editor-block-list__block[data-type="core/heading"] h1 +
.editor-block-list__block[data-type="core/heading"] h6, .entry-content
.editor-block-list__block[data-type="core/heading"] h2 +
.editor-block-list__block[data-type="core/heading"] h6, .entry-content
.editor-block-list__block[data-type="core/heading"] h3 +
.editor-block-list__block[data-type="core/heading"] h6, .entry-content
.editor-block-list__block[data-type="core/heading"] h4 +
.editor-block-list__block[data-type="core/heading"] h6, .entry-content
.editor-block-list__block[data-type="core/heading"] h5 +
.editor-block-list__block[data-type="core/heading"] h6, .entry-content
.editor-block-list__block[data-type="core/heading"] h6 +
.editor-block-list__block[data-type="core/heading"] h6 {
  padding-top: .25em;
}

.editor-block-list__block[data-type="core/heading"] h1:not(.site-title),
.editor-block-list__block[data-type="core/heading"] .h1:not(.site-title) {
  line-height: 1.3;
}

.editor-block-list__block[data-type="core/heading"] h1:not(.site-title),
.editor-block-list__block[data-type="core/heading"] .h1:not(.site-title) {
  font-size: 32px;
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/heading"] h1:not(.site-title),
  .editor-block-list__block[data-type="core/heading"] .h1:not(.site-title) {
    font-size: calc(32px + 23 * ((100vw - 514px) / 686));
  }
}

@media screen and (min-width: 1200px) {
  .editor-block-list__block[data-type="core/heading"] h1:not(.site-title),
  .editor-block-list__block[data-type="core/heading"] .h1:not(.site-title) {
    font-size: 55px;
  }
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/heading"] h1:not(.site-title),
  .editor-block-list__block[data-type="core/heading"] .h1:not(.site-title) {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .editor-block-list__block[data-type="core/heading"] h1:not(.site-title),
  .editor-block-list__block[data-type="core/heading"] .h1:not(.site-title) {
    line-height: 1.2;
  }
}

.editor-block-list__block[data-type="core/heading"] h2,
.editor-block-list__block[data-type="core/heading"] .h2 {
  line-height: 1.3;
}

.editor-block-list__block[data-type="core/heading"] h2,
.editor-block-list__block[data-type="core/heading"] .h2 {
  font-size: 28px;
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/heading"] h2,
  .editor-block-list__block[data-type="core/heading"] .h2 {
    font-size: calc(28px + 6 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .editor-block-list__block[data-type="core/heading"] h2,
  .editor-block-list__block[data-type="core/heading"] .h2 {
    font-size: 34px;
  }
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/heading"] h2,
  .editor-block-list__block[data-type="core/heading"] .h2 {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .editor-block-list__block[data-type="core/heading"] h2,
  .editor-block-list__block[data-type="core/heading"] .h2 {
    line-height: 1.25;
  }
}

.entry-content .editor-block-list__block[data-type="core/heading"] h2, .entry-content
.editor-block-list__block[data-type="core/heading"] .h2 {
  line-height: 1.3;
}

.entry-content .editor-block-list__block[data-type="core/heading"] h2, .entry-content
.editor-block-list__block[data-type="core/heading"] .h2 {
  font-size: 24px;
}

@media screen and (min-width: 514px) {
  .entry-content .editor-block-list__block[data-type="core/heading"] h2, .entry-content
  .editor-block-list__block[data-type="core/heading"] .h2 {
    font-size: calc(24px + 6 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .entry-content .editor-block-list__block[data-type="core/heading"] h2, .entry-content
  .editor-block-list__block[data-type="core/heading"] .h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 514px) {
  .entry-content .editor-block-list__block[data-type="core/heading"] h2, .entry-content
  .editor-block-list__block[data-type="core/heading"] .h2 {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .entry-content .editor-block-list__block[data-type="core/heading"] h2, .entry-content
  .editor-block-list__block[data-type="core/heading"] .h2 {
    line-height: 1.2;
  }
}

.editor-block-list__block[data-type="core/heading"] h3,
.editor-block-list__block[data-type="core/heading"] .h3,
.editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
  line-height: 1.3;
}

.editor-block-list__block[data-type="core/heading"] h3,
.editor-block-list__block[data-type="core/heading"] .h3,
.editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
  font-size: 24px;
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/heading"] h3,
  .editor-block-list__block[data-type="core/heading"] .h3,
  .editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
    font-size: calc(24px + 4 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .editor-block-list__block[data-type="core/heading"] h3,
  .editor-block-list__block[data-type="core/heading"] .h3,
  .editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
    font-size: 28px;
  }
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/heading"] h3,
  .editor-block-list__block[data-type="core/heading"] .h3,
  .editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .editor-block-list__block[data-type="core/heading"] h3,
  .editor-block-list__block[data-type="core/heading"] .h3,
  .editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
    line-height: 1.2;
  }
}

.entry-content .editor-block-list__block[data-type="core/heading"] h3, .entry-content
.editor-block-list__block[data-type="core/heading"] .h3, .entry-content
.editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
  line-height: 1.3;
}

.entry-content .editor-block-list__block[data-type="core/heading"] h3, .entry-content
.editor-block-list__block[data-type="core/heading"] .h3, .entry-content
.editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
  font-size: 24px;
}

@media screen and (min-width: 514px) {
  .entry-content .editor-block-list__block[data-type="core/heading"] h3, .entry-content
  .editor-block-list__block[data-type="core/heading"] .h3, .entry-content
  .editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
    font-size: calc(24px + 3 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .entry-content .editor-block-list__block[data-type="core/heading"] h3, .entry-content
  .editor-block-list__block[data-type="core/heading"] .h3, .entry-content
  .editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
    font-size: 27px;
  }
}

@media screen and (min-width: 514px) {
  .entry-content .editor-block-list__block[data-type="core/heading"] h3, .entry-content
  .editor-block-list__block[data-type="core/heading"] .h3, .entry-content
  .editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .entry-content .editor-block-list__block[data-type="core/heading"] h3, .entry-content
  .editor-block-list__block[data-type="core/heading"] .h3, .entry-content
  .editor-block-list__block[data-type="core/heading"] .wp-block-cover-image-text {
    line-height: 1.2;
  }
}

.editor-block-list__block[data-type="core/heading"] h4,
.editor-block-list__block[data-type="core/heading"] .h4 {
  line-height: 1.6;
}

.editor-block-list__block[data-type="core/heading"] h4,
.editor-block-list__block[data-type="core/heading"] .h4 {
  font-size: 20px;
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/heading"] h4,
  .editor-block-list__block[data-type="core/heading"] .h4 {
    font-size: calc(20px + 5 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .editor-block-list__block[data-type="core/heading"] h4,
  .editor-block-list__block[data-type="core/heading"] .h4 {
    font-size: 25px;
  }
}

@media screen and (min-width: 514px) {
  .editor-block-list__block[data-type="core/heading"] h4,
  .editor-block-list__block[data-type="core/heading"] .h4 {
    line-height: calc(1.2em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .editor-block-list__block[data-type="core/heading"] h4,
  .editor-block-list__block[data-type="core/heading"] .h4 {
    line-height: 1.5;
  }
}

.editor-block-list__block[data-type="core/heading"] h5,
.editor-block-list__block[data-type="core/heading"] .h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

@media only screen and (min-width: 600px) {
  .editor-block-list__block[data-type="core/heading"] h5,
  .editor-block-list__block[data-type="core/heading"] .h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.editor-block-list__block[data-type="core/heading"] h6,
.editor-block-list__block[data-type="core/heading"] .h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 600px) {
  .editor-block-list__block[data-type="core/heading"] h6,
  .editor-block-list__block[data-type="core/heading"] .h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.editor-block-list__block[data-type="core/heading"] .wp-block-heading h1,
.editor-block-list__block[data-type="core/heading"] .wp-block-heading h2,
.editor-block-list__block[data-type="core/heading"] .wp-block-heading h3,
.editor-block-list__block[data-type="core/heading"] .wp-block-heading h4,
.editor-block-list__block[data-type="core/heading"] .wp-block-heading h5,
.editor-block-list__block[data-type="core/heading"] .wp-block-heading h6 {
  line-height: 1.3em !important;
}

.editor-block-list__block[data-type="core/heading"] .wp-block-heading h3,
.editor-block-list__block[data-type="core/heading"] .wp-block-heading h4,
.editor-block-list__block[data-type="core/heading"] .wp-block-heading h5,
.editor-block-list__block[data-type="core/heading"] .wp-block-heading h6 {
  line-height: 1.45em !important;
}

.wp-block-verse,
.wp-block-preformatted {
  background-color: #f1f1f1;
  padding: 40px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.wp-block-verse pre,
.wp-block-preformatted pre {
  font: 14px/1.7 Monaco, Courier, "Courier New", monospace;
  padding: 0;
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/quote"] {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none !important;
  position: relative;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote:not(.is-large):before {
  height: calc(100% - 16px);
  display: block;
  width: 3px;
  background-color: #2a2a2a;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote:not(.is-large):before {
    height: calc(100% - 18px);
    top: 9px;
  }
}

@media (min-width: 744px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote:not(.is-large):before {
    left: -2px;
  }
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote p {
  color: #2a2a2a;
  margin-bottom: 0;
  display: inline;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote cite {
  display: block;
  color: #2a2a2a;
  margin-top: 10px;
  font-style: italic;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote cite {
  font-size: 17px;
}

@media screen and (min-width: 600px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote cite {
    font-size: calc(17px + 2 * ((100vw - 600px) / 140));
  }
}

@media screen and (min-width: 740px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote cite {
    font-size: 19px;
  }
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote cite:before {
  content: "—";
  padding-right: 5px;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large {
  border: 0 !important;
  margin: 36px 0 32px;
  padding-left: calc(30px + 20px) !important;
  quotes: none;
  text-indent: -0.55em;
}

@media (min-width: 700px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large {
    padding-left: calc(50px + 20px) !important;
    margin: 45px 0 35px;
  }
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-size: 1.375rem;
  color: #656e79;
  font-family: "Heebo", serif;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.6;
  font-weight: 400;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large p:after, .editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large p:before {
  font-size: 22px;
  font-size: 1.375rem;
  content: '"';
  font-style: italic;
  position: relative;
  vertical-align: top;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large p:before {
  padding-right: 2px;
  top: 1px;
}

@media (min-width: 700px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large p, .editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large p:after, .editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large p:before {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large cite {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-size: 1.25rem;
  color: #656e79;
  color: #656e79;
  display: block;
  font-family: "Heebo", serif;
  margin-top: 10px;
  text-align: left;
  text-indent: -4px;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large cite:before {
  content: "—";
  padding-right: 10px;
}

@media (min-width: 700px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large cite {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote {
  margin: 0 !important;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large {
  padding-left: 30px !important;
}

@media (min-width: 700px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large {
    padding-left: 50px !important;
  }
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote cite {
  font-family: "Lora", serif;
  margin-top: 8px;
}

.editor-block-list__block[data-type="core/quote"] cite[data-is-placeholder-visible="true"]:before {
  display: none;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote {
  border: none;
  quotes: none;
  margin: 1.2em 0 1.2em .75em;
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/quote"] .wp-block-quote {
    margin: 1.5em 0 1.5em 1.5em;
  }
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote p {
  margin-bottom: 0;
  font-size: 25px;
  font-size: 1.5625rem;
  font-style: italic;
  line-height: 1.7;
  font-weight: normal;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote cite {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  font-style: normal;
  margin-top: .4em;
  font-style: italic;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large {
  margin-left: 0;
  padding-left: 1em;
  border-left: 3px solid #2a2a2a;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large p {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #656e79;
  line-height: 1.6;
}

.editor-block-list__block[data-type="core/quote"] .wp-block-quote.is-large cite {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin-top: .6em;
  font-family: "Lora", serif;
}

.editor-block-list__block[data-type="core/list"],
.editor-block-list__block[data-type="core/latest-posts"] {
  counter-reset: post;
}

.editor-block-list__block[data-type="core/list"] ul, .editor-block-list__block[data-type="core/list"] ol,
.editor-block-list__block[data-type="core/latest-posts"] ul,
.editor-block-list__block[data-type="core/latest-posts"] ol {
  margin: 0 0 1.5em;
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/list"] ul, .editor-block-list__block[data-type="core/list"] ol,
  .editor-block-list__block[data-type="core/latest-posts"] ul,
  .editor-block-list__block[data-type="core/latest-posts"] ol {
    margin: 0 0 1.85em;
  }
}

.entry-content .editor-block-list__block[data-type="core/list"] ul, .entry-content .editor-block-list__block[data-type="core/list"] ol, .entry-content
.editor-block-list__block[data-type="core/latest-posts"] ul, .entry-content
.editor-block-list__block[data-type="core/latest-posts"] ol {
  padding-left: 25px;
}

.entry-content .editor-block-list__block[data-type="core/list"] ul li, .entry-content .editor-block-list__block[data-type="core/list"] ol li, .entry-content
.editor-block-list__block[data-type="core/latest-posts"] ul li, .entry-content
.editor-block-list__block[data-type="core/latest-posts"] ol li {
  padding-left: 5px;
}

@media (min-width: 600px) {
  .entry-content .editor-block-list__block[data-type="core/list"] ul li, .entry-content .editor-block-list__block[data-type="core/list"] ol li, .entry-content
  .editor-block-list__block[data-type="core/latest-posts"] ul li, .entry-content
  .editor-block-list__block[data-type="core/latest-posts"] ol li {
    padding-left: 10px;
  }
}

.editor-block-list__block[data-type="core/list"] ul,
.editor-block-list__block[data-type="core/latest-posts"] ul {
  list-style: disc;
}

.editor-block-list__block[data-type="core/list"] ol,
.editor-block-list__block[data-type="core/latest-posts"] ol {
  list-style: decimal;
}

.editor-block-list__block[data-type="core/list"] li > ul,
.editor-block-list__block[data-type="core/list"] li > ol,
.editor-block-list__block[data-type="core/latest-posts"] li > ul,
.editor-block-list__block[data-type="core/latest-posts"] li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.editor-block-list__block[data-type="core/list"] dt,
.editor-block-list__block[data-type="core/latest-posts"] dt {
  font-weight: bold;
}

.editor-block-list__block[data-type="core/list"] dd,
.editor-block-list__block[data-type="core/latest-posts"] dd {
  margin: 0 1.5em 1.5em;
}

.editor-block-list__block[data-type="core/list"] .entry-content h3 + ul + p,
.editor-block-list__block[data-type="core/list"] .entry-content h3 + ol + p,
.editor-block-list__block[data-type="core/latest-posts"] .entry-content h3 + ul + p,
.editor-block-list__block[data-type="core/latest-posts"] .entry-content h3 + ol + p {
  margin-top: 2.5em;
}

.editor-block-list__block[data-type="core/list"] ul, .editor-block-list__block[data-type="core/list"] ol,
.editor-block-list__block[data-type="core/latest-posts"] ul,
.editor-block-list__block[data-type="core/latest-posts"] ol {
  margin: 0 !important;
}

.editor-block-list__block[data-type="core/paragraph"] p.has-drop-cap::first-letter {
  font-family: "Heebo", serif;
  font-size: 3.45em;
  margin: 0.23em 0.2em 0 0;
}

.editor-block-list__block[data-type="core/paragraph"] p.has-background {
  max-width: calc(760px - 40px) !important;
}

.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote {
  border: none;
  padding: 0;
}

.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote p,
.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignleft > p,
.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignright > p {
  color: #656e79;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.75;
}

.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote p,
.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignleft > p,
.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignright > p {
  font-size: 19px;
}

@media screen and (min-width: 600px) {
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote p,
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignleft > p,
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignright > p {
    font-size: calc(19px + 1 * ((100vw - 600px) / 140));
  }
}

@media screen and (min-width: 740px) {
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote p,
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignleft > p,
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignright > p {
    font-size: 20px;
  }
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote p,
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignleft > p,
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignright > p {
    line-height: 1.74;
  }
}

.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote cite {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #656e79;
  text-transform: none;
  font-weight: normal;
  margin-top: 15px;
}

.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote cite:before {
  content: '—';
  padding-right: 5px;
}

.editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: 28px;
  margin-bottom: 28px !important;
}

@media (min-width: 600px) {
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote:not(.alignleft):not(.alignright) {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }
}

@media (max-width: 699px) {
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignleft, .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignright {
    margin-top: 28px;
    margin-bottom: 28px !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 700px) {
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignleft, .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignright {
    max-width: 350px;
  }
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignleft p, .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignright p {
    margin-top: -10px;
  }
}

@media (min-width: 700px) {
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignleft {
    text-align: left;
  }
  .editor-block-list__block[data-type="core/pullquote"] .wp-block-pullquote.alignright {
    text-align: right;
  }
}

.edit-post-visual-editor .editor-block-list__block[data-type="core/pullquote"] .editor-block-list__block-edit blockquote.wp-block-pullquote {
  margin: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 879px) {
  .edit-post-visual-editor .editor-block-list__block[data-type="core/pullquote"] .editor-block-list__block-edit blockquote.wp-block-pullquote {
    text-align: center !important;
  }
}

@media (max-width: 879px) {
  .editor-block-list__block[data-type="core/pullquote"] {
    float: none;
  }
}

.editor-block-list__block[data-type="core/pullquote"] cite {
  font-family: "Lora", serif;
  margin-top: 8px;
}

.editor-block-list__block[data-type="core/pullquote"] cite[data-is-placeholder-visible="true"]::before {
  display: none;
}

.editor-block-list__block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote {
  text-align: left;
}

.editor-block-list__block[data-type="core/pullquote"][data-align="right"] {
  max-width: 420px;
}

.editor-block-list__block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote {
  text-align: right;
}

.editor-block-list__block[data-type="core/pullquote"][data-align="left"] {
  max-width: 420px;
}

@media (max-width: 879px) {
  .editor-block-list__block[data-type="core/pullquote"][data-align="left"] {
    max-width: 100% !important;
  }
}

@media (min-width: 880px) {
  .editor-block-list__block[data-type="core/pullquote"][data-align="left"] {
    margin-left: calc(50% - 480px - 20px) !important;
  }
}

@media (min-width: 1188px) {
  .editor-block-list__block[data-type="core/pullquote"][data-align="left"] {
    margin-left: calc(50% - 574px - 20px) !important;
  }
}

@media (max-width: 879px) {
  .editor-block-list__block[data-type="core/pullquote"][data-align="left"] {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 879px) {
  .editor-block-list__block[data-type="core/pullquote"][data-align="right"] {
    max-width: 100% !important;
  }
}

@media (min-width: 880px) {
  .editor-block-list__block[data-type="core/pullquote"][data-align="right"] {
    margin-right: calc(50% - 480px - 20px) !important;
  }
}

@media (min-width: 1188px) {
  .editor-block-list__block[data-type="core/pullquote"][data-align="right"] {
    margin-right: calc(50% - 574px - 20px) !important;
  }
}

@media (max-width: 879px) {
  .editor-block-list__block[data-type="core/pullquote"][data-align="right"] {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
}

.wp-block-audio {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-audio audio {
  width: 100%;
}
