.e-embed-video-wrap:has(.ratio) {
  display: block !important;
}

.as-article-content .wp-block-image .aligncenter,
.as-article-content .wp-block-image .alignleft,
.as-article-content .wp-block-image .alignright,
.as-article-content .wp-block-image.aligncenter,
.as-article-content .wp-block-image.alignleft,
.as-article-content .wp-block-image.alignright {
  display: table;
}
.as-article-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.as-article-content .wp-block-image.size-large {
  display: inherit;
}
.as-article-content .wp-block-image.size-large img {
  width: 100% !important;
}
.as-article-content .wp-block-image .aligncenter,
.as-article-content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.as-article-content .wp-block-image .alignleft,
.as-article-content .wp-block-image.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.as-article-content .wp-block-image .alignright,
.as-article-content .wp-block-image.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.as-article-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.as-article-content figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images), .as-article-content .wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em);
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7019607843), rgba(0, 0, 0, 0.3019607843) 70%, rgba(0, 0, 0, 0));
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images) figcaption, .as-article-content .wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .as-article-content .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .as-article-content .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .as-article-content .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .as-article-content .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .as-article-content .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .as-article-content .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .as-article-content .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - 0.66667em);
  }
  .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - 0.75em);
  }
  .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - 0.8em);
  }
  .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - 0.83333em);
  }
  .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - 0.85714em);
  }
  .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .as-article-content .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - 0.875em);
  }
  .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .as-article-content .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .as-article-content .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .as-article-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .as-article-content .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images).alignleft, .as-article-content .blocks-gallery-grid:not(.has-nested-images).alignright, .as-article-content .wp-block-gallery:not(.has-nested-images).alignleft, .as-article-content .wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.as-article-content .blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .as-article-content .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.as-article-content .wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
.as-article-content figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - 0.25rem);
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image > a, .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image > div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7019607843), rgba(0, 0, 0, 0.3019607843) 70%, rgba(0, 0, 0, 0));
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  width: 100%;
  will-change: transform;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
  background-color: initial;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8);
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: rgba(255, 255, 255, 0.8) rgba(0, 0, 0, 0);
}
@media (hover: none) {
  .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: rgba(255, 255, 255, 0.8) rgba(0, 0, 0, 0);
  }
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
  flex: 1 1 auto;
}
.as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .as-article-content .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.as-article-content .wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.as-article-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}
.as-article-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.as-article-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .as-article-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}
.as-article-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .as-article-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.as-article-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .as-article-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - 0.333335rem);
  }
  .as-article-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - 0.375rem);
  }
  .as-article-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - 0.4rem);
  }
  .as-article-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - 0.416665rem);
  }
  .as-article-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - 0.42857rem);
  }
  .as-article-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - 0.4375rem);
  }
  .as-article-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - 0.333335rem);
  }
  .as-article-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .as-article-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - 0.25rem);
  }
  .as-article-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.as-article-content .wp-block-gallery.has-nested-images.alignleft, .as-article-content .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.as-article-content .wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.as-article-content .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.as-article-content table tbody > tr:nth-child(odd) > td, .as-article-content table tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
}
.as-article-content .has-large-font-size {
  font-size: 36px !important;
}
.as-article-content .has-medium-font-size {
  font-size: 20px !important;
}
.as-article-content .has-normal-font-size {
  font-size: 16px;
}
.as-article-content .has-small-font-size {
  font-size: 13px !important;
}
.as-article-content .has-text-align-center {
  text-align: center;
}
.as-article-content .has-text-align-left {
  text-align: left;
}
.as-article-content .has-text-align-right {
  text-align: right;
}
.as-article-content .has-x-large-font-size {
  font-size: 42px !important;
}
.as-article-content .wp-block-quote.is-large:where(:not(.is-style-plain)),
.as-article-content .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.as-article-content .wp-block-table {
  overflow-x: auto;
}
.as-article-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.as-article-content .wp-block-table thead {
  border-bottom: 3px solid;
}
.as-article-content .wp-block-table tfoot {
  border-top: 3px solid;
}
.as-article-content .wp-block-table td, .as-article-content .wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.as-article-content .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.as-article-content .wp-block-table .has-fixed-layout td, .as-article-content .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.as-article-content .wp-block-table.aligncenter, .as-article-content .wp-block-table.alignleft, .as-article-content .wp-block-table.alignright {
  display: table;
  width: auto;
}
.as-article-content .wp-block-table.aligncenter td, .as-article-content .wp-block-table.aligncenter th, .as-article-content .wp-block-table.alignleft td, .as-article-content .wp-block-table.alignleft th, .as-article-content .wp-block-table.alignright td, .as-article-content .wp-block-table.alignright th {
  word-break: break-word;
}
.as-article-content .wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.as-article-content .wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.as-article-content .wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.as-article-content .wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.as-article-content .wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}
.as-article-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.as-article-content .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.as-article-content .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.as-article-content .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.as-article-content .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.as-article-content .wp-block-table.is-style-stripes td, .as-article-content .wp-block-table.is-style-stripes th {
  border-color: rgba(0, 0, 0, 0);
}
.as-article-content .wp-block-table .has-border-color td, .as-article-content .wp-block-table .has-border-color th, .as-article-content .wp-block-table .has-border-color tr, .as-article-content .wp-block-table .has-border-color > * {
  border-color: inherit;
}
.as-article-content .wp-block-table table[style*=border-top-color] tr:first-child, .as-article-content .wp-block-table table[style*=border-top-color] tr:first-child td, .as-article-content .wp-block-table table[style*=border-top-color] tr:first-child th, .as-article-content .wp-block-table table[style*=border-top-color] > *, .as-article-content .wp-block-table table[style*=border-top-color] > * td, .as-article-content .wp-block-table table[style*=border-top-color] > * th {
  border-top-color: inherit;
}
.as-article-content .wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: initial;
}
.as-article-content .wp-block-table table[style*=border-right-color] td:last-child, .as-article-content .wp-block-table table[style*=border-right-color] th, .as-article-content .wp-block-table table[style*=border-right-color] tr, .as-article-content .wp-block-table table[style*=border-right-color] > * {
  border-right-color: inherit;
}
.as-article-content .wp-block-table table[style*=border-bottom-color] tr:last-child, .as-article-content .wp-block-table table[style*=border-bottom-color] tr:last-child td, .as-article-content .wp-block-table table[style*=border-bottom-color] tr:last-child th, .as-article-content .wp-block-table table[style*=border-bottom-color] > *, .as-article-content .wp-block-table table[style*=border-bottom-color] > * td, .as-article-content .wp-block-table table[style*=border-bottom-color] > * th {
  border-bottom-color: inherit;
}
.as-article-content .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: initial;
}
.as-article-content .wp-block-table table[style*=border-left-color] td:first-child, .as-article-content .wp-block-table table[style*=border-left-color] th, .as-article-content .wp-block-table table[style*=border-left-color] tr, .as-article-content .wp-block-table table[style*=border-left-color] > * {
  border-left-color: inherit;
}
.as-article-content .wp-block-table table[style*=border-style] td, .as-article-content .wp-block-table table[style*=border-style] th, .as-article-content .wp-block-table table[style*=border-style] tr, .as-article-content .wp-block-table table[style*=border-style] > * {
  border-style: inherit;
}
.as-article-content .wp-block-table table[style*=border-width] td, .as-article-content .wp-block-table table[style*=border-width] th, .as-article-content .wp-block-table table[style*=border-width] tr, .as-article-content .wp-block-table table[style*=border-width] > * {
  border-style: inherit;
  border-width: inherit;
}
.as-article-content .wp-block-column.is-vertically-aligned-bottom,
.as-article-content .wp-block-column.is-vertically-aligned-center,
.as-article-content .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.as-article-content .wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.as-article-content .wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}
.as-article-content .wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.as-article-content .wp-block-file {
  margin-bottom: 1.5em;
}
.as-article-content .wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.as-article-content .wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}
.as-article-content embed, .as-article-content iframe, .as-article-content object, .as-article-content video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.as-article-content .wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.as-article-content .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}
.as-article-content .wp-block-media-text {
  box-sizing: border-box;
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.as-article-content .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.as-article-content .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content, .as-article-content .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
  align-self: start;
}
.as-article-content .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content, .as-article-content .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media, .as-article-content .wp-block-media-text > .wp-block-media-text__content, .as-article-content .wp-block-media-text > .wp-block-media-text__media {
  align-self: center;
}
.as-article-content .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content, .as-article-content .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
  align-self: end;
}
.as-article-content .wp-block-media-text > .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.as-article-content .wp-block-media-text > .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
}
.as-article-content .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}
.as-article-content .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
}
.as-article-content .wp-block-media-text__media img, .as-article-content .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.as-article-content .wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.as-article-content .wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.as-article-content .wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .as-article-content .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .as-article-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .as-article-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.as-article-content .wp-block-quote {
  overflow-wrap: break-word;
}
.as-article-content .wp-block-separator {
  border: none;
  border-top: 2px solid;
}
.as-article-content .wp-block-video video {
  vertical-align: middle;
  width: 100%;
}
.as-article-content .wp-element-button {
  cursor: pointer;
}
.as-article-content .has-background {
  padding: 1.25em 2.375em;
  border-radius: 0.375rem;
}
.as-article-content .has-background h1, .as-article-content .has-background h2, .as-article-content .has-background h3, .as-article-content .has-background h4, .as-article-content .has-background h5, .as-article-content .has-background h6, .as-article-content .has-background p {
  margin: 0;
}
.as-article-content .has-black-color {
  color: #000 !important;
}
.as-article-content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3 !important;
}
.as-article-content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.as-article-content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900 !important;
}
.as-article-content .has-luminous-vivid-amber-color {
  color: #fcb900 !important;
}
.as-article-content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900 !important;
}
.as-article-content .has-luminous-vivid-orange-color {
  color: #ff6900 !important;
}
.as-article-content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc !important;
}
.as-article-content .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%) !important;
}
.as-article-content .has-pale-pink-background-color {
  background-color: #f78da7 !important;
}
.as-article-content .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%) !important;
}
.as-article-content .has-very-light-gray-background-color {
  background-color: #eee;
}
.as-article-content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3 !important;
}
.as-article-content .has-vivid-cyan-blue-color {
  color: #0693e3 !important;
}
.as-article-content .has-vivid-green-cyan-background-color {
  background-color: #00d084 !important;
}
.as-article-content .has-vivid-purple-color {
  color: #9b51e0 !important;
}
.as-article-content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.as-article-content .has-vivid-red-color {
  color: #cf2e2e !important;
}
.as-article-content .has-white-background-color {
  background-color: #fff !important;
}
.as-article-content .has-white-color {
  color: #fff !important;
}

/*# sourceMappingURL=sites-sdzr-editor.css.map */
