/*!
Theme Name: Lantern 2025
Theme URI: https://lanternhousing.org/
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: Karla, sans-serif;
  font-size: 18px;
  font-weight: 500;
  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: Karla, sans-serif;
}

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

.text-headline {
  font-family: "Anek Latin", 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: #098191;
  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;
}

body p a {
  font-weight: 700;
}

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

@media screen and (min-width: 767px) {
  .has-indent {
    padding-left: calc(var(--block-margin, 4rem) * 1);
  }
}

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

input[type=submit],
button {
  border-radius: 5px;
  font-weight: 600;
  font-family: "Anek Latin", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  padding: var(--button-padding, 0.5em 1.5em);
  background: #098191;
}

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: Karla, sans-serif;
  font-size: 0.9444444444rem;
  font-weight: 400;
}

textarea {
  width: 100%;
}

.nf-field-container .nf-field-label span {
  font-family: "Anek Latin", sans-serif;
  font-weight: 600;
}

.nf-field-element ul li {
  display: flex;
}
.nf-field-element ul li label {
  margin-left: 0.5em !important;
}
.nf-field-element ul li input {
  margin: 0 !important;
}

.field-wrap input[type=submit] {
  background: #098191;
  color: #fff;
  cursor: pointer;
  border: none;
  transition: 0.2s ease;
}
.field-wrap input[type=submit]:hover {
  background: #2B4159;
}

.hentry {
  position: relative;
  box-sizing: border-box;
}

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

.hentry.excerpt:before {
  content: " ";
  display: block;
  width: var(--block-hr-width, 0%);
  height: 5px;
  margin: 0 0 calc(var(--block-margin, 4rem) * 0.25);
  border-radius: 1rem;
  background: #2B4159;
  transition: width 0.4s ease-in-out;
}
.hentry.excerpt.appeared {
  --block-hr-width: 7rem;
}

div.hentry.type-property:before {
  display: none;
}
div.hentry.type-property .thumbnail {
  display: block;
  position: relative;
  padding: 0 0 66.6666666667%;
  margin: 0 0 1rem;
  background: #8AC3C8;
  border-radius: 10px;
}
div.hentry.type-property .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%);
  border-radius: 10px;
}

li.hentry.type-property {
  --icon-size: 1.4rem;
  display: grid;
  grid-template-areas: "name address units" "hr hr hr";
  grid-template-columns: 30% 1fr 25%;
  gap: var(--gap, 1rem);
  align-items: start;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  font-weight: 600;
  line-height: normal;
}
li.hentry.type-property .thumbnail {
  position: relative;
  display: none;
}
li.hentry.type-property .icon {
  grid-area: icon;
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
}
li.hentry.type-property .title {
  grid-area: name;
  font-size: inherit;
  margin: 0;
  line-height: normal;
  min-height: 25px;
  display: flex;
  align-items: center;
}
li.hentry.type-property .title a {
  display: grid;
  align-items: center;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  grid-template-areas: "icon name";
  grid-template-columns: auto 1fr;
}
li.hentry.type-property .title .icon {
  align-self: start;
  grid-area: icon;
  border-radius: 50%;
  background: #098191;
  color: #fff;
  transition: 0.2s ease;
}
li.hentry.type-property.clickable:hover .title .icon {
  translate: 3px 0;
}
li.hentry.type-property .address {
  grid-area: address;
}
li.hentry.type-property .units {
  grid-area: units;
}
li.hentry.type-property .address,
li.hentry.type-property .units {
  box-sizing: border-box;
  position: relative;
  display: grid;
  align-items: center;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  grid-template-areas: "icon name";
  grid-template-columns: auto 1fr;
}
li.hentry.type-property .address .icon,
li.hentry.type-property .units .icon {
  align-self: start;
  font-size: 22px;
  color: #098191;
}
li.hentry.type-property:after {
  content: " ";
  display: block;
  grid-area: hr;
  width: var(--block-hr-width, 0%);
  transition: 0.4s ease-in-out;
  height: 4px;
  background: currentColor;
  border-radius: 1rem;
}
li.hentry.type-property.appeared {
  --block-hr-width:100%;
}
@media screen and (max-width: 767px) {
  li.hentry.type-property {
    row-gap: 0.5rem;
    padding-bottom: 0.5rem;
    grid-template-columns: 25% 1fr;
    grid-template-areas: "name address" "name units" "hr hr";
  }
  li.hentry.type-property:after {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  li.hentry.type-property {
    grid-template-columns: auto;
    grid-template-areas: "name" "address" "units" "hr";
  }
}

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: 1.11em;
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  line-height: 1.5;
  font-weight: 600;
  color: #2B4159;
}
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: 220px;
  --logo-filter: brightness(0) invert(1);
  --color: #fff;
  /*
  body.front-page & {
      .block-nav,
      .block-logo {
          transition: $nav-transition;
      }
  }
  body.front-page & {
      .block-toggle {
          gap:0;
          .toggle {
              box-sizing:border-box;

          }
          .toggle.menu {
              display:block;
              border-radius: 0 var(--border-radius) var(--border-radius) 0;
          }
          .toggle.search {
              align-self:stretch;
              height:auto;
              width:50px;
              border-radius: var(--border-radius) 0 0 var(--border-radius);
          }

      }
  }
  body.scrolled:not(.scrolled,.menu-on) & {
      .block-nav,
      .block-logo {
          opacity:0;
          z-index:-1;
      }        
  }
  body.front-page.menu-on & {
      --background-color: #098191;
  }

  body.scrolled & {
      --background-color: var(--page-highlight-color, #098191);
  }
  */
  /*
      body.front-page &,
      body.scrolled & {
          .toggle.menu {
              // display:block;
          }
          .block-toggle {
              // gap:0;
              .toggle {
                  // box-sizing:border-box;

              }
              .toggle.menu {
                  // display:block;
                  // border-radius: 0 var(--border-radius) var(--border-radius) 0;
              }
              .toggle.search {
                  // align-self:stretch;
                  // height:auto;
                  // width:50px;
                  // border-radius: var(--border-radius) 0 0 var(--border-radius);
              }

          }
      }
      body.front-page:not(.menu-on) &,
      body.scrolled:not(.menu-on) & {
          .block-logo {
              // visibility: hidden;
          }
          .block-nav {
              // display:none;
          }
      }
  */
  --background-color: transparent;
  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 var(--nav-delay, 0.25s) ease-in-out, background-color var(--nav-delay, 0.25s) ease-in-out;
  background: var(--background-color, transparent);
  color: var(--color);
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto auto;
  grid-template-areas: "logo . . ." "logo nav toggle-search toggle-menu" "logo . . .";
  grid-template-rows: calc(var(--block-margin, 4rem) * 0.5) auto calc(var(--block-margin, 4rem) * 0.25);
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
#header:not(.initialized) {
  --nav-delay: 0s;
}
body.single-property #header {
  --page-highlight-color-alt: #098191;
}
#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;
  opacity: 1;
  transition: var(--nav-delay, 0.25s) ease-in-out;
}
#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-search {
  position: absolute;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #2B4159;
  margin: 0;
  padding: calc(var(--block-margin, 4rem) * 1.5) var(--gutter-right) calc(var(--block-margin, 4rem) * 1.5) var(--gutter-left);
  color: #fff;
  translate: 0% -110%;
  transition: var(--nav-delay, 0.25s) ease-in-out;
}
body.search-on #header .block-search {
  translate: 0% 0%;
  opacity: 1;
}
#header .block-search.focused {
  --highlight-color: #F47A20;
}
#header .block-search .close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: calc(var(--block-margin, 4rem) * 0.5);
  color: inherit;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
}
#header .block-search .inputs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "input submit";
  gap: 1rem;
  align-items: center;
  padding: 0;
  max-width: 794px;
  margin: 0 auto;
}
#header .block-search .inputs:after {
  content: " ";
  display: block;
  grid-area: input;
  align-self: end;
  height: 5px;
  width: 100%;
  border-radius: 1rem;
  background: var(--highlight-color, #8AC3C8);
  transition: 0.2s ease;
}
#header .block-search .inputs input[type=text] {
  position: relative;
  z-index: 2;
  grid-area: input;
  flex-grow: 1;
  padding: 1em 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 1.1rem;
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  font-weight: 600;
  outline: 0;
}
#header .block-search .inputs ::-webkit-input-placeholder {
  color: inherit;
}
#header .block-search .inputs :-moz-placeholder {
  color: inherit;
}
#header .block-search .inputs ::-moz-placeholder {
  color: inherit;
}
#header .block-search .inputs :-ms-input-placeholder {
  color: inherit;
}
#header .block-search .inputs button {
  grid-area: submit;
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 20px;
  background: #098191;
  color: #fff;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}
#header .block-search .inputs button:hover {
  background-color: #F47A20;
}
#header .block-nav {
  position: relative;
  grid-area: nav;
  font-family: "Anek Latin", sans-serif;
  opacity: 1;
  letter-spacing: normal;
}
#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;
  margin: 0 1rem 0 0;
}
#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: #F47A20;
  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: 1001px) {
  #header .block-nav > ul > li {
    --dropdown-background-color: #2B4159;
    --dropdown-background-color: var(--page-highlight-color-alt, #2B4159);
    --dropdown-color: #fff;
  }
  #header .block-nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 275px;
    max-height: 0;
    overflow: hidden;
    margin: 1.2em 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;
    border-radius: 10px;
  }
  #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 .toggle.menu {
  grid-area: toggle-menu;
  --width: 42px;
  --height: 42px;
  --bar-thickness: 3px;
  --color: currentColor;
  --border-radius:7px;
  display: none;
  position: relative;
  align-items: center;
  color: var(--color);
  cursor: pointer;
  transition: transform 0.2s ease;
}
#header .toggle.menu:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  translate: -50% -50%;
  background: #60BF91;
  border-radius: var(--border-radius);
  transition: 0.2s ease;
}
#header .toggle.menu .bars {
  position: relative;
  display: flex;
  gap: calc(var(--bar-thickness) * 1.5);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--width);
  height: var(--height);
  transition: var(--nav-delay, 0.25s) ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
}
#header .toggle.menu .bar {
  display: block;
  width: 50%;
  height: var(--bar-thickness);
  background: #2B4159;
  position: relative;
  overflow: hidden;
}
#header .toggle.menu .bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #60BF91;
  transition: 0.25s all ease-in-out;
}
#header .toggle.menu .bar.one:before {
  transition-delay: 0.2s;
}
#header .toggle.menu .bar.two:before {
  transition-delay: 25s;
}
#header .toggle.menu .bar.three:before {
  transition-delay: 0.3s;
}
#header .toggle.menu .close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--width) * 0.8);
  height: calc(var(--width) * 0.8);
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: var(--nav-delay, 0.25s) ease-in-out;
  opacity: 0;
}
#header .toggle.menu .close:before, #header .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 .toggle.menu .close:after {
  transform: rotate(90deg);
}
#header .toggle.menu:hover .bars .bar.one:before {
  animation: hamburgerHover 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
}
#header .toggle.menu:hover .bars .bar.two:before {
  animation: hamburgerHover 0.72s cubic-bezier(0.19, 1, 0.22, 1) 0.25s forwards;
}
#header .toggle.menu:hover .bars .bar.three:before {
  animation: hamburgerHover 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
}
@keyframes hamburgerHover {
  0% {
    width: 50%;
    left: 0;
  }
  100% {
    width: 80%;
    left: 100%;
  }
}
#header .toggle.menu.on {
  --border-radius: 50%;
}
#header .toggle.menu.on:before {
  width: 36px;
  height: 36px;
}
#header .toggle.menu.on .bars {
  transform: rotate(45deg);
  opacity: 0;
}
#header .toggle.menu.on .close {
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
#header .toggle.search {
  --width:60%;
  --height: 26px;
  --bar-thickness: 2px;
  --color: currentColor;
  grid-area: toggle-search;
  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;
  transition: clip-path var(--nav-delay, 0.25s) ease-in-out, opacity var(--nav-delay, 0.25s) ease-in-out;
  clip-path: circle(100%);
  opacity: 1;
}
#header .toggle.search .icon {
  opacity: 1;
  transition: 0.2s ease;
}
#header .toggle.search:before, #header .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: 1rem;
  rotate: 0deg;
  transition: 0.2s ease;
  opacity: 0;
}
#header .toggle.search:before {
  rotate: -45deg;
}
#header .toggle.search:after {
  rotate: -90deg;
}
body.search-on #header .toggle.search .icon {
  opacity: 0;
}
body.search-on #header .toggle.search:before {
  opacity: 1;
  rotate: 45deg;
}
body.search-on #header .toggle.search:after {
  opacity: 1;
  rotate: -45deg;
}
#header .block-toggle {
  grid-area: toggle;
  margin: 0;
  position: relative;
  z-index: 1021;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1001px) {
  #header {
    background-color: transparent;
  }
  #header:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-color, transparent);
    transition: var(--nav-delay, 0.25s) ease-in-out;
    translate: 0% -110%;
  }
  body.menu-on #header:before {
    translate: 0% 0%;
  }
  #header.initialized .block-nav > ul > li {
    transition: var(--nav-delay, 0.25s) ease-in-out;
  }
  #header .block-logo {
    translate: 0% 0%;
  }
  #header .toggle.menu {
    display: block;
    width: 0;
    overflow: hidden;
    transition: width var(--nav-delay, 0.25s) ease-in-out;
  }
  body.front-page #header .toggle.menu, body.scrolled #header .toggle.menu {
    width: var(--width, 50px);
  }
  #header .toggle.search {
    transition: background-color var(--nav-delay, 0.25s) ease-in-out;
  }
  body.front-page #header .toggle.search, body.scrolled #header .toggle.search {
    clip-path: circle(var(--search-clip-path, 0%));
    opacity: 0;
  }
  body.menu-on #header .toggle.search {
    --search-clip-path: 100%;
    opacity: 1;
  }
  #header .toggle.search:hover {
    background-color: #F47A20;
  }
  body.menu-on #header {
    --background-color: var(--page-highlight-color, #098191);
  }
  body.front-page:not(.menu-on) #header .block-logo, body.scrolled:not(.menu-on) #header .block-logo {
    translate: 0% calc(var(--header-height) * -1.5);
  }
  body.front-page #header .block-nav > ul > li, body.scrolled #header .block-nav > ul > li {
    translate: 0 calc(var(--header-height) * -1);
  }
  body.menu-on #header .block-nav > ul > li.menu-item-visible {
    translate: 0 0;
  }
  #header .block-nav > ul > li > a .icon {
    --icon-size: 20px;
    display: inline-block;
    color: #F47A20;
    transition: 0.2s ease;
    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.on > a .icon {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1000px) {
  #header {
    --logo-width: 180px;
    grid-template-areas: "logo ." "logo toggle-menu" "logo ." "nav nav" "toggle-search ." ". .";
    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;
    /*&:before {
        content:' ';
        display:block;
        background:rgba($color-white, 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%;


    }*/
    /*
    .block-toggle {
        gap:0;
        .toggle {
            box-sizing:border-box;

        }
        .toggle.menu {
            display:block;
            border-radius: 0 var(--border-radius) var(--border-radius) 0;
        }
        .toggle.search {
            align-self:stretch;
            height:auto;
            width:50px;
            border-radius: var(--border-radius) 0 0 var(--border-radius);
        }
    }
    */
    height: var(--header-height);
    transition: var(--nav-delay, 0.25s) ease-in-out;
  }
  body.front-page:not(.menu-on) #header .block-logo, body.scrolled:not(.menu-on) #header .block-logo {
    translate: 0% calc(var(--header-height) * -1.5);
  }
  #header .block-logo {
    padding: calc(var(--block-margin, 4rem) * 0.25) 0;
  }
  #header .toggle.menu {
    display: block;
  }
  #header .toggle.search {
    display: none;
    margin-left: calc(var(--block-margin, 4rem) * 1);
    background: #098191;
  }
  body.menu-on #header .toggle.search {
    display: block;
  }
  #header .block-nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--nav-delay, 0.25s) ease-in-out;
    color: #fff;
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .block-nav > ul {
    gap: 0.6em;
    flex-direction: column;
    align-items: start;
    transition: var(--nav-delay, 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: var(--nav-delay, 0.25s) ease-in-out;
  }
  #header .block-nav > ul > li.menu-item-visible {
    opacity: 1;
  }
  #header .block-nav > ul > li > a {
    display: inline-block;
    padding: 0.4em 0;
  }
  #header .block-nav > ul > li > a:after {
    height: 3px;
    left: 0;
    translate: none;
  }
  #header .block-nav > ul > li > a .icon {
    --icon-size: 20px;
    display: inline-block;
    color: #fff;
    font-size: 0.9em;
    margin: 0 0 0 0.5rem;
  }
  #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);
  }
  #header .block-nav > ul > li:not(.on) {
    --highlight-width:0%;
  }
  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.search-on #header, body.menu-on #header {
    --padding: calc(var(--block-margin, 4rem) * 0.5);
    --background-color: #2B4159;
    --logo-filter: brightness(0) invert(1);
  }
  .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-cloned {
  display: none;
}

@media screen and (min-height: 800px), (min-height: 650px) and (min-width: 1024px) {
  #footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #footer-cloned {
    display: grid;
    visibility: hidden;
    z-index: -1;
  }
}
.footer-layout {
  --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;
  --right-column-width: 350px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: var(--gap);
  grid-template-columns: auto var(--right-column-width);
  font-weight: 700;
  font-size: 0.7777777778rem;
}
.footer-layout .layout {
  display: grid;
  position: relative;
}
.footer-layout .layout > * {
  position: relative;
  z-index: 1;
}
.footer-layout .layout:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 761px) {
  .footer-layout .layout:before {
    border-radius: 0;
  }
}
.footer-layout ul, .footer-layout li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-layout a {
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .footer-layout {
    gap: 0;
    grid-template-columns: auto;
  }
}

#bottom {
  position: relative;
  z-index: 10;
  padding-top: calc(var(--block-margin, 4rem) * 1);
  padding-bottom: var(--gap);
  grid-template-areas: "sub pattern";
  background: var(--background-color, #fff);
}
#bottom .layout.subscribe {
  grid-area: sub;
  padding: 1rem calc(var(--block-margin, 4rem) * 1) 1rem var(--gutter-left);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1em;
  align-items: center;
  background: #098191;
  color: #fff;
  border-radius: 0 0 var(--border-radius) 0;
  font-size: 1rem;
}
#bottom .layout.subscribe:before {
  background: inherit;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  transform: skewX(var(--skew-angle));
  transform-origin: 0% 100%;
}
#bottom .layout.subscribe label {
  max-width: 32em;
  font-family: "Anek Latin", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}
#bottom .layout.subscribe .input {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px;
  padding: 0.25em 0.6em 0.25em 0.25em;
}
#bottom .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;
}
#bottom .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;
  display: none;
}
#bottom .layout.subscribe .wp-block-button {
  justify-self: center;
}
#bottom .layout.subscribe .wp-block-button .wp-block-button__link {
  justify-content: center;
  --hover-background-color: #60BF91;
  --hover-text-color: #2B4159;
}
@media screen and (max-width: 1024px) {
  #bottom .layout.subscribe {
    grid-template-columns: auto;
    padding: calc(var(--block-margin, 4rem) * 1);
    text-align: center;
    justify-content: center;
  }
  #bottom .layout.subscribe:before {
    border-radius: 0;
    transform: none;
  }
  #bottom .layout.subscribe label {
    width: auto;
    margin: 0 auto;
  }
  #bottom .layout.subscribe .wp-block-button {
    display: inline-block;
    justify-self: center;
  }
}
#bottom .pattern {
  position: relative;
  grid-area: pattern;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #bottom .pattern {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    transform: skewX(var(--skew-angle));
    transform-origin: 0% 100%;
  }
  #bottom .pattern:before {
    transform: skewX(calc(var(--skew-angle) * -1));
    transform-origin: 0% 100%;
  }
}
#bottom .pattern:before {
  background: #8AC3C8 repeat-x 0% 50%;
  background-size: auto 100%;
  -webkit-mask-image: url(images/mosaic-bar.svg);
          mask-image: url(images/mosaic-bar.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (max-width: 1024px) {
  #bottom {
    grid-template-rows: calc(var(--block-margin, 4rem) * 1) auto;
    grid-template-areas: "pattern" "sub";
  }
}

.site-footer {
  grid-template-areas: "org comm";
}
@media screen and (max-width: 1024px) {
  .site-footer {
    grid-template-rows: auto;
    grid-template-areas: "org" "comm";
  }
}
.site-footer .layout.organization {
  --logo-width:170px;
  padding: var(--padding-top) calc(var(--block-margin, 4rem) * 1) 0 var(--gutter-left);
  grid-area: org;
  -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";
}
.site-footer .layout.organization:before {
  background: #E5DFD5;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  transform: skewX(var(--skew-angle));
  transform-origin: 100% 0%;
}
@media screen and (max-width: 1024px) {
  .site-footer .layout.organization {
    margin: 0 0 1rem;
    padding: calc(var(--block-margin, 4rem) * 1) var(--site-gutter-right) calc(var(--block-margin, 4rem) * 1) var(--site-gutter-left);
    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;
  }
  .site-footer .layout.organization:before {
    border-radius: 0;
    transform: none;
  }
  .site-footer .layout.organization .block-copyright {
    display: none;
  }
}
@media screen and (max-width: 761px) {
  .site-footer .layout.organization {
    text-align: center;
    padding: 2rem 0;
    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;
  }
  .site-footer .layout.organization .block-social ul {
    justify-content: center;
  }
}
.site-footer .layout.community {
  --logo-width: 129px;
  padding: var(--padding-top) calc(var(--block-margin, 4rem) * 1) 0 calc(var(--block-margin, 4rem) * 1);
  grid-template-rows: auto 1fr;
  grid-area: comm;
  grid-template-areas: "logo" "tag";
  background: #FBF4ED;
  border-radius: var(--border-radius) 0 0 0;
}
.site-footer .layout.community:before {
  background: inherit;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  transform: skewX(var(--skew-angle));
  transform-origin: 0% 0%;
}
.site-footer .layout.community .block-logo {
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .site-footer .layout.community {
    padding: 4rem;
    margin-top: 0;
  }
  .site-footer .layout.community .block-tagline {
    text-align: center;
  }
}
@media screen and (max-width: 761px) {
  .site-footer .layout.community {
    padding: 2rem 0;
  }
}
.site-footer .block-logo {
  grid-area: logo;
  margin: 0 0 calc(var(--block-margin, 4rem) * 0.5);
}
.site-footer .block-logo a {
  display: inline-block;
}
.site-footer .block-logo a img {
  display: block;
  width: var(--logo-width);
}
@media screen and (max-width: 1024px) {
  .site-footer .block-logo {
    text-align: center;
  }
  .site-footer .block-logo a img {
    margin: 0 auto;
  }
}
.site-footer .block-tagline {
  grid-area: tag;
}
.site-footer .block-address {
  grid-area: address;
}
.site-footer .block-menu {
  grid-area: nav;
}
.site-footer .block-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer .block-social {
  grid-area: social;
}
.site-footer .block-social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.site-footer .block-social a {
  display: block;
  width: 1em;
  text-align: center;
  font-size: 22px;
}
.site-footer .block-copyright {
  grid-area: copy;
  margin: calc(var(--block-margin, 4rem) * 0.5) 0;
  text-align: center;
  font-size: 0.6666666667rem;
}
@media screen and (max-width: 767px) {
  .site-footer .block-copyright span {
    display: block;
    opacity: 0;
    height: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .mobile.block-copyright {
    display: none;
  }
}

.icon.fa-location-dot {
  background: url(images/icon-pin.svg) no-repeat 50% 50%;
  background-size: contain;
}
.icon.fa-location-dot:before {
  visibility: hidden;
}

.icon.fa-house {
  background: url(images/icon-home.svg) no-repeat 50% 50%;
  background-size: contain;
}
.icon.fa-house:before {
  visibility: hidden;
}

.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: #F47A20;
  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) 0 0 0;
  background: #fff;
}

.main-content {
  --main-content-padding-top: calc(var(--block-margin, 4rem) * 0.5);
  --main-content-padding-bottom: 0px;
  position: relative;
  z-index: 10;
  margin: 0 0;
  padding: var(--main-content-padding-top) 0 0 0;
  background: var(--background-color, #fff);
  color: var(--color, inherit);
}
body.front-page .main-content {
  --main-content-padding-top:0;
}
.main-content > .layout {
  position: relative;
  display: grid;
  grid-template-columns: [start] var(--gutter-left) minmax(0, 1fr) minmax(0, 1fr) var(--gutter-right) [end];
  grid-template-areas: ". title title ." ". blocks 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 .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 {
  --main-content-padding-top:0;
}
.main-content.archive > .layout {
  grid-template-areas: "title title title title" ". filters filters ." ". posts posts ." ". pager pager ." ". search search .";
}
.main-content.archive .block-inline-search {
  grid-area: search;
  width: 100%;
  max-width: 400px;
  margin: calc(var(--block-margin, 4rem) * 1) auto 0;
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: stretch;
}
.main-content.archive .block-inline-search input[type=text] {
  flex-grow: 1;
  border: 1px solid #2B4159;
  border-radius: 10px;
}
.main-content.archive .block-inline-search button {
  display: block;
  padding: 0.5em 1em;
  background: #2B4159;
  color: #fff;
}
.main-content.archive .block-filters {
  grid-area: filters;
  margin: 0 0 calc(var(--block-margin, 4rem) * 1);
}
.main-content.archive .block-filters.no-filters {
  display: none;
}
.main-content.archive .query-posts {
  margin-left: auto;
  margin-right: auto;
  max-width: 794px;
  display: grid;
}
.main-content.archive .block-page-title {
  --square-size:350px;
  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) * 1)) var(--site-gutter-right) calc(var(--block-margin, 4rem) * 0.5) var(--site-gutter-left);
  background: var(--page-highlight-color, #098191);
  color: #fff;
  text-align: center;
}
.main-content.archive .block-page-title h1 {
  margin: 0;
}
.main-content.archive .block-page-title .introduction {
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
}
.main-content.archive .block-page-title .mosaic {
  display: block;
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: calc(var(--block-margin, 4rem) * -1);
  left: 0;
  height: calc(var(--block-margin, 4rem) * 1);
  width: 100%;
  border-radius: 0;
  background-color: #2B4159;
  -webkit-mask-image: url(images/mosaic-bar.svg);
          mask-image: url(images/mosaic-bar.svg);
}

.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 title" ". blocks blocks .";
}
.main-content.page .block-page-title {
  --square-size: 350px;
  --square-size-reduce: 50px;
  --hero-scale: 1.168;
  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: #E5DFD5;
  color: #fff;
}
.main-content.page .block-page-title:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--page-highlight-color, #098191);
  opacity: calc(1 - var(--tick, 0));
}
.main-content.page .block-page-title h1 {
  z-index: 5;
  max-width: 863px;
  margin: 0 0 0 calc((100vw - 926px) / 2 - var(--site-gutter-left));
}
@media screen and (max-width: 1200px) {
  .main-content.page .block-page-title h1 {
    margin-left: calc((100vw - 794px) / 2 - var(--site-gutter-left));
  }
}
@media screen and (max-width: 1024px) {
  .main-content.page .block-page-title h1 {
    margin-left: 0;
  }
}
.main-content.page .block-page-title .mosaic {
  position: absolute;
  z-index: 1;
  width: calc(var(--square-size) - var(--tick, 0) * var(--square-size-reduce));
  height: calc(var(--square-size) - var(--tick, 0) * var(--square-size-reduce));
  bottom: calc(var(--block-margin, 4rem) * -1);
  border-radius: 10px;
  overflow: hidden;
}
.main-content.page .block-page-title .mosaic:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: var(--square-size);
  height: var(--square-size);
  background: var(--page-highlight-color-alt, #2B4159);
  -webkit-mask-image: url(images/mosaic-square.svg);
          mask-image: url(images/mosaic-square.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (max-width: 1200px) {
  .main-content.page .block-page-title {
    --square-size:200px;
  }
}
@media screen and (max-width: 1024px) {
  .main-content.page .block-page-title {
    --tick:0 !important;
    padding-bottom: calc(var(--block-margin, 4rem) * 2);
  }
  .main-content.page .block-page-title .mosaic {
    height: calc(var(--block-margin, 4rem) * 2);
    width: 100%;
    clip-path: none;
    left: 0;
  }
  .main-content.page .block-page-title .mosaic:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-mask-image: url(images/mosaic-bar.svg);
            mask-image: url(images/mosaic-bar.svg);
  }
}

.main-content.single > .layout {
  grid-template-areas: "title title title title" "address address address ." ". blocks blocks ." "pager pager pager pager";
}
.main-content.single .block-page-title {
  --page-highlight-color: #2B4159;
  --page-highlight-color-alt: #8AC3C8;
  display: flex;
  align-items: end;
  box-sizing: border-box;
  min-height: 35rem;
  padding-top: calc(var(--header-height, calc(var(--block-margin, 4rem) * 2)) + calc(var(--block-margin, 4rem) * 2));
  padding-left: var(--site-gutter-left);
  padding-bottom: calc(var(--block-margin, 4rem) * 0.75);
}
.main-content.single .block-page-title h1 {
  max-width: 50%;
  margin-left: 0;
}
.main-content.single .block-page-title .mosaic {
  left: 0;
  width: 100%;
  height: calc(var(--block-margin, 4rem) * 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% * (1 - var(--tick, 0))), 0% calc(100% * (1 - var(--tick, 0))));
}
.main-content.single .block-page-title .mosaic:before {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(images/mosaic-bar.svg);
          mask-image: url(images/mosaic-bar.svg);
}
.main-content.single.no-featured-image .block-page-title {
  min-height: 0;
}
.main-content.single.no-featured-image .block-page-title h1 {
  max-width: 940px;
}
.main-content.single .block-featured-image {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  grid-column: 3/-1;
  grid-row: 1/2;
  padding: 0 0 0 calc(var(--block-margin, 4rem) * 1);
}
.main-content.single .block-featured-image img {
  display: block;
  width: 570px;
  height: 570px;
  border-radius: 10px 10px 10px 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
@media screen and (max-width: 1280px) {
  .main-content.single .block-featured-image img {
    border-radius: 10px 0 0 80px;
  }
}
.main-content.single .block-post-meta {
  grid-area: address;
  position: relative;
  color: inherit;
  text-decoration: none;
  margin: calc(var(--block-margin, 4rem) * 0.5) 0 calc(var(--block-margin, 4rem) * 1) var(--site-gutter-left);
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 0.944em;
}
.main-content.single .block-post-meta:hover:before {
  transform: translate(3px, 0);
}
.main-content.single .block-post-meta.date {
  margin-top: calc(var(--block-margin, 4rem) * -0.65);
}
.main-content.single .block-post-meta.address {
  padding-left: 3rem;
}
.main-content.single .block-post-meta.address:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  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";
  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%;
}
.main-content.single .block-featured-image + .page-blocks {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}
.main-content.single .block-pager {
  grid-area: pager;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "prev . next";
  margin: calc(var(--block-margin, 4rem) * 1.5) var(--site-gutter-right) 0 var(--site-gutter-left);
}
.main-content.single .block-pager .wp-block-button.prev {
  grid-area: prev;
}
.main-content.single .block-pager .wp-block-button.next {
  grid-area: next;
}
@media screen and (max-width: 761px) {
  .main-content.single {
    --image-height: calc(50vw - .5rem);
    --pattern-height: calc(var(--block-margin, 4rem) * 2);
  }
}
@media screen and (max-width: 761px) and (min-width: 500px) {
  .main-content.single {
    --image-height: 250px;
  }
}
@media screen and (max-width: 761px) {
  .main-content.single.no-featured-image {
    --image-height:calc(var(--block-margin, 4rem) * 1);
    --image-height-top:0px;
    --pattern-height: calc(var(--block-margin, 4rem) * 1);
  }
  .main-content.single .mosaic {
    display: none;
  }
  .main-content.single > .layout {
    grid-template-areas: "title title title title" ". pic pic pic" ". pic pic pic" "address address address ." ". blocks blocks ." "pager pager pager pager";
    grid-template-rows: auto var(--image-height-top, var(--image-height)) var(--image-height) auto auto auto;
  }
  .main-content.single > .layout:before {
    grid-column: 1/-1;
    grid-row: 3/4;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0%;
    width: 100%;
    height: calc(var(--block-margin, 4rem) * 1);
    -webkit-mask-image: url(images/mosaic-bar.svg);
            mask-image: url(images/mosaic-bar.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    height: var(--pattern-height);
    background: #8AC3C8;
  }
  .main-content.single > .layout:after {
    grid-column: 1/-1;
    grid-row: 2/3;
    display: block;
    content: "";
    background: #2B4159;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .main-content.single .block-page-title {
    align-items: start;
    min-height: 0;
    margin-bottom: 0;
  }
  .main-content.single .block-page-title h1 {
    max-width: none;
  }
  .main-content.single .block-page-title:before {
    display: none;
  }
  .main-content.single .block-featured-image {
    grid-area: pic;
    padding-left: 0;
  }
  .main-content.single .block-featured-image img {
    width: 100%;
    max-height: 100%;
  }
  .main-content.single .block-post-meta.date {
    margin-top: calc(var(--block-margin, 4rem) * 0.5);
  }
}

body.error404 header#header {
  background: #098191;
}
body.error404 #main {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -6rem;
}
@media screen and (min-width: 990px) {
  body.error404 #main {
    min-height: 65vh;
  }
}

.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: #F47A20;
}

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: "Anek Latin", 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;
  text-decoration: none;
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child,
.heading:first-child {
  margin-top: 0;
}
h1:not(.is-style-section-heading):last-child,
h2:not(.is-style-section-heading):last-child,
h3:not(.is-style-section-heading):last-child,
h4:not(.is-style-section-heading):last-child,
h5:not(.is-style-section-heading):last-child,
h6:not(.is-style-section-heading):last-child,
.h1:not(.is-style-section-heading):last-child, .h2:not(.is-style-section-heading):last-child, .h3:not(.is-style-section-heading):last-child, .h4:not(.is-style-section-heading):last-child, .h5:not(.is-style-section-heading):last-child, .h6:not(.is-style-section-heading):last-child,
.heading:not(.is-style-section-heading):last-child {
  margin-bottom: 0;
}
.page-blocks > h1.has-text-align-center,
.page-blocks > h2.has-text-align-center,
.page-blocks > h3.has-text-align-center,
.page-blocks > h4.has-text-align-center,
.page-blocks > h5.has-text-align-center,
.page-blocks > h6.has-text-align-center,
.page-blocks > .h1.has-text-align-center, .page-blocks > .h2.has-text-align-center, .page-blocks > .h3.has-text-align-center, .page-blocks > .h4.has-text-align-center, .page-blocks > .h5.has-text-align-center, .page-blocks > .h6.has-text-align-center,
.page-blocks > .heading.has-text-align-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
h1 + .theme-block.is-style-content-width, h1 + .theme-block.is-style-full-width, h1 + .theme-block.wp-block-image,
h2 + .theme-block.is-style-content-width,
h2 + .theme-block.is-style-full-width,
h2 + .theme-block.wp-block-image,
h3 + .theme-block.is-style-content-width,
h3 + .theme-block.is-style-full-width,
h3 + .theme-block.wp-block-image,
h4 + .theme-block.is-style-content-width,
h4 + .theme-block.is-style-full-width,
h4 + .theme-block.wp-block-image,
h5 + .theme-block.is-style-content-width,
h5 + .theme-block.is-style-full-width,
h5 + .theme-block.wp-block-image,
h6 + .theme-block.is-style-content-width,
h6 + .theme-block.is-style-full-width,
h6 + .theme-block.wp-block-image,
.h1 + .theme-block.is-style-content-width,
.h1 + .theme-block.is-style-full-width,
.h1 + .theme-block.wp-block-image, .h2 + .theme-block.is-style-content-width, .h2 + .theme-block.is-style-full-width, .h2 + .theme-block.wp-block-image, .h3 + .theme-block.is-style-content-width, .h3 + .theme-block.is-style-full-width, .h3 + .theme-block.wp-block-image, .h4 + .theme-block.is-style-content-width, .h4 + .theme-block.is-style-full-width, .h4 + .theme-block.wp-block-image, .h5 + .theme-block.is-style-content-width, .h5 + .theme-block.is-style-full-width, .h5 + .theme-block.wp-block-image, .h6 + .theme-block.is-style-content-width, .h6 + .theme-block.is-style-full-width, .h6 + .theme-block.wp-block-image,
.heading + .theme-block.is-style-content-width,
.heading + .theme-block.is-style-full-width,
.heading + .theme-block.wp-block-image {
  margin-top: 3em;
}
h1 + .wp-block-buttons,
h2 + .wp-block-buttons,
h3 + .wp-block-buttons,
h4 + .wp-block-buttons,
h5 + .wp-block-buttons,
h6 + .wp-block-buttons,
.h1 + .wp-block-buttons, .h2 + .wp-block-buttons, .h3 + .wp-block-buttons, .h4 + .wp-block-buttons, .h5 + .wp-block-buttons, .h6 + .wp-block-buttons,
.heading + .wp-block-buttons {
  margin-top: 1rem;
}
h1.has-image-icon:before,
h2.has-image-icon:before,
h3.has-image-icon:before,
h4.has-image-icon:before,
h5.has-image-icon:before,
h6.has-image-icon:before,
.h1.has-image-icon:before, .h2.has-image-icon:before, .h3.has-image-icon:before, .h4.has-image-icon:before, .h5.has-image-icon:before, .h6.has-image-icon:before,
.heading.has-image-icon:before {
  --icon-size: 1.7em;
  content: " ";
  display: block;
  margin: 0 0 0.7rem;
  width: var(--icon-size);
  height: var(--icon-size);
  background: var(--icon) no-repeat 50% 50%;
  background-size: contain;
  border: 3px solid currentColor;
  border-radius: 50%;
}
.wp-block-theme-blocks-promotion .block-content h1.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h2.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h3.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h4.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h5.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h6.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content .h1.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h2.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h3.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h4.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h5.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h6.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content .heading.has-image-icon:before {
  margin-left: auto;
  margin-right: auto;
}

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

.h2,
h2 {
  font-size: clamp(1.778rem, 1.679vw + 1.414rem, 3.056rem);
  line-height: 1;
  color: #2B4159;
}
.has-dark-blue-background-color .h2,
.has-dark-blue-background-color h2 {
  color: inherit;
}

.h3,
h3 {
  font-size: clamp(1.444rem, 0.73vw + 1.286rem, 2rem);
  line-height: 1.05;
  color: #2B4159;
}
.has-dark-blue-background-color .h3,
.has-dark-blue-background-color h3 {
  color: inherit;
}

.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: Karla, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

strong.heading {
  font-family: Karla, 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: #F47A20;
  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: #F47A20;
}
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: #F47A20;
}
.is-style-expandable.opened:before {
  transform: rotate(180deg);
  content: "\f068";
  background-color: #F47A20;
}
@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;
}
@media screen and (min-width: 980px) {
  h1.is-style-section-heading,
  h2.is-style-section-heading,
  h3.is-style-section-heading {
    margin-left: calc(var(--block-margin, 4rem) * -1);
  }
}
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: #efefef;
  font-size: 2rem;
  text-transform: uppercase;
}

.wp-block-buttons {
  gap: 1em;
}
.wp-block-buttons.is-style-wide-width {
  display: grid;
  grid-template-columns: 1fr 1fr;
  --column-gap: calc(var(--block-margin, 4rem) * 0.5);
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
}
@media screen and (max-width: 767px) {
  .wp-block-buttons.is-style-wide-width {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 767px) {
  .wp-block-buttons.is-style-wide-width > .wp-block-button.is-style-promotion {
    flex-basis: calc(50% - var(--column-gap));
  }
}
@media screen and (max-width: 767px) {
  .wp-block-buttons.is-style-wide-width > .wp-block-button.is-style-promotion {
    flex-basis: 100%;
  }
}
.wp-block-theme-blocks-descriptions + .wp-block-buttons {
  margin-top: calc(var(--block-margin, 4rem) * -0.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-descriptions + .wp-block-buttons:last-child {
  margin-bottom: 0;
}

.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: "Anek Latin", sans-serif;
  letter-spacing: normal;
}
.wp-block-button > .label {
  font-weight: 600;
}
.wp-block-button > .wp-block-button__link {
  --icon-size: 1.4em;
  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 {
  grid-area: icon;
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  border-radius: 50%;
  background: var(--highlight-color, #098191);
  color: #fff;
  transition: 0.2s ease;
}
.clickable:hover .wp-block-button > .wp-block-button__link .icon:not(.fa-angle-left), .wp-block-button > .wp-block-button__link:hover .icon:not(.fa-angle-left) {
  translate: 3px 0px;
}
.clickable:hover .wp-block-button > .wp-block-button__link .icon.fa-angle-left, .wp-block-button > .wp-block-button__link:hover .icon.fa-angle-left {
  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;
  color: var(--hover-text-color, #fff) !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 > .label {
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
}
.wp-block-button.is-style-text > .wp-block-button__link {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  width: auto;
  padding-left: calc(var(--icon-size) + 0.5em);
  padding-right: 0;
  background-color: transparent;
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  display: inline-flex;
  align-items: start;
}
@media screen and (max-width: 761px) {
  .wp-block-button.is-style-text > .wp-block-button__link {
    max-width: 300px;
  }
}
.wp-block-button.is-style-text > .wp-block-button__link .icon {
  position: absolute;
  left: 0;
}
.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.is-style-text > .wp-block-button__link.has-icon-on-right {
  padding-right: calc(var(--icon-size) + 0.5em);
  padding-left: 0;
}
.wp-block-button.is-style-text > .wp-block-button__link.has-icon-on-right .icon {
  left: auto;
  right: 0;
}
.wp-block-button.is-style-promotion {
  --highlight-size: 60px;
  --button-padding: calc(var(--block-margin, 4rem) * 0.5);
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wp-block-button.is-style-promotion {
    --button-padding: calc(var(--block-margin, 4rem) * 0.5);
  }
}
.wp-block-button.is-style-promotion:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: var(--button-padding);
  width: calc(var(--highlight-size) * 2);
  height: calc(var(--highlight-size) * 2);
  margin: calc(var(--highlight-size) * -1) 0 0 0;
  background: var(--highlight-color, #098191);
  -webkit-mask-image: url(images/mosaic-square-small.svg);
          mask-image: url(images/mosaic-square-small.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  border-radius: 10px;
}
.wp-block-button.is-style-promotion.has-background-color {
  border-radius: 10px;
}
.wp-block-button.is-style-promotion.has-background-color > .wp-block-button__link {
  background-color: transparent !important;
}
.wp-block-button.is-style-promotion > .wp-block-button__link {
  position: relative;
  z-index: 1;
  padding: var(--button-padding) var(--button-padding) var(--button-padding) calc(var(--button-padding) + var(--highlight-size) * 0.7);
  box-sizing: border-box;
  min-height: calc(var(--button-padding) * 2 + var(--highlight-size) * 2);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr auto;
  grid-template-areas: "highlight text icon";
  align-items: center;
  background: #2B4159;
  color: #fff;
  font-size: clamp(1.444rem, 0.584vw + 1.318rem, 1.889rem);
  line-height: 1.1;
  border-radius: 10px;
}
.wp-block-button.is-style-promotion > .wp-block-button__link:after {
  display: none;
}
.wp-block-button.is-style-promotion > .wp-block-button__link .icon {
  font-size: 1em;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .wp-block-button.is-style-promotion {
    --highlight-size: 30px;
  }
}
.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 {
  --block-border-radius: 10px;
  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 (min-width: 767px) {
  .wp-block-image.alignright {
    margin-right: calc(var(--block-margin, 4rem) * -1);
  }
  .wp-block-image.alignleft {
    margin-left: 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: var(--block-border-radius);
}
.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-caption.has-caption img {
  border-radius: 0 calc(var(--block-border-radius) * 6) 0 0;
}
.wp-block-image.is-style-caption.has-caption figcaption {
  max-width: none;
  margin: 0;
  padding: 1rem;
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 1.2rem;
  background: #60BF91;
  text-align: left;
  border-radius: 0 0 0 var(--block-border-radius);
}

.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) * 2) var(--site-gutter-right) calc(var(--block-margin, 4rem) * 2) 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 {
  gap: var(--gap, calc(var(--block-margin, 4rem) * 1));
}
.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: 10px 55px 10px 10px;
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media img {
  border-radius: 55px 10px 10px 10px;
}
.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.75) 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) * 2);
  padding-bottom: calc(var(--block-margin, 4rem) * 2);
}
@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-media-text.intro-property {
  --content-padding: calc(var(--block-margin, 4rem) * 1);
}
@media screen and (min-width: 761px) {
  .wp-block-media-text.intro-property > .wp-block-media-text__content {
    padding-left: var(--content-padding);
    padding-right: var(--content-padding);
  }
  .wp-block-media-text.intro-property > .wp-block-media-text__content h2 {
    max-width: 10em;
    margin-left: calc(var(--content-padding) * -1);
    margin-bottom: calc(var(--content-padding) * 0.5);
  }
  .wp-block-media-text.intro-property > .wp-block-media-text__content .wp-block-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    -moz-column-gap: calc(var(--content-padding) * 0.5);
         column-gap: calc(var(--content-padding) * 0.5);
  }
}

.wp-block-quote {
  position: relative;
  margin: calc(var(--block-margin, 4rem) * 1) auto calc(var(--block-margin, 4rem) * 1) auto;
  font-family: "Anek Latin", 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;
}

.wp-block-embed {
  position: relative;
  margin: calc(var(--block-margin, 4rem) * 0.5) 0;
  padding: 0;
}
.wp-block-embed:first-child {
  margin-top: 0;
}
.wp-block-embed:last-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .main-content.post .wp-block-embed {
    margin-right: calc((var(--side-width) / 2 + var(--side-gap)) * -1);
  }
  .main-content.post.location .wp-block-embed {
    margin-right: 0;
  }
}

.wp-block-embed.is-type-video {
  --block-border-radius: 1rem;
  border-radius: var(--block-border-radius);
  background: #000;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  position: relative;
  padding: 0 0 56.25%;
  /*
  &:before {
      content:' ';
      display:block;
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      border-radius:var(--header-border-radius);
      background:rgba($color-black, .5);

  }
  > .media-embed,
  > .media-embed > iframe {
      position: absolute;
      z-index:5;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius:var(--header-border-radius);
  }
  */
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.wp-block-embed.is-type-video.has-preview-poster {
  /*
  .page-blocks > & {
      max-width:800px;
      margin-left:auto;
      margin-right:auto;
  }
  */
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--block-border-radius);
  background: rgba(0, 0, 0, 0.5);
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > .media-embed,
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > .media-embed > iframe {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--block-border-radius);
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper:after {
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background: url(images/loading-white.png) no-repeat center top;
  width: 30px;
  height: 30px;
  animation: loading 1s steps(19) infinite;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: var(--block-border-radius);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:after {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f105";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transform: translate(-50%, -50%);
  background: #F47A20;
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
  border: 0px solid currentColor;
  text-align: center;
  transition: transform 0.2s ease;
  transform-origin: 50% 50%;
  text-indent: 5px;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover:after {
  transform: translate(-50%, -50%) scale(1.1);
  border-color: #F47A20;
}
.wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper:after {
  content: " ";
  display: block;
  position: absolute;
}
.wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper:before, .wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper:after {
  z-index: 2;
}
.wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper > a.embed img {
  opacity: 0.25;
}
.wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper > a.embed:after {
  display: none;
}
.wp-block-embed.is-type-video.has-preview-poster > figcaption {
  margin: 0;
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 1;
  font-size: 0.8em;
  line-height: 1.3;
}
.wp-block-embed.is-type-video.has-preview-poster + .wp-block-button.play {
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
  text-align: center;
}
.wp-block-embed.is-type-video.has-preview-poster + .wp-block-button.play:last-child {
  margin-bottom: 0;
}

.wp-block-group.embed-intro-video {
  --max-width: 1200px;
  --start-width: 800px;
}
.has-background.is-style-full-width + .wp-block-group.embed-intro-video {
  margin-top: calc(var(--block-margin, 4rem) * -1);
}
.wp-block-group.embed-intro-video:before, .wp-block-group.embed-intro-video:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.wp-block-group.embed-intro-video:before {
  top: 0%;
  height: calc(50% - calc(var(--block-margin, 4rem) * 1));
  background: #2B4159;
}
.wp-block-group.embed-intro-video:after {
  top: calc(50% - calc(var(--block-margin, 4rem) * 1));
  height: calc(var(--block-margin, 4rem) * 1);
  background: #8AC3C8;
  -webkit-mask-image: url(images/mosaic-bar.svg);
          mask-image: url(images/mosaic-bar.svg);
}
.wp-block-group.embed-intro-video.is-style-full-width {
  padding-top: 0;
  padding-left: var(--gutter-left);
  padding-right: var(--gutter-right);
}
.wp-block-group.embed-intro-video > .wp-block-embed {
  position: relative;
  z-index: 1;
  max-width: calc(var(--start-width) + var(--tick) * (var(--max-width) - var(--start-width)));
  margin-left: auto;
  margin-right: auto;
}

.wp-block-separator {
  --border-width: 4px;
  margin: calc(var(--block-margin, 4rem) * 0.5) 0;
  border-width: 0;
  height: var(--border-width);
  background: currentColor;
  border-radius: 1rem;
  transition: 0.4s ease-in-out;
}
.wp-block-separator.theme-block {
  width: var(--block-hr-width, 0%);
}
.wp-block-separator.theme-block.appeared {
  --block-hr-width: 100%;
}

: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: #098191;
}

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

.wp-block-columns {
  position: relative;
  margin-top: calc(var(--block-margin, 4rem) * 1);
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
  -moz-column-gap: calc(var(--block-margin, 4rem) * 1);
       column-gap: calc(var(--block-margin, 4rem) * 1);
}
.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-columns.intro-values {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: calc(var(--block-margin, 4rem) * 1);
       column-gap: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-columns.intro-values .wp-block-theme-blocks-stats .block-statistics {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(var(--block-margin, 4rem) * 0.5);
}
@media screen and (max-width: 1024px) {
  .wp-block-columns.intro-values {
    grid-template-columns: auto;
    row-gap: calc(var(--block-margin, 4rem) * 1);
  }
  .wp-block-columns.intro-values > .wp-block-column:first-child {
    max-width: 500px;
  }
  .wp-block-columns.intro-values .wp-block-theme-blocks-stats .block-statistics {
    display: flex;
    gap: 2rem;
  }
}

.wp-block-columns.is-style-logos {
  row-gap: calc(var(--block-margin, 4rem) * 1);
  -moz-column-gap: calc(var(--block-margin, 4rem) * 0.5);
       column-gap: calc(var(--block-margin, 4rem) * 0.5);
  align-items: start;
  justify-content: space-between;
}
.wp-block-columns.is-style-logos .wp-block-column {
  width: calc(50% - var(--block-margin, 4rem) * 1);
  flex-basis: auto !important;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .wp-block-columns.is-style-logos {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.is-style-logos .wp-block-column {
    justify-content: start;
  }
}

.wp-block-video {
  --block-border-radius: 1rem;
  border-radius: var(--block-border-radius);
  background: #000;
}
.wp-block-video video {
  border-radius: var(--block-border-radius);
}

.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: Karla, 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: #F47A20;
}
.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: #F47A20;
}
.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;
  }
}

dl {
  --border-width: 4px;
  position: relative;
  display: grid;
  justify-content: start;
  grid-auto-flow: row;
  grid-template-columns: 10rem 1fr;
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  line-height: 1;
  font-weight: 600;
  margin: calc(var(--block-margin, 4rem) * 1) 0;
}
dl:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(var(--border-width) / -2);
  left: 0;
  width: 100%;
  height: var(--border-width);
  border-radius: 1rem;
  background: currentColor;
  grid-column: 1/-1;
}
dl:first-child {
  margin-top: 0;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt, dl dd {
  position: relative;
  margin: 0;
  padding: 1.25rem 0;
}
dl .hr {
  display: block;
  position: relative;
  grid-column: 1/-1;
}
dl .hr:after {
  content: " ";
  display: block;
  width: var(--block-hr-width, 0%);
  height: var(--border-width);
  background: currentColor;
  border-radius: 1rem;
  transition: 0.4s ease-in-out;
}
dl .hr.appeared {
  --block-hr-width:100%;
}
@media screen and (max-width: 767px) {
  dl {
    grid-template-columns: 1fr 2fr;
  }
  dl dd {
    padding-left: calc(var(--block-margin, 4rem) * 0.5);
  }
}
@media screen and (max-width: 600px) {
  dl {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 500px) {
  dl {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 400px) {
  dl {
    font-size: 0.7em;
  }
}

.wp-block-theme-blocks-tabs .block-tabs {
  position: relative;
}

.wp-block-theme-blocks-tabs {
  --tab-color: #FBF4ED;
  --block-padding: calc(var(--block-margin, 4rem) * 0.3);
}
.wp-block-theme-blocks-tabs .block-tabs {
  margin: 0 0 var(--block-padding);
  font-weight: 600;
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  line-height: 1;
}
.wp-block-theme-blocks-tabs .block-tabs.appeared {
  --block-hr-width: 100%;
}
.wp-block-theme-blocks-tabs .block-tabs ul, .wp-block-theme-blocks-tabs .block-tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-theme-blocks-tabs .block-tabs ul {
  position: relative;
  width: 100%;
  display: flex;
  gap: 1em;
}
.wp-block-theme-blocks-tabs .block-tabs ul:after, .wp-block-theme-blocks-tabs .block-tabs ul:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  height: 4px;
  margin: -4px 0 0;
  border-radius: 1rem;
}
.wp-block-theme-blocks-tabs .block-tabs ul:before {
  width: var(--block-hr-width, 0%);
  background: #2B4159;
  transition: 0.4s ease-in-out;
}
.wp-block-theme-blocks-tabs .block-tabs ul:after {
  background: #F47A20;
  width: var(--indicator-width, 0px);
  left: var(--indicator-left, 0px);
  max-width: var(--block-hr-width, 0%);
  transition: width 0.2s ease, left 0.2s ease, max-width 0.4s ease-in-out;
}
.wp-block-theme-blocks-tabs .block-tabs ul .tab {
  display: flex;
  gap: 0.5em;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 0 var(--block-padding);
  cursor: pointer;
  color: var(--tab-text-color, inherit);
  text-align: center;
}
.wp-block-theme-blocks-tabs .block-tabs ul .tab: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";
  rotate: var(--icon-rotate, 0deg);
  transition: 0.2s ease;
}
.wp-block-theme-blocks-tabs .block-tabs ul .tab:not(.on) {
  opacity: 0.7;
}
.wp-block-theme-blocks-tabs .block-tabs ul .tab.on {
  --icon-rotate: 90deg;
}

.theme-block.wp-block-theme-blocks-tabs {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.theme-block.wp-block-theme-blocks-tabs .block-tabs ul {
  display: flex;
  justify-content: start;
  align-items: center;
}
.theme-block.wp-block-theme-blocks-tabs .slides {
  position: relative;
  z-index: 1;
}
.theme-block.wp-block-theme-blocks-tabs .slides .slide {
  display: none;
  padding: calc(var(--block-margin, 4rem) * 1);
  background: var(--tab-color);
  border-radius: 10px;
}
.theme-block.wp-block-theme-blocks-tabs .current {
  display: none;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-tabs .slides .slide {
    padding: calc(var(--block-margin, 4rem) * 0.5) 2rem;
  }
  .theme-block.wp-block-theme-blocks-tabs .block-tabs .current {
    display: flex;
    align-items: center;
    gap: 0.5em;
    position: relative;
    padding: 1rem 2rem;
    margin: 0 0 0.5rem;
    background: #8AC3C8;
    border-radius: 10px;
  }
  .theme-block.wp-block-theme-blocks-tabs .block-tabs .current:before {
    position: absolute;
    left: 0.5rem;
    width: 1.5rem;
    text-align: center;
    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";
    transition: 0.2s ease;
  }
  .theme-block.wp-block-theme-blocks-tabs .block-tabs ul {
    position: absolute;
    z-index: 10;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 0 calc(var(--block-margin, 4rem) * 0.5) 0;
    background: #2B4159;
    color: #fff;
    border-radius: 0 0 10px 10px;
  }
  .theme-block.wp-block-theme-blocks-tabs .block-tabs ul:after, .theme-block.wp-block-theme-blocks-tabs .block-tabs ul:before {
    display: none;
  }
  .theme-block.wp-block-theme-blocks-tabs .block-tabs ul .tab {
    display: block;
    padding: 0.5rem 2rem 0;
    text-align: left;
    color: #fff;
  }
  .theme-block.wp-block-theme-blocks-tabs .block-tabs ul .tab:before {
    display: none;
  }
  .theme-block.wp-block-theme-blocks-tabs .block-tabs ul .tab:after {
    content: " ";
    display: block;
    margin: 0.5rem 0 0;
    width: 100%;
    height: 3px;
    background: #8AC3C8;
    border-radius: 1rem;
  }
  .theme-block.wp-block-theme-blocks-tabs .block-tabs ul .tab:last-child:after {
    display: none;
  }
  .theme-block.wp-block-theme-blocks-tabs.current-on .block-tabs .current {
    background-color: #2B4159;
    color: #8AC3C8;
    border-radius: 10px 10px 0 0;
  }
  .theme-block.wp-block-theme-blocks-tabs.current-on .block-tabs .current:before {
    transform: scaleY(-1);
  }
  .theme-block.wp-block-theme-blocks-tabs.current-on .block-tabs ul {
    display: block;
  }
}

.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: "Anek Latin", 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: "Anek Latin", 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 {
  display: inline-block;
}
.wp-block-theme-blocks-stats .statistic .label:before {
  content: " ";
  display: block;
  width: var(--block-hr-width, 0);
  height: 5px;
  margin: 0 0 0.5em;
  background: currentColor;
  border-radius: 1rem;
  transition: 0.4s ease-in-out;
}
.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));
  }
}
@keyframes hero-background {
  0% {
    background-color: #2B4159;
  }
  33% {
    background-color: #2B4159;
  }
  66% {
    background-color: #098191;
  }
  100% {
    background-color: #E5DFD5;
  }
}
@keyframes hero-bounce {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  80% {
    transform: translate(0%, 50%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 50%);
    opacity: 0;
  }
}
.wp-block-theme-blocks-hero {
  --block-background-color: #E5DFD5;
  --block-shape-scale:12;
  --block-animation-duration: calc(var(--duration, 4) * 1s);
  --block-animation-ease: linear;
  --block-animation-transition: var(--block-animation-duration) var(--block-animation-ease);
  --block-border-radius:1rem;
  --block-border-radius-large:10rem;
  position: relative;
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
  overflow: hidden;
  background-color: #2B4159;
  animation-duration: var(--block-animation-duration);
  animation-iteration-count: 1;
  animation-timing-function: var(--block-animation-ease);
}
.wp-block-theme-blocks-hero:first-child {
  margin-top: calc(var(--header-height) * -1);
}
.wp-block-theme-blocks-hero:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-theme-blocks-hero:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--block-margin, 4rem) * 1);
  background: #8AC3C8;
  -webkit-mask-image: url(images/mosaic-bar.svg);
          mask-image: url(images/mosaic-bar.svg);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 0.4s ease-in-out;
}
.wp-block-theme-blocks-hero .block-scrolldown {
  --icon-size: 1.5em;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: calc(var(--block-margin, 4rem) * 2);
  left: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: calc(var(--icon-size) / -2);
  font-size: 30px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background: #2B4159;
  color: #fff;
  animation: 2s infinite;
  display: none;
}
.wp-block-theme-blocks-hero .block-scrolldown .icon {
  translate: 0% 0.1em;
}
.wp-block-theme-blocks-hero.done:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.wp-block-theme-blocks-hero.done .block-scrolldown {
  display: flex;
  animation-name: hero-bounce;
}
.wp-block-theme-blocks-hero .block-logo {
  position: absolute;
  z-index: 1;
  top: calc(50% - calc(var(--block-margin, 4rem) * 1));
  left: 50%;
  width: 585px;
  translate: -50% -50%;
}
.wp-block-theme-blocks-hero .block-logo svg {
  position: relative;
  display: block;
  overflow: visible;
}
.wp-block-theme-blocks-hero .block-logo .shape.logo-shape-1 {
  --shape-fill: url(#logo-shape-1);
}
.wp-block-theme-blocks-hero .block-logo .shape.logo-shape-2 {
  --shape-fill: url(#logo-shape-2);
}
.wp-block-theme-blocks-hero .block-logo .shape.logo-shape-3 {
  --shape-fill: url(#logo-shape-3);
}
.wp-block-theme-blocks-hero .block-logo .shape.logo-shape-4 {
  --shape-fill: url(#logo-shape-4);
}
.wp-block-theme-blocks-hero .block-logo .shape.logo-shape-5 {
  --shape-fill: url(#logo-shape-5);
}
.wp-block-theme-blocks-hero .block-logo .shape.cloned {
  transition: fill-opacity 0.4s ease-in-out;
  fill: var(--shape-fill, transparent);
  fill-opacity: 0;
}
.wp-block-theme-blocks-hero .block-logo .shape.cloned.on {
  fill-opacity: 1;
}
.wp-block-theme-blocks-hero .block-logo #logo-text {
  transform-origin: 50% 50%;
}
.wp-block-theme-blocks-hero .block-image {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: var(--block-image-width, 0%);
  height: var(--block-image-height, 0%);
  translate: -50% -50%;
  border-radius: var(--block-border-radius) var(--block-border-radius-large) var(--block-border-radius) var(--block-border-radius-large);
  transition: border-radius var(--block-animation-transition);
  opacity: 0;
  overflow: hidden;
}
.wp-block-theme-blocks-hero .block-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
}
.wp-block-theme-blocks-hero .block-image.animating {
  --block-border-radius-large: 5rem;
}
.wp-block-theme-blocks-hero .block-tagline {
  font-family: "Anek Latin", sans-serif;
  font-weight: 600;
  font-size: clamp(2.778rem, 2.19vw + 2.303rem, 4.444rem);
  letter-spacing: normal;
  line-height: 1;
  color: #fff;
  opacity: 0;
}
.wp-block-theme-blocks-hero .block-tagline.animating {
  opacity: 1;
}
.wp-block-theme-blocks-hero .block-tagline.animating:not(.done) strong {
  display: block;
  position: absolute;
  z-index: 6;
  font-weight: inherit;
  overflow: hidden;
  padding: 0 1em;
}
.wp-block-theme-blocks-hero .block-tagline.animating:not(.done) strong span {
  display: block;
}
.wp-block-theme-blocks-hero .block-tagline.animating:not(.done) strong.top {
  top: 15%;
  left: 15%;
}
.wp-block-theme-blocks-hero .block-tagline.animating:not(.done) strong.bottom {
  bottom: 15%;
  right: 10%;
}
.wp-block-theme-blocks-hero .block-tagline.final {
  opacity: 1;
  position: absolute;
  top: 60%;
  left: 55%;
  color: #2B4159;
  font-size: clamp(1.667rem, 1.095vw + 1.429rem, 2.5rem);
  line-height: 1.15;
  max-width: 10em;
  transition: clip-path 0.4s ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.wp-block-theme-blocks-hero .block-tagline.final strong {
  display: block;
}
.wp-block-theme-blocks-hero .block-tagline.final.reveal {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.wp-block-theme-blocks-hero.play {
  animation-name: hero-background;
  background-color: #E5DFD5;
}
@media screen and (max-width: 640px) {
  .wp-block-theme-blocks-hero .block-logo {
    width: 91%;
  }
  .wp-block-theme-blocks-hero .block-tagline.final {
    margin-top: calc(var(--block-margin, 4rem) * -0.15);
    left: 25%;
  }
}
@media screen and (max-width: 450px) {
  .wp-block-theme-blocks-hero .block-tagline.final {
    margin-top: calc(var(--block-margin, 4rem) * -0.5);
  }
}

.wp-block-theme-blocks-posts {
  position: relative;
}
.wp-block-theme-blocks-posts .query-posts {
  width: 100%;
  padding-top: 0;
}
h2 + .wp-block-theme-blocks-posts {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-posts .block-filters {
  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;

    .block-scrollable {
        overflow:scroll;
        overflow-y:hidden;


    }

    .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);
        &:after {
            display:block;
            content:' ';
            min-width:var(--gutter-right);
            height:100px;
            background:transparent;
        }
        .hentry {
            min-width: calc((100vw - var(--gutter-left) - var(--gutter-right)) * .666 - calc(var(--block-margin, 4rem) * 1));
            @media screen and (max-width:500px) {
                min-width:65vw;
            }
            &:first-child {
                padding-left:0;
                > .border.left {
                    display:none;
                }
            }
            &: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;
                &:before {
                    left:0;
                    right:auto;
                }
            }
            &:last-child {
                padding-right:0;
                > .border.top {
                    --border-size: calc(100% - (var(--border-width) * (var(--separator-offset) - 1) * 1));
                    right:0;
                }

            }

            > .border.bottom {
                display:none;
            }
        }


    }

    .simplebar-track {
        background:$color-white;
        &.simplebar-horizontal {
            position:relative;
            right:auto;
            bottom:auto;
            left:auto;
            height: var(--border-width);
            margin:0 var(--gutter-right) 0 var(--gutter-left);
        }
        .simplebar-scrollbar.simplebar-visible {
            &:before {
                top:0;
                bottom:0;
                right:0;
                left:0;
                background: currentColor;
                opacity:1;
                border-radius:0;
            }
        }

    }



}
*/
.wp-block-theme-blocks-map {
  display: grid;
  grid-template-areas: "toggle" "map" "posts";
}
.wp-block-theme-blocks-map .block-toggle {
  grid-area: toggle;
  margin: 0 0 1rem;
  text-align: right;
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  font-weight: 600;
}
.wp-block-theme-blocks-map .block-toggle .toggle {
  color: #098191;
  transition: 0.2s ease;
}
.wp-block-theme-blocks-map .block-toggle .toggle:hover {
  color: #2B4159;
}
.wp-block-theme-blocks-map .block-toggle .text-show {
  display: none;
}
body.hide-map .wp-block-theme-blocks-map .block-toggle .text-hide {
  display: none;
}
body.hide-map .wp-block-theme-blocks-map .block-toggle .text-show {
  display: inline;
}
.wp-block-theme-blocks-map .block-embed {
  position: relative;
  grid-area: map;
  height: 60vh;
  min-height: 400px;
  margin: 0 0 calc(var(--block-margin, 4rem) * 1);
  border-radius: 10px;
  background: #E5DFD5;
}
body.hide-map .wp-block-theme-blocks-map .block-embed {
  display: none;
}
.wp-block-theme-blocks-map .query-posts {
  display: none;
  --gap: 1rem;
  grid-area: posts;
}
body.hide-map .wp-block-theme-blocks-map .query-posts {
  display: block;
}
.wp-block-theme-blocks-map .query-posts ul, .wp-block-theme-blocks-map .query-posts li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-theme-blocks-map .query-posts > ul {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap);
}
.wp-block-theme-blocks-map .query-posts > ul:before {
  content: " ";
  display: block;
  grid-area: hr;
  width: 0%;
  transition: 0.4s ease-in-out;
  height: 4px;
  background: currentColor;
  border-radius: 1rem;
}
.wp-block-theme-blocks-map .query-posts > ul.appeared:before {
  width: 100%;
}
.wp-block-theme-blocks-map .location-marker {
  --marker-size:2rem;
  position: absolute;
}
.wp-block-theme-blocks-map .location-marker h3 {
  color: inherit;
}
.wp-block-theme-blocks-map .location-marker .marker {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(var(--marker-size) / -2);
  width: var(--marker-size);
  transition: all 0.2s ease;
  cursor: pointer;
}
.wp-block-theme-blocks-map .location-marker .marker:before {
  content: " ";
  display: block;
  position: absolute;
  transition: opacity 0.2s ease;
  bottom: 0%;
  left: 50%;
  width: 24px;
  height: 40px;
  margin-left: -12px;
  text-align: center;
  opacity: 1;
  background: url(images/icon-pin-fill.svg) no-repeat 50% 100%;
  background-size: contain;
}
.wp-block-theme-blocks-map .location-marker .info-window {
  --infowindow-padding: 1.75rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(-50%, 0);
  margin: 0 0 50px;
  padding: var(--infowindow-padding);
  display: none;
  width: 300px;
  max-height: calc(70vh - calc(var(--block-margin, 4rem) * 1));
  background: #2B4159;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-size: 0.9444444444rem;
  font-family: "Anek Latin", sans-serif;
  letter-spacing: normal;
  font-weight: 600;
}
.wp-block-theme-blocks-map .location-marker .info-window:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2em;
  height: 1em;
  margin: -1px 0 0 -1em;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #2B4159;
}
.wp-block-theme-blocks-map .location-marker .info-window .thumbnail {
  position: relative;
  display: block;
  height: 150px;
  margin: calc(var(--infowindow-padding) * -1) calc(var(--infowindow-padding) * -1) calc(var(--infowindow-padding) * 0.7) calc(var(--infowindow-padding) * -1);
}
.wp-block-theme-blocks-map .location-marker .info-window .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  border-radius: 10px 10px 0 0;
}
.wp-block-theme-blocks-map .location-marker .info-window .icon {
  --icon-size:1.2em;
  grid-area: icon;
  display: inline-block;
  top: 0.8em;
  margin: 0 0.5em 0 0;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  align-self: start;
  transition: 0.2s ease;
}
.wp-block-theme-blocks-map .location-marker .info-window .title {
  margin: 0;
  font-size: 1.2222222222rem;
}
.wp-block-theme-blocks-map .location-marker .info-window .title .icon {
  border-radius: 50%;
  background: #098191;
  color: #fff;
  font-size: 18px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.wp-block-theme-blocks-map .location-marker .info-window .title a:hover .icon {
  translate: 3px 0;
}
.wp-block-theme-blocks-map .location-marker .info-window .address,
.wp-block-theme-blocks-map .location-marker .info-window .units {
  position: relative;
  margin-top: 0.7em;
  padding-top: 0.7em;
  padding-left: 2em;
}
.wp-block-theme-blocks-map .location-marker .info-window .address:before,
.wp-block-theme-blocks-map .location-marker .info-window .units:before {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #098191;
  border-radius: 1rem;
}
.wp-block-theme-blocks-map .location-marker .info-window .address .icon,
.wp-block-theme-blocks-map .location-marker .info-window .units .icon {
  position: absolute;
  top: 0.8em;
  left: 0;
  background-color: transparent;
  border-radius: 0;
  color: #098191;
}
.wp-block-theme-blocks-map .location-marker .info-window .units {
  padding-top: 0.9em;
}
.wp-block-theme-blocks-map .location-marker.on .info-window {
  display: block;
}/*# sourceMappingURL=style.css.map */