/**
 Prepend selector to parent
 ===
 Example

 .block__heading {
	 font-weight: bold;

	 @include unify-parent(h2) { font-size: 4rem; }
	 @include unify-parent(h3) { font-size: 3rem; }
 }
 ===
 .block__heading { font-weight: bold; }
 h2.block__heading { font-weight: 4rem; }
 h3.block__heading { font-weight: 3rem; }

 */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
  font-family: Atkinson Hyperlegible, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  cursor: pointer;
  transition: all ease 300ms;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 110, 221, var(--tw-bg-opacity));
}

.btn:focus:not(.focus-visible), .btn:focus-visible {
  outline: 2px solid #0033A0;
  outline-offset: 2px;
}

.btn--ghost {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(0, 51, 160, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.btn--ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn--light {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 118, 166, var(--tw-bg-opacity));
}

.btn--light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 53, 75, var(--tw-bg-opacity));
}

.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-y {
  top: 50%;
  transform: translateY(-50%);
}

.center-x {
  left: 50%;
  transform: translateX(-50%);
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 95vw;
}

.container--sml {
  max-width: 1024px;
}

.prose-copy {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Atkinson Hyperlegible, Helvetica, Arial, sans-serif;
}

.prose-caption {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.625;
  letter-spacing: 0.025em;
}

.prose-sml {
  font-size: 0.75rem;
  line-height: 2;
}

.prose-md {
  font-size: 1.25rem;
  line-height: 1.375;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-lg {
  font-size: 1.563rem;
  line-height: 1.375;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl, .prose-5xl, .prose-4xl, .prose-3xl, .prose-2xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl,
.prose-5xl,
.prose-4xl,
.prose-3xl,
.prose-2xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

.prose-xl {
  font-size: 1.333rem;
}

.prose-2xl {
  font-size: 1.556rem;
}

.prose-3xl {
  font-size: 1.778rem;
}

.prose-4xl {
  font-size: 2.222rem;
}

.prose-5xl {
  font-size: 2.667rem;
}

.prose-6xl {
  font-size: 3.111rem;
}

.widthHeight-0, .widthHeight-none {
  height: 0px;
  width: 0px;
}

.widthHeight-5 {
  width: 5%;
  height: 5%;
}

.widthHeight-10 {
  width: 10%;
  height: 10%;
}

.widthHeight-15 {
  width: 15%;
  height: 15%;
}

.widthHeight-20 {
  width: 20%;
  height: 20%;
}

.widthHeight-25 {
  width: 25%;
  height: 25%;
}

.widthHeight-30 {
  width: 30%;
  height: 30%;
}

.widthHeight-35 {
  width: 35%;
  height: 35%;
}

.widthHeight-40 {
  width: 40%;
  height: 40%;
}

.widthHeight-45 {
  width: 45%;
  height: 45%;
}

.widthHeight-50 {
  width: 50%;
  height: 50%;
}

.widthHeight-55 {
  width: 55%;
  height: 55%;
}

.widthHeight-60 {
  width: 60%;
  height: 60%;
}

.widthHeight-65 {
  width: 65%;
  height: 65%;
}

.widthHeight-70 {
  width: 70%;
  height: 70%;
}

.widthHeight-75 {
  width: 75%;
  height: 75%;
}

.widthHeight-80 {
  width: 80%;
  height: 80%;
}

.widthHeight-85 {
  width: 85%;
  height: 85%;
}

.widthHeight-90 {
  width: 90%;
  height: 90%;
}

.widthHeight-95 {
  width: 95%;
  height: 95%;
}

.widthHeight-full {
  height: 100%;
  width: 100%;
}

.widthHeight-auto {
  height: auto;
  width: auto;
}

.has-black-color {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.has-black-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.has-white-color {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.has-white-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.has-blue-color {
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.has-blue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
}

.has-light-gray-color {
  --tw-text-opacity: 1;
  color: rgba(222, 219, 223, var(--tw-text-opacity));
}

.has-light-gray-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 219, 223, var(--tw-bg-opacity));
}

.has-background {
  padding: 1rem;
}

.has-background h1:not(.has-text-color), .has-background h2:not(.has-text-color), .has-background h3:not(.has-text-color),
.has-background h4:not(.has-text-color), .has-background h5:not(.has-text-color), .has-background h6:not(.has-text-color),
.has-background a:not(.has-text-color), .has-background p:not(.has-text-color), .has-background ul:not(.has-text-color), .has-background ol:not(.has-text-color) {
  color: currentColor;
}

.entry__content > *, .entry__content [class*=__inner] > * {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.entry__content > *, .entry__content [class*=__inner] > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 90vw;
  width: 100%;
}

@media (min-width: 1024px) {
  .entry__content > *, .entry__content [class*=__inner] > * {
    max-width: 768px;
    width: 100%;
  }
}

.entry__content > *:first-child, .entry__content [class*=__inner] > *:first-child {
  margin-top: 4rem;
}

.entry__content > *.alignwide, .entry__content [class*=__inner] > *.alignwide {
  max-width: 1024px;
}

.entry__content > *.alignfull, .entry__content [class*=__inner] > *.alignfull {
  max-width: 100vw;
  width: 100%;
}

.entry__content > *.alignfull, .entry__content [class*=__inner] > *.alignfull {
  margin-top: 0px;
  margin-bottom: 0px;
}

.entry__content > * figcaption, .entry__content [class*=__inner] > * figcaption {
  display: block;
  margin-top: 0.75rem;
  text-align: center;
}

.entry__content > * figcaption, .entry__content [class*=__inner] > * figcaption {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.625;
  letter-spacing: 0.025em;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wp-block-buttons:not(.is-vertical):not([class*=is-content-justification]), .wp-block-buttons:not(.is-vertical).is-content-justification-left {
  justify-content: flex-start;
}

.wp-block-buttons:not(.is-vertical):not([class*=is-content-justification]) .wp-block-button:not(:first-child), .wp-block-buttons:not(.is-vertical).is-content-justification-left .wp-block-button:not(:first-child) {
  margin-left: 1.5rem;
}

.wp-block-buttons:not(.is-vertical).is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons:not(.is-vertical).is-content-justification-center .wp-block-button {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.wp-block-buttons:not(.is-vertical).is-content-justification-center .wp-block-button:first-child {
  margin-left: 0px;
}

.wp-block-buttons:not(.is-vertical).is-content-justification-center .wp-block-button:last-child {
  margin-right: 0px;
}

.wp-block-buttons:not(.is-vertical).is-content-justification-right {
  justify-content: flex-end;
}

.wp-block-buttons:not(.is-vertical).is-content-justification-right .wp-block-button:not(:last-child) {
  margin-right: 1.5rem;
}

.wp-block-buttons.is-vertical {
  flex-direction: column;
}

.wp-block-buttons.is-vertical.is-content-justification-center {
  align-items: center;
}

.wp-block-buttons.is-vertical.is-content-justification-right {
  align-items: flex-end;
}

.wp-block-buttons.is-vertical .wp-block-button:not(:first-child) {
  margin-top: 1.5rem;
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
  font-family: Atkinson Hyperlegible, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  cursor: pointer;
  transition: all ease 300ms;
  border: 1px solid transparent;
  border-radius: 4px;
}

.wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 110, 221, var(--tw-bg-opacity));
}

.wp-block-button__link:focus:not(.focus-visible), .wp-block-button__link:focus-visible {
  outline: 2px solid #0033A0;
  outline-offset: 2px;
}

.btn:focus:not(.focus-visible), .btn:focus-visible {
  outline: 2px solid #0033A0;
  outline-offset: 2px;
}

.is-style-outline .wp-block-button__link, .is-style-ghost .wp-block-button__link {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(0, 51, 160, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.is-style-outline .wp-block-button__link:hover, .is-style-ghost .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.wp-block-calendar {
  text-align: center;
}

.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-calendar th, .wp-block-calendar tbody td {
  --tw-border-opacity: 1;
  border-color: rgba(200, 200, 199, var(--tw-border-opacity));
  border-width: 1px;
  padding: 1rem;
}

.wp-block-calendar table th {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 200, 199, var(--tw-bg-opacity));
  font-weight: 700;
}

.wp-block-calendar tbody, .wp-block-calendar caption {
  --tw-text-opacity: 1;
  color: rgba(200, 200, 199, var(--tw-text-opacity));
}

.wp-block-code {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 101, 106, var(--tw-bg-opacity));
  border-radius: 0.375rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-family: Consolas, monospace;
  font-size: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgba(200, 200, 199, var(--tw-text-opacity));
  overflow-x: auto;
}

.wp-block-columns {
  display: flex;
  justify-content: space-between;
}

.wp-block-columns.has-background {
  padding: 1.5rem;
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

.wp-block-columns.alignfull {
  padding-left: 0px;
  padding-right: 0px;
}

.wp-block-columns.alignfull .wp-block-column {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.wp-block-column {
  margin-left: 2rem;
  margin-right: 2rem;
  flex: 1;
}

.wp-block-column:first-child {
  margin-left: 0px;
}

.wp-block-column:last-child {
  margin-right: 0px;
}

.wp-block-column.is-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  align-items: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-items: flex-end;
}

.wp-block-cover {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-cover[class*=is-position-][class*=-top-] {
  align-items: flex-start;
}

.wp-block-cover[class*=is-position-][class*=-center-] {
  align-items: center;
}

.wp-block-cover[class*=is-position-][class*=-bottom-] {
  align-items: flex-end;
}

.wp-block-cover[class*=is-position-][class$=-left] {
  justify-content: flex-start;
}

.wp-block-cover[class*=is-position-][class$=-center] {
  justify-content: center;
}

.wp-block-cover[class*=is-position-][class$=-right] {
  justify-content: flex-end;
}

.wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  color: white;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 95vw;
  width: unset;
  margin: unset;
}

.wp-block-cover__image-background, .wp-block-cover__video-background, .wp-block-cover__gradient-background {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.wp-block-cover__image-background {
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}

.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.wp-block-cover.has-background-dim::before {
  content: "";
  opacity: 0.50;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-color: inherit;
}

.wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1;
}

.wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.20;
}

.wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.30;
}

.wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.40;
}

.wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.60;
}

.wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.70;
}

.wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.80;
}

.wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.90;
}

.wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 100;
}

.wp-block-cover.has-parallax {
  background-attachment: fixed;
  background-size: cover;
}

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}

.wp-block-cover:first-child {
  margin-top: 0px;
}

.wp-block-embed iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-bottom: 56.25%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-bottom: 42.8571428571%;
}

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-bottom: 50%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-bottom: 75%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-bottom: 100%;
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-bottom: 200%;
}

.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-bottom: 177.7777777778%;
}

.wp-block-file {
  display: flex;
  align-items: stretch;
  --tw-border-opacity: 1;
  border-color: rgba(200, 200, 199, var(--tw-border-opacity));
  border-width: 1px;
}

.wp-block-file a {
  flex: 1;
}

.wp-block-file a:not(.wp-block-file__button) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all ease 250ms;
}

.wp-block-file a:not(.wp-block-file__button):hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 101, 106, var(--tw-bg-opacity));
}

.wp-block-file__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
  font-family: Atkinson Hyperlegible, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  cursor: pointer;
  transition: all ease 300ms;
  border: 1px solid transparent;
  border-radius: 4px;
}

.wp-block-file__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 110, 221, var(--tw-bg-opacity));
}

.wp-block-file__button:focus:not(.focus-visible), .wp-block-file__button:focus-visible {
  outline: 2px solid #0033A0;
  outline-offset: 2px;
}

.btn:focus:not(.focus-visible), .btn:focus-visible {
  outline: 2px solid #0033A0;
  outline-offset: 2px;
}

.wp-block-gallery .blocks-gallery-grid {
  display: grid;
  max-width: 100%;
  width: 100%;
  gap: 1rem;
}

.wp-block-gallery.columns-2 .blocks-gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-block-gallery.columns-3 .blocks-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-gallery.columns-4 .blocks-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-block-gallery.columns-5 .blocks-gallery-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wp-block-gallery.columns-6 .blocks-gallery-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.wp-block-gallery.columns-7 .blocks-gallery-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.wp-block-gallery.columns-8 .blocks-gallery-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.wp-block-gallery .blocks-gallery-grid {
  padding: 0px;
}

.wp-block-gallery .blocks-gallery-item {
  margin: 0px !important;
  width: 100% !important;
  list-style-type: none;
}

.wp-block-gallery.is-style-flush .blocks-gallery-grid {
  gap: 0px;
}

.wp-block-gallery.is-style-flush .blocks-gallery-grid figure {
  position: relative;
}

.wp-block-gallery.is-style-flush .blocks-gallery-grid figcaption {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 100%);
}

.entry__content .wp-block-group {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.entry__content .wp-block-group__inner-container > *:first-child {
  margin-top: 0px;
}

.entry__content .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0px;
}

.block-editor-block-list__block h1.has-background, .block-editor-block-list__block h2.has-background, .block-editor-block-list__block h3.has-background, .block-editor-block-list__block h4.has-background, .block-editor-block-list__block h5.has-background, .block-editor-block-list__block h6.has-background, .entry__content h1.has-background, .entry__content h2.has-background, .entry__content h3.has-background, .entry__content h4.has-background, .entry__content h5.has-background, .entry__content h6.has-background {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.block-editor-block-list__block h1, .block-editor-block-list__block h2, .block-editor-block-list__block h3, .block-editor-block-list__block h4, .entry__content h1, .entry__content h2, .entry__content h3, .entry__content h4 {
  font-weight: 700;
}

.block-editor-block-list__block h5, .block-editor-block-list__block h6, .entry__content h5, .entry__content h6 {
  font-weight: 600;
}

.block-editor-block-list__block h1, .entry__content h1, .prose-5xl, .prose-5xl, .prose-4xl, .prose-4xl, .prose-3xl, .prose-3xl, .prose-2xl, .prose-2xl, .prose-xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.block-editor-block-list__block h1,
.entry__content h1,
.prose-5xl,
.prose-5xl,
.prose-4xl,
.prose-4xl,
.prose-3xl,
.prose-3xl,
.prose-2xl,
.prose-2xl,
.prose-xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

.block-editor-block-list__block h1, .entry__content h1 {
  font-size: 3.111rem;
}

.prose-6xl, .prose-6xl, .prose-5xl, .prose-5xl, .prose-4xl, .prose-4xl, .prose-3xl, .prose-3xl, .prose-2xl, .prose-2xl, .prose-xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl,
.prose-6xl,
.prose-5xl,
.prose-5xl,
.prose-4xl,
.prose-4xl,
.prose-3xl,
.prose-3xl,
.prose-2xl,
.prose-2xl,
.prose-xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

.block-editor-block-list__block h2, .entry__content h2 {
  font-size: 2.222rem;
}

.prose-6xl, .prose-6xl, .prose-5xl, .prose-5xl, .prose-4xl, .prose-4xl, .prose-3xl, .prose-3xl, .prose-2xl, .prose-2xl, .prose-xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl,
.prose-6xl,
.prose-5xl,
.prose-5xl,
.prose-4xl,
.prose-4xl,
.prose-3xl,
.prose-3xl,
.prose-2xl,
.prose-2xl,
.prose-xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

.block-editor-block-list__block h3, .entry__content h3 {
  font-size: 1.778rem;
}

.prose-6xl, .prose-6xl, .prose-5xl, .prose-5xl, .prose-4xl, .prose-4xl, .prose-3xl, .prose-3xl, .prose-2xl, .prose-2xl, .prose-xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl,
.prose-6xl,
.prose-5xl,
.prose-5xl,
.prose-4xl,
.prose-4xl,
.prose-3xl,
.prose-3xl,
.prose-2xl,
.prose-2xl,
.prose-xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

.block-editor-block-list__block h4, .entry__content h4 {
  font-size: 1.556rem;
}

.prose-6xl, .prose-6xl, .prose-5xl, .prose-5xl, .prose-4xl, .prose-4xl, .prose-3xl, .prose-3xl, .prose-2xl, .prose-2xl, .prose-xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl,
.prose-6xl,
.prose-5xl,
.prose-5xl,
.prose-4xl,
.prose-4xl,
.prose-3xl,
.prose-3xl,
.prose-2xl,
.prose-2xl,
.prose-xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

.block-editor-block-list__block h5, .entry__content h5 {
  font-size: 1.333rem;
}

.block-editor-block-list__block h6, .entry__content h6 {
  font-size: 1.563rem;
  line-height: 1.375;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.wp-block-image.is-style-rounded img {
  border-radius: 100%;
  overflow: hidden;
}

.wp-block-image img {
  height: auto;
  width: 100%;
}

.entry__content ul:not([class*=wp-block-acf]), .entry__content ol:not([class*=wp-block-acf]) {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0.75rem;
  max-width: 768px;
}

.entry__content ul.has-background, .entry__content ol.has-background {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.entry__content li {
  margin-top: 0.5rem;
}

.entry__content li ul, .entry__content li ol {
  margin-bottom: 0.75rem;
}

.entry__content ul {
  list-style: disc;
}

.entry__content ul ul {
  list-style: circle;
}

.entry__content ul ul ul {
  list-style: square;
}

.entry__content ol {
  list-style: decimal;
}

.entry__content ol ol {
  list-style: upper-alpha;
}

.entry__content ol ol ol {
  list-style: lower-roman;
}

.entry__content ol ol ol ol {
  list-style: lower-alpha;
}

.entry__content ol.is-style-annotate {
  list-style-type: none;
  padding-left: 0px;
  counter-reset: item;
}

.entry__content ol.is-style-annotate li {
  counter-increment: item;
  padding-left: 0px;
}

.entry__content ol.is-style-annotate li::before {
  content: counters(item, ".") ". ";
  font-family: Merriweather, Georgia, serif;
  margin-right: 0.5rem;
}

.entry__content ol.is-style-annotate li ol > li:before {
  content: counters(item, ".") " ";
}

.entry__content ol.is-style-annotate ul {
  list-style-type: none;
}

.wp-block-media-text {
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: grid;
  gap: 2.5rem;
}

@media (max-width: 640px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}

@media (min-width: 640px) {
  .wp-block-media-text {
    grid-template: 1fr/50% 1fr;
  }

  .wp-block-media-text, .wp-block-media-text.is-stacked-on-mobile {
    display: grid;
  }

  .wp-block-media-text.has-media-on-the-right {
    grid-template: 1fr/1fr 50%;
  }

  .wp-block-media-text.is-vertically-aligned-top {
    align-items: flex-start;
  }

  .wp-block-media-text:not([class*=is-vertically-aligned]), .wp-block-media-text.is-vertically-aligned-center {
    align-items: center;
  }

  .wp-block-media-text.is-vertically-aligned-bottom {
    align-items: flex-end;
  }
}

.wp-block-media-text__media {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  width: 100%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-area: 1/2/2/3;
}

.wp-block-media-text__content > *:first-child {
  margin-top: 0px !important;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-area: 1/1/2/2;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media a {
  display: block;
  height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  border-style: none;
  position: absolute;
  height: 1px;
  margin: -1px;
  padding: 0px;
  width: 1px;
  clip: inset(0 0 0 0);
}

#editor p, .entry__content p {
  line-height: 1.5;
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Atkinson Hyperlegible, Helvetica, Arial, sans-serif;
}

#editor p.has-small-font-size, .entry__content p.has-small-font-size {
  font-size: 0.75rem;
  line-height: 2;
}

#editor p.has-medium-font-size, .entry__content p.has-medium-font-size {
  font-size: 1.25rem;
  line-height: 1.375;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

#editor p.has-large-font-size, .entry__content p.has-large-font-size {
  font-size: 1.563rem;
  line-height: 1.375;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl, .prose-6xl, .prose-5xl, .prose-5xl, .prose-4xl, .prose-4xl, .prose-3xl, .prose-3xl, .prose-2xl, .prose-2xl, .prose-xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl,
.prose-6xl,
.prose-5xl,
.prose-5xl,
.prose-4xl,
.prose-4xl,
.prose-3xl,
.prose-3xl,
.prose-2xl,
.prose-2xl,
.prose-xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

#editor p.has-huge-font-size, .entry__content p.has-huge-font-size {
  font-size: 1.556rem;
}

#editor p.has-drop-cap:first-letter, .entry__content p.has-drop-cap:first-letter {
  float: left;
  margin-right: 0.25rem;
}

#editor p.has-drop-cap:first-letter, .entry__content p.has-drop-cap:first-letter {
  font-size: 3.815rem;
  line-height: 1;
}

#editor p.has-drop-cap:first-line, .entry__content p.has-drop-cap:first-line {
  font-weight: 600;
  text-transform: uppercase;
}

#editor p.has-background, .entry__content p.has-background {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#editor p.is-style-serif, .entry__content p.is-style-serif {
  font-family: Merriweather, Georgia, serif;
}

.entry__content > p {
  max-width: 65ch;
}

.wp-block-preformatted {
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1;
  font-family: Consolas, monospace;
  --tw-text-opacity: 1;
  color: rgba(99, 101, 106, var(--tw-text-opacity));
  overflow-x: auto;
}

.wp-block-pullquote {
  padding-left: 3rem;
  padding-right: 3rem;
}

.prose-6xl, .prose-5xl, .prose-4xl, .prose-3xl, .prose-2xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl,
.prose-5xl,
.prose-4xl,
.prose-3xl,
.prose-2xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

.wp-block-pullquote p {
  font-size: 1.333rem;
}

.wp-block-pullquote cite {
  padding-left: 2.5rem;
  position: relative;
}

.wp-block-pullquote cite::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  background-color: currentColor;
  height: 1px;
}

.wp-block-pullquote.has-background {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  text-align: center;
}

.wp-block-pullquote:not(.is-style-solid-color)::before, .wp-block-pullquote:not(.is-style-solid-color)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 75%;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.wp-block-pullquote:not(.is-style-solid-color)::before {
  top: 0;
}

.wp-block-pullquote:not(.is-style-solid-color)::after {
  bottom: 0;
}

.wp-block-pullquote:not(.is-style-solid-color) cite {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-style: normal;
}

.wp-block-pullquote:not(.is-style-solid-color) cite:before, .wp-block-pullquote:not(.is-style-solid-color) cite::after {
  width: 1rem;
}

.wp-block-pullquote:not(.is-style-solid-color) cite::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  height: 1px;
}

.wp-block-pullquote.is-style-solid-color cite {
  font-style: italic;
}

.wp-block-quote {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left: 4px solid #63656A;
}

.wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.625;
  letter-spacing: 0.025em;
}

.wp-block-quote.is-style-large {
  border-left: unset;
}

.wp-block-quote.is-style-large p {
  font-style: italic;
  font-size: 1.563rem;
  line-height: 1.375;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.wp-block-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wp-block-social-links.has-small-icon-size {
  font-size: 1rem;
}

.wp-block-social-links:not([class*=-icon-size]), .wp-block-social-links.has-normal-icon-size {
  font-size: 1.563rem;
}

.wp-block-social-links.has-large-icon-size {
  font-size: 2.441rem;
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 3.815rem;
}

.wp-social-link {
  list-style: none;
  --tw-text-opacity: 1;
  color: rgba(200, 200, 199, var(--tw-text-opacity));
}

.wp-social-link:not(:first-child) {
  margin-left: 0.75rem;
}

.wp-social-link-facebook {
  --tw-text-opacity: 1;
  color: rgba(59, 85, 165, var(--tw-text-opacity));
}

.wp-social-link-instagram {
  --tw-text-opacity: 1;
  color: rgba(212, 43, 106, var(--tw-text-opacity));
}

.wp-social-link-linkedin {
  --tw-text-opacity: 1;
  color: rgba(0, 119, 181, var(--tw-text-opacity));
}

.wp-social-link-twitter {
  --tw-text-opacity: 1;
  color: rgba(97, 169, 221, var(--tw-text-opacity));
}

.wp-social-link-youtube {
  --tw-text-opacity: 1;
  color: rgba(179, 34, 38, var(--tw-text-opacity));
}

.wp-block-social-link {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-color: currentColor;
}

.wp-block-social-link-anchor {
  display: block;
  padding: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(99, 101, 106, var(--tw-bg-opacity));
  border-radius: 100%;
}

.wp-block-social-link svg {
  width: 1em;
  height: 1em;
  color: currentColor;
  fill: currentColor;
}

.wp-block-table table {
  border-collapse: collapse;
  display: table;
  width: 100%;
}

.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}

.wp-block-table th, .wp-block-table td {
  padding: 0.5rem;
  border: 1px solid #63656A;
}

.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border: unset;
}

.wp-block-table.is-style-stripes tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 200, 199, var(--tw-bg-opacity));
}

.wp-block-verse {
  padding: 1.5rem;
  overflow: auto;
  font-family: Merriweather, Georgia, serif;
  font-style: italic;
  font-size: 1.953rem;
  line-height: 2;
}

.wp-block-acf-accordion {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-border-opacity: 1;
  border-color: rgba(200, 200, 199, var(--tw-border-opacity));
  border-width: 1px;
}

.wp-block-acf-accordion + .wp-block-acf-accordion {
  margin-top: -1rem;
}

.wp-block-acf-accordion[open] {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle, .wp-block-acf-accordion[open] .wp-block-acf-accordion__icon {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
}

.wp-block-acf-accordion[open] .wp-block-acf-accordion__icon {
  transform: rotate(45deg);
}

.wp-block-acf-accordion__toggle, .wp-block-acf-accordion__icon {
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.wp-block-acf-accordion__toggle {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  transition: all ease 250ms;
}

.wp-block-acf-accordion__icon {
  line-height: 1;
  transition: all ease 250ms;
  transform-origin: center;
}

.wp-block-acf-accordion__content {
  padding: 1.5rem;
}

.wp-block-acf-counter {
  font-weight: 700;
  font-size: 3.052rem;
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
  word-spacing: -0.25em;
}

.wp-block-acf-profiles__list {
  display: grid;
  align-items: flex-start;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .wp-block-acf-profiles__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .wp-block-acf-profiles__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.wp-block-acf-profiles__item {
  text-align: center;
  list-style: none;
}

.wp-block-acf-profiles__media {
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 10px solid white;
  aspect-ratio: 1/1;
  overflow: hidden;
  max-width: 250px;
}

.wp-block-acf-profiles__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-acf-profiles__def {
  margin-top: 0.75rem;
}

.wp-block-acf-profiles__def--name {
  font-weight: 700;
  margin-top: 1.25rem;
}

.wp-block-acf-profiles__def--title {
  font-size: 0.75rem;
}

.wp-block-acf-profiles__def--phone, .wp-block-acf-profiles__def--email {
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.wp-block-acf-profiles__def a {
  text-decoration: underline;
}

.wp-block-acf-profiles__def a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.wp-block-acf-spacer.is-style-xsm {
  height: 5vh;
}

.wp-block-acf-spacer, .wp-block-acf-spacer.is-style-sml {
  height: 10vh;
}

.wp-block-acf-spacer.is-style-med {
  height: 25vh;
}

.wp-block-acf-spacer.is-style-lrg {
  height: 35vh;
}

.wp-block-acf-spacer.is-style-xlg {
  height: 50vh;
}

.wp-block[data-type="acf/spacer"] {
  background: #efefef;
}

.wp-block-acf-tabs {
  position: relative;
}

.wp-block-acf-tabs__nav {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-acf-tabs__nav:focus-within .wp-block-acf-tabs__helper {
  opacity: 1;
}

.wp-block-acf-tabs__tab {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(99, 101, 106, var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(222, 219, 223, var(--tw-border-opacity));
  border-style: solid;
  border-bottom-width: 8px;
  list-style: none;
}

.wp-block-acf-tabs__tab:focus {
  outline: none;
}

.wp-block-acf-tabs__tab:focus-visible {
  outline: 2px dashed #6793E6;
  outline-offset: -12px;
}

.wp-block-acf-tabs__tab::before {
  content: attr(title);
  display: block;
  font-weight: 700;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}

.wp-block-acf-tabs__tab::after {
  content: "";
  background-color: transparent;
  display: block;
  position: absolute;
}

.wp-block-acf-tabs__tab[aria-selected=true] {
  --tw-border-opacity: 1;
  border-color: rgba(0, 51, 160, var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.wp-block-acf-tabs__tab[aria-selected=true]::after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.wp-block-acf-tabs__list {
  flex: 1;
}

.wp-block-acf-tabs__item {
  padding: 1.5rem;
}

.wp-block-acf-tabs__helper {
  position: absolute;
  right: 0px;
  top: 100%;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(200, 200, 199, var(--tw-text-opacity));
  font-style: italic;
  top: calc(100% + 1rem);
  opacity: 0;
}

.wp-block-acf-tabs__helper kbd {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgba(200, 200, 199, var(--tw-border-opacity));
  border-radius: 0.125rem;
  border-width: 1px;
  font-size: 1.563rem;
  line-height: 1;
  text-align: center;
}

.wp-block-acf-timeline {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 8rem;
  grid-auto-flow: row dense;
}

.wp-block-acf-timeline::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(200, 200, 199, var(--tw-bg-opacity));
  border-radius: 0.25rem;
}

.wp-block-acf-timeline:not([class*="--y-"]), .wp-block-acf-timeline--y-center {
  align-items: center;
}

.wp-block-acf-timeline--y-top {
  align-items: flex-start;
}

.wp-block-acf-timeline--y-bottom {
  align-items: flex-end;
}

.wp-block-acf-timeline:not([class*="--x-"]), .wp-block-acf-timeline--x-center {
  grid-template-columns: repeat(2, 1fr);
}

.wp-block-acf-timeline:not([class*="--x-"])::before, .wp-block-acf-timeline--x-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-acf-timeline--x-left {
  grid-template-columns: 1fr 3fr;
}

.wp-block-acf-timeline--x-left::before {
  left: calc(25% + 1.25rem);
}

.wp-block-acf-timeline--x-right {
  grid-template-columns: 3fr 1fr;
}

.wp-block-acf-timeline--x-right::before {
  right: calc(25% + 1.25rem);
}

.wp-block-acf-timeline__date, .wp-block-acf-timeline__item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wp-block-acf-timeline__date {
  grid-column: 1/2;
  font-weight: 700;
  font-size: 1.953rem;
}

.wp-block-acf-timeline__date:not([class*="--x-"]), .wp-block-acf-timeline__date--x-center {
  text-align: right;
}

.wp-block-acf-timeline__date:not([class*="--x-"]):nth-of-type(even), .wp-block-acf-timeline__date--x-center:nth-of-type(even) {
  text-align: left;
  grid-column: 2/3;
}

.wp-block-acf-timeline__date--x-left {
  text-align: right;
}

.wp-block-acf-timeline__date--x-right {
  grid-column: 2/3;
}

.wp-block-acf-timeline__item {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 200, 199, var(--tw-bg-opacity));
  position: relative;
  border-radius: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: transform ease-in-out 250ms;
}

.wp-block-acf-timeline__item--hidden {
  transform: scale(0);
}

.wp-block-acf-timeline__item--hidden > * {
  opacity: 0;
}

.wp-block-acf-timeline__item--visible {
  transform: scale(1);
}

.wp-block-acf-timeline__item--visible > * {
  opacity: 1;
}

.wp-block-acf-timeline__item::after {
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  width: 0px;
  pointer-events: none;
  border: solid transparent;
  border-width: 1rem;
}

.wp-block-acf-timeline__item:not([class*="--y-"]), .wp-block-acf-timeline__item--y-center::after {
  top: 50%;
  transform: translateY(-50%);
}

.wp-block-acf-timeline__item--y-top::after {
  top: 1.5rem;
}

.wp-block-acf-timeline__item--y-bottom::after {
  bottom: 1.5rem;
}

.wp-block-acf-timeline__item:not([class*="--x-"]), .wp-block-acf-timeline__item--x-center {
  text-align: left;
}

.wp-block-acf-timeline__item:not([class*="--x-"]):nth-of-type(even), .wp-block-acf-timeline__item--x-center:nth-of-type(even) {
  text-align: right;
  margin-right: 1.25rem;
  grid-column: 1/2;
  transform-origin: center right;
}

.wp-block-acf-timeline__item:not([class*="--x-"]):nth-of-type(even)::after, .wp-block-acf-timeline__item--x-center:nth-of-type(even)::after {
  left: 100%;
  border-left-color: #C8C8C7;
}

.wp-block-acf-timeline__item:not([class*="--x-"]):nth-of-type(odd), .wp-block-acf-timeline__item--x-center:nth-of-type(odd) {
  margin-left: 1.25rem;
  transform-origin: center left;
}

.wp-block-acf-timeline__item:not([class*="--x-"]):nth-of-type(odd)::after, .wp-block-acf-timeline__item--x-center:nth-of-type(odd)::after {
  right: 100%;
  border-right-color: #C8C8C7;
}

.wp-block-acf-timeline__item--x-left {
  margin-left: 1.25rem;
  transform-origin: center left;
}

.wp-block-acf-timeline__item--x-left::after {
  right: 100%;
  border-right-color: #C8C8C7;
}

.wp-block-acf-timeline__item--x-right {
  margin-right: 1.25rem;
  transform-origin: center right;
  grid-column: 1/2;
}

.wp-block-acf-timeline__item--x-right::after {
  left: 100%;
  border-left-color: #C8C8C7;
}

.wp-block-acf-timeline__name, .wp-block-acf-timeline__body {
  transition: opacity ease-in 250ms;
}

.wp-block-acf-timeline__name {
  font-weight: 600;
  font-size: 1.563rem;
  transition-delay: 250ms;
}

.wp-block-acf-timeline__body {
  transition-delay: 350ms;
}

.wp-block-acf-timeline__icon {
  position: absolute;
  left: 0px;
  top: 1rem;
  z-index: 10;
  border-radius: 100%;
  display: block;
  height: 3rem;
  font-size: 1.563rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgba(200, 200, 199, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  left: -3.5rem;
}

.wp-block-acf-timeline__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
