@charset "UTF-8";
/* TABLE OF CONTENTS
------------------------------------------------------------/
1.0     Global & Utilities
1.1         Project Variables
1.2         Theme
1.3         Typography
1.4         Spacing
1.5         Globals 
1.6         Utilities
2.0     Core Components
2.1         Logo
2.2         Buttons
2.3         Social Icons
3.0     Layout & Structure
4.0     Headers
5.0     Menus & Navigation
6.0     Footer
7.0     Sidebars
8.0     Core Templates
8.1         Index Template
8.2         Page Template
8.3         Single Post Template
8.4         Front Page Template
8.5         Home Template
8.6         404 Template
8.7         Search Template
9.0     Blocks
10.0    3rd Party Styling
9999    Here be Dragons

/// END TABLE OF CONTENTS * */
/* * 1.0 Global & Utilities
------------------------------------------------------------ */
/* * 1.1 Project Variables
------------------------------------------------------------ */
:root {
  /* BACKGROUND COLORS */
  --background-color-light: var(--light);
  --background-color-dark: var(--dark);
  /* BASE TEXT */
  --base-text-size: 1rem;
  --text: var(--dark);
  /* 16px */
  --base-text-weight: 400;
  --base-text-lineheight: 1.8em;
  --text-color-dark: var(--dark);
  --text-color-light: var(--light);
  /* ANCHOR TEXT */
  --anchor-color: var(--primary);
  --anchor-color-hover: var(--secondary);
  /* SHADOWS */
  --box-shadow: 3.1px 3.4px 2.7px rgba(0, 0, 0, 0.016),
      7.9px 8.7px 6.9px rgba(0, 0, 0, 0.022),
      16.1px 17.7px 14.2px rgba(0, 0, 0, 0.028),
      33.2px 36.5px 29.2px rgba(0, 0, 0, 0.034),
      91px 100px 80px rgba(0, 0, 0, 0.05);
  --bg-overlay-color1: #164e6b87;
  --focus-outline: var(--focus_outline);
  /* TRANSITIONS */
  --transition-3s: 0.3s;
  --transition-ease: ease;
  --transition-color: color;
  --transition: 0.3s ease-in-out;
  /* HEADINGS */
  --heading-color: var(--primary);
  --h1-text-size: 2.5rem;
  --h1-text-weight: 400;
  --h1-text-lineheight: 1;
  --h1-text-color: var(--text);
  --h2-text-size: 2rem;
  --h2-text-weight: 400;
  --h2-text-lineheight: 1.25;
  --h2-text-color: var(--text);
  --h3-text-size: 1.75rem;
  --h3-text-weight: 400;
  --h3-text-lineheight: 1.25;
  --h3-text-color: var(--text);
  --h4-text-size: 1.5rem;
  --h4-text-weight: 600;
  --h4-text-lineheight: 1.25;
  --h4-text-color: var(--text);
  --h5-text-size: 1.2rem;
  --h5-text-weight: 600;
  --h5-text-lineheight: 1.5;
  --h5-text-color: var(--text);
  --h6-text-size: 1rem;
  --h6-text-weight: 600;
  --h6-text-lineheight: 1.5;
  --h6-text-color: var(--text);
  /* VIEWPORT SIZES */
  --layout-max-width: 130rem;
  --layout-content-width: 36rem;
  /* Default Page Padding in REM */
  /* Default Page Padding in REM */
  --page-padding-max: 2rem;
  --page-padding-min: 1.5rem;
  /* Default Section Spacing in REM */
  --section-spacing-top: 2rem;
  --section-spacing-bottom: 2rem;
  --gap-xs: clamp(0.5rem, 2vw, 1rem);
  --gap-s: clamp(1rem, 5vw, 2rem);
  --gap-m: clamp(2rem, 7vw, 3rem);
  --gap-l: clamp(3rem, 7vw, 6rem);
  --gap-xl: clamp(5rem, 15vw, 8rem);
  --border-radius: 3.5px;
  --border-radius-lg: 8px;
}

/* ** END SETUP ** */
/* * 1.2 Theme (Anything specific to this theme)
------------------------------------------------------------ */
/* /** 1.3 Typography
------------------------------------------------------------ */
body {
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.36rem) * 0.2128, 1.6rem);
  font-weight: var(--base-text-weight);
  line-height: var(--base-text-lineheight);
  color: var(--text);
  word-break: break-word;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography p,
.typography blockquote,
.typography pre,
.typography address,
.typography ul,
.typography ol,
.typography dl,
.typography figure,
.typography picture {
  text-wrap: pretty;
  margin-top: 1em;
  margin-bottom: 0;
}
.typography h1:first-child,
.typography h2:first-child,
.typography h3:first-child,
.typography h4:first-child,
.typography h5:first-child,
.typography h6:first-child,
.typography p:first-child,
.typography blockquote:first-child,
.typography pre:first-child,
.typography address:first-child,
.typography ul:first-child,
.typography ol:first-child,
.typography dl:first-child,
.typography figure:first-child,
.typography picture:first-child {
  margin-top: 0;
}
.typography h1 li:not(:first-child),
.typography h2 li:not(:first-child),
.typography h3 li:not(:first-child),
.typography h4 li:not(:first-child),
.typography h5 li:not(:first-child),
.typography h6 li:not(:first-child),
.typography p li:not(:first-child),
.typography blockquote li:not(:first-child),
.typography pre li:not(:first-child),
.typography address li:not(:first-child),
.typography ul li:not(:first-child),
.typography ol li:not(:first-child),
.typography dl li:not(:first-child),
.typography figure li:not(:first-child),
.typography picture li:not(:first-child) {
  margin-top: 0.5em;
}

h1 {
  font-size: clamp(4rem, 5vw, 6rem);
  font-weight: var(--h1-text-weight);
  line-height: var(--h1-text-lineheight);
  color: var(--white);
  max-width: 86rem;
}
h1.heading-page {
  font-size: clamp(3.2rem, 5vw, 5rem);
}

h2 {
  font-size: clamp(2.6rem, 2.6rem + (1vw - 0.36rem) * 2.3404, 4.8rem);
  font-weight: var(--h2-text-weight);
  line-height: var(--h2-text-lineheight);
  color: var(--heading-color);
}
h2.h2-lg {
  font-size: 6rem;
}

h3 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.36rem) * 0.6383, 2.8rem);
  font-weight: var(--h3-text-weight);
  line-height: var(--h3-text-lineheight);
  color: var(--heading-color);
}

h4 {
  font-size: var(--h4-text-size);
  font-weight: var(--h4-text-weight);
  line-height: var(--h4-text-lineheight);
  color: var(--heading-color);
}

h5 {
  font-size: var(--h5-text-size);
  font-weight: var(--h5-text-weight);
  line-height: var(--h5-text-lineheight);
  color: var(--heading-color);
}

h6 {
  font-size: var(--h6-text-size);
  font-weight: var(--h6-text-weight);
  line-height: var(--h6-text-lineheight);
  color: var(--heading-color);
}

a {
  color: var(--anchor-color);
  text-decoration: underline;
}

a:hover {
  color: var(--anchor-color-hover);
}

.section__hero > p.lede {
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.36rem) * 0.2128, 1.8rem);
  max-width: 56rem;
}

.lede {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.36rem) * 0.6383, 2.4rem);
}

.footnotes p {
  font-size: 1.2rem;
  line-height: 2em;
}

/* * 1.4 Spacing
------------------------------------------------------------ */
.layout__x-padding {
  padding-right: var(--page-padding-max);
  padding-left: var(--page-padding-max);
}

.layout__constrained {
  max-width: var(--layout-max-width);
  margin-left: auto;
  margin-right: auto;
}

.layout__y-padding--page {
  --padding__section-y: clamp(6rem, calc(6rem + ((1vw - 0.36rem) * 6.383)), 12rem);
  padding-top: var(--padding__section-y);
  padding-bottom: var(--padding__section-y);
}
.layout__y-padding--page-sm {
  --padding-y-sm: clamp(4rem, calc(4rem + ((1vw - 0.36rem) * 2.1277)), 6rem);
  padding-top: var(--padding-y-sm);
  padding-bottom: var(--padding-y-sm);
}

.gap--xs {
  gap: var(--gap-xs);
}

.gap--s {
  gap: var(--gap-s);
}

.gap--m {
  gap: var(--gap-m);
}

.gap--l {
  gap: var(--gap-l);
}

.gap--xl {
  gap: var(--gap-xl);
}

/* * 1.5 Globals
------------------------------------------------------------ */
html {
  font-size: 62.5%;
  /* Reset to 10 pixels (10/16 * 100) */
  /* scroll-padding-top: 10rem; */
  scroll-behavior: smooth;
  background-color: var(--primary_bg);
}

body {
  min-width: 360px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: var(--white);
  position: relative;
  overflow-x: hidden;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
.wsf-field:focus-visible {
  outline: 2px solid var(--focus-outline);
  outline-offset: 2px;
}

.bg__img1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg__gradient1 {
  position: relative;
  z-index: 0;
}
.bg__gradient1 > div.layout__constrained {
  z-index: 6;
  position: inherit;
}
.bg__gradient1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(89deg, hsla(0deg, 0%, 100%, 0.8), hsla(0deg, 0%, 100%, 0));
}

section.bg__video {
  position: relative;
  overflow: hidden;
}
section.bg__video video#bgvid {
  position: absolute;
  top: 50%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
section.bg__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(hsl(0deg, 0%, 100%)), color-stop(50%, hsl(0deg, 0%, 100%)), to(hsla(0deg, 0%, 100%, 0)));
  background: linear-gradient(to right, hsl(0deg, 0%, 100%) 0%, hsl(0deg, 0%, 100%) 50%, hsla(0deg, 0%, 100%, 0) 100%);
  opacity: var(--video-gradient-opacity, 0);
  z-index: 2;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}

null {
  scroll-margin-top: 0rem;
}

button,
[role=buton] {
  cursor: pointer;
}

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

picture > img {
  display: block;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

a {
  cursor: pointer;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

big {
  font-size: 125%;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
  }
}
/* Needed to cloak hidden elements before JS loads when using Alpine.js */
[x-cloak] {
  display: none !important;
}

/* Disable link clicks in the Block Editor */
.disabled,
.editor-canvas a,
.editor-styles-wrapper a {
  pointer-events: none;
  cursor: pointer;
}

/* * 1.6 Utilities
------------------------------------------------------------ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* News Column Utilities */
.news-columns {
  -webkit-columns: 2 20em;
     -moz-columns: 2 20em;
          columns: 2 20em;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  orphans: 2;
}
.news-columns:not(p) {
  margin-bottom: 1em;
}

/* Container Width Utilities */
.contained-768 {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.contained-1024 {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.contained-1280 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.contained-1440 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.contained-1600 {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.contained-1760 {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.contained-1920 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

/* Use this on a text element or div to allow text to break correctly */
.break-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* Creates a diagonal div rotated to fit inside a square. */
.square-diagonal {
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  width: 141.42%;
}

/* alignment classes */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  margin-bottom: 1.5em;
}

/* Remove margin block utilities */
.no-mb-all {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.no-mb-start {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.no-mb-end {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

button svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bg-color-1 {
  background-color: var(--bg_color1);
}

/* Shadow styles */
.box-shadow {
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}

/* Class for transition properties */
.transition-properties {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/* Class for transition duration */
.transition-duration {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

/* Class for transition timing function */
.ease-in {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.ease-out {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

/* Classes for opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

/* Classes for transform */
.transform {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.scale-90 {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.scale-100 {
  -webkit-transform: scßale(1);
      -ms-transform: scßale(1);
          transform: scßale(1);
}

.no-scroll {
  overflow: hidden;
}

ul.list-style__none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zero-spacing-all {
  margin: 0 !important;
  padding: 0 !important;
}
.zero-spacing-margin {
  margin: 0;
}
.zero-spacing-margin-top {
  margin-top: 0;
}
.zero-spacing-margin-bottom {
  margin-bottom: 0;
}
.zero-spacing-padding {
  padding: 0;
}
.zero-spacing-padding-top {
  padding-top: 0;
}
.zero-spacing-padding-bottom {
  padding-bottom: 0;
}

/* * 2.0 Core Components
------------------------------------------------------------ */
/* * 2.1 Logo
------------------------------------------------------------ */
/* * 2.2 Buttons
------------------------------------------------------------ */
.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.36rem) * 0.6383, 2rem);
  font-weight: 600;
  line-height: 1;
  padding: 0.7em 1.7em;
  border: 2px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.btn--margin {
  margin-top: clamp(0.5rem, 2vw, 1rem);
}

.btn--primary {
  background-color: var(--accent1);
  color: var(--white);
}
.btn--primary:hover {
  color: var(--white);
}

.btn--base:hover {
  color: var(--white);
  background-color: var(--secondary);
}

.btn--light {
  background-color: var(--background-color-light);
  color: var(--background-color-dark);
}

/* .btn--light:hover {
    background: var(--light_peach);
    color: var(--white);
} */
.btn--dark {
  background-color: var(--background-color-dark);
  color: var(--background-color-light);
}

.btn--dark:hover {
  background: var(--primary);
  color: var(--light);
}

.buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.4rem, 1.4rem + (1vw - 0.36rem) * 0.6383, 2rem);
}
.buttons-wrapper *:nth-child(2) {
  background-color: transparent;
  border-color: var(--text);
}

.button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  gap: 0.5em;
}
.button__icon svg {
  width: 1em;
}

#topBtn {
  /* display: none */
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: var(--dark);
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 0.5rem 0.5rem;
  /* Some padding */
  border-radius: 5px;
  /* Rounded corners */
  font-size: 1rem;
  /* Increase font size */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

/* * 2.3 Social Icons
------------------------------------------------------------ */
/* * 3.0 Layout & Structure
------------------------------------------------------------ */
.section__hero {
  padding-top: 28rem;
}
.section__hero h1 {
  max-width: 86rem;
}
.section__hero .lede {
  max-width: 79rem;
}

.section__hero-bgimg {
  position: relative;
}
.section__hero-bgimg > picture {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.section__hero-bgimg > picture::after {
  content: "";
  background: var(--bg-overlay-color1);
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.section__hero-bgimg > picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

:root {
  --cols-padding: 3rem 3rem 3rem 3rem;
}

.hero-layout__page {
  position: relative;
  --hero-padding-pg: clamp(6rem, 3vw, 7rem);
  --hero-padding-pg-top: clamp(9rem, 8vw, 120rem);
  padding-top: 0;
  padding-bottom: var(--hero-padding-pg);
}
.hero-layout__page .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2vw;
     -moz-column-gap: 2vw;
          column-gap: 2vw;
}
.hero-layout__page .cols h1,
.hero-layout__page .cols .lede {
  color: white;
}
.hero-layout__page .cols .lede {
  max-width: 65rem;
}
.hero-layout__page .cols .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  min-height: 44rem;
}
.hero-layout__page .cols .col-2.lead-form {
  z-index: 3;
  width: 100%;
  max-width: 42rem;
  margin-top: var(--hero-padding-pg-top);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .hero-layout__page .cols .col-2.lead-form {
    margin-top: 0;
  }
}
.hero-layout__page .cols .col-2.lead-form .form-wrapper {
  background-color: var(--light);
  padding: var(--cols-padding);
}
.hero-layout__page .cols .col-2.lead-form .form-element {
  min-height: 48rem;
}
@media (max-width: 767px) {
  .hero-layout__page .cols .col-2.lead-form {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--light);
  }
  .hero-layout__page .cols .col-2.lead-form .form-wrapper {
    position: static;
    padding: 6rem 0;
    width: 100%;
    max-width: 42rem;
    top: 0;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.hero-layout__page .hero-content__text {
  display: block;
  z-index: 3;
}
.hero-layout__page .hero-content__text .lede {
  max-width: clamp(40rem, 60vw, 60rem);
}
.hero-layout__page .bg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero-layout__page .bg-wrapper picture {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-layout__page .bg-wrapper picture::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: var(--bg-overlay-color1);
  mix-blend-mode: hard-light;
}
.hero-layout__page .bg-wrapper picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hero-layout__page .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    padding-top: 0;
  }
  .hero-layout__page .cols .col-1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    padding: var(--cols-padding);
    min-height: 55rem;
  }
  .hero-layout__page .bg-wrapper picture img {
    -o-object-position: 20% center;
       object-position: 20% center;
  }
}
.lead-form #leadform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 1vw, 2rem);
  background-color: var(--light) !important;
  border-radius: var(--border-radius);
}
.lead-form #leadform h3 {
  font-size: 2.6rem;
  text-align: center;
  width: 100%;
}
.lead-form #leadform picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vw;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-wrapper p,
.content-wrapper a {
  display: initial;
}
.content-wrapper.align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.content-wrapper.align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.content-wrapper.align-right p {
  text-align: right;
}
.content-wrapper.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .cols.cols-50-50 {
  }
  .cols.cols-50-50 .col {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cols.cols-70-30 {
  }
  .cols.cols-70-30 .col-1 {
    width: 70%;
  }
  .cols.cols-70-30 .col-2 {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .cols .col {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cols.cols-50-50 {
  }
  .cols.cols-50-50 .col {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.summary h2 {
  max-width: 100rem;
}
.summary p {
  max-width: 70rem;
}
section div.main-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(3rem, 3vw, 9rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section div.main-content__wrapper .body-content__section {
  width: 100%;
  max-width: 66%;
  min-width: clamp(32rem, 4vw, 76.8rem);
}
section div.main-content__wrapper .lp-sidebar__wrapper {
  width: 100%;
  max-width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
section div.main-content__wrapper .lp-sidebar__wrapper .sidebar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section div.main-content__wrapper .lp-sidebar__wrapper .sidebar-block img {
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media (max-width: 810px) {
  section div.main-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  section div.main-content__wrapper .body-content__section {
    width: 100%;
    max-width: 100%;
  }
  section div.main-content__wrapper .lp-sidebar__wrapper {
    width: 100%;
    max-width: 42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
  section div.main-content__wrapper .lp-sidebar__wrapper .sidebar-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}

.two-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 480px) {
  .two-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.three-columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media (max-width: 480px) {
  .three-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.four-columns {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
@media (max-width: 480px) {
  .four-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.column-gap-small {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.column-gap-medium {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.column-gap-large {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

/* 
                                                                    Gap Utility Classes:
row-gap__xs
row-gap__s
row-gap__m
row-gap__l
row-gap__xl
row-gap__xxl

column-gap__xs
column-gap__s
column-gap__m
column-gap__l
column-gap__xl
column-gap__xxl

Alignment Utility Classes:
justify-items__start
justify-items__center
justify-items__end
justify-items__stretch

align-items__start
align-items__center
align-items__end
align-items__stretch

Minimum Width Utility Classes:
grid__min-width-s
grid__min-width-m
grid__min-width-l

Column Count Utility Classes:
grid__columns-two
grid__columns-three
grid__columns-four
                                                                     */
.grid {
  display: grid;
  width: 100%;
}
.grid__min-width-s {
  grid-template-columns: repeat(auto-fill, minmax(clamp(12rem, 100vw - 20rem, 32rem), 1fr));
}
.grid__min-width-m {
  grid-template-columns: repeat(auto-fill, minmax(clamp(22rem, 100vw - 14rem, 36rem), 1fr));
}
.grid__min-width-l {
  grid-template-columns: repeat(auto-fill, minmax(clamp(48rem, 100vw - 16rem, 64rem), 1fr));
}
.grid__columns-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid__columns-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid__columns-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid .justify-items__start {
  justify-items: start;
}
.grid .justify-items__center {
  justify-items: center;
}
.grid .justify-items__end {
  justify-items: end;
}
.grid .justify-items__stretch {
  justify-items: stretch;
}
.grid .align-items__start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.grid .align-items__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid .align-items__end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.grid .align-items__stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row-gap__xs {
  row-gap: clamp(0.6rem, 0.6rem + 0.6vw, 1rem);
}

.row-gap__s {
  row-gap: clamp(2.1rem, 1.9rem + 0.6vw, 3rem);
}

.row-gap__m {
  row-gap: clamp(3.6rem, 3.2rem + 0.6vw, 6rem);
}

.row-gap__l {
  row-gap: clamp(5.1rem, 4.5rem + 0.6vw, 9rem);
}

.row-gap__xl {
  row-gap: clamp(6.6rem, 5.8rem + 0.6vw, 12rem);
}

.row-gap__xxl {
  row-gap: clamp(8.4rem, 7.1rem + 0.6vw, 14rem);
}

.column-gap__xs {
  -webkit-column-gap: clamp(0.6rem, 0.6rem + 0.6vw, 1rem);
     -moz-column-gap: clamp(0.6rem, 0.6rem + 0.6vw, 1rem);
          column-gap: clamp(0.6rem, 0.6rem + 0.6vw, 1rem);
}

.column-gap__s {
  -webkit-column-gap: clamp(2.1rem, 1.9rem + 0.6vw, 3rem);
     -moz-column-gap: clamp(2.1rem, 1.9rem + 0.6vw, 3rem);
          column-gap: clamp(2.1rem, 1.9rem + 0.6vw, 3rem);
}

.column-gap__m {
  -webkit-column-gap: clamp(3.6rem, 3.2rem + 0.6vw, 6rem);
     -moz-column-gap: clamp(3.6rem, 3.2rem + 0.6vw, 6rem);
          column-gap: clamp(3.6rem, 3.2rem + 0.6vw, 6rem);
}

.column-gap__l {
  -webkit-column-gap: clamp(5.1rem, 4.5rem + 0.6vw, 9rem);
     -moz-column-gap: clamp(5.1rem, 4.5rem + 0.6vw, 9rem);
          column-gap: clamp(5.1rem, 4.5rem + 0.6vw, 9rem);
}

.column-gap__xl {
  -webkit-column-gap: clamp(6.6rem, 5.8rem + 0.6vw, 12rem);
     -moz-column-gap: clamp(6.6rem, 5.8rem + 0.6vw, 12rem);
          column-gap: clamp(6.6rem, 5.8rem + 0.6vw, 12rem);
}

.column-gap__xxl {
  -webkit-column-gap: clamp(8.4rem, 7.1rem + 0.6vw, 14rem);
     -moz-column-gap: clamp(8.4rem, 7.1rem + 0.6vw, 14rem);
          column-gap: clamp(8.4rem, 7.1rem + 0.6vw, 14rem);
}

/* * 4.0 Headers
------------------------------------------------------------ */
.site-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.site-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1vw;
}
.site-header > div .header-logo img {
  width: clamp(18rem, 17vw, 32rem);
  height: auto;
}
.site-header > div .header-cta {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5em;
  font-size: clamp(1.2rem, 2.3vw, 2rem);
}
.site-header > div .header-cta a {
  font-weight: normal;
  color: var(--white);
}
@media (max-width: 480px) {
  .site-header > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* * 5.0 Menus & Navigation
------------------------------------------------------------ */
.site-header nav li {
  list-style-type: none;
}

.header__main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__main-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__main-menu nav li,
.header__main-menu nav a {
  -webkit-transition: ease 0.3s color, ease 0.3s background-color, ease 0.3s border;
  transition: ease 0.3s color, ease 0.3s background-color, ease 0.3s border;
}
.header__main-menu nav li:hover,
.header__main-menu nav a:hover {
  -webkit-transition: ease 0.3s color, ease 0.3s background-color, ease 0.3s border;
  transition: ease 0.3s color, ease 0.3s background-color, ease 0.3s border;
}
.header__main-menu nav ul.main-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(1rem, 1rem + (1vw - 0.992rem) * 3.2468, 2rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.header__main-menu nav ul.main-menu__list > li {
  color: var(--light);
  cursor: pointer;
  -webkit-transition: ease 0.3s color;
  transition: ease 0.3s color;
  /* Styles for the last two menu items */
}
.header__main-menu nav ul.main-menu__list > li a,
.header__main-menu nav ul.main-menu__list > li button {
  -webkit-transition: ease 0.3s color;
  transition: ease 0.3s color;
}
.header__main-menu nav ul.main-menu__list > li:hover a,
.header__main-menu nav ul.main-menu__list > li:hover button {
  color: var(--primary);
  -webkit-transition: ease 0.3s color;
  transition: ease 0.3s color;
}
.header__main-menu nav ul.main-menu__list > li:hover li.submenu__item a,
.header__main-menu nav ul.main-menu__list > li:hover li.submenu__item button {
  color: var(--light);
  -webkit-transition: ease 0.3s color;
  transition: ease 0.3s color;
}
.header__main-menu nav ul.main-menu__list > li a {
  color: inherit;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.992rem) * 0.6494, 1.4rem);
  font-family: "DM Sans";
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: ease 0.3s color, background-color, border;
  transition: ease 0.3s color, background-color, border;
}
.header__main-menu nav ul.main-menu__list > li a:hover {
  -webkit-transition: ease 0.3s color, background-color, border;
  transition: ease 0.3s color, background-color, border;
}
.header__main-menu nav ul.main-menu__list > li:nth-last-child(2), .header__main-menu nav ul.main-menu__list > li:nth-last-child(1) {
  padding: 0.3em 1em;
  display: inline-block;
  border: 1px solid;
}
.header__main-menu nav ul.main-menu__list > li:nth-last-child(2) {
  border-color: white;
}
.header__main-menu nav ul.main-menu__list > li:nth-last-child(2):hover {
  border-color: var(--primary);
}
.header__main-menu nav ul.main-menu__list > li:nth-last-child(2):hover a {
  color: var(--primary);
}
.header__main-menu nav ul.main-menu__list > li:nth-last-child(1) {
  border-color: var(--primary);
  background-color: var(--primary);
}
.header__main-menu nav ul.main-menu__list > li:nth-last-child(1) a {
  color: var(--text);
}

.main-menu__list .has-submenu {
  position: relative;
}
.main-menu__list .has-submenu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-menu__list .has-submenu div button {
  background-color: unset;
  color: inherit;
  padding: 0.5rem 0.5rem;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2rem;
}
.main-menu__list .has-submenu ul.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
  background-color: var(--dark);
  padding: 1vw;
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 999;
}
.main-menu__list .has-submenu ul.submenu li.submenu__item {
  white-space: nowrap;
}
.main-menu__list .has-submenu ul.submenu li.submenu__item a {
  font-weight: 700;
}
.main-menu__list .has-submenu ul.submenu li.submenu__item:hover a,
.main-menu__list .has-submenu ul.submenu li.submenu__item:hover button {
  color: var(--primary);
}

.main-menu__list .submenu {
  opacity: 0;
  -webkit-transform: translateY(-8%);
      -ms-transform: translateY(-8%);
          transform: translateY(-8%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu__list .submenu.open {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1148px) {
  /* Hide the third-to-last and fourth-to-last items */
  .main-menu__list li:nth-last-child(3),
.main-menu__list li:nth-last-child(4) {
  }
}
@media (max-width: 992px) {
  .header__main-menu {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
    display: none;
  }
}
.header__mobile-menu {
  grid-area: mobile-menu;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 992px) {
  .header__mobile-menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .header__mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.mobile-menu__trigger {
  color: var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 0.5em;
  background-color: transparent;
  border: none;
  z-index: 999;
  position: relative;
  height: 3.2rem;
  width: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu__trigger-lines {
  display: block;
  border: 0;
  border-bottom: 2px solid currentColor;
  width: 2.5rem;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  /* Add this line */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mobile-menu__trigger-lines:nth-child(2) {
  width: 3.2rem;
}

.mobile-menu__trigger-lines.line1 {
  width: 3.2rem;
  -webkit-transform: translateY(0.62em) rotate(45deg);
      -ms-transform: translateY(0.62em) rotate(45deg);
          transform: translateY(0.62em) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mobile-menu__trigger-lines.line2 {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu__trigger-lines.line3 {
  width: 3.2rem;
  -webkit-transform: translateY(-0.62em) rotate(-45deg);
      -ms-transform: translateY(-0.62em) rotate(-45deg);
          transform: translateY(-0.62em) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mobile-menu__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  background-color: hsla(240deg, 100%, 3%, 0.8);
}

ul.mobile-menu__list {
  margin: 0;
  padding: 0;
  color: var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
ul.mobile-menu__list li {
  text-decoration: none;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
ul.mobile-menu__list li a {
  color: inherit;
  text-decoration: inherit;
}
ul.mobile-menu__list li.has-submenu .mobile-menu__text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.mobile-menu__list li.has-submenu ul.mobile-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7em;
  margin: 0 0 0 2rem;
  max-height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.mobile-menu__list li.has-submenu ul.mobile-submenu.open {
  opacity: 1;
  visibility: visible;
  padding: 1rem 0;
  max-height: 1500px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  pointer-events: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.mobile-menu__list li.has-submenu ul.mobile-submenu li {
  font-size: 80%;
}

.header__mobile-menu .mobile-menu__panel {
  position: fixed;
  background-color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  padding: 6rem 4rem;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 995;
  visibility: hidden;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  height: 100vh;
  max-height: 0vh;
  border-bottom-left-radius: 500px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* display: none */
}
.header__mobile-menu .mobile-menu__panel .mobile-menu__logo-wrapper img {
  max-width: 13rem;
}

.mobile-menu__panel.open {
  visibility: visible;
  overflow-x: hidden;
  width: 100%;
  max-width: 32rem;
  height: 100vh;
  max-height: calc(100vh - 80px);
  border-bottom-left-radius: 120px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-menu__background {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-menu__background.open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* * 6.0 Footer
------------------------------------------------------------ */
.site-footer {
  background-color: var(--dark);
  color: var(--light);
  padding-top: 9rem;
  padding-bottom: 7rem;
  font-size: 1.4rem;
}
.site-footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-footer {
  }
  .site-footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 12rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .footer__copyright {
    text-align: center;
  }
}

.footer__copyright {
  line-height: 2;
}
.footer__copyright a {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .footer__copyright {
    max-width: 28rem;
  }
}
/* * 7.0 Sidebars
------------------------------------------------------------ */
.sidebar__innerwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sidebar__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
}

.sidebar__category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar__category-wrapper h2 {
  margin-top: 0;
}

.sidebar__tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar__tag-wrapper h2 {
  margin-top: 0;
}

/* * 8.0 Core Templates
------------------------------------------------------------ */
/* * 8.1 Index Template
------------------------------------------------------------ */
.article-card__wrapper ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.article-card__wrapper > ul > li {
  list-style-type: none;
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.article-card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-card .post-header__categories {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.article-card__image-wrapper {
  max-width: 30%;
}

.article-card img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.pagination nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}

.pagination li {
  list-style-type: none;
}

/* * 8.2 Page Template
------------------------------------------------------------ */
body.page-template-default section.main-content__wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/* * 8.3 Single Post Template
------------------------------------------------------------ */
/* * 8.4 Front Page Template
------------------------------------------------------------ */
/* * 8.5 Home Template
------------------------------------------------------------ */
/* * 8.6 404 Template
------------------------------------------------------------ */
/* * 8.7 Search Template
------------------------------------------------------------ */
/* * 9.0 Blocks
------------------------------------------------------------ */
.wp-block-columns {
  gap: clamp(2rem, 3vw, 6rem);
}

/* * 10.0 3rd Party Styling
------------------------------------------------------------ */
/* * 9999 Here be Dragons
------------------------------------------------------------ */