@charset "UTF-8";
/*!
Theme Name: Matters Graph Theme 2025
Theme URI: https://openbox9.com/
Version: 1.0

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
/*
Fonts
*/
/*
Colors
*/
/*
Responsive breakpoints
*/
/*
Animations
*/
/*
Misc
*/
:root {
  --font-base-size: 17px;
  --gutter: calc((100vw - 1146px) / 2);
  --gutter-right: calc((100vw - 1146px) / 2);
  --site-gutter-left: calc((100vw - 1146px) / 2);
  --site-gutter-right: calc((100vw - 1146px) / 2);
  --thin-border-width: 1.5px;
  --sidebar-width: 11.1764705882rem;
  --sidebar-gutter: clamp(0.882rem, 3.465vw + 0.087rem, 2.941rem);
  --gutter-left: 8.2352941176rem;
  --site-gutter-left: 8.2352941176rem;
}
@media screen and (max-width: 1264.5517241379px) {
  :root {
    --gutter: 4.6875vw;
    --gutter-right: 4.6875vw;
    --site-gutter-left: 4.6875vw;
    --site-gutter-right: 4.6875vw;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --gutter-left: var(--sidebar-gutter);
  }
}
:root {
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth, 0));
  --block-margin: 4.24rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --block-margin: 2.968rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --block-margin: 2.544rem;
  }
}

@font-face {
  font-family: "Matters Graph Saans";
  font-weight: 400;
  font-style: normal;
  src: url(fonts/MattersGraphSaans-Regular.woff2) format("woff2"), url(fonts/MattersGraphSaans-Regular.woff) format("woff"), url(fonts/MattersGraphSaans-Regular.otf) format("opentype"), url(fonts/MattersGraphSaans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Matters Graph Saans";
  font-weight: 500;
  font-style: normal;
  src: url(fonts/MattersGraphSaans-Medium.woff2) format("woff2") url(fonts/MattersGraphSaans-Medium.woff) format("woff"), url(fonts/MattersGraphSaans-Medium.otf) format("opentype"), url(fonts/MattersGraphSaans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Matters Graph Saans";
  font-weight: 600;
  font-style: normal;
  src: url(fonts/MattersGraphSaans-SemiBold.woff2) format("woff2") url(fonts/MattersGraphSaans-SemiBold.woff) format("woff"), url(fonts/MattersGraphSaans-SemiBold.otf) format("opentype"), url(fonts/MattersGraphSaans-SemiBold.ttf) format("truetype");
}
@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: "Matters Graph Saans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: normal;
  color: #403C3C;
  text-align: left;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}

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: "Matters Graph Saans", sans-serif;
}

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

.text-headline {
  font-family: "Matters Graph Saans", 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: inherit;
  transition: 0.2s ease;
  -webkit-text-decoration: underline solid currentColor;
          text-decoration: underline solid currentColor;
  text-decoration-color: var(--link-text-decoration-color-initial, currentColor);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.05em;
}
body a:hover {
  text-decoration-color: var(--link-text-decoration-color-hover, transparent);
}
body a.more {
  white-space: nowrap;
}

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

.clickable {
  cursor: var(--theme-cursor-pointer);
}

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

th, td {
  border: 0;
}

.toggle {
  cursor: var(--theme-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, 4.24rem) * 1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.query-posts {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  --gap: calc(var(--block-margin, 4.24rem) * 1);
  --column-gap: var(--gap);
  --row-gap: calc(var(--block-margin, 4.24rem) * 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, 4.24rem) * 0.5) auto;
  width: 100% !important;
  margin-left: 0 !important;
  text-align: center;
}
.query-posts .hentry.load-more {
  order: 100000;
}
.query-posts .hentry.promo-wide {
  margin-top: var(--gap);
  margin-bottom: var(--gap);
}
.query-posts .hentry.empty.static {
  order: 10000 !important;
}
.query-posts .hentry.heading {
  grid-column: 1/-1;
}
.query-posts > h2,
.query-posts > h3 {
  grid-column: 1/-1;
}
.query-posts .hentry:not(.wide) {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

textarea {
  width: 100%;
}

.input.select {
  --input-border-radius: var(--border-radius, 0);
  --input-icon-size: var(--icon-size, .5rem);
  --input-padding: var(--padding, .5rem);
  --input-font-size: var(--font-size, .88rem);
  --input-border-color: currentColor;
  --input-border-width: var(--thin-border-width);
  --input-text-color: currentColor;
  --input-background-color: #fff;
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
  padding: 0;
  background: none;
  box-sizing: border-box;
  cursor: var(--theme-cursor-pointer);
}
.input.select.on {
  z-index: 100;
}
.input.select .label {
  min-width: 240px;
  min-height: 3em;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 0.5em;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
  padding: var(--input-padding) 1rem;
  font-family: "Matters Graph Saans", sans-serif;
  font-size: var(--input-font-size);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border: var(--input-border-width) solid var(--input-border-color);
  border-radius: var(--input-border-radius);
  background: var(--input-background-color, transparent) none;
  color: var(--input-text-color, inherit);
  opacity: 1;
  transition: min-width 0.2s ease;
}
.input.select .label .value {
  display: flex;
  flex-direction: column;
}
.input.select .label em {
  font-size: 0.7647058824rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
}
.input.select .label .icon.arrow {
  --icon-size: 8px;
  --icon-width: 1.5px;
  width: 24px;
  height: 24px;
  background: none;
  color: inherit;
  border-radius: 50%;
  border: var(--thin-border-width) solid currentColor;
  box-sizing: border-box;
}
.input.select .options {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, padding 0.2s ease;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  width: 100%;
  margin: calc(var(--thin-border-width) * -1) 0 0 0;
  padding: 0;
  border-radius: 0 0 var(--input-border-radius) var(--input-border-radius);
  border: var(--thin-border-width) solid #000;
  border-top: 0;
  box-sizing: border-box;
  background: #fff none;
  color: inherit;
  font-size: 0.88rem;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0;
}
.input.select .options .optgroup {
  display: block;
  padding: var(--input-padding) 1.5em calc(var(--input-padding) * 0.7) 1.2rem;
  cursor: default;
  font-size: 0.8em;
  opacity: 0.6;
}
.input.select .options .option {
  display: block;
  padding: 0.25em 1rem;
  margin: 0;
  transition: background-color 0.2s ease;
  border-top: var(--thin-border-width) solid currentColor;
  /*
  &:before {
      content:' ';
      display:block;
      margin:0 0 var(--input-padding) 0;
      height:1px;
      width:100%;
      background: currentColor;
      opacity:.7;

  }
      */
}
.input.select .options .option:hover {
  background-color: #d9d9d9;
  font-weight: 500;
}
.input.select .options .option:hover:before {
  opacity: 0;
}
.input.select.on .label {
  min-width: 240px;
  border-radius: var(--input-border-radius) var(--input-border-radius) 0 0;
}
.input.select.on .label .icon {
  transform: rotate(180deg);
}
.input.select.on .options {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
}
.input.select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0;
  background: 0;
  opacity: 0;
  visibility: hidden;
  cursor: var(--theme-cursor-pointer);
}
@media screen and (max-width: 600px) {
  .input.select select {
    z-index: 2;
    width: 100%;
    height: 100%;
    visibility: visible;
  }
  .input.select .options {
    display: none !important;
  }
}

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

          background:$color-light-gray;
      }
  */
  display: flex;
  flex-direction: column;
  margin-bottom: calc(var(--block-margin, 4.24rem) * 1);
  row-gap: 1rem;
  grid-template-areas: "filters" "message";
}
.block-filters .custom-filters {
  position: absolute;
}
.block-filters .filters {
  position: relative;
  z-index: 1;
  grid-area: filters;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}
.block-filters .filters > label {
  display: none;
}
.block-filters .filters > .filter,
.block-filters .filters > .search {
  flex-grow: 1;
}
.block-filters .filters > .search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f4f4f4;
  background: #fff;
  border: var(--thin-border-width) solid currentColor;
  padding: 0.125rem 1rem 0.15rem 0.5rem;
  --input-text-color: currentColor;
}
.block-filters .filters > .search input[type=text] {
  flex-grow: 1;
  width: 260px;
  border: 0;
  border-radius: 0;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  font-size: 0.88rem;
  background: none;
  font-weight: normal;
  color: inherit;
}
.block-filters .filters > .search input[type=text]::-moz-placeholder {
  color: var(--input-text-color, #403C3C);
  text-transform: uppercase;
  font-weight: 500;
}
.block-filters .filters > .search input[type=text]::placeholder {
  color: var(--input-text-color, #403C3C);
  text-transform: uppercase;
  font-weight: 500;
}
.block-filters .filters > .search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background: none;
  color: inherit;
  border: var(--thin-border-width) solid currentColor;
  border-radius: 50%;
  cursor: var(--theme-cursor-pointer);
  font-size: inherit;
}
.block-filters .filters > .search button .icon {
  --icon-size: 10px;
  translate: -1px -1px;
}
@media screen and (max-width: 1024px) {
  .block-filters .filters {
    flex-wrap: wrap;
  }
  .block-filters .filters > .filter {
    flex-grow: 1;
  }
  .block-filters .filters > .search {
    width: 100%;
  }
}
.block-filters .message span[role=status] {
  display: none;
}
.block-filters .message {
  grid-area: message;
  font-size: 0.888rem;
  margin: 0 0 0 auto;
}
.block-filters .message button {
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  text-transform: uppercase;
  text-decoration: underline;
  border: 0;
  cursor: var(--theme-cursor-pointer);
}
.block-filters .message button:hover {
  text-decoration: none;
}
.block-filters .input.select.input-by-topic {
  position: static;
  --input-dropdown-min-width: 640px;
}
@media screen and (max-width: 1200px) {
  .block-filters .input.select.input-by-topic ul.options {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .block-filters .input.select.input-by-topic {
    --input-dropdown-min-width: calc(100vw - var(--gutter-left) - var(--gutter-right));
  }
}
.block-filters .input.select.input-by-topic ul.options {
  top: auto;
  min-width: var(--input-dropdown-min-width);
  -moz-column-count: 3;
       column-count: 3;
  gap: 0;
}

.hentry {
  position: relative;
  box-sizing: border-box;
}
.hentry .meta {
  grid-area: meta;
}
.hentry .thumbnail {
  grid-area: image;
}
.hentry .title {
  grid-area: title;
}
.hentry .content {
  grid-area: content;
}
.hentry .cta {
  grid-area: cta;
}
.hentry.off {
  display: none;
}
.hentry.clickable h1, .hentry.clickable h2, .hentry.clickable h3, .hentry.clickable h4, .hentry.clickable h5, .hentry.clickable h6 {
  cursor: var(--theme-cursor-pointer);
}
.hentry.clickable h1 a, .hentry.clickable h2 a, .hentry.clickable h3 a, .hentry.clickable h4 a, .hentry.clickable h5 a, .hentry.clickable h6 a {
  text-decoration: none;
}
.hentry.clickable .title {
  --border-position-y: 100%;
}
.hentry.clickable .title .text {
  display: inline;
  background-image: linear-gradient(transparent 0%, transparent calc(var(--border-position-y) - var(--thin-border-width)), currentColor calc(var(--border-position-y) - var(--thin-border-width)), currentColor var(--border-position-y), transparent calc(var(--border-position-y) + var(--thin-border-width)), transparent 100%);
  background-repeat: no-repeat;
  background-size: var(--border-background-size, 0% 100%);
  transition: background-size 0.2s ease;
}
.hentry.clickable .title:hover {
  --border-background-size: 100% 100%;
}
.hentry.clickable:hover {
  --border-background-size: 100% 100%;
}

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

.hentry.excerpt {
  --hentry-highlight-color: #FF5001;
  --button-primary-color: var(--hentry-highlight-color);
}
.has-text-color .hentry.excerpt {
  --hentry-highlight-color: currentColor;
}
.has-blue-background-color .hentry.excerpt {
  --hentry-highlight-color: currentColor;
}
.hentry.excerpt.type-insight {
  --hentry-highlight-color: #33397E;
}
.hentry.excerpt {
  --link-text-decoration-color-initial:transparent;
  --link-text-decoration-color-hover: currentColor;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr auto;
  row-gap: 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  grid-template-areas: "image" "meta" "title" "content" "cta";
  align-items: start;
  padding: 0 0 0 1.5rem;
  border-left: var(--thin-border-width) solid var(--hentry-highlight-color);
  font-size: clamp(0.882rem, 0.198vw + 0.837rem, 1rem);
}
.hentry.excerpt.hide-thumbnail .thumbnail {
  display: none;
}
.hentry.excerpt {
  /*
  &.clickable:hover {
      --hentry-image-scale:1.05;
  }

  */
}
.hentry.excerpt:nth-child(even) {
  --hentry-default-image: url(images/post2.jpg);
}
.hentry.excerpt.type-post .thumbnail {
  display: none;
}
.hentry.excerpt.type-insight .meta {
  display: none;
}
.hentry.excerpt .thumbnail {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1em;
  background: rgba(0, 0, 0, 0.2) no-repeat var(--hentry-default-image, url(images/post1.jpg)) 50% 50%;
  background-size: cover;
  aspect-ratio: 3/2;
}
.hentry.excerpt .thumbnail img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.hentry.excerpt .meta {
  margin: 0 0 1em;
  font-size: 0.8823529412rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
  color: #696D72;
}
.hentry.excerpt .meta a {
  color: inherit;
}
.hentry.excerpt .meta > span {
  margin-right: 1rem;
}
.hentry.excerpt .meta > span:last-child {
  margin-right: 0;
}
.hentry.excerpt .title {
  margin: 0 0 0.75rem;
  font-size: 1.2352941176rem;
  font-weight: 600;
  line-height: 1.18;
  color: var(--hentry-highlight-color);
}
.hentry.excerpt .cta {
  grid-area: cta;
  margin-top: calc(var(--block-margin, 4.24rem) * 0.5);
  color: var(--hentry-highlight-color);
  --hover-color: #fff;
}
@media screen and (max-width: 500px) {
  .hentry.excerpt {
    padding-left: 1rem;
  }
}

.hentry.wins.excerpt {
  --hentry-highlight-color: #33397E;
  color: var(--hentry-highlight-color);
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "meta meta" "title title" "taxonomy cta";
  border-top: var(--thin-border-width) solid currentColor;
  padding: 1.5rem 0 0 1.5rem;
}
.hentry.wins.excerpt .wp-block-button.cta {
  margin-top: calc(var(--block-margin, 4.24rem) * 1);
}
@media screen and (min-width: 768px) {
  .hentry.wins.excerpt.featured {
    grid-column: span 2;
  }
}
.hentry.wins.excerpt.featured {
  padding-right: 1rem;
  padding-bottom: 1rem;
  border: 0;
  background-color: var(--hentry-highlight-color);
  color: #fff;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "meta meta" "title title" "content content" "taxonomy cta";
}
.hentry.wins.excerpt.featured .meta, .hentry.wins.excerpt.featured .date, .hentry.wins.excerpt.featured .taxonomy, .hentry.wins.excerpt.featured .title {
  color: inherit;
}
.hentry.wins.excerpt.featured .title {
  font-size: 2em;
}
.hentry.wins.excerpt.featured .wp-block-button.cta > .wp-block-button__link {
  background-color: #fff;
  color: var(--hentry-highlight-color);
}
.hentry.wins .title-company {
  grid-area: title;
  font-size: 1rem;
}
.hentry.wins .meta {
  margin: 0;
}
.hentry.wins .date {
  display: block;
  margin: 0 0 1rem;
  color: #696D72;
  text-transform: uppercase;
  font-size: 0.8em;
}
.hentry.wins .company {
  display: block;
  text-transform: none;
  font-size: 1.3em;
}
.hentry.wins .company-a {
  font-weight: 600;
}
.hentry.wins .company-a em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 500;
}
.hentry.wins .company-b {
  font-weight: 400;
}
.hentry.wins .company-action:before {
  content: " ";
  display: block;
  margin: 1rem 0 1.1rem;
  width: 4em;
  height: var(--thin-border-width);
  background: currentColor;
}
.hentry.wins .company-action {
  display: block;
  font-size: 0.8235294118rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
}
.hentry.wins .taxonomy {
  grid-area: taxonomy;
  align-self: end;
  display: block;
  margin-top: calc(var(--block-margin, 4.24rem) * 1);
  color: #696D72;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
}
.hentry.wins .wp-block-button.cta > .wp-block-button__link {
  --hover-color: #fff;
  background-color: #33397E;
  border-radius: 50%;
  padding: 0;
  color: currentColor;
  border: 0;
}
.hentry.wins .wp-block-button.cta > .wp-block-button__link:hover {
  color: #fff;
}

.hentry.search {
  margin-bottom: calc(var(--block-margin, 4.24rem) * 0.5);
}
.hentry.search .title {
  margin: 0 0 0.75rem;
  font-size: 1.2352941176rem;
  font-weight: 600;
  line-height: 1.18;
  color: var(--hentry-highlight-color);
}
.hentry.search .url {
  text-decoration: none;
  font-size: 0.7em;
  color: #696D72;
}
.hentry.search .url:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 1.25em;
}
p:last-child {
  margin-block-end: 0;
}
p.has-medium-font-size {
  --wp--preset--font-size--medium: clamp(1rem, 0.396vw + 0.909rem, 1.235rem);
}

p.is-style-intro {
  font-size: clamp(1.294rem, 0.693vw + 1.135rem, 1.706rem);
  font-weight: 500;
  line-height: 1.2;
}
p.is-style-intro.has-large-font-size {
  --wp--preset--font-size--large: clamp(1.412rem, 0.792vw + 1.23rem, 1.882rem);
  font-weight: 400;
  line-height: 1.35;
}
p.is-style-intro.has-text-align-left, p.is-style-intro.has-text-align-left:first-child {
  max-width: 820px;
  margin-block-end: auto;
  margin-block-start: 0;
}
p.is-style-intro.has-text-align-right, p.is-style-intro.has-text-align-right:first-child {
  max-width: 820px;
  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: #33397E;
  font-family: "Matters Graph Saans", sans-serif;
  font-optical-sizing: none;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 0.6;
}

#header {
  --logo-width: 173px;
  --header-column-gap: 1.5rem;
  --background-color: #fff;
  --header-padding: calc(var(--sidebar-gutter)*.8);
  --thin-border-width: 2px;
}
@media screen and (min-width: 1100px) {
  body.front-page:not(.menu-on, .scrolled) #header {
    --logo-width: 300px;
  }
}
#header {
  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(--sidebar-gutter);
}
@media screen and (min-width: 960px) {
  #header {
    padding-right: var(--sidebar-gutter);
  }
}
#header {
  transition: margin var(--header-alert-transition, 0s), color 0.25s ease-in-out, background-color 0.25s ease-in-out, grid-template-rows 0.25s ease-in-out;
  background: var(--background-color, transparent);
  color: var(--color, inherit);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr [nav-start] auto auto [nav-end];
  grid-template-areas: ". . ." "logo nav toggle" "logo blank blank" "menu menu menu";
  grid-template-rows: var(--header-padding) auto 1fr auto;
  -moz-column-gap: var(--header-column-gap);
       column-gap: var(--header-column-gap);
}
#header:before {
  content: "";
  display: block;
  grid-area: blank;
  height: 100%;
}
#header .block-logo {
  align-self: stretch;
  display: flex;
  align-items: start;
  justify-content: start;
  grid-area: logo;
  padding: var(--header-padding) 0;
  margin-top: calc(var(--header-padding) * -1);
}
#header .block-logo a {
  display: block;
  line-height: 1;
  width: var(--logo-width, auto);
  translate: 0 0.5em;
}
#header .block-logo a img {
  display: block;
  width: var(--logo-width);
  height: auto;
}
@media screen and (max-width: 900px) {
  #header .block-logo a {
    translate: none;
  }
}
@media screen and (max-width: 1024px) {
  #header .block-logo {
    align-self: start;
  }
}
#header .block-search {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  grid-column: nav-start/toggle-end;
  grid-row: 2/3;
  background: #f4f4f4;
  margin: 0.75em 0 0 auto;
  max-width: 0%;
  width: calc(100% - 0.3em);
  overflow: hidden;
  opacity: 0;
}
body.search-on #header .block-search {
  max-width: 100vw;
  overflow: visible;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  #header .block-search {
    grid-column: unset;
    grid-row: unset;
    margin: 0;
    padding: 0.5rem 0.5rem 0.5rem var(--sidebar-gutter);
    width: 100%;
    box-sizing: border-box;
  }
}
#header .block-search .inputs {
  display: flex;
  align-items: center;
  padding: 0.1em;
  margin: 0;
  background: #f4f4f4;
  color: #000;
  border-radius: 0px;
}
#header .block-search .inputs input[type=text] {
  flex-grow: 1;
  padding: 0.5em;
  border-radius: 0;
  background: transparent;
  border: 0;
}
#header .block-search .inputs button {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 1rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: var(--theme-cursor-pointer);
  --icon-size: 13px;
}
#header .block-search .inputs ::-webkit-input-placeholder {
  text-transform: uppercase;
}
#header .block-search .inputs :-moz-placeholder {
  text-transform: uppercase;
}
#header .block-search .inputs ::-moz-placeholder {
  text-transform: uppercase;
}
#header .block-search .inputs :-ms-input-placeholder {
  text-transform: uppercase;
}
#header .block-nav {
  position: relative;
  grid-area: nav;
  font-size: 0.8235294118rem;
  letter-spacing: 0.02em;
  line-height: 1;
  opacity: 1;
  transition: 0.25s ease-in-out;
}
#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: 500;
}
#header .block-nav > ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: calc(var(--header-column-gap) * 0.5);
}
#header .block-nav > ul > li {
  position: relative;
}
@media screen and (min-width: 1060px) {
  #header .block-nav > ul > li {
    white-space: nowrap;
  }
}
#header .block-nav > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0.5em;
  text-transform: uppercase;
  color: var(--link-color, inherit);
  transition-duration: 0.1s;
}
#header .block-nav > ul > li > a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--link-highlight-width, 0%);
  height: 100%;
  background: #FF5001;
  transition: width 0.2s ease;
}
#header .block-nav > ul > li > a .label {
  position: relative;
  z-index: 1;
}
#header .block-nav > ul > li > a .icon.arrow {
  --icon-size: .6em;
  transition: rotate 0.2s ease;
  rotate: var(--link-dropdown-icon-rotate, 0deg);
}
#header .block-nav > ul > li > a:hover {
  --link-highlight-width: 100%;
  --link-color: #fff;
  --link-dropdown-icon-rotate: 90deg;
}
#header .block-nav > ul > li.on {
  --link-dropdown-icon-rotate: 90deg;
}
#header .block-nav > ul > li.current-menu-item, #header .block-nav > ul > li.current-menu-ancestor {
  --link-highlight-width: 100%;
  --link-background-color: #FF5001;
  --link-color: #fff;
}
@media screen and (min-width: 901px) {
  #header .block-nav > ul > li {
    --dropdown-background-color: #FF5001;
    --dropdown-color: #fff;
  }
  #header .block-nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    max-height: 0;
    overflow: hidden;
    margin: 0.7em 0 0;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    background: var(--dropdown-background-color);
    color: var(--dropdown-color);
    transition: 0.2s ease;
  }
  #header .block-nav > ul > li > ul:hover {
    --li-opacity: .7;
  }
  #header .block-nav > ul > li > ul > li {
    opacity: 0;
    padding: 0 1.5em;
    transition: opacity 0.2s ease;
  }
  #header .block-nav > ul > li > ul > li:first-child {
    padding-top: 1em;
  }
  #header .block-nav > ul > li > ul > li:last-child {
    padding-bottom: 1em;
  }
  #header .block-nav > ul > li > ul > li a {
    display: block;
    position: relative;
    left: 0;
  }
  #header .block-nav > ul > li > ul > li a:before {
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-transform: none;
    content: "\f105";
    display: block;
    position: absolute;
    left: -1.2em;
    width: 1.2em;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  #header .block-nav > ul > li > ul > li:hover {
    --li-opacity:1;
  }
  #header .block-nav > ul > li > ul > li:hover a {
    left: 1.2em;
  }
  #header .block-nav > ul > li > ul > li:hover a:before {
    opacity: 1;
  }
  #header .block-nav > ul > li.on {
    --highlight-width: 100%;
  }
  #header .block-nav > ul > li.on > ul {
    max-height: var(--subnav-height, -moz-fit-content);
    max-height: var(--subnav-height, fit-content);
  }
  #header .block-nav > ul > li.on > ul > li {
    opacity: var(--li-opacity, 1);
  }
}
#header .block-toggle {
  grid-area: toggle;
  margin: 0;
  position: relative;
  z-index: 1021;
  display: flex;
  align-items: center;
  gap: var(--header-column-gap);
  translate: 0 -1px;
}
#header .block-toggle .toggle.menu {
  --width: 20px;
  --height: 14px;
  --color: currentColor;
  display: block;
  position: relative;
  align-items: center;
  cursor: var(--theme-cursor-pointer);
  transition: transform 0.2s ease;
}
#header .block-toggle .toggle.menu .bars {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: var(--width);
  height: var(--height);
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
}
#header .block-toggle .toggle.menu .bar {
  display: block;
  height: var(--thin-border-width);
  width: 100%;
  background: currentColor;
}
#header .block-toggle .toggle.menu .close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--width) * 1.2);
  height: calc(var(--width) * 1.2);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  translate: -50% -50%;
  opacity: 0;
}
#header .block-toggle .toggle.menu .close:before, #header .block-toggle .toggle.menu .close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: var(--thin-border-width);
  background: currentColor;
  margin-top: calc(var(--thin-border-width) / -2);
  transform-origin: 50% 50%;
}
#header .block-toggle .toggle.menu .close:after {
  transform: rotate(90deg);
}
#header .block-toggle .toggle.menu.on .bars {
  transform: rotate(45deg);
  opacity: 0;
}
#header .block-toggle .toggle.menu.on .close {
  transform: rotate(45deg);
  opacity: 1;
}
#header .block-toggle .toggle.search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#header .block-toggle .toggle.search .icon {
  --icon-size:13px;
  opacity: 1;
  transition: 0.2s ease;
  translate: 0 -1px;
}
#header .block-toggle .toggle.search .close {
  --icon-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  rotate: 0deg;
  transition: 0.25s ease-in-out;
  transform-origin: 50% 50%;
  translate: -50% -50%;
  opacity: 0;
}
#header .block-toggle .toggle.search .close:before, #header .block-toggle .toggle.search .close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: var(--thin-border-width);
  background: currentColor;
  margin-top: calc(var(--thin-border-width) / -2);
  transform-origin: 50% 50%;
}
#header .block-toggle .toggle.search .close:after {
  rotate: 90deg;
}
body.search-on #header .block-toggle .toggle.search .icon {
  opacity: 0;
}
body.search-on #header .block-toggle .toggle.search .close {
  transform: rotate(45deg);
  opacity: 1;
}
body.menu-on #header {
  --background-color:#f4f4f4;
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
}
#header .block-menu {
  --link-primary-color: #FF5001;
  --link-background-color: #fff;
  --link-padding-side: 1rem;
}
@media screen and (max-width: 767px) {
  #header .block-menu {
    --link-padding-side: .5rem;
  }
}
#header .block-menu {
  grid-area: menu;
  height: 100%;
  max-height: 0dvh;
  overflow: hidden;
}
body.menu-on #header .block-menu {
  max-height: calc(100dvh - var(--header-height, 75px) - var(--wp-admin--admin-bar--height, 0px));
  overflow: auto;
}
#header .block-menu {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-areas: ". ." "top top" "menu menu" "social lang";
}
#header .block-menu a {
  color: inherit;
}
#header .block-menu #top-menu2 {
  grid-area: top;
  display: none;
  flex-direction: column;
  gap: 0.25em;
  margin: 0.25em 0 1rem;
  padding: 0;
  list-style: none;
  font-weight: 500;
  line-height: 1;
}
#header .block-menu #top-menu2 > li {
  position: relative;
  transition: max-height 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
  opacity: var(--subnav-item-opacity, 0);
}
#header .block-menu #top-menu2 > li.visible {
  --subnav-item-opacity: 1;
}
#header .block-menu #top-menu2 > li > a {
  display: block;
  padding: 0.25rem var(--link-padding-side) 0.25rem 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(0.882rem, 0.297vw + 0.814rem, 1.059rem);
}
@media screen and (max-height: 800px) {
  #header .block-menu #top-menu2 > li > a {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
}
#header .block-menu #main-menu {
  grid-area: menu;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .block-menu #main-menu > li {
  position: relative;
  display: grid;
  grid-template-areas: "label sub icon" ". sub .";
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: calc(var(--block-margin, 4.24rem) * 1);
       column-gap: calc(var(--block-margin, 4.24rem) * 1);
  padding: 0.35rem var(--link-padding-side) 0.05rem;
  background: var(--link-background-color);
  color: var(--link-primary-color);
  opacity: var(--link-primary-opacity, 0);
  transition: opacity 0.2s ease;
}
#header .block-menu #main-menu > li.visible {
  --link-primary-opacity:1;
}
#header .block-menu #main-menu > li.menu-item-has-children {
  cursor: var(--theme-cursor-pointer);
}
#header .block-menu #main-menu > li > a {
  grid-area: label;
  display: block;
  font-size: clamp(1.765rem, 3.168vw + 1.038rem, 3.647rem);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
#header .block-menu #main-menu > li > ul {
  grid-area: sub;
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 7em;
  transition: padding 0.2s ease;
}
#header .block-menu #main-menu > li > ul > li {
  max-height: var(--subnav-item-max-height, 0px);
  overflow: hidden;
  padding: var(--subnav-item-padding, 0) 0 var(--subnav-item-padding, 0) 0;
  padding-inline-end: 2rem;
  border-bottom: var(--subnav-item-border-width, 0px) solid currentColor;
  transition: max-height 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
  opacity: var(--subnav-item-opacity, 0);
}
#header .block-menu #main-menu > li > ul > li a {
  position: relative;
  display: block;
  padding-inline-end: 0.5em;
  translate: var(--subnav-item-offset-left, 0) 0px;
}
html[dir=rtl] #header .block-menu #main-menu > li > ul > li a {
  translate: calc(var(--subnav-item-offset-left, 0) * -1) 0px;
}
#header .block-menu #main-menu > li > ul > li a {
  text-decoration: none;
  transition: 0.2s ease, font-weight 0.05s;
}
#header .block-menu #main-menu > li > ul > li a .text {
  font-weight: var(--subnav-item-font-weight, inherit);
}
@media screen and (min-width: 601px) {
  #header .block-menu #main-menu > li > ul > li a .cloned {
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
  }
  #header .block-menu #main-menu > li > ul > li a .text {
    position: absolute;
  }
}
@media screen and (max-width: 600px) {
  #header .block-menu #main-menu > li > ul > li a .cloned {
    display: none;
  }
}
#header .block-menu #main-menu > li > ul > li:last-child {
  border-bottom: 0;
}
#header .block-menu #main-menu > li > ul > li .icon.arrow {
  position: absolute;
  top: 0.5em;
  left: calc(var(--subnav-item-offset-left, 0px) * -1);
}
html[dir=rtl] #header .block-menu #main-menu > li > ul > li .icon.arrow {
  left: auto;
  right: calc(var(--subnav-item-offset-left, 0px) * -1);
}
#header .block-menu #main-menu > li > ul > li .icon.arrow {
  opacity: var(--subnav-item-icon-opacity, 0);
  --icon-size: .5em;
  transition: 0.2s ease;
}
#header .block-menu #main-menu > li > ul > li.current-menu-item, #header .block-menu #main-menu > li > ul > li.current-menu-ancestor {
  --subnav-item-icon-opacity: 1;
  --subnav-item-icon-left: 0;
  --subnav-item-offset-left: 1.3em;
  --subnav-item-font-weight:600;
}
#header .block-menu #main-menu > li > ul > li:hover {
  --subnav-item-icon-opacity: 1;
  --subnav-item-icon-left: 0;
  --subnav-item-offset-left: 1.3em;
  --subnav-item-font-weight: 600;
}
#header .block-menu #main-menu > li > ul > li.visible {
  --subnav-item-border-width: var(--thin-border-width);
  --subnav-item-padding: .5em;
  --subnav-item-max-height: 4em;
  --subnav-item-opacity: 1;
}
@media screen and (max-height: 800px) {
  #header .block-menu #main-menu > li > ul > li.visible {
    --subnav-item-padding: .25em;
  }
}
#header .block-menu #main-menu > li .icon.plus {
  --icon-size: 24px;
  --icon-line-width: .1em;
  grid-area: icon;
  align-self: center;
  justify-self: end;
  margin-top: -0.2em;
  transition: 0.2s ease;
  rotate: var(--icon-rotate, 0deg);
  cursor: var(--theme-cursor-pointer);
}
#header .block-menu #main-menu > li .icon.plus:before {
  opacity: var(--icon-line-opacity, 1);
}
#header .block-menu #main-menu > li.on {
  --link-background-color: #FF5001;
  --link-primary-color: #fff;
  --icon-rotate: 90deg;
  --icon-line-opacity:0;
}
@media screen and (max-width: 1024px) {
  #header .block-menu #main-menu {
    -moz-column-gap: calc(var(--block-margin, 4.24rem) * 0.5);
         column-gap: calc(var(--block-margin, 4.24rem) * 0.5);
  }
  #header .block-menu #main-menu > li {
    -moz-column-gap: calc(var(--block-margin, 4.24rem) * 0.5);
         column-gap: calc(var(--block-margin, 4.24rem) * 0.5);
    grid-template-columns: 1fr auto;
    grid-template-areas: "label icon" "sub .";
  }
}
@media screen and (max-width: 767px) {
  #header .block-menu #main-menu > li.on > ul {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  #header .block-menu #main-menu > li > ul {
    font-size: 0.9411764706rem;
  }
}
#header .block-menu .bottom-links {
  margin-top: calc(var(--block-margin, 4.24rem) * 0.75);
  padding-bottom: calc(var(--block-margin, 4.24rem) * 0.25);
  font-size: 0.7647058824rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #696D72;
}
#header .block-menu .bottom-links a {
  color: inherit;
}
#header .block-menu .block-social {
  grid-area: social;
}
#header .block-menu .block-social ul, #header .block-menu .block-social li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .block-menu .block-social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#header .block-menu .block-lang {
  grid-area: lang;
  --gap: .25em;
}
#header .block-menu .block-lang ul, #header .block-menu .block-lang li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .block-menu .block-lang > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: var(--gap);
}
#header .block-menu .block-lang > ul > li:after {
  content: "/";
  margin-left: var(--gap);
}
#header .block-menu .block-lang > ul > li:last-child:after {
  display: none;
}
#header .block-menu .block-lang > ul > li.current-language-menu-item, #header .block-menu .block-lang > ul > li.current-menu-item, #header .block-menu .block-lang > ul > li.current-menu-ancestor {
  font-weight: 600;
}
#header .block-menu .block-lang > ul > li .trp-flag-image {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  #header .block-menu {
    grid-template-areas: ". ." "top top" "menu menu" "lang lang" "social social";
  }
  #header .block-menu .bottom-links {
    margin-top: 0;
  }
  #header .block-menu .block-lang {
    margin-top: calc(var(--block-margin, 4.24rem) * 0.5);
  }
  #header .block-menu .block-lang > ul {
    justify-content: start;
  }
}
@media screen and (min-width: 801px) {
  #header .block-logo {
    transition: 0.25s ease-in-out;
  }
  #header .block-logo img {
    transition: 0.25s ease-in-out;
  }
  body.scrolled:not(.menu-on) #header {
    background: #fff;
    --header-padding: calc(var(--sidebar-gutter) * .4);
    --logo-width:140px;
  }
  body.scrolled:not(.menu-on) #header .block-logo a {
    translate: 0 0;
  }
}
@media screen and (max-width: 800px) {
  #header {
    --logo-width: 100px;
  }
}
@media screen and (max-width: 640px) {
  #header .block-nav {
    display: none;
  }
  #header .block-menu #top-menu2 {
    display: flex;
  }
}

#footer {
  --gap: 1rem;
  --link-text-decoration-color-initial: currentColor;
  --link-text-decoration-color-hover: transparent;
  --logo-width: 268px;
  --thin-border-width:1px;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: var(--gap);
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "logo address nav" "content address nav" "copy copy copy";
  line-height: 1.5;
}
#footer p {
  margin-block-end: 1em;
}
@media screen and (max-width: 767px) {
  #footer {
    grid-template-columns: 1fr 1fr auto;
    grid-template-areas: "logo . ." "content content content" ". . ." "address nav ." "copy copy copy";
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 500px) {
  #footer {
    grid-template-columns: auto;
    grid-template-areas: "logo" "content" "." "address" "nav" "copy";
  }
}
#footer {
  padding: calc(var(--block-margin, 4.24rem) * 1.35) var(--gutter-right) calc(var(--block-margin, 4.24rem) * 1) var(--gutter-left);
  background: #696D72;
  color: #fff;
  font-size: clamp(0.882rem, 0.099vw + 0.86rem, 0.941rem);
}
#footer ul, #footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, currentColor, currentColor);
  background-size: 100% var(--thin-border-width);
  background-position: 100% calc(100% - 0.1em);
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
#footer a:hover {
  background-size: 100% 0em;
}
#footer .block-logo {
  grid-area: logo;
  margin: 0;
}
#footer .block-logo a {
  background: none;
}
#footer .block-logo img {
  display: block;
  width: var(--logo-width);
  max-width: 45vw;
}
#footer .block-content {
  grid-area: content;
}
#footer .block-content p {
  max-width: 18em;
}
#footer .block-address {
  grid-area: address;
}
#footer .block-menu {
  grid-area: nav;
}
#footer .block-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin: 0 0 1em;
}
#footer .block-social em {
  font-style: normal;
}
#footer .block-social ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#footer .block-social .icon {
  display: none;
}
#footer .block-copyright {
  grid-area: copy;
  margin: calc(var(--block-margin, 4.24rem) * 0.75) 0 0;
  font-size: clamp(0.706rem, 0.099vw + 0.683rem, 0.765rem);
}

body {
  --theme-cursor:
      url(images/cursor.svg) 10 10,
      url(images/cursor.svg),
      auto;
  --theme-cursor-pointer:
      url(images/cursor-pointer.svg?1) 20 20,
      url(images/cursor-pointer.svg?1),
      pointer;
}

body {
  cursor: var(--theme-cursor) !important;
}

a, .clickable, .wp-block-button__link, .toggle {
  cursor: var(--theme-cursor-pointer);
}

#wpadminbar {
  --theme-cursor-pointer:pointer;
}

.icon.plus {
  --elem-icon-size: var(--icon-size, 24px);
  --elem-icon-line-width: var(--icon-line-width, var(--thin-border-width));
  position: relative;
  display: block;
  width: var(--elem-icon-size);
  height: var(--elem-icon-size);
}
.icon.plus:before, .icon.plus:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: var(--elem-icon-line-width);
  background: currentColor;
  translate: 0 -50%;
  transform-origin: 50% 50%;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.icon.plus:after {
  transform: rotate(90deg);
}

.icon.search {
  --elem-icon-size: var(--icon-size, 20px);
  --elem-icon-line-width: var(--icon-line-width, var(--thin-border-width));
  position: relative;
  display: block;
  box-sizing: border-box;
  border: var(--elem-icon-line-width) solid currentColor;
  background: transparent;
  border-radius: 50%;
  width: var(--elem-icon-size);
  height: var(--elem-icon-size);
}
.icon.search:after {
  content: " ";
  display: block;
  position: absolute;
  top: 95%;
  left: 95%;
  width: 80%;
  height: var(--elem-icon-line-width);
  background: currentColor;
  transform-origin: 0% 50%;
  transform: translate(0%, -50%) rotate(45deg);
}

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

.theme-block {
  --block-margin-multiplier: 1;
  position: relative;
  margin-top: calc(var(--block-margin, 4.24rem) * var(--block-margin-multiplier));
  margin-bottom: calc(var(--block-margin, 4.24rem) * 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, 4.24rem) * 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: 1146px;
  margin: 0 auto;
}
@media screen and (max-width: 1264.5517241379px) {
  .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, 4.24rem) * -1);
}
.page-blocks > .theme-block.has-background.wp-block-theme-blocks-section + .has-background.is-style-section, .page-blocks > .theme-block.has-background.is-style-section + .has-background.wp-block-theme-blocks-section {
  margin-top: calc(var(--block-margin, 4.24rem) * -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, 2.12rem);
}
body.has-js .appear-on-scroll:not(.sticky).appeared {
  opacity: 1;
}
body.has-js .appear-on-scroll:not(.sticky).appeared:not(.fade-only) {
  transform: translate(0px, 0px);
}
body.has-js .appear-on-scroll.sticky {
  opacity: 0;
}
body.has-js .appear-on-scroll.sticky.appear-init {
  transition: opacity 0.4s ease-in-out;
}
body.has-js .appear-on-scroll.sticky.appeared {
  opacity: 1;
}
body.no-js .appear-on-scroll, .disable-appear-on-scroll .appear-on-scroll, .appear-on-scroll.disable-appear-on-scroll, .appear-on-scroll .appear-on-scroll {
  opacity: 1 !important;
  transform: none !important;
}

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

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

.main-content {
  --main-content-padding-top: calc(var(--block-margin, 4.24rem) * 1);
  --main-content-padding-bottom: calc(var(--block-margin, 4.24rem) * 1.5);
  position: relative;
  z-index: 10;
  margin: 0 0;
  padding: var(--main-content-padding-top) 0 0 0;
  background: var(--background-color, none);
  color: var(--color, inherit);
}
.main-content > .layout {
  position: relative;
  display: grid;
  grid-template-columns: [start] var(--gutter-left) minmax(0, 1fr) var(--gutter-right) [end];
  grid-template-areas: ". title ." ". blocks .";
  padding: 0;
}
.main-content .block-hero {
  grid-area: hero;
  position: relative;
  z-index: 30;
  margin-top: calc(var(--main-content-padding-top) * -1);
}
.main-content .block-page-title {
  grid-area: title;
  margin: 0;
}
.main-content .block-page-title h1 {
  position: relative;
  z-index: 1;
  color: inherit;
  line-height: 1;
  margin: 0;
}
.main-content .page-blocks {
  position: relative;
  z-index: 20;
  color: var(--theme-text-color, inherit);
}
@media screen and (max-width: 767px) {
  .main-content .page-blocks {
    font-size: 16px;
  }
}
.main-content .page-blocks:not(.block-widget) {
  grid-area: blocks;
  min-height: 30vh;
  padding-bottom: var(--main-content-padding-bottom);
}
.main-content .page-blocks:not(.block-widget) > .theme-block.has-background.is-style-full-width:last-child {
  margin-bottom: calc(var(--main-content-padding-bottom) * -1);
}
.main-content .block-filters {
  grid-area: filters;
}
.main-content .query-posts {
  grid-area: posts;
  position: relative;
  z-index: 1;
}
.main-content .posts-nav,
.main-content .navigation.pagination {
  grid-area: pager;
  margin: calc(var(--block-margin, 4.24rem) * 0.5) auto calc(var(--block-margin, 4.24rem) * 1) 0;
}
.main-content .posts-nav button.load-more,
.main-content .navigation.pagination button.load-more {
  border: 0;
  background: none;
  --block-text-color: #33397E;
}

.main-content.has-default-page-title .block-page-title {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-areas: "." "title" "intro";
  box-sizing: border-box;
  margin-bottom: calc(var(--block-margin, 4.24rem) * 1);
  min-height: calc(var(--block-margin, 4.24rem) * 6);
  padding: calc(var(--block-margin, 4.24rem) * 1) calc(var(--site-gutter-right) / 2) calc(var(--block-margin, 4.24rem) * 0.3) var(--sidebar-gutter);
  background: var(--page-highlight-color, #E0E1E2) url(images/default-banner.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
.main-content.has-default-page-title .block-page-title h1 {
  position: relative;
  z-index: 1;
  grid-area: title;
  margin: 0;
  font-size: clamp(4.706rem, 7.327vw + 3.025rem, 9.059rem);
  font-weight: 500;
  line-height: 0.86;
  text-transform: uppercase;
}
.main-content.has-default-page-title .block-page-title > img.size-banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.main-content.has-default-page-title .block-page-title .introduction {
  grid-area: intro;
}

.main-content.archive > .layout {
  grid-template-areas: "title title title" ". filters ." ". posts ." ". pager ." ". search .";
}
.main-content.archive .block-page-title {
  margin-bottom: calc(var(--block-margin, 4.24rem) * 1);
}
body.post-type-archive-wins .main-content.archive .query-posts {
  --gap:1rem;
  --row-gap: calc(var(--block-margin, 4.24rem) * 1);
}

.main-content.search {
  --max-width: 600px;
}
.main-content.search > .layout {
  grid-template-areas: ". title title ." ". . posts ." ". . pager ." ". . search .";
  grid-template-columns: [start] var(--sidebar-gutter) var(--sidebar-width) minmax(0, 1fr) var(--sidebar-gutter) [end];
}
@media screen and (max-width: 767px) {
  .main-content.search > .layout {
    grid-template-areas: ". title ." ". posts ." ". pager ." ". search .";
    grid-template-columns: [start] var(--sidebar-gutter) minmax(0, 1fr) var(--sidebar-gutter) [end];
  }
}
.main-content.search .block-page-title {
  padding: 0;
  display: grid;
  align-items: start;
  grid-template-columns: var(--sidebar-width) auto;
  grid-template-areas: "meta title";
  border-top: var(--thin-border-width) solid currentColor;
  margin: 0 0 calc(var(--block-margin, 4.24rem) * 1) 0;
}
@media screen and (max-width: 767px) {
  .main-content.search .block-page-title {
    grid-template-areas: "meta meta" "title title";
  }
}
.main-content.search .block-page-title h1 {
  grid-area: title;
  margin: 0;
  padding: calc(var(--block-margin, 4.24rem) * 0.25);
  background-color: #33397E;
  color: #fff;
  font-size: clamp(1.647rem, 0.594vw + 1.511rem, 2rem);
  line-height: 1.15;
}
.main-content.search .block-page-title .introduction {
  grid-area: meta;
  padding: 0.5em 1rem 0 0;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--post-title-background-color);
  line-height: 1.35;
}
.main-content.search .block-page-title .introduction a {
  color: inherit;
  --link-text-decoration-color-initial: transparent;
  --link-text-decoration-color-hover: currentColor;
}
.main-content.search .query-posts {
  max-width: var(--max-width);
  margin: 0;
}
.main-content.search .navigation.pagination {
  max-width: var(--max-width);
  margin: 0 0 calc(var(--block-margin, 4.24rem) * 0.25) 0;
  text-transform: uppercase;
  font-weight: 600;
}
.main-content.search .navigation.pagination .page-numbers {
  display: inline-block;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  min-width: 2em;
  text-align: center;
  text-decoration: none;
  color: #403C3C;
}
.main-content.search .navigation.pagination .page-numbers.current {
  background: #FF5001;
  color: #fff;
}
.main-content.search .navigation.pagination a {
  background-color: transparent;
  background-image: linear-gradient(90deg, white 0%, white 50%, transparent 50%, transparent 100%);
  background-size: 201% 105%;
  background-position: var(--highlight-background-position, 100%) 50%;
  background-image: linear-gradient(90deg, #FF5001 0%, #FF5001 50%, transparent 50%, transparent 100%);
  background-size: 201% 105%;
  background-position: var(--highlight-background-position, 100%) 50%;
  transition: 0.2s ease, color 0s;
}
.main-content.search .navigation.pagination a:hover {
  --highlight-background-position: 0%;
  color: #fff;
}
.main-content.search .block-inline-search {
  max-width: var(--max-width);
  grid-area: search;
  display: flex;
  gap: 1rem;
  margin: 0 0 calc(var(--block-margin, 4.24rem) * 1) 0;
}
.main-content.search .block-inline-search input[type=text] {
  flex-grow: 1;
  display: block;
  border-radius: 0;
  border: var(--thin-border-width) solid currentColor;
  padding: 0.5em;
}
.main-content.search .block-inline-search button {
  --hover-background-color: #33397E;
  display: block;
  padding: 0.5em 1em;
  align-self: stretch;
  background: #fff;
  border: var(--thin-border-width) solid currentColor;
  color: #33397E;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  cursor: var(--theme-cursor-pointer);
  background-image: linear-gradient(90deg, var(--hover-background-color, var(--block-button-color)) 0%, var(--hover-background-color, var(--block-button-color)) 50%, transparent 50%, transparent 100%);
  background-size: 201% 105%;
  background-position: var(--highlight-background-position, 100%) 50%;
  transition: 0.2s ease;
}
.main-content.search .block-inline-search button:hover {
  --highlight-background-position: 0%;
  color: #fff;
  border-color: var(--hover-background-color);
}

.main-content.page > .layout {
  grid-template-areas: "title title title" ". blocks .";
}

.main-content.post {
  --post-primary-color: #FF5001;
  --post-title-color: #fff;
  --post-title-background-color: var(--post-primary-color);
  --title-right-offset: 0px;
  --post-content-width: 850px;
  /*
  --gutter: calc((100vw - var(--post-content-width)) / 2);
  --gutter-left: calc((100vw - var(--post-content-width)) / 2);
  --gutter-right: calc((100vw - var(--post-content-width)) / 2);


  @media screen and (min-width:1230px) {
      --title-right-offset: 124px;            
  }
  @media screen and (max-width:1230px) {
      --gutter-left: calc(var(--sidebar-width) + var(--site-gutter-left));
  }

  @media screen and (max-width: ($max-post-content-width / ( 1 - ($gutter * 2) ))) {

      --gutter-left: 4.6875vw;
      --gutter-right: 4.6875vw;
      --gutter: 4.6875vw;
  }

  */
}
@media screen and (min-width: 768px) {
  .main-content.post {
    --gutter-left: calc(var(--sidebar-gutter) + var(--sidebar-width));
  }
}
.main-content.post {
  --gutter-right: var(--site-gutter-right);
  --pull-left-width: 0px;
  --pull-right-width: calc(100vw - var(--sidebar-gutter) - var(--sidebar-width) - var(--gutter-right) - var(--post-content-width));
}
@media screen and (max-width: 1140px) {
  .main-content.post {
    --pull-right-width:0px;
  }
}
.main-content.post > .layout {
  grid-template-columns: [start] var(--gutter-left) minmax(0, 1fr) var(--pull-right-width) var(--gutter-right) [end];
  grid-template-areas: "title title title ." ". blocks . ." "tags tags tags ." "related related related related";
}
.main-content.post.insight {
  --post-primary-color: #33397E;
}
@media screen and (min-width: 1230px) {
  .main-content.post.insight .page-blocks {
    --indent-left: 95px;
    --pull-left-width: var(--indent-left);
    padding-left: var(--indent-left);
  }
  .main-content.post.insight .page-blocks > .is-style-pull-left {
    margin-left: calc(var(--indent-left) * -1);
  }
}
@media screen and (min-width: 768px) {
  .main-content.post.insight .block-post-title, .main-content.post.wins .block-post-title {
    position: relative;
  }
  .main-content.post.insight .block-post-title .block-meta, .main-content.post.wins .block-post-title .block-meta {
    position: absolute;
  }
}
.main-content.post.wins {
  --sidebar-width: 17.0588235294rem;
  --post-primary-color: #33397E;
}
@media screen and (min-width: 1230px) {
  .main-content.post.wins .page-blocks {
    --indent-left:0;
  }
}
.main-content.post.wins .block-post-title .block-meta {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-content.post.wins .block-post-title .block-meta:before {
    content: " ";
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    width: 1.5rem;
    height: 10px;
    background: #fff;
  }
}
.main-content.post.wins .block-post-title .block-meta {
  padding-left: 0.5em;
  border-left: var(--thin-border-width) solid currentColor;
}
.main-content.post.wins .block-related .query-posts {
  --gap:1rem;
}
.main-content.post {
  /*
  &.news {
      --post-content-width: 850px;



      // --gutter-left:  calc(((100vw - 1146px) / 2) + var(--sidebar-width));
      > .layout {
          grid-template-areas:
              "title title title"
              "blocks blocks ."
              ". tags ."
              ". related .";
          > .page-blocks {
              margin-left:calc(var(--site-gutter-left) + var(--sidebar-width));
          }
      }

  }
  */
}
.main-content.post .block-post-title {
  grid-area: title;
  margin-left: var(--sidebar-gutter);
  margin-bottom: calc(var(--block-margin, 4.24rem) * 0.5);
  display: grid;
  align-items: start;
  grid-template-columns: var(--sidebar-width) auto;
  grid-template-areas: "meta title" ". share";
  border-top: var(--thin-border-width) solid var(--post-title-background-color);
}
@media screen and (max-width: 767px) {
  .main-content.post .block-post-title {
    grid-template-areas: "meta meta" "title title" ". share";
  }
  .main-content.post .block-post-title .block-meta {
    margin-bottom: 0.5rem;
  }
}
.main-content.post .block-post-title .block-share {
  grid-area: share;
  margin: 0.5rem 0 0 auto;
}
.main-content.post .block-post-title .block-share .label {
  display: none;
}
.main-content.post .block-post-title .block-share ul, .main-content.post .block-post-title .block-share li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content.post .block-post-title .block-share a {
  color: inherit;
  text-decoration: none;
  background-color: none;
}
.main-content.post .block-post-title .block-share ul {
  display: flex;
  gap: 1rem;
}
.main-content.post .block-post-title .block-meta {
  grid-area: meta;
  padding: 0.5em 1rem 0 0;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--post-title-background-color);
  line-height: 1.35;
}
.main-content.post .block-post-title .block-meta a {
  color: inherit;
  --link-text-decoration-color-initial: transparent;
  --link-text-decoration-color-hover: currentColor;
}
.main-content.post .block-post-title h1 {
  grid-area: title;
  margin: 0;
  padding: calc(var(--block-margin, 4.24rem) * 0.25);
  background-color: var(--post-title-background-color);
  color: var(--post-title-color);
  font-size: clamp(1.647rem, 0.594vw + 1.511rem, 2rem);
  line-height: 1.15;
}
.main-content.post .block-post-tags {
  grid-area: tags;
  margin: 0 0 calc(var(--block-margin, 4.24rem) * 1) var(--sidebar-gutter);
  padding-top: calc(var(--block-margin, 4.24rem) * 0.5);
  border-top: var(--thin-border-width) solid currentColor;
  display: grid;
  grid-template-areas: "label tags";
  grid-template-columns: var(--sidebar-width) 1fr;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .main-content.post .block-post-tags {
    grid-template-areas: "label label" "tags tags";
  }
}
.main-content.post .block-post-tags .block-label {
  grid-area: label;
  padding: 0 2rem 0 0;
  color: #33397E;
}
.main-content.post .block-post-tags .block-tags {
  grid-area: tags;
  width: 100%;
  margin: 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.main-content.post .block-post-tags .wp-block-button > .wp-block-button__link {
  justify-content: space-between;
}
.main-content.post .block-related {
  grid-area: related;
  padding: 0 var(--gutter-right) calc(var(--block-margin, 4.24rem) * 2) calc(var(--site-gutter-left));
}
@media screen and (max-width: 1230px) {
  .main-content.post .block-related {
    --sidebar-width:0px;
  }
}
.main-content.post .block-related .block-title {
  margin: 0 0 calc(var(--block-margin, 4.24rem) * 0.5);
  padding: calc(var(--block-margin, 4.24rem) * 0.25) calc(var(--block-margin, 4.24rem) * 0.5);
  color: var(--post-title-color);
  background: var(--post-primary-color);
  font-size: clamp(1.412rem, 0.99vw + 1.185rem, 2rem);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.block-widget.post-bottom {
  padding: 0 var(--gutter-right) 0 var(--gutter-left);
}

.layout:not(:has(> .block-page-title)) > .page-blocks .wp-block-theme-blocks-section:first-child:before {
  opacity: 0;
}

.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: var(--theme-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;
  border: var(--thin-border-width) solid rgba(0, 0, 0, 0.6);
  background: transparent;
  text-indent: -10000px;
  overflow: hidden;
  cursor: var(--theme-cursor-pointer);
  border-radius: 50%;
  transition: 0.2s ease;
}
.slick-dots li button:hover {
  background: currentColor;
  border-color: currentColor;
}
.slick-dots li.slick-active button {
  background: currentColor;
  border-color: currentColor;
}

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

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

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

#cookie-mask {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

#cookie-notice {
  box-sizing: border-box;
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2em var(--gutter-right) 2em var(--gutter-left);
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  grid-template-areas: ". content actions .";
  gap: 1em;
  align-items: center;
  font-size: 0.8em;
}
#cookie-notice .block-content {
  grid-area: content;
  line-height: 1.2;
}
#cookie-notice .block-actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#cookie-notice button {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1rem;
  background: #FF5001;
  color: #fff;
  border: 0;
  font-weight: 700;
  cursor: var(--theme-cursor-pointer);
}
@media screen and (max-width: 1024px) {
  #cookie-notice {
    display: block;
  }
  #cookie-notice .block-content {
    margin-bottom: 1em;
  }
}

body.cookie-notice-on #wrap {
  filter: grayscale(1);
}

.wp-block-post-content .gform-theme--foundation {
  --gf-color-danger: #FF5001;
  --gf-ctrl-choice-check-color: var(--theme-text-color, inherit);
}
.wp-block-post-content .gform-theme--foundation .gform_required_legend {
  display: none;
}
.wp-block-post-content .gform-theme--foundation .gfield.hide-label legend {
  display: none;
}
.wp-block-post-content .gform-theme--foundation .gform-field-label,
.wp-block-post-content .gform-theme--foundation input[type] {
  --gf-local-color: var(--theme-text-color, inherit);
}
.wp-block-post-content .gform-theme--foundation input[type],
.wp-block-post-content .gform-theme--foundation textarea {
  --gf-local-border-color: var(--theme-text-color, inherit);
  --gf-local-border-width: var(--thin-border-width);
  --gf-local-border-color: var(--theme-text-color, inherit);
}
.wp-block-post-content .gform-theme--foundation .gform-field-label {
  --gf-local-font-size: clamp(1rem, 0.396vw + 0.909rem, 1.235rem);
  --gf-local-font-weight: 600;
  --gf-local-line-height: 1.18;
  text-transform: uppercase;
}
.wp-block-post-content .gform-theme--foundation .gform-field-label .gfield_required {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: inherit;
}
.wp-block-post-content .gform-theme--foundation .gform_footer input:is([type=submit]),
.wp-block-post-content .gform-theme--foundation .gform_footer button:is([type=submit]) {
  --hover-background-color: #33397E;
  --gf-local-bg-color: #fff;
  --gf-local-text-transform: uppercase;
  --gf-local-line-height: 1.15;
  --gf-local-font-size: 1rem;
  --gf-local-font-weight: 600;
  --gf-local-text-transform: uppercase;
  --gf-local-border-width: var(--thin-border-width);
  --gf-local-border-color: var(--theme-text-color, inherit);
  border: var(--thin-border-width) solid var(--theme-text-color, inherit) !important;
  background-color: #fff !important;
  color: var(--theme-text-color, inherit) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: var(--theme-cursor-pointer) !important;
  background-image: linear-gradient(90deg, var(--hover-background-color, var(--block-button-color)) 0%, var(--hover-background-color, var(--block-button-color)) 50%, transparent 50%, transparent 100%) !important;
  background-size: 201% 105% !important;
  background-position: var(--highlight-background-position, 100%) 50% !important;
}
.wp-block-post-content .gform-theme--foundation .gform_footer input:is([type=submit]):hover,
.wp-block-post-content .gform-theme--foundation .gform_footer button:is([type=submit]):hover {
  --highlight-background-position: 0%;
  color: #fff !important;
}
.wp-block-post-content .gform-theme--foundation .gfield.subscribe .gchoice input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.wp-block-post-content .gform-theme--foundation .gfield.subscribe .gchoice .gform-field-label {
  display: flex;
  gap: 1em;
  align-items: center;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  margin-left: 0;
}
.wp-block-post-content .gform-theme--foundation .gfield.subscribe .gchoice .gform-field-label:before {
  --input-checked-size: 0%;
  content: " ";
  display: block;
  width: 2.5em;
  height: 2.5em;
  border: var(--thin-border-width) solid currentColor;
  border-radius: 50%;
  background: currentColor radial-gradient(transparent var(--input-checked-size), white var(--input-checked-size), white 100%, transparent 100%, transparent);
  transition: 0.2s ease;
}
.wp-block-post-content .gform-theme--foundation .gfield.subscribe .gchoice input[type=checkbox]:checked + .gform-field-label:before {
  --input-checked-size: 50%;
}

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

.h1,
h1 {
  font-size: clamp(1.412rem, 0.99vw + 1.185rem, 2rem);
  line-height: 1;
}
:where(body.post-type-page .wp-block-post-content) h1 {
  font-size: clamp(2.471rem, 2.772vw + 1.835rem, 4.118rem);
}

.h2,
h2 {
  font-size: clamp(1.294rem, 0.693vw + 1.135rem, 1.706rem);
  line-height: 1;
}
:where(body.post-type-page .wp-block-post-content) h2 {
  font-size: clamp(1.882rem, 3.267vw + 1.133rem, 3.824rem);
}

.h3,
h3 {
  font-size: clamp(1.176rem, 0.495vw + 1.063rem, 1.471rem);
  line-height: 1.05;
}
.h3.bigger,
h3.bigger {
  font-size: clamp(1.529rem, 0.99vw + 1.302rem, 2.118rem);
}
:where(body.post-type-page .wp-block-post-content) h3 {
  font-size: clamp(1.529rem, 0.99vw + 1.302rem, 2.118rem);
}

.h4,
h4 {
  font-size: clamp(1.059rem, 0.396vw + 0.968rem, 1.294rem);
  line-height: 1.3;
}
:where(body.post-type-page .wp-block-post-content) h4 {
  font-size: clamp(1.412rem, 0.198vw + 1.366rem, 1.529rem);
}

.h5,
h5 {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
  text-transform: uppercase;
}

.h6,
h6 {
  font-family: "Matters Graph Saans", sans-serif;
  font-size: 1.0588235294rem;
  line-height: 1.35;
}

strong.heading {
  font-family: "Matters Graph Saans", 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, 4.24rem) * 1.25);
}

:where([class*=wp-block]:not(.wp-block-separator, .wp-block-heading),
[class*=theme-block],
p,
ol,
ul) + h3 {
  margin-top: calc(var(--block-margin, 4.24rem) * 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, 4.24rem) * 0.4);
}

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

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

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

.is-style-expandable {
  --highlight-color: #FF5001;
}
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, 4.24rem) * 0.25);
}
.is-style-expandable {
  cursor: var(--theme-cursor-pointer);
  position: relative;
  padding-left: 1.2em;
  text-decoration: none;
}
.is-style-expandable:hover {
  text-decoration: underline;
}
.is-style-expandable:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.1em;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  font-size: 0.6em;
  text-align: center;
  margin: 0.15em 0 0 0;
  border-radius: 50%;
  transition: all 0.2s ease;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\+";
  color: #fff;
  background: var(--highlight-color);
  transform: rotate(90deg);
}
.is-style-expandable:before:hover {
  background: #FF5001;
}
h3.is-style-expandable:before {
  top: 0.17em;
}

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

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

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

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

.expand-content {
  display: none;
  margin: 0;
  padding-top: calc(var(--block-margin, 4.24rem) * 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, 4.24rem) * 1);
}

h1.has-background,
h2.has-background,
h3.has-background {
  padding: 0.5rem 1rem;
}
body.theme h1.is-style-section-heading,
body.theme h2.is-style-section-heading,
body.theme h3.is-style-section-heading {
  background: none !important;
}
h1.is-style-section-heading,
h2.is-style-section-heading,
h3.is-style-section-heading {
  padding: 0;
}
h1.is-style-section-heading.has-orange-background-color,
h2.is-style-section-heading.has-orange-background-color,
h3.is-style-section-heading.has-orange-background-color {
  --block-heading-highlight-color: #fff;
  --block-heading-highlight-background-color: #FF5001;
}
h1.is-style-section-heading > .text,
h2.is-style-section-heading > .text,
h3.is-style-section-heading > .text {
  display: inline;
  background-image: linear-gradient(90deg, var(--block-heading-highlight-background-color, #fff) 0%, var(--block-heading-highlight-background-color, #fff) 50%, transparent 50%, transparent 100%);
  background-size: 200% 100%;
  background-position: var(--highlight-position, 100%) 50%;
  color: var(--block-heading-highlight-color, var(--block-highlight-color, inherit));
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0.1em 0.25em 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  transition: 1.2s ease;
}
h1.is-style-section-heading.appeared,
h2.is-style-section-heading.appeared,
h3.is-style-section-heading.appeared {
  --highlight-position: 0% ;
}
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, 4.24rem) * -0.25) auto calc(var(--block-margin, 4.24rem) * 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;
}
h1.is-style-section-heading.has-subtext > .text,
h2.is-style-section-heading.has-subtext > .text,
h3.is-style-section-heading.has-subtext > .text {
  display: block;
}
h1.is-style-section-heading.has-subtext:after,
h2.is-style-section-heading.has-subtext:after,
h3.is-style-section-heading.has-subtext:after {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: block;
  content: var(--subtext);
  font-size: clamp(0.941rem, 0.396vw + 0.85rem, 1.176rem);
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  color: var(--block-heading-highlight-color, var(--block-highlight-color, inherit));
}
@media screen and (max-width: 600px) {
  h1.is-style-section-heading.has-subtext:after,
  h2.is-style-section-heading.has-subtext:after,
  h3.is-style-section-heading.has-subtext:after {
    display: none;
  }
}
.wp-block-theme-blocks-section > .block-content > h1.is-style-sector:first-child,
.wp-block-theme-blocks-section > .block-content > h2.is-style-sector:first-child,
.wp-block-theme-blocks-section > .block-content > h3.is-style-sector:first-child {
  margin-top: calc(var(--block-margin, 4.24rem) * -0.25);
}
h1.is-style-sector:before,
h2.is-style-sector:before,
h3.is-style-sector:before {
  content: var(--sector);
  padding: 0.25rem calc(var(--block-margin, 4.24rem) * 0.5) 0.25rem calc(var(--block-margin, 4.24rem) * 0.15);
  font-weight: 500;
  font-size: 2em;
}
h1.is-style-sector,
h2.is-style-sector,
h3.is-style-sector {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  padding: 0.5rem 1rem 0.5rem 0;
  font-size: clamp(1.412rem, 0.99vw + 1.185rem, 2rem);
  background: var(--block-heading-highlight-color, var(--block-highlight-color, inherit));
  color: #fff;
  text-transform: uppercase;
}

.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, 4.24rem) * 0.25) var(--gutter-right) calc(var(--block-margin, 4.24rem) * 0.25) var(--gutter-left);
  background: #f4f4f4;
  font-size: 2rem;
  text-transform: uppercase;
}

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

.wp-block-buttons.has-heading > .heading {
  margin-right: 1rem;
  font-weight: 600;
  font-size: clamp(1.765rem, 0.297vw + 1.697rem, 1.941rem);
  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;
  --block-button-color: var(--hentry-highlight-color, #33397E);
  font-size: clamp(0.824rem, 0.297vw + 0.755rem, 1rem);
}
.wp-block-button > .label {
  font-weight: 600;
}
.wp-block-button > .wp-block-button__link {
  --icon-size: 10px;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: var(--button-padding, 0.5em 1em);
  border-radius: 0;
  font-weight: 600;
  color: inherit;
  text-align: left;
  line-height: 1.3;
  text-transform: uppercase;
}
.wp-block-button > .wp-block-button__link .icon.arrow {
  translate: 0 -0.05em;
}
.wp-block-button > .wp-block-button__link .icon.arrow i {
  display: inline-block;
  margin-right: -0.5em;
  transition: translate 0.2s ease;
}
.clickable:hover .wp-block-button > .wp-block-button__link .icon i, .wp-block-button > .wp-block-button__link:hover .icon i {
  translate: 3px 0px;
}
.wp-block-button:not(.is-styled) > .wp-block-button__link {
  border: 2px solid var(--block-button-color);
  background: transparent;
  color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, var(--hover-background-color, var(--block-button-color)) 50%, var(--hover-background-color, var(--block-button-color)) 100%);
  background-size: 210% 105%;
  background-position: var(--highlight-background-position, 99%) 50%;
}
.wp-block-button:not(.is-styled) > .wp-block-button__link:hover {
  --highlight-background-position: 0%;
  border-color: var(--hover-background-color, #33397E);
  color: var(--hover-color, #33397E);
}
.hentry:hover .wp-block-button:not(.is-styled) > .wp-block-button__link {
  --highlight-background-position: 0%;
  color: var(--hover-color, #33397E);
}
.wp-block-button.on > .wp-block-button__link {
  border-color: teal;
  background-color: teal;
  color: #fff;
}
.has-blue-background-color .wp-block-button.is-style-outline {
  --block-button-color: #fff;
  --hover-color: #33397E;
  --hover-background-color: #fff;
}
.has-orange-background-color .wp-block-button.is-style-outline {
  --block-button-color: #fff;
  --hover-color: #FF5001;
  --hover-background-color: #fff;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-orange-color {
  --block-button-color: #FF5001;
  --hover-color: #fff;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-orange-color:hover {
  --wp--preset--color--orange: #fff;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: var(--thin-border-width, 1px) solid var(--block-button-color);
  background-color: transparent;
  color: var(--block-button-color);
  background-image: linear-gradient(90deg, var(--hover-background-color, var(--block-button-color)) 0%, var(--hover-background-color, var(--block-button-color)) 50%, transparent 50%, transparent 100%);
  background-size: 201% 105%;
  background-position: var(--highlight-background-position, 100%) 50%;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  --highlight-background-position: 0%;
  border-color: var(--hover-background-color, var(--block-button-color));
  color: var(--hover-color, #fff);
}
.wp-block-button.is-style-text {
  color: inherit;
}
.has-text-color .wp-block-button.is-style-text {
  --block-text-color: currentColor;
}
.wp-block-button.is-style-text .icon.arrow i {
  --icon-size:10px;
}
.wp-block-button.is-style-text .icon.plus {
  --icon-line-width: 2px;
  --icon-size: 12px;
  transform-origin: 50% 50%;
  transition: 0.2s ease;
  translate: 0 -1px;
  rotate: var(--block-icon-rotate, 0deg);
}
.wp-block-button.is-style-text .icon.plus:before {
  opacity: var(--block-icon-plus-opacity, 1);
}
.wp-block-button.is-style-text > .label {
  font-family: "Matters Graph Saans", sans-serif;
  letter-spacing: normal;
}
.wp-block-button.is-style-text > .wp-block-button__link {
  position: relative;
  padding: 0.25em 0;
  background-color: transparent;
  font-family: "Matters Graph Saans", sans-serif;
  letter-spacing: normal;
  color: var(--block-text-color, #FF5001);
}
.wp-block-button.is-style-text > .wp-block-button__link:before {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: -0.3em 0 0;
  height: var(--thin-border-width);
  background: currentColor;
}
.has-background .wp-block-button.is-style-text > .wp-block-button__link:hover {
  color: inherit;
}
.wp-block-button.is-style-arrow .wp-block-button__link {
  --icon-size: 12px;
  --hover-background-color: #C0FF00;
  --hover-color: #403C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: var(--thin-border-width) solid currentColor;
}
.wp-block-button.is-style-arrow .wp-block-button__link .icon i {
  translate: 0 0 !important;
}
.wp-block-button.load-more {
  border: 0;
}
.wp-block-button.load-more.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
.wp-block-button.load-more.done {
  --hover-background-color: #fff;
  cursor: default;
}
.wp-block-button.load-more.done > .wp-block-button__link {
  cursor: inherit;
  background: inherit;
  color: #696D72;
  border: 0;
  text-decoration: none;
}
.wp-block-button.load-more.done > .wp-block-button__link:before {
  display: none;
}

.wp-block-image {
  margin: calc(var(--block-margin, 4.24rem) * 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, 4.24rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4.24rem) * 1);
}
.wp-block-image.alignleft {
  margin-top: 0;
  margin-right: calc(var(--block-margin, 4.24rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4.24rem) * 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, 4.24rem) * 0.5);
  }
}
.wp-block-image img {
  display: block;
  width: 100%;
}
.wp-block-image figcaption {
  display: block;
  margin: 0.5em 0 0 auto;
  text-align: right;
  font-size: 0.8em;
  line-height: 1;
  max-width: 500px;
}

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

.wp-block-group {
  position: relative;
}
.wp-block-group.is-position-sticky {
  position: sticky;
}
.wp-block-group {
  margin-top: calc(var(--block-margin, 4.24rem) * var(--block-margin-multiplier, 1));
  margin-bottom: calc(var(--block-margin, 4.24rem) * var(--block-margin-multiplier, 1));
}
.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, 4.24rem) * 0.5);
}

.wp-block-group.has-background {
  padding: calc(var(--block-margin, 4.24rem) * 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, 4.24rem) * 1) var(--site-gutter-right) calc(var(--block-margin, 4.24rem) * 1) var(--site-gutter-left);
  overflow: hidden;
}
.page-blocks > .wp-block-group.has-background:last-child {
  margin-bottom: calc(var(--page-blocks-padding-bottom) * -1);
}

.wp-block-group.is-style-section {
  background-color: #fff;
  margin-left: calc(var(--gutter-left) * -1);
  margin-right: calc(var(--gutter-right) * -1);
  padding-right: var(--site-gutter-right);
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-section {
    padding-top: calc(var(--block-margin, 4.24rem) * 1);
    padding-bottom: calc(var(--block-margin, 4.24rem) * 1);
    padding-left: calc(var(--sidebar-gutter) + var(--sidebar-width));
  }
  .wp-block-group.is-style-section > * {
    max-width: var(--block-content-max-width, 850px);
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-group.is-style-section {
    padding-left: var(--sidebar-gutter);
  }
}

.wp-block-media-text {
  --border-radius: .5rem;
}
.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 {
  gap: var(--gap, calc(var(--block-margin, 4.24rem) * 1));
}
.wp-block-media-text > .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-media-text > .wp-block-media-text__media img {
  aspect-ratio: var(--aspect-ratio, 1.25);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  border-radius: var(--border-radius);
}
.wp-block-media-text {
  /*
  &.has-media-on-the-right {
      >.wp-block-media-text__media {
          img {

          }
      }    
  }
  */
}
.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, 4.24rem) * 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, 4.24rem) * 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, 4.24rem) * 0.5) 0 0 0;
  }
  .wp-block-media-text:not(.has-mobile-stacked-media) > .wp-block-media-text__media {
    grid-area: media;
    grid-column: auto;
    grid-row: auto;
    order: -1;
    display: block;
    width: 100%;
    max-width: 409.6px;
    justify-content: start;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    gap: 1rem;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-media-text.is-style-full-width {
  margin-top: calc(var(--block-margin, 4.24rem) * 1);
  margin-bottom: calc(var(--block-margin, 4.24rem) * 1);
}
.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 {
  padding: 0 var(--gutter-right) 0 var(--gutter-left);
}
.wp-block-media-text.is-style-full-width.has-background:not(.is-image-fill) {
  padding-top: calc(var(--block-margin, 4.24rem) * 1);
  padding-bottom: calc(var(--block-margin, 4.24rem) * 1);
}
@media screen and (min-width: 768px) {
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill.has-media-on-the-right > .wp-block-media-text__media {
    margin-right: calc(var(--gutter-right) * -1);
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill:not(.has-media-on-the-right) > .wp-block-media-text__media {
    margin-left: calc(var(--gutter-left) * -1);
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__content {
    padding-top: calc(var(--block-margin, 4.24rem) * 1);
    padding-bottom: calc(var(--block-margin, 4.24rem) * 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;
  }
  .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 {
    display: block;
    max-width: none;
  }
  .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, 4.24rem) * 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, 4.24rem) * -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, 4.24rem) * 1);
  padding-bottom: calc(var(--block-margin, 4.24rem) * 1);
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media img {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
  .wp-block-media-text.has-background:not(.is-style-full-width).has-media-on-the-right > .wp-block-media-text__media {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
  .wp-block-media-text.has-background:not(.is-style-full-width).has-media-on-the-right > .wp-block-media-text__media img {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media img {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
}

.wp-block-quote {
  position: relative;
  margin: calc(var(--block-margin, 4.24rem) * 1) 0;
}
.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, 4.24rem) * 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, 4.24rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .wp-block-quote.alignright {
    width: 50%;
    padding-left: calc(var(--block-margin, 4.24rem) * 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, 4.24rem) * -1);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-quote.alignleft, .wp-block-quote.alignright {
    max-width: 500px;
    float: none;
  }
}
.wp-block-quote {
  --block-font-size: clamp(1.765rem, 0.99vw + 1.538rem, 2.353rem);
  position: relative;
  padding: 1.5em 0 0 0;
  background-color: var(--wp-block-quote-background-color, transparent);
  color: var(--wp-block-quote-color, #33397E);
  font-weight: 500;
  font-size: var(--block-font-size);
  font-optical-sizing: none;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.wp-block-quote:before {
  position: absolute;
  margin-top: -0.6em;
  content: "“";
  font-size: 3.25em;
  line-height: 1;
}
.wp-block-quote p {
  margin-block-end: 0.75rem;
}
.wp-block-quote cite {
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.35;
}
.has-blue-background-color .wp-block-quote {
  --wp-block-quote-color: #fff;
}

.wp-block-quote.is-style-bubble {
  --wp-block-quote-background-color: #33397E;
  --wp-block-quote-color: #fff;
  --corner-height: clamp(2.353rem, 1.98vw + 1.899rem, 3.529rem);
  --corner-width: clamp(4.706rem, 3.069vw + 4.002rem, 6.529rem);
  position: relative;
  padding-top: 2.5em;
  padding-right: calc(var(--block-margin, 4.24rem) * 0.5);
  padding-left: calc(var(--block-margin, 4.24rem) * 0.5);
  padding-bottom: calc(var(--block-margin, 4.24rem) * 1.5);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - var(--corner-height)), var(--corner-width) calc(100% - var(--corner-height)), 0% 100%);
}

.wp-block-embed {
  position: relative;
  margin: calc(var(--block-margin, 4.24rem) * 1) 0;
  padding: 0;
}
.wp-block-embed:first-child {
  margin-top: 0;
}
.wp-block-embed:last-child {
  margin-top: 0;
}

.wp-block-embed.is-type-video {
  background: #000;
}
.page-blocks > .wp-block-embed.is-type-video:not(.is-style-full-width, .is-style-full-content-width) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  position: relative;
  padding: 0 0 calc(1 / var(--aspect-ratio, 1.77) * 100%);
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--header-border-radius);
  background: rgba(0, 0, 0, 0.5);
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > iframe,
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > .media-embed,
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > .media-embed > iframe {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.main-content.post > .layout > .page-blocks > .wp-block-embed.is-type-video {
  margin-left: calc(var(--gutter-left) * -1 + var(--site-gutter-left));
  margin-right: calc(var(--gutter-right) * -1 + var(--site-gutter-right));
  max-width: none;
}
.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 {
  --icon-size: clamp(2.353rem, 1.98vw + 1.899rem, 3.529rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: var(--header-border-radius);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:before, .wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:before {
  z-index: 3;
  width: var(--icon-size);
  height: var(--icon-size);
  background: rgba(51, 57, 126, 0.8);
  border-radius: 50%;
  border: 0;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:after {
  z-index: 4;
  margin-left: 0.45%;
  display: block;
  height: calc(var(--icon-size) * 0.4);
  width: calc(var(--icon-size) * 0.316);
  background: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover {
  --icon-size:clamp(2.647rem, 2.475vw + 2.079rem, 4.118rem);
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover:after {
  background-color: #fff;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover:before {
  background-color: navy;
}
.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;
}

p > iframe[allow] {
  display: block;
  width: 100%;
  height: 400px;
  margin: calc(var(--block-margin, 4.24rem) * 1) auto;
}

.wp-block-gallery.is-style-bottom {
  --wp--style--block-gap:1rem;
  display: grid;
  grid-template-columns: 5fr 3fr 6fr;
  gap: var(--wp--style--block-gap);
}
.wp-block-group.is-style-full-width > .wp-block-gallery.is-style-bottom {
  margin: calc(var(--block-margin, 4.24rem) * 1) calc(var(--site-gutter-right) * -1) calc(var(--block-margin, 4.24rem) * 1) calc(var(--site-gutter-left) * -1);
}
.wp-block-group.is-style-full-width > .wp-block-gallery.is-style-bottom:first-child {
  margin-top: 0;
}
.wp-block-group.is-style-full-width > .wp-block-gallery.is-style-bottom:last-child {
  margin-bottom: 0;
}
.wp-block-gallery.is-style-bottom .wp-block-image {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 311px;
}
.wp-block-gallery.is-style-bottom .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -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: 767px) {
  .wp-block-gallery.is-style-bottom {
    grid-template-columns: 5fr 3fr;
  }
  .wp-block-gallery.is-style-bottom .wp-block-image:nth-child(n+3) {
    display: none;
  }
}

.wp-block-separator {
  --thin-border-width: 2px;
  margin: calc(var(--block-margin, 4.24rem) * 0.5) calc(var(--pull-right-width, 0px) * -1) calc(var(--block-margin, 4.24rem) * 0.5) calc(var(--pull-left-width, 0px) * -1);
}
.wp-block-separator:first-child {
  margin-top: 0;
}
.wp-block-separator:last-child {
  margin-bottom: 0;
}
.wp-block-separator {
  width: auto;
  min-width: 100%;
  color: inherit;
  border: var(--thin-border-width) solid var(--theme-text-color, currentColor);
  border-width: var(--thin-border-width) 0 0;
  height: 0;
}
.wp-block-separator.has-small-margin {
  margin: calc(var(--block-margin, 4.24rem) * 0.25) auto;
}
.wp-block-group + .wp-block-separator {
  margin-top: calc(var(--block-margin, 4.24rem) * -0.5);
}

: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: var(--block-marker-color, #33397E);
}
:where(body .page-blocks) .has-blue-background-color ul {
  --block-marker-color: white;
}

ul.is-style-unformatted, ol.is-style-unformatted {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.is-style-unformatted > li, ol.is-style-unformatted > li {
  margin-block-end: 1rem;
}
ul.is-style-unformatted > li:last-child, ol.is-style-unformatted > li:last-child {
  margin-block-end: 0;
}
ul.is-style-links, ol.is-style-links {
  --shift: 3px;
  padding: 0;
  margin: 1em 0;
  list-style: none;
  font-size: clamp(1.471rem, 0.792vw + 1.289rem, 1.941rem);
  font-weight: 600;
  font-family: "Matters Graph Saans", sans-serif;
  line-height: 1;
}
ul.is-style-links:first-child, ol.is-style-links:first-child {
  margin-top: 0;
}
ul.is-style-links:last-child, ol.is-style-links:last-child {
  margin-bottom: 0;
}
ul.is-style-links > li, ol.is-style-links > li {
  position: relative;
  margin: 0 var(--shift) 0 0;
  padding: 1rem 0;
  border-top: 2px solid currentColor;
}
ul.is-style-links > li a, ol.is-style-links > li a {
  --icon-size: .75em;
  position: relative;
  display: block;
  text-decoration: none;
  padding-right: 1.5em;
}
ul.is-style-links > li a:after, ol.is-style-links > li a:after {
  position: absolute;
  top: -0.125em;
  right: 0px;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f061";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--icon-size));
  padding: 0.45em;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  background: rgba(51, 57, 126, 0);
  border-radius: 50%;
  transition: 0.2s ease;
}
ul.is-style-links > li a:hover:after, ol.is-style-links > li a:hover:after {
  translate: var(--shift) 0;
  background: #33397e;
  color: #fff;
}
h1 + ul.is-style-links, h2 + ul.is-style-links, h3 + ul.is-style-links, h4 + ul.is-style-links, h5 + ul.is-style-links, h6 + ul.is-style-links, h1 + ol.is-style-links, h2 + ol.is-style-links, h3 + ol.is-style-links, h4 + ol.is-style-links, h5 + ol.is-style-links, h6 + ol.is-style-links {
  margin-top: 0;
}

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

.wp-block-theme-blocks-footnotes {
  margin: calc(var(--block-margin, 4.24rem) * 1) calc(var(--pull-right-width, 0px) * -1) 0 0;
}
.wp-block-theme-blocks-footnotes {
  padding: 0.5rem calc(var(--pull-right-width, 0px)) 0 0;
  list-style: none;
  border-top: 1px solid currentColor;
  font-size: clamp(0.941rem, 0.099vw + 0.918rem, 1rem);
}
.wp-block-theme-blocks-footnotes ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-theme-blocks-footnotes ol > li {
  margin-block-end: 0;
}
.wp-block-theme-blocks-footnotes ol > li a[href^="#"] {
  --link-text-decoration-color-initial: transparent;
  --link-text-decoration-color-hover: currentColor;
  color: inherit;
}

sup.fn {
  --link-text-decoration-color-initial: transparent;
  --link-text-decoration-color-hover: currentColor;
}
sup.fn a {
  color: inherit;
}

.wp-block-theme-blocks-hero {
  --font-size: clamp(5.882rem, 4.95vw + 4.747rem, 8.824rem);
  --dot-size: calc(var(--font-size) * .09);
  --dot-gap: calc(var(--dot-size) * 2.6);
  --block-background: #fff;
}
.wp-block-theme-blocks-hero.is-page-title {
  grid-area: title;
  margin-bottom: 0;
}
.wp-block-theme-blocks-hero {
  background: var(--block-background);
  color: #696D72;
  padding: 0 0 calc(var(--block-margin, 4.24rem) * 0.5) 0;
  display: grid;
  grid-template-columns: var(--sidebar-gutter) [dots-start] auto 1fr [dots-end] var(--sidebar-gutter);
  grid-template-rows: calc(var(--dot-gap) * 5 + var(--dot-size) * 5) auto auto;
  grid-template-areas: ". . . ." ". subtitle . ." ". title . .";
}
.wp-block-theme-blocks-hero.scrolled {
  --block-dot-opacity-scrolled: 0;
}
.wp-block-theme-blocks-hero .block-subtitle {
  grid-area: subtitle;
  position: absolute;
  bottom: calc(var(--font-size) * 0.04);
  z-index: 2;
  display: inline-block;
  justify-self: start;
  padding: 0 0.6em 0 calc(var(--font-size) * 0.06);
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: calc(var(--dot-size) + var(--dot-gap));
  background-color: var(--block-background);
  translate: var(--x, -125%) 0px;
  transition: 0.5s ease-in-out;
}
.wp-block-theme-blocks-hero .block-subtitle.on {
  --x: 0%;
}
.wp-block-theme-blocks-hero .block-title {
  grid-area: title;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: -0.1rem;
  line-height: 1rem;
  translate: var(--x, -125%) 0px;
  transition: translate 0.5s ease-in-out;
  font-size: var(--font-size);
}
html[dir=rtl] .wp-block-theme-blocks-hero .block-title {
  translate: var(--x, 125%) 0px;
}
.wp-block-theme-blocks-hero .block-title.on {
  --x: 0%;
}
.wp-block-theme-blocks-hero .block-title h1 {
  position: relative;
  display: inline;
  margin: 0 0 0 -0.1em;
  padding: 0 0.1em;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background: var(--block-background);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.wp-block-theme-blocks-hero .block-snake {
  grid-column: dots-start/dots-end;
  grid-row: 1/-1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: var(--block-dot-opacity-scrolled, 1);
  transition: opacity 0.2s;
}
.wp-block-theme-blocks-hero .block-snake .line {
  position: absolute;
  box-sizing: border-box;
  width: calc(var(--d, 0px) + var(--dot-size) + var(--width-offset, -1px));
  height: calc(var(--dot-size) + 0px);
  transform-origin: calc(var(--dot-size) / 2) calc(var(--dot-size) / 2);
  overflow: hidden;
}
.wp-block-theme-blocks-hero .block-snake .line:first-child:before, .wp-block-theme-blocks-hero .block-snake .line:last-child:before {
  transition: width 0.2s;
}
.wp-block-theme-blocks-hero .block-snake .line:last-child {
  --width-offset:0px;
}
.wp-block-theme-blocks-hero .block-snake .line:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--dot-size);
  height: 100%;
  padding: 0 0 0;
  background: #C0FF00;
}
.wp-block-theme-blocks-hero .block-snake .line.on:before {
  width: calc(var(--d, 0px) + var(--dot-size) + 0px);
}
.wp-block-theme-blocks-hero .block-snake .line.down {
  rotate: 90deg;
}
.wp-block-theme-blocks-hero .block-snake .line.left {
  rotate: 180deg;
}
.wp-block-theme-blocks-hero .block-snake .line.up {
  rotate: 270deg;
}
.wp-block-theme-blocks-hero .block-snake .line.off:before {
  left: 100%;
  transition: left 0.2s;
}
.wp-block-theme-blocks-hero .block-dots {
  grid-column: dots-start/dots-end;
  grid-row: 1/-1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: calc(var(--font-size) * 0.08) 0 0;
  background-color: var(--block-background);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--dot-gap);
  overflow: hidden;
}
.wp-block-theme-blocks-hero .block-dots.event-handler {
  opacity: 0;
  z-index: 10;
}
.wp-block-theme-blocks-hero .block-dots.event-handler:after {
  content: " ";
  display: block;
  background: transparent;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--block-margin, 4.24rem) * 0.5);
}
.wp-block-theme-blocks-hero .block-dots .dot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--dot-size);
  height: var(--dot-size);
  opacity: var(--block-dot-opacity, 0);
  transition: opacity 0.4s ease-in-out;
}
.wp-block-theme-blocks-hero .block-dots .dot:before {
  content: " ";
  display: block;
  width: calc(var(--dot-size) - 2px);
  height: calc(var(--dot-size) - 2px);
  background: currentColor;
  border-radius: 50%;
}
.wp-block-theme-blocks-hero .block-dots .dot:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450%;
  height: 450%;
  translate: -50% -50%;
  background: rgba(255, 255, 255, 0);
}
.wp-block-theme-blocks-hero .block-dots .dot.on {
  --block-dot-opacity: var(--block-dot-opacity-scrolled, 1);
}
.wp-block-theme-blocks-hero .block-dots .dot.active:before {
  visibility: hidden;
}
@media (hover: none) {
  .wp-block-theme-blocks-hero .block-snake {
    height: 100%;
  }
}

.wp-block-theme-blocks-posts {
  position: relative;
}
h1 + .wp-block-theme-blocks-posts, h2 + .wp-block-theme-blocks-posts, h3 + .wp-block-theme-blocks-posts {
  margin-top: calc(var(--block-margin, 4.24rem) * 0.75);
}
.wp-block-theme-blocks-posts .query-posts {
  width: 100%;
  padding-top: 0;
}
.wp-block-theme-blocks-posts .query-posts.wins {
  --gap:1rem;
  --row-gap: calc(var(--block-margin, 4.24rem) * 1);
}
.wp-block-theme-blocks-posts .block-pager {
  display: none;
}
.wp-block-theme-blocks-posts.large-first-post .query-posts {
  --gap:calc(var(--block-margin, 4.24rem) * 1);
  --row-gap: var(--gap);
  --column-gap: var(--gap);
  grid-template-rows: auto 1fr auto;
}
.wp-block-theme-blocks-posts.large-first-post .query-posts > .hentry:first-child {
  grid-row: 1/span 2;
  grid-template-columns: auto;
  grid-template-areas: "image" "title" "meta" "content";
}
.wp-block-theme-blocks-posts.large-first-post .query-posts > .hentry:first-child .thumbnail {
  margin-bottom: 1rem;
}
.wp-block-theme-blocks-posts.is-style-blue-text .hentry.excerpt {
  --hentry-highlight-color: #33397E !important;
}
.wp-block-theme-blocks-posts.hide-thumbnail .hentry .thumbnail {
  display: none !important;
}

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

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

.wp-block-theme-blocks-carousel {
  position: relative;
}
.wp-block-theme-blocks-carousel > .layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(0, 1fr) 1fr;
  grid-template-rows: auto;
  grid-template-areas: "slides slides slides" "captions captions captions" "prev dots next";
}
.wp-block-theme-blocks-carousel.is-style-compact {
  --image-aspect-ratio: 8 / 4;
}
.wp-block-theme-blocks-carousel.is-style-compact .block-slides {
  margin-bottom: 1rem;
}
.wp-block-theme-blocks-carousel .block-captions,
.wp-block-theme-blocks-carousel .block-page {
  font-style: normal;
  font-family: "Matters Graph Saans", sans-serif;
  font-size: clamp(0.941rem, 0.198vw + 0.896rem, 1.059rem);
  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, 4.24rem) * 0.5);
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: var(--theme-cursor-pointer);
  transition: color 0.2s ease;
}
.wp-block-theme-blocks-carousel .block-nav .icon {
  --icon-size: 11px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 24px;
  transition: transform 0.2s ease;
  transform: translate(0, 0);
  background: transparent;
  color: currentColor;
  text-align: center;
  border-radius: 50%;
  border: var(--thin-border-width) solid currentColor;
}
.wp-block-theme-blocks-carousel .block-nav:hover .icon {
  background-color: #FF5001;
  border-color: #FF5001;
  color: #fff;
}
.wp-block-theme-blocks-carousel .block-nav.prev {
  right: 100%;
  justify-content: end;
}
.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 .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: #33397E;
  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, 4.24rem) * 0.5);
}
.wp-block-theme-blocks-carousel .slide .wp-block-embed,
.wp-block-theme-blocks-carousel .slide .wp-block-image {
  width: 100%;
}
.wp-block-theme-blocks-carousel .slide .wp-block-heading {
  margin-top: 1rem;
}
.wp-block-theme-blocks-carousel .slide .wp-block-image img {
  width: 100%;
  aspect-ratio: var(--image-aspect-ratio, 4/3);
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-theme-blocks-carousel .block-dots {
  grid-area: dots;
  position: relative;
  display: flex;
  align-self: end;
  justify-content: center;
  z-index: 10;
  margin: 0 auto;
  padding: 1rem 0;
}
.wp-block-theme-blocks-carousel:not(.is-style-compact) .slide {
  width: 400px;
}
.wp-block-theme-blocks-carousel.is-style-compact .slide {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-carousel .block-slides {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-theme-blocks-carousel .block-nav {
    display: none !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: transparent;
    padding: 2em 0.5em;
  }
  .wp-block-theme-blocks-carousel .block-nav.prev {
    left: 0;
  }
  .wp-block-theme-blocks-carousel .block-nav.next {
    right: 0;
  }
}

.wp-block-theme-blocks-expandable {
  --highlight-color: #FF5001;
}
.has-background .wp-block-theme-blocks-expandable {
  --highlight-color: #fff;
  --block-heading-highlight-color: #33397E;
}
.wp-block-theme-blocks-expandable {
  --gap: 1rem;
  margin: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-bottom: var(--thin-border-width) solid currentColor;
  padding: 0;
  transition: 0.2s ease;
}
.wp-block-theme-blocks-section .wp-block-theme-blocks-expandable:first-child {
  margin-top: calc(var(--block-margin, 4.24rem) * -0.25);
}
.wp-block-theme-blocks-expandable:after {
  content: " ";
  display: block;
  clear: both;
}
.wp-block-theme-blocks-expandable .block-question {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "label icon";
  gap: 1rem;
  align-items: center;
  font-size: clamp(2.353rem, 2.475vw + 1.785rem, 3.824rem);
  font-weight: 500;
  transition: 0.2s ease;
  line-height: 1;
  padding: 0.5rem 1rem;
  background-color: transparent;
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
  background-size: 210% 110%;
  background-position: var(--highlight-position, calc(100% + 1px)) 50%;
  cursor: var(--theme-cursor-pointer);
}
.wp-block-theme-blocks-expandable .block-question .text {
  grid-area: label;
  text-transform: uppercase;
}
.wp-block-theme-blocks-expandable .block-question .icon {
  --icon-line-width:2px;
  grid-area: icon;
  display: inline-flex;
  transition: 0.2s ease;
  rotate: var(--icon-rotate, 0deg);
}
.wp-block-theme-blocks-expandable .block-question .icon:before {
  opacity: var(--icon-line-opacity, 1);
}
.wp-block-theme-blocks-expandable .block-question:hover {
  --highlight-position: 0%;
  color: var(--block-question-hover-color, var(--block-heading-highlight-color, #403C3C));
}
.wp-block-theme-blocks-expandable .block-answer {
  padding-top: 1rem;
  position: relative;
  max-width: 850px;
}
.wp-block-theme-blocks-expandable.expand .block-question {
  cursor: var(--theme-cursor-pointer);
}
.wp-block-theme-blocks-expandable.on {
  --icon-rotate: 90deg;
  --icon-line-opacity:0;
  padding-bottom: calc(var(--block-margin, 4.24rem) * 1);
}
.wp-block-theme-blocks-expandable.on .block-question {
  background-color: var(--highlight-color);
  color: var(--block-question-hover-color, var(--block-heading-highlight-color, #fff));
}
@media screen and (max-width: 840px) {
  .wp-block-theme-blocks-expandable .block-question {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .wp-block-theme-blocks-expandable .block-question:before {
    position: relative;
    right: auto;
  }
}

.wp-block-theme-blocks-expandable.is-style-sector:nth-child(1) {
  --block-nth-count: '01';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(2) {
  --block-nth-count: '02';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(3) {
  --block-nth-count: '03';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(4) {
  --block-nth-count: '04';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(5) {
  --block-nth-count: '05';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(6) {
  --block-nth-count: '06';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(7) {
  --block-nth-count: '07';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(8) {
  --block-nth-count: '08';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(9) {
  --block-nth-count: '09';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(10) {
  --block-nth-count: '10';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(11) {
  --block-nth-count: '11';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(12) {
  --block-nth-count: '12';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(13) {
  --block-nth-count: '13';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(14) {
  --block-nth-count: '14';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(15) {
  --block-nth-count: '15';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(16) {
  --block-nth-count: '16';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(17) {
  --block-nth-count: '17';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(18) {
  --block-nth-count: '18';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(19) {
  --block-nth-count: '19';
}
.wp-block-theme-blocks-expandable.is-style-sector:nth-child(20) {
  --block-nth-count: '20';
}
.wp-block-theme-blocks-expandable.is-style-sector {
  margin: 0;
  padding: 0;
}
.wp-block-theme-blocks-expandable.is-style-sector .block-question {
  display: grid;
  grid-template-areas: "index . question . icon .";
  grid-template-columns: var(--block-sector-num-width, 18%) calc(var(--block-margin, 4.24rem) * 0.25) 1fr calc(var(--block-margin, 4.24rem) * 0.25) auto calc(var(--block-margin, 4.24rem) * 0.25);
  align-items: center;
  padding: 0.5rem 0;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: clamp(1.059rem, 1.584vw + 0.695rem, 2rem);
  transition: 0.35s ease;
}
.wp-block-theme-blocks-expandable.is-style-sector .block-question:before {
  position: relative;
  z-index: 1;
  content: var(--block-nth-count, "00");
  padding: 0.25rem calc(var(--block-margin, 4.24rem) * 0.15);
  font-weight: 500;
  font-size: 2em;
}
.wp-block-theme-blocks-expandable.is-style-sector .block-question .icon {
  position: relative;
  z-index: 1;
  top: auto;
  right: auto;
  grid-area: icon;
  margin: 0;
}
.wp-block-theme-blocks-expandable.is-style-sector .block-question .text {
  grid-area: question;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.wp-block-theme-blocks-expandable.is-style-sector .block-answer {
  padding: calc(var(--block-margin, 4.24rem) * 0.5) 0 calc(var(--block-margin, 4.24rem) * 1.5);
}
.wp-block-theme-blocks-expandable.is-style-sector.on .block-question {
  background-color: #fff;
  color: var(--block-question-hover-color, var(--block-heading-highlight-color, #403C3C));
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-expandable.is-style-sector {
    --block-sector-num-width: 4ex;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-expandable.is-style-sector .block-question {
    margin-left: calc(var(--site-gutter-left) * -1);
    margin-right: calc(var(--site-gutter-left) * -1);
    padding-left: var(--gutter-left);
    padding-right: var(--gutter-right);
  }
  .wp-block-theme-blocks-expandable.is-style-sector + .wp-block-theme-blocks-expandable.is-style-sector {
    margin-top: calc(var(--thin-border-width) * -1);
  }
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-expandable.is-style-sector .block-question {
    gap: 0.5rem;
  }
}

.wp-block-theme-blocks-cards:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-cards:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-cards .query-posts {
  margin-top: 0;
  margin-bottom: 0;
}
h1 + .wp-block-theme-blocks-cards, h2 + .wp-block-theme-blocks-cards, h3 + .wp-block-theme-blocks-cards {
  margin-top: calc(var(--block-margin, 4.24rem) * 0.75);
}
.wp-block-theme-blocks-cards.is-style-wider-width {
  margin-inline-end: calc(var(--gutter-right) * -1 + var(--sidebar-gutter));
}
.wp-block-theme-blocks-cards.is-style-wider-width .query-posts.three-across {
  --column-gap: calc(var(--block-margin, 4.24rem) * 1.5);
  --column-count: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: calc(var(--block-margin, 4.24rem) * 1.5);
  padding-bottom: calc(var(--block-margin, 4.24rem) * 1.5);
}
@media screen and (max-width: 1450px) {
  .wp-block-theme-blocks-cards.is-style-wider-width .query-posts.three-across {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .wp-block-theme-blocks-cards.is-style-wider-width .query-posts.three-across .hentry {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1150px) {
  .wp-block-theme-blocks-cards.is-style-wider-width .query-posts.three-across {
    grid-template-columns: auto;
    justify-content: center;
    row-gap: 7rem;
  }
}

.wp-block-theme-blocks-card {
  display: flex;
  flex-direction: column;
}
.wp-block-theme-blocks-card .title {
  text-transform: uppercase;
}

.wp-block-theme-blocks-card.is-style-title .title {
  --border-position-y: 90%;
  margin-bottom: 0;
  font-size: clamp(1.765rem, 0.891vw + 1.56rem, 2.294rem);
  font-weight: 500;
  line-height: 1;
}
.wp-block-theme-blocks-card.is-style-title .block-image {
  display: none;
}
.wp-block-theme-blocks-card.is-style-title .cta {
  margin-top: calc(var(--block-margin, 4.24rem) * 0.3);
}
.wp-block-theme-blocks-card.is-style-title .wp-block-button {
  --thin-border-width: 2px;
}
.wp-block-theme-blocks-card.is-style-title .wp-block-button .wp-block-button__link {
  padding: 0;
  border-radius: 50%;
}
.wp-block-theme-blocks-card.is-style-title .wp-block-button .label {
  display: none;
}
.wp-block-theme-blocks-card.is-style-title.clickable .title {
  transition: color 0.2s ease;
}
.wp-block-theme-blocks-card.is-style-title.clickable:hover {
  --hentry-highlight-color: #696D72;
}
.wp-block-theme-blocks-card.is-style-title.clickable:hover .title {
  --border-background-size: 100% 100%;
}
.wp-block-theme-blocks-card.is-style-title.clickable:hover .wp-block-button .wp-block-button__link {
  border-color: #C0FF00;
  background-color: #C0FF00;
  color: #696D72;
}

.wp-block-theme-blocks-card.is-style-circle {
  --thin-border-width: 2px;
  --circle-size-offset: 0rem;
  --circle-size: clamp(20.588rem, 5.941vw + 19.225rem, 24.118rem);
  border-left: 0;
  padding-left: 1rem;
  max-width: 14.7058823529rem;
  grid-template-rows: auto;
}
.wp-block-theme-blocks-card.is-style-circle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.5rem);
  translate: -50% -50%;
  width: calc(var(--circle-size) + var(--circle-size-offset));
  aspect-ratio: 1/1;
  border: var(--thin-border-width) solid #FF5001;
  border-radius: 50%;
  transition: 0.2s ease;
}
.wp-block-theme-blocks-card.is-style-circle .block-image {
  display: none;
}
.wp-block-theme-blocks-card.is-style-circle .title {
  font-size: clamp(1.176rem, 0.891vw + 0.972rem, 1.706rem);
  font-weight: 500;
  text-transform: none;
}
.wp-block-theme-blocks-card.is-style-circle .cta {
  margin-top: 0.5rem;
}
.wp-block-theme-blocks-card.is-style-circle:hover {
  --circle-size-offset: 1rem;
}
.wp-block-theme-blocks-card.is-style-circle:hover .title {
  --border-background-size: 100% 100%;
}

.wp-block-theme-blocks-read-more {
  --link-text-decoration-color-initial: currentColor;
  --link-text-decoration-color-hover: transparent;
}
.has-blue-color .wp-block-theme-blocks-read-more {
  --block-text-color: #33397E;
}
.wp-block-theme-blocks-read-more {
  margin: 3rem 0;
}
.wp-block-theme-blocks-read-more:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-read-more:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-read-more {
  color: var(--block-text-color, #FF5001);
  cursor: var(--theme-cursor-pointer);
}
.wp-block-theme-blocks-read-more.on {
  --block-icon-plus-opacity: 0;
  --block-icon-rotate: 90deg;
}

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

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

.wp-block-theme-blocks-count-up {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Matters Graph Saans", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  font-size: var(--block-count-up-font-size, 3.33rem);
}
@media screen and (max-width: 761px) {
  .wp-block-theme-blocks-count-up {
    font-size: 2.25rem;
  }
}
.wp-block-theme-blocks-count-up {
  line-height: 1.25;
}
.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, 4.24rem) * 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, 4.24rem) * 0.25);
}
.wp-block-theme-blocks-stats .statistic {
  display: block;
  gap: 0.5em;
  font-size: 0.9em;
  font-family: "Matters Graph Saans", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}
.wp-block-theme-blocks-stats .statistic .wp-block-theme-blocks-count-up {
  margin: 0;
}
.wp-block-theme-blocks-stats .statistic strong {
  font-weight: 700;
}
.wp-block-theme-blocks-stats .statistic .label {
  /*
  &:before {
      content:' ';
      display:block;
      width: var(--block-hr-width, 0);;
      height: 5px;
      margin:0 0 .5em;
      background: currentColor;
      border-radius:1rem;
      transition: $appear-transition;
  }
      */
  display: inline-block;
}
.wp-block-theme-blocks-stats .statistic.appeared {
  --block-hr-width: 7rem;
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-stats .block-statistics {
    -moz-column-gap: calc(var(--block-margin, 4.24rem) * 0.5);
         column-gap: calc(var(--block-margin, 4.24rem) * 0.5);
    row-gap: calc(var(--block-margin, 4.24rem) * 1);
  }
  .wp-block-theme-blocks-stats .statistic {
    width: calc(50% - calc(var(--block-margin, 4.24rem) * 1));
  }
}
.wp-block-theme-blocks-stats-block .block-image {
  grid-area: image;
  position: relative;
  display: block;
}
.wp-block-theme-blocks-stats-block .block-image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-theme-blocks-stats-block .statistic {
  grid-area: stat;
}
.wp-block-theme-blocks-stats-block.is-style-default .block-image, .wp-block-theme-blocks-stats-block:not(.is-style-top-image, .is-style-left-image) .block-image {
  display: none;
}
.wp-block-theme-blocks-stats-block.is-style-top-image {
  display: grid;
  row-gap: 1rem;
  grid-template-columns: var(--block-image-width, 200px) 1fr;
  grid-template-areas: "image ." "stat stat";
}
.wp-block-theme-blocks-stats-block.is-style-left-image {
  display: grid;
  grid-template-columns: var(--block-image-width, 200px) 1fr;
  grid-template-areas: "image stat";
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

.wp-block-theme-blocks-section {
  --block-highlight-color: #FF5001;
}
.wp-block-theme-blocks-section.has-blue-background-color {
  color: #fff;
  --block-highlight-color: currentColor;
  --block-heading-highlight-color: #33397E;
}
.wp-block-theme-blocks-section.has-orange-background-color {
  color: #fff;
  --block-highlight-color: currentColor;
  --block-heading-highlight-color: #FF5001;
}
.wp-block-theme-blocks-section.has-blue-color {
  color: #33397E;
  --block-highlight-color: currentColor;
  --block-heading-highlight-color: #33397E;
}
.wp-block-theme-blocks-section.has-orange-color {
  color: #FF5001;
  --block-highlight-color: currentColor;
  --block-heading-highlight-color: #FF5001;
}
.block-page-title + .page-blocks > .wp-block-theme-blocks-section:first-child {
  margin-top: calc(var(--block-margin, 4.24rem) * -1);
}
.wp-block-theme-blocks-section {
  display: grid;
  grid-template-columns: var(--sidebar-gutter) var(--sidebar-width) minmax(0, 1fr) var(--site-gutter-right);
  grid-template-areas: ". . title ." ". sep sep ." ". label content .";
}
.wp-block-theme-blocks-section > h2 {
  grid-area: title;
  margin: 0 0 calc(var(--block-margin, 4.24rem) * 0.5);
}
.wp-block-theme-blocks-section.sectors {
  --block-content-max-width: none;
  grid-template-columns: var(--site-gutter-left) var(--sidebar-width) minmax(0, 1fr) var(--site-gutter-right);
}
.wp-block-theme-blocks-section.sectors:before {
  margin-right: 0;
}
.wp-block-theme-blocks-section {
  padding: calc(var(--block-margin, 4.24rem) * 1.25) 0;
  background-color: #f4f4f4;
}
.wp-block-theme-blocks-section.has-transparent-background {
  background: transparent;
  padding-bottom: 0;
}
.has-hidden-page-title .wp-block-theme-blocks-section:first-child {
  padding-top: var(--thin-border-width);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-section {
    grid-template-areas: ". title title ." ". sep sep ." ". label label ." ". content content .";
  }
  .wp-block-theme-blocks-section > .block-label {
    margin-bottom: calc(var(--block-margin, 4.24rem) * 0.5);
  }
  .wp-block-theme-blocks-section.has-background.has-projects-list {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
}
.wp-block-theme-blocks-section:before {
  content: " ";
  grid-area: sep;
  height: var(--thin-border-width);
  margin: 0 calc(var(--site-gutter-right) * -1 + var(--sidebar-gutter)) calc(var(--block-margin, 4.24rem) * 0.25) 0;
  background: var(--block-highlight-color);
}
.wp-block-theme-blocks-section.is-style-full-content-width {
  --block-content-max-width: none;
}
.wp-block-theme-blocks-section.is-style-full-content-width.default-right-gutter:before {
  margin-right: 0;
}
.wp-block-theme-blocks-section.has-sector {
  --block-content-max-width:none;
}
.wp-block-theme-blocks-section.has-sector:before {
  margin-right: 0;
}
.wp-block-theme-blocks-section > .block-label {
  grid-area: label;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--block-highlight-color);
}
.wp-block-theme-blocks-section > .block-content {
  grid-area: content;
  max-width: var(--block-content-max-width, 850px);
}
:where(.wp-block-theme-blocks-section > .block-content) > * {
  margin-left: 0;
}
:where(.wp-block-theme-blocks-section > .block-content) > p,
:where(.wp-block-theme-blocks-section > .block-content) > img,
:where(.wp-block-theme-blocks-section > .block-content) > .wp-block-image {
  max-width: 850px;
}
.wp-block-theme-blocks-section > .block-content > h2:first-child,
.wp-block-theme-blocks-section > .block-content > h3:first-child {
  margin-bottom: 2rem;
}
.wp-block-theme-blocks-section > .block-content > .wp-block-theme-blocks-expandable.is-style-sector:first-child {
  margin-top: calc(var(--block-margin, 4.24rem) * -0.25);
}

.wp-block-theme-blocks-projects-list {
  display: grid;
  grid-template-columns: 6fr calc(var(--block-margin, 4.24rem) * 0.25) 4fr;
  grid-template-areas: "title title title" "projects sep info";
}
.wp-block-theme-blocks-projects-list:before {
  content: " ";
  position: relative;
  display: block;
  grid-area: sep;
  left: 0%;
  width: var(--thin-border-width);
  height: 100%;
  background: currentColor;
}
.wp-block-theme-blocks-projects-list > .block-title {
  grid-area: title;
  margin: 0 0 calc(var(--block-margin, 4.24rem) * 1.25);
  border-top: 5px solid currentColor;
  padding: calc(var(--block-margin, 4.24rem) * 0.25) 0 0;
  font-size: clamp(1.176rem, 0.891vw + 0.972rem, 1.706rem);
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .wp-block-theme-blocks-projects-list > .block-title {
    margin-bottom: calc(var(--block-margin, 4.24rem) * 1);
  }
}
.wp-block-theme-blocks-projects-list > .block-projects {
  grid-area: projects;
}
.wp-block-theme-blocks-projects-list > .block-project-info {
  grid-area: info;
  padding: 0.25rem 0 0;
}
.wp-block-theme-blocks-projects-list .block-items {
  margin: 0;
  padding: 0;
  margin: 0 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.wp-block-theme-blocks-projects-list .block-items > li {
  list-style: disc;
  margin: 0;
}
.wp-block-theme-blocks-projects-list .block-items > li.off {
  display: none;
}
.wp-block-theme-blocks-projects-list .block-items > li .text {
  margin-right: 1rem;
}
.wp-block-theme-blocks-projects-list .block-items .external {
  --link-text-decoration-color-initial: transparent;
  --link-text-decoration-color-hover: currentColor;
}
.wp-block-theme-blocks-projects-list .block-items .external: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: "\f08e";
}
.wp-block-theme-blocks-projects-list .block-items .external {
  display: inline-flex;
  gap: 0.5em;
  text-transform: uppercase;
  color: #FF5001;
  font-size: 0.7em;
  font-weight: 500;
}
.wp-block-theme-blocks-projects-list .wp-block-button.more {
  margin-top: calc(var(--block-margin, 4.24rem) * 1);
}
@media screen and (max-width: 600px) {
  .wp-block-theme-blocks-projects-list .wp-block-button.more {
    margin-top: calc(var(--block-margin, 4.24rem) * 0.5);
  }
}
.wp-block-theme-blocks-projects-list .wp-block-button.more > .wp-block-button__link {
  color: inherit;
}
@media screen and (max-width: 600px) {
  .wp-block-theme-blocks-projects-list:before,
  .wp-block-theme-blocks-projects-list > .block-project-info {
    display: none;
  }
  .wp-block-theme-blocks-projects-list {
    grid-template-columns: auto;
    grid-template-areas: "title" "projects";
  }
}

.wp-block-theme-blocks-projects-list-project {
  margin-top: calc(var(--thin-border-width) * -1);
}
.wp-block-theme-blocks-projects-list-project:after {
  content: " ";
  display: block;
  width: calc(100% - calc(var(--block-margin, 4.24rem) * 0.25));
  height: var(--thin-border-width);
  background: currentColor;
  margin-top: calc(var(--thin-border-width) * -1);
}
.wp-block-theme-blocks-projects-list-project > .block-items {
  display: none;
}
.wp-block-theme-blocks-projects-list-project > .block-title {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem var(--project-padding-left, 0rem);
  background: var(--project-background-color, transparent);
  color: var(--project-color, inherit);
  font-size: clamp(0.941rem, 0.198vw + 0.896rem, 1.059rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.02em;
  transition: 0.2s ease;
  cursor: var(--theme-cursor-pointer);
}
.wp-block-theme-blocks-projects-list-project > .block-title .icon.arrow {
  min-height: calc(var(--block-margin, 4.24rem) * 0.5);
  --icon-size: 10px;
  opacity: var(--project-icon-opacity, 0);
  transition: 0.2s ease;
  width: calc(var(--elem-icon-width) * 1.7);
}
.wp-block-theme-blocks-projects-list-project > .block-title .icon.arrow:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(var(--elem-icon-width) * 1.7);
  height: calc(var(--elem-icon-width) * 1.7);
  border: 1.5px solid currentColor;
  border-radius: 50%;
}
.wp-block-theme-blocks-projects-list-project > .block-title:hover {
  --project-padding-left: 1rem;
  --project-background-color: #33397E;
  --project-color: #fff;
  --project-icon-opacity: 1;
}
.wp-block-theme-blocks-projects-list-project > .block-content {
  display: var(--project-description-display, none);
  padding: calc(var(--block-margin, 4.24rem) * 0.25) calc(var(--block-margin, 4.24rem) * 0.75) calc(var(--block-margin, 4.24rem) * 0.25) 0;
}
.wp-block-theme-blocks-projects-list-project.selected {
  --project-padding-left: 1rem;
  --project-background-color: #33397E;
  --project-color: #fff;
  --project-icon-opacity: 1;
}
@media screen and (max-width: 600px) {
  .wp-block-theme-blocks-projects-list-project > .block-title {
    margin-left: calc(var(--gutter-left) * -1);
    margin-right: calc(var(--gutter-right) * -1);
    padding: 1rem var(--gutter-right) 1rem var(--gutter-left);
  }
  .wp-block-theme-blocks-projects-list-project.selected .icon.arrow {
    rotate: 90deg;
  }
  .wp-block-theme-blocks-projects-list-project.selected > .block-items {
    display: block;
    margin-bottom: calc(var(--block-margin, 4.24rem) * 1);
    margin-left: 1rem;
  }
}

.wp-block-theme-blocks-profiles {
  max-width: none;
}
.wp-block-theme-blocks-profiles:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-profiles:last-child {
  margin-bottom: 0;
}

.wp-block-theme-blocks-profile {
  --gap: 2rem;
  display: grid;
}
.wp-block-theme-blocks-profile.off {
  display: none;
}
.wp-block-theme-blocks-profile {
  grid-template-columns: clamp(10.588rem, 7.327vw + 8.907rem, 14.941rem) 1fr;
  grid-template-areas: "image name" "image title" "image content";
  grid-template-rows: auto auto 1fr;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
}
@media screen and (max-width: 900px) {
  .wp-block-theme-blocks-profile {
    grid-template-areas: "image ." "name name" "title title" "content content";
    grid-template-rows: auto auto auto 1fr;
  }
  .wp-block-theme-blocks-profile .block-image {
    margin-bottom: 1rem;
  }
}
.wp-block-theme-blocks-profile:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: var(--thin-border-width);
  width: calc(100% + var(--gutter-right) - var(--sidebar-gutter));
  background: #FF5001;
}
.wp-block-theme-blocks-profile {
  padding: calc(var(--block-margin, 4.24rem) * 0.5) 0 0;
}
.wp-block-theme-blocks-profile:first-child:before {
  display: none;
}
.wp-block-theme-blocks-profile:first-child {
  padding-top: 0.3rem;
}
.wp-block-theme-blocks-profile + .wp-block-theme-blocks-profile {
  margin-top: calc(var(--block-margin, 4.24rem) * -0.5);
}
.wp-block-theme-blocks-profile .block-image {
  grid-area: image;
  position: relative;
  display: block;
  width: 100%;
}
.wp-block-theme-blocks-profile .block-image .img,
.wp-block-theme-blocks-profile .block-image img {
  display: block;
  aspect-ratio: 4/5;
  width: 100%;
  filter: grayscale(100%);
}
.wp-block-theme-blocks-profile .block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 30%);
     object-position: var(--focal-point, 50% 30%);
}
.wp-block-theme-blocks-profile .block-image .img {
  background: rgba(0, 0, 0, 0.2);
}
.wp-block-theme-blocks-profile .block-name {
  grid-area: name;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  color: #FF5001;
  font-size: clamp(1.529rem, 0.792vw + 1.348rem, 2rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.5rem;
  margin-left: -0.5rem;
  margin-right: calc(var(--gutter-right) * -1 + var(--sidebar-gutter));
  background: #fff;
}
.wp-block-theme-blocks-profile .block-name .icon {
  rotate: var(--icon-rotate, 0deg);
  transition: 0.2s ease;
}
.wp-block-theme-blocks-profile .block-name .icon:before {
  opacity: var(--icon-line-opacity, 1);
}
.wp-block-theme-blocks-profile .block-title {
  grid-area: title;
  color: #FF5001;
  font-size: clamp(0.941rem, 0.198vw + 0.896rem, 1.059rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.wp-block-theme-blocks-profile .block-content {
  grid-area: content;
  margin-top: calc(var(--block-margin, 4.24rem) * 0.25);
}
.wp-block-theme-blocks-profile .wp-block-buttons.bottom-buttons,
.wp-block-theme-blocks-profile .wp-block-buttons:last-child {
  -moz-column-gap: calc(var(--block-margin, 4.24rem) * 1);
       column-gap: calc(var(--block-margin, 4.24rem) * 1);
  margin-top: calc(var(--block-margin, 4.24rem) * 0.75);
}
.wp-block-theme-blocks-profile .wp-block-buttons.bottom-buttons .wp-block-button .icon.arrow,
.wp-block-theme-blocks-profile .wp-block-buttons:last-child .wp-block-button .icon.arrow {
  display: none;
}
.wp-block-theme-blocks-profile .wp-block-buttons.bottom-buttons .wp-block-button .wp-block-button__link:after,
.wp-block-theme-blocks-profile .wp-block-buttons:last-child .wp-block-button .wp-block-button__link:after {
  display: none;
}
.wp-block-theme-blocks-profile.on {
  --icon-rotate: 90deg;
  --icon-line-opacity:0;
}

.wp-block-theme-blocks-timeline {
  --label-font-size: clamp(1.765rem, 0.99vw + 1.538rem, 2.353rem);
  --block-padding-top: 5rem;
  --block-padding-bottom: 5rem;
  max-width: none;
}
.wp-block-theme-blocks-timeline:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-timeline:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-timeline {
  margin-left: calc(var(--gutter-left) * -1 + var(--sidebar-gutter));
  margin-right: calc(var(--gutter-right) * -1 + var(--sidebar-gutter));
}
.wp-block-theme-blocks-section .wp-block-theme-blocks-timeline {
  margin-left: calc(var(--sidebar-width) * -1);
}
.wp-block-theme-blocks-timeline .block-entries {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
  gap: 0;
  padding: 2rem 0;
  overflow: auto;
  overflow-y: hidden;
}
.wp-block-theme-blocks-timeline .block-entries:before {
  position: absolute;
  top: calc(var(--block-padding-top) - 1rem);
  padding: 0;
  content: "Timeline";
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.wp-block-theme-blocks-timeline-entry {
  --block-entry-line-height:0rem;
  --block-opacity:0;
  position: relative;
  margin: 0;
  padding: var(--block-padding-top) calc(var(--block-margin, 4.24rem) * 0.75) var(--block-padding-bottom);
}
.wp-block-theme-blocks-timeline-entry.appeared {
  --block-entry-line-height: 2rem;
  --block-opacity: 1;
}
.wp-block-theme-blocks-timeline-entry:first-child {
  padding-left: calc(var(--block-margin, 4.24rem) * 2);
}
.wp-block-theme-blocks-timeline-entry:last-child {
  padding-right: calc(var(--block-margin, 4.24rem) * 3);
}
.wp-block-theme-blocks-timeline-entry:before, .wp-block-theme-blocks-timeline-entry:after {
  content: " ";
  display: block;
  position: absolute;
  background-color: currentColor;
}
.wp-block-theme-blocks-timeline-entry:before {
  top: calc(var(--block-padding-top) + 1rem + var(--label-font-size));
  left: 0;
  width: 100%;
  height: var(--thin-border-width);
}
.wp-block-theme-blocks-timeline-entry:after {
  top: calc(var(--block-padding-top) + 1rem + var(--label-font-size));
  width: var(--thin-border-width);
  height: var(--block-entry-line-height, 0);
  transition: 0.4s ease-in-out;
}
.wp-block-theme-blocks-timeline-entry .block-label {
  margin: 0;
  font-size: var(--label-font-size);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  opacity: var(--block-opacity);
  transition: 0.4s ease-in-out;
}
.wp-block-theme-blocks-timeline-entry .block-content {
  position: absolute;
  top: calc(var(--block-padding-top) + 2rem + var(--label-font-size) + var(--block-entry-line-height, 0));
  width: clamp(11.765rem, 4.455vw + 10.743rem, 14.412rem);
  font-size: clamp(0.765rem, 0.198vw + 0.719rem, 0.882rem);
  font-weight: 400;
  line-height: 1.56;
  opacity: var(--block-opacity);
  transition: 0.4s ease-in-out;
}
.wp-block-theme-blocks-timeline-entry.is-style-top:after {
  top: auto;
  bottom: calc(var(--block-padding-bottom) + 1rem + var(--label-font-size));
}
.wp-block-theme-blocks-timeline-entry.is-style-top .block-content {
  top: auto;
  bottom: calc(var(--block-padding-bottom) + 2rem + var(--label-font-size) + var(--block-entry-line-height, 0));
  translate: none;
}

.wp-block-theme-blocks-post-filters .block-filters {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */