@charset "UTF-8";
/*!
Theme Name: openbox9 2022
Theme URI: https://openbox9.com
Author: Openbox9 (Joe Tan)

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
/*
Fonts
*/
/*
Colors
*/
/*
Responsive breakpoints
*/
/*
Animations
*/
/*
Misc
*/
:root {
  --nav-delay: 0.5s;
  --appear-delay: 0.4s;
  --gutter-wrap: calc((100vw - 1300px) / 2);
  --gutter-left: calc((100vw - 1300px) / 2);
  --gutter-right: calc((100vw - 1300px) / 2);
  --border-margin: 50px;
  --border-margin-x: 70px;
  --border-margin-y: 50px;
  --header-width: 135px;
  --mobile-header-height: 0px;
  --full-height: calc(100vh - (var(--border-margin-y) * 2) - var(--wp-admin--admin-bar--height, 0px));
  --full-width: calc(100vw - (var(--border-margin-x) * 2));
  --page-border-color: #5C5356;
  --page-background-color: white;
  --page-color: #363535;
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth, 0));
  --blockMargin: 4rem;
}
@media (prefers-reduced-motion: reduce) {
  :root {
    --nav-delay: 0s;
    --appear-delay: 0s;
  }
}
@media screen and (max-width: 1434.4827586207px) {
  :root {
    --gutter-left: 4.6875vw;
    --gutter-right: 4.6875vw;
    --gutter-wrap: 4.6875vw;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --border-margin-x: 49px;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --mobile-header-height: 70px;
    --full-height: calc(100vh - var(--border-margin-y) - var(--mobile-header-height) - var(--wp-admin--admin-bar--height, 0px));
  }
}
@media screen and (max-width: 767px) {
  :root {
    --border-margin-x: 35px;
  }
}
@media screen and (max-width: 500px) {
  :root {
    --border-margin-x: 21px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --border-margin: 25px;
    --border-margin-x: 35px;
    --border-margin-y: 25px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --border-margin: 15px;
    --border-margin-x: 21px;
    --border-margin-y: 15px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --blockMargin: 3rem;
  }
}

@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
@keyframes loop {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(-50%, 0%);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/*
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: trade-gothic-next, helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #363535;
  text-align: left;
  min-width: 320px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

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

body {
  padding: 0 0 0px 0;
  background: var(--page-border-color, #fff);
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}
body .is-layout-flow hr, body .is-layout-constrained hr {
  margin: 3rem auto;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

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

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

.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: trade-gothic-next, helvetica, sans-serif;
}

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

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

.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-white {
  color: white;
}

.text-black {
  color: #363535;
}

.text-red {
  color: red;
}

.text-green {
  color: #4BB972;
}

.text-blue {
  color: blue;
}

.text-light-blue {
  color: #B8D5D9;
}

.text-orange {
  color: #FFBF64;
}

.text-yellow {
  color: yellow;
}

.text-navy-blue {
  color: navy;
}

.text-teal {
  color: teal;
}

.text-purple {
  color: purple;
}

.text-gray {
  color: #767676;
}

.text-silver {
  color: silver;
}

.text-dark-gray {
  color: #5C5356;
}

.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;
}

a {
  color: currentColor;
  transition: 0.4s ease;
}
a.more {
  white-space: nowrap;
}

.main-content p a:where(:not(.wp-element-button)), .main-content li a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
.main-content p a, .main-content li a {
  text-decoration: none;
  background: linear-gradient(to right, #C6C6C6, #C6C6C6), linear-gradient(to right, #FAA838, #FFBF64);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  padding-bottom: 2px;
}
.single-portfolio .main-content p a, .single-portfolio .main-content li a {
  background: linear-gradient(to right, #999999, #999999), linear-gradient(to right, #2EA559, #4BB972);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.main-content p a:hover,
.main-content p a:focus, .main-content li a:hover,
.main-content li a:focus {
  background-size: 0 0.1em, 100% 0.1em;
}
.main-content p.is-style-intro a, .main-content li.is-style-intro a {
  padding-bottom: 0;
}
.main-content ul {
  list-style: none; /* Remove default bullets */
}
.main-content ul li::before {
  content: "•";
  color: #FFBF64;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media screen and (max-width: 767px) {
  .main-content ol,
  .main-content ul {
    padding-inline-start: 1em;
  }
}

ul, ol {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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;
}

@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%;
}

/*
.has-background {
    @include has-colors('background-color');
}
.has-text-color {
    @include has-colors('color');
}
*/
/*
Styles loaded into backend Gutenberg admin and front end
*/
.has-padding-top {
  padding-top: calc(var(--blockMargin, 4rem) * 1) !important;
}

.has-padding-bottom {
  padding-bottom: calc(var(--blockMargin, 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(--blockMargin, 4rem) * 1) !important;
}

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

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

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

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

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

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

.has-neg-half-margin-bottom {
  margin-bottom: calc(var(--blockMargin, 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;
}

.query-posts {
  position: relative;
  width: 100%;
  --gap:2.4rem;
  --column-count: 1;
  --hentry-width: calc((100% / var(--column-count)) - ((var(--gap) * (var(--column-count) - 1)) / var(--column-count)));
  gap: var(--gap);
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: var(--gap);
}
.query-posts .extended-info {
  --hentry-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.query-posts .no-results {
  margin: calc(var(--blockMargin, 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 {
  width: 100% !important;
}
.query-posts .hentry:not(.promo-wide) {
  width: var(--hentry-width);
}

.query-posts.one-across {
  --gap:2rem;
  --column-count:1;
  display: flex;
}

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

.query-posts.three-across {
  --gap: 3rem;
  --column-count: 3;
  display: flex;
}
.query-posts.three-across > .hentry:not(.promo-wide) {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .query-posts.three-across {
    --gap:2rem;
  }
}
@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:1rem;
  }
}

.query-posts.four-across {
  --gap: 2rem;
  --column-count: 4;
  display: flex;
}
@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;
    --gap:1rem;
  }
}

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

/*
.query-posts.three-across.with-promos {

    > .hentry.promo-wide { order:-50 !important}

    > .hentry:nth-child(1),
    > .hentry:nth-child(2),
    > .hentry:nth-child(3),
    > .hentry:nth-child(4),
    > .hentry:nth-child(5),
    > .hentry:nth-child(6) {
        order:-100;
    }
}

.query-posts.four-across.with-promos {
    > .hentry.promo-wide { order:-50 !important}
    > .hentry:nth-child(1),
    > .hentry:nth-child(2),
    > .hentry:nth-child(3),
    > .hentry:nth-child(4),
    > .hentry:nth-child(5),
    > .hentry:nth-child(6),
    > .hentry:nth-child(7),
    > .hentry:nth-child(8) {
        order:-100;
    }

    @media screen and (max-width:1200px) {
        > .hentry:nth-child(7),
        > .hentry:nth-child(8) {
            order:unset;
        }
    }
}
*/
.query-posts.bricks {
  --hentry-width: 220px;
  --column-count: 4;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .query-posts.bricks {
    --hentry-width: calc(50vw - (var(--border-margin-x)) - var(--gutter-left) - var(--gap));
  }
}
@media screen and (max-width: 500px) {
  .query-posts.bricks {
    --gap: 1rem;
  }
}
input[type=submit],
input[type=button],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  font-family: trade-gothic-next, helvetica, sans-serif;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 50px;
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
  text-transform: none;
  color: #363535;
  border: 2px solid #363535;
  letter-spacing: 0;
  font-size: 0.94em;
  padding: 0.75rem 1.75rem 0.82rem;
  transition: all 0.2s linear;
}
input[type=submit].aligncenter, input[type=submit].center,
input[type=button].aligncenter,
input[type=button].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center,
.btn.aligncenter,
.btn.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.button:hover,
.btn:hover {
  text-decoration: none;
  background: #4BB972;
  color: #363535;
  border: 2px solid #4BB972;
}
input[type=submit].loading:after,
input[type=button].loading:after,
button.loading:after,
.button.loading:after,
.btn.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
input[type=submit].done,
input[type=button].done,
button.done,
.button.done,
.btn.done {
  cursor: default;
  color: #555;
  border-color: #555;
}
input[type=submit].done:hover,
input[type=button].done:hover,
button.done:hover,
.button.done:hover,
.btn.done:hover {
  color: #555;
  background: none;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial, sans-serif;
  background: #eee;
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}

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

input[type=text],
input[type=password],
input[type=email],
textarea {
  line-height: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 20px;
}

textarea {
  width: 100%;
}

.input.select {
  position: relative;
  padding: 0;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
}
.input.select .label {
  --icon-size: 20px;
  min-width: 100px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0.6rem 2.5rem 0.5rem 1.2rem;
  font-size: 1em;
  font-family: trade-gothic-next, helvetica, sans-serif;
  font-weight: 600;
  border-radius: 2rem;
  background: #767676;
  opacity: 1;
  transition: opacity 0.4s ease, background-color 0.4s ease, min-width 0.4s ease, border-radius 0.4s ease, border 0.4s ease;
}
.input.select .label:after {
  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: "\f063";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  right: 0.75rem;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  font-size: 16px;
  background: red;
  color: #767676;
  border-radius: 50%;
  transition: transform 0.4s ease;
}
.input.select .options {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease, border 0.4s ease, opacity 0.4s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: -1.2rem 0 0;
  padding: 0 1rem;
  border-radius: 0 0 18px 18px;
  border-top-width: 0;
  box-sizing: border-box;
  background: #767676;
  font-size: 0.85em;
  line-height: 1.1;
  opacity: 0;
}
.input.select .options .option {
  display: block;
  margin: 0 0 0.6em;
  opacity: 0.7;
  font-weight: 700;
  transition: opacity 0.4s ease;
}
.input.select .options .option.selected {
  font-weight: bold;
}
.input.select .options .option:last-child {
  margin-bottom: 0;
}
.input.select .options .option:hover {
  opacity: 1;
}
.input.select:hover .label {
  opacity: 0.8;
}
.input.select.on .label {
  min-width: 200px;
  background: #767676;
}
.input.select.on .label:after {
  transform: translate(0, -50%) rotate(-180deg);
}
.input.select.on .options {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-top: 1.75rem;
  padding-bottom: 1rem;
  opacity: 1;
}
.input.select.on .options .option {
  width: 169px;
}
.input.select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0;
  background: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .input.select select {
    z-index: 2;
    width: 100%;
    height: 100%;
    visibility: visible;
  }
  .input.select .options {
    display: none !important;
  }
}

.gfield_label.gform-field-label {
  font-size: 1.08rem !important;
  font-family: new-spirit, Bookman, Georgia, serif;
  line-height: 1.47;
  font-weight: 300 !important;
  margin-bottom: 0.75rem !important;
  margin-top: 0 !important;
}

.gform_wrapper .gfield.buttonized .gfield_radio,
.gform_wrapper .gfield.buttonized .gfield_checkbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.gform_wrapper .gfield.buttonized .gfield_radio .gchoice,
.gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
  display: grid;
  grid-template-columns: 1em auto;
  align-items: center;
  gap: 0.5em;
  max-width: 100%;
  width: 100%;
  background-color: #e7e6e6;
  color: #363535;
  border: 3px solid #e7e6e6;
  padding: 0 0.75rem 0;
  border-radius: 0.5rem;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.gform_wrapper .gfield.buttonized .gfield_radio .gchoice input[type=radio]:not(:checked),
.gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice input[type=radio]:not(:checked) {
  transition: border 0.15s ease, background-color 0.15s ease;
}
.gform_wrapper .gfield.buttonized .gfield_radio .gchoice:hover,
.gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice:hover {
  box-shadow: inset 40em 0 0 0 #FFBF64;
  border: 3px solid #FFBF64;
}
.gform_wrapper .gfield.buttonized .gfield_radio .gchoice:hover input[type=radio]:not(:checked),
.gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice:hover input[type=radio]:not(:checked) {
  background-color: #FFBF64;
  border: 3px solid #363535;
}
.gform_wrapper .gfield.buttonized .gfield_radio .gchoice.checked,
.gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice.checked {
  border: 3px solid #FFBF64;
  background-color: #FFBF64;
}

.gform_wrapper .gfield.buttonized .gfield_radio label,
.gform_wrapper .gfield.buttonized .gfield_checkbox label {
  padding: 0.75rem 0 0.82rem;
  line-height: 2.2;
  font-family: trade-gothic-next, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 0.94em;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  margin-left: 1.95rem;
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gfield.buttonized .gfield_radio label,
  .gform_wrapper .gfield.buttonized .gfield_checkbox label {
    padding: 1rem 0;
    line-height: 1.4;
  }
}

.gform_wrapper .gfield.buttonized input[type=radio]:focus + label,
.gform_wrapper .gfield.buttonized input[type=checkbox]:focus + label,
.gform_wrapper .gfield.buttonized input[type=radio]:checked + label,
.gform_wrapper .gfield.buttonized input[type=checkbox]:checked + label {
  font-weight: 600;
  transition: 0.4s ease;
}

.gform_wrapper .gfield.buttonized input[type=radio],
.gform_wrapper .gfield.buttonized input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: 0.4s ease;
}

.gform_wrapper .gfield.buttonized input[type=radio]:checked,
.gform_wrapper .gfield.buttonized input[type=checkbox]:checked,
.gform_wrapper .gfield.buttonized input[type=radio]:focus,
.gform_wrapper .gfield.buttonized input[type=checkbox]:focus {
  background-color: #363535;
}
.gform_wrapper .gfield.buttonized input[type=radio]:checked::before,
.gform_wrapper .gfield.buttonized input[type=checkbox]:checked::before,
.gform_wrapper .gfield.buttonized input[type=radio]:focus::before,
.gform_wrapper .gfield.buttonized input[type=checkbox]:focus::before {
  content: "\f00c";
  border-radius: 50%;
  transition: 120ms transform ease-in-out;
  font-family: "Font Awesome 6 Free";
  color: #FFBF64;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  transform: scale(0);
}
.gform_wrapper .gfield.buttonized input[type=radio]:checked:checked::before,
.gform_wrapper .gfield.buttonized input[type=checkbox]:checked:checked::before,
.gform_wrapper .gfield.buttonized input[type=radio]:focus:checked::before,
.gform_wrapper .gfield.buttonized input[type=checkbox]:focus:checked::before {
  transform: scale(1);
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
  max-width: revert !important;
}

.gform_wrapper.gravity-theme .gfield textarea,
.ginput_container.ginput_container_text input,
.ginput_container.ginput_container_website input,
.ginput_container.ginput_container_phone input,
.ginput_container.ginput_container_email input,
.ginput_container.ginput_container--name .name_first input,
.ginput_container.ginput_container--name .name_last input {
  border-radius: 10px;
  font-family: trade-gothic-next, helvetica, sans-serif;
  font-size: 0.94rem;
  padding: 10px;
  color: #5C5356;
}

.ginput_container.ginput_container_website input,
.ginput_container.ginput_container_phone input,
.ginput_container.ginput_container_email input,
.ginput_container.name_first input,
.ginput_container.name_last input {
  border: 1px solid #ccc;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 15px;
  letter-spacing: 0;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  border-radius: 15px;
}

input.gform_button,
input.gform_previous_button,
input.gform_next_button,
input.gform-theme-button,
.gform_wrapper.gravity-theme .gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_next_button.button {
  font-weight: 600;
  text-transform: none;
  color: #363535 !important;
  border: 2px solid #363535;
  letter-spacing: 0;
  font-size: 0.94em;
  padding: 0.75rem 1.75rem 0.82rem;
  font-family: trade-gothic-next, helvetica, sans-serif;
}
input.gform_button:hover,
input.gform_previous_button:hover,
input.gform_next_button:hover,
input.gform-theme-button:hover,
.gform_wrapper.gravity-theme .gform_previous_button.button:hover,
.gform_wrapper.gravity-theme .gform_next_button.button:hover {
  background-color: #4BB972;
  color: #363535;
  border: 2px solid #4BB972;
}

.gform_page_fields {
  margin-bottom: 36px;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding: 2rem 0 16px;
}

@media screen and (max-width: 767px) {
  .wp-block-group.has-background > .gform_wrapper {
    padding: 0;
  }
  input.gform_button,
  input.gform_previous_button,
  input.gform_next_button,
  input.gform-theme-button,
  .gform_wrapper.gravity-theme .gform_previous_button.button,
  .gform_wrapper.gravity-theme .gform_next_button.button {
    line-height: 1 !important;
  }
}
/* @group Pagination */
.posts-nav {
  grid-area: posts-nav;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap;
}
.posts-nav.max-page-1 {
  display: none;
}
.posts-nav.no-ajax {
  visibility: visible;
}
.posts-nav.ajax-pager {
  visibility: visible;
  text-align: center;
  margin: 0;
}
.posts-nav:after {
  content: " ";
  display: block;
  clear: both;
}
.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
}
.posts-nav ul li.page_info {
  display: none;
}
.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  text-decoration: none;
  border: 0;
}
.posts-nav ul li a:hover {
  color: white;
  background: #767676;
}
.posts-nav ul li.active_page {
  color: white;
  background: #FFBF64;
}
.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
  .posts-nav ul li {
    margin-right: 3px;
  }
}
.posts-nav.ajax-pager {
  text-align: center;
}

/* @end */
.hentry {
  position: relative;
  box-sizing: border-box;
}
.hentry.ajax-added {
  opacity: 1;
  transition: opacity var(--appear-delay, 0.4s) ease-in-out;
}
.hentry.pre-visible {
  opacity: 0;
}

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

.hentry.divider {
  width: 100% !important;
}

.hentry.portfolio {
  --tick:1;
  --height: var(--full-height, 90vh);
  position: relative;
  padding: var(--border-margin) 0;
  margin: 0;
  border: 0;
  background: white;
}
.hentry.portfolio .image {
  display: block;
  position: relative;
  height: var(--height);
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: var(--tick, 1);
  perspective: 400px;
  transform-origin: 50% 100%;
  backface-visibility: visible;
  transform: scale(calc(1 - 0.2 * (1 - var(--tick, 1))));
}
.hentry.portfolio .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.hentry.portfolio .image:after {
  content: "View Case Study";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em 1.5em;
  color: white;
  background: #5C5356;
  line-height: 1;
  font-size: 0.75em;
  transition: transform ease-in-out 0.4s;
  transform: translate(0, 100%);
}
.hentry.portfolio.snapped .image:after {
  transform: translate(0, 0%);
}
.hentry.portfolio .content {
  position: absolute;
  box-sizing: border-box;
  bottom: calc(var(--border-margin-y) + var(--blockMargin, 4rem) * 1.5);
  left: 0;
  margin-left: calc(var(--border-margin-x) * -1);
  width: 100%;
}
.hentry.portfolio .content.animating {
  position: fixed;
  transform: translate(calc(-100% * (1 - var(--tick, 0))), 0);
  margin-left: 0;
}
.hentry.portfolio .content h3 {
  max-width: 500px;
  padding: calc(var(--blockMargin, 4rem) * 0.5);
  background: #2EA559;
  color: white;
  transition: background-color 0.4s ease;
}
.hentry.portfolio .content h3 a {
  color: white;
  text-decoration: none;
}
.hentry.portfolio .content h4 {
  max-width: 600px;
  font-size: 1.1rem;
  display: inline-block;
  padding: calc(var(--blockMargin, 4rem) * 0.25) calc(var(--blockMargin, 4rem) * 0.5);
  background: #5C5356;
  color: white;
  transform: translate(-100%, 0);
  transition: transform ease-in-out 0.4s;
}
.hentry.portfolio .content:hover h3 {
  background-color: #5C5356;
}
.hentry.portfolio.snapped .content h4 {
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .hentry.portfolio {
    --height:100vw;
    margin-top: 15vw;
    margin-bottom: 15vw;
  }
  .hentry.portfolio .content {
    transform: none;
    bottom: auto;
    bottom: 0;
    margin-bottom: calc(var(--blockMargin, 4rem) * -0.2);
    max-width: 500px;
    padding-left: var(--border-margin-x);
  }
  .hentry.portfolio .content h3 {
    max-width: 350px;
  }
  .hentry.portfolio .content h4 {
    transform: none;
  }
}
@media screen and (max-width: 600px) {
  .hentry.portfolio {
    --height:150vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .hentry.portfolio .image:after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .hentry.portfolio .content {
    max-width: 320px;
  }
  .hentry.portfolio .content h3 {
    padding: calc(var(--blockMargin, 4rem) * 0.3) calc(var(--blockMargin, 4rem) * 0.4);
    max-width: 200px;
    font-size: 1.2rem;
  }
  .hentry.portfolio .content h4 {
    padding: calc(var(--blockMargin, 4rem) * 0.25) calc(var(--blockMargin, 4rem) * 0.4);
    font-size: 0.9rem;
  }
}

.hentry.excerpt {
  background: rgba(0, 0, 0, 0.1);
}
.hentry.excerpt .thumbnail {
  position: relative;
  display: block;
  padding: 0 0 100%;
  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: 50% 50%;
     object-position: 50% 50%;
  filter: grayscale(100);
  transition: all 0.4s ease;
  transform: scale(1);
}
.hentry.excerpt .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  color: #363535;
  padding: 1em;
  box-sizing: border-box;
}
.hentry.excerpt .title {
  font-size: 1rem;
}
.hentry.excerpt .title a {
  text-decoration: none;
}
.hentry.excerpt .content {
  display: block;
  height: auto;
  max-height: 0;
  transition: all 0.4s ease;
  overflow: hidden;
  font-size: 0.9em;
  line-height: 1.2;
}
.hentry.excerpt.hide-thumbnail {
  padding-top: 200px;
}
.hentry.excerpt:hover .thumbnail img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.hentry.excerpt:hover .content {
  max-height: 200px;
}

.hentry.load-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--blockMargin, 4rem) * 1) 0;
  cursor: pointer;
}
.hentry.load-more .label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #4BB972;
  color: white;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  transition: all 0.4s ease;
  transform: scale(1);
  opacity: 1;
}
.hentry.load-more:hover:not(.done) .label {
  transform: scale(1.1);
}
.hentry.load-more.done {
  cursor: default;
}
.hentry.load-more.done .label {
  opacity: 0.5;
  background: #767676;
}
.hentry.load-more.loading {
  opacity: 0.5;
}

.hentry.client.map {
  border-top: 2px solid currentColor;
  padding: 0rem 1rem 0rem 0;
  transition: background-color 0.4s ease;
}
.hentry.client.map .block-thumbnail img {
  max-height: 100px;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hentry.client.map .block-thumbnail .label {
  font-size: 1em;
  font-weight: 600;
  font-family: new-spirit, Bookman, Georgia, serif;
}
.hentry.client.map .block-title {
  font-size: 1em;
  padding: 1rem 0;
  margin: 0;
  font-weight: 400;
  cursor: default;
  transition: padding 0.4s ease;
}
.hentry.client.map.has-info .block-title {
  cursor: pointer;
}
.hentry.client.map.has-info:hover {
  background-color: #ffd493;
}
.hentry.client.map.has-info:hover h3 {
  padding-left: 0.75em;
}
.hentry.client.map.off {
  display: none !important;
}
.hentry.client.map > .wp-block-theme-blocks-client-info {
  display: none;
  margin-top: 0;
  padding-bottom: 1rem;
}
.hentry.client.map.flashed {
  order: -1;
}
.hentry.client.map.flash {
  background-color: #ffd493;
}
.hentry.client.map.on.has-info {
  background-color: transparent;
}
.hentry.client.map.on.has-info .block-title {
  font-weight: 600;
}
.hentry.client.map.on.has-info h3 {
  padding-left: 0;
}
.hentry.client.map.on.has-info > .wp-block-theme-blocks-client-info {
  display: block;
}

.hentry.client.info {
  position: relative;
  padding: 1em;
  border-top: 2px solid #5C5356;
  transition: 0.4s ease;
}
.hentry.client.info:after {
  --width:50px;
  content: " ";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: var(--width);
  height: 15px;
  margin: 0 0 0 calc(var(--width) / -2);
  background: #f6f0e8;
  -webkit-clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.hentry.client.info .block-logo {
  --width: 150px;
  --height: 80px;
  max-width: 100%;
  width: var(--width);
  height: var(--height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hentry.client.info .block-logo img {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: var(--width);
  max-height: var(--height);
}
.hentry.client.info .block-title {
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
#query-posts > .hentry.client.info .wp-block-theme-blocks-client-info {
  display: none;
}
.hentry.client.info .icon.more {
  display: none;
}
.hentry.client.info.is-promoted {
  border-top: 2px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.hentry.client.info.is-promoted .block-thumbnail {
  position: relative;
  padding: 0 0 80%;
  margin: 0;
}
.hentry.client.info.is-promoted .block-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.hentry.client.info.is-promoted .block-title {
  display: none;
}
.hentry.client.info.is-promoted:not(.has-post-thumbnail) .block-thumbnail:after {
  content: " ";
  display: block;
  position: absolute;
  top: 25%;
  left: 20%;
  width: 60%;
  height: 50%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.hentry.client.info.is-promoted:not(.has-post-thumbnail) .block-thumbnail .label {
  position: absolute;
  top: 50%;
  left: 22%;
  width: 56%;
  font-size: 0.6em;
  line-height: 1;
  text-align: center;
  transform: translate(0, -50%);
  opacity: 0.7;
}
.hentry.client.info.has-info .block-title {
  cursor: pointer;
}
.hentry.client.info.has-info:hover {
  border-top: 2px solid #FFBF64;
}
.hentry.client.info.on {
  color: #363535;
  border-top: 2px solid #FFBF64;
}
.hentry.client.info.on .block-title {
  font-weight: 600;
}
.hentry.client.info.on:after {
  display: block;
}
.hentry.client.info.off {
  display: none;
}
@media screen and (max-width: 767px) {
  .hentry.client.info.is-promoted {
    --column-count: 2 !important;
    --hentry-width: calc((100% / var(--column-count)) - ((var(--gap) * (var(--column-count) - 1)) / var(--column-count)));
    padding-left: 0;
    padding-right: 0;
  }
}

.hentry.extended-info {
  margin-top: calc(var(--gap) * -1);
  padding: var(--gap);
  background: #f6f0e8;
}

.hentry.heading {
  margin-top: calc(var(--blockMargin, 4rem) * 1);
  margin-bottom: calc(var(--blockMargin, 4rem) * 0.5);
}
.hentry.heading:first-child {
  margin-top: 0;
}
.hentry.heading > h2 {
  max-width: 800px;
  margin: 0 auto;
}

.hentry.related {
  --hover-shift: 12px;
  padding: 1rem 0;
  font-size: 0.9em;
  line-height: 1.2;
  transition: background-color 0.4s ease, padding 0.4s ease;
  background-color: rgba(255, 191, 100, 0);
  border-top: 2px solid currentColor;
}
.hentry.related .title {
  position: relative;
  display: block;
  padding: 0 calc(var(--blockMargin, 4rem) * 1) 0 0;
  font-size: 1rem;
}
.hentry.related .title .label {
  position: relative;
  left: 0;
  transition: left 0.4s ease;
}
.hentry.related .title .icon {
  position: absolute;
  margin: -0.3em 0 0;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  transition: right 0.4s ease, background-color 0.4s ease;
  background: transparent;
  border-radius: 50%;
}
.hentry.related .title .icon:before {
  transition: color 0.4s ease;
}
.hentry.related:hover {
  background-color: #ffbf64;
}
.hentry.related:hover .title .label {
  left: var(--hover-shift);
}
.hentry.related:hover .title .icon {
  right: var(--hover-shift);
  background: currentColor;
}
.hentry.related:hover .title .icon:before {
  color: #FFBF64;
}

.hentry.brick {
  margin-bottom: 2rem;
}
.hentry.brick .block-image {
  --border-radius: 1em;
  position: relative;
  display: block;
  margin: 0 0 1rem;
  cursor: zoom-in;
}
.hentry.brick .block-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: var(--border-radius);
}
.hentry.brick .block-image:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  transition: background-color 0.4s ease;
  background: rgba(92, 83, 86, 0);
}
.hentry.brick .block-image:hover:after {
  background-color: rgba(92, 83, 86, 0.2);
}
.hentry.brick .block-image video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
}
.hentry.brick .block-title {
  font-size: 0.85rem;
  font-family: trade-gothic-next, helvetica, sans-serif;
  font-weight: 700;
  transition: 0.4s ease;
}
.hentry.brick .block-title a {
  text-decoration: none;
}
.hentry.brick .block-title a:hover {
  text-decoration: underline;
}
.hentry.brick.sizer {
  margin-bottom: 0;
}
.hentry.brick.off {
  display: none;
}
@media screen and (max-width: 767px) {
  .hentry.brick .block-image {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .hentry.brick .block-title {
    font-size: 0.7rem;
  }
}

.hentry.profile {
  --headshot-size: 225px;
  --padding-left: 1rem;
  padding: 0 0 0 var(--padding-left);
  transition: all 0.4s ease;
}
.hentry.profile:hover .name a {
  text-decoration: underline;
}
.hentry.profile .headshot {
  display: block;
  position: relative;
  width: var(--headshot-size);
  height: var(--headshot-size);
  margin: 0 0 1rem calc(var(--padding-left) * -1);
}
.hentry.profile .headshot:before {
  content: " ";
  background: rgba(0, 0, 0, 0.05);
}
.hentry.profile .headshot:before,
.hentry.profile .headshot img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  border-radius: 50%;
}
.hentry.profile .name {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.hentry.profile .name a {
  text-decoration: none;
}
.hentry.profile .position {
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0.25rem;
  line-height: 1.4;
}

p {
  margin: 0 0 1.25em 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
p:last-child {
  margin-bottom: 0;
}

p.has-drop-cap:not(:focus)::first-letter {
  display: block;
  float: left;
  margin: 0.1em 0.05em 0 0;
  color: red;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 0.7;
}

p.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.wp-block-column p.has-text-align-center {
  max-width: 400px;
}

p.has-max-width-page-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*
.has-small-font-size {
	font-size:.88em;
}
p.is-style-intro,
.has-medium-font-size {
	font-size:1.16em;
	margin-bottom: 1.2em;
}
.has-large-font-size {
	font-size:1.6em;
}
*/
p.is-style-intro {
  font-size: 1.27rem;
  font-family: new-spirit, Bookman, Georgia, serif;
  line-height: 1.47;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  p.is-style-intro {
    font-size: 1.15rem;
  }
}

.site-header {
  --menu-offset-left: -15px;
  position: fixed;
  z-index: 1001;
  top: calc(var(--border-margin) * 2);
  left: calc(var(--border-margin-x) / 2);
  margin: 0;
  width: var(--header-width);
  box-sizing: border-box;
  font-family: new-spirit, Bookman, Georgia, serif;
  --fold-height: 80px;
}
body.admin-bar .site-header {
  margin-top: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width: 1024px) {
  .site-header {
    --menu-offset-left: 0;
    left: calc(var(--border-margin-x) / 3);
  }
}
@media screen and (max-width: 600px) {
  .site-header {
    left: 0;
  }
}
body.nav-collapsed .site-header {
  width: calc(var(--border-margin-x) / 2);
}
@media screen and (max-width: 1024px) {
  body.nav-collapsed .site-header {
    width: calc(var(--border-margin-x) / 3 * 2);
  }
}
@media screen and (max-width: 600px) {
  body.nav-collapsed .site-header {
    width: var(--border-margin-x);
  }
}
.site-header a {
  color: inherit;
  text-decoration: none;
}
.site-header .layout {
  position: relative;
}
.site-header .layout.expanded {
  --tear-height: 65px;
  margin: 0em 0 0;
  padding: 0;
  color: white;
  left: var(--menu-offset-left, 0);
}
body.nav-collapsed .site-header .layout.expanded {
  display: none;
}
.site-header .layout.expanded .frame {
  content: " ";
  display: block;
  position: relative;
  width: 100%;
  height: var(--tear-height);
  background: no-repeat 50% 50%;
  background-size: 100% auto;
}
.site-header .layout.expanded .frame.top {
  top: 0;
  background-image: url(images/nav/top.png);
  background-position: 50% 0%;
}
.site-header .layout.expanded .frame.bottom {
  bottom: 0;
  background-image: url(images/nav/bottom.png);
  background-position: 50% 100%;
}
.site-header .layout.expanded .block-logo {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  font-size: 26px;
  text-align: center;
  padding: 0 10px;
}
.site-header .layout.expanded .block-logo a {
  display: block;
  height: 30px;
  background: url(images/logo-white.svg) no-repeat 50% 100%;
  background-size: contain;
  text-indent: -10000px;
  overflow: hidden;
}
.site-header .layout.expanded .block-nav {
  position: relative;
  padding: 2em 0 1em;
  background: url(images/nav/middle.png) repeat-y 50% 50%;
  background-size: 100% auto;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.2;
}
.site-header .layout.expanded .block-nav ul, .site-header .layout.expanded .block-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .layout.expanded .block-nav > ul {
  filter: blur(0px);
  transition: all 0.05s linear;
  margin: 1em 0 0;
}
.site-header .layout.expanded .block-nav > ul > li {
  margin: 0;
}
.site-header .layout.expanded .block-nav > ul > li > a {
  display: block;
  padding: 0.5em 0.25em;
  font-size: 1rem;
}
.site-header .layout.expanded .block-nav > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFBF64;
}
.site-header .layout.expanded .block-nav > ul > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.site-header .layout.expanded .block-nav > ul > li > ul {
  display: none;
  padding: 0.2em 0 0.5em 0;
  font-family: trade-gothic-next, helvetica, sans-serif;
  line-height: 1.1;
}
.site-header .layout.expanded .block-nav > ul > li > ul > li > a {
  display: block;
  padding: 0.5em 0;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #ddd;
}
.site-header .layout.expanded .block-nav > ul > li > ul > li > a:hover {
  color: #FFBF64;
  text-decoration: none;
}
.site-header .layout.expanded .block-nav > ul > li > ul > li.selected > a, .site-header .layout.expanded .block-nav > ul > li > ul.current-menu-ancstor > a {
  color: #FFBF64;
}
.site-header .layout.expanded .block-nav > ul > li.selected > a, .site-header .layout.expanded .block-nav > ul > li.current-menu-ancstor > a {
  background: #000;
  color: #FFBF64;
}
.site-header .layout.expanded .block-nav > ul > li.selected > ul, .site-header .layout.expanded .block-nav > ul > li.current-menu-ancstor > ul {
  display: block;
}
.site-header .layout-wrap.cloned {
  position: absolute;
  top: 0;
  left: var(--menu-offset-left, 0);
  width: 100%;
  visibility: hidden;
}
.site-header .layout-wrap.cloned .layout.expanded {
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.site-header .layout-wrap.cloned .fold {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: 100% auto;
  visibility: hidden;
}
.site-header .layout-wrap.cloned .fold-1 {
  top: 0;
  height: var(--fold-height);
  background-image: url(images/nav/top.png);
  background-position: 50% 0%;
  transform-origin: 0% 100%;
  transform: rotate(8deg) rotateY(180deg) rotateX(180deg) scaleX(-1);
}
.site-header .layout-wrap.cloned .fold-2 {
  top: auto;
  bottom: 0;
  height: var(--fold-height);
  background-image: url(images/nav/bottom.png);
  background-position: 50% 100%;
  transform-origin: 100% 0%;
  transform: rotate(10deg) rotateY(180deg) rotateX(180deg) scaleX(-1);
}
.site-header .layout-wrap.cloned .fold-3 {
  background: url(images/nav/scene2.png) no-repeat 50% 130px;
  background-size: auto 191px;
}
.site-header .layout-wrap.cloned .fold-4 {
  background: url(images/nav/scene3.png) no-repeat 20% 130px;
  background-size: auto 188px;
}
.site-header .layout-wrap.cloned .fold-5 {
  background: url(images/nav/scene4.png) no-repeat 20% 150px;
  background-size: auto 102px;
}
.site-header .layout-wrap.cloned .fold-6 {
  background: url(images/nav/scene5.png) no-repeat 10% 150px;
  background-size: auto 102px;
}
.site-header[data-scene="4"] > .layout.expanded, .site-header[data-scene="5"] > .layout.expanded, .site-header[data-scene="6"] > .layout.expanded, .site-header[data-scene="7"] > .layout.expanded {
  visibility: hidden;
  opacity: 0;
}
.site-header[data-scene="1"] > .layout.expanded > .block-nav > ul {
  filter: blur(1px);
}
.site-header[data-scene="2"] > .layout.expanded {
  -webkit-clip-path: polygon(0px var(--fold-height), 100% 100px, 100% 100%, 0% 100%);
          clip-path: polygon(0px var(--fold-height), 100% 100px, 100% 100%, 0% 100%);
}
.site-header[data-scene="2"] > .layout.expanded > .block-nav > ul {
  filter: blur(2px);
}
.site-header[data-scene="2"] .layout-wrap.cloned {
  visibility: visible;
}
.site-header[data-scene="2"] .layout-wrap.cloned .fold-1 {
  visibility: visible;
}
.site-header[data-scene="3"] > .layout.expanded {
  -webkit-clip-path: polygon(0px var(--fold-height), 100% 100px, 100% calc(100% - var(--fold-height)), 0% calc(100% - 104px));
          clip-path: polygon(0px var(--fold-height), 100% 100px, 100% calc(100% - var(--fold-height)), 0% calc(100% - 104px));
  opacity: 1;
}
.site-header[data-scene="3"] > .layout.expanded > .block-nav > ul {
  filter: blur(3px);
}
.site-header[data-scene="3"] .layout-wrap.cloned {
  visibility: visible;
}
.site-header[data-scene="3"] .layout-wrap.cloned .fold-1,
.site-header[data-scene="3"] .layout-wrap.cloned .fold-2 {
  visibility: visible;
}
.site-header[data-scene="4"] .layout-wrap.cloned {
  visibility: visible;
}
.site-header[data-scene="4"] .layout-wrap.cloned .fold-3 {
  visibility: visible;
}
.site-header[data-scene="5"] .layout-wrap.cloned .fold-4 {
  visibility: visible;
}
.site-header[data-scene="6"] .layout-wrap.cloned .fold-5 {
  visibility: visible;
}
.site-header[data-scene="7"] .layout-wrap.cloned .fold-6 {
  visibility: visible;
}
.site-header .layout.collapsed {
  display: none;
  max-width: 2em;
  grid-template-columns: auto;
  grid-template-areas: "title" "toggle" "logo";
}
body.nav-collapsed .site-header .layout.collapsed {
  display: grid;
}
.site-header .layout.collapsed .block-title,
.site-header .layout.collapsed .block-logo {
  display: inline-block;
  width: 2.5em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  overflow: visible;
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: white;
  margin-left: -2px;
}
body.has-white-page-border .site-header .layout.collapsed .block-title,
body.has-white-page-border .site-header .layout.collapsed .block-logo {
  color: #5C5356;
}
.site-header .layout.collapsed .block-title {
  grid-area: title;
  text-transform: lowercase;
  height: 8rem;
}
.site-header .layout.collapsed .block-title br {
  display: none;
}
.site-header .layout.collapsed .block-logo {
  grid-area: logo;
}
.site-header .layout.collapsed .block-toggle {
  grid-area: toggle;
  margin: 1rem 0;
  color: white;
  --size: Max(50px, calc(var(--border-margin-x)));
}
.site-header .layout.collapsed .block-toggle .toggle.menu {
  position: relative;
  display: flex;
  width: var(--size);
  height: var(--size);
  left: 0;
  margin: 0;
  align-items: center;
  opacity: 1;
  background: url(images/nav/scene5.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.site-header .layout.collapsed .block-toggle .toggle.menu .icon {
  display: block;
  position: relative;
  width: 30px;
  height: 25px;
  font-size: 30px;
  line-height: 30px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  transition: all var(--nav-delay, 0.5s) ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
}
.site-header .layout.collapsed .block-toggle .toggle.menu .icon:before, .site-header .layout.collapsed .block-toggle .toggle.menu .icon:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 50%;
}
.site-header .layout.collapsed .block-toggle .toggle.menu .icon:before {
  border: 2px solid currentColor;
  height: 21px;
  border-width: 3px 0;
  margin: -11px 0 0;
}
.site-header .layout.collapsed .block-toggle .toggle.menu .icon:after {
  height: 3px;
  background: currentColor;
  margin: -2px 0 0;
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  .site-header .layout.collapsed .block-toggle .toggle.menu .icon {
    width: 24px;
  }
  .site-header .layout.collapsed .block-toggle .toggle.menu .icon:before {
    border-width: 2px 0;
    height: 16px;
    margin-top: -9px;
  }
  .site-header .layout.collapsed .block-toggle .toggle.menu .icon:after {
    height: 2px;
    margin-top: -2px;
  }
}
.site-header .layout.collapsed .block-toggle .toggle.menu:before, .site-header .layout.collapsed .block-toggle .toggle.menu:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin: -2px 0 0 -15px;
  transform-origin: 50% 50%;
  transition: all var(--nav-delay, 0.5s) ease-in-out;
  opacity: 0;
  background: currentColor;
}
.site-header .layout.collapsed .block-toggle .toggle.menu:before {
  transform: rotate(-45deg);
}
.site-header .layout.collapsed .block-toggle .toggle.menu:after {
  transform: rotate(-135deg);
}
body.menu-on .site-header .layout.collapsed .block-toggle .toggle.menu .icon {
  opacity: 0;
  transform: rotate(-45deg);
}
body.menu-on .site-header .layout.collapsed .block-toggle .toggle.menu:before {
  transform: rotate(-135deg);
  opacity: 1;
}
body.menu-on .site-header .layout.collapsed .block-toggle .toggle.menu:after {
  transform: rotate(-225deg);
  opacity: 1;
}
@media screen and (min-width: 800px) {
  .site-header .layout.collapsed .block-toggle .toggle.menu {
    transition: 0.4s ease;
  }
  .site-header .layout.collapsed .block-toggle .toggle.menu:hover {
    transform: translateY(6px);
  }
}
@media screen and (max-width: 500px) {
  .site-header .layout.collapsed .block-title,
  .site-header .layout.collapsed .block-logo {
    font-size: 0.78em;
    margin-left: -1px;
  }
}
@media screen and (min-width: 801px) {
  .site-header.source .layout.collapsed .block-title,
  .site-header.source .layout.collapsed .block-logo {
    opacity: 0;
  }
  .site-header.cloned {
    z-index: 9;
  }
  .site-header.cloned .layout.collapsed .block-title,
  .site-header.cloned .layout.collapsed .block-logo {
    opacity: 1;
  }
  .site-header.cloned .layout.collapsed .block-toggle {
    opacity: 0;
  }
}
body.nav-animating .site-header.cloned .layout.collapsed {
  display: grid;
}
@media screen and (max-width: 800px) {
  .site-header {
    top: 0;
    left: 0;
    width: 100% !important;
    background: none;
  }
  .site-header.cloned {
    display: none !important;
  }
  .site-header .layout.collapsed {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo toggle";
    align-items: center;
    position: relative;
    padding-top: 5px;
    max-width: none;
    background-color: var(--page-border-color);
    transition: background-color var(--nav-delay, 0.5s) ease-in-out;
  }
  body.front-page:not(.scrolled, .menu-on) .site-header .layout.collapsed {
    background-color: transparent;
  }
  .site-header .layout.collapsed .block-logo {
    margin: 0;
    padding: 0 0 0 var(--border-margin-x);
    transform: none;
    writing-mode: unset;
  }
  .site-header .layout.collapsed .block-logo a {
    display: block;
    height: 30px;
    width: 150px;
    background: url(images/logo-white.svg) no-repeat 0% 50%;
    background-size: contain;
    text-indent: -10000px;
    overflow: hidden;
  }
  body.nav-collapsed .site-header .layout.collapsed .block-logo a, body.menu-on .site-header .layout.collapsed .block-logo a, body.has-white-page-border .site-header .layout.collapsed .block-logo a {
    background-image: url(images/logo-black.svg);
  }
  .site-header .layout.collapsed .block-toggle {
    margin: 0;
    padding: 0 var(--border-margin-x) 0 0;
    color: white;
  }
  .site-header .layout.collapsed .block-toggle .toggle.menu {
    width: 30px;
    background: none;
    color: inherit;
  }
  body.nav-collapsed .site-header .layout.collapsed .block-toggle, body.menu-on .site-header .layout.collapsed .block-toggle, body.has-white-page-border .site-header .layout.collapsed .block-toggle {
    color: #363535;
  }
  .site-header .layout.collapsed .block-title {
    writing-mode: unset;
    display: none;
  }
  body.menu-on .site-header .layout.collapsed {
    color: #363535;
    background-color: white;
  }
  body.menu-on .site-header .layout.collapsed .block-logo a {
    background-image: url(images/logo-black.svg);
  }
  body.menu-on .site-header .layout.collapsed .block-toggle {
    color: #363535 !important;
  }
  .site-header .layout.expanded {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #363535;
    background: rgba(255, 255, 255, 0);
    transition: background-color var(--nav-delay, 0.5s) ease-in-out;
  }
  .site-header .layout.expanded .frame,
  .site-header .layout.expanded .block-logo {
    display: none;
  }
  .site-header .layout.expanded .block-nav {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: padding var(--nav-delay, 0.5s) ease-in-out, max-height var(--nav-delay, 0.5s) ease-in-out;
  }
  .site-header .layout.expanded .block-nav > ul {
    margin: 0;
  }
  .site-header .layout.expanded .block-nav > ul > li {
    border-bottom: 0 !important;
    padding: 0.25em 0;
  }
  .site-header .layout.expanded .block-nav > ul > li > a {
    padding: 0.6em 0;
    font-size: 1.3rem;
  }
  .site-header .layout.expanded .block-nav > ul > li > a:hover {
    background-color: #D2D2D2;
    color: initial;
  }
  .site-header .layout.expanded .block-nav > ul > li > a > br {
    display: none;
  }
  .site-header .layout.expanded .block-nav > ul > li > ul {
    padding: 0.3em 0 0.5em 0;
  }
  .site-header .layout.expanded .block-nav > ul > li > ul > li a {
    font-size: 1rem;
    color: #767676;
    padding: 0.6em 0;
  }
  .site-header .layout.expanded .block-nav > ul > li > ul > li a:hover {
    color: #363535;
  }
  .site-header .layout.expanded .block-nav > ul > li > ul > li.selected > a, .site-header .layout.expanded .block-nav > ul > li > ul.current-menu-ancstor > a {
    color: #767676;
    border-bottom: 2px solid #FFBF64;
    display: inline-block;
    padding-bottom: 0.4em;
    margin-bottom: 0.2em;
  }
  .site-header .layout.expanded .block-nav > ul > li.selected > a, .site-header .layout.expanded .block-nav > ul.current-menu-ancstor > a {
    background-color: rgba(210, 210, 210, 0);
    color: #363535;
  }
  body.menu-on .site-header .layout.expanded .block-nav > ul > li.selected > a, body.menu-on .site-header .layout.expanded .block-nav > ul.current-menu-ancstor > a {
    background-color: #d2d2d2;
  }
  .site-header .layout.expanded .block-nav > ul > li.about > ul {
    display: block;
  }
  body.menu-on .site-header .layout.expanded {
    background-color: white;
  }
  body.menu-on .site-header .layout.expanded .block-nav {
    padding-top: 2em;
    padding-bottom: 1em;
    max-height: calc(100vh - 60px - 2em - var(--wp-admin--admin-bar--height, 0px));
    overflow: scroll;
  }
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer-cloned {
  visibility: hidden;
  z-index: -1;
}

.site-footer {
  box-sizing: border-box;
  z-index: 1;
  padding: calc(var(--blockMargin, 4rem) * 1) var(--border-margin-x);
  background: #5C5356;
  color: white;
  font-size: 0.8rem;
}
body.has-white-page-border .site-footer {
  border-top: var(--border-margin-y) solid white;
}
.site-footer a {
  position: relative;
  display: inline-block;
  color: inherit;
}
.site-footer .h4 {
  font-size: 1.4em;
  font-weight: 500;
  font-family: new-spirit, Bookman, Georgia, serif;
}
.site-footer .layout {
  position: relative;
  display: grid;
  grid-template-columns: var(--gutter-wrap) 1fr 1fr 1fr var(--gutter-wrap);
  grid-template-areas: ". content address social ." ". content address bottom .";
  gap: 1.5em;
}
@media screen and (max-width: 940px) {
  .site-footer .layout {
    row-gap: 2em;
    grid-template-columns: calc(var(--border-margin-x)) 1fr 1fr calc(var(--border-margin-x));
    grid-template-areas: ". content address ." ". social bottom .";
  }
}
@media screen and (max-width: 600px) {
  .site-footer .layout {
    grid-template-areas: ". content content ." ". social social ." ". address address ." ". bottom bottom .";
  }
}
.site-footer .block-content {
  grid-area: content;
}
.site-footer .block-social {
  grid-area: social;
}
.site-footer .block-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.5em;
}
.site-footer .block-address {
  grid-area: address;
}
.site-footer .block-bottom {
  grid-area: bottom;
}
@media screen and (max-width: 767px) {
  .site-footer a:after {
    opacity: 1;
    width: 100%;
    height: 2px;
  }
  .site-footer a:hover:after {
    opacity: 0;
    width: 0%;
  }
}

#banner {
  --banner-gutter-left: var(--gutter-left);
  position: relative;
  background: radial-gradient(circle at 25% calc(var(--blockMargin, 4rem) * 2), #ddd, #aaa);
  margin: 0;
  min-height: 50vh;
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  #banner {
    --banner-gutter-left: 140px;
  }
  #banner .block-title {
    margin-left: 70px;
  }
}
#banner > .layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--banner-gutter-left) 1fr var(--gutter-right);
  grid-template-rows: calc(var(--blockMargin, 4rem) * 2) auto;
  grid-template-areas: ". . ." ". title ." ". intro .";
}
#banner .block-section {
  grid-area: section;
}
#banner .block-title {
  grid-area: title;
}
#banner .block-introduction {
  grid-area: intro;
  margin: 1em auto 0 0;
  max-width: 600px;
  width: 100%;
  font-size: 1.27rem;
  font-family: new-spirit, Bookman, Georgia, serif;
  line-height: 1.47;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  #banner .block-introduction {
    font-size: 1.15rem;
  }
}
#banner .block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 50vh;
}
#banner .block-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
@media screen and (max-width: 767px) {
  #banner .block-section {
    margin-bottom: 0.1em;
  }
  #banner .block-image {
    width: 80vw;
    height: 80vh;
  }
}
#banner .block-close {
  --size: 50px;
  display: block;
  position: fixed;
  z-index: 10;
  top: calc(var(--border-margin) * 2.5);
  right: var(--border-margin-x);
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  margin: 9rem calc(var(--size) / -2) 0 0;
  text-align: center;
  background: #363535 url(images/close-x.svg) no-repeat 50% 50%;
  background-size: 50% auto;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
#banner .block-close:hover {
  transform: translateY(6px);
}

#banner.page {
  background: none;
  z-index: 9;
  min-height: 0;
}
#banner.page > .layout {
  display: block;
  max-width: 650px;
  padding-top: calc(var(--blockMargin, 4rem) * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #banner.page > .layout {
    margin-left: var(--gutter-left);
    margin-right: var(--gutter-right);
  }
}

#banner.post {
  min-height: 0;
  background: none;
}
#banner.post > .layout {
  display: block;
  margin: 0 auto;
  padding: calc(var(--blockMargin, 4rem) * 2) 0 0;
  max-width: 650px;
}
@media screen and (max-width: 1200px) and (min-width: 801px) {
  #banner.post > .layout {
    margin-left: var(--header-width);
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  #banner.post > .layout {
    margin-left: var(--banner-gutter-left);
    margin-right: var(--gutter-right);
  }
}
#banner.post .block-subtitle {
  margin: 0 0 1rem;
  font-family: trade-gothic-next, helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
#banner.post .block-image {
  max-width: 100%;
  width: 550px;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
}
#banner.post .block-image img {
  position: relative;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#banner.post .block-image .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 600px;
  opacity: 0.3;
}
#banner.post .block-image .image:after {
  content: " ";
  display: block;
}

#banner.notebook.archive {
  background: none;
  min-height: 0;
}
#banner.notebook.archive > .layout {
  grid-template-columns: var(--banner-gutter-left) auto minmax(auto, 300px) minmax(auto, 375px) auto var(--gutter-right);
  grid-template-rows: calc(var(--blockMargin, 4rem) * 2) auto;
  grid-template-areas: ". . . . . ." ". . section title . ." ". . intro intro . .";
}
#banner.notebook.archive .block-title {
  max-width: 8em;
  color: #2EA559;
}
@media screen and (max-width: 767px) {
  #banner.notebook.archive > .layout {
    grid-template-areas: ". . . . . ." ". . section section . ." ". . title title . ." ". . intro intro . .";
  }
  #banner.notebook.archive .block-title {
    max-width: none;
  }
}

#banner.gallery {
  margin-bottom: calc(var(--blockMargin, 4rem) * 1);
  background: none;
  min-height: 0;
  text-align: center;
}
#banner.gallery .block-title {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#banner.gallery-item {
  background: none;
  min-height: 0;
  text-align: center;
}
#banner.profile {
  background: none;
  min-height: 0;
  --headshot-width: 300px;
}
#banner.profile > .layout {
  --banner-margin-left: calc(((100vw - 650px - (2 * var(--border-margin-x))) / 2) - (var(--headshot-width) / 2));
  --banner-gap: 3em;
  grid-template-columns: var(--banner-margin-left) var(--headshot-width) var(--banner-gap) minmax(auto, 650px) auto;
  grid-template-areas: ". . . . ." ". headshot . name name" ". headshot . position .";
  grid-template-rows: calc(var(--blockMargin, 4rem) * 2) 1fr 1fr;
}
@media screen and (max-width: 1330px) {
  #banner.profile > .layout {
    --headshot-width:250px;
    --banner-gap: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #banner.profile > .layout {
    --banner-margin-left: calc(var(--header-width) + 20px);
  }
}
@media screen and (max-width: 1200px) {
  #banner.profile > .layout {
    --banner-margin-left: var(--header-width);
  }
}
@media screen and (max-width: 800px) {
  #banner.profile > .layout {
    --banner-margin-left: var(--gutter-left);
    --headshot-width:200px;
    --banner-gap:1em;
    grid-template-rows: calc(var(--blockMargin, 4rem) * 1) auto var(--banner-gap) auto;
    grid-template-columns: var(--banner-margin-left) var(--headshot-width) auto var(--gutter-right);
    grid-template-areas: ". . . ." ". headshot . ." ". . . ." ". name  name ." ". position position .";
  }
}
#banner.profile .block-headshot {
  grid-area: headshot;
}
#banner.profile .block-headshot .photo {
  display: block;
  position: relative;
  padding: 0 0 100%;
}
#banner.profile .block-headshot .photo.no-image:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/404graphic.png) 50% 50% no-repeat;
  background-size: cover;
  border-radius: 50%;
}
#banner.profile .block-headshot img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
#banner.profile .block-name {
  grid-area: name;
  align-self: end;
  font-size: 3rem;
  margin-bottom: 0;
  padding-right: 1rem;
}
#banner.profile .block-position {
  grid-area: position;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 0.5rem;
}

body.ajax-loading {
  overflow-anchor: none;
}

.wrap {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1434.4827586207px) {
  .wrap {
    margin: 0 4.6875%;
  }
}

.theme-block {
  --block-margin-multiplier: 2;
  position: relative;
  margin-top: calc(var(--blockMargin, 4rem) * var(--block-margin-multiplier));
  margin-bottom: calc(var(--blockMargin, 4rem) * var(--block-margin-multiplier));
}
.theme-block:first-child {
  margin-top: 0;
}
.theme-block:last-child {
  margin-bottom: 0;
}
.page-blocks > .theme-block.is-style-full-width, .page-blocks > .theme-block.full-width {
  margin-left: calc(var(--gutter-left) * -1);
  margin-right: calc(var(--gutter-right) * -1);
}
@media screen and (max-width: 767px) {
  .theme-block {
    --block-margin-multiplier: 1.25;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.has-js .appear-on-scroll {
    opacity: 0;
  }
  body.has-js .appear-on-scroll.appear-init {
    transform: translate(0px, 2rem);
    transition: opacity var(--appear-delay, 0.4s) ease-in-out, transform var(--appear-delay, 0.4s) ease-in-out;
  }
  body.has-js .appear-on-scroll.appeared {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
body.no-js .appear-on-scroll {
  opacity: 1;
  transform: none;
}

body.has-white-page-border {
  --page-border-color: white;
  --page-background-color: #5C5356;
  --page-color: white;
}

body.has-tan-page-background {
  --page-background-color: white;
}

body.has-gray-page-background {
  --page-background-color: #E7E6E6;
}

body.has-white-page-background {
  --page-background-color: white;
  --page-color: #363535;
}

#wrap {
  position: relative;
  z-index: 10;
  padding: 0 0 1px;
  border: var(--border-margin) solid var(--page-border-color);
  border-width: var(--border-margin-y) var(--border-margin-x) 0;
  background: var(--page-background-color);
  color: var(--page-color);
}
@media screen and (max-width: 800px) {
  #wrap {
    border-top-width: var(--mobile-header-height);
  }
}

#theme-fragment-body {
  position: relative;
  z-index: 10;
}

.main-content {
  --layout-content-area-width: minmax(0, 1fr);
  position: relative;
  z-index: 10;
  margin: 0;
}
.main-content > .layout {
  position: relative;
  display: grid;
  grid-template-columns: var(--gutter-left) var(--layout-content-area-width) var(--gutter-right);
  grid-template-areas: ". blocks ." "share share share" ". posts ." "pager pager pager" "related related related";
}
.main-content .page-blocks {
  --page-blocks-padding: calc(var(--blockMargin, 4rem) * 1);
  position: relative;
  grid-area: blocks;
  min-height: 50vh;
  padding: var(--page-blocks-padding) 0;
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  body.page .main-content .page-blocks > p:nth-child(-n+2) {
    margin-left: 90px !important;
  }
}
.main-content .query-posts {
  position: relative;
  grid-area: posts;
  background-color: var(--background-color);
  color: var(--color);
}
.main-content .related-posts,
.main-content .recent-posts {
  position: relative;
  grid-area: related;
}
.main-content .theme-block.pager {
  position: relative;
  grid-area: pager;
}
.main-content.clients > .layout {
  grid-template-areas: ". posts ." ". blocks .";
}
.main-content.portfolio-landing {
  padding-bottom: var(--border-margin-y);
}
.main-content.portfolio-landing .page-blocks {
  min-height: 0;
}
.main-content.portfolio-landing > .layout {
  display: block;
  grid-template-areas: "posts posts posts" "outtro outtro outtro";
}
.main-content.posts {
  padding-bottom: calc(var(--blockMargin, 4rem) * 1);
}
.main-content.posts > .layout {
  grid-template-areas: ". blocks ." ". posts ." ". posts-nav .";
}
.main-content.post {
  z-index: 12;
}
@media screen and (min-width: 801px) {
  .main-content.post {
    --gutter-left: calc((100% - 650px) / 2);
    --gutter-right: calc((100% - 650px) / 2);
    --layout-content-area-width: 650px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .main-content.post {
    --gutter-left: var(--header-width);
  }
}
@media screen and (min-width: 801px) and (max-width: 990px) {
  .main-content.post {
    --gutter-right: calc(var(--blockMargin, 4rem) * 0.5);
    --layout-content-area-width: 1fr;
  }
}
.main-content.post > .layout:before {
  content: " ";
  display: block;
  position: absolute;
  top: 2em;
  left: -2em;
  width: 10em;
  height: 3em;
  transform: skew(0deg, 15deg);
  background: white;
}
@media screen and (min-width: 801px) {
  .main-content.post > .layout:before {
    grid-area: blocks;
  }
}
body.has-no-post-background-image .main-content.post > .layout:before {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .main-content.post > .layout:before {
    top: 1.25em;
    left: 0;
  }
}
.main-content.post .page-blocks {
  padding-top: calc(var(--blockMargin, 4rem) * 0.5);
}
@media screen and (min-width: 801px) {
  .main-content.profile {
    --layout-content-area-width: 650px;
    --gutter-left: calc((100vw - (2 * var(--border-margin-x)) - var(--layout-content-area-width)) / 2);
    --gutter-right: calc((100vw - (2 * var(--border-margin-x)) - var(--layout-content-area-width)) / 2);
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .main-content.profile {
    --gutter-left: var(--header-width);
  }
}
@media screen and (min-width: 801px) and (max-width: 990px) {
  .main-content.profile {
    --gutter-right: calc(var(--blockMargin, 4rem) * 0.5);
    --layout-content-area-width: 1fr;
  }
}
.main-content.profile .page-blocks {
  min-height: 0;
}
.main-content.profile .page-blocks > .wp-block-gallery-wrap:last-child {
  --block-margin-multiplier:1;
  margin-bottom: calc(var(--page-blocks-padding, 0px) * -1);
}
.main-content.profile .page-blocks > .wp-block-gallery-wrap:last-child:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f6f0e8;
}
@media screen and (max-width: 800px) {
  .main-content.profile .page-blocks {
    --page-blocks-padding: calc(var(--blockMargin, 4rem) * 0.5);
  }
}
.main-content.page .page-blocks > blockquote,
.main-content.page .page-blocks > p,
.main-content.page .page-blocks > ul,
.main-content.page .page-blocks > ol,
.main-content.page .page-blocks > h1,
.main-content.page .page-blocks > h2,
.main-content.page .page-blocks > h3,
.main-content.page .page-blocks > h4,
.main-content.page .page-blocks > h5,
.main-content.page .page-blocks > h6,
.main-content.page .page-blocks > .heading,
.main-content.page .page-blocks > .wp-block-buttons,
.main-content.page .page-blocks > .is-style-content-width, .main-content.portfolio .page-blocks > blockquote,
.main-content.portfolio .page-blocks > p,
.main-content.portfolio .page-blocks > ul,
.main-content.portfolio .page-blocks > ol,
.main-content.portfolio .page-blocks > h1,
.main-content.portfolio .page-blocks > h2,
.main-content.portfolio .page-blocks > h3,
.main-content.portfolio .page-blocks > h4,
.main-content.portfolio .page-blocks > h5,
.main-content.portfolio .page-blocks > h6,
.main-content.portfolio .page-blocks > .heading,
.main-content.portfolio .page-blocks > .wp-block-buttons,
.main-content.portfolio .page-blocks > .is-style-content-width {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .main-content.page .page-blocks > .alignleft,
  .main-content.page .page-blocks > .alignright, .main-content.portfolio .page-blocks > .alignleft,
  .main-content.portfolio .page-blocks > .alignright {
    float: none;
    margin: calc(var(--blockMargin, 4rem) * 1) auto;
  }
}
.main-content.gallery > .layout {
  display: block;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--blockMargin, 4rem) * 0.5);
  padding-right: calc(var(--blockMargin, 4rem) * 0.5);
}
@media screen and (max-width: 767px) {
  .main-content.gallery > .layout {
    padding-left: var(--gutter-left);
    padding-right: var(--gutter-right);
  }
  .main-content.gallery .page-blocks {
    padding: 0 0 calc(var(--blockMargin, 4rem) * 0.25);
  }
}
@media screen and (min-width: 1700px) {
  body.front-page .main-content {
    --gutter-left: calc(var(--blockMargin, 4rem) * 2);
    --gutter-right: calc(var(--blockMargin, 4rem) * 2);
  }
}

body.theme .page-blocks > .has-background:last-child {
  margin-bottom: calc(var(--blockMargin, 4rem) * -1);
}
body.theme .page-blocks > .has-background + .has-background {
  margin-top: calc(calc(var(--blockMargin, 4rem) * -1.25) - 1px);
}

ul.social-icons {
  --size:1.5em;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1em;
}
ul.social-icons a {
  display: inline-block;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
}

#query-posts.loading {
  min-height: 25vh;
}
#query-posts.loading:before {
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}

#page-header-background {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 1000px;
}
#page-header-background img {
  display: block;
}
#page-header-background .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
  max-width: 100%;
  max-height: 100%;
  background: red;
  opacity: 0.25;
  font-size: 3rem;
}

#recent-posts {
  margin-bottom: calc(var(--blockMargin, 4rem) * 1);
  padding-left: var(--gutter-wrap);
  padding-right: var(--gutter-wrap);
}
#recent-posts .block-posts {
  display: flex;
  gap: 2em;
}
#recent-posts .block-posts .hentry {
  flex-grow: 1;
  flex-basis: 100%;
}
#recent-posts.profile {
  background: #f6f0e8;
  margin-bottom: 0;
  padding-top: calc(var(--blockMargin, 4rem) * 1);
  padding-bottom: calc(var(--blockMargin, 4rem) * 1);
}
#recent-posts.profile .query-posts {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#recent-posts > h3 {
  text-align: center;
  margin-bottom: calc(var(--blockMargin, 4rem) * 1);
}
#recent-posts a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #recent-posts {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recent-posts .hentry.related {
    flex-basis: 45%;
  }
  #recent-posts .hentry.twitter {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #recent-posts .block-posts {
    display: block;
  }
}

#tweet {
  --hover-shift: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 1rem calc(var(--blockMargin, 4rem) * 1.25) 1em 0;
  border-top: 2px solid currentColor;
  transition: background-color 0.4s ease;
  background: rgba(255, 191, 100, 0);
}
#tweet .screen_name {
  position: absolute;
  top: 0.7em;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  transition: right 0.4s ease, background-color 0.4s ease;
  background: transparent;
  border-radius: 50%;
}
#tweet .screen_name .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 30px;
  transition: opacity 0.4s ease;
  opacity: 1;
}
#tweet .screen_name .icon.fa-external-link {
  display: block;
  opacity: 0;
  color: #FFBF64;
  font-size: 0.95rem;
  margin-left: 1px;
}
#tweet .status {
  position: relative;
  left: 0;
  font-size: 0.89em;
  font-weight: 500;
  font-family: trade-gothic-next, helvetica, sans-serif;
  transition: left 0.4s ease;
}
#tweet .status .permalink {
  display: block;
  margin: 0.5em 0 0;
  font-size: 0.8em;
  font-family: trade-gothic-next, helvetica, sans-serif;
  opacity: 0.7;
}
#tweet:hover {
  background-color: #ffbf64;
}
#tweet:hover .status {
  left: var(--hover-shift);
}
#tweet:hover .screen_name {
  right: var(--hover-shift);
  background-color: currentColor;
}
#tweet:hover .screen_name .icon.fa-twitter {
  opacity: 0;
}
#tweet:hover .screen_name .icon.fa-external-link {
  opacity: 1;
}
#tweet.loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}

.theme-block.meta-bottom {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 80px auto;
  grid-template-areas: "avatar author" "avatar meta";
  gap: 1rem;
  font-size: 0.9em;
  line-height: 1.4;
}
.theme-block.meta-bottom .block-avatar {
  grid-area: avatar;
}
.theme-block.meta-bottom .block-avatar a {
  position: relative;
  display: block;
  padding: 0 0 100%;
}
.theme-block.meta-bottom .block-avatar a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.theme-block.meta-bottom .block-author {
  grid-area: author;
}
.theme-block.meta-bottom .block-author .name {
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.theme-block.meta-bottom .block-author .name a {
  color: inherit;
  text-decoration: none;
}
.theme-block.meta-bottom .block-post-meta {
  grid-area: meta;
  font-size: 0.9em;
}
.theme-block.meta-bottom .block-post-meta a {
  color: #2EA559;
  text-decoration: underline;
}
.theme-block.meta-bottom .block-post-meta a:hover {
  text-decoration-color: transparent;
}
@media screen and (max-width: 600px) {
  .theme-block.meta-bottom {
    grid-template-areas: "avatar ." "author author" "meta meta";
  }
}

.theme-block.gallery-image {
  --block-margin-multiplier: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  text-align: center;
}
.theme-block.gallery-image .inner {
  display: inline-block;
  position: relative;
}
.theme-block.gallery-image img {
  display: block;
  margin: 0 auto;
  border-radius: 1em;
}
.theme-block.gallery-image video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1em;
}

.theme-block.gallery-content {
  --block-margin-multiplier: 1;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.theme-block.gallery-content h1 {
  font-size: 1.66rem;
}

.theme-block.screen {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  background: #5C5356;
  color: white;
}
.theme-block.screen.intro {
  /*
  position:fixed;
  top:var(--border-margin-y);
  left:var(--border-margin-x);
  width:calc(100% - (var(--border-margin-x) * 2));
  */
}
.theme-block.screen.outtro {
  grid-area: outtro;
}
.theme-block.screen > .layout {
  position: relative;
  display: grid;
  z-index: 1;
}
.theme-block.screen > .block-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 50vh;
}
.theme-block.screen > .block-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
@media screen and (max-width: 800px) {
  .theme-block.screen > .block-background {
    width: 400px;
    max-width: 100%;
  }
}
.theme-block.screen.intro {
  --banner-gutter-left: var(--gutter-left);
  margin-bottom: var(--border-margin-y);
}
@media screen and (max-width: 1024px) and (min-width: 801px) {
  .theme-block.screen.intro {
    --banner-gutter-left: 140px;
  }
}
.theme-block.screen.intro > .layout {
  height: var(--full-height, 100vh);
  grid-template-columns: var(--banner-gutter-left) auto minmax(auto, 350px) minmax(auto, 350px) auto var(--gutter-right);
  grid-template-rows: 1fr auto 1rem auto 1fr;
  grid-template-areas: ". . . . . ." ". . title tag . ." ". . . . . ." ". . content content . ." ". . . . . .";
}
@media screen and (max-width: 767px) {
  .theme-block.screen.intro > .layout {
    grid-template-columns: var(--gutter-left) auto var(--gutter-right);
    grid-template-rows: calc(var(--blockMargin, 4rem) * 2) auto auto auto 1fr;
    grid-template-areas: ". . ." ". title ." ". tag ." ". content ." ". . .";
  }
  .theme-block.screen.intro > .layout .block-content {
    margin-top: 2rem;
  }
}
.theme-block.screen.intro .block-scroll-prompt {
  position: absolute;
  top: 100%;
  left: 50%;
  height: var(--border-margin-y);
  line-height: var(--border-margin-y);
  text-transform: uppercase;
  transform: translate(-50%, 0);
  color: #5C5356;
  font-size: 0.8em;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.theme-block.screen.intro .block-scroll-prompt: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: "\f107";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: white;
  transition: all 0.2s ease-in-out;
  animation-name: pulse;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
body.scrolled .theme-block.screen.intro .block-scroll-prompt {
  opacity: 0;
}
.theme-block.screen.intro .block-content {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .theme-block.screen.outtro > .layout {
    height: calc(var(--full-height, 100vh) - var(--footer-height, 0));
  }
}
@media screen and (max-width: 767px) {
  .theme-block.screen.outtro > .layout {
    padding-top: calc(var(--blockMargin, 4rem) * 3);
    padding-bottom: calc(var(--blockMargin, 4rem) * 3);
  }
}
.theme-block.screen .block-title {
  grid-area: title;
  margin-right: 1em;
}
.theme-block.screen .block-tagline {
  grid-area: tag;
  color: #4BB972;
  max-width: 6em;
}
.theme-block.screen .block-content {
  grid-area: content;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.theme-block.screen.outtro > .layout {
  grid-template-columns: auto;
  grid-template-rows: 3fr auto 4fr;
  grid-template-areas: "." "content" ".";
}
.theme-block.screen.outtro > .layout .block-content {
  display: flex;
}
.theme-block.screen.outtro > .layout .heading {
  display: inline-block;
}
.theme-block.screen.outtro > .layout .heading.label {
  max-width: 5em;
}
.theme-block.screen.outtro > .layout .heading.more {
  max-width: 6em;
  color: #4BB972;
  white-space: normal;
  text-decoration: none;
}
.theme-block.screen.outtro > .layout .heading.more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .theme-block.screen .heading.label,
  .theme-block.screen .heading.more {
    max-width: none !important;
  }
  .theme-block.screen .block-content {
    flex-direction: column;
  }
  .theme-block.screen .block-content br {
    display: none;
  }
  .theme-block.screen .block-content .heading {
    margin-bottom: 0.1em;
  }
  .theme-block.screen .block-title {
    margin-bottom: 0.1em;
  }
  .theme-block.screen .block-tagline {
    max-width: none;
  }
}
@media screen and (max-width: 650px) {
  .theme-block.screen.outtro > .layout .block-content {
    margin-left: 2em;
    margin-right: 2em;
  }
}

#side-counter {
  position: fixed;
  top: calc(var(--border-margin) * 2 + 7.5rem);
  right: 0;
  width: var(--border-margin-x);
  text-align: center;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #363535;
}
body.admin-bar #side-counter {
  margin-top: var(--wp-admin--admin-bar--height, 0px);
}
#side-counter .current {
  display: block;
  font-size: calc(var(--border-margin-x) * 0.8);
}
#side-counter .current:after {
  content: " ";
  display: block;
  width: 50%;
  height: 4px;
  margin: 0.1em auto 0.2em;
  border-radius: 2px;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  #side-counter {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #side-counter .current {
    font-size: 20px;
  }
}

.site-footer a,
.reset button {
  text-decoration: none;
}
.site-footer a:after,
.reset button: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;
}
.site-footer a:hover:after,
.reset button:hover:after {
  width: 100%;
  opacity: 1;
}
.site-footer a:hover,
.reset button:hover {
  text-decoration: none;
  opacity: 1;
  color: inherit;
}

.site-footer a:after {
  margin: -1px 0 0;
}

.reset button:after {
  margin: 0.1em 0 0;
}

.error404 .block-introduction > p {
  max-width: 600px;
  width: 100%;
  font-size: 1.27rem;
  font-family: new-spirit, Bookman, Georgia, serif;
  line-height: 1.47;
  font-weight: 300;
  margin: 0;
}
.error404 #banner > .block-image {
  background: url("images/404graphic.png") no-repeat top left;
  height: 600px;
  width: 680px;
}
@media screen and (max-width: 767px) {
  .error404 #banner > .block-image {
    width: 100%;
  }
}
.error404 #banner > .block-image::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .error404 #banner > .block-image::before {
    background-color: rgba(255, 255, 255, 0.42);
  }
}
@media screen and (max-width: 767px) {
  .error404 #banner.page > .layout {
    margin: 0 1rem;
  }
}
.error404 .main-content {
  --layout-content-area-width: minmax(0, 1fr);
  position: relative;
  z-index: 10;
  margin: 0;
}
@media screen and (min-width: 801px) {
  .error404 .main-content {
    --gutter-left: calc((100% - 650px) / 2);
    --gutter-right: calc((100% - 650px) / 2);
    --layout-content-area-width: 650px;
  }
}
.error404 .main-content .page-blocks {
  padding-top: 2rem;
  min-height: 30vh;
}
.error404 .main-content .page-blocks .wp-block-group {
  margin-bottom: 2rem;
}

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

.theme-block.gravity-form {
  margin-top: 0;
  margin-bottom: 0;
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
}
.slick-slider .slick-track:after {
  content: " ";
  display: block;
  clear: both;
}
.slick-slider .slick-slide {
  display: block;
  white-space: normal;
}

.slick-arrow {
  --arrow-size: 40px;
  margin: 0;
  cursor: pointer;
  font-size: 30px;
  color: white;
  width: var(--arrow-size);
  height: var(--arrow-size);
  line-height: var(--arrow-size);
  transition: background-color 0.4s ease, transform 0.4s ease, margin 0.4s ease;
  text-align: center;
}
.slick-arrow .icon {
  transition: all 0.4s ease;
}
.slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.5;
}

.slick-dots {
  display: block;
  margin: 1em 0.5em 0 0.5em;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  background: rgba(204, 204, 204, 0.8);
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
}
.slick-dots li.slick-active button {
  background: #FFBF64;
}

.block-filters {
  position: relative;
  z-index: 20;
  max-width: 800px;
  margin: 0 auto;
  padding: calc(var(--blockMargin, 4rem) * 0.25) calc(var(--gutter-right) + var(--blockMargin, 4rem) * 1) calc(var(--blockMargin, 4rem) * 1) calc(var(--gutter-left) + var(--blockMargin, 4rem) * 1);
  background: none;
  visibility: hidden;
  /*
  body.post-type-archive-event & {
      display: none;
  }
  */
}
.block-filters.initialized {
  visibility: visible;
}
.block-filters.gallery {
  max-width: 500px;
  margin-top: calc(var(--blockMargin, 4rem) * 1);
}
body.single-client .block-filters {
  display: none;
}
body.map-off .block-filters.map > h2 {
  display: none;
}
.block-filters .layout {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-areas: "filters filters filters" "message message reset";
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.block-filters .filters {
  grid-area: filters;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.block-filters .filters label {
  margin: 0 1em 0 0;
  text-transform: uppercase;
  font-family: trade-gothic-next, helvetica, sans-serif;
}
.block-filters .filters .filter {
  margin: 0;
  flex-grow: 1;
  text-align: center;
}
.block-filters .filters .input.select .label {
  padding: 0.75rem 2rem;
  border-radius: 0;
  background-color: #5C5356;
  color: white;
  line-height: 1;
}
.block-filters .filters .input.select .label:after {
  display: none;
}
.block-filters .filters .input.select:focus {
  border: 2px solid #FFBF64;
}
.block-filters .filters .input.select:hover .label {
  opacity: 1;
  background-color: #FFBF64;
  color: #363535;
}
.block-filters .filters .input.select.on .label {
  min-width: 0;
  background-color: #FFBF64;
  color: #363535;
}
.block-filters .filters .input.select .options {
  border-radius: 0;
  background: #FFBF64;
  color: #363535;
  font-weight: 500;
}
.block-filters .filters .input.select .options .option {
  width: auto;
  opacity: 1;
  margin: 0;
  padding: 0.5em 0;
  text-decoration: none;
}
.block-filters .filters .input.select .options .option .text {
  display: inline-block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: inherit;
  clear: both;
}
.block-filters .filters .input.select .options .option .text:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  margin: 3px 0 0;
  background: #5C5356;
  opacity: 0;
  transition: opacity 0.4s ease, width 0.4s ease;
}
.block-filters .filters .input.select .options .option:hover .text:after {
  width: 100%;
  opacity: 1;
}
.block-filters .message {
  position: relative;
  grid-area: message;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1;
  font-family: trade-gothic-next, helvetica, sans-serif;
  font-style: italic;
  color: #5C5356;
}
.block-filters .message #found_posts.loading:before {
  content: "Loading...";
}
.block-filters .message #found_posts.loading + .text {
  display: none;
}
.block-filters .message #found_posts.singular + .text .s {
  display: none;
}
.block-filters .reset {
  grid-area: reset;
  display: none;
  align-items: center;
}
.block-filters .reset:before {
  content: " / ";
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.block-filters .reset button {
  padding: 0;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1;
  font-family: trade-gothic-next, helvetica, sans-serif;
  border: 0;
  background: none;
  color: #363535;
  text-transform: none;
}
.block-filters.filtered .reset {
  display: flex;
}
.block-filters .message {
  padding-left: 1.5em;
}
.block-filters .message:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  .block-filters {
    display: block;
    padding: calc(var(--blockMargin, 4rem) * 0.25) calc(var(--gutter-right) + var(--blockMargin, 4rem) * 0.25) calc(var(--blockMargin, 4rem) * 1) calc(var(--gutter-left) + var(--blockMargin, 4rem) * 0.25);
  }
}
@media screen and (max-width: 600px) {
  .block-filters .filters {
    display: block;
  }
  .block-filters .filters .filter {
    margin: 0 0 0.5em 0;
  }
}

#share-tab ul {
  list-style: none;
}
#share-tab ul li::before {
  content: none;
}
@media screen and (min-width: 768px) {
  #share-tab {
    position: absolute;
    z-index: 100;
    right: calc(var(--border-margin-x) * -1);
    top: 80vh;
    color: white;
    line-height: 1;
    opacity: 1;
    transition: opacity var(--appear-delay, 0.4s) ease-in-out;
  }
  body.single-post #share-tab, body.single-gallery-item #share-tab {
    top: 60vh;
  }
  #share-tab.fixed {
    position: fixed;
    top: 200px !important;
  }
  #share-tab > a.toggle {
    transform-origin: 100% 0%;
    transform: rotate(90deg) translate(100%, 0);
    line-height: 44px;
    height: 44px;
    width: 80px;
  }
  body.share-on #share-tab ul {
    z-index: 1;
    opacity: 1;
    margin-top: 0;
    max-height: 500px;
    overflow: visible;
  }
}
#share-tab > a.toggle {
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #D2D2D2;
  color: #5C5356;
  text-transform: uppercase;
  font-family: trade-gothic-next, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 0.7em 0.7em;
}
#share-tab > a.toggle:hover {
  background-color: #dfdfdf;
}
#share-tab ul, #share-tab li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#share-tab ul {
  position: absolute;
  right: 0;
  top: 110px;
  width: 44px;
  padding: 5px 0;
  background: #D2D2D2;
  text-align: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  margin: -30px 0 0 0;
  max-height: 0px;
  overflow: hidden;
  border-radius: 0;
}
#share-tab ul:before {
  position: absolute;
  top: -6px;
  left: 50%;
  margin: 0 0 0 -6px;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #D2D2D2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
}
#share-tab ul > li > a {
  display: block;
  padding: 15px 0;
  color: #5C5356;
  font-size: 16px;
  background-image: none;
}
#share-tab ul > li > a:hover {
  color: #5C5356;
  background-color: #dfdfdf;
}
#share-tab ul > li > a .fa-plus {
  font-size: 22px;
}
#share-tab ul > li.last a {
  padding: 10px 0 12px;
}
@media screen and (max-width: 767px) {
  #share-tab {
    grid-area: share;
    display: flex;
    justify-content: center;
    padding: 0.5em;
    margin: calc(var(--blockMargin, 4rem) * 0.5) 0;
    color: inherit;
  }
  body.single-portfolio #share-tab {
    margin: 0;
  }
  #share-tab > a.toggle {
    padding: 12px 6px 0 0;
    margin: 0;
    line-height: 18px;
    background: none;
    color: inherit;
    font-size: 0.88em;
    font-weight: 700;
    border-radius: 5px;
  }
  #share-tab > a.toggle:hover {
    background: none;
  }
  #share-tab ul {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    padding: 0;
    margin: 0 5px;
    max-height: none;
    opacity: 1;
    background: none;
  }
  #share-tab ul li {
    display: inline-block;
  }
  #share-tab ul li a {
    padding: 12px 10px;
    line-height: 18px;
    font-size: 20px;
    min-width: 20px;
    margin: 0 1px;
    color: inherit;
  }
  #share-tab ul li a:hover {
    border-radius: 5px;
  }
  #share-tab ul li a .fa-brands {
    font-size: 18px;
  }
  #share-tab ul li a .fa-plus {
    font-size: 23px;
  }
  #share-tab ul li.last a {
    padding: 8px 10px 12px;
  }
}

#overlay-mask {
  display: block;
  position: fixed;
  z-index: 199999;
  top: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  transition: background-color 0.5s ease-in-out;
  /*&:after {
      display: block;
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0%;
      background: rgba(black, 0.4);
      @include transition(height $overlayDelay $overlayEase);
  }*/
}
#overlay-mask:before {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(images/loading.png) no-repeat center top;
  animation: loading 1s steps(19) infinite;
}
body.overlay-loading #overlay-mask, body.overlay-init #overlay-mask {
  top: 0%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
body.overlay-loading #overlay-mask:before {
  display: block;
}
body.overlay-on #overlay-mask:before {
  display: none;
}
body.overlay-on #overlay-mask:after {
  height: 100%;
}

#overlay-close {
  --size: 50px;
  display: none;
  box-sizing: border-box;
  position: fixed;
  z-index: 200001;
  top: 2em;
  right: 2em;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  margin: 0;
  text-align: center;
  background: #363535 url(images/close-x.svg) no-repeat 50% 50%;
  background-size: 50% auto;
  color: white;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.4s ease;
  transform: translateY(0px);
}
#overlay-close:hover {
  transform: translateY(6px);
}
body.overlay-on #overlay-close {
  display: block;
}
@media screen and (max-width: 767px) {
  #overlay-close {
    top: 1em;
    right: 1em;
  }
}

#overlay {
  box-sizing: border-box;
  display: none;
  position: fixed;
  z-index: 200000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
body.overlay-init #overlay {
  display: block;
  transform: translate(0, -100%);
}
body.overlay-on #overlay {
  transform: translate(0, 0%);
  opacity: 1;
}
#overlay > .layout {
  position: relative;
  z-index: 200002;
  display: block;
  margin: calc(var(--blockMargin, 4rem) * 1) auto;
  max-width: 700px;
  background: white;
  color: #363535;
}
#overlay > .layout > .block-content {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#overlay > .layout .gallery-image img {
  width: 100%;
  border-radius: 0;
  border: 0;
}
#overlay > .layout .gallery-content {
  padding: 0 calc(var(--blockMargin, 4rem) * 0.5) calc(var(--blockMargin, 4rem) * 1);
}
#overlay .appear-on-scroll {
  opacity: 1;
  transform: translate(0px, 0px);
}
.theme-block.pager {
  position: relative;
  clear: both;
  margin: calc(var(--blockMargin, 4rem) * 1) 4em calc(var(--blockMargin, 4rem) * 0.75);
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "prev . next";
  gap: 0.5em;
  color: white;
  text-decoration: none;
  transition: all 0.4s ease;
}
.theme-block.pager a {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: 0.75em;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.theme-block.pager a span {
  position: relative;
}
.theme-block.pager a > .text {
  display: inline-flex;
}
.theme-block.pager a > .text:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  margin: 3px 0 0;
  background: #4BB972;
  opacity: 0;
  transition: opacity 0.4s ease, width 0.4s ease;
}
.theme-block.pager a .icon {
  position: absolute;
  margin: 0.05em 0.5em 0;
  transition-delay: 0.3s;
}
.theme-block.pager a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
  opacity: 1;
}
.theme-block.pager a:hover > .text:after {
  width: 100%;
  opacity: 1;
}
.theme-block.pager a:hover .icon {
  color: #4BB972;
}
.theme-block.pager .next-post {
  grid-area: next;
  text-align: right;
}
.theme-block.pager .next-post .icon {
  left: 100%;
}
.theme-block.pager .prev-post {
  grid-area: prev;
}
.theme-block.pager .prev-post .icon {
  right: 100%;
}
@media screen and (max-width: 767px) {
  .theme-block.pager {
    margin-left: 1em;
    margin-right: 1em;
    display: grid;
    flex-direction: column;
    grid-template-columns: auto;
    grid-template-areas: "prev" ". " "next";
  }
  .theme-block.pager .next-post,
  .theme-block.pager .prev-post {
    text-align: center;
  }
}

.theme-block.the-client-map {
  --background-color: #FFDEAC;
  position: relative;
  margin-top: calc(var(--blockMargin, 4rem) * 1);
  margin-bottom: calc(var(--blockMargin, 4rem) * 1);
  display: grid;
  grid-template-columns: 30% auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title map" "list map";
  background: var(--background-color);
}
.theme-block.the-client-map > .block-toggle {
  grid-area: toggle;
  position: absolute;
  bottom: 100%;
  right: var(--gutter-right);
  margin: 0 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-family: trade-gothic-next, helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
}
.theme-block.the-client-map > .block-toggle .label {
  min-width: 5em;
  text-align: right;
  font-size: 0.8em;
}
.theme-block.the-client-map > .block-toggle .text-show {
  display: none;
}
.theme-block.the-client-map > .block-toggle .track {
  position: relative;
  display: block;
  width: 40px;
  height: 22px;
  background: #4BB972;
  border-radius: 20px;
}
.theme-block.the-client-map > .block-toggle .track .knob {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -19px;
  border-radius: 50%;
  background: white;
  transition: background-color 0.4s ease, left 0.4s ease, margin-left 0.4s ease;
}
.theme-block.the-client-map > .block-title {
  grid-area: title;
  padding: 2rem 2rem 1rem 2.5rem;
  line-height: 1;
  font-size: 1.66rem;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-weight: 500;
}
.theme-block.the-client-map > .block-list {
  grid-area: list;
  position: relative;
  padding: 0 2rem 2rem 2.5rem;
}
.theme-block.the-client-map > .block-list .clients {
  display: flex;
  flex-direction: column;
  height: 50vh;
  overflow: auto;
}
.theme-block.the-client-map > .block-map {
  grid-area: map;
  background: var(--background-color);
}
@media screen and (max-width: 1200px) {
  .theme-block.the-client-map {
    grid-template-columns: 320px auto;
  }
}
@media screen and (max-width: 1000px) {
  .theme-block.the-client-map > .block-title {
    padding: 1.7rem;
  }
  .theme-block.the-client-map > .block-list {
    padding: 0 1.7rem 2rem 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.the-client-map {
    grid-template-columns: auto;
    grid-template-rows: 30vh auto auto;
    grid-template-areas: "map" "title" "list";
  }
  .theme-block.the-client-map > .block-title {
    padding: 1rem;
  }
  .theme-block.the-client-map > .block-list {
    padding: 0 1rem 1rem 1rem;
  }
  .theme-block.the-client-map > .block-list .clients {
    height: 25vh;
  }
  .theme-block.the-client-map > .block-list .clients .hentry.client {
    padding-left: 0;
  }
}
body.map-off .theme-block.the-client-map {
  margin-bottom: 0;
}
body.map-off .theme-block.the-client-map > .layout {
  display: block;
}
body.map-off .theme-block.the-client-map .block-toggle .text-show {
  display: inline;
}
body.map-off .theme-block.the-client-map .block-toggle .text-hide {
  display: none;
}
body.map-off .theme-block.the-client-map .block-toggle .track {
  background-color: #767676;
}
body.map-off .theme-block.the-client-map .block-toggle .track .knob {
  left: 0%;
  margin-left: 3px;
}
body.map-off .theme-block.the-client-map .block-title,
body.map-off .theme-block.the-client-map .block-list,
body.map-off .theme-block.the-client-map .block-map {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body.map-off .theme-block.the-client-map {
    grid-template-rows: auto;
  }
}

.cluster-marker-label {
  font-family: trade-gothic-next, helvetica, sans-serif !important;
  font-size: 14px !important;
  color: #363535 !important;
  font-weight: bold !important;
}
.cluster-marker-label.single {
  font-size: 12px !important;
}
.cluster-marker-label.small {
  font-size: 13px !important;
}
.cluster-marker-label.large {
  font-size: 18px !important;
}

.location-marker {
  --marker-size: 25px;
  /*body.is-map-zoom-out & {
      --marker-size: 1rem;
  }*/
  position: absolute;
  text-align: left;
  color: #363535;
}
.location-marker .marker {
  display: block;
  position: absolute;
  top: calc(var(--marker-size) / -2);
  left: calc(var(--marker-size) / -2);
  width: var(--marker-size);
  height: var(--marker-size);
  line-height: var(--marker-size);
  text-align: center;
  cursor: pointer;
  background: #FAA838;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.4s ease;
  /*
  &:after {
      $size: .5rem;

      content: ' ';
      display:block;
      position:absolute;
      transition:opacity $hover-transition;
      opacity:1;
      z-index:1;
      top:50%;
      left:50%;
      width:$size;
      height:$size;
      margin:($size * -.5) 0 0 ($size * -.5);
      border-radius:50%;
      background: $color-orange;
      opacity:1;
  }
  */
}
.location-marker .info-window {
  position: absolute;
  margin: -20px 0 0 var(--marker-size);
  display: none;
  max-height: calc(50vh - calc(var(--blockMargin, 4rem) * 1));
  overflow: auto;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 0.5em;
}
.location-marker .hentry {
  min-width: 260px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  border-radius: 0;
  background: none;
}
.location-marker .hentry .close {
  display: none !important;
}
.location-marker .hentry .wp-block-theme-blocks-client-info {
  display: block !important;
}
.location-marker .hentry .title {
  cursor: default !important;
}
.location-marker .hentry .block-meta {
  display: none;
}
.location-marker .hentry .block-logo {
  height: auto;
}
.location-marker .hentry a.block-more {
  --size: 1em;
  margin: 1em auto 0;
  display: block;
  position: relative;
  z-index: 1;
  width: var(--size);
  color: #363535;
  text-decoration: none;
}
.location-marker .hentry a.block-more .icon.more {
  position: relative;
  display: block;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  font-size: 20px;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.location-marker .hentry a.block-more:hover .icon.more {
  border-color: #FFBF64;
  background: #FFBF64;
  color: white;
}
.location-marker.on .info-window {
  display: block;
}
.location-marker.off .info-window {
  display: none;
}
.location-marker.off .marker {
  opacity: 0.35;
  background-color: #aaa;
}

.wp-block-theme-blocks-client-info {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.889em;
}
#query-posts .wp-block-theme-blocks-client-info .layout, #editor .wp-block-theme-blocks-client-info .layout {
  display: block;
  margin: 1em auto;
  text-align: center;
  max-width: 700px;
}
.wp-block-theme-blocks-client-info .block-content {
  grid-area: content;
}
.wp-block-theme-blocks-client-info .block-content .since {
  margin-top: 0.5em;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.833em;
  color: #5C5356;
}
.wp-block-theme-blocks-client-info .block-content p + .since {
  margin-top: -1em;
}
.wp-block-theme-blocks-client-info .block-meta {
  grid-area: meta;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}
.wp-block-theme-blocks-client-info .block-meta li:before {
  display: none;
}
.wp-block-theme-blocks-client-info .field a {
  font-weight: bold;
}
.wp-block-theme-blocks-client-info .field a .icon {
  margin-left: 0.5em;
}

.wp-block-theme-blocks-page-banner {
  position: relative;
  margin-top: 0;
}
.wp-block-theme-blocks-page-banner.theme-block:first-child {
  margin-top: calc(var(--blockMargin, 4rem) * -1);
  margin-bottom: calc(var(--blockMargin, 4rem) * 1.5);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-page-banner {
    margin-bottom: calc(var(--blockMargin, 4rem) * 0.5);
  }
  .wp-block-theme-blocks-page-banner.theme-block:first-child {
    margin-bottom: calc(var(--blockMargin, 4rem) * 1);
  }
}
.wp-block-theme-blocks-page-banner .layout {
  --layout-margin-left: calc((100vw - 1200px) / 2);
  --content-padding-left: calc(var(--blockMargin, 4rem) * 1);
  --content-width: minmax(0,720px);
  --title-padding-left: var(--content-padding-left);
  --layout-margin-right: calc((100vw - 1200px) / 2);
  --title-height: calc(var(--blockMargin, 4rem) * 2.25);
  --height: calc(100vh - var(--title-height) + 1.5rem - (var(--border-margin-y) * 1) - (var(--wp-admin--admin-bar--height, 0px)));
  display: grid;
  grid-template-columns: [bg-col-start] var(--layout-margin-left) var(--content-width) var(--layout-margin-right) auto [bg-col-end];
  grid-template-areas: ". .       . ." ". title   . ." ". title   . ." ". content content .";
  grid-template-rows: [bg-row-start] var(--height) var(--title-height) [bg-row-end] auto;
}
@media screen and (max-width: 1280px) {
  .wp-block-theme-blocks-page-banner .layout {
    --layout-margin-left: 2vw;
    --layout-margin-right: 2vw;
    --content-width: minmax(auto, 860px);
    --content-padding-left:4rem;
    --title-padding-left: 4rem;
    grid-template-areas: ". .       . ." "title title   . ." "title title   . ." "content content content content";
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-page-banner .layout {
    --layout-margin-left: calc((100% - 650px) / 2);
    --layout-margin-right: calc((100% - 650px) / 2);
    --content-padding-left: 7vw;
    --title-padding-left: 7vw;
  }
}
@media screen and (max-width: 940px) {
  .wp-block-theme-blocks-page-banner .layout {
    --layout-margin-left: var(--gutter-left);
    --layout-margin-right: var(--gutter-left);
    --content-padding-left:var(--gutter-left);
    --title-padding-left: var(--gutter-left);
    --layout-margin-right: var(--gutter-left);
    --title-height: calc(var(--blockMargin, 4rem) * 1.25);
  }
}
@media screen and (max-width: 800px) {
  .wp-block-theme-blocks-page-banner .layout {
    --height: 65vw;
  }
}
@media screen and (max-width: 450px) {
  .wp-block-theme-blocks-page-banner .layout {
    --title-height: calc(var(--blockMargin, 4rem) * 1);
  }
}
.wp-block-theme-blocks-page-banner .block-title {
  position: relative;
  z-index: 2;
  grid-area: title;
  padding: calc(var(--blockMargin, 4rem) * 0.75) var(--content-padding-left) 0 var(--title-padding-left);
  background: var(--background-color, #5C5356);
  font-size: 3.88rem;
  line-height: 1.05;
  margin: 0;
}
@media screen and (max-width: 940px) {
  .wp-block-theme-blocks-page-banner .block-title {
    padding-top: calc(var(--blockMargin, 4rem) * 0.25);
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .wp-block-theme-blocks-page-banner .block-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  .wp-block-theme-blocks-page-banner .block-title {
    font-size: 1.75rem;
  }
}
.wp-block-theme-blocks-page-banner .block-content {
  position: relative;
  z-index: 1;
  grid-area: content;
  padding: calc(var(--blockMargin, 4rem) * 0.5) 2rem 0 var(--content-padding-left);
  background: var(--background-color, #5C5356);
  color: var(--color, white);
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 1.1em;
}
.wp-block-theme-blocks-page-banner .block-content .page-title {
  margin-bottom: 2rem;
  max-width: 750px;
}
@media screen and (min-width: 800px) and (max-width: 1300px) {
  .wp-block-theme-blocks-page-banner .block-content {
    padding-right: 6rem;
  }
}
.wp-block-theme-blocks-page-banner .block-background {
  position: relative;
  grid-column-start: bg-col-start;
  grid-column-end: bg-col-end;
  grid-row-start: bg-row-start;
  grid-row-end: bg-row-end;
  background: rgba(255, 255, 255, 0.5);
}
.wp-block-theme-blocks-page-banner .block-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-theme-blocks-page-banner .block-close {
  --size: 50px;
  display: block;
  position: fixed;
  z-index: 10000;
  top: calc(var(--border-margin) * 2.5);
  right: var(--border-margin-x);
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  margin: 9rem calc(var(--size) / -2) 0 0;
  text-align: center;
  background: #363535 url(images/close-x.svg) no-repeat 50% 50%;
  background-size: 50% auto;
  color: white;
  cursor: pointer;
  text-decoration: none;
  /*
  body.page-fragments-navigated & {
      display:block;
  }
  */
}
.wp-block-theme-blocks-page-banner .block-close:hover {
  transform: translateY(6px);
}

.wp-block-theme-blocks-section {
  --height: var(--full-height, 90vh);
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--height);
  padding: calc(var(--blockMargin, 4rem) * 1) 0;
  margin-top: var(--border-margin-x);
  margin-bottom: var(--border-margin-x);
  background: var(--background-color);
  color: var(--color, inherit);
}
.wp-block-theme-blocks-section:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-section:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-section.has-no-background {
  height: auto;
  min-height: 70vh;
  padding-top: calc(var(--blockMargin, 4rem) * 2);
  padding-bottom: calc(var(--blockMargin, 4rem) * 2);
  margin-bottom: 0;
}
.wp-block-theme-blocks-section > .layout {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: var(--gutter-left) 1fr 1fr var(--gutter-right);
  grid-template-areas: ". . . ." ". content content ." ". . cta ." ". . . .";
  grid-template-rows: 1fr auto auto 1fr;
}
.wp-block-theme-blocks-section > .layout > .block-content {
  grid-area: content;
  max-width: 800px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-theme-blocks-section > .layout > .block-cta {
  grid-area: cta;
  align-self: end;
}
.wp-block-theme-blocks-section .cta__link {
  --size: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(var(--blockMargin, 4rem) * 0.75) 0 0 auto;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: #4BB972;
  color: white;
  line-height: 1;
  text-decoration: none;
  transform: scale(1);
  font-weight: 600;
}
.wp-block-theme-blocks-section .cta__link .text {
  display: block;
  width: 75px;
  padding-left: 10px;
}
.wp-block-theme-blocks-section .cta__link:hover {
  transform: scale(1.1);
  color: white;
}
.wp-block-theme-blocks-section > .block-background {
  --background-height: 700px;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: var(--background-height);
  max-height: 90vh;
  overflow: hidden;
  transform: translate(0, -50%);
}
.wp-block-theme-blocks-section > .block-background img {
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 0;
  width: 75%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (min-width: 1025px) {
  .wp-block-theme-blocks-section.media-left > .block-background img {
    left: 0;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    margin: 0 5%;
  }
  .wp-block-theme-blocks-section.media-right > .block-background img {
    right: 0;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
    margin: 0 5%;
  }
  .wp-block-theme-blocks-section > .block-background img {
    margin: 0 auto;
    width: 100%;
  }
  .wp-block-theme-blocks-section.content-left > .layout > .block-content {
    width: 50%;
    margin-left: 0;
  }
  .wp-block-theme-blocks-section.content-right > .layout > .block-content {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .wp-block-theme-blocks-section > .block-background img {
    margin: 0 -15%;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-section {
    align-items: flex-end;
  }
  .wp-block-theme-blocks-section > .block-background {
    opacity: 0.3;
    top: 0;
    max-height: calc(var(--height) / 1.5);
    transform: none;
  }
  .wp-block-theme-blocks-section > .block-background img {
    margin: 0;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wp-block-theme-blocks-section > .layout > .block-content {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-height: 1200px) {
  .wp-block-theme-blocks-section .cta__link {
    margin-top: calc(var(--blockMargin, 4rem) * 0.25);
    margin-bottom: 0;
  }
}

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

.theme-block.wp-block-theme-blocks-posts {
  margin-bottom: calc(var(--blockMargin, 4rem) * 0.75);
  margin-top: calc(var(--blockMargin, 4rem) * 0.6);
}
.wp-block-theme-blocks-card .theme-block.wp-block-theme-blocks-posts {
  margin-bottom: calc(var(--blockMargin, 4rem) * 0);
  margin-top: calc(var(--blockMargin, 4rem) * 0.25) !important;
}

.wp-block-theme-blocks-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background: #FFBF64;
  font-size: 1.67em;
}
.wp-block-theme-blocks-hero:first-child {
  margin-top: calc(var(--blockMargin, 4rem) * -1);
}
.wp-block-theme-blocks-hero .layout {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: var(--gutter-left) 1fr 1fr var(--gutter-right);
  grid-template-rows: 3fr auto 2fr;
  grid-template-areas: ". . . ." ". . content ." ". . . .";
  height: var(--full-height);
}
.wp-block-theme-blocks-hero .block-content {
  grid-area: content;
  position: relative;
  z-index: 5;
}
.wp-block-theme-blocks-hero .block-image {
  position: absolute;
  z-index: 1;
  top: calc(var(--border-margin-y) * -1);
  left: calc(var(--border-margin-x) * -1);
  height: 80%;
  width: 80%;
}
body.front-page .wp-block-theme-blocks-hero .block-image {
  margin-top: calc(var(--mobile-header-height) * -1);
}
.wp-block-theme-blocks-hero .block-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
.wp-block-theme-blocks-hero .block-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-theme-blocks-hero .block-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.wp-block-theme-blocks-hero h1 {
  font-size: 5.5rem;
  line-height: 1;
  white-space: nowrap;
}
.wp-block-theme-blocks-hero p {
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-height: 800px) {
  .wp-block-theme-blocks-hero .block-image {
    width: 60%;
  }
  .wp-block-theme-blocks-hero h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-hero {
    font-size: 1.5em;
  }
  .wp-block-theme-blocks-hero .layout {
    grid-template-columns: var(--gutter-left) 2fr 1fr var(--gutter-right);
  }
  .wp-block-theme-blocks-hero h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero .layout {
    grid-template-columns: var(--gutter-left) auto auto var(--gutter-right);
  }
  .wp-block-theme-blocks-hero .block-image {
    height: 50%;
  }
  .wp-block-theme-blocks-hero h1 {
    white-space: normal;
    font-size: 4rem;
  }
  .wp-block-theme-blocks-hero h1 br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-hero h1 {
    font-size: 2.5rem;
  }
  .wp-block-theme-blocks-hero p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  margin: 0 0 0.5rem 0;
  padding: 0;
  clear: both;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
}
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,
.heading a {
  text-decoration-color: transparent;
  color: inherit;
}
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:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.heading:last-child {
  margin-bottom: 0;
}
h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center,
h4.has-text-align-center,
h5.has-text-align-center,
h6.has-text-align-center,
.heading.has-text-align-center {
  max-width: 1280px;
  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,
.heading + .theme-block.is-style-content-width,
.heading + .theme-block.is-style-full-width,
.heading + .theme-block.wp-block-image {
  margin-top: 1.75em;
}

.h1,
h1 {
  margin-bottom: 1rem;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.single-post .h1,
.single-post h1 {
  font-size: 3rem;
}

.h2,
h2 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.h2.is-style-arrow,
h2.is-style-arrow {
  font-size: 1.667rem;
}
@media screen and (min-width: 1300px) {
  .h2.is-style-arrow,
  h2.is-style-arrow {
    padding-right: 2em;
  }
}
.h2.heading, .h2.block-title,
h2.heading,
h2.block-title {
  font-size: 3.5rem;
  line-height: 1.1;
}

.h3,
h3 {
  font-size: 1.5rem;
  line-height: 1.15;
}

.h4,
h4 {
  font-size: 1.25rem;
  font-family: trade-gothic-next, helvetica, sans-serif;
  line-height: 1.23;
  font-weight: 600;
}

.h5,
h5 {
  font-size: 1.08rem;
}

.h6,
h6 {
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: trade-gothic-next, helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br,
  .heading br {
    display: none;
  }
  h1,
  .h1,
  h1.page-title,
  h1.block-title,
  h2.heading,
  h2.block-title {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  h1,
  .h1,
  h1.page-title,
  h1.block-title,
  h2.heading,
  h2.block-title {
    font-size: 2rem;
  }
}
[class*=wp-block] + h1, [class*=wp-block] + h2,
[class*=theme-block] + h1,
[class*=theme-block] + h2,
p + h1,
p + h2,
ol + h1,
ol + h2,
ul + h1,
ul + h2 {
  margin-top: calc(var(--blockMargin, 4rem) * 1);
}

[class*=wp-block] + h3,
[class*=theme-block] + h3,
p + h3,
ol + h3,
ul + h3 {
  margin-top: calc(var(--blockMargin, 4rem) * 0.5);
}

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

.is-style-expandable {
  cursor: pointer;
  position: relative;
  padding-left: 1.2em;
}
.is-style-expandable:hover {
  color: #2EA559;
}
.is-style-expandable:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.1em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 0.6em;
  text-align: center;
  margin: 0.1em 0.2em 0 0;
  border-radius: 50%;
  transition: all 0.4s ease;
  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";
  color: white;
  background: #2EA559;
}
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.opened:before {
  transform: rotate(90deg);
  background-color: #2EA559;
}
@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-bottom: 1.5em;
}
.expand-content + .is-style-expandable {
  margin-top: 1em;
}

h1.is-style-arrow > a,
h2.is-style-arrow > a,
h3.is-style-arrow > a,
h4.is-style-arrow > a,
h5.is-style-arrow > a,
h6.is-style-arrow > a,
.heading.is-style-arrow > a {
  color: red;
}
h1.is-style-arrow .icon,
h2.is-style-arrow .icon,
h3.is-style-arrow .icon,
h4.is-style-arrow .icon,
h5.is-style-arrow .icon,
h6.is-style-arrow .icon,
.heading.is-style-arrow .icon {
  display: inline-block;
  margin: 0 0 0 0.5rem;
  width: 0.8em;
  height: 0.7em;
  stroke: currentColor;
  stroke-width: 8;
  transition: all 0.4s ease;
}
h1.is-style-arrow a:hover .icon,
h2.is-style-arrow a:hover .icon,
h3.is-style-arrow a:hover .icon,
h4.is-style-arrow a:hover .icon,
h5.is-style-arrow a:hover .icon,
h6.is-style-arrow a:hover .icon,
.heading.is-style-arrow a:hover .icon {
  transform: translate(5px, 0);
}

.wp-block-buttons {
  margin-bottom: 1em;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button:last-child,
.wp-block-buttons > .wp-block-button.wp-block-button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button:last-child,
  .wp-block-buttons > .wp-block-button.wp-block-button:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-buttons.is-content-justification-center {
  display: flex;
}
.wp-block-buttons.is-content-justification-center > .wp-block-button {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
h1 + .wp-block-buttons, h2 + .wp-block-buttons, p + .wp-block-buttons {
  margin-top: 1.5em;
}
.wp-block-buttons.has-background {
  padding: 1em;
  border-radius: 1em;
}

.wp-block-button {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.wp-block-button > .wp-block-button__link {
  position: relative;
  margin: 0;
  padding: 0.75rem 1.75rem 0.82rem !important;
  border-radius: 50px;
  border: 0;
  text-decoration: none;
  font-family: trade-gothic-next, helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.94em;
  letter-spacing: 0;
  line-height: 1;
  opacity: 1;
  text-align: center;
  transition: 0.4s ease;
  -webkit-font-smoothing: antialiased;
}
.wp-block-button > .wp-block-button__link .icon.is-prepended-icon {
  margin: 0 0.5em 0 0;
}
.wp-block-button > .wp-block-button__link .icon.is-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  margin: 0 0 0 0.6em;
  color: var(--background-color, white);
  background: #4BB972;
  border: 0px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.wp-block-button > .wp-block-button__link:visited {
  color: inherit;
}
.clickable:hover .wp-block-button > .wp-block-button__link .icon.is-arrow, .wp-block-button > .wp-block-button__link:hover .icon.is-arrow {
  transform: translate(3px, 0);
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link {
  background: transparent;
  color: #4BB972;
  border: 2px solid #4BB972;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-red-color {
  color: red;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-blue-color {
  color: blue;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-black-color {
  color: #363535;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-dark-gray-color {
  color: #5C5356;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-gray-color {
  color: #767676;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-light-gray-color {
  color: #D2D2D2;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-white-color {
  color: white;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-red-background-color {
  background-color: red;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-blue-background-color {
  background-color: blue;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-black-background-color {
  background-color: #363535;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-dark-gray-background-color {
  background-color: #5C5356;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-gray-background-color {
  background-color: #767676;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-light-gray-background-color {
  background-color: #D2D2D2;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-white-background-color {
  background-color: white;
}
.wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover {
  background: #4BB972;
  color: #363535;
}
.wp-block-button.is-style-arrow > .wp-block-button__link {
  display: inline-flex;
  padding: 0;
}
.wp-block-button.is-style-arrow > .wp-block-button__link > .label {
  display: inline-block;
  padding: 0.75rem 1em 0.75rem 2em;
}
.wp-block-button.is-style-arrow > .wp-block-button__link > .i {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  padding: 0 1.2em 0 1em;
  margin: 0 0 0 0.5em;
  border-radius: 0 100% 100% 0;
  -webkit-clip-path: ellipse(50% 100% at 50% 50%);
          clip-path: ellipse(50% 100% at 50% 50%);
}
.wp-block-button.is-style-arrow > .wp-block-button__link .icon {
  margin: 0;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  background-color: transparent;
  border: 2px solid currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: #4BB972;
  border-color: #4BB972;
  color: #363535 !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link .icon {
  border: 0;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-red-color {
  color: red;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-blue-color {
  color: blue;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-black-color {
  color: #363535;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-dark-gray-color {
  color: #5C5356;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-gray-color {
  color: #767676;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-light-gray-color {
  color: #D2D2D2;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-white-color {
  color: white;
}
.has-background .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: #4BB972;
  color: #363535 !important;
}
.wp-block-button.no-arrow > .wp-block-button__link .icon.css-arrow {
  display: none;
}
.wp-block-button.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
.wp-block-button.done {
  font-style: italic;
  font-family: trade-gothic-next, helvetica, sans-serif;
  opacity: 0.5;
}
.wp-block-button.done > .wp-block-button__link {
  cursor: default;
  color: #555;
  border-color: #555;
  background-color: transparent;
}
.wp-block-button.done > .wp-block-button__link:hover {
  color: #555;
  background-color: transparent;
}

.wp-block-columns {
  position: relative;
  margin-top: calc(var(--blockMargin, 4rem) * 0.5);
  margin-bottom: calc(var(--blockMargin, 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;
  }
  .wp-block-columns .wp-block-column {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-columns > .wp-block-column {
  position: relative;
}
@media screen and (min-width: 768px) {
  .wp-block-columns > .wp-block-column.has-padding-left {
    padding-left: 2em;
  }
  .wp-block-columns > .wp-block-column.has-padding-left > .wp-block-image {
    margin-left: -2em;
  }
  .wp-block-columns > .wp-block-column.has-padding-right {
    padding-right: 2em;
  }
  .wp-block-columns > .wp-block-column.has-padding-right > .wp-block-image {
    margin-right: -2em;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-columns.mobile-carousel .wp-block-column.slick-slide {
    margin-left: 0;
  }
  .wp-block-columns.mobile-carousel .slick-list {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
  .wp-block-columns.mobile-carousel .slick-slide {
    padding: 4.6875vw;
  }
}

.wp-block-columns.is-style-separators .wp-block-column:not(:first-child):before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -2rem;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  opacity: 0.1;
}
@media screen and (max-width: 781px) {
  .wp-block-columns.is-style-separators .wp-block-column {
    margin-left: 0;
  }
  .wp-block-columns.is-style-separators .wp-block-column:not(:first-child):before {
    display: none;
  }
}

.wp-block-columns.is-style-boxes > .wp-block-column {
  padding: 3em 2.5em 2.5em;
  border-radius: 15px;
  background: white;
}
@media screen and (min-width: 782px) {
  .wp-block-columns.is-style-boxes > .wp-block-column:not(:first-child) {
    margin-left: calc(var(--blockMargin, 4rem) * 0.25);
  }
}

@media screen and (max-width: 767px) {
  .is-content-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .is-content-centered > * {
    text-align: center;
  }
}
figure.wp-caption {
  margin: calc(var(--blockMargin, 4rem) * 1) 0;
  max-width: 100%;
}
figure.wp-caption:first-child {
  margin-top: 0;
}
figure.wp-caption:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  figure.wp-block-image.ratio-fit-square img {
    width: 85% !important;
    margin: auto;
  }
}
.wp-block-image {
  --block-margin-multiplier: 1.5;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.wp-block-image.is-style-full-width {
  display: block;
}
.wp-block-image.is-style-full-width:not(.has-no-margin-bottom) + .wp-block-image.is-style-full-width:not(.has-no-margin-top) {
  margin-top: calc(var(--blockMargin, 4rem) * calc(var(--block-margin-multiplier) * -1));
}
.wp-block-image.size-large {
  margin-top: calc(var(--blockMargin, 4rem) * calc(var(--block-margin-multiplier) * 0.75));
  margin-bottom: calc(var(--blockMargin, 4rem) * calc(var(--block-margin-multiplier) * 0.75));
}
.wp-block-image.is-style-content-width, .wp-block-image.aligncenter {
  margin-top: calc(var(--blockMargin, 4rem) * calc(var(--block-margin-multiplier) * 0.35));
  margin-bottom: calc(var(--blockMargin, 4rem) * calc(var(--block-margin-multiplier) * 0.35));
}
.wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wp-block-image.is-style-full-width, .wp-block-image.size-large, .wp-block-image.is-style-content-width, .wp-block-image.aligncenter {
    margin-top: calc(var(--blockMargin, 4rem) * 0.5);
    margin-bottom: calc(var(--blockMargin, 4rem) * 0.5);
  }
}
@media screen and (min-width: 601px) {
  .wp-block-image.alignright {
    margin-top: 1em;
    margin-left: calc(var(--blockMargin, 4rem) * 0.5);
  }
  .wp-block-image.alignleft {
    margin-top: 1em;
    margin-right: calc(var(--blockMargin, 4rem) * 0.5);
  }
}
@media screen and (min-width: 601px) and (min-width: 1600px) {
  .wp-block-image.alignleft {
    margin-left: calc(var(--blockMargin, 4rem) * -1);
  }
}
.wp-block-image img {
  display: block;
  margin: 0;
  border-radius: inherit;
}
.wp-block-image:not(.is-resized) img {
  width: 100%;
}
.wp-block-image figcaption {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  display: inline-block;
  margin: 0;
  padding: 0.75em;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: left;
  font-style: normal;
  background: #5C5356;
  color: white;
}
@media screen and (max-width: 600px) {
  .wp-block-image.alignleft, .wp-block-image.alignright {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.wp-block-image.hide-caption figcaption {
  display: none;
}

.wp-block-image.is-style-graphic {
  margin: 0 auto;
  border-radius: 0;
}
.wp-block-image.is-style-graphic figcaption {
  display: none;
}

.wp-block-group {
  position: relative;
  margin-top: calc(var(--blockMargin, 4rem) * 2);
  margin-bottom: calc(var(--blockMargin, 4rem) * 2);
}
.wp-block-group:first-child {
  margin-top: 0;
}
.wp-block-group:last-child {
  margin-bottom: 0;
}
.wp-block-group > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .wp-block-group.has-ratio-fit-square {
    background-color: #FFCB01;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-group.has-two-text-columns > .wp-block-group__inner-container > .inner {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group {
    margin-top: calc(var(--blockMargin, 4rem) * 1);
    margin-bottom: calc(var(--blockMargin, 4rem) * 1);
  }
  .wp-block-group.has-two-text-columns:not(.has-background) {
    margin-top: calc(var(--blockMargin, 4rem) * 0);
    margin-bottom: calc(var(--blockMargin, 4rem) * 0);
  }
}

.wp-block-group.has-background {
  position: relative;
  padding-top: calc(var(--blockMargin, 4rem) * 1.25);
  padding-bottom: calc(var(--blockMargin, 4rem) * 1.25);
  margin-top: calc(var(--blockMargin, 4rem) * 1.5);
  margin-bottom: calc(var(--blockMargin, 4rem) * 1.5);
}
.wp-block-group.has-background.theme-block {
  padding-left: 0;
  padding-right: 0;
}
.page-blocks > .wp-block-group.has-background.theme-block:first-child {
  margin-top: calc(var(--blockMargin, 4rem) * -1);
}
.page-blocks > .wp-block-group.has-background.theme-block:last-child {
  margin-bottom: calc(var(--blockMargin, 4rem) * -1);
}
.wp-block-group.has-background.theme-block.is-style-full-width > .wp-block-group__inner-container > .inner {
  margin-left: var(--gutter-left);
  margin-right: var(--gutter-right);
}
.wp-block-group.has-background.has-small-margin {
  padding: calc(var(--blockMargin, 4rem) * 0.75) calc(var(--blockMargin, 4rem) * 0.75) calc(var(--blockMargin, 4rem) * 0.65);
}
.wp-block-group.has-background.has-rounded-corners {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.has-background {
    padding: calc(var(--blockMargin, 4rem) * 1);
    margin-top: calc(var(--blockMargin, 4rem) * 1);
    margin-bottom: calc(var(--blockMargin, 4rem) * 1);
  }
}

.wp-block-group-wrap.has-background-image,
.wp-block-group.has-background-image {
  padding-top: calc(var(--blockMargin, 4rem) * 1.75);
  padding-bottom: calc(var(--blockMargin, 4rem) * 1.75);
}
.wp-block-group-wrap.has-background-image > .block-background,
.wp-block-group.has-background-image > .block-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-group-wrap.has-background-image > .block-background img,
.wp-block-group.has-background-image > .block-background img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.wp-block-group.has-background-image .inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.has-background-image .wp-block-group.has-background {
  --inner-padding-top: calc(var(--blockMargin, 4rem) * 1.25);
  --inner-padding-right: calc(var(--blockMargin, 4rem) * 1.25);
  --inner-padding-bottom: calc(var(--blockMargin, 4rem) * 1);
  --inner-padding-left: calc(var(--blockMargin, 4rem) * 1.25);
  --border-radius: 1em;
  border-radius: var(--border-radius);
  background: white;
  color: #363535;
  padding: var(--inner-padding-top) var(--inner-padding-right) var(--inner-padding-bottom) var(--inner-padding-left);
}
.wp-block-group.has-background-image .wp-block-group.has-background > .wp-block-buttons.has-background:first-child {
  margin-left: calc(var(--inner-padding-left) * -1) !important;
  margin-right: calc(var(--inner-padding-right) * -1) !important;
  margin-top: calc(var(--inner-padding-top) * -1);
  margin-bottom: calc(var(--inner-padding-bottom) * 0.75);
  border-radius: calc(var(--border-radius) - 2px) calc(var(--border-radius) - 2px) 0 0;
}
.wp-block-group.has-background-image .wp-block-group.has-background > .wp-block-buttons.has-background:last-child {
  margin-left: calc(var(--inner-padding-left) * -1) !important;
  margin-right: calc(var(--inner-padding-right) * -1) !important;
  margin-bottom: calc(var(--inner-padding-bottom) * -1);
  margin-top: calc(var(--inner-padding-top) * 0.75);
  border-radius: 0 0 calc(var(--border-radius) - 2px) calc(var(--border-radius) - 2px);
}

.theme-block.is-style-full-width + .wp-block-group.theme-block.is-style-introduction {
  margin-top: calc(var(--blockMargin, 4rem) * -1);
}

.theme-block.wp-block-group.is-layout-flex > .wp-block-group__inner-container {
  width: 100%;
}
.theme-block.wp-block-group.is-layout-flex > .wp-block-group__inner-container > .inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.theme-block.wp-block-group.is-layout-flex > .wp-block-group__inner-container > .inner > * {
  margin-top: 0;
  margin-bottom: 0;
}
.theme-block.wp-block-group.is-layout-flex > .wp-block-group__inner-container > .inner > figure.wp-block-image {
  flex-basis: 100%;
}
.theme-block.wp-block-group.is-layout-flex > .wp-block-group__inner-container > .inner > figure.wp-block-image img {
  width: 100%;
}
.theme-block.wp-block-group.is-layout-flex > .wp-block-group__inner-container > .inner > figure.wp-block-video {
  flex-basis: 100%;
}
@media screen and (max-width: 1024px) {
  .theme-block.wp-block-group.is-layout-flex > .wp-block-group__inner-container > .inner {
    flex-wrap: wrap;
  }
}

.wp-block-group.is-style-read-more {
  --max-height: none;
  margin-top: 0;
  margin-bottom: calc(var(--blockMargin, 4rem) * 1);
}
.wp-block-group.is-style-read-more:last-child {
  margin-bottom: 0;
}
.wp-block-group.is-style-read-more > .inner {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  transition: max-height var(--appear-delay, 0.4s) ease-in-out;
}
.wp-block-group.is-style-read-more > .inner:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, var(--background-color, white), rgba(255, 255, 255, 0));
  opacity: 1;
  transition: opacity var(--appear-delay, 0.4s) ease-in-out;
}
.wp-block-group.is-style-read-more > a.read-more {
  display: inline-block;
  margin: 1em 0 0;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 500;
  color: var(--color, #2EA559);
}
.wp-block-group.is-style-read-more > a.read-more:before {
  display: inline-block;
  font-size: 15px;
  margin: 0 0.6em 0 0;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
  color: white;
  background: #2EA559;
  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";
  transition: all 0.4s ease;
  transform: translate(0px, 0);
}
.wp-block-group.is-style-read-more > a.read-more:hover:before {
  transform: translate(3px, 0);
}
.wp-block-group.is-style-read-more.read-more-on > .inner {
  max-height: var(--max-height, none);
}
.wp-block-group.is-style-read-more.read-more-on > .inner:after {
  opacity: 0;
}
.wp-block-group.is-style-read-more.read-more-on > .read-more {
  display: none;
}
.wp-block-group.is-style-read-more.read-more-on.done > .inner {
  overflow: visible !important;
  transition: none !important;
  max-height: none !important;
}
.wp-block-group.is-style-read-more.read-more-on.done > .inner:after {
  display: none;
}

.wp-block-group.logos {
  margin-top: calc(var(--blockMargin, 4rem) * 0.5);
  margin-bottom: calc(var(--blockMargin, 4rem) * 0.5);
}
.wp-block-group.logos .wp-block-image {
  width: 150px;
  margin: 1em;
}
.wp-block-group.logos .wp-block-image figcaption {
  display: none;
}
.wp-block-group.logos .wp-block-image img {
  margin: 0 auto;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .wp-block-group.logos .wp-block-image {
    margin: 0.5em;
    max-width: 35%;
  }
}

.wp-block-group.contact-table {
  margin-top: calc(var(--blockMargin, 4rem) * 0.75);
  margin-bottom: calc(var(--blockMargin, 4rem) * 0.75);
}
.wp-block-group.contact-table p.is-style-intro {
  font-size: 1.2rem;
}
@media screen and (min-width: 782px) {
  .wp-block-group.contact-table .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: calc(var(--blockMargin, 4rem) * 0.25);
  }
}

.wp-block-media-text {
  margin: calc(var(--blockMargin, 4rem) * 1) auto;
  max-width: 1094px;
  gap: calc(var(--blockMargin, 4rem) * 0.5);
}
.wp-block-media-text:first-child {
  margin-top: 0;
}
.wp-block-media-text:last-child {
  margin-bottom: 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 {
  display: block;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }
  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
  }
  .wp-block-media-text .wp-block-media-text__media {
    order: -1;
  }
}

@media screen and (min-width: 768px) {
  .wp-block-media-text.is-style-quote {
    grid-template-columns: [media-start] 50% [content-start] calc(var(--blockMargin, 4rem) * 1.5) [media-end] 1fr [content-end] !important;
  }
  .wp-block-media-text.is-style-quote.has-media-on-the-right {
    grid-template-columns: [content-start] 1fr [media-start] calc(var(--blockMargin, 4rem) * 1.5) [content-end] 50% [media-end] !important;
  }
}
.wp-block-media-text.is-style-quote .wp-block-media-text__media {
  grid-column: media-start/media-end;
}
.wp-block-media-text.is-style-quote .wp-block-media-text__content {
  position: relative;
  z-index: 1;
  grid-column: content-start/content-end;
  padding: calc(var(--blockMargin, 4rem) * 1);
  background: blue;
  color: white;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.is-style-quote {
    grid-template-columns: [media-start] 0 [content-start] 1fr [media-end] 0 [content-end] !important;
    grid-template-rows: [media-start] auto [content-start] calc(var(--blockMargin, 4rem) * 1.5) [media-end] auto [content-end];
  }
  .wp-block-media-text.is-style-quote .wp-block-media-text__media {
    grid-row: media-start/media-end;
  }
  .wp-block-media-text.is-style-quote .wp-block-media-text__content {
    grid-row: content-start/content-end;
    padding: calc(var(--blockMargin, 4rem) * 0.75);
  }
  .wp-block-media-text.is-style-quote.has-media-on-the-right {
    grid-template-columns: [content-start] calc(var(--blockMargin, 4rem) * 1) [media-start] 1fr [content-end] calc(var(--blockMargin, 4rem) * 1) [media-end] !important;
  }
}

.wp-block-quote {
  position: relative;
  margin: calc(var(--blockMargin, 4rem) * 0.75) 0;
  padding: 0;
  border: 0;
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 1.12em;
  line-height: 1.15;
  font-weight: 500;
  line-height: 1.5;
  color: #2EA559;
  border-top: 2px solid #2EA559;
  padding-top: 1em;
}
.wp-block-quote:first-child {
  margin-top: 0;
}
.wp-block-quote:last-child {
  margin-bottom: 0;
}
.wp-block-quote p {
  margin: 0;
}
.wp-block-quote p + p {
  margin-top: 0.5rem;
}
.wp-block-quote cite {
  display: block;
  padding-top: 0.6em;
  font-size: 0.8rem;
  font-family: trade-gothic-next, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wp-block-quote cite:before {
  content: "–";
  margin: 0 0.25em 0 0;
}
.has-white-page-border .wp-block-quote {
  color: #4BB972;
}
.wp-block-quote.has-text-align-center p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .wp-block-quote {
    left: calc(var(--blockMargin, 4rem) * -1);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-quote {
    font-size: 1em;
  }
}

.wp-block-embed {
  position: relative;
  margin: 2em 0;
  padding: 0;
}
.wp-block-embed:first-child {
  margin-top: 0;
}
.wp-block-embed:last-child {
  margin-top: 0;
}

.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  position: relative;
  padding: 0 0 56.25%;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--header-border-radius);
  background: rgba(54, 53, 53, 0.5);
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--header-border-radius);
}

.page-blocks > .wp-block-embed.is-type-video.has-preview-poster {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper:after {
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background: url(images/loading-white.png) no-repeat center top;
  width: 30px;
  height: 30px;
  animation: loading 1s steps(19) infinite;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: var(--header-border-radius);
  opacity: 1;
  transition: opacity 0.4s ease;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:after {
  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: "\f04b";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.95);
  color: white;
  font-size: 50px;
  border-radius: 50%;
  border: 10px solid currentColor;
  text-align: center;
  transition: border-color 0.4s ease, font-size 0.4s ease;
  text-indent: 5px;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover:after {
  font-size: 60px;
  border-color: red;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper:after {
  content: " ";
  display: block;
  position: absolute;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper:before, .wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper:after {
  z-index: 2;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper > a.embed img {
  opacity: 0.25;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper > a.embed:after {
  display: none;
}
.wp-block-embed.is-type-video.has-preview-poster > figcaption {
  font-family: new-spirit, Bookman, Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .wp-block-embed.is-type-video.has-preview-poster > figcaption {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin: 50px 0 0;
    transform: translate(-50%, 0%);
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    font-size: 30px;
  }
}

.wp-block-gallery {
  margin: calc(var(--blockMargin, 4rem) * 1) 0;
}
.wp-block-gallery:first-child {
  margin-top: 0;
}
.wp-block-gallery:last-child {
  margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-grid {
  gap: 0.5rem;
}

.wp-block-gallery-wrap.full-width {
  padding-left: calc(var(--blockMargin, 4rem) * 1);
  padding-right: calc(var(--blockMargin, 4rem) * 1);
}
.wp-block-gallery-wrap.full-width > .wp-block-gallery {
  --wp--style--gallery-gap-default: .5rem;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .wp-block-gallery-wrap.full-width {
    padding-left: var(--gutter-left);
    padding-right: var(--gutter-right);
  }
}

.wp-block-gallery-wrap.is-style-carousel {
  margin-top: calc(var(--blockMargin, 4rem) * 0.75);
  margin-bottom: calc(var(--blockMargin, 4rem) * 0.75);
}
.wp-block-gallery-wrap.is-style-carousel:first-child {
  margin-top: 0;
}
.wp-block-gallery-wrap.is-style-carousel:last-child {
  margin-bottom: 0;
}

.wp-block-gallery.is-style-carousel {
  --aspect-ratio: 2/3;
  position: relative;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.wp-block-gallery.is-style-carousel .block-slides {
  position: relative;
  display: block;
}
.wp-block-gallery.is-style-carousel .block-slides > figcaption {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75em;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: left;
  font-style: normal;
  background: #5C5356;
  color: white;
}
.wp-block-gallery.is-style-carousel figure.wp-block-image {
  position: relative;
  white-space: normal;
  display: block;
  margin: 0;
  /*
  height:0;
  width:auto;


  */
}
.wp-block-gallery.is-style-carousel figure.wp-block-image .image {
  position: relative;
  padding: 0 0 calc(var(--aspect-ratio) * 100%);
}
.wp-block-gallery.is-style-carousel figure.wp-block-image .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-gallery.is-style-carousel .slick-track {
  display: flex;
  align-items: flex-start;
}
.wp-block-gallery.is-style-carousel .pager {
  position: absolute;
  z-index: 1;
  top: var(--image-height, calc(100% - 1em));
  right: 0;
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
}
.wp-block-gallery.is-style-carousel .nav {
  display: none;
}
.wp-block-gallery.is-style-carousel .nav.slick-arrow {
  display: block;
}
.wp-block-gallery.is-style-carousel .captions {
  display: none;
  min-height: 2em;
  margin: 0.5rem 0 0 0;
  padding: 0 0 0;
  width: calc(100% - 4em);
  font-size: 0.8rem;
}
.wp-block-gallery.is-style-carousel .slick-dots {
  position: absolute;
  z-index: 10000;
  bottom: 1em;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.wp-block-gallery.is-style-carousel .slick-arrow {
  --arrow-hover-offset:0px;
  position: absolute;
  top: calc(var(--image-height) / 2);
  transform: translate(0, -50%);
}
.wp-block-gallery.is-style-carousel .slick-arrow.next {
  left: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 calc(var(--arrow-size) * 0.66 + var(--arrow-hover-offset));
}
.wp-block-gallery.is-style-carousel .slick-arrow.prev {
  right: 100%;
  padding: 0 0 0 0;
  margin: 0 calc(var(--arrow-size) * 0.66 + var(--arrow-hover-offset)) 0 0;
}
.wp-block-gallery.is-style-carousel .slick-arrow:not(.slick-disabled):hover {
  --arrow-hover-offset:3px;
}
@media screen and (max-width: 1249px) {
  .wp-block-gallery.is-style-carousel {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.next {
    margin-left: calc(var(--arrow-size) * 0.3 + var(--arrow-hover-offset));
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.prev {
    margin-right: calc(var(--arrow-size) * 0.3 + var(--arrow-hover-offset));
  }
}
@media screen and (max-width: 980px) {
  .wp-block-gallery.is-style-carousel {
    max-width: none;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow {
    top: 0;
    transform: none;
    height: var(--image-height);
    line-height: var(--image-height);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.next {
    left: auto;
    right: 0;
    padding-left: 2em;
    padding-right: 1.5em;
    margin-left: 0;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.prev {
    right: auto;
    left: 0;
    padding-right: 2em;
    padding-left: 1.5em;
    margin-right: 0;
  }
  .wp-block-gallery.is-style-carousel figure.wp-block-image .image {
    border-radius: 0;
  }
  .wp-block-gallery.is-style-carousel figure.wp-block-image figcaption {
    display: none;
    padding-left: 4.6875vw;
    padding-right: calc(4.6875vw + 5em);
  }
  .wp-block-gallery.is-style-carousel .captions {
    display: block;
    margin-left: var(--gutter-left);
    width: calc(100% - 3.5em - var(--gutter-right));
  }
  .wp-block-gallery.is-style-carousel .pager {
    right: var(--gutter-right);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-gallery.is-style-carousel .slick-arrow {
    display: none !important;
    opacity: 0;
    --arrow-size:30px;
  }
}

.page-styleguide h3.expandable {
  margin-bottom: 1em;
}
.page-styleguide .wp-block-group.section {
  margin: 40px 0;
}
.page-styleguide .wp-block-group.section:first-child {
  margin-top: 0;
}
.page-styleguide .wp-block-group.section:last-child {
  margin-bottom: 0;
}
.page-styleguide .wp-block-group.section .usage {
  color: #999;
  margin: 20px 0 30px 20px;
  font-style: italic;
}
.page-styleguide .circle {
  width: 115px;
  height: 115px;
  margin: 9px;
  display: inline-block;
  text-align: center;
  font-size: 80%;
  font-weight: 500;
  border-radius: 50%;
}
.page-styleguide .circle:before {
  content: "";
  height: 35px;
  position: relative;
  display: block;
}
.page-styleguide .circle.border {
  border: 1px solid gray;
}
.page-styleguide .circle p {
  margin-top: 37px;
}
.page-styleguide .circle.first {
  margin-left: 0;
}
.page-styleguide .circle.last {
  margin-right: 0;
}
.page-styleguide .circle.primary1 {
  background-color: #363535;
}
.page-styleguide .circle.primary2 {
  background-color: #5C5356;
}
.page-styleguide .circle.primary3 {
  background-color: #D2D2D2;
}
.page-styleguide .circle.primary4 {
  background-color: #FFBF64;
}
.page-styleguide .circle.primary6 {
  background-color: #4BB972;
}
.page-styleguide .circle.primary7 {
  background-color: #2EA559;
}
.page-styleguide .circle.primary8 {
  background-color: white;
}
.page-styleguide .circle.primary9 {
  background-color: #E7E6E6;
}
.page-styleguide .circle.primary10 {
  background-color: #F0E9DC;
}/*# sourceMappingURL=style.css.map */