/*!
Theme Name: Matters Graph Theme 2025
Theme URI: https://openbox9.com/
Version: 1.0

DO NOT EDIT style.css DIRECTLY. 

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

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

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

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

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

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #333;
  text-align: left;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  /*
  @media screen and (min-width:(1200px + 1px)) {
      font-size: $font-base-size * 1.277;
  }
  */
}

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

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

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

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

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

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

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.text-sans-serif {
  font-family: helvetica-neue-lt-pro, sans-serif;
}

.text-serif {
  font-family: Times, serif;
}

.text-headline {
  font-family: helvetica-neue-lt-pro, sans-serif;
  letter-spacing: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
a > img {
  border: 0;
}

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

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

.clickable {
  cursor: pointer;
}

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

th, td {
  border: 0;
}

.toggle {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  width: 100%;
}

.input.select {
  --input-border-radius: var(--border-radius, 0);
  --input-icon-size: var(--icon-size, .5rem);
  --input-padding: var(--padding, .5rem);
  --input-font-size: var(--font-size, 1rem);
  --input-border-color: currentColor;
  --input-border-width: 0;
  --input-text-color: #333;
  --input-background-color: #E0E0E0;
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
  padding: 0;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
}
.input.select.on {
  z-index: 100;
  --input-background-color: blue;
  --input-text-color: #fff;
}
.input.select .label {
  min-width: 240px;
  min-height: 3.15em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
  padding: var(--input-padding) 1.5rem;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--input-font-size);
  font-weight: 400;
  line-height: 1;
  border: var(--input-border-width) solid var(--input-border-color);
  border-radius: var(--input-border-radius);
  background: var(--input-background-color, transparent) none;
  color: var(--input-text-color, inherit);
  opacity: 1;
  transition: min-width 0.2s ease;
}
.input.select .label .value {
  display: flex;
  flex-direction: column;
}
.input.select .label em {
  font-size: 0.8888888889rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.input.select .label .icon.arrow {
  margin: 0 -10px 0 10px;
  width: 24px;
  height: 24px;
  background: blue;
  color: #fff;
  border-radius: 50%;
}
.input.select .options {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, padding 0.2s ease;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 0 var(--input-border-radius) var(--input-border-radius);
  border: var(--input-border-width) solid var(--input-border-color);
  border-top-width: 0;
  border-bottom: 5px solid #d9d9d9;
  box-sizing: border-box;
  background: var(--input-background-color, #fff) none;
  color: var(--input-text-color, inherit);
  font-size: calc(var(--input-font-size) * 0.8);
  font-weight: 400;
  opacity: 0;
}
.input.select .options .optgroup {
  display: block;
  padding: var(--input-padding) 1.5em calc(var(--input-padding) * 0.7) 1.2rem;
  cursor: default;
  font-size: 0.8em;
  opacity: 0.6;
}
.input.select .options .option {
  display: block;
  padding: 0.25em 1.5rem;
  margin: 0;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  /*
  &:before {
      content:' ';
      display:block;
      margin:0 0 var(--input-padding) 0;
      height:1px;
      width:100%;
      background: currentColor;
      opacity:.7;

  }
      */
}
.input.select .options .option:last-child {
  padding-bottom: 0.75em;
}
.input.select .options .option:hover {
  background-color: blue;
  color: #fff;
}
.input.select .options .option:hover:before {
  opacity: 0;
}
.input.select.on .label {
  min-width: 240px;
  border-radius: var(--input-border-radius) var(--input-border-radius) 0 0;
  border-bottom-color: transparent;
}
.input.select.on .label .icon {
  transform: rotate(180deg);
}
.input.select.on .options {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  margin-top: -0.5em;
  padding-top: 0.5em;
}
.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;
  }
}

.gform-theme--foundation .gfield.hide-label legend {
  display: none;
}

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

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

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

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

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

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

p.is-style-intro {
  margin-left: 0;
  font-size: clamp(1rem, 0.73vw + 0.842rem, 1.556rem);
}
p.is-style-intro:first-child {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
p.is-style-intro.has-text-align-left, p.is-style-intro.has-text-align-left:first-child {
  max-width: 750px;
  margin-right: auto;
  margin-left: 0;
}
p.is-style-intro.has-text-align-right, p.is-style-intro.has-text-align-right:first-child {
  max-width: 750px;
  margin-left: auto;
  margin-right: 0;
}
p.is-style-intro.no-max-width {
  max-width: none;
}

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

#header {
  --logo-width: 250px;
  box-sizing: border-box;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  margin: var(--wp-admin--admin-bar--height, 0px) 0 0;
  padding: 0 var(--gutter-right) 0 var(--gutter-left);
  transition: margin var(--header-alert-transition, 0s), color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  background: var(--background-color, transparent);
  color: var(--color);
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo . ." "logo top top" "logo nav toggle" "logo . .";
  grid-template-rows: calc(var(--block-margin, 4rem) * 0.5) auto 1fr calc(var(--block-margin, 4rem) * 0.25);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body:not(.scrolled) #header {
  --background-color: #6E7277;
}
body.scrolled #header {
  --background-color: var(--page-highlight-color, #098191);
}
body.page #header {
  --color: #fff;
}
#header .block-logo {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: start;
  grid-area: logo;
  padding: calc(var(--block-margin, 4rem) * 0.25) 0;
}
#header .block-logo a {
  display: block;
  line-height: 1;
}
#header .block-logo a img {
  display: block;
  width: var(--logo-width);
  height: auto;
  filter: var(--logo-filter, none);
}
#header .block-top-nav {
  grid-area: top;
  font-size: 0.8em;
}
#header .block-top-nav ul, #header .block-top-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .block-top-nav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 1em;
  row-gap: 0.5em;
}
#header .block-top-nav a {
  color: inherit;
}
#header .block-search {
  position: relative;
  z-index: 2;
  grid-area: nav;
  background: var(--background-color, inherit);
  margin: 0 0 0 auto;
  max-width: 0%;
  width: 100%;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  opacity: 0;
}
body.search-on #header .block-search {
  max-width: 100vw;
  overflow: visible;
  opacity: 1;
}
#header .block-search .inputs {
  display: flex;
  align-items: center;
  padding: 0.5em;
  background: var(--page-highlight-color-alt, #2B4159);
  color: #fff;
  border-radius: 50px;
}
#header .block-search .inputs input[type=text] {
  flex-grow: 1;
  padding: 0.5em 1em;
  border-radius: 50px 0 0 50px;
  background: #fff;
}
#header .block-search .inputs button {
  display: block;
  background: transparent;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 20px;
  background: #fff;
  border: 0;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
}
#header .block-nav {
  position: relative;
  grid-area: nav;
  font-family: helvetica-neue-lt-pro, sans-serif;
  opacity: 1;
  transition: 0.25s ease-in-out;
  letter-spacing: normal;
}
body.search-on #header .block-nav {
  opacity: 0;
  translate: calc(var(--block-margin, 4rem) * -1) 0%;
}
#header .block-nav ul, #header .block-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .block-nav a {
  text-decoration: none;
  color: currentColor;
  font-weight: 600;
}
#header .block-nav > ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2rem;
}
#header .block-nav > ul > li {
  position: relative;
}
#header .block-nav > ul > li > a {
  position: relative;
  padding: 0.75em 0;
}
#header .block-nav > ul > li > a:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--highlight-width, 0%);
  height: 4px;
  border-radius: 1em;
  background: #FF5001;
  transition: width 0.2s ease;
}
#header .block-nav > ul > li > a:hover {
  --highlight-width: 100%;
}
#header .block-nav > ul > li.current-menu-item, #header .block-nav > ul > li.current-menu-ancestor {
  --highlight-width: 100%;
}
@media screen and (min-width: 901px) {
  #header .block-nav > ul > li {
    --dropdown-background-color: #2B4159;
    --dropdown-color: #fff;
  }
  #header .block-nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    max-height: 0;
    overflow: hidden;
    margin: 0.7em 0 0;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1em;
    background: var(--dropdown-background-color);
    color: var(--dropdown-color);
    transition: 0.2s ease;
  }
  #header .block-nav > ul > li > ul:hover {
    --li-opacity: .7;
  }
  #header .block-nav > ul > li > ul > li {
    opacity: 0;
    padding: 0 1.5em;
    transition: opacity 0.2s ease;
  }
  #header .block-nav > ul > li > ul > li:first-child {
    padding-top: 1em;
  }
  #header .block-nav > ul > li > ul > li:last-child {
    padding-bottom: 1em;
  }
  #header .block-nav > ul > li > ul > li a {
    display: block;
    position: relative;
    left: 0;
  }
  #header .block-nav > ul > li > ul > li a: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: "\f105";
    display: block;
    position: absolute;
    left: -1.2em;
    width: 1.2em;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  #header .block-nav > ul > li > ul > li:hover {
    --li-opacity:1;
  }
  #header .block-nav > ul > li > ul > li:hover a {
    left: 1.2em;
  }
  #header .block-nav > ul > li > ul > li:hover a:before {
    opacity: 1;
  }
  #header .block-nav > ul > li.on {
    --highlight-width: 100%;
  }
  #header .block-nav > ul > li.on > ul {
    max-height: var(--subnav-height, -moz-fit-content);
    max-height: var(--subnav-height, fit-content);
  }
  #header .block-nav > ul > li.on > ul > li {
    opacity: var(--li-opacity, 1);
  }
}
#header .block-toggle {
  grid-area: toggle;
  margin: 0;
  position: relative;
  z-index: 1021;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#header .block-toggle .toggle.menu {
  --width: 50px;
  --height: 50px;
  --bar-thickness: 5px;
  --color: currentColor;
  --border-radius:7px;
  display: none;
  position: relative;
  align-items: center;
  color: var(--color);
  cursor: pointer;
  transition: transform 0.2s ease;
  background: #60BF91;
  border-radius: var(--border-radius);
}
#header .block-toggle .toggle.menu .bars {
  position: relative;
  display: flex;
  gap: calc(var(--bar-thickness) * 0.7);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--width);
  height: var(--height);
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
}
#header .block-toggle .toggle.menu .bar {
  display: block;
  width: 40%;
  height: var(--bar-thickness);
  background: #2B4159;
}
#header .block-toggle .toggle.menu .close {
  position: absolute;
  top: 0%;
  left: 0%;
  width: calc(var(--width));
  height: calc(var(--width));
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  opacity: 0;
}
#header .block-toggle .toggle.menu .close:before, #header .block-toggle .toggle.menu .close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  height: var(--bar-thickness);
  background: #2B4159;
  margin-top: calc(var(--bar-thickness) / -2);
  transform-origin: 50% 50%;
}
#header .block-toggle .toggle.menu .close:after {
  transform: rotate(90deg);
}
#header .block-toggle .toggle.menu.on .bars {
  transform: rotate(45deg);
  opacity: 0;
}
#header .block-toggle .toggle.menu.on .close {
  transform: rotate(45deg);
  opacity: 1;
}
#header .block-toggle .toggle.search {
  --width:60%;
  --height: 26px;
  --bar-thickness: 2px;
  --color: currentColor;
  --border-radius:2px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  line-height: 1em;
  padding: 0.5em;
  margin: 0 0em 0 0;
  background: var(--page-highlight-color-alt, #2B4159);
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
}
#header .block-toggle .toggle.search .icon {
  opacity: 1;
  transition: 0.2s ease;
}
#header .block-toggle .toggle.search:before, #header .block-toggle .toggle.search:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--width);
  height: var(--bar-thickness);
  background: #fff;
  margin-top: calc(var(--bar-thickness) / -2);
  margin-left: calc(var(--width) / -2);
  transform-origin: 50% 50%;
  border-radius: var(--border-radius);
  rotate: 0deg;
  transition: 0.2s ease;
  opacity: 0;
}
#header .block-toggle .toggle.search:before {
  rotate: -45deg;
}
#header .block-toggle .toggle.search:after {
  rotate: -90deg;
}
body.search-on #header .block-toggle .toggle.search .icon {
  opacity: 0;
}
body.search-on #header .block-toggle .toggle.search:before {
  opacity: 1;
  rotate: 45deg;
}
body.search-on #header .block-toggle .toggle.search:after {
  opacity: 1;
  rotate: -45deg;
}
@media screen and (max-width: 900px) {
  #header {
    --logo-width: 180px;
    grid-template-areas: "logo ." "logo toggle" "logo ." "nav nav" "top top" ". .";
    grid-template-rows: calc(var(--block-margin, 4rem) * 0.3) auto calc(var(--block-margin, 4rem) * 0.3) auto auto 1fr;
    grid-template-columns: 1fr auto;
    height: var(--header-height);
    transition: 0.25s ease-in-out;
  }
  #header:before {
    content: " ";
    display: block;
    background: rgba(255, 255, 255, 0);
    grid-column: 1/-1;
    grid-row: 1/2;
    margin-left: calc(var(--gutter-left) * -1);
    margin-right: calc(var(--gutter-left) * -1);
    height: 100%;
  }
  #header .block-search {
    grid-area: logo;
  }
  #header .block-logo {
    padding: calc(var(--block-margin, 4rem) * 0.25) 0;
  }
  #header .block-toggle .toggle.menu {
    display: block;
  }
  #header .block-top-nav ul {
    justify-content: center;
  }
  #header .block-nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    color: #fff;
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .block-nav > ul {
    gap: 1em;
    flex-direction: column;
    align-items: start;
    transition: 0.25s ease-in-out;
    padding: 0 0 0 calc(var(--block-margin, 3rem) * 1);
    opacity: 0;
  }
  #header .block-nav > ul > li {
    opacity: 0;
    transition: 0.25s ease-in-out;
  }
  #header .block-nav > ul > li.visible {
    opacity: 1;
  }
  #header .block-nav > ul > li > a {
    display: inline-block;
    padding: 0.4em 0;
  }
  #header .block-nav > ul > li > a:after {
    display: none;
    height: 2px;
    left: 0;
    translate: none;
  }
  #header .block-nav > ul > li > a .icon {
    --icon-size: 20px;
    display: inline-block;
    color: #FF5001;
    margin: 0 0 0 1rem;
  }
  #header .block-nav > ul > li > a .icon:before {
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-transform: none;
    content: "\f105";
  }
  #header .block-nav > ul > li > ul {
    margin: 0 0 0 1.5em;
    font-size: 0.8em;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease;
  }
  #header .block-nav > ul > li.on {
    --highlight-width: 100%;
  }
  #header .block-nav > ul > li.on > a .icon {
    transform: rotate(90deg);
  }
  #header .block-nav > ul > li.on > ul {
    margin-top: 0.9em;
    max-height: var(--subnav-height, -moz-fit-content);
    max-height: var(--subnav-height, fit-content);
  }
  body.menu-on #header .block-nav > ul {
    padding-top: calc(var(--block-margin, 4rem) * 1);
    padding-bottom: calc(var(--block-margin, 4rem) * 1);
    opacity: 1;
  }
  body.scrolled #header {
    --padding: calc(var(--block-margin, 4rem) * 0.5);
  }
  body.scrolled #header, .body.search-on #header, body.menu-on #header {
    --padding: calc(var(--block-margin, 4rem) * 0.5);
    --background-color: #2B4159;
  }
  body.scrolled #header:after, .body.search-on #header:after, body.menu-on #header:after {
    opacity: 0;
    display: none;
  }
  body.menu-on #header {
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  }
  body.menu-on #header .block-nav {
    max-height: calc(100vh - var(--header-height, 0px) - var(--wp-admin--admin-bar--height, 0px));
    overflow: scroll;
  }
}

#footer {
  --border-radius: .5rem;
  --padding-top: calc(var(--block-margin, 4rem) * 2);
  --gap: 1rem;
  --skew-angle: -13deg;
  --link-text-decoration-color-initial: transparent;
  --link-text-decoration-color-hover: currentColor;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: var(--gap);
  grid-template-columns: auto;
  grid-template-areas: "sub" "main";
  padding: calc(var(--block-margin, 4rem) * 2) 0 0;
  font-weight: 700;
  font-size: 0.7777777778rem;
}
#footer ul, #footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer a {
  color: inherit;
}
#footer .layout {
  display: grid;
  position: relative;
}
#footer .layout > * {
  position: relative;
  z-index: 1;
}
#footer .layout:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer .layout.subscribe {
  grid-area: sub;
  padding: 1rem calc(var(--block-margin, 4rem) * 1) 1rem var(--gutter-left);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  align-items: center;
  background: #098191;
  color: #fff;
}
#footer .layout.subscribe label {
  max-width: 100%;
  width: 25em;
}
#footer .layout.subscribe .input {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px;
  padding: 0.25em 0.6em 0.25em 0.25em;
}
#footer .layout.subscribe .input input[type=email] {
  margin: 0 0.5em 0 0;
  flex-grow: 1;
  background: transparent;
  padding: 0.5em 1em;
  border-radius: 50px 0 0 50px;
}
#footer .layout.subscribe .input button {
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 20px;
  border-radius: 50%;
  background: #098191;
  color: #fff;
  border: 0;
  cursor: pointer;
}
#footer .layout.subscribe .wp-block-button {
  justify-self: center;
}
#footer .layout.subscribe .wp-block-button > .wp-block-button__link {
  border: 1px solid currentColor;
}
@media screen and (max-width: 1024px) {
  #footer .layout.subscribe {
    grid-template-columns: auto;
  }
  #footer .layout.subscribe label {
    width: auto;
  }
}
#footer .layout.main {
  --logo-width:170px;
  padding: var(--padding-top) calc(var(--block-margin, 4rem) * 1) 0 var(--gutter-left);
  background: #E5DFD5;
  grid-area: main;
  -moz-column-gap: calc(var(--block-margin, 4rem) * 0.5);
       column-gap: calc(var(--block-margin, 4rem) * 0.5);
  grid-template-columns: auto;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "logo logo logo logo" "tag address nav social" "copy copy copy copy";
}
@media screen and (max-width: 1024px) {
  #footer .layout.main {
    grid-template-areas: "logo logo logo logo" "tag tag address address" ". . . ." "nav nav social social" "copy copy copy copy";
    grid-template-rows: auto 1fr calc(var(--block-margin, 4rem) * 0.5) auto;
  }
}
@media screen and (max-width: 767px) {
  #footer .layout.main {
    grid-template-areas: "logo logo logo logo" "tag tag tag tag" ". . . ." "address address address address" ". . . ." "nav nav nav nav" ". . . ." "social social social social" "copy copy copy copy";
    grid-template-rows: auto auto calc(var(--block-margin, 4rem) * 0.5) 1fr calc(var(--block-margin, 4rem) * 0.5) auto calc(var(--block-margin, 4rem) * 0.5) auto auto;
  }
  #footer .layout.main .block-copyright {
    text-align: left;
  }
}
#footer .block-logo {
  grid-area: logo;
  margin: 0 0 calc(var(--block-margin, 4rem) * 0.5);
}
#footer .block-logo img {
  display: block;
  width: var(--logo-width);
}
#footer .block-tagline {
  grid-area: tag;
}
#footer .block-address {
  grid-area: address;
}
#footer .block-menu {
  grid-area: nav;
}
#footer .block-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#footer .block-social {
  grid-area: social;
}
#footer .block-social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#footer .block-social a {
  display: block;
  width: 1em;
  text-align: center;
  font-size: 22px;
}
#footer .block-copyright {
  grid-area: copy;
  margin: calc(var(--block-margin, 4rem) * 0.5) 0;
  text-align: center;
  font-size: 0.6666666667rem;
}

.icon.arrow {
  --elem-icon-size: var(--icon-size, 15px);
  --elem-icon-height: var(--elem-icon-size);
  --elem-icon-width: calc(var(--elem-icon-size) * 1.75);
  --elem-icon-line-width: var(--icon-width, 1.5px);
  position: relative;
  display: inline-block;
  width: var(--elem-icon-width);
  height: var(--elem-icon-height);
}
.icon.arrow i {
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
  translate: var(--icon-x, 0px) var(--icon-y, 0px);
  rotate: var(--icon-rotate, 0deg);
}
.icon.arrow i:before, .icon.arrow i:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
}
.icon.arrow i:before {
  width: var(--elem-icon-size);
  height: var(--elem-icon-size);
  top: 50%;
  right: 50%;
  margin-right: calc(var(--elem-icon-width) / -2);
  border: var(--elem-icon-line-width) solid currentColor;
  border-width: var(--elem-icon-line-width) var(--elem-icon-line-width) 0 0;
  transform: rotate(45deg);
  transform-origin: 100% 0%;
}
.icon.arrow i:after {
  height: var(--elem-icon-line-width);
  width: calc(var(--elem-icon-width) - var(--elem-icon-line-width));
  right: 50%;
  top: 50%;
  margin-right: calc(var(--elem-icon-width) / -2 + var(--elem-icon-line-width));
  margin-top: calc(var(--elem-icon-line-width) / -2);
  background: currentColor;
}
.icon.arrow.up-right-popup {
  --icon-rotate: -45deg;
}
.icon.arrow.up-right-popup:before {
  --w: calc(var(--elem-icon-line-width) * 6);
  content: " ";
  display: block;
  position: absolute;
  top: -6px;
  right: -3px;
  width: calc(var(--elem-icon-width) + 3px);
  height: calc(var(--elem-icon-width) + 3px);
  border: var(--elem-icon-line-width) solid currentColor;
  clip-path: polygon(0% calc(100% - var(--w)), 0% 0%, 100% 0%, 100% 100%, var(--w) 100%, var(--w) calc(100% - var(--w)));
  transform-origin: 0% 100%;
  transition: 0.2s ease;
  scale: var(--icon-box-scale, 1);
}
.icon.arrow.up-right-popup i {
  margin-top: 2px;
  margin-left: -2px;
}
.icon.arrow.up {
  --icon-rotate: -90deg;
}
.icon.arrow.up-right {
  --icon-rotate: -45deg;
}
.icon.arrow.right {
  --icon-rotate: 0deg;
}
.icon.arrow.down-right {
  --icon-rotate: 45deg;
}
.icon.arrow.down {
  --icon-rotate: 90deg;
}
.icon.arrow.down-left {
  --icon-rotate: 135deg;
}
.icon.arrow.left {
  --icon-rotate: 180deg;
}
.icon.arrow.up-left {
  --icon-rotate: 225deg;
}

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

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

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

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

.main-content {
  --main-content-padding-top: calc(var(--block-margin, 4rem) * 0.5);
  --main-content-padding-bottom: calc(var(--block-margin, 4rem) * 1);
  position: relative;
  z-index: 10;
  margin: 0 0;
  padding: var(--main-content-padding-top) 0 0 0;
  background: var(--background-color, none);
  color: var(--color, inherit);
}
.main-content > .layout {
  position: relative;
  display: grid;
  grid-template-columns: [start] var(--gutter-left) minmax(0, 1fr) var(--gutter-right) [end];
  grid-template-areas: ". title ." ". blocks .";
  padding: 0;
}
.main-content .block-hero {
  grid-area: hero;
  position: relative;
  z-index: 30;
  margin-top: calc(var(--main-content-padding-top) * -1);
}
.main-content .block-page-title {
  grid-area: title;
  margin: 0;
}
.main-content .block-page-title h1 {
  position: relative;
  z-index: 1;
  color: inherit;
  line-height: 1;
  margin: 0;
}
.main-content .page-blocks {
  position: relative;
  z-index: 20;
  grid-area: blocks;
  min-height: 30vh;
  padding-bottom: var(--main-content-padding-bottom);
}
.main-content .page-blocks > .theme-block.has-background.is-style-full-width:last-child {
  margin-bottom: calc(var(--main-content-padding-bottom) * -1);
}
.main-content .page-blocks form input[type=text] {
  border: 1px solid #29694E;
}
.main-content .block-filters {
  grid-area: filters;
}
.main-content .query-posts {
  grid-area: posts;
  position: relative;
  z-index: 1;
}
.main-content .posts-nav,
.main-content .navigation.pagination {
  grid-area: pager;
  text-align: center;
}
.main-content .posts-nav button.load-more,
.main-content .navigation.pagination button.load-more {
  border: 0;
  background: none;
}

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

.main-content.page {
  --gutter: calc((100vw - 794px) / 2);
  --gutter-left: calc((100vw - 794px) / 2);
  --gutter-right: calc((100vw - 794px) / 2);
  --main-content-padding-top:0;
}
@media screen and (max-width: 876.1379310345px) {
  .main-content.page {
    --gutter-left: 4.6875vw;
    --gutter-right: 4.6875vw;
    --gutter: 4.6875vw;
  }
}
.main-content.page .page-blocks > .theme-block.is-style-page-width {
  margin-left: -203px;
  margin-right: -203px;
}
@media screen and (max-width: 1324.1379310345px) {
  .main-content.page .page-blocks > .theme-block.is-style-page-width {
    margin-left: calc((100vw - 794px) / -2 + 4.6875vw);
    margin-right: calc((100vw - 794px) / -2 + 4.6875vw);
  }
}
@media screen and (max-width: 876.1379310345px) {
  .main-content.page .page-blocks > .theme-block.is-style-page-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-content.page .page-blocks > .theme-block.is-style-wide-width {
  margin-left: -66px;
  margin-right: -66px;
}
@media screen and (max-width: 1021.7931034483px) {
  .main-content.page .page-blocks > .theme-block.is-style-wide-width {
    margin-left: calc((100vw - 794px) / -2 + 4.6875vw);
    margin-right: calc((100vw - 794px) / -2 + 4.6875vw);
  }
}
@media screen and (max-width: 876.1379310345px) {
  .main-content.page .page-blocks > .theme-block.is-style-wide-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-content.page > .layout {
  grid-template-areas: "title title title" ". blocks .";
}
.main-content.page .block-page-title {
  position: relative;
  margin-top: calc(var(--header-height, 0px) * -1);
  margin-bottom: calc(var(--block-margin, 4rem) * 2);
  padding: calc(var(--header-height, calc(var(--block-margin, 4rem) * 2)) + calc(var(--block-margin, 4rem) * 3)) var(--site-gutter-right) calc(var(--block-margin, 4rem) * 0.75) var(--site-gutter-left);
  background: var(--page-highlight-color, #098191);
  color: #fff;
}
.main-content.page .block-page-title h1 {
  max-width: 863px;
  margin: 0 auto;
}

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

.slick-arrow {
  position: relative;
  z-index: 10000;
  cursor: pointer;
  /*
  --arrow-size: 40px;
  margin:0;
  font-size:30px;
  color: var(--color, $color-black);
  width:var(--arrow-size);
  height:var(--arrow-size);
  line-height: var(--arrow-size);
  transition: background-color $hover-transition, transform $hover-transition, margin $hover-transition;
  text-align:center;
  */
}
.slick-arrow .icon {
  transition: all 0.2s ease;
}
.slick-arrow.next:hover .icon.arrow-right {
  transform: translate(3px, 0);
}
.slick-arrow.prev:hover .icon.arrow-left {
  transform: translate(-3px, 0);
}
.slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.1;
}
.slick-arrow.slick-hidden {
  display: none !important;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0;
}
.slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.6);
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #FF5001;
}

#header-splash {
  box-sizing: border-box;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  background: #6E7277;
  color: #fff;
  padding: 1rem;
  margin: var(--wp-admin--admin-bar--height, 0px) 0 0;
  text-align: center;
  line-height: 1;
  font-size: clamp(1.278rem, 0.438vw + 1.183rem, 1.611rem);
  font-weight: 700;
}
#header-splash strong {
  font-weight: inherit;
  color: #FDB813;
}

#footer-splash {
  margin: calc(var(--block-margin, 4rem) * 0.5) 0;
  padding: 0 2rem;
  text-align: center;
  font-size: clamp(0.778rem, 0.146vw + 0.746rem, 0.889rem);
  line-height: 1;
  color: #868686;
}

.main-content.splash {
  box-sizing: border-box;
  padding: calc(var(--block-margin, 4rem) * 0.75) 0 0;
}
.main-content.splash > .layout {
  --company-box-width: 450px;
  padding: 0;
  min-height: calc(100dvh - var(--header-height, 0px) - var(--wp-admin--admin-bar--height, 0px) - calc(var(--block-margin, 4rem) * 0.75) - calc(var(--block-margin, 4rem) * 1) - 1rem);
  display: grid;
  grid-template-columns: 1fr var(--company-box-width) 1fr 1px 1fr var(--company-box-width) 1fr;
  grid-template-areas: ". mg . sep . gcs .";
  align-items: center;
  justify-content: center;
}
.main-content.splash > .layout:before {
  display: block;
  content: " ";
  grid-area: sep;
  background: #acacac;
  width: var(--sep-width, 100%);
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .main-content.splash > .layout {
    --company-box-width: 37.5%;
  }
}
@media screen and (max-width: 900px) {
  .main-content.splash > .layout {
    --company-box-width: calc(500px - calc(var(--block-margin, 4rem) * 2));
    --sep-width:calc(100% - 2rem);
    grid-template-columns: 1fr var(--company-box-width) 1fr;
    grid-template-areas: ". mg ." "sep sep sep" ". gcs .";
    grid-template-rows: 1fr 1px 1fr;
  }
  .main-content.splash > .layout .company {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .main-content.splash > .layout {
    grid-template-columns: calc(var(--block-margin, 4rem) * 1) 1fr calc(var(--block-margin, 4rem) * 1);
  }
}
.main-content.splash #matters-graph {
  grid-area: mg;
}
.main-content.splash #gcs {
  grid-area: gcs;
}
.main-content.splash .company {
  padding: calc(var(--block-margin, 4rem) * 1) 0;
}
.main-content.splash .company img {
  display: block;
  width: 100%;
  margin: 0 0 1.25rem;
  aspect-ratio: 2.5;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.main-content.splash .company a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  box-sizing: border-box;
  padding: 0.45em 0.65em;
  background: #E0E0E0;
  font-size: clamp(1rem, 0.365vw + 0.921rem, 1.278rem);
  font-weight: 700;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.main-content.splash .company a:hover {
  background: #FF5001;
  color: #fff;
}

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

.h1,
h1 {
  font-size: clamp(2.333rem, 2.044vw + 1.891rem, 3.889rem);
  line-height: 1;
}

.h2,
h2 {
  font-size: clamp(1.778rem, 1.679vw + 1.414rem, 3.056rem);
  line-height: 1;
}

.h3,
h3 {
  font-size: clamp(1.444rem, 0.73vw + 1.286rem, 2rem);
  line-height: 1.05;
}

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

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

.h6,
h6 {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

strong.heading {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

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

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

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

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

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

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

.is-style-expandable {
  --highlight-color: #FF5001;
  cursor: pointer;
  position: relative;
  padding-left: 1.2em;
  text-decoration: none;
}
h1:not(.is-style-expandable) + .is-style-expandable, h2:not(.is-style-expandable) + .is-style-expandable, h3:not(.is-style-expandable) + .is-style-expandable, h4:not(.is-style-expandable) + .is-style-expandable, h5:not(.is-style-expandable) + .is-style-expandable, h6:not(.is-style-expandable) + .is-style-expandable {
  margin-top: calc(var(--block-margin, 4rem) * 0.25);
}
.is-style-expandable:hover {
  text-decoration: underline;
}
.is-style-expandable:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.1em;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  font-size: 0.6em;
  text-align: center;
  margin: 0.15em 0 0 0;
  border-radius: 50%;
  transition: all 0.2s 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: "\+";
  color: #fff;
  background: var(--highlight-color);
  transform: rotate(90deg);
}
.is-style-expandable:before:hover {
  background: #FF5001;
}
h3.is-style-expandable:before {
  top: 0.17em;
}

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

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

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

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

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

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

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

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

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

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

.wp-block-button {
  position: relative;
  --primary-color: #098191;
  --alternate-color: #fff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  letter-spacing: normal;
}
.wp-block-button > .label {
  font-weight: 600;
}
.wp-block-button > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: var(--button-padding, 0.5em 1.5em);
  border-radius: 5px;
  font-weight: 600;
  color: inherit;
  text-align: left;
  line-height: 1.3;
}
.wp-block-button > .wp-block-button__link .icon {
  display: block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
  background: #098191;
  color: #fff;
  transition: 0.2s ease;
}
.clickable:hover .wp-block-button > .wp-block-button__link .icon, .wp-block-button > .wp-block-button__link:hover .icon {
  translate: 3px 0px;
}
.wp-block-button:not(.is-styled) > .wp-block-button__link {
  border: 2px solid transparent;
  background: #098191;
  color: #fff;
}
.wp-block-button:not(.is-styled) > .wp-block-button__link:hover {
  border-color: var(--hover-background-color, #2B4159) !important;
  background-color: var(--hover-background-color, #2B4159) !important;
}
.wp-block-button.on > .wp-block-button__link {
  border-color: #8AC3C8;
  background-color: #8AC3C8;
  color: #fff;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px solid #098191;
  background-color: transparent;
  color: #333;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: #098191;
  border-color: #098191;
  color: #fff;
}
.wp-block-button.is-style-text .icon.arrow i {
  --icon-size:10px;
  /*            
              background: $color-cardinal-bright-red;
              // margin-top:-11px;
              width:22px;
              height:22px;
              border:4px solid $color-cardinal-bright-red;
              border-radius:50%;
              color: white;
  */
}
.wp-block-button.is-style-text > .label {
  font-family: helvetica-neue-lt-pro, sans-serif;
  letter-spacing: normal;
}
.wp-block-button.is-style-text > .wp-block-button__link {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  font-family: helvetica-neue-lt-pro, sans-serif;
  letter-spacing: normal;
}
.wp-block-button.is-style-text > .wp-block-button__link:hover {
  color: #098191;
}
.has-background .wp-block-button.is-style-text > .wp-block-button__link:hover {
  color: inherit;
}
.wp-block-button.load-more {
  border: 0;
}
.wp-block-button.load-more.done {
  --hover-background-color: #fff;
  cursor: default;
}
.wp-block-button.load-more.done > .wp-block-button__link {
  cursor: inherit;
  background: inherit;
  color: inherit;
  border: 0;
}

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

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

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

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

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

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

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

.wp-block-quote {
  position: relative;
  margin: calc(var(--block-margin, 4rem) * 1) auto calc(var(--block-margin, 4rem) * 1) auto;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: clamp(1.111rem, 0.584vw + 0.985rem, 1.556rem);
  font-optical-sizing: none;
  line-height: 1.3;
  letter-spacing: normal;
}
.wp-block-quote:first-child {
  margin-top: 0;
}
.wp-block-quote:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-quote.alignleft {
    width: 50%;
    padding-right: calc(var(--block-margin, 4rem) * 1);
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wp-block-quote.alignleft {
    width: 75%;
    margin-left: calc(var(--block-margin, 4rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .wp-block-quote.alignright {
    width: 50%;
    padding-left: calc(var(--block-margin, 4rem) * 1);
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .wp-block-quote.alignright {
    width: 75%;
    margin-right: calc(var(--block-margin, 4rem) * -1);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-quote.alignleft, .wp-block-quote.alignright {
    max-width: 500px;
    float: none;
  }
}
.wp-block-quote p {
  margin-block-end: 0.75rem;
}
.wp-block-quote cite {
  font-size: 0.944rem;
  font-weight: 600;
  font-style: normal;
  opacity: 0.7;
  line-height: 1.35;
}

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

ul.is-style-unformatted, ol.is-style-unformatted {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.is-style-unformatted > li, ol.is-style-unformatted > li {
  margin-block-end: 1rem;
}
ul.is-style-unformatted > li:last-child, ol.is-style-unformatted > li:last-child {
  margin-block-end: 0;
}
ul.is-style-links, ol.is-style-links {
  --shift: 3px;
  padding: 0;
  margin: 1em 0;
  list-style: none;
  font-size: clamp(1.389rem, 0.584vw + 1.262rem, 1.833rem);
  font-weight: 600;
  font-family: helvetica-neue-lt-pro, sans-serif;
  line-height: 1;
}
ul.is-style-links:first-child, ol.is-style-links:first-child {
  margin-top: 0;
}
ul.is-style-links:last-child, ol.is-style-links:last-child {
  margin-bottom: 0;
}
ul.is-style-links > li, ol.is-style-links > li {
  position: relative;
  margin: 0 var(--shift) 0 0;
  padding: 1rem 0;
  border-top: 2px solid currentColor;
}
ul.is-style-links > li a, ol.is-style-links > li a {
  --icon-size: .75em;
  position: relative;
  display: block;
  text-decoration: none;
  padding-right: 1.5em;
}
ul.is-style-links > li a:after, ol.is-style-links > li a:after {
  position: absolute;
  top: -0.125em;
  right: 0px;
  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";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--icon-size));
  padding: 0.45em;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  background: rgba(0, 0, 255, 0);
  border-radius: 50%;
  transition: 0.2s ease;
}
ul.is-style-links > li a:hover:after, ol.is-style-links > li a:hover:after {
  translate: var(--shift) 0;
  background: blue;
  color: #fff;
}
h1 + ul.is-style-links, h2 + ul.is-style-links, h3 + ul.is-style-links, h4 + ul.is-style-links, h5 + ul.is-style-links, h6 + ul.is-style-links, h1 + ol.is-style-links, h2 + ol.is-style-links, h3 + ol.is-style-links, h4 + ol.is-style-links, h5 + ol.is-style-links, h6 + ol.is-style-links {
  margin-top: 0;
}

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

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

.wp-block-theme-blocks-posts {
  position: relative;
}
.wp-block-theme-blocks-posts .query-posts {
  width: 100%;
  padding-top: 0;
}
.wp-block-theme-blocks-posts.large-first-post .query-posts {
  --gap:calc(var(--block-margin, 4rem) * 1);
  --row-gap: var(--gap);
  --column-gap: var(--gap);
  grid-template-rows: auto 1fr auto;
}
.wp-block-theme-blocks-posts.large-first-post .query-posts > .hentry:first-child {
  grid-row: 1/span 2;
  grid-template-columns: auto;
  grid-template-areas: "image" "title" "meta" "content";
}
.wp-block-theme-blocks-posts.large-first-post .query-posts > .hentry:first-child .thumbnail {
  margin-bottom: 1rem;
}

.theme-block.wp-block-theme-blocks-posts:not(.has-filters) .block-filters > .message {
  display: none;
}

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

.wp-block-theme-blocks-carousel {
  position: relative;
}
.wp-block-theme-blocks-carousel > .layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(0, 1fr) 1fr;
  grid-template-rows: auto;
  grid-template-areas: "slides slides slides" "captions captions captions" "prev dots next";
}
.wp-block-theme-blocks-carousel.is-style-compact {
  --image-aspect-ratio: 8 / 4;
}
.wp-block-theme-blocks-carousel.is-style-compact .block-slides {
  margin-bottom: 1rem;
}
.wp-block-theme-blocks-carousel .block-captions,
.wp-block-theme-blocks-carousel .block-page {
  font-style: normal;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: clamp(0.889rem, 0.146vw + 0.857rem, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin: 0.5rem 0 0 0;
}
.wp-block-theme-blocks-carousel .block-captions {
  grid-area: captions;
  padding: 0 4em 0 0;
}
.wp-block-theme-blocks-carousel .block-page {
  grid-area: captions;
  text-align: right;
}
.wp-block-theme-blocks-carousel .block-nav {
  position: absolute;
  grid-area: slides;
  box-sizing: border-box;
  height: 100%;
  z-index: 1;
  padding: 0 calc(var(--block-margin, 4rem) * 0.5);
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease;
}
.wp-block-theme-blocks-carousel .block-nav .icon {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 24px;
  transition: transform 0.2s ease;
  transform: translate(0, 0);
  background: #098191;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.wp-block-theme-blocks-carousel .block-nav.prev {
  right: 100%;
  justify-content: end;
}
.wp-block-theme-blocks-carousel .block-nav.prev:hover {
  color: #FF5001;
}
.wp-block-theme-blocks-carousel .block-nav.prev:hover .icon {
  transform: translate(-3px, 0);
}
.wp-block-theme-blocks-carousel .block-nav.next {
  left: 100%;
  justify-content: start;
}
.wp-block-theme-blocks-carousel .block-nav.next:hover {
  color: #FF5001;
}
.wp-block-theme-blocks-carousel .block-nav.next:hover .icon {
  transform: translate(3px, 0);
}
@media screen and (max-width: 980px) {
  .wp-block-theme-blocks-carousel .block-nav.prev {
    left: 0;
    right: auto;
  }
  .wp-block-theme-blocks-carousel .block-nav.next {
    right: 0;
    left: auto;
  }
}
.wp-block-theme-blocks-carousel .block-slides {
  position: relative;
  z-index: 1;
  grid-area: slides;
  padding: 0;
}
.wp-block-theme-blocks-carousel .slide {
  position: relative;
  padding: 0;
  text-align: center;
}
.wp-block-theme-blocks-carousel .slide > .layout {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-theme-blocks-carousel .slide > .layout p {
  margin-bottom: 0.5em;
}
.wp-block-theme-blocks-carousel .slide > .layout p.is-style-default {
  color: blue;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wp-block-theme-blocks-carousel .slide > .layout .theme-block {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-theme-blocks-carousel .slide > .layout .theme-block + .theme-block {
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-theme-blocks-carousel .slide .wp-block-embed,
.wp-block-theme-blocks-carousel .slide .wp-block-image {
  width: 100%;
}
.wp-block-theme-blocks-carousel .slide .wp-block-heading {
  margin-top: 1rem;
}
.wp-block-theme-blocks-carousel .slide .wp-block-image img {
  width: 100%;
  aspect-ratio: var(--image-aspect-ratio, 4/3);
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-theme-blocks-carousel .block-dots {
  grid-area: dots;
  position: relative;
  display: flex;
  align-self: end;
  justify-content: center;
  z-index: 10;
  margin: 0 auto;
  padding: 1rem 0;
}
.wp-block-theme-blocks-carousel:not(.is-style-compact) .slide {
  width: 400px;
}
.wp-block-theme-blocks-carousel.is-style-compact .slide {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-carousel .block-slides {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-theme-blocks-carousel .block-nav {
    display: none !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: transparent;
    padding: 2em 0.5em;
  }
  .wp-block-theme-blocks-carousel .block-nav.prev {
    left: 0;
  }
  .wp-block-theme-blocks-carousel .block-nav.next {
    right: 0;
  }
}

.wp-block-theme-blocks-expandable {
  --highlight-color: #29694E;
  --gap: 1rem;
  margin: calc(var(--block-margin, 4rem) * 0.5) 0 var(--gap) 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 0 calc(var(--block-margin, 4rem) * 0.25);
}
.wp-block-theme-blocks-expandable:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-expandable:after {
  content: " ";
  display: block;
  clear: both;
}
.wp-block-theme-blocks-expandable .block-question {
  position: relative;
  font-size: clamp(1.222rem, 0.438vw + 1.127rem, 1.556rem);
  font-weight: 500;
  transition: 0.2s ease;
}
.wp-block-theme-blocks-expandable .block-question:before {
  display: inline-block;
  position: absolute;
  right: 100%;
  margin: 0 0.5em 0 0;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\+";
  color: var(--highlight-color);
  transition: 0.2s ease;
  rotate: 90deg;
}
.wp-block-theme-blocks-expandable .block-answer {
  padding-top: 1rem;
  position: relative;
  /*> .wp-block-image {
      &.alignleft,
      &.alignright {
          display:block;
          position:absolute;
          float:none;
          img {
              display:block;
              max-width:none;
              width:auto;
          }
      }
      &.alignleft {
          right:100%;

      }
      &.alignright {
          left:100%;
      }
  }*/
}
.wp-block-theme-blocks-expandable.expand .block-question {
  cursor: pointer;
}
.wp-block-theme-blocks-expandable.on .block-question:before {
  transform: rotate(90deg);
  content: "\f068";
}
@media screen and (max-width: 840px) {
  .wp-block-theme-blocks-expandable .block-question:before {
    position: relative;
    right: auto;
  }
}

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

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

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

.wp-block-theme-blocks-card {
  display: flex;
  flex-direction: column;
}
.wp-block-theme-blocks-card.has-top-title .title {
  order: -1;
}

.hentry.card {
  --padding: 2rem;
  max-width: none;
  border: 0;
  background: var(--hentry-background-color, #f2f2f2);
  color: var(--hentry-color, inherit);
  padding: var(--padding);
}
.hentry.card.clickable h1, .hentry.card.clickable h2, .hentry.card.clickable h3, .hentry.card.clickable h4, .hentry.card.clickable h5, .hentry.card.clickable h6 {
  cursor: pointer;
}
.hentry.card .thumbnail {
  grid-area: image;
  margin: calc(var(--padding) * -1) calc(var(--padding) * -1) var(--padding) calc(var(--padding) * -1);
}
.hentry.card .title {
  grid-area: title;
}
.hentry.card .content {
  grid-area: content;
}
.has-background.has-light-gray-background-color .hentry.card {
  --hentry-background-color: #ffffff;
  --hentry-color: #111111;
}
.hentry.card .cta {
  width: 100%;
  margin-top: 2em;
  padding-top: 0.7em;
  min-height: 1.8em;
  border-top: 1px solid #d4dce3;
  color: var(--hentry-color, #005a9c);
}
.hentry.card .cta > .wp-block-button__link {
  display: flex;
  color: inherit;
}
.hentry.card .cta > .wp-block-button__link:hover {
  background: none !important;
  border: none;
}
.hentry.card .title + .cta,
.hentry.card .cta:first-child {
  margin-top: 0;
}

.hentry.card.is-style-text-hover {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: calc(var(--block-margin, 4rem) * 5);
  color: #ffffff;
}
.hentry.card.is-style-text-hover > .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.hentry.card.is-style-text-hover > .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.hentry.card.is-style-text-hover > .thumbnail:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.hentry.card.is-style-text-hover > .title {
  margin-bottom: 0;
}
.hentry.card.is-style-text-hover > .content {
  position: relative;
  z-index: 1;
  grid-area: content;
}
body.theme .hentry.card.is-style-text-hover > .content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
body.theme .hentry.card.is-style-text-hover:hover > .content {
  max-height: 100%;
  overflow: scroll;
  margin-top: 0.5rem;
}

.hentry.card.is-style-feature {
  text-align: center;
}
.hentry.card.is-style-feature > .thumbnail {
  align-self: center;
  justify-self: center;
  margin: 0 auto;
}
.hentry.card.is-style-feature > .thumbnail img {
  width: calc(calc(var(--block-margin, 4rem) * 2) * var(--image-size, 1));
  height: calc(calc(var(--block-margin, 4rem) * 2) * var(--image-size, 1));
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.hentry.card.is-style-feature .title {
  font-size: clamp(1.333rem, 0.146vw + 1.302rem, 1.444rem);
  line-height: 1.3;
}

.hentry.card.is-style-small-icon {
  display: grid;
  grid-template-columns: calc(calc(var(--block-margin, 4rem) * 2) * var(--image-size, 1)) auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "image title" "image content";
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0;
  background: var(--hentry-background-color, transparent);
  color: var(--hentry-color, inherit);
}
.hentry.card.is-style-small-icon.has-background-color {
  padding: var(--padding);
}
.hentry.card.is-style-small-icon .thumbnail {
  margin: 0;
}
.hentry.card.is-style-small-icon .thumbnail img {
  display: block;
  width: 100%;
}
.hentry.card.is-style-small-icon .title {
  font-size: clamp(1.333rem, 0.146vw + 1.302rem, 1.444rem);
  line-height: 1.3;
}

.wp-block-theme-blocks-read-more {
  margin: 1rem 0;
}
.wp-block-theme-blocks-read-more:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-read-more:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-read-more .block-label {
  display: inline-flex;
  cursor: pointer;
  font-weight: 600;
  gap: 0.7em;
}
.wp-block-theme-blocks-read-more .block-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: "\f107";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
  font-size: 1em;
  border: 1px solid currentColor;
  border-radius: 50%;
  text-align: center;
  transition: 0.2s ease;
}
.wp-block-theme-blocks-read-more.on .block-label:after {
  transform: scaleY(-1);
}

.wp-block-theme-blocks-logos .block-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(var(--block-margin) * var(--block-gap, 0.5));
  row-gap: calc(var(--block-margin) * var(--block-row-gap, 0.5));
}
.wp-block-theme-blocks-logos .block-logos .logo {
  position: relative;
  display: block;
}
.wp-block-theme-blocks-logos .block-logos .logo img {
  display: block;
  max-width: var(--block-max-width, 300px);
  max-height: var(--block-max-height, 150px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.odometer {
  display: inline-block;
  position: relative;
}
.odometer .digit {
  display: inline-block;
  position: relative;
  text-align: center;
}
.odometer .digit .spacer {
  opacity: 0;
}
.odometer .digit .track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.odometer .digit .digits {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: ease-in-out 2s;
}
.odometer .digit .digits i {
  position: relative;
  width: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  font-style: normal;
}
.odometer .digit.on .digits {
  transform: translateY(-100%);
}

.wp-block-theme-blocks-count-up {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  font-size: var(--block-count-up-font-size, 3.33rem);
  line-height: 1.25;
}
@media screen and (max-width: 761px) {
  .wp-block-theme-blocks-count-up {
    font-size: 2.25rem;
  }
}
.wp-block-theme-blocks-count-up .block-prefix {
  line-height: 1;
}
.wp-block-theme-blocks-count-up .block-count {
  position: relative;
}
.wp-block-theme-blocks-count-up .block-suffix {
  font-size: 0.7em;
}

.wp-block-theme-blocks-stats {
  margin: calc(var(--block-margin, 4rem) * 1) 0;
  line-height: 1;
  font-weight: 700;
}
.wp-block-theme-blocks-stats:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-stats:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-stats .block-statistics {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: calc(var(--block-margin, 4rem) * 0.25);
}
.wp-block-theme-blocks-stats .statistic {
  display: block;
  gap: 0.5em;
  font-size: 0.9em;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}
.wp-block-theme-blocks-stats .statistic .wp-block-theme-blocks-count-up {
  margin: 0;
}
.wp-block-theme-blocks-stats .statistic strong {
  font-weight: 700;
}
.wp-block-theme-blocks-stats .statistic .label {
  /*
  &:before {
      content:' ';
      display:block;
      width: var(--block-hr-width, 0);;
      height: 5px;
      margin:0 0 .5em;
      background: currentColor;
      border-radius:1rem;
      transition: $appear-transition;
  }
      */
  display: inline-block;
}
.wp-block-theme-blocks-stats .statistic.appeared {
  --block-hr-width: 7rem;
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-stats .block-statistics {
    -moz-column-gap: calc(var(--block-margin, 4rem) * 0.5);
         column-gap: calc(var(--block-margin, 4rem) * 0.5);
    row-gap: calc(var(--block-margin, 4rem) * 1);
  }
  .wp-block-theme-blocks-stats .statistic {
    width: calc(50% - calc(var(--block-margin, 4rem) * 1));
  }
}
.wp-block-theme-blocks-stats-block .block-image {
  grid-area: image;
  position: relative;
  display: block;
}
.wp-block-theme-blocks-stats-block .block-image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-theme-blocks-stats-block .statistic {
  grid-area: stat;
}
.wp-block-theme-blocks-stats-block.is-style-default .block-image, .wp-block-theme-blocks-stats-block:not(.is-style-top-image, .is-style-left-image) .block-image {
  display: none;
}
.wp-block-theme-blocks-stats-block.is-style-top-image {
  display: grid;
  row-gap: 1rem;
  grid-template-columns: var(--block-image-width, 200px) 1fr;
  grid-template-areas: "image ." "stat stat";
}
.wp-block-theme-blocks-stats-block.is-style-left-image {
  display: grid;
  grid-template-columns: var(--block-image-width, 200px) 1fr;
  grid-template-areas: "image stat";
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.wp-block-theme-blocks-promotion {
  --block-extra-padding-bottom: 0px;
  position: relative;
  padding: calc(var(--block-margin, 4rem) * 1.5) calc(var(--block-margin, 4rem) * 1) calc(var(--block-margin, 4rem) * 1.5 + var(--block-extra-padding-bottom));
  margin: calc(var(--block-margin, 4rem) * 2) auto calc(var(--block-margin, 4rem) * 2) auto;
  max-width: 1000px;
  box-sizing: border-box;
  background: #f2f2f2;
}
.wp-block-theme-blocks-promotion > .block-content {
  grid-area: content;
  position: relative;
  z-index: 5;
}
.wp-block-theme-blocks-promotion > .block-content > * {
  position: relative;
  z-index: 10;
}
.wp-block-theme-blocks-promotion:not(.is-style-left-image, .is-style-left) > .block-content p {
  font-family: Times, serif;
}
@media screen and (min-width: 600px) {
  .wp-block-theme-blocks-promotion:not(.is-style-left-image, .is-style-left) > .block-content p {
    font-size: 1.22em;
  }
}
.wp-block-theme-blocks-promotion > .block-image {
  grid-area: image;
  position: relative;
  z-index: 1;
}
.wp-block-theme-blocks-promotion > .block-background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: var(--image-size, cover);
     object-fit: var(--image-size, cover);
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.wp-block-theme-blocks-promotion:not(.is-style-left-image) {
  text-align: center;
}
.wp-block-theme-blocks-promotion:not(.is-style-left-image) > .block-content {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-theme-blocks-promotion:not(.is-style-left-image) .wp-block-buttons {
  justify-content: center;
}
.wp-block-theme-blocks-promotion.is-style-left {
  text-align: left;
}
.wp-block-theme-blocks-promotion.is-style-left .wp-block-buttons {
  justify-content: unset;
}
.wp-block-theme-blocks-promotion {
  --shadow-width: 2rem;
  --offset-x: 4;
  --offset-y: 3;
}
.wp-block-theme-blocks-promotion:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(var(--shadow-width) * var(--offset-y));
  left: calc(var(--shadow-width) * -1);
  width: calc(100% - var(--shadow-width) * var(--offset-x) + var(--shadow-width));
  height: calc(100% - var(--shadow-width) * var(--offset-y) + var(--shadow-width));
  background: #f2f2f2 0% 100% repeat;
  clip-path: polygon(0% 0%, var(--shadow-width) 0%, var(--shadow-width) calc(100% - var(--shadow-width)), 100% calc(100% - var(--shadow-width)), 100% 100%, 0% 100%);
}
@media screen and (max-width: 600px) {
  .wp-block-theme-blocks-promotion {
    padding: calc(var(--block-margin, 4rem) * 1) calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 1 + var(--block-extra-padding-bottom));
  }
}
.wp-block-theme-blocks-promotion.is-style-full-width {
  max-width: none;
  padding: calc(var(--block-margin, 4rem) * 2) calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-promotion.is-style-full-width:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 100% 100%;
  background-size: auto 100%;
}
@media screen and (max-width: 1200px) {
  .wp-block-theme-blocks-promotion.is-style-full-width:before {
    background-position: 20% 100%;
  }
}
.wp-block-theme-blocks-promotion.is-style-full-width > .block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-theme-blocks-promotion.is-style-full-width > .block-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%;
}
.wp-block-theme-blocks-promotion.is-style-full-width > .block-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 16rem;
  padding: calc(var(--block-margin, 4rem) * 1) 0;
  color: white;
  font-size: inherit;
}
.wp-block-theme-blocks-promotion.is-style-full-width > .block-content:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  aspect-ratio: 1;
  width: auto;
  height: 100%;
  translate: -50% 0%;
  background: #005a9c;
  border-radius: 50%;
  transform-origin: 50% 50%;
  scale: 1;
  transition: 0.2s ease;
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-promotion.is-style-full-width > .block-content {
    min-height: 10rem;
  }
}
.wp-block-theme-blocks-promotion.is-style-full-width > .block-content.clickable:hover:before {
  scale: 1.025;
}
.wp-block-theme-blocks-promotion.is-style-full-width .wp-block-button.has-circle-arrow-style .icon.arrow i {
  background-color: #ffffff;
  color: red;
}
.wp-block-theme-blocks-promotion.is-style-left-image {
  padding: calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 1) calc(var(--block-margin, 4rem) * 0.5 + var(--block-extra-padding-bottom)) 0;
  margin-bottom: calc(var(--shadow-width) + calc(var(--block-margin, 4rem) * 0.25));
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-areas: "image content";
  align-items: center;
}
.wp-block-theme-blocks-promotion.is-style-left-image > .block-content {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: calc(var(--block-margin, 4rem) * 1);
  padding-bottom: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-promotion.is-style-left-image > .block-image img, .wp-block-theme-blocks-promotion.is-style-left-image > .block-image .img {
  position: relative;
  translate: calc(var(--shadow-width, 2rem) * -2) 0px;
}
.wp-block-theme-blocks-promotion.is-style-left-image > .block-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-theme-blocks-promotion.is-style-left-image.no-image {
  display: block;
  padding-left: calc(var(--block-margin, 4rem) * 1);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-promotion.is-style-left-image {
    --shadow-width: 1.5rem;
    --offset-x: 2;
    --offset-y: 4;
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "image" "content";
    grid-template-rows: auto 1fr;
    padding-left: calc(var(--block-margin, 4rem) * 1);
    margin-top: calc(var(--block-margin, 4rem) * 3.5);
  }
  .wp-block-theme-blocks-promotion.is-style-left-image > .block-image {
    margin-top: calc(var(--block-margin, 4rem) * -2.5);
  }
  .wp-block-theme-blocks-promotion.is-style-left-image > .block-image img {
    translate: none;
  }
  .wp-block-theme-blocks-promotion.is-style-left-image > .block-content {
    padding-top: calc(var(--block-margin, 4rem) * 0.5);
    text-align: center;
  }
  .wp-block-theme-blocks-promotion.is-style-left-image > .block-content .wp-block-buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-theme-blocks-promotion.is-style-left-image {
    padding-left: calc(var(--block-margin, 4rem) * 0.5);
    padding-right: calc(var(--block-margin, 4rem) * 0.5);
  }
  .wp-block-theme-blocks-promotion.is-style-left-image > .block-content {
    padding-bottom: calc(var(--block-margin, 4rem) * 0.5);
  }
}/*# sourceMappingURL=style.css.map */