@charset "UTF-8";
/*!
Theme Name: ob9 Digital Brand Guides
Theme URI: https://openbox9.com/
Version: 1.0

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
/*
Fonts
*/
/*
Colors
*/
/*
Responsive breakpoints
*/
/*
Animations
*/
/*
Misc
*/
:root {
  --font-base-size: 18px;
  --gutter: calc((100vw - 1200px) / 2);
  --gutter-left: calc((100vw - 1200px) / 2);
  --gutter-right: calc((100vw - 1200px) / 2);
  --site-gutter-left: calc((100vw - 1200px) / 2);
  --site-gutter-right: calc((100vw - 1200px) / 2);
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth, 0));
  --block-margin: 4rem;
}
@media screen and (max-width: 1324.1379310345px) {
  :root {
    --gutter: 4.6875vw;
    --gutter-left: 4.6875vw;
    --gutter-right: 4.6875vw;
    --site-gutter-left: 4.6875vw;
    --site-gutter-right: 4.6875vw;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --block-margin: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --block-margin: 2.4rem;
  }
}

@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/*
@mixin icon-char($what) {
    @if map-has-key($icons, $what) {

        content: make-icon(map-get($icons, $what));
    }
    @else {
        content: '???';
    }

}
@mixin icon-font($what) {
    font-family: $font-icon;
    font-weight: normal;
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    text-transform:none !important;
    @if map-has-key($icons, $what) {
        @include icon-char($what);
    }
}
*/
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  /*
  @media screen and (min-width:(1200px + 1px)) {
      font-size: $font-base-size * 1.277;
  }
  */
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body {
  padding: 0;
  background: #fff;
  overflow-anchor: none;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: 600;
  font-style: italic;
}

.hidden {
  display: block;
  position: absolute !important;
  top: -10000px !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: new-spirit, Bookman, Georgia, serif;
}

.text-serif {
  font-family: new-spirit, Bookman, Georgia, serif;
}

.text-headline {
  font-family: new-spirit, Bookman, Georgia, serif;
  letter-spacing: normal;
}

.text-cursive {
  font-family: cursive;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-aligncenter,
.text-center {
  text-align: center;
}

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

.text-nowrap {
  white-space: nowrap;
}

img {
  max-width: 100%;
  height: auto;
}

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

body a {
  color: #F3901A;
  transition: 0.2s ease;
  -webkit-text-decoration: underline solid currentColor;
          text-decoration: underline solid currentColor;
  text-decoration-color: var(--link-text-decoration-color-initial, currentColor);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.05em;
}
body a:hover {
  text-decoration-color: var(--link-text-decoration-color-hover, transparent);
}
body a.more {
  white-space: nowrap;
}

iframe {
  max-width: 100%;
}
.fb_iframe_widget iframe {
  max-width: none;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

th, td {
  border: 0;
}

.toggle {
  cursor: pointer;
}

address {
  font-style: normal;
  font-size: 1em;
}
address a {
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .mobile-only, .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hide, .desktop-only {
    display: none !important;
  }
}
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

#wpadminbar {
  z-index: 1101;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/*
Styles loaded into backend Gutenberg admin and front end
*/
.has-padding-top {
  padding-top: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-padding-bottom {
  padding-bottom: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-no-padding-top {
  padding-top: 0 !important;
}

.has-no-padding-bottom {
  padding-bottom: 0 !important;
}

.has-no-padding {
  padding: 0 !important;
}

.has-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-half-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * 0.5) !important;
}

.has-half-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * 0.5) !important;
}

.has-neg-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * -1) !important;
}

.has-neg-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * -1) !important;
}

.has-neg-half-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * -0.5) !important;
}

.has-neg-half-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * -0.5) !important;
}

.has-no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-auto-margin-horizontal {
  margin-left: auto !important;
  margin-right: auto !important;
}

.has-max-width-400 {
  max-width: 400px;
}
.has-max-width-400.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-500 {
  max-width: 500px;
}
.has-max-width-500.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-600 {
  max-width: 600px;
}
.has-max-width-600.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-700 {
  max-width: 700px;
}
.has-max-width-700.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-800 {
  max-width: 800px;
}
.has-max-width-800.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-900 {
  max-width: 900px;
}
.has-max-width-900.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1000 {
  max-width: 1000px;
}
.has-max-width-1000.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1100 {
  max-width: 1100px;
}
.has-max-width-1100.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1200 {
  max-width: 1200px;
}
.has-max-width-1200.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-black-color {
  --color: #000;
}

.has-white-color {
  --color: #fff;
}

.has-black-background-color {
  --background-color: #000;
}

.has-white-background-color {
  --background-color: #fff;
}

.query-posts {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  --gap: 2rem;
  --column-gap: var(--gap);
  --row-gap: calc(var(--gap) * 1.5);
  --column-count: 1;
  --hentry-width: calc((100% / var(--column-count)) - ((var(--gap) * (var(--column-count) - 1)) / var(--column-count)));
  gap: var(--gap);
  row-gap: var(--row-gap, var(--gap));
  -moz-column-gap: var(--column-gap, var(--gap));
       column-gap: var(--column-gap, var(--gap));
  justify-content: start;
  flex-wrap: wrap;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--column-count, 3), 1fr);
  margin-bottom: var(--gap);
}
.query-posts:last-child {
  margin-bottom: 0;
}
.query-posts .extended-info {
  --hentry-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.query-posts .no-results {
  margin: calc(var(--block-margin, 4rem) * 0.5) auto;
  width: 100% !important;
  margin-left: 0 !important;
  text-align: center;
}
.query-posts .hentry.load-more {
  order: 100000;
}
.query-posts .hentry.promo-wide {
  margin-top: var(--gap);
  margin-bottom: var(--gap);
}
.query-posts .hentry.empty.static {
  order: 10000 !important;
}
.query-posts .hentry.heading {
  grid-column: 1/-1;
}
.query-posts > h2,
.query-posts > h3 {
  grid-column: 1/-1;
}
.query-posts .hentry:not(.wide) {
  width: auto;
}

.query-posts.one-across {
  --column-count:1;
  display: grid;
}

.query-posts.two-across {
  --column-count:2;
  display: grid;
}
@media screen and (max-width: 767px) {
  .query-posts.two-across {
    --column-count: 1;
  }
}

.query-posts.three-across {
  --column-count: 3;
  display: grid;
}
.query-posts.three-across > .hentry:not(.promo-wide) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .query-posts.three-across {
    --column-count:2;
  }
}
@media screen and (max-width: 767px) {
  .query-posts.three-across {
    --column-count: 1;
    --gap:1.5rem;
  }
}

.query-posts.four-across {
  --column-count: 4;
  display: grid;
}
@media screen and (max-width: 1200px) {
  .query-posts.four-across {
    --column-count:3;
  }
}
@media screen and (max-width: 1024px) {
  .query-posts.four-across {
    --column-count:2;
  }
}
@media screen and (max-width: 767px) {
  .query-posts.four-across {
    --column-count: 1;
  }
}

.query-posts.three-across.has-promo > .hentry.promo {
  order: -50 !important;
}
.query-posts.three-across.has-promo > .hentry:nth-child(1),
.query-posts.three-across.has-promo > .hentry:nth-child(2),
.query-posts.three-across.has-promo > .hentry:nth-child(3),
.query-posts.three-across.has-promo > .hentry:nth-child(4),
.query-posts.three-across.has-promo > .hentry:nth-child(5) {
  order: -100;
}

.query-posts.three-across.has-promo-first-row > .hentry.promo {
  order: -50 !important;
}
.query-posts.three-across.has-promo-first-row > .hentry:nth-child(1),
.query-posts.three-across.has-promo-first-row > .hentry:nth-child(2) {
  order: -100;
}

.query-posts.five-across {
  --gap: 1rem;
  --column-count: 5;
  display: grid;
}
@media screen and (max-width: 1200px) {
  .query-posts.five-across {
    --column-count:4;
  }
}
@media screen and (max-width: 1024px) {
  .query-posts.five-across {
    --column-count:3;
  }
}
@media screen and (max-width: 767px) {
  .query-posts.five-across {
    --column-count: 2;
  }
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial, sans-serif;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  line-height: 1;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 0.9444444444rem;
  font-weight: 400;
}

textarea {
  width: 100%;
}

.block-filters {
  position: relative;
  z-index: 10;
  /*.block-page-title + & {
          margin: 0 calc(var(--gutter-right) * -1) 0 calc(var(--gutter-left) * -1);
          @media screen and (min-width:1024px) {
              padding:0 2rem;
          }
          @media screen and (max-width:1024px) {
              padding:0 var(--gutter-right) 0 var(--gutter-left);
          }

          background:$color-light-gray;
      }
  */
  display: grid;
  row-gap: 1rem;
  grid-template-areas: "filters" "message";
}
.block-page-title + .block-filters .filters,
.block-page-title + .block-filters .message {
  translate: 0 -1.5rem;
}
.block-filters.no-filters {
  position: absolute;
  width: 0;
  height: 0;
}
.block-filters .filters {
  position: relative;
  z-index: 1;
  grid-area: filters;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.block-filters .filters > label {
  display: none;
}
.block-filters .filters .search {
  display: flex;
  align-items: center;
  border-bottom: 5px solid #d9d9d9;
  background: #fff;
  padding: 0.325rem 1rem 0.35rem 1rem;
}
.block-filters .filters .search input[type=text] {
  flex-grow: 1;
  width: 260px;
  border: 0;
  border-radius: 0;
  padding: 0.5rem;
  font-size: 1rem;
  background: none;
  font-weight: normal;
}
.block-filters .filters .search input[type=text]::-moz-placeholder {
  color: var(--input-text-color, inherit);
}
.block-filters .filters .search input[type=text]::placeholder {
  color: var(--input-text-color, inherit);
}
.block-filters .filters .search button {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background: #333;
  color: white;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .block-filters .filters {
    flex-wrap: wrap;
  }
  .block-filters .filters .filter {
    flex-grow: 1;
  }
  .block-filters .filters .search {
    width: 100%;
  }
}
.block-filters .message {
  grid-area: message;
  text-align: center;
  font-size: 0.888rem;
}
.block-filters .message button {
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: none;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
}
.block-filters .message button:hover {
  text-decoration: none;
}

.hentry {
  position: relative;
  box-sizing: border-box;
}
.hentry .date, .hentry .dates {
  grid-area: date;
}
.hentry .thumbnail {
  grid-area: image;
}
.hentry .title {
  grid-area: title;
}
.hentry .content {
  grid-area: content;
}
.hentry .cta {
  grid-area: cta;
}
.hentry .last-updated {
  grid-area: updated;
  font-size: 0.8em;
  color: #2EA559;
  text-transform: uppercase;
  font-weight: 600;
}
.hentry .event-date,
.hentry .topic {
  grid-area: meta;
}
.hentry.off {
  display: none;
}

.hentry.empty {
  opacity: 0;
  visibility: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hentry.excerpt {
  --link-text-decoration-color-initial:transparent;
  --link-text-decoration-color-hover: currentColor;
  display: grid;
  grid-template-columns: 190px 1fr;
  grid-template-rows: auto auto 1fr;
  row-gap: 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  grid-template-areas: "image meta" "image title" "image content";
  align-items: start;
}
.hentry.excerpt.clickable:hover {
  --hentry-image-scale:1.05;
}
.hentry.excerpt.hide-thumbnail {
  grid-template-areas: "meta meta" "title title" "content content";
}
.hentry.excerpt.has-vertical-layout {
  grid-template-columns: auto;
  grid-template-areas: "image" "meta" "title" "content";
}
.hentry.excerpt.has-vertical-layout .thumbnail {
  margin-bottom: 1rem;
}
.hentry.excerpt .thumbnail {
  display: block;
  position: relative;
  padding: 0 0 var(--hentry-image-aspect, 84%);
  background: #adadad no-repeat 50% 50%;
  background-size: auto 50%;
  overflow: hidden;
}
.hentry.excerpt .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  transition: 1s ease-in-out;
  scale: var(--hentry-image-scale, 1);
}
.hentry.excerpt .title {
  margin: 0 0 0.5rem;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: clamp(1.222rem, 0.438vw + 1.127rem, 1.556rem);
  font-weight: 600;
}
.hentry.excerpt .topic {
  margin: 0 0 0.5rem;
  font-size: clamp(0.778rem, 0.073vw + 0.762rem, 0.833rem);
  text-transform: uppercase;
  font-weight: 700;
}
.hentry.excerpt .event-date {
  display: inline-block;
  padding: 0.25em 1em 0.2em;
  margin: 0 auto 0.5rem 0;
  border-radius: 2rem;
  background: #efefef;
  font-size: clamp(0.778rem, 0.073vw + 0.762rem, 0.833rem);
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .query-posts.two-across .hentry.excerpt {
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "image ." "meta meta" "title title" "content content";
  }
  .query-posts.two-across .hentry.excerpt .thumbnail {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .hentry.excerpt {
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "image image" "meta meta" "title title" "content content";
  }
  .hentry.excerpt .thumbnail {
    margin-bottom: 0.5rem;
  }
}

p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 1.25em;
}
p:last-child {
  margin-block-end: 0;
}

p.is-style-intro {
  margin-left: 0;
  font-size: 22px;
  line-height: 1.5;
}
p.is-style-intro:first-child {
  margin-left: auto;
  margin-right: auto;
}
p.is-style-intro.has-text-align-left, p.is-style-intro.has-text-align-left:first-child {
  max-width: 750px;
  margin-right: auto;
  margin-left: 0;
}
p.is-style-intro.has-text-align-right, p.is-style-intro.has-text-align-right:first-child {
  max-width: 750px;
  margin-left: auto;
  margin-right: 0;
}
p.is-style-intro.no-max-width {
  max-width: none;
}

p.has-drop-cap:not(:focus)::first-letter {
  display: block;
  float: left;
  margin: 0.1em 0.05em 0 0;
  color: #2B4159;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-optical-sizing: none;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 0.7;
}

.site-header {
  top: 0;
  left: 0;
  position: fixed;
  width: var(--sidebar-width, 100%);
  height: var(--header-height, 200px);
  padding: 0;
  background: var(--header-background, #fff);
  border-right: var(--light-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
  z-index: 999;
  padding: 2rem;
}
body.menu-on .site-header {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .site-header {
    position: relative;
    width: 100%;
    padding: 1rem;
    border-right: none;
  }
}
.site-header .block-logo {
  width: 100%;
  max-width: 210px;
  text-align: left;
}
.site-header .block-logo img {
  width: 100%;
}
.site-header .block-logo a {
  color: #000;
  text-decoration: none;
}
.site-header p {
  grid-area: title;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .site-header p {
    display: none;
  }
}
.site-header .block-nav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  background: #f4f4f4;
  z-index: 99;
  padding-top: var(--header-height);
}
@media screen and (max-width: 760px) {
  .site-header .block-nav {
    top: var(--header-height);
    padding-top: 0;
    width: 100%;
  }
}
.site-header .block-nav.active {
  opacity: 1;
  top: 0;
}
.site-header .block-nav ul {
  padding: 2rem 3rem;
  margin: 0;
}
.site-header .block-nav ul li {
  list-style: none;
  margin-bottom: 1rem;
  text-align: left;
  transition: 0.15s all ease-in-out;
}
.site-header .block-nav ul li a {
  color: #363535;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.site-header .block-nav ul:hover li {
  opacity: 0.58;
}
.site-header .block-nav ul:hover li:hover {
  opacity: 1;
}
.site-header #nav-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #363535;
  border-radius: 3rem;
  height: 3rem;
  width: 4rem;
  min-height: 0;
  right: -1rem;
}
@media screen and (min-width: 760px) {
  .site-header #nav-toggle {
    display: none;
  }
}
.site-header #nav-toggle svg {
  display: none;
  width: 45%;
}
.site-header #nav-toggle svg.open {
  display: block;
}
.site-header #nav-toggle.on svg.open {
  display: none;
}
.site-header #nav-toggle.on svg.close {
  display: block;
}

@media screen and (max-width: 760px) {
  #nav #toc {
    padding: 0 1rem;
    margin-top: 1rem;
  }
}
#nav #toc .title {
  display: none;
}
#nav #toc li.current_page_item > a {
  color: #2EA559 !important;
}
#nav #toc li.page_item_has_children > a {
  position: relative;
}
#nav #toc li.page_item_has_children > a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  line-height: 1rem;
  font-weight: 500;
  font-family: "Noto Serif", serif;
  display: flex;
  align-items: center;
}
#nav #toc li.page_item_has_children ul.children {
  margin-bottom: 0.75rem;
}
#nav #toc li.page_item_has_children ul.children li a {
  padding: 0.5rem 0;
}
#nav #toc li.page_item_has_children.current_page_item > a:after {
  content: "-";
}
#nav #toc li.current_page_parent > a {
  color: #2EA559 !important;
}
#nav #toc li.current_page_parent > a:after {
  content: "-";
}

body.menu-on .site-header .block-nav {
  opacity: 1;
  pointer-events: all;
}

@keyframes rightIn {
  0% {
    left: 50px;
  }
  100% {
    left: 0px;
  }
}
@keyframes topIn {
  0% {
    top: -50px;
  }
  100% {
    top: 0px;
  }
}
@keyframes leftIn {
  0% {
    left: -50px;
  }
  100% {
    left: 0px;
  }
}
@keyframes bottomIn {
  0% {
    top: 50px;
  }
  100% {
    top: 0px;
  }
}
#nav {
  position: fixed;
  width: 100%;
  top: var(--header-height, 100px);
  left: 0;
  background: #231f20;
}
#nav #main-menu {
  margin: 1rem 0 3rem;
}
@media screen and (min-width: 760px) {
  #nav {
    position: sticky;
    width: 100%;
    max-height: none;
    opacity: 1;
    background: transparent;
  }
  #nav #main-menu {
    margin: 0;
  }
  #nav ul {
    opacity: 1;
  }
  #nav ul li {
    opacity: 1;
  }
  #nav ul li.menu-item-page {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0862745098);
  }
  #nav ul li.menu-item-page a {
    display: flex;
    justify-content: space-between;
  }
  #nav ul li a {
    color: #363535 !important;
    font-weight: normal;
  }
  #nav ul li a:hover {
    color: #2EA559 !important;
  }
}
#nav ul {
  text-align: left;
  padding: 0 2rem;
  margin-top: 0;
}
#nav ul li {
  padding: 0;
  list-style: none;
  font-size: 16px;
  border-bottom: var(--light-border);
}
@media screen and (max-width: 760px) {
  #nav ul li {
    border-color: rgba(206, 206, 206, 0.4);
  }
}
#nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
}
#nav ul li ul {
  display: none;
}
#nav ul li.menu-item-has-children > a {
  position: relative;
}
#nav ul li.menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  line-height: 1rem;
  font-weight: 500;
  font-family: new-spirit, Bookman, Georgia, serif;
  display: flex;
  align-items: center;
}
#nav ul li.current_page_item ul, #nav ul li.current_page_parent ul {
  display: block;
}
#nav ul li.current_page_item ul li, #nav ul li.current_page_parent ul li {
  border: none;
}
.block-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height all 0.3s ease-in-out;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
body.menu-on .block-nav {
  overflow: visible;
  max-height: none;
  translate: 0;
}
.block-nav > ul {
  gap: 1.5em;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 0;
  opacity: 0;
}
.block-nav > ul > li {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.block-nav > ul > li.visible {
  opacity: 1;
}
.block-nav > ul > li > a {
  display: inline-block;
  font-weight: 700;
}
.block-nav > ul > li > a:before {
  display: none;
}
.block-nav > ul > li > a:after {
  top: auto;
  bottom: 0;
}
.block-nav > ul > li > a .icon {
  --icon-size: 20px;
  display: inline-block;
  color: #00AD85;
  font-size: 0.76rem;
  display: flex;
  align-items: center;
  margin: 0 0 0 1rem;
}
.block-nav > ul > li > a .icon:before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\+";
}
.block-nav > ul > li > ul {
  transition: all 0.15s ease-in-out;
}
.block-nav > ul > li > ul > li:first-child {
  margin-top: 0;
}
.block-nav > ul > li.on {
  --highlight-width: 100%;
}
.block-nav > ul > li.on > a .icon:before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f068";
}
.block-nav > ul > li.on > ul {
  margin-top: 0.9em;
  max-height: var(--subnav-height, -moz-fit-content);
  max-height: var(--subnav-height, fit-content);
}
@media screen and (min-height: 800px) {
  .block-nav > ul {
    gap: 1.75em;
  }
}
@media screen and (max-height: 700px) {
  .block-nav > ul {
    gap: 0.5em;
  }
}
@media screen and (max-height: 600px) {
  .block-nav > ul {
    gap: 0.25em;
  }
}
body.menu-on .block-nav > ul {
  padding-top: calc(var(--block-margin, 4rem) * 0.5);
  padding-bottom: calc(var(--block-margin, 4rem) * 0.5);
  opacity: 1;
}
body.menu-on .block-nav > ul > li {
  opacity: 1;
}
body.service-times-on .block-nav > ul {
  opacity: 0;
}

footer {
  background: var(--footer-background);
  width: 100%;
  box-sizing: border-box;
}
footer .inner.min {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 6.5rem 0;
}
footer .inner {
  margin: 0 auto;
  width: calc(100% - var(--gutter-left) * 2);
  color: var(--footer-color);
  display: grid;
  grid-template: "logo" "question" "to-top" "menu" "credits";
  gap: 2rem;
  padding: 4rem 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  footer .inner {
    gap: 6rem;
    grid-template: "logo question to-top" ". menu credits";
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
footer a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  background: #FFBF64;
  opacity: 0;
  transition: opacity 0.4s ease, width 0.4s ease;
}
footer a:hover::after {
  width: 100%;
  opacity: 1;
}
footer .block-to-top {
  grid-area: to-top;
}
footer .block-to-top span {
  cursor: pointer;
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 0.25rem;
  background: transparent;
  font-weight: 600;
  width: auto;
}
footer .block-to-top span:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #363535 !important;
}
@media screen and (min-width: 1024px) {
  footer .block-to-top {
    text-align: right;
  }
}
footer .block-question {
  grid-area: question;
}
footer .block-question h5, footer .block-question b {
  display: block;
}
footer .block-logo {
  grid-area: logo;
  width: 200px;
}
footer .block-menu {
  grid-area: menu;
}
footer .block-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}
footer .block-menu ul li {
  list-style: none;
}
footer .block-menu ul li:after {
  content: "/";
  padding: 0 1rem;
}
footer .block-menu ul li:last-of-type:after {
  display: none;
}
footer .block-credits {
  grid-area: credits;
}
@media screen and (min-width: 1024px) {
  footer .block-credits {
    text-align: right;
  }
}

:root body {
  --block-border-radius: 8px;
  padding-top: 0;
  --sidebar-width: 300px;
  --background-color: #f4f4f4;
  --light-border: 2px solid rgb(0 0 0 / 10%);
  --light-border: 2px solid #D2D2D2;
  --header-height: 100px;
  --header-background: #fff;
  --header-color: #363535;
  --ham-bg-color: #000;
  --ham-color: #fff;
  --ham-hover-bg-color: #fff;
  --default-hero-bg: #000;
  --default-hero-color: #fff;
  --default-hero-min-height: 50vh;
  --default-hero-object-fit: cover;
  --default-hero-focal-point: 50% 50%;
  --card-bg-color: #fff;
  --card-border-color: rgb(0 0 0 / 10%);
  --card-color: #000;
  --card-title-color: #363535;
  --card-meta-color: #666;
  --card-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  --card-border-radius: 8px;
  --card-padding: 1.5rem;
  --card-image-height: 200px;
  --card-image-object-fit: cover;
  --card-image-focal-point: 50% 50%;
  --footer-background: #5C5356;
  --footer-color: #fff;
  --footer-link-color: #fff;
  --footer-link-hover-color: #fff;
}
@media screen and (min-width: 1024px) {
  :root body {
    --header-height: 160px;
  }
}

@media screen and (max-width: 768px) {
  body.menu-on {
    padding-top: var(--header-height);
  }
}

.wp-block-group.hero {
  padding: 0 !important;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.hero {
    margin-bottom: 4rem;
  }
}
.wp-block-group.hero .wp-block-theme-blocks-cards {
  max-width: none;
  width: 100%;
  --min-row-height: 800 !important;
}
.wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card {
  justify-content: end;
}
.wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card .block-image:before {
  display: none;
}
.wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card > div {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card > div p {
  max-width: 45%;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card > div p {
    max-width: 100%;
  }
}

section#loading {
  grid-area: loading;
  height: 100vh;
  width: 100vw;
  background: #fff;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  display: none;
}
section#loading div {
  width: 300px;
  overflow: hidden;
  position: relative;
}
section#loading div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  transition: 0.25s all ease-in-out 0.25s;
  background: #fff;
}
section#loading div:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  transition: 0.25s all ease-in-out 0.25s;
  background: #fff;
}
section#loading div img {
  position: relative;
  bottom: 0;
  z-index: -1;
  transition: 0.25s all ease-in-out 1s;
  transform: translateY(0);
  background: #f7f7f7;
}
section#loading div.appeared:before {
  width: 0;
}
section#loading div.appeared:after {
  width: 0;
}
section#loading div.appeared img {
  bottom: -100%;
  transform: translateY(100%);
}
section#loading.appeared {
  height: 0;
  opacity: 0;
}

.theme-block {
  --block-margin-multiplier: 1;
  position: relative;
  margin-top: calc(var(--block-margin, 4rem) * var(--block-margin-multiplier));
  margin-bottom: calc(var(--block-margin, 4rem) * var(--block-margin-multiplier));
}
h1 + .theme-block, h2 + .theme-block, h3 + .theme-block, h4 + .theme-block, h5 + .theme-block, h6 + .theme-block, .heading + .theme-block {
  margin-top: calc(var(--block-margin, 4rem) * 0);
}
.theme-block:first-child {
  margin-top: 0;
}
.theme-block:last-child {
  margin-bottom: 0;
}
.page-blocks > .theme-block.is-style-full-width > .wrap, .page-blocks > .theme-block.full-width > .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1324.1379310345px) {
  .page-blocks > .theme-block.is-style-full-width > .wrap, .page-blocks > .theme-block.full-width > .wrap {
    margin: 0 4.6875%;
  }
}
.page-blocks > .theme-block.has-background.is-style-full-width + .has-background.is-style-full-width {
  margin-top: calc(var(--block-margin, 4rem) * -1);
}
#wrap > .theme-block.has-background {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 2;
}

body.has-js .appear-on-scroll:not(.sticky) {
  opacity: 0;
}
body.has-js .appear-on-scroll:not(.sticky).appear-init {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, scale 0.2s ease;
}
body.has-js .appear-on-scroll:not(.sticky).appear-init:not(.fade-only) {
  transform: translate(0px, 2rem);
}
body.has-js .appear-on-scroll:not(.sticky).appeared {
  opacity: 1;
}
body.has-js .appear-on-scroll:not(.sticky).appeared:not(.fade-only) {
  transform: translate(0px, 0px);
}
body.has-js .appear-on-scroll.sticky {
  opacity: 0;
}
body.has-js .appear-on-scroll.sticky.appear-init {
  transition: opacity 0.4s ease-in-out;
}
body.has-js .appear-on-scroll.sticky.appeared {
  opacity: 1;
}
body.no-js .appear-on-scroll, .disable-appear-on-scroll .appear-on-scroll, .appear-on-scroll.disable-appear-on-scroll, .appear-on-scroll .appear-on-scroll {
  opacity: 1 !important;
  transform: none !important;
}

.site-skip-nav {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  padding: 5px 15px;
  margin-top: var(--wp-admin--admin-bar--height, 0px);
  background: #F3901A;
  color: #fff;
  transform: translate(-100%, -100%);
}
.site-skip-nav:focus {
  transform: translate(0%, 0%);
}

:root body {
  --wrap-padding-top: var(--header-height);
  position: relative;
  z-index: 10;
  background: #fff;
}

.main-content {
  --main-content-padding-top: calc(var(--block-margin, 4rem) * 0.5);
  --main-content-padding-bottom: calc(var(--block-margin, 4rem) * 1);
  position: relative;
  z-index: 10;
  margin: 0 0;
  padding: 0;
  background: #fff;
  color: var(--color, inherit);
  grid-area: main;
  opacity: 1;
  transition: 0.25s all ease-in-out;
}
.main-content > .layout {
  min-height: 70vh;
  position: relative;
  display: grid;
  grid-template-areas: "sidebar hero" "sidebar blocks";
  grid-template-columns: 300px 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-content > .layout {
    grid-template-columns: 1fr;
    grid-template-areas: "hero" "blocks";
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.main-content aside.sidebar {
  grid-area: sidebar;
  position: sticky;
  top: var(--header-height, 100px);
  z-index: 999;
  border-right: var(--light-border);
}
.main-content .block-hero {
  grid-area: hero;
  position: relative;
  z-index: 30;
  margin-top: calc(var(--main-content-padding-top) * -1);
}
.main-content .block-page-hero {
  position: relative;
  grid-area: hero;
  min-height: var(--page-title-min-height, 42vw);
  background-color: #fff;
  color: var(--hero-text-color, #363535);
  min-height: 360px;
  display: flex;
  align-items: end;
  justify-content: center;
  border-bottom: var(--light-border);
}
.main-content .block-page-hero .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1370px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 3rem;
}
.main-content .block-page-hero .block-featured-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-content .block-page-hero .block-featured-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content .block-page-hero.has-no-featured-image {
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  .main-content .block-page-hero {
    min-height: 120px;
  }
  .main-content .block-page-hero .wrapper {
    padding: 2rem var(--site-gutter-right);
  }
  .main-content .block-page-hero.has-no-featured-image {
    min-height: 0;
  }
}
.main-content .block-page-title {
  position: relative;
  padding: 0;
  grid-area: hero;
  display: grid;
  min-height: var(--page-title-min-height, 42vw);
  background-color: var(--page-highlight-color, var(--default-hero-bg, #363535));
  color: #2C2A2B;
  place-items: end start;
}
@media screen and (min-width: 1200px) {
  .main-content .block-page-title {
    --page-title-min-height: 504px;
  }
}
.main-content .block-page-title.has-no-featured-image {
  --page-title-min-height:calc(var(--block-margin, 4rem) * 4);
}
.main-content .block-page-title #page-title {
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
  padding: 3rem;
  box-sizing: border-box;
  font-size: 64px;
  color: #fff;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .main-content .block-page-title #page-title {
    padding: var(--main-content-padding-bottom) var(--site-gutter-right) var(--main-content-padding-bottom) var(--site-gutter-left);
  }
}
.main-content .block-page-title .block-featured-image {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 0;
}
.main-content .block-page-title .block-featured-image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: var(--object-fit, cover);
     object-fit: var(--object-fit, cover);
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  background: #00AD85;
}
.main-content .page-blocks {
  position: relative;
  z-index: 20;
  grid-area: blocks;
  min-height: 50vh;
  padding: 3rem 3rem 6rem;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main-content .page-blocks > .theme-block.has-background.is-style-full-width:last-child {
  margin-bottom: calc(var(--main-content-padding-bottom) * -1);
}
.main-content .page-blocks form input[type=text] {
  border: 1px solid #29694E;
}
@media screen and (max-width: 768px) {
  .main-content .page-blocks {
    padding: var(--main-content-padding-bottom) var(--site-gutter-right) var(--main-content-padding-bottom) var(--site-gutter-left);
  }
}
.main-content .block-filters {
  grid-area: filters;
}
.main-content .query-posts {
  grid-area: posts;
  position: relative;
  z-index: 1;
}
.main-content .posts-nav,
.main-content .navigation.pagination {
  grid-area: pager;
  text-align: center;
}
.main-content .posts-nav button.load-more,
.main-content .navigation.pagination button.load-more {
  border: 0;
  background: none;
}

.main-content.archive > .layout {
  grid-template-areas: ". title ." ". filters ." ". posts ." ". pager .";
}
.main-content.archive .block-page-title {
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
}

.main-content.page {
  --main-content-padding-top:0;
}
.main-content.page .page-blocks > .theme-block.is-style-page-width {
  margin-left: -203px;
  margin-right: -203px;
}
@media screen and (max-width: 1324.1379310345px) {
  .main-content.page .page-blocks > .theme-block.is-style-page-width {
    margin-left: calc((100vw - 794px) / -2 + 4.6875vw);
    margin-right: calc((100vw - 794px) / -2 + 4.6875vw);
  }
}
@media screen and (max-width: 876.1379310345px) {
  .main-content.page .page-blocks > .theme-block.is-style-page-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-content.page .block-page-title h1 {
  max-width: 863px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-content .layout:has(.page-blocks > #hero) {
    grid-template-areas: "sidebar blocks";
  }
}
.main-content .layout:has(.page-blocks > #hero) .block-page-title {
  display: none;
}

.main-content .layout-sales {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  max-width: 800px;
  margin: 0 auto;
}
.main-content .layout-sales .site {
  align-self: stretch;
}

@media screen and (max-width: 768px) {
  .wp-block-spacer {
    display: none;
  }
  .wp-block-spacer.keep-mobile {
    display: block;
  }
}

body .wp-block-separator {
  border-top: var(--light-border);
}
@media screen and (max-width: 768px) {
  body .wp-block-separator {
    margin-top: 3.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.heading {
  position: relative;
  margin: 0 0 0.75rem 0;
  padding: 0;
  clear: both;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-variation-settings: "wdth" 112.5;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: none;
  -webkit-font-smoothing: antialiased;
  letter-spacing: normal;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em,
.heading em {
  text-transform: none;
}
h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline,
.h1.inline, .h2.inline, .h3.inline, .h4.inline, .h5.inline, .h6.inline,
.heading.inline {
  display: inline;
  margin-right: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
.heading a {
  display: inline-block;
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child,
.heading:first-child {
  margin-top: 0;
}
h1:not(.is-style-section-heading):last-child,
h2:not(.is-style-section-heading):last-child,
h3:not(.is-style-section-heading):last-child,
h4:not(.is-style-section-heading):last-child,
h5:not(.is-style-section-heading):last-child,
h6:not(.is-style-section-heading):last-child,
.h1:not(.is-style-section-heading):last-child, .h2:not(.is-style-section-heading):last-child, .h3:not(.is-style-section-heading):last-child, .h4:not(.is-style-section-heading):last-child, .h5:not(.is-style-section-heading):last-child, .h6:not(.is-style-section-heading):last-child,
.heading:not(.is-style-section-heading):last-child {
  margin-bottom: 0;
}
.page-blocks > h1.has-text-align-center,
.page-blocks > h2.has-text-align-center,
.page-blocks > h3.has-text-align-center,
.page-blocks > h4.has-text-align-center,
.page-blocks > h5.has-text-align-center,
.page-blocks > h6.has-text-align-center,
.page-blocks > .h1.has-text-align-center, .page-blocks > .h2.has-text-align-center, .page-blocks > .h3.has-text-align-center, .page-blocks > .h4.has-text-align-center, .page-blocks > .h5.has-text-align-center, .page-blocks > .h6.has-text-align-center,
.page-blocks > .heading.has-text-align-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
h1 + .theme-block.is-style-content-width, h1 + .theme-block.is-style-full-width, h1 + .theme-block.wp-block-image,
h2 + .theme-block.is-style-content-width,
h2 + .theme-block.is-style-full-width,
h2 + .theme-block.wp-block-image,
h3 + .theme-block.is-style-content-width,
h3 + .theme-block.is-style-full-width,
h3 + .theme-block.wp-block-image,
h4 + .theme-block.is-style-content-width,
h4 + .theme-block.is-style-full-width,
h4 + .theme-block.wp-block-image,
h5 + .theme-block.is-style-content-width,
h5 + .theme-block.is-style-full-width,
h5 + .theme-block.wp-block-image,
h6 + .theme-block.is-style-content-width,
h6 + .theme-block.is-style-full-width,
h6 + .theme-block.wp-block-image,
.h1 + .theme-block.is-style-content-width,
.h1 + .theme-block.is-style-full-width,
.h1 + .theme-block.wp-block-image, .h2 + .theme-block.is-style-content-width, .h2 + .theme-block.is-style-full-width, .h2 + .theme-block.wp-block-image, .h3 + .theme-block.is-style-content-width, .h3 + .theme-block.is-style-full-width, .h3 + .theme-block.wp-block-image, .h4 + .theme-block.is-style-content-width, .h4 + .theme-block.is-style-full-width, .h4 + .theme-block.wp-block-image, .h5 + .theme-block.is-style-content-width, .h5 + .theme-block.is-style-full-width, .h5 + .theme-block.wp-block-image, .h6 + .theme-block.is-style-content-width, .h6 + .theme-block.is-style-full-width, .h6 + .theme-block.wp-block-image,
.heading + .theme-block.is-style-content-width,
.heading + .theme-block.is-style-full-width,
.heading + .theme-block.wp-block-image {
  margin-top: 3em;
}
h1 + .wp-block-buttons,
h2 + .wp-block-buttons,
h3 + .wp-block-buttons,
h4 + .wp-block-buttons,
h5 + .wp-block-buttons,
h6 + .wp-block-buttons,
.h1 + .wp-block-buttons, .h2 + .wp-block-buttons, .h3 + .wp-block-buttons, .h4 + .wp-block-buttons, .h5 + .wp-block-buttons, .h6 + .wp-block-buttons,
.heading + .wp-block-buttons {
  margin-top: 1rem;
}
h1.has-image-icon:before,
h2.has-image-icon:before,
h3.has-image-icon:before,
h4.has-image-icon:before,
h5.has-image-icon:before,
h6.has-image-icon:before,
.h1.has-image-icon:before, .h2.has-image-icon:before, .h3.has-image-icon:before, .h4.has-image-icon:before, .h5.has-image-icon:before, .h6.has-image-icon:before,
.heading.has-image-icon:before {
  --icon-size: 1.7em;
  content: " ";
  display: block;
  margin: 0 0 0.7rem;
  width: var(--icon-size);
  height: var(--icon-size);
  background: var(--icon) no-repeat 50% 50%;
  background-size: contain;
  border: 3px solid currentColor;
  border-radius: 50%;
}
.wp-block-theme-blocks-promotion .block-content h1.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h2.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h3.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h4.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h5.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h6.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content .h1.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h2.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h3.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h4.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h5.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h6.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content .heading.has-image-icon:before {
  margin-left: auto;
  margin-right: auto;
}

.h1,
h1 {
  font-size: clamp(2.333rem, 1.606vw + 1.985rem, 3.556rem);
  line-height: 1;
}

.h2,
h2 {
  font-size: clamp(2.333rem, 1.606vw + 1.985rem, 3.556rem);
  line-height: 1;
}

.h3,
h3 {
  font-size: clamp(1.444rem, 1.606vw + 1.097rem, 2.667rem);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.05;
}

.h4,
h4 {
  font-size: clamp(1.333rem, 0.146vw + 1.302rem, 1.444rem);
  line-height: 1.3;
}

.h5,
h5 {
  font-size: clamp(1.111rem, 0.146vw + 1.079rem, 1.222rem);
  line-height: 1.35;
}

.h6,
h6 {
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 1rem;
  line-height: 1.35;
}

strong.heading {
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 1.2em;
  font-weight: 700;
}

:where([class*=wp-block]:not(.wp-block-separator, .is-style-section-heading),
[class*=theme-block],
p,
ol,
ul) + h1:not(.is-style-section-heading), :where([class*=wp-block]:not(.wp-block-separator, .is-style-section-heading),
[class*=theme-block],
p,
ol,
ul) + h2:not(.is-style-section-heading) {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}

:where([class*=wp-block]:not(.wp-block-separator, .wp-block-heading),
[class*=theme-block],
p,
ol,
ul) + h3 {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}

:where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + h4, :where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + h5, :where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + .h5, :where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + h6, :where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + .h6 {
  margin-top: calc(var(--block-margin, 4rem) * 0.4);
}

.h1 + .h1, .h1 + h1, .h1 + .h2, .h1 + h2, .h1 + .h3, .h1 + h3, .h1 + .h4, .h1 + h4, .h1 + .h5, .h1 + h5, .h1 + .h6, .h1 + h6, h1 + .h1, h1 + h1, h1 + .h2, h1 + h2, h1 + .h3, h1 + h3, h1 + .h4, h1 + h4, h1 + .h5, h1 + h5, h1 + .h6, h1 + h6,
.h2 + .h1,
.h2 + h1,
.h2 + .h2,
.h2 + h2,
.h2 + .h3,
.h2 + h3,
.h2 + .h4,
.h2 + h4,
.h2 + .h5,
.h2 + h5,
.h2 + .h6,
.h2 + h6, h2 + .h1, h2 + h1, h2 + .h2, h2 + h2, h2 + .h3, h2 + h3, h2 + .h4, h2 + h4, h2 + .h5, h2 + h5, h2 + .h6, h2 + h6,
.h3 + .h1,
.h3 + h1,
.h3 + .h2,
.h3 + h2,
.h3 + .h3,
.h3 + h3,
.h3 + .h4,
.h3 + h4,
.h3 + .h5,
.h3 + h5,
.h3 + .h6,
.h3 + h6, h3 + .h1, h3 + h1, h3 + .h2, h3 + h2, h3 + .h3, h3 + h3, h3 + .h4, h3 + h4, h3 + .h5, h3 + h5, h3 + .h6, h3 + h6,
.h4 + .h1,
.h4 + h1,
.h4 + .h2,
.h4 + h2,
.h4 + .h3,
.h4 + h3,
.h4 + .h4,
.h4 + h4,
.h4 + .h5,
.h4 + h5,
.h4 + .h6,
.h4 + h6, h4 + .h1, h4 + h1, h4 + .h2, h4 + h2, h4 + .h3, h4 + h3, h4 + .h4, h4 + h4, h4 + .h5, h4 + h5, h4 + .h6, h4 + h6,
.h5 + .h1,
.h5 + h1,
.h5 + .h2,
.h5 + h2,
.h5 + .h3,
.h5 + h3,
.h5 + .h4,
.h5 + h4,
.h5 + .h5,
.h5 + h5,
.h5 + .h6,
.h5 + h6, h5 + .h1, h5 + h1, h5 + .h2, h5 + h2, h5 + .h3, h5 + h3, h5 + .h4, h5 + h4, h5 + .h5, h5 + h5, h5 + .h6, h5 + h6,
.h6 + .h1,
.h6 + h1,
.h6 + .h2,
.h6 + h2,
.h6 + .h3,
.h6 + h3,
.h6 + .h4,
.h6 + h4,
.h6 + .h5,
.h6 + h5,
.h6 + .h6,
.h6 + h6, h6 + .h1, h6 + h1, h6 + .h2, h6 + h2, h6 + .h3, h6 + h3, h6 + .h4, h6 + h4, h6 + .h5, h6 + h5, h6 + .h6, h6 + h6 {
  margin-top: 0;
}

.h1 + .h2, .h1 + h2, .h1 + .h3, .h1 + h3, .h1 + .h4, .h1 + h4, h1 + .h2, h1 + h2, h1 + .h3, h1 + h3, h1 + .h4, h1 + h4,
.h2 + .h2,
.h2 + h2,
.h2 + .h3,
.h2 + h3,
.h2 + .h4,
.h2 + h4, h2 + .h2, h2 + h2, h2 + .h3, h2 + h3, h2 + .h4, h2 + h4,
.h3 + .h2,
.h3 + h2,
.h3 + .h3,
.h3 + h3,
.h3 + .h4,
.h3 + h4, h3 + .h2, h3 + h2, h3 + .h3, h3 + h3, h3 + .h4, h3 + h4 {
  margin-top: -0.5rem;
}

.h4 + .h5, .h4 + h5, h4 + .h5, h4 + h5 {
  margin-top: -0.25em;
}

.is-style-expandable {
  --highlight-color: #F3901A;
  cursor: pointer;
  position: relative;
  padding-left: 1.2em;
  text-decoration: none;
}
h1:not(.is-style-expandable) + .is-style-expandable, h2:not(.is-style-expandable) + .is-style-expandable, h3:not(.is-style-expandable) + .is-style-expandable, h4:not(.is-style-expandable) + .is-style-expandable, h5:not(.is-style-expandable) + .is-style-expandable, h6:not(.is-style-expandable) + .is-style-expandable {
  margin-top: calc(var(--block-margin, 4rem) * 0.25);
}
.is-style-expandable:hover {
  text-decoration: underline;
}
.is-style-expandable:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.1em;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  font-size: 0.6em;
  text-align: center;
  margin: 0.15em 0 0 0;
  border-radius: 50%;
  transition: all all 0.15s ease-in-out;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\+";
  color: #fff;
  background: var(--highlight-color);
  transform: rotate(90deg);
}
.is-style-expandable:before:hover {
  background: #F3901A;
}
h3.is-style-expandable:before {
  top: 0.17em;
}

h4.is-style-expandable:before {
  top: 0.2em;
}

h5.is-style-expandable:before {
  top: 0.2em;
}

h6.is-style-expandable:before {
  top: 0.2em;
}

.is-style-expandable:focus {
  outline: none;
  text-decoration: underline;
}
.is-style-expandable:focus:before {
  background-color: #F3901A;
}
.is-style-expandable.opened:before {
  transform: rotate(180deg);
  content: "\f068";
  background-color: #F3901A;
}
@media screen and (min-width: 768px) {
  body.theme .is-style-expandable.mobile-expand {
    cursor: default;
    padding-top: 0;
    border-top: 0;
  }
  body.theme .is-style-expandable.mobile-expand:before {
    display: none;
  }
  body.theme .is-style-expandable.mobile-expand + .expand-content {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body.theme .is-style-expandable.mobile-expand {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 2rem;
  }
  body.theme .is-style-expandable.mobile-expand:before {
    margin-top: 2rem;
  }
}

.expand-content {
  display: none;
  margin: 0;
  padding-top: calc(var(--block-margin, 4rem) * 0.25);
  padding-bottom: 1.5em;
}
.expand-content + .is-style-expandable {
  margin-top: 0.75em;
}
.expand-content > .alignleft:first-child + ol,
.expand-content > .alignleft:first-child + ul,
.expand-content > .alignright:first-child + ol,
.expand-content > .alignright:first-child + ul {
  margin-top: 0;
}
.expand-content + h1:not(.is-style-expandable), .expand-content + h2:not(.is-style-expandable), .expand-content + h3:not(.is-style-expandable), .expand-content + h4:not(.is-style-expandable), .expand-content + h5:not(.is-style-expandable), .expand-content + h6:not(.is-style-expandable) {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}

h1.is-style-section-heading,
h2.is-style-section-heading,
h3.is-style-section-heading {
  margin-top: calc(var(--block-margin, 4rem) * 1.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 0.5);
  padding: 0;
  font-size: clamp(1.667rem, 1.825vw + 1.271rem, 3.056rem);
  font-weight: 500;
  text-align: left;
}
h1.is-style-section-heading:first-child,
h2.is-style-section-heading:first-child,
h3.is-style-section-heading:first-child {
  margin-top: 0;
}
h1.is-style-section-heading:last-child,
h2.is-style-section-heading:last-child,
h3.is-style-section-heading:last-child {
  margin-bottom: 0;
}
h1.is-style-section-heading.appear-on-scroll:after,
h2.is-style-section-heading.appear-on-scroll:after,
h3.is-style-section-heading.appear-on-scroll:after {
  width: 0;
}
h1.is-style-section-heading.appear-on-scroll.appeared:after,
h2.is-style-section-heading.appear-on-scroll.appeared:after,
h3.is-style-section-heading.appear-on-scroll.appeared:after {
  width: 100%;
}
h1.is-style-section-heading > .text,
h2.is-style-section-heading > .text,
h3.is-style-section-heading > .text {
  display: inline-block;
  text-align: left;
}
h1.is-style-section-heading + .is-style-intro,
h2.is-style-section-heading + .is-style-intro,
h3.is-style-section-heading + .is-style-intro {
  margin: calc(var(--block-margin, 4rem) * -0.25) auto calc(var(--block-margin, 4rem) * 0.5);
  text-align: center;
}
h1.is-style-section-heading + .is-style-intro:last-child,
h2.is-style-section-heading + .is-style-intro:last-child,
h3.is-style-section-heading + .is-style-intro:last-child {
  margin-bottom: 0;
}

.is-style-guide {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height, 84px));
  z-index: 10;
  margin-left: calc((var(--gutter-left) + var(--page-padding-left, 0px)) * -1);
  margin-right: calc((var(--gutter-right) + var(--page-padding-right, 0px)) * -1);
  padding: calc(var(--block-margin, 4rem) * 0.25) var(--gutter-right) calc(var(--block-margin, 4rem) * 0.25) var(--gutter-left);
  background: #efefef;
  font-size: 2rem;
  text-transform: uppercase;
}

.wp-block-buttons {
  gap: 1em;
  margin-block-end: 1.25em;
}

.wp-block-buttons.has-heading > .heading {
  margin-right: 1rem;
  font-weight: 600;
  font-size: clamp(1.667rem, 0.219vw + 1.619rem, 1.833rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons.has-heading > .heading {
    margin-right: 0;
    width: 100%;
    line-height: 1.1;
  }
}

button.wp-block-button {
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  font-size: inherit;
}

.wp-block-button {
  position: relative;
  --primary-color: #000;
  --alternate-color: #fff;
  font-family: new-spirit, Bookman, Georgia, serif;
  letter-spacing: normal;
}
.wp-block-button > .label {
  font-weight: 600;
}
.wp-block-button > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: var(--button-padding, 16px 32px);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  text-align: left;
  line-height: 1.3;
}
.wp-block-button > .wp-block-button__link .icon {
  display: block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
.clickable:hover .wp-block-button > .wp-block-button__link .icon, .wp-block-button > .wp-block-button__link:hover .icon {
  translate: 3px 0px;
}
.wp-block-button:not(.is-styled) > .wp-block-button__link {
  border: 2px solid transparent;
  background: #000;
  color: #fff;
}
.wp-block-button:not(.is-styled) > .wp-block-button__link:hover {
  color: #000 !important;
  border-color: #000 !important;
  background: transparent !important;
}
.wp-block-button.on > .wp-block-button__link {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px solid #000;
  background-color: transparent;
  color: #333;
  padding: 0.75rem 1.75rem 0.82rem !important;
  border-radius: 50px;
  font-family: trade-gothic-next, helvetica, sans-serif;
  font-size: 0.94em;
  font-weight: 600;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.wp-block-button.is-style-text .icon.arrow i {
  --icon-size:10px;
  /*            
              background: $color-cardinal-bright-red;
              // margin-top:-11px;
              width:22px;
              height:22px;
              border:4px solid $color-cardinal-bright-red;
              border-radius:50%;
              color: white;
  */
}
.wp-block-button.is-style-text > .label {
  font-family: new-spirit, Bookman, Georgia, serif;
  letter-spacing: normal;
}
.wp-block-button.is-style-text > .wp-block-button__link {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  font-family: new-spirit, Bookman, Georgia, serif;
  letter-spacing: normal;
}
.wp-block-button.is-style-text > .wp-block-button__link:hover {
  color: #000;
}
.has-background .wp-block-button.is-style-text > .wp-block-button__link:hover {
  color: inherit;
}
.wp-block-button.load-more {
  border: 0;
}
.wp-block-button.load-more.done {
  --hover-background-color: #fff;
  cursor: default;
}
.wp-block-button.load-more.done > .wp-block-button__link {
  cursor: inherit;
  background: inherit;
  color: inherit;
  border: 0;
}

.wp-block-image {
  margin: calc(var(--block-margin, 4rem) * 1) 0;
}
.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-block-image.alignright {
  margin-top: 0;
  margin-left: calc(var(--block-margin, 4rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-image.alignleft {
  margin-top: 0;
  margin-right: calc(var(--block-margin, 4rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-image.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .wp-block-image.alignright, .wp-block-image.alignleft {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: calc(var(--block-margin, 4rem) * 0.5);
  }
}
.wp-block-image img {
  display: block;
  width: 100%;
}
.wp-block-image figcaption {
  display: block;
  margin: 0.5em 0 0 auto;
  text-align: right;
  font-size: 0.8em;
  line-height: 1;
  max-width: 500px;
}

.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

.wp-block-image.is-style-icon {
  --icon-size: 100px;
  margin: 0;
}
.wp-block-image.is-style-icon img {
  max-width: var(--icon-size);
  max-height: var(--icon-size);
  margin: 0 auto;
}

.wp-block-group {
  position: relative;
  margin-top: calc(var(--block-margin, 4rem) * var(--block-margin-multiplier, 1));
  margin-bottom: calc(var(--block-margin, 4rem) * var(--block-margin-multiplier, 1));
}
.wp-block-group.is-position-sticky {
  position: sticky;
}
.wp-block-group:first-child {
  margin-top: 0;
}
.wp-block-group:last-child {
  margin-bottom: 0;
}
.wp-block-separator + .wp-block-group, h1 + .wp-block-group, h2 + .wp-block-group, h3 + .wp-block-group, h4 + .wp-block-group, h5 + .wp-block-group, h6 + .wp-block-group, .heading + .wp-block-group {
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-group .wp-block-video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.wp-block-group.has-background {
  padding: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-group.has-background:not(.is-style-full-width) {
  border-radius: 10px;
}
.wp-block-group.has-background.is-style-full-width {
  padding: calc(var(--block-margin, 4rem) * 1) var(--site-gutter-right) calc(var(--block-margin, 4rem) * 1) var(--site-gutter-left);
}
.page-blocks > .wp-block-group.has-background:last-child {
  margin-bottom: calc(var(--page-blocks-padding-bottom) * -1);
}

.wp-block-media-text {
  --border-radius: .5rem;
  gap: var(--gap, calc(var(--block-margin, 4rem) * 1));
  /*
  &.has-media-on-the-right {
      >.wp-block-media-text__media {
          img {

          }
      }    
  }
  */
}
.wp-block-media-text.has-overflow-hidden {
  overflow: hidden;
}
.wp-block-media-text img, .wp-block-media-text video {
  border: 0;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-media-text > .wp-block-media-text__media img {
  aspect-ratio: var(--aspect-ratio, 1.25);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  border-radius: var(--border-radius);
}
.wp-block-media-text.has-background:not(.is-style-full-width) .wp-block-media-text__media {
  align-self: stretch;
}
.wp-block-media-text.has-background:not(.is-style-full-width) .wp-block-media-text__media img {
  min-height: 100%;
}
.wp-block-media-text.has-background:not(.is-style-full-width):not(.has-media-on-the-right) > .wp-block-media-text__content {
  padding-right: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-media-text.has-background:not(.is-style-full-width).has-media-on-the-right > .wp-block-media-text__content {
  padding-left: calc(var(--block-margin, 4rem) * 0.5);
}
@media screen and (max-width: 767px) {
  .wp-block-media-text {
    display: block;
  }
  .wp-block-media-text > .wp-block-media-text__content {
    grid-area: content;
    grid-column: auto;
    grid-row: auto;
    padding: calc(var(--block-margin, 4rem) * 0.25) 0 0 0;
  }
  .wp-block-media-text:not(.has-mobile-stacked-media) > .wp-block-media-text__media {
    grid-area: media;
    grid-column: auto;
    grid-row: auto;
    order: -1;
    display: block;
    width: 100%;
    max-width: 409.6px;
    justify-content: start;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    gap: 1rem;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-media-text.is-style-full-width {
  margin-top: calc(var(--block-margin, 4rem) * 1);
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
  padding: 0 var(--gutter-right) 0 var(--gutter-left);
}
.wp-block-media-text.is-style-full-width:first-child {
  margin-top: 0;
}
.wp-block-media-text.is-style-full-width:last-child {
  margin-bottom: 0;
}
.wp-block-media-text.is-style-full-width.has-background:not(.is-image-fill) {
  padding-top: calc(var(--block-margin, 4rem) * 1);
  padding-bottom: calc(var(--block-margin, 4rem) * 1);
}
@media screen and (min-width: 768px) {
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill.has-media-on-the-right > .wp-block-media-text__media {
    margin-right: calc(var(--gutter-right) * -1);
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill:not(.has-media-on-the-right) > .wp-block-media-text__media {
    margin-left: calc(var(--gutter-left) * -1);
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__content {
    padding-top: calc(var(--block-margin, 4rem) * 1);
    padding-bottom: calc(var(--block-margin, 4rem) * 1);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__media {
    width: auto;
    display: block;
    max-width: none;
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__media img {
    width: auto;
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__media {
    margin-left: calc(var(--gutter-left) * -1);
    margin-right: calc(var(--gutter-right) * -1);
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__content {
    padding-top: calc(var(--block-margin, 4rem) * 0.5);
  }
}
.wp-block-media-text.is-style-full-width.has-background + .wp-block-media-text.is-style-full-width.has-background.is-style-full-width {
  margin-top: calc(var(--block-margin, 4rem) * -1);
}
.wp-block-media-text.is-style-full-width > .wp-block-media-text__media {
  align-self: stretch;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: start;
}
.wp-block-media-text.is-style-full-width > .wp-block-media-text__media img {
  aspect-ratio: var(--aspect-ratio, 1.25);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.wp-block-media-text.is-style-full-width > .wp-block-media-text__media video {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.wp-block-media-text.is-style-full-width.has-circle-crop > .wp-block-media-text__media img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.is-style-full-width {
    display: block;
    flex-direction: column;
    grid-template-columns: auto !important;
    grid-template-areas: "media" "content";
  }
  .wp-block-media-text.is-style-full-width:after {
    content: " ";
    display: block;
    clear: both;
  }
  .wp-block-media-text.is-style-full-width.has-mobile-stacked-media > .wp-block-media-text__media {
    display: block;
    margin: 0 auto;
    padding: 0 var(--gutter-right) 0 var(--gutter-left);
  }
  .wp-block-media-text.is-style-full-width.has-mobile-stacked-media > .wp-block-media-text__media img {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }
  .wp-block-media-text.is-style-full-width.has-mobile-stacked-media > .wp-block-media-text__content {
    padding-top: 1rem;
  }
  .wp-block-media-text.is-style-full-width.is-image-fill > .wp-block-media-text__media {
    min-height: 60vw;
  }
}

.wp-block-media-text.has-background:not(.is-style-full-width) {
  --border-radius: 0rem;
  border-radius: var(--border-radius);
}
.wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__content {
  padding-top: calc(var(--block-margin, 4rem) * 1);
  padding-bottom: calc(var(--block-margin, 4rem) * 1);
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media img {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
  .wp-block-media-text.has-background:not(.is-style-full-width).has-media-on-the-right > .wp-block-media-text__media {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
  .wp-block-media-text.has-background:not(.is-style-full-width).has-media-on-the-right > .wp-block-media-text__media img {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media img {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
}

.wp-block-quote {
  position: relative;
  margin: calc(var(--block-margin, 4rem) * 1) calc(var(--block-margin, 4rem) * 0.25) calc(var(--block-margin, 4rem) * 1) calc(var(--block-margin, 4rem) * 1.5);
  font-family: new-spirit, Bookman, Georgia, serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.584vw + 0.873rem, 1.444rem);
  font-optical-sizing: none;
  line-height: 1.4;
  letter-spacing: normal;
}
.wp-block-quote:first-child {
  margin-top: 0;
}
.wp-block-quote:last-child {
  margin-bottom: 0;
}
.wp-block-quote p {
  margin-block-end: 0.75rem;
}
.wp-block-quote cite {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
}
.wp-block-quote cite:before {
  content: "–";
  margin: 0 0.25em 0 0;
}
@media screen and (max-width: 767px) {
  .wp-block-quote {
    margin-left: 1rem;
  }
}

:where(body .page-blocks) ul, :where(body .page-blocks) ol {
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}
:where(body .page-blocks) ul:first-child, :where(body .page-blocks) ol:first-child {
  margin-block-start: 0;
}
:where(body .page-blocks) ul:last-child, :where(body .page-blocks) ol:last-child {
  margin-block-end: 0;
}
:where(body .page-blocks) ul > li, :where(body .page-blocks) ol > li {
  margin-block-end: 0.5em;
}
:where(body .page-blocks) ul > li:last-child, :where(body .page-blocks) ol > li:last-child {
  margin-block-end: 0;
}
:where(body .page-blocks) ul > li::marker {
  color: #00AD85;
}

ul.is-style-unformatted, ol.is-style-unformatted {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.is-style-unformatted > li, ol.is-style-unformatted > li {
  margin-block-end: 1rem;
}
ul.is-style-unformatted > li:last-child, ol.is-style-unformatted > li:last-child {
  margin-block-end: 0;
}

.wp-block-theme-blocks-page-banner {
  --block-size: clamp(4.444rem, 13.139vw + 1.598rem, 14.444rem);
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: var(--gutter-left) repeat(calc(var(--grid-columns, 8) - 1), 1fr) calc(var(--block-size) * 2);
  grid-template-rows: repeat(2, var(--block-size)) auto;
}
.wp-block-theme-blocks-page-banner, .wp-block-theme-blocks-page-banner:last-child {
  margin-bottom: calc(var(--block-margin, 4rem) * 2);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-page-banner, .wp-block-theme-blocks-page-banner:last-child {
    margin-bottom: calc(var(--block-margin, 4rem) * 1);
  }
}
.wp-block-theme-blocks-page-banner .block-photo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: calc(var(--block-size) * 2);
  height: calc(var(--block-size) * 2);
  margin: 0;
  background: var(--media-background-color, #eee);
}
.wp-block-theme-blocks-page-banner .block-photo img {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.wp-block-theme-blocks-page-banner .block-photo.trigger-on-scroll img {
  clip-path: circle(0%);
  opacity: 0;
}
.wp-block-theme-blocks-page-banner .block-photo.trigger-on-scroll.appeared img {
  clip-path: circle(100%);
  opacity: 1;
}
.wp-block-theme-blocks-page-banner .block-title {
  position: relative;
  z-index: 1;
  grid-column: 1/span var(--title-column-span, 4);
  grid-row: 2/4;
  margin: 0;
  padding: 0 0 calc(var(--block-margin, 4rem) * 0.5) var(--gutter-left);
  align-self: end;
}
.wp-block-theme-blocks-page-banner .block {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-column: var(--column-start)/span var(--column-span, 1);
  grid-row: var(--row-start)/span var(--row-span, 1);
  background: var(--background-color, rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-page-banner .block-title {
    margin: 2.4rem 0 0;
    padding: 0 var(--gutter-right) 0 var(--gutter-left);
    grid-row: 3/4;
    grid-column: 1/-1;
    max-width: 10em;
  }
}

.theme-block.wp-block-theme-blocks-page-banner {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}

.wp-block-theme-blocks-page-banner.is-style-ffa {
  --columns-count: 8;
  --block-size: clamp(4.444rem, 2.555vw + 3.891rem, 6.389rem);
  grid-template-columns: var(--gutter-left) repeat(var(--grid-columns, var(--columns-count)), 1fr) var(--gutter-right);
  grid-template-rows: repeat(4, var(--block-size));
  margin-top: 0;
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-page-banner.is-style-ffa .block-title {
  grid-column: 2/5;
  grid-row: 1/5;
  padding: 0 1rem 2rem 0;
  font-size: calc(var(--block-size) * 0.7);
  line-height: 1.1;
}
.wp-block-theme-blocks-page-banner.is-style-ffa .block-photo {
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  width: auto;
  grid-column: 6/-1;
  grid-row: 1/4;
  max-width: 800px;
}
.wp-block-theme-blocks-page-banner.is-style-ffa .block-photo img {
  clip-path: none !important;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-page-banner.is-style-ffa {
    --column-count: 5;
    --block-size: clamp(3.889rem, 3.066vw + 3.225rem, 6.222rem);
  }
  .wp-block-theme-blocks-page-banner.is-style-ffa .block-title {
    font-size: calc(var(--block-size) * 0.6);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-page-banner.is-style-ffa {
    --columns-count: 3;
    --block-size: clamp(3.333rem, 2.92vw + 2.701rem, 5.556rem);
    grid-template-rows: auto repeat(3, var(--block-size));
  }
  .wp-block-theme-blocks-page-banner.is-style-ffa .block-title {
    font-size: calc(var(--block-size) * 0.7);
  }
  .wp-block-theme-blocks-page-banner.is-style-ffa .block-photo {
    height: 50vw;
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}

.wp-block-theme-blocks-page-banner.has-white-text .block-title {
  color: #fff;
}
.wp-block-theme-blocks-page-banner.has-white-text.home .block-title {
  color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1450px) {
  .wp-block-theme-blocks-page-banner.has-white-text.home .block-title {
    grid-column: 2/6;
    padding-right: 2rem;
  }
}

.wp-block-columns {
  position: relative;
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-columns:first-child {
  margin-top: 0;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 781px) {
  .wp-block-columns {
    display: block;
    gap: 1rem;
  }
  .wp-block-columns .wp-block-column {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-columns > .wp-block-column {
  position: relative;
}

.wp-block-theme-blocks-posts {
  position: relative;
}
.wp-block-theme-blocks-posts .query-posts {
  width: 100%;
  padding-top: 0;
}

.wp-block-theme-blocks-posts.is-style-scroll {
  position: relative;
  margin-left: calc(var(--gutter-left) * -1);
  margin-right: calc(var(--gutter-right) * -1);
  box-sizing: border-box;
}
.wp-block-theme-blocks-posts.is-style-scroll .block-scrollable {
  overflow: scroll;
  overflow-y: hidden;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts {
  --hentry-width: 60vw;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 0;
  width: auto;
  padding-top: var(--border-width);
  padding-left: var(--gutter-left);
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts:after {
  display: block;
  content: " ";
  min-width: var(--gutter-right);
  height: 100px;
  background: transparent;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry {
  min-width: calc((100vw - var(--gutter-left) - var(--gutter-right)) * 0.666 - calc(var(--block-margin, 4rem) * 1));
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry {
    min-width: 65vw;
  }
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:first-child {
  padding-left: 0;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:first-child > .border.left {
  display: none;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:nth-child(n+2) > .border.top {
  --border-size: calc(100% - (var(--border-width) * (var(--separator-offset) - 1) * 2));
  right: calc(0px + var(--border-width) * (var(--separator-offset) - 1));
  left: auto;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:nth-child(n+2) > .border.top:before {
  left: 0;
  right: auto;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:last-child {
  padding-right: 0;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:last-child > .border.top {
  --border-size: calc(100% - (var(--border-width) * (var(--separator-offset) - 1) * 1));
  right: 0;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry > .border.bottom {
  display: none;
}
.wp-block-theme-blocks-posts.is-style-scroll .simplebar-track {
  background: #fff;
}
.wp-block-theme-blocks-posts.is-style-scroll .simplebar-track.simplebar-horizontal {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  height: var(--border-width);
  margin: 0 var(--gutter-right) 0 var(--gutter-left);
}
.wp-block-theme-blocks-posts.is-style-scroll .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: currentColor;
  opacity: 1;
  border-radius: 0;
}

.wp-block-theme-blocks-section {
  border-radius: var(--block-border-radius);
  box-sizing: border-box;
  margin-bottom: 5rem;
  margin-top: 0;
}
.wp-block-theme-blocks-section.hide {
  display: none;
}
.wp-block-theme-blocks-section .wp-block-group.heading {
  display: block;
  border-bottom: 2px solid #000;
  margin-bottom: -2rem;
}
.wp-block-theme-blocks-section .wp-block-group.heading > .wp-block-group {
  display: flex;
  align-items: end;
  padding-bottom: 2rem;
}
.wp-block-theme-blocks-section .wp-block-group.heading > .wp-block-group .wp-block-group p {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.wp-block-theme-blocks-section .wp-block-group.heading > .wp-block-group .wp-block-group .wp-block-heading {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .wp-block-theme-blocks-section .wp-block-group.heading > .wp-block-group .wp-block-buttons {
    margin-top: 1rem;
  }
}
.wp-block-theme-blocks-section .wp-block-group.heading.h5 {
  border: none;
  font-size: 24px;
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section {
  margin-top: 0;
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
  align-items: start;
  margin: 0;
  padding: calc(var(--block-margin, 4rem) * 0.5) 0 0;
}
@media screen and (max-width: 1000px) {
  .wp-block-theme-blocks-section .wp-block-group.repeatable-section .row {
    grid-template-columns: 1fr;
  }
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row:has(h3.wp-block-heading) {
  border-top: var(--light-border);
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row h3.wp-block-heading {
  font-weight: 600;
  font-size: 32px;
}
@media screen and (max-width: 1000px) {
  .wp-block-theme-blocks-section .wp-block-group.repeatable-section .row h3.wp-block-heading {
    padding: 1rem 0;
  }
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row .wp-block-theme-blocks-cards, .wp-block-theme-blocks-section .wp-block-group.repeatable-section .row .cards-wrapper {
  grid-area: cards;
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .wp-block-theme-blocks-section .wp-block-group.repeatable-section .row .wp-block-group:first-child {
    padding-right: 2rem;
  }
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row:first-of-type {
  border-top: none !important;
}

.wp-block-theme-blocks-cards:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-cards:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-cards .query-posts {
  margin-top: 0;
  margin-bottom: 0;
}
.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width {
  margin-left: calc(var(--inner-gutter) * -0.75);
  margin-right: calc(var(--inner-gutter) * -0.75);
}

.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child {
  margin-bottom: calc(var(--main-content-padding-bottom) * -1);
}
.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child > .query-posts {
  margin-bottom: var(--gap, calc(var(--block-margin, 4rem) * 0.5));
}

.is-style-content-width {
  max-width: 1280px;
  margin: 0 auto;
}

.wp-block-theme-blocks-cards {
  --card-padding: 2rem;
  margin: calc(var(--block-margin, 4rem) * 1) auto;
}
.wp-block-theme-blocks-cards:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-cards:last-child {
  margin-bottom: 0;
}
h1 + .wp-block-theme-blocks-cards, h2 + .wp-block-theme-blocks-cards, h3 + .wp-block-theme-blocks-cards {
  margin-top: 0;
}
.wp-block-theme-blocks-cards.has-min-row-height .query-posts {
  grid-auto-rows: minmax(calc(var(--min-row-height) * 1px), auto);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-cards.has-min-row-height .query-posts {
    grid-auto-rows: minmax(calc(var(--min-row-height) * 0.75px), auto);
  }
}
.wp-block-theme-blocks-cards:has(.wp-block-theme-blocks-card.is-style-color) {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-cards:has(.wp-block-theme-blocks-card.is-style-color) .query-posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-theme-blocks-cards:has(.wp-block-theme-blocks-card.is-style-color) .query-posts > .hentry {
    grid-column: auto;
  }
}
.wp-block-theme-blocks-cards:not(.has-min-row-height) .query-posts {
  grid-template-rows: auto;
}
.wp-block-theme-blocks-cards .query-posts {
  --column-span: 1;
  --row-span: 1;
  --resize-ratio: calc(var(--column-count, 1) / var(--original-column-count, 1));
  --row-gap: var(--gap);
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--column-count, 3), 1fr);
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-cards .query-posts {
    --row-gap: 1rem;
  }
}
.wp-block-theme-blocks-cards .query-posts > .theme-block {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-theme-blocks-cards .query-posts.two-rows {
  grid-template-rows: auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts.three-rows {
  grid-template-rows: auto auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts.four-rows {
  grid-template-rows: auto auto auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts.five-rows {
  grid-template-rows: auto auto auto auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts > .hentry {
  width: auto;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-cards .query-posts > .hentry {
    --block-column-start: var(--column-start, 1);
    --block-column-span: var(--column-span, 1);
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-column-span {
    grid-column: auto/span var(--block-column-span, 1);
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-column-start {
    grid-column: var(--block-column-start, 1)/span 1;
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-column-start.has-column-span {
    grid-column: var(--block-column-start, 1)/span var(--block-column-span, 1);
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-row-span {
    grid-row: auto/span var(--row-span, 1);
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-row-start {
    grid-row: var(--row-start, 1)/span 1;
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-row-start.has-row-span {
    grid-row: var(--row-start, 1)/span var(--row-span, 1);
  }
}
.wp-block-theme-blocks-cards .query-posts > .hentry.has-column-span {
  --hentry-width-column-span: calc(var(--hentry-width) * var(--column-span, 1) + ((var(--column-span, 1) - 1) * var(--column-gap, var(--gap))));
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-cards .query-posts {
    --column-count: 1;
    --aspect-ratio-override: auto;
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry {
    grid-column: 1/-1;
  }
}

.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child {
  margin-bottom: calc(var(--main-content-padding-bottom) * -1);
}
.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child > .query-posts {
  margin-bottom: var(--gap, calc(var(--block-margin, 4rem) * 0.5));
}

.wp-block-buttons + .wp-block-theme-blocks-cards {
  position: relative;
  margin-top: 8rem;
}
.wp-block-buttons + .wp-block-theme-blocks-cards::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(210, 210, 210);
  position: absolute;
  top: -3rem;
  left: 0;
}

.wp-block-theme-blocks-card {
  --padding: var(--card-padding, calc(var(--block-margin, 4rem) * 0.75));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--padding);
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 0.5);
  background: var(--background-color, #D2D2D2);
  color: var(--color, #ffffff);
}
.wp-block-theme-blocks-card.has-aspect-ratio {
  aspect-ratio: var(--aspect-ratio-override, var(--aspect-ratio, auto));
}
.wp-block-theme-blocks-card:has(.wp-block-video) {
  overflow: hidden;
  border-radius: 10px;
}
.wp-block-theme-blocks-card .block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-theme-blocks-card .block-image img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.wp-block-theme-blocks-card .block-image:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: var(--image-overlay-opacity, 0.4);
  transition: var(--transition, 0.2s);
}
.wp-block-theme-blocks-card .block-content .wp-block-video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.wp-block-theme-blocks-card.has-rounded-corners {
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-theme-blocks-card.no-image .block-image:before, .wp-block-theme-blocks-card.no-content .block-image:before {
  display: none;
}
.wp-block-theme-blocks-card .block-title,
.wp-block-theme-blocks-card .block-content {
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.wp-block-theme-blocks-card .block-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: clamp(1.667rem, 0.219vw + 1.619rem, 1.833rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-card .block-title {
    line-height: 1.1;
  }
}
.wp-block-theme-blocks-card .block-title a {
  color: inherit;
}
.wp-block-theme-blocks-card.has-center-align {
  text-align: center;
}
.wp-block-theme-blocks-card.has-left-align {
  text-align: left;
}
.wp-block-theme-blocks-card.has-right-align {
  text-align: right;
}
.wp-block-theme-blocks-card.has-top-vertical-align {
  justify-content: start;
}
.wp-block-theme-blocks-card.has-top-vertical-align .block-image:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, black 100%);
}
.wp-block-theme-blocks-card.has-bottom-vertical-align {
  justify-content: end;
}
.wp-block-theme-blocks-card.has-bottom-vertical-align .block-image:before {
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0) 60%);
}
.wp-block-theme-blocks-card.has-shadow {
  box-shadow: 0.5em 0.5em 0em var(--shadow-color, rgba(204, 204, 204, 0.5));
}
.wp-block-theme-blocks-card:not(.has-vertical-align, .is-style-quote) {
  padding-top: calc(var(--padding) * 2);
  padding-bottom: calc(var(--padding) * 2);
}
.has-background .wp-block-theme-blocks-card.has-shadow {
  border: 2px solid currentColor;
}
.wp-block-theme-blocks-card.clickable:hover {
  --image-overlay-opacity:.8;
}
.wp-block-theme-blocks-card.is-style-image {
  padding: 0;
  display: block;
  background: transparent;
  color: #000;
}
.wp-block-theme-blocks-card.is-style-image p {
  margin-bottom: 0 !important;
}
.wp-block-theme-blocks-card.is-style-image p.is-style-intro {
  font-size: 16px;
}
.wp-block-theme-blocks-card.is-style-image figure {
  margin-bottom: 0;
}
.wp-block-theme-blocks-card.is-style-color {
  background: transparent;
  color: #000;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-card.is-style-color {
    width: 40%;
  }
}
.wp-block-theme-blocks-card.is-style-color .wp-block-buttons .wp-block-button {
  width: 100%;
}
.wp-block-theme-blocks-card.is-style-color .wp-block-buttons .wp-block-button a {
  width: 100%;
  padding-bottom: 75%;
  pointer-events: none;
  text-indent: -200%;
  overflow: hidden;
}
.wp-block-theme-blocks-card.is-style-color .wp-block-heading {
  padding-bottom: 1rem;
}
.wp-block-theme-blocks-card.is-style-color p {
  margin-bottom: 1rem !important;
}
.wp-block-theme-blocks-card.is-style-color p:first-of-type {
  font-weight: 600;
  padding-top: 1rem;
}
.wp-block-theme-blocks-card.is-style-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.wp-block-theme-blocks-card.is-style-video .block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.wp-block-theme-blocks-card.is-style-video .block-content .wp-block-video {
  width: 100%;
  height: 100%;
  padding: 0;
}
.wp-block-theme-blocks-card.is-style-video .block-content .wp-block-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.wp-block-theme-blocks-card.is-style-hover, .wp-block-theme-blocks-card.is-style-hover2 {
  --transition: .3s ease-in-out;
  --icon-size: 2.5rem;
  display: block;
}
.wp-block-theme-blocks-card.is-style-hover .block-title, .wp-block-theme-blocks-card.is-style-hover2 .block-title {
  text-align: center;
  font-size: clamp(1.667rem, 0.219vw + 1.619rem, 1.833rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-card.is-style-hover .block-title, .wp-block-theme-blocks-card.is-style-hover2 .block-title {
    line-height: 1.1;
  }
}
.wp-block-theme-blocks-card.is-style-hover .block-content, .wp-block-theme-blocks-card.is-style-hover2 .block-content {
  margin: 0;
  text-align: center;
}
.wp-block-theme-blocks-card.is-style-hover.clickable:before, .wp-block-theme-blocks-card.is-style-hover2.clickable:before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f061";
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  background: #FFFFB1;
  color: #000;
  border-radius: 50%;
  font-size: calc(var(--icon-size) * 0.6);
  opacity: 1;
}
body.theme .wp-block-theme-blocks-card.is-style-hover2 {
  overflow: hidden;
}
body.theme .wp-block-theme-blocks-card.is-style-hover2:before {
  position: absolute;
  top: calc(0% - var(--icon-size));
  left: 50%;
  translate: -50% -50%;
  transition: var(--transition);
  margin: -0.25em 0 0 0;
}
body.theme .wp-block-theme-blocks-card.is-style-hover2 .block-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--padding));
  translate: -50% -50%;
}
body.theme .wp-block-theme-blocks-card.is-style-hover2 .block-content {
  position: absolute;
  top: calc(50% + var(--title-height, 0px) / 2);
  left: var(--padding);
  width: calc(100% - var(--padding) * 2);
  opacity: 0;
  transition: var(--transition);
}
body.theme .wp-block-theme-blocks-card.is-style-hover2:hover:before {
  top: calc(50% - var(--title-height) / 2 - var(--icon-size) / 2);
}
body.theme .wp-block-theme-blocks-card.is-style-hover2:hover .block-content {
  opacity: 1;
}
.wp-block-theme-blocks-card.is-style-hover {
  --title-y-offset: .4em;
}
body.theme .wp-block-theme-blocks-card.is-style-hover {
  overflow: hidden;
}
body.theme .wp-block-theme-blocks-card.is-style-hover:before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -100%;
  transition: var(--transition);
  opacity: 0;
}
body.theme .wp-block-theme-blocks-card.is-style-hover .block-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--padding));
  translate: -50% -50%;
  transition: var(--transition);
  font-size: clamp(1.667rem, 0.219vw + 1.619rem, 1.833rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  body.theme .wp-block-theme-blocks-card.is-style-hover .block-title {
    line-height: 1.1;
  }
}
body.theme .wp-block-theme-blocks-card.is-style-hover .block-content {
  position: absolute;
  top: calc(var(--padding) + var(--icon-size) + var(--title-height, 0px) - var(--title-y-offset));
  left: var(--padding);
  width: calc(100% - var(--padding) * 2);
  opacity: 0;
  transition: var(--transition);
}
body.theme .wp-block-theme-blocks-card.is-style-hover:hover:before {
  top: var(--padding);
  translate: -50% -50%;
  opacity: 1;
}
body.theme .wp-block-theme-blocks-card.is-style-hover:hover .block-title {
  top: calc(var(--padding) + var(--icon-size) - var(--title-y-offset));
  translate: -50% 0;
}
body.theme .wp-block-theme-blocks-card.is-style-hover:hover .block-content {
  opacity: 1;
}
.wp-block-theme-blocks-card.is-style-quote {
  justify-content: start;
  font-weight: 600;
}
.wp-block-theme-blocks-card.is-style-quote:not(.has-background) {
  background: #f2f2f2;
}
.wp-block-theme-blocks-card.is-style-quote:not(.has-color) {
  color: #000;
}
.wp-block-theme-blocks-card.is-style-quote .block-title {
  display: none;
}
.wp-block-theme-blocks-card.is-style-text {
  padding: 0;
  justify-content: start;
  background: transparent;
  color: #000;
}
.wp-block-theme-blocks-card.is-style-text .wp-block-heading {
  font-weight: 600;
  font-size: 32px;
}

.wp-block-theme-blocks-hero {
  --block-gutter-left: var(--site-gutter-left);
  --block-gutter-right: var(--site-gutter-right);
  display: grid;
  grid-template-columns: var(--block-gutter-left) auto var(--block-gutter-right);
}
.wp-block-theme-blocks-hero .block-image {
  position: relative;
  background: var(--background-color, #333);
  height: 100%;
  width: 100%;
}
.wp-block-theme-blocks-hero .block-image img, .wp-block-theme-blocks-hero .block-image .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-theme-blocks-hero .block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.wp-block-theme-blocks-hero .block-title {
  grid-area: title;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  color: var(--title-color, #fff);
}
.wp-block-theme-blocks-hero .block-title h1 {
  color: inherit;
}
.wp-block-theme-blocks-hero .block-content {
  position: relative;
  z-index: 1;
  grid-area: content;
  box-sizing: border-box;
}
.wp-block-theme-blocks-hero.is-style-default {
  grid-template-rows: [bg-start] var(--min-height, 50vh) auto calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 1) [bg-end] auto;
  grid-template-areas: ". . ." ". title ." ". . ." ". content ." ". content .";
  box-sizing: border-box;
}
.wp-block-theme-blocks-hero.is-style-default .block-image {
  grid-column: 1/-1;
  grid-row: bg-start/bg-end;
}
.wp-block-theme-blocks-hero.is-style-default .block-image:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.wp-block-theme-blocks-hero.is-style-default .block-title {
  display: flex;
  align-items: end;
  justify-content: start;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7);
}
.wp-block-theme-blocks-hero.is-style-default .block-content {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
  padding: calc(var(--block-margin, 4rem) * 1);
  background: var(--background-color, #000);
  color: var(--color, #fff);
  text-align: center;
}
.wp-block-theme-blocks-hero.is-style-default .block-content p.is-style-intro {
  max-width: none;
}
.wp-block-theme-blocks-hero.is-style-overlay-text {
  --min-height: 75vh;
  min-height: var(--min-height);
  grid-template-areas: ". . . ." ". . title ." ". . content ." ". . . .";
  grid-template-columns: var(--block-gutter-left) 5fr 7fr var(--block-gutter-right);
  grid-template-rows: [bg-start] 1fr auto auto 1fr [bg-end];
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero.is-style-overlay-text {
    grid-template-areas: ". . . ." ". title title ." ". content content ." ". . . .";
  }
}
.wp-block-theme-blocks-hero.is-style-overlay-text .block-title {
  display: block;
  max-width: 700px;
  margin: 0;
  padding: 0;
}
.wp-block-theme-blocks-hero.is-style-overlay-text .block-title h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(2.5rem, 0.73vw + 2.342rem, 3.056rem);
  line-height: 1.2;
}
.wp-block-theme-blocks-hero.is-style-overlay-text .block-image {
  grid-column: 1/-1;
  grid-row: bg-start/bg-end;
  overflow: hidden;
}
.wp-block-theme-blocks-hero.is-style-overlay-text .block-content {
  max-width: 600px;
  padding: 0;
  margin: 1rem 0 0;
  text-align: unset;
  background: transparent;
  color: var(--color, #fff);
}
.wp-block-theme-blocks-hero.is-style-overlay-text:after {
  display: block;
  content: " ";
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: calc(var(--block-margin, 4rem) * 1) 0 0;
  background: rgba(232, 225, 216, 0.15);
}
.wp-block-theme-blocks-hero.is-style-heading {
  grid-template-areas: ". . ." ". title ." ". . .";
  grid-template-rows: calc(var(--block-margin, 4rem) * 1) auto calc(var(--block-margin, 4rem) * 1);
  background: var(--background-color, #333);
  color: var(--color, #fff);
}
.wp-block-theme-blocks-hero.is-style-heading .block-title {
  text-align: center;
}
.wp-block-theme-blocks-hero.is-style-heading .block-image, .wp-block-theme-blocks-hero.is-style-heading .block-content {
  display: none;
}
.wp-block-theme-blocks-hero.is-style-large-image-title {
  grid-template-areas: ". . ." ". title ." ". content ." ". content .";
  grid-template-rows: [bg-start] var(--min-height, 50vh) auto auto [bg-end] calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-hero.is-style-large-image-title .block-image {
  grid-column: 1/-1;
  grid-row: bg-start/bg-end;
}
.wp-block-theme-blocks-hero.is-style-large-image-title .block-title {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
  padding: calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 0.5) 0.5rem;
  background: var(--background-color, #000);
  display: block;
}
.wp-block-theme-blocks-hero.is-style-large-image-title .block-content {
  padding: 0 calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 0.5);
  margin-right: 0;
  margin-left: auto;
  max-width: 500px;
  text-align: left;
  background: var(--background-color, #000);
  color: var(--color, #fff);
}
.wp-block-theme-blocks-hero.is-style-right-image {
  grid-template-areas: ". . image image" ". . image image" ". title image image" ". content image image" ". . image image" ". . image image";
}
.wp-block-theme-blocks-hero.is-style-right-image .block-content,
.wp-block-theme-blocks-hero.is-style-right-image .block-title {
  padding: 0 calc(var(--block-margin, 4rem) * 1) 0 0;
}
.wp-block-theme-blocks-hero.is-style-left-image {
  grid-template-areas: "image image . ." "image image . ." "image image title ." "image image content ." "image image . ." "image image . .";
}
.wp-block-theme-blocks-hero.is-style-left-image .block-content,
.wp-block-theme-blocks-hero.is-style-left-image .block-title {
  padding: 0 0 0 calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-hero.is-style-right-image, .wp-block-theme-blocks-hero.is-style-left-image {
  grid-template-columns: var(--block-gutter-left) 1fr 1fr var(--block-gutter-right);
  grid-template-rows: calc(var(--block-margin, 4rem) * 1) 1fr auto auto 1fr calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-hero.is-style-right-image .block-image, .wp-block-theme-blocks-hero.is-style-left-image .block-image {
  grid-column: unset;
  grid-row: unset;
  grid-area: image;
  background: blue;
}
.wp-block-theme-blocks-hero.is-style-right-image .block-title, .wp-block-theme-blocks-hero.is-style-left-image .block-title {
  display: block;
  text-shadow: none;
  color: inherit;
}
.wp-block-theme-blocks-hero.is-style-right-image .block-content, .wp-block-theme-blocks-hero.is-style-left-image .block-content {
  background: none;
  color: inherit;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero.is-style-right-image, .wp-block-theme-blocks-hero.is-style-left-image {
    min-height: none;
    grid-template-areas: "image image image image" ". . . ." ". title title ." ". content content .";
    grid-template-rows: 75vw calc(var(--block-margin, 4rem) * 0.5) auto auto;
  }
  .wp-block-theme-blocks-hero.is-style-right-image .block-title,
  .wp-block-theme-blocks-hero.is-style-right-image .block-content, .wp-block-theme-blocks-hero.is-style-left-image .block-title,
  .wp-block-theme-blocks-hero.is-style-left-image .block-content {
    padding-left: 0;
    padding-right: 0;
  }
}/*# sourceMappingURL=style.css.map */