*, :after, :before {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

:after, :before {
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(:root) {
  cursor: default;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
}

:where(body) {
  margin: 0;
}

:where(hr) {
  color: inherit;
  height: 0;
}

:where(nav) :where(ol, ul) {
  padding: 0;
  list-style-type: none;
}

:where(pre) {
  font-family: monospace;
  font-size: 1em;
  overflow: auto;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  appearance: button;
}

:where(textarea) {
  resize: vertical;
  margin: 0;
}

:where([type="search" i]) {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

::placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy="true" i]) {
  cursor: progress;
}

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0,0,0,0);
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  *, :after, :before {
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    animation-delay: -1ms !important;
  }
}

*, :after, :before, html {
  box-sizing: border-box;
}

img {
  box-sizing: content-box;
}

.image-background > img, .image-background > img[width][height] {
  object-fit: cover;
}

.image-background {
  position: relative;
  overflow: hidden;
}

.image-background-layer, .image-background > img, .image-background > img[width][height] {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --breakpoint-nav: 1029px;
}

@media (width <= 1590px) {
  :root {
    --wp--custom--spacing--container-padding-inline: 4rem;
  }
}

@media (width <= 700px) {
  :root {
    --wp--custom--spacing--container-padding-inline: 1.25rem;
  }
}

@media (width <= 1030px) {
  :root {
    --wp--custom--spacing--site-header-padding-block: 1.25rem;
  }
}

@media (width <= 1024px) {
  :root {
    --wp--custom--spacing--grid-gap: 2rem;
  }
}

@media (width <= 768px) {
  :root {
    --wp--custom--spacing--grid-gap: var(--wp--custom--spacing--container-padding-inline);
    --wp--custom--spacing--container-padding-block: 3.125rem;
  }
}

@media (width <= 600px) {
  :root {
    --wp--custom--spacing--content-padding-block: 3.75rem;
    --wp--custom--spacing--container-padding-block: 2.5rem;
  }
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  opacity: 0;
}

.screen-reader-text:focus-visible {
  background-color: var(--wp--preset--color--white);
  clip: auto;
  clip-path: none;
  font-size: 1.0625rem;
  font-weight: var(--wp--custom--typography--weight-bold);
  opacity: 1;
  z-index: 100000;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: .9375rem 1.4375rem .875rem;
  line-height: normal;
  text-decoration: none;
  display: block;
  top: .3125rem;
  left: .3125rem;
  box-shadow: 0 0 2px 2px #17171799;
}

.skip-link {
  margin: .3125rem;
}

a:focus, button:focus, div[tabindex]:focus, input:focus, select:focus, textarea:focus {
  opacity: 1;
  outline-offset: .3125rem;
}

@media (prefers-reduced-motion: no-preference) {
  :focus {
    transition: outline-offset .25s;
  }
}

.external-link-icon {
  margin-left: .4375rem;
  margin-right: 2px;
}

@media (width <= 600px) {
  .external-link-icon {
    width: .75rem;
    height: .75rem;
    margin-left: 4px;
    transform: translateY(1px);
  }
}

.link-with-arrow {
  font-size: var(--wp--preset--font-size--16);
  font-weight: var(--wp--custom--typography--weight-semibold);
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  transition: all .1s ease-in-out;
  display: inline-flex;
}

.link-with-arrow svg {
  width: auto;
  height: .75rem;
  transition: all .1s ease-in-out;
}

.link-with-arrow:focus, .link-with-arrow:hover {
  text-decoration: underline;
}

.link-with-arrow:focus svg, .link-with-arrow:hover svg {
  transform: translateX(.25rem);
}

.hamburger {
  --hamburger-layer-height: 2px;
  --hamburger-width: 2rem;
  --hamburger-color: var(--wp--preset--color--black);
  --hamburger-color-active: var(--wp--preset--color--black);
  flex-shrink: 0;
  position: relative;
}

.hamburger, .hamburger:after, .hamburger:before {
  background-color: var(--hamburger-color);
  height: var(--hamburger-layer-height);
  width: var(--hamburger-width);
  transition: all .2s;
}

.hamburger:after, .hamburger:before {
  content: "";
  display: block;
  position: absolute;
}

.hamburger:before {
  top: -.5625rem;
}

.hamburger:after {
  bottom: -.5625rem;
}

body:not(.js-nav-active) .nav-toggle .hamburger:after, body:not(.js-nav-active) .nav-toggle:focus .hamburger:after {
  width: 80%;
}

body:not(.js-nav-active) .nav-toggle:hover .hamburger:after {
  width: 100%;
}

.js-nav-active .hamburger:after, .js-nav-active .hamburger:before {
  background-color: var(--hamburger-color-active);
  top: 0;
  left: 0;
}

.js-nav-active .hamburger:before {
  transform: rotate(-45deg);
}

.js-nav-active .hamburger:after {
  transform: rotate(45deg);
}

.js-nav-active .hamburger, .nav-toggle {
  background-color: #0000;
}

.nav-toggle {
  cursor: pointer;
  font-weight: var(--wp--custom--typography--weight-semibold);
  opacity: 1;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99999;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: -.5rem -1rem 0 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  right: 0;
  overflow: visible;
}

:root {
  --color-background-nav-mobile-header: var(--wp--preset--color--white);
  --color-background-nav-mobile-header-active: var(--wp--preset--color--white);
  --width-navigation: 100vw;
  --color-background-menu-items: var(--wp--preset--color--white);
  --color-background-menu-items-active: var(--wp--preset--color--white);
  --color-separator-nav-mobile: #ffffff1a;
  --color-current-menu-item: var(--wp--preset--color--black);
  --color-dropdown-toggle-mobile: var(--wp--preset--color--black);
  --typography-size-main-level-mobile: var(--wp--preset--font-size--20);
  --typography-weight-main-level-mobile: var(--wp--custom--typography--weight-regular);
  --padding-main-level-vertical-mobile: 1rem;
  --color-main-level-menu-item-hover-focus-mobile: var(--wp--preset--color--black);
  --color-main-level-menu-item-mobile: var(--wp--preset--color--black);
  --typography-size-sub-menu-mobile: var(--wp--preset--font-size--16);
  --typography-weight-sub-menu-mobile: var(--wp--custom--typography--weight-medium);
  --margin-left-sub-menu: .625rem;
  --padding-sub-menu-vertical-mobile: .5rem;
  --padding-sub-menu-horizontal-mobile: var(--wp--custom--spacing--container-padding-inline);
  --color-sub-menu-mobile: #fffc;
}

@media only screen and (width <= 1030px) {
  .menu-items ul {
    display: none;
  }

  ul .sub-menu.toggled-on {
    display: block;
  }
}

@media screen and (width <= 1029px) {
  .site-header {
    background-color: var(--color-background-nav-mobile-header);
  }

  .nav-primary {
    align-self: center;
  }

  .site-header a, .site-header li, .site-header ul {
    position: relative;
  }

  .disable-scroll {
    overflow: hidden;
  }

  .menu-items-wrapper {
    backface-visibility: hidden;
    background-color: var(--color-background-menu-items);
    pointer-events: none;
    visibility: hidden;
    height: calc(100vh - 7.2rem);
    width: var(--width-navigation);
    z-index: 5;
    padding-bottom: 7.5rem;
    transition: opacity .18s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    transform: translate3d(100%, 0, 0);
  }

  .menu-items {
    margin: 16px 0 0;
  }

  .menu-item a {
    border-top: 1px solid var(--color-separator-nav-mobile);
    color: var(--color-main-level-menu-item-mobile);
    font-size: var(--typography-size-main-level-mobile);
    font-weight: var(--typography-weight-main-level-mobile);
    padding: var(--padding-main-level-vertical-mobile) var(--padding-sub-menu-horizontal-mobile);
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .sub-menu a {
    color: var(--color-sub-menu-mobile);
    font-size: var(--typography-size-sub-menu-mobile);
    font-weight: var(--typography-weight-sub-menu-mobile);
    padding-bottom: var(--padding-sub-menu-vertical-mobile);
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu));
    padding-top: var(--padding-sub-menu-vertical-mobile);
  }

  .sub-menu {
    margin-left: 0;
    padding-left: 0;
  }

  .sub-menu .sub-menu a {
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu) + var(--margin-left-sub-menu));
  }

  .menu-item a:focus, .menu-item a:hover {
    color: var(--color-main-level-menu-item-hover-focus-mobile);
  }

  .menu-item.current-menu-item > a, .menu-item.current-menu-parent > a {
    color: var(--color-current-menu-item);
  }

  .dropdown-toggle {
    --dropdown-toggle-size: .75rem;
    color: var(--color-dropdown-toggle-mobile);
    height: 100%;
    padding: var(--padding-sub-menu-vertical-mobile) calc(var(--padding-sub-menu-horizontal-mobile) - var(--dropdown-toggle-size)/2) var(--padding-sub-menu-vertical-mobile) var(--padding-sub-menu-horizontal-mobile);
    z-index: 100;
    background-color: #0000;
    border: 0;
    align-items: center;
    margin-top: 0;
    display: inline-flex;
    position: absolute;
    top: 2px;
    left: auto;
    right: 0;
    overflow: hidden;
  }

  .dropdown-toggle svg {
    height: var(--dropdown-toggle-size);
    pointer-events: none;
    width: var(--dropdown-toggle-size);
    z-index: -1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' style='width:var(--dropdown-toggle-size);height:var(--dropdown-toggle-size)' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 1.5v7M1.5 5h7'/%3E%3C/svg%3E");
    background-size: 100%;
    transition: all .15s;
    position: relative;
    transform: rotate(0);
  }

  .dropdown-toggle svg path {
    display: none;
  }

  .dropdown-toggle.toggled-on svg {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' style='width:var(--dropdown-toggle-size);height:var(--dropdown-toggle-size)' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.5 5h7'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
  }

  .dropdown-toggle:hover {
    cursor: pointer;
  }

  .dropdown-toggle:focus {
    cursor: pointer;
    z-index: 100;
  }

  .sub-menu .dropdown-toggle {
    color: var(--color-sub-menu-mobile);
  }

  .js-nav-active {
    overflow: hidden;
  }

  .js-nav-active .menu-items-wrapper {
    background-color: var(--color-background-menu-items-active);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    width: var(--width-navigation);
    transform: translateZ(0);
  }
}

@media screen and (width <= 782px) {
  .logged-in.admin-bar .menu-items-wrapper {
    margin-top: 46px;
  }
}

.site-header ul {
  --color-current: var(--wp--preset--color--black);
  --color-current-dropdown: var(--wp--preset--color--white);
  --dropdown-toggle-size: .75rem;
  --typography-size-main-level: var(--wp--preset--font-size--18);
  --typography-weight-main-level: var(--wp--custom--typography--weight-medium);
  --padding-main-level-horizontal: 0;
  --padding-main-level-vertical: .375rem;
  --color-main-level: var(--wp--preset--color--black);
  --color-hover-main-level: var(--wp--custom--color--link-text);
  --gap-between-dropdown-toggle: .9375rem;
  --gap-main-level-horizontal: 1.5625rem;
  --typography-size-sub-menu: var(--wp--preset--font-size--16);
  --typography-weight-sub-menu: var(--wp--custom--typography--weight-medium);
  --padding-sub-menu-vertical: .625rem;
  --padding-sub-menu-link-vertical: .5rem;
  --padding-sub-menu-link-horizontal: 1.25rem;
  --width-sub-menu: 12.5rem;
  --color-sub-menu: var(--wp--preset--color--white);
  --color-hover-sub-menu: var(--wp--preset--color--white);
  --color-background-sub-menu: var(--wp--preset--color--black);
  --gap-dropdown: 1.6rem;
  width: unset;
  list-style: none;
}

@media only screen and (width >= 1030px) {
  .nav-toggle {
    display: none;
  }

  .nav-primary {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }

  .menu-items {
    align-items: center;
    column-gap: var(--gap-main-level-horizontal);
    background-color: #0000;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: .625rem;
    padding: 0;
    display: flex;
  }

  .menu-item, .menu-items {
    margin: 0;
    position: relative;
  }

  .menu-item-clickable, .menu-item > a {
    color: var(--color-main-level);
    font-size: var(--typography-size-main-level);
    font-weight: var(--typography-weight-main-level);
    padding: var(--padding-main-level-vertical) var(--padding-main-level-horizontal);
    white-space: nowrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .menu-item .sub-menu a {
    font-size: var(--typography-size-sub-menu);
    font-weight: var(--typography-weight-sub-menu);
    padding: var(--padding-sub-menu-link-vertical) var(--padding-sub-menu-link-horizontal);
    white-space: normal;
    align-items: center;
    width: 100%;
    line-height: 1.5;
    display: inline-flex;
  }

  .menu-item .sub-menu a, .menu-item .sub-menu button {
    color: var(--color-sub-menu);
  }

  .menu-item .sub-menu {
    --color-current: var(--color-current-dropdown);
  }

  .menu-item.current-menu-item > a, .menu-item.current-menu-parent > a {
    color: var(--color-current);
    text-decoration: underline 2px;
  }

  .sub-menu .menu-item.current-menu-item > a {
    text-decoration: underline 2px;
  }

  .menu-item.menu-item-has-children a {
    transition: background-color .2s cubic-bezier(.19, 1, .22, 1);
  }

  .menu-item > a:focus, .menu-item > a:hover {
    color: var(--color-hover-main-level);
    text-decoration: underline 2px;
  }

  .menu-item .sub-menu a:focus, .menu-item .sub-menu a:hover {
    color: var(--color-hover-sub-menu);
    text-decoration: underline 2px;
  }

  .menu-item.menu-item-has-children.hover-intent .sub-menu a, .menu-item.menu-item-has-children:focus .sub-menu a {
    padding-bottom: var(--padding-sub-menu-link-vertical);
    padding-top: var(--padding-sub-menu-link-vertical);
  }

  .menu-item.menu-item-has-children.hover-intent .sub-menu, .menu-item.menu-item-has-children:focus .sub-menu {
    padding-bottom: var(--padding-sub-menu-vertical);
    padding-top: var(--padding-sub-menu-vertical);
  }

  .nav-primary > ul:first-of-type > .menu-item-has-children:focus:before, .nav-primary > ul:first-of-type > .menu-item-has-children:hover:before {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    transform: scale(1);
  }

  .no-js .sub-menu {
    left: unset;
    display: none;
    right: 0;
  }

  .no-js .sub-menu .sub-menu {
    left: unset;
    right: 100%;
  }

  .no-js .menu-item-has-children:focus-within > .sub-menu, .no-js .menu-item-has-children:focus > .sub-menu, .no-js .menu-item-has-children:hover > .sub-menu {
    display: block;
  }

  .js .sub-menu {
    margin-top: var(--gap-dropdown);
    opacity: 0;
    visibility: hidden;
  }

  .js .sub-menu .sub-menu {
    margin-top: calc(var(--padding-sub-menu-vertical)*-1);
  }

  .sub-menu {
    background-color: var(--color-background-sub-menu);
    border: 1px solid var(--wp--preset--color--black);
    width: var(--width-sub-menu);
    z-index: 9;
    margin-left: 0;
    padding: 0;
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    top: 100%;
    left: 0;
  }

  .sub-menu.is-out-of-viewport {
    left: unset;
    right: 0;
  }

  .sub-menu .sub-menu.is-out-of-viewport, .sub-menu.is-out-of-viewport .sub-menu {
    left: unset;
    right: 100%;
  }

  .sub-menu .sub-menu {
    margin-left: 0;
    top: 0;
    left: 100%;
  }

  .sub-menu li {
    padding: 0;
  }

  .menu-item-has-children.hover-intent > .sub-menu, .menu-item-has-children:focus > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 12;
    transform: translateY(0);
  }

  .menu-item-has-children.hover-intent .sub-menu .sub-menu, .menu-item-has-children:focus .sub-menu .sub-menu {
    margin-top: calc(var(--padding-sub-menu-vertical)*-1);
    z-index: 10;
    top: 0;
  }

  .menu-item.menu-item-has-children {
    align-items: center;
    gap: var(--gap-between-dropdown-toggle);
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .menu-item.menu-item-has-children:after {
    content: "";
    height: var(--gap-dropdown);
    max-width: var(--width-sub-menu);
    visibility: hidden;
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
  }

  .menu-item.menu-item-has-children.hover-intent:after {
    visibility: visible;
    z-index: 100;
  }

  .dropdown-toggle svg {
    height: var(--dropdown-toggle-size);
    width: var(--dropdown-toggle-size);
    transition: all .35s cubic-bezier(.19, 1, .22, 1);
  }

  .hover-intent > .dropdown-toggle svg {
    transform: rotateX(180deg);
  }

  .dropdown-toggle {
    pointer-events: none;
    background-color: #0000;
    border: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: inline-flex;
  }

  .sub-menu .dropdown-toggle {
    width: 1.875rem;
  }

  .sub-menu .dropdown-toggle svg {
    transform: rotate(-90deg)rotateX(0);
  }

  .sub-menu .hover-intent > .dropdown-toggle > svg {
    transform: rotate(-90deg)rotateX(180deg);
  }

  .sub-menu .menu-item-has-children:after {
    display: none;
  }

  .menu-item.menu-item-has-children.hover-intent > .dropdown-toggle svg, .menu-item.menu-item-has-children:focus > .dropdown-toggle svg {
    transform: translateY(0)rotate(180deg);
  }

  .menu-item.menu-item-has-children .menu-item.menu-item-has-children.hover-intent > .dropdown-toggle svg, .menu-item.menu-item-has-children .menu-item.menu-item-has-children:focus > .dropdown-toggle svg {
    transform: translateY(0)rotate(90deg);
  }
}

@media only screen and (width >= 1030px) and (width <= 1030px) {
  ul li:focus > ul, ul li:hover > ul {
    display: block;
  }
}

.is-root-container, body:not(.wp-admin) {
  color: var(--wp--custom--color--paragraph);
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--18);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: var(--wp--custom--typography--weight-paragraph);
  line-height: var(--wp--custom--typography--paragraph-line-height);
  text-rendering: geometricprecision;
}

@media (width <= 600px) {
  .is-root-container, body:not(.wp-admin) {
    font-size: var(--wp--preset--font-size--16);
  }
}

.block {
  background-color: var(--wp--preset--color--white);
  margin: 0 auto;
  position: relative;
}

.global-link {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.site {
  max-width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: var(--wp--custom--grid-base);
  padding: var(--wp--custom--spacing--container-padding-block) var(--wp--custom--spacing--container-padding-inline);
  margin: 0 auto;
}

.has-unified-padding-if-stacked + .has-unified-padding-if-stacked .container {
  padding-top: 0;
  overflow: visible;
}

.edit-link, .edit-link:last-child {
  --color-link-edit-border: #ddd;
  --color-link-edit-text: #555;
  --color-link-edit-text-hover: #fff;
  --color-link-edit-background-hover: #aaa;
  --color-link-edit-border-hover: #aaa;
  max-width: var(--wp--custom--grid-base);
  text-align: left;
  width: 100%;
  min-width: 0;
  margin: 1.25rem auto;
  transition: all .15s;
  display: block;
  overflow: hidden;
}

.edit-link a, .edit-link:last-child a {
  background-color: var(--wp--preset--color--white);
  border: 2px dashed var(--color-link-edit-border);
  clear: both;
  color: var(--color-link-edit-text);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-align: center;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 1rem;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

.edit-link a:hover, .edit-link:focus, .edit-link:last-child a:hover, .edit-link:last-child:focus {
  background-color: var(--color-link-edit-background-hover);
  border-color: var(--color-link-edit-border-hover);
  color: var(--color-link-edit-text-hover);
}

.post-inner {
  max-width: var(--wp--style--global--content-size);
  padding: var(--wp--preset--spacing--30) var(--wp--custom--spacing--container-padding-inline);
  margin-left: auto;
  margin-right: auto;
}

@media print {
  .side-nav, .site-footer, .site-header {
    display: none;
  }
}

.is-root-container, body {
  color: var(--wp--custom--color--paragraph);
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--18);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: var(--wp--custom--typography--weight-paragraph);
  line-height: var(--wp--custom--typography--paragraph-line-height);
  text-rendering: geometricprecision;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--wp--custom--color--heading);
  font-family: var(--wp--preset--font-family--heading);
  font-weight: var(--wp--custom--typography--weight-heading);
  letter-spacing: -.02em;
  margin-bottom: var(--wp--custom--spacing--paragraphs-margin-block);
  margin-top: var(--wp--custom--spacing--paragraphs-margin-block);
}

h2, h3, h4, h5, h6 {
  line-height: var(--wp--custom--typography--heading-line-height);
}

h1 {
  font-size: var(--wp--preset--font-size--h-1);
}

h2 {
  font-size: var(--wp--preset--font-size--h-2);
}

h3 {
  font-size: var(--wp--preset--font-size--h-3);
}

h4 {
  font-size: var(--wp--preset--font-size--h-4);
}

h5 {
  font-size: var(--wp--preset--font-size--h-5);
}

h6 {
  font-size: var(--wp--preset--font-size--h-6);
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

b, strong {
  font-weight: var(--wp--custom--typography--weight-bold);
}

em, i {
  font-style: italic;
}

p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

.wysiwyg li {
  margin-top: .6rem;
  margin-bottom: .6rem;
}

.wysiwyg li:first-child {
  margin-top: 0;
}

.wysiwyg li:last-child {
  margin-bottom: 0;
}

blockquote.wysiwyg {
  border-left: 2px solid var(--wp--custom--color--main);
  margin: 2.9rem 1rem;
  padding: .5rem 0 .5rem 1.5rem;
}

blockquote.wysiwyg > :first-child {
  margin-top: 0;
}

blockquote.wysiwyg > :last-child {
  margin-bottom: 0;
}

.site-header {
  background-color: var(--wp--preset--color--white);
}

@media screen and (width <= 1030px) {
  .site-header {
    background-color: var(--color-background-nav-mobile-header);
  }
}

.js-nav-active .site-header {
  background-color: var(--color-background-nav-mobile-header-active);
}

.site-header-inner {
  align-items: center;
  column-gap: var(--wp--custom--spacing--grid-gap);
  max-width: var(--wp--custom--grid-base);
  padding: var(--wp--custom--spacing--site-header-padding-block) var(--wp--custom--spacing--container-padding-inline);
  z-index: 15;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

@media screen and (width <= 1030px) {
  .site-header-inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.site-title {
  margin: 0;
  line-height: 0;
}

.site-title a {
  align-items: center;
  display: flex;
}

.site-title a, .site-title a:focus, .site-title a:hover {
  color: var(--wp--preset--color--black);
}

.site-title svg {
  width: auto;
  height: 4.5rem;
}

@media screen and (width <= 1030px) {
  .site-title svg {
    height: 3rem;
  }
}

.site-footer {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--custom--color--paragraph);
}

.site-footer .container {
  border-top: 1px solid var(--wp--preset--color--black);
  align-items: center;
  gap: var(--wp--custom--spacing--grid-gap);
  display: grid;
}

@media (width >= 600px) {
  .site-footer .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.site-footer a, .site-footer p {
  color: var(--wp--preset--color--black);
}

.site-footer h2 {
  font-size: var(--wp--preset--font-size--28);
  text-align: center;
  margin: 0;
}

@media (width >= 600px) {
  .site-footer h2 {
    text-align: left;
  }
}

.site-footer p {
  font-size: var(--wp--preset--font-size--18);
  text-align: center;
  margin: 0;
}

.site-footer .social-media-links {
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (width >= 600px) {
  .site-footer .social-media-links {
    justify-content: end;
  }
}

.site-footer .footer-bottom {
  color: var(--wp--preset--color--charcoal);
  flex-direction: column;
  flex: auto;
  grid-column: 1 / -1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.site-footer .footer-bottom p {
  font-size: var(--wp--preset--font-size--14);
}

@media (width >= 600px) {
  .site-footer .footer-bottom {
    flex-direction: row;
  }
}

:root {
  --color-border-sticky: #d7e4f2;
  --color-bypostauthor: #2a2d3e80;
}

.sticky .post-inner {
  border: 2px dashed var(--color-border-sticky);
  margin-bottom: var(--wp--custom--spacing--container-padding-inline);
  padding: var(--wp--custom--spacing--container-padding-inline);
}

.bypostauthor, .comment-list li.bypostauthor {
  border: 1px dashed var(--color-bypostauthor);
  padding: var(--wp--custom--spacing--container-padding-inline);
}

.blog article:first-of-type {
  margin-top: var(--wp--preset--spacing--30);
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  margin: 0 auto;
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: left;
  margin-bottom: 1.25rem;
  padding: .625rem 0;
  font-style: italic;
}

.site-footer .mak-badge a {
  text-decoration: none;
}

.site-footer .mak-badge .fill {
  fill: var(--wp--preset--color--black);
  opacity: .3;
  width: 1.875rem;
  height: auto;
}

.site-footer .mak-badge a:focus .fill, .site-footer .mak-badge a:hover .fill {
  fill: var(--wp--preset--color--black);
  opacity: 1;
}

.site-footer [data-tooltip] {
  cursor: pointer;
  transform-origin: top;
  transition: transform .2s cubic-bezier(.19, 1, .22, 1), opacity .2s cubic-bezier(.19, 1, .22, 1);
  position: relative;
  transform: translate(-48%, 1.125rem);
}

.site-footer [data-tooltip]:after {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  content: attr(data-tooltip);
  text-align: center;
  transform-origin: top;
  border-radius: 4px;
  width: 6.25rem;
  margin-bottom: .6875rem;
  padding: .3125rem;
  transition: transform .2s cubic-bezier(.19, 1, .22, 1), opacity .2s cubic-bezier(.19, 1, .22, 1);
  transform: translate(-48%, .625rem);
  text-shadow: none !important;
  font-family: sans-serif !important;
  font-size: .75rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.site-footer [data-tooltip] .tip, .site-footer [data-tooltip]:after {
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.site-footer [data-tooltip] .tip {
  content: "";
  transform-origin: top;
  width: 1.125rem;
  height: .375rem;
  margin-bottom: .625rem;
  transition: transform .155s cubic-bezier(.19, 1, .22, 1), opacity .2s cubic-bezier(.19, 1, .22, 1);
  transform: translate(-37%, .9375rem);
}

.site-footer [data-tooltip] .tip .tip-color {
  fill: var(--wp--preset--color--black);
}

.site-footer [data-tooltip]:focus .tip, .site-footer [data-tooltip]:focus:after, .site-footer [data-tooltip]:hover .tip, .site-footer [data-tooltip]:hover:after, .site-footer [data-tooltip][data-tooltip-visible] .tip, .site-footer [data-tooltip][data-tooltip-visible]:after {
  opacity: 1;
  pointer-events: auto;
}

.site-footer [data-tooltip]:hover:after, .site-footer [data-tooltip][data-tooltip-visible]:after {
  transform: translate(-48%, -.3125rem);
}

.site-footer [data-tooltip]:hover .tip, .site-footer [data-tooltip][data-tooltip-visible] .tip {
  transform: translate(-37%);
}

.top {
  --color-background-top: var(--wp--preset--color--black);
  --color-background-top-hover: var(--wp--preset--color--white);
  background-color: var(--color-background-top);
  border: 1px solid var(--wp--preset--color--black);
  bottom: var(--wp--custom--spacing--container-padding-inline);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--16);
  opacity: 0;
  height: 1.875rem;
  right: var(--wp--custom--spacing--container-padding-inline);
  text-align: center;
  visibility: hidden;
  z-index: 1;
  border-radius: 0;
  width: 1.875rem;
  line-height: 1.875rem;
  text-decoration: none;
  transition: opacity .5s;
  position: fixed;
}

.top:hover {
  background-color: var(--color-background-top-hover);
}

.top:focus {
  background-color: var(--color-background-top);
}

.top.is-visible {
  opacity: 1;
  visibility: visible;
}

.gallery {
  grid-gap: 1.5em;
  margin-bottom: 1.5em;
  display: grid;
}

.gallery-item {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.navigation:not(.post-navigation) .nav-links {
  font-family: var(--wp--preset--font-family--main);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.5rem;
  font-size: .875rem;
  display: flex;
  overflow: hidden;
}

.navigation:not(.post-navigation) .nav-links a {
  text-decoration: none;
}

.page-numbers {
  --color-pagination-border: #ece6f2;
  --color-pagination-text: #2a2d3e;
  --color-pagination-background-hover: #2a2d3e;
  --color-pagination-border-hover: #2a2d3e;
  --color-pagination-text-hover: #2a2d3e;
  --color-pagination-background-current: #2a2d3e;
  --color-pagination-border-current: #2a2d3e;
  --color-pagination-text-current: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
  border-bottom: 2px solid var(--color-pagination-border);
  border-left: 1px solid var(--color-pagination-border);
  border-right: 1px solid var(--color-pagination-border);
  border-top: 2px solid var(--color-pagination-border);
  color: var(--color-pagination-text);
  font-weight: var(--wp--custom--typography--weight-medium);
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-left: 0;
  margin-right: 0;
  transition: all .15s;
  display: flex;
}

.page-numbers:last-child {
  border-radius: 0 4px 4px 0;
}

.page-numbers:first-child {
  border-radius: 4px 0 0 4px;
}

@media (width <= 600px) {
  .page-numbers {
    width: 1.625rem;
    height: 1.625rem;
  }
}

a.page-numbers:focus, a.page-numbers:hover {
  background-color: var(--color-pagination-background-hover);
  border-color: var(--color-pagination-border-hover);
  color: var(--color-pagination-text-hover);
}

.page-numbers.current {
  background-color: var(--color-pagination-background-current);
  border-color: var(--color-pagination-border-current);
  color: var(--color-pagination-text-current);
}

.page-numbers.next, .page-numbers.prev {
  width: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (width <= 600px) {
  .page-numbers.next, .page-numbers.prev {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.wp-block .acf-block-preview button.swiper-actions, .wp-block .acf-block-preview button.swiper-actions:focus, .wp-block .acf-block-preview button.swiper-actions:hover, button.swiper-actions, button.swiper-actions:focus, button.swiper-actions:hover {
  color: var(--wp--preset--color--black);
  background-color: #0000;
  border: 0;
  padding: 0;
}

.site-main button.swiper-actions:hover {
  opacity: .5;
}

.swiper-controls {
  justify-content: space-between;
  align-items: flex-end;
  gap: 3.5rem;
  margin-bottom: 6.4rem;
  display: flex;
  transform: translateX(-13px);
}

ul.swiper-wrapper {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.swiper-slide {
  width: auto;
  margin: 0;
}

.swiper-button-disabled[disabled], .swiper-button-disabled[disabled]:focus, .swiper-button-disabled[disabled]:hover {
  opacity: .2;
}

.block:has(.swiper-container), .block:has(.swiper-container) .swiper-container {
  overflow: visible;
}

.block:has(.swiper-container) img {
  border-radius: 0;
  height: 500px;
}

@media (width <= 1200px) {
  .block:has(.swiper-container) img {
    height: auto;
    max-width: calc(100vw - var(--wp--custom--spacing--container-padding-inline)*2);
  }
}

.block:has(.swiper-container) .swiper-controls {
  justify-content: space-between;
  margin-bottom: 4rem;
  display: flex;
}

.block.block-reset-styles {
  background-color: unset;
  background-image: unset;
  border: unset;
  padding-top: 0;
  padding-bottom: 0;
}

.block.is-skip-link {
  z-index: 3;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.block.is-skip-link .skip-link {
  transform: translateY(-10rem);
}

.glightbox-container {
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999 !important;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.glightbox-container .gslider {
  height: 100%;
  transition: transform .4s;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateZ(0);
  display: flex !important;
}

.glightbox-container .gslide, .glightbox-container .gslider {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.glightbox-container .gslide {
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  position: absolute;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  position: relative;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  border: none;
  min-height: 165px;
  outline: none !important;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  float: none;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  width: auto;
  min-width: 200px;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  margin: auto;
  padding: 0;
  display: block;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  transition: none;
  cursor: grabbing !important;
}

.gslide-video {
  max-width: 100vh;
  position: relative;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video:before {
  content: "";
  background: #ff000057;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.gslide-video.playing:before {
  display: none;
}

.gslide-video.fullscreen {
  min-width: 100%;
  height: 75vh;
  max-width: 100% !important;
}

.gslide-video.fullscreen video {
  width: 100% !important;
  max-width: 100% !important;
}

.gslide-inline {
  text-align: left;
  background: #fff;
  max-width: 100%;
  max-height: calc(100vh - 40px);
  margin: auto;
  overflow: auto;
}

.gslide-inline .ginlined-content {
  width: 100%;
  padding: 20px;
}

.gslide-inline .dragging {
  transition: none;
  cursor: grabbing !important;
}

.ginlined-content {
  opacity: 1;
  overflow: auto;
  display: block !important;
}

.gslide-external {
  background: #fff;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 75vh;
  padding: 0;
  overflow: auto;
}

.gslide-external, .gslide-media {
  display: flex;
}

.gslide-media {
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  flex-direction: column;
  margin: 0 auto;
}

.gslide-description {
  flex: 1 0 100%;
  position: relative;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  width: 100%;
  margin: 0 auto;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.glightbox-button-hidden, .zoomed .gslide-description {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  background: linear-gradient(#0000 0, #000000bf);
  width: 100%;
  max-height: 78vh;
  padding: 19px 11px 50px;
  transition: opacity .3s linear;
  position: absolute;
  bottom: 0;
  order: 2 !important;
  max-width: 100vw !important;
  height: auto !important;
  overflow: auto !important;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  opacity: .4;
  transition: opacity .5s;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  opacity: 1;
  transition: opacity .5s;
}

.greset {
  transition: all .3s;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  z-index: 9999;
  border: 2px solid #fff;
  border-right-color: #0000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  animation: .8s linear infinite a;
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
}

.goverlay {
  will-change: opacity;
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
}

.glightbox-mobile .goverlay, .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  cursor: pointer;
  z-index: 99999;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 44px;
  display: flex;
}

.gclose svg, .gnext svg, .gprev svg {
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: .1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  color: #000;
  margin-bottom: 19px;
  font-family: arial;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  margin-bottom: 0;
  font-family: arial;
  font-size: .86em;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: #000000bf;
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  left: 30px;
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
  width: 40px;
  height: 50px;
  position: absolute;
  top: -100%;
}

.glightbox-clean .gnext {
  right: 30px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 10px;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: .5s b;
}

.gfadeOut {
  animation: .5s c;
}

.gslideOutLeft {
  animation: .3s e;
}

.gslideInLeft {
  animation: .3s d;
}

.gslideOutRight {
  animation: .3s g;
}

.gslideInRight {
  animation: .3s f;
}

.gzoomIn {
  animation: .5s h;
}

.gzoomOut {
  animation: .5s i;
}

@keyframes a {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes b {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes c {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes d {
  0% {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}

@keyframes e {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-60%, 0, 0);
  }
}

@keyframes f {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes g {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(60%, 0, 0);
  }
}

@keyframes h {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@keyframes i {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@media (width >= 769px) {
  .glightbox-container .ginner-container {
    flex-direction: row;
    width: auto;
    height: auto;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-width: 100%;
    max-height: 97vh;
  }

  .gslide-image img.zoomable {
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: #000000eb;
  }

  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px #000000a6;
  }

  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    height: 100%;
    position: absolute;
    overflow-y: auto;
  }

  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: #00000052;
  }

  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: #000000b3;
  }

  .glightbox-clean .gnext, .glightbox-clean .gprev {
    top: 45%;
  }
}

@media (width >= 992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px;
  }
}

@media screen and (height <= 420px) {
  .goverlay {
    background: #000;
  }
}

.block-search, .block-search-results {
  background-color: var(--wp--preset--color--white);
}

.block-search form {
  grid-gap: .625rem;
  grid-template-columns: 9fr 1fr;
  display: grid;
}

.block-search form input, .block-search form label {
  width: 100%;
}

.block-search-results > .container {
  padding-top: 0;
}

@media (width >= 1024px) {
  .block-search-results > .container {
    display: grid;
  }
}

.block-search-results .row-result {
  border-top: 2px solid var(--wp--preset--color--black);
  padding: 1.25rem 0;
}

.block-search-results .row-result:last-of-type {
  border-bottom: 2px solid var(--wp--preset--color--black);
}

.block-search-results h3 {
  font-size: var(--wp--preset--font-size--h-4);
  margin-bottom: .625rem;
}

.block-search-results p {
  margin-top: .625rem;
}

@media (width >= 600px) {
  .block-error-404 .container {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.block-error-404 .content {
  text-align: center;
}

.block-error-404 h1 {
  font-size: clamp(60px, 24px + 6vw, 120px);
  line-height: var(--wp--custom--typography--heading-core-line-height);
  margin-bottom: 1.25rem;
}

.categories, .entry-content .categories, .entry-content .tags, .tags {
  flex-wrap: wrap;
  padding-inline-start: 0;
  list-style: none;
  display: flex;
}

.categories, .entry-content .categories {
  gap: .75rem;
}

.categories a {
  font-size: var(--wp--preset--font-size--14);
  border-radius: 0;
  margin: 0;
  padding: .3125rem .9375rem;
  transition: all .15s;
  display: inline-block;
}

.categories a, .categories a:focus, .categories a:hover {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

.entry-content .tags, .tags {
  margin-bottom: var(--wp--custom--spacing--text-margin-block);
  flex-wrap: wrap;
  gap: .3125rem;
  margin-top: 0;
  display: flex;
}

.entry-content .tags a, .tags a {
  border: 1px solid var(--wp--preset--color--black);
  box-shadow: none;
  color: var(--wp--custom--color--paragraph);
  font-size: var(--wp--preset--font-size--12);
  white-space: nowrap;
  background-color: #0000;
  border-radius: 0;
  margin-right: 4px;
  padding: .0625rem .5rem;
  transition: all .15s;
  display: inline-block;
}

.entry-content .tags a:focus, .entry-content .tags a:hover, .tags a:focus, .tags a:hover {
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

.post-navigation .nav-links {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.block-masonry .masonry-grid {
  opacity: 0;
  flex-wrap: wrap;
  gap: 2.5rem;
  transition: opacity .3s;
  display: flex;
}

.block-masonry .masonry-grid.is-ready {
  opacity: 1;
}

.block-masonry .masonry-item {
  position: relative;
  overflow: hidden;
}

.block-masonry .masonry-item a {
  cursor: zoom-in;
  height: 100%;
  display: block;
}

.block-masonry .masonry-item img, .block-masonry .masonry-item img[width][height] {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.block-masonry .masonry-item p {
  color: var(--wp--preset--color--dark);
  font-size: var(--wp--preset--font-size--14);
  font-weight: var(--wp--custom--typography--weight-semibold);
  line-height: 1.23;
}

.block-masonry .masonry-item p .name {
  text-transform: uppercase;
}

.block-masonry .masonry-item p {
  color: var(--wp--preset--color--white);
  font-weight: var(--wp--custom--typography--weight-medium);
  opacity: 0;
  background-image: linear-gradient(#0000, #000000b3);
  margin: 0;
  padding: 2rem 1rem 1rem;
  transition: opacity .2s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.block-masonry .masonry-item:hover p {
  opacity: 1;
}

.comments-area {
  --color-comment-text: var(--wp--custom--color--paragraph);
  --color-comment-author-text: var(--wp--custom--color--paragraph);
  --color-link-comment: var(--wp--custom--color--accent);
  --color-link-comment-time-anchor: var(--wp--custom--color--paragraph);
  margin-top: 3.125rem;
  margin-bottom: 0;
  overflow: visible;
}

.comment-list {
  margin: 0;
  padding: 0;
}

.comment-list, .comment-list .children {
  list-style: none;
}

.comment-list li {
  margin-top: 0;
  margin-bottom: 4.375rem;
  padding: 0;
}

.comment-list li, .comment-list p {
  font-size: var(--wp--preset--font-size--14);
}

.comment-list p {
  color: var(--color-comment-text);
}

.comment-list .avatar {
  float: right;
  border-radius: 50%;
}

.comment-list .comment-author {
  color: var(--color-comment-author-text);
  font-size: var(--wp--preset--font-size--h-4);
  margin-top: 0;
  margin-bottom: .625rem;
  padding: 0;
}

.comment-list .comments-link a, .comment-list a {
  box-shadow: none;
  color: var(--color-link-comment);
}

.comment-list .comment-author a {
  color: var(--wp--custom--color--paragraph);
}

.comment-list .comment-time {
  font-size: var(--wp--preset--font-size--14);
  margin: 0;
  padding: 0;
}

.comment-list .comment-time a {
  color: var(--color-link-comment-time-anchor);
}

.comment-list .comment-time:focus, .comment-list .comment-time:hover {
  opacity: 1;
}

.comment-list .comment-time svg {
  fill: var(--color-link-comment-time-anchor);
  margin-right: .3125rem;
  position: relative;
  top: 2px;
}

.comments-link {
  font-size: var(--wp--preset--font-size--14);
  text-align: right;
  align-items: center;
  display: inline-flex;
}

.comments-link a {
  color: var(--color-link-comment);
}

.comments-link a:focus, .comments-link a:hover, .comments-link:focus, .comments-link:hover {
  color: var(--wp--preset--color--black);
}

.comments-link svg {
  margin-right: .4375rem;
  position: relative;
  top: -1px;
}

@media (width >= 600px) {
  .comment-form {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: grid;
  }

  .comment-form .comment-form-comment, .comment-form .comment-notes, .comment-form .form-submit {
    grid-column: 1 / span 2;
  }
}

.comment-respond {
  margin-bottom: 0;
  overflow: visible;
}

@media (width <= 600px) {
  .comment-respond input {
    width: 100%;
  }
}

.comment-respond .comment-form-author {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.comment-respond .comment-form-author input {
  border-width: 1px;
  width: 100%;
  padding: 1.5rem;
}

.comment-respond .comment-form-email {
  clear: right;
  margin-top: 0;
  margin-bottom: 1.25rem;
  margin-right: 0;
}

.comment-respond .comment-form-email input {
  border-width: 1px;
  width: 100%;
  padding: .9375rem;
}

.comment-respond .comment-form-url {
  margin-top: 0;
  margin-bottom: 1.875rem;
  position: relative;
}

.comment-respond .comment-form-url input {
  border-width: 1px;
  width: 100%;
  padding: .9375rem;
}

.comment-respond .form-submit {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.comment-respond .comment-form-comment {
  margin-bottom: 1.25rem;
}

.comment-respond textarea {
  width: 100%;
}

.block-hero .container {
  aspect-ratio: 16 / 6;
  z-index: 1;
  align-items: end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.block-hero .container, .block-hero h1 {
  max-width: var(--wp--custom--grid-base);
}

.block-hero h1 {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--hero);
  margin: 0 0 -1.5rem;
  line-height: .8;
}

@media (width <= 768px) {
  .block-hero h1 {
    margin-bottom: -.5rem;
  }
}

.front-page .block-hero .container {
  aspect-ratio: 16 / 10;
}

.block-hero-simple h1 {
  font-size: var(--wp--preset--font-size--hero);
  margin: 0;
  line-height: .8;
}

.block-content .container {
  max-width: 60rem;
}

.block-content p:first-child {
  margin-top: 0;
}

.block-call-to-action .container {
  z-index: 1;
  position: relative;
}

.block-call-to-action h2 {
  text-wrap: balance;
  margin-bottom: 0;
}

.block-call-to-action a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

.block-call-to-action a:hover svg {
  transform: translateX(100%);
}

.block-call-to-action svg {
  width: auto;
  height: 5.5rem;
  margin-top: -2rem;
  transition: all .3s;
}

.block-carousel h2 {
  margin-bottom: 0;
}

.block-carousel .block-header {
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 3.5rem;
  display: flex;
}

.block-carousel .block-header .swiper-controls {
  margin-bottom: 0;
}

.block-carousel .carousel-image-caption {
  color: var(--wp--preset--color--dark);
  font-size: var(--wp--preset--font-size--14);
  font-weight: var(--wp--custom--typography--weight-semibold);
  line-height: 1.23;
}

.block-carousel .carousel-image-caption .name {
  text-transform: uppercase;
}

.block-carousel .carousel-image-caption {
  margin-top: .5rem;
  margin-bottom: 0;
}

.block-content-columns-50-50 .container {
  row-gap: 4rem;
  display: grid;
}

@media (width >= 768px) {
  .block-content-columns-50-50 .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6rem;
  }
}

.block-content-columns-50-50 h2 {
  font-size: clamp(24px, 12px + 2vw, 44px);
}

.block-content-columns-50-50 .content p:first-child {
  margin-top: 0;
}

.block-title-content-50-50 .container {
  gap: var(--wp--custom--spacing--grid-gap);
  display: grid;
}

@media (width >= 768px) {
  .block-title-content-50-50 .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.block-title-content-50-50 h2 {
  hyphens: auto;
  margin-bottom: 0;
}

.block-title-content-50-50 .content p:first-child {
  margin-top: 0;
}

.block-title-content-50-50 ol, .block-title-content-50-50 ul {
  width: calc(100% - var(--wp--custom--spacing--container-padding-inline)*2);
  list-style-position: outside;
}

.block-title-content-50-50 ul {
  padding-inline-start: 1.2em;
}

.block-title-content-50-50 ol {
  padding-inline-start: 1.25em;
}

.block-title-content-50-50 li::marker {
  font-family: system-ui, sans-serif;
  font-size: inherit;
}

.block-image .image {
  aspect-ratio: 16 / 9;
}

.block-content-image .container {
  row-gap: var(--wp--custom--spacing--grid-gap);
  display: grid;
}

@media (width >= 768px) {
  .block-content-image .container {
    column-gap: var(--wp--custom--spacing--grid-gap);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.block-content-image .col-content {
  align-items: start;
  padding-bottom: 3rem;
  display: flex;
}

@media (width <= 768px) {
  .block-content-image .col-content {
    order: 1;
  }
}

.block-content-image .image.square {
  aspect-ratio: 1;
}

.block-content-image .image.landscape {
  aspect-ratio: 4 / 3;
}

.block-content-image .image.portrait {
  aspect-ratio: 3 / 4;
}

.block-content-image h2 {
  hyphens: auto;
  margin-bottom: 2rem;
  font-size: clamp(40px, 10vw - 20px, 140px) !important;
}

.block-content-image .col-content p:first-child {
  margin-top: 0;
}

.block-content-image.image-left .col-content {
  order: 1;
}

.block-title-excerpt h2 {
  text-wrap: balance;
  margin-bottom: 0;
}

.block-title-excerpt p {
  font-size: clamp(16px, 13.6px + .4vw, 20px);
}

.block-testimonial .container {
  row-gap: var(--wp--custom--spacing--grid-gap);
  display: grid;
}

@media (width >= 768px) {
  .block-testimonial .container {
    column-gap: var(--wp--custom--spacing--grid-gap);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.block-testimonial .col-content {
  padding-bottom: 3rem;
  padding-top: var(--wp--custom--spacing--grid-gap);
  align-items: start;
  display: flex;
}

@media (width <= 768px) {
  .block-testimonial .col-content {
    order: 1;
  }
}

.block-testimonial .image.square {
  aspect-ratio: 1;
}

.block-testimonial .image.landscape {
  aspect-ratio: 4 / 3;
}

.block-testimonial .image.portrait {
  aspect-ratio: 3 / 4;
}

.block-testimonial p:not(.author) {
  font-size: clamp(18px, 12px + 1vw, 28px) !important;
}

.block-testimonial .col-content p:first-child {
  margin-top: 0;
}

.block-testimonial.image-left .col-content {
  order: 1;
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: none;
}

img {
  max-width: 100%;
}

img[width][height] {
  height: auto;
}

a {
  color: var(--wp--custom--color--link-text);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--custom--color--link-text);
  text-decoration-color: var(--wp--custom--color--link-text);
  text-underline-offset: .375rem;
  transition: all .15s;
}

a:focus, a:hover {
  color: var(--wp--custom--color--link-text-hover);
  -webkit-text-decoration-color: var(--wp--custom--color--link-text-hover);
  text-decoration-color: var(--wp--custom--color--link-text-hover);
}

.entry-footer a, .site-footer a, .site-header a {
  text-decoration: none;
}

p {
  color: var(--wp--custom--color--paragraph);
  line-height: var(--wp--custom--typography--paragraph-line-height);
}
