/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/site.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ==========================================================================
   CSS CUSTOM PROPERTIES
   Design tokens as CSS variables — theme.json is the source of truth for
   colours registered in the WP block editor (--wp--preset--color--*).
   Everything else lives here.
   ========================================================================== */
:root {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-cream: #F4F4EF;
  --color-beige: #E8E1D4;
  --color-dark: #30302E;
  --color-medium-grey: #6b7280;
  --color-blue: #286290;
  --color-primary: #121E55;
  --color-secondary: #F58525;
  --color-red: #A82313;
  --focus-color: var(--wp--preset--color--secondary);
  --alert-color: var(--color-red);
  --text-color: var(--color-primary);
  --link-color: var(--wp--preset--color--secondary);
  --link-hover: var(--color-dark);
  --border-color: var(--color-medium-grey);
  --heading-color: var(--color-primary);
  --grid-gutter: clamp(1rem, 5vw, 3rem);
  --content-padding-inline: 25px;
  --wrapper-width-base: var(--wp--style--global--content-size, 1300px);
  --wrapper-width-wide: var(--wp--style--global--wide-size, 1400px);
  --wrapper-width-narrow: 760px;
  --page-header-height: 100px;
  --logo-size: 300px;
  --font-primary: var(--wp--preset--font-family--primary);
  --font-secondary: var(--wp--preset--font-family--secondary);
  --line-height-normal: 1.50;
  --line-height-tight: 1.10;
  --line-height-loose: 1.70;
  --letter-spacing: 0.125em;
  --transition-ease: all 250ms ease;
  --transition-ease-slow: all 400ms ease;
}
/* ==========================================================================
   CONFIGURATION INDEX
   Central namespace for all Sass variables, functions, and mixins.
   Import this file with @use to access config layer without polluting global scope.
   ========================================================================== */
/* ==========================================================================
   SCSS-ONLY VARIABLES
   These must stay as SCSS $vars because CSS var() cannot be used inside
   @media queries. Everything else lives in _custom-properties.scss.
   ========================================================================== */
/* ==========================================================================
   BETTER Z-INDEXING
   ========================================================================== */
/* ==========================================================================
   FLUID TYPE (with min and max px sizes)
   ========================================================================== */
/* ==========================================================================
   MIXINS THAT ARE HELPERS (like utility classes, but for SCSS side instead)
   ========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   EXTRA NORMALIZERS
   ========================================================================== */
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * 1. Prevent padding and border from affecting element width
 *    https://goo.gl/pYtbK7.
 * 2. Change the default font family in all browsers (opinionated).
 */
html {
  box-sizing: border-box;
  /* 1 */
  font-family: sans-serif;
  /* 2 */
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}
button {
  background: transparent;
  border: 0;
  padding: 0;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  border: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important;
}
textarea {
  resize: vertical;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}
button,
[role=button] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   HTML AND BODY ELEMENT STYLES
    - root font sizes set here so REMs scale with screen size increases
   ========================================================================== */
html {
  font-size: 16px;
}
body {
  color: var(--text-color);
  font-family: var(--font-primary);
  line-height: var(--line-height-normal);
  -webkit-overflow-scrolling: touch;
}
body.single-product {
  padding-top: 120px;
}
/* ==========================================================================
   BLOCKQUOTE
   ========================================================================== */
blockquote {
  position: relative;
  padding: 1em 1.5em;
  margin: 30px 0;
  font-size: clamp(1.13rem, 0.6vw + 0.98rem, 1.5rem);
  color: var(--heading-color);
}
blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 10px;
  z-index: -1;
  color: var(--color-cream);
  font-size: 190px;
  line-height: 1;
}
blockquote p {
  margin: 0;
}
blockquote p:last-of-type {
  margin-top: 0;
}
blockquote cite {
  display: block;
  margin-top: 1em;
  font-size: 18px;
  text-align: left;
  font-style: italic;
}
blockquote cite::before {
  content: "— ";
}
/* ADD BIG QUOTE AT THE START OF QUOTE
blockquote::before {
  color: #ccc;
  content: "\201C";
  font-size: 4rem;
  line-height: 0.1rem;
  margin-right: 0.25rem;
  vertical-align: -0.4rem;
}*/
h1,
.h1-style,
h2,
.h2-style,
h3,
.h3-style,
h4,
.h4-style,
h5,
.h5-style,
h6,
.h6-style {
  color: var(--heading-color);
  font-family: var(--font-secondary);
  font-weight: 500;
  line-height: var(--line-height-tight);
  margin: 0 0 1.5rem 0;
}
h1 a,
.h1-style a,
h2 a,
.h2-style a,
h3 a,
.h3-style a,
h4 a,
.h4-style a,
h5 a,
.h5-style a,
h6 a,
.h6-style a {
  text-decoration: none;
}
h1 {
  font-size: clamp(2.81rem, 2.5vw + 2.19rem, 4.38rem);
}
h2 {
  font-size: clamp(2.81rem, 0vw + 2.81rem, 2.81rem);
}
h3 {
  font-size: clamp(2.38rem, 1vw + 2.13rem, 3rem);
}
h4 {
  font-size: clamp(2rem, 0.8vw + 1.8rem, 2.5rem);
}
h5 {
  font-size: clamp(1.5rem, 0.4vw + 1.4rem, 1.75rem);
  margin-bottom: 1.2rem;
}
h6 {
  font-size: clamp(1.25rem, 0.2vw + 1.2rem, 1.38rem);
}
p:not(.is-style-eyebrow) + h1,
p:not(.is-style-eyebrow) + .h1-style,
ol + h1,
ol + .h1-style,
ul + h1,
ul + .h1-style,
p:not(.is-style-eyebrow) + h2,
p:not(.is-style-eyebrow) + .h2-style,
ol + h2,
ol + .h2-style,
ul + h2,
ul + .h2-style,
p:not(.is-style-eyebrow) + h3,
p:not(.is-style-eyebrow) + .h3-style,
ol + h3,
ol + .h3-style,
ul + h3,
ul + .h3-style,
p:not(.is-style-eyebrow) + h4,
p:not(.is-style-eyebrow) + .h4-style,
ol + h4,
ol + .h4-style,
ul + h4,
ul + .h4-style,
p:not(.is-style-eyebrow) + h5,
p:not(.is-style-eyebrow) + .h5-style,
ol + h5,
ol + .h5-style,
ul + h5,
ul + .h5-style,
p:not(.is-style-eyebrow) + h6,
p:not(.is-style-eyebrow) + .h6-style,
ol + h6,
ol + .h6-style,
ul + h6,
ul + .h6-style {
  margin-top: 2.8rem;
}
.editor-content .h1-style,
.h1-style,
.is-style-h1-style {
  line-height: var(--line-height-tight);
  font-size: clamp(2.19rem, 2.1vw + 1.66rem, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.48px;
}
@media (width >= 768px) {
  .editor-content .h1-style,
  .h1-style,
  .is-style-h1-style {
    font-size: clamp(2.81rem, 1.1vw + 2.54rem, 3.5rem);
  }
}
.editor-content .h2-style,
.h2-style,
.is-style-h2-style {
  line-height: var(--line-height-tight);
  font-size: clamp(2.19rem, 2.1vw + 1.66rem, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.48px;
}
@media (width >= 768px) {
  .editor-content .h2-style,
  .h2-style,
  .is-style-h2-style {
    font-size: clamp(2.81rem, 1.1vw + 2.54rem, 3.5rem);
  }
}
.editor-content .h3-style,
.h3-style,
.is-style-h3-style {
  line-height: var(--line-height-tight);
  font-size: clamp(2.38rem, 1vw + 2.13rem, 3rem);
  letter-spacing: -0.48px;
  font-weight: 500;
}
.editor-content .h4-style,
.h4-style,
.is-style-h4-style {
  line-height: var(--line-height-tight);
  font-size: clamp(2rem, 0.8vw + 1.8rem, 2.5rem);
  letter-spacing: -0.48px;
  font-weight: 700;
}
.editor-content .h5-style,
.h5-style,
.is-style-h5-style {
  line-height: var(--line-height-tight);
  font-size: clamp(1.5rem, 0.3vw + 1.43rem, 1.69rem);
  letter-spacing: -0.48px;
  margin-bottom: 1.2rem;
  font-weight: 700;
}
.editor-content .h6-style,
.h6-style,
.is-style-h6-style {
  line-height: var(--line-height-tight);
  font-size: clamp(1.25rem, 0.2vw + 1.2rem, 1.38rem);
  letter-spacing: -0.48px;
  font-weight: 700;
}
.is-eyebrow,
h1.is-eyebrow,
.h1-style.is-eyebrow,
h2.is-eyebrow,
.h2-style.is-eyebrow,
h3.is-eyebrow,
.h3-style.is-eyebrow,
h4.is-eyebrow,
.h4-style.is-eyebrow,
h5.is-eyebrow,
.h5-style.is-eyebrow,
h6.is-eyebrow,
.h6-style.is-eyebrow,
.is-style-eyebrow,
span.is-eyebrow {
  text-transform: uppercase;
  font-size: 19px !important;
  line-height: 1.2;
  letter-spacing: 1.19px;
  font-weight: 800;
  margin-bottom: 5px;
}
.wp-block-launchpad-eyebrow-heading {
  display: inline-flex;
  flex-direction: column;
}
p.is-eyebrow {
  margin-bottom: 0;
}
/* ==========================================================================
   HORIZONTAL RULE
   ========================================================================== */
hr, hr.wp-block-separator {
  display: block;
  margin: 1rem auto;
  padding: 0;
  clear: both;
  width: 100%;
  border-top: 0;
  border-color: #333;
  margin: 50px auto;
}
/* ==========================================================================
   FORM STYLES
   ========================================================================== */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.8;
}
input::placeholder, textarea::placeholder {
  color: var(--text-color);
  opacity: 0.8;
}
.c-search-form > div {
  display: flex;
  max-width: var(--width-sm, 480px);
  align-items: center;
  gap: var(--spacing-xl, 16px);
  align-self: stretch;
}
form input {
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: var(--spacing-md, 8px);
  flex: 1 0 0;
  align-self: stretch;
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--Colors-Border-border-primary, #D0D5DD);
  background: var(--Colors-Background-bg-primary, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  color: var(--Colors-Text-text-placeholder, #667085);
  text-overflow: ellipsis;
}
form input::-moz-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
}
form input::placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
}
form input:focus {
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
  border-radius: 2px;
}
@media (forced-colors: active) {
  form input:focus {
    outline: 2px solid SelectedItem;
  }
}
/* ==========================================================================
   A TAG (links) STYLES
/* Links and Buttons
   ========================================================================== */
a,
button {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-ease);
}
a:hover,
a:focus,
button:hover,
button:focus {
  color: var(--link-hover);
}
button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
}
a[href^="mailto:"] {
  overflow-wrap: break-word;
}
/* ==========================================================================
   P TAGS
   ========================================================================== */
p {
  line-height: var(--line-height-normal);
  margin: 0 0 1rem 0;
  font-size: 18px;
  padding: 0;
}
/* ==========================================================================
   VIDEO / EMBED CONTAINERS
   ========================================================================== */
.o-embed-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
}
.o-embed-responsive embed,
.o-embed-responsive iframe,
.o-embed-responsive object,
.o-embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   SECTIONS (these are single layout sections, or rows if you will)
   ========================================================================== */
.o-section {
  background-color: transparent;
}
/* ==========================================================================
   WRAPPERS & PAGE GRID
   ========================================================================== */
.o-page-grid {
  display: grid;
  grid-template-columns: [full-start] minmax(var(--grid-gutter), 1fr) [wide-start] minmax(0, calc((var(--wrapper-width-wide) - var(--wrapper-width-base)) / 2)) [content-start] min(var(--wrapper-width-base), 100% - var(--grid-gutter) * 2) [content-end] minmax(0, calc((var(--wrapper-width-wide) - var(--wrapper-width-base)) / 2)) [wide-end] minmax(var(--grid-gutter), 1fr) [full-end];
}
.o-page-grid > * {
  grid-column: content;
}
.o-page-grid > .alignwide {
  grid-column: wide;
}
.o-page-grid > .alignfull {
  grid-column: full;
}
.o-page-grid > .bleed-right {
  grid-column: content-start/full-end;
}
.o-page-grid > .bleed-left {
  grid-column: full-start/content-end;
}
.o-page-grid > .grid-content {
  grid-column: content;
}
.o-page-grid > .grid-wide {
  grid-column: wide;
}
.o-page-grid > .grid-full {
  grid-column: full;
}
.o-page-grid > .o-subgrid,
.o-page-grid > .alignfull,
.o-page-grid > .bleed-right,
.o-page-grid > .bleed-left {
  display: grid;
  grid-template-columns: subgrid;
}
.o-page-grid > .o-subgrid > .grid-content,
.o-page-grid > .alignfull > .grid-content,
.o-page-grid > .bleed-right > .grid-content,
.o-page-grid > .bleed-left > .grid-content {
  grid-column: content;
}
.o-page-grid > .o-subgrid > .grid-wide,
.o-page-grid > .alignfull > .grid-wide,
.o-page-grid > .bleed-right > .grid-wide,
.o-page-grid > .bleed-left > .grid-wide {
  grid-column: wide;
}
.o-page-grid > .o-subgrid > .grid-full,
.o-page-grid > .alignfull > .grid-full,
.o-page-grid > .bleed-right > .grid-full,
.o-page-grid > .bleed-left > .grid-full {
  grid-column: full;
}
.o-wrapper {
  margin-inline: auto;
  max-width: var(--wrapper-width-base);
  padding-inline: var(--grid-gutter);
  width: 100%;
}
.o-wrapper-wide {
  margin-inline: auto;
  max-width: var(--wrapper-width-wide);
  padding-inline: var(--grid-gutter);
  width: 100%;
}
.o-wrapper-narrow {
  margin-inline: auto;
  max-width: var(--wrapper-width-narrow);
  padding-inline: var(--grid-gutter);
  width: 100%;
}
.a11y-popup__header button:focus, a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus {
  outline: 2px solid var(--focus-color) !important;
  outline-offset: -2px;
}
@media (forced-colors: active) {
  a:focus,
  button:focus,
  input:focus,
  textarea:focus,
  select:focus,
  [tabindex]:focus {
    outline: 2px solid SelectedItem !important;
  }
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  background: #000;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease;
  z-index: 10000;
}
.skip-link:focus {
  top: 0;
  outline: 2px solid #ffffff;
  outline-offset: -4px;
  color: #fff !important;
}
/* Accessibility widget styles */
.a11y-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--wp--preset--color--secondary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.a11y-widget:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
.a11y-widget__icon {
  color: #fff;
  font-size: 28px;
  transition: transform 0.2s ease;
}
.a11y-widget:hover .a11y-widget__icon {
  transform: scale(1.1);
}
.a11y-popup {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  z-index: 9998;
  padding: 20px;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.a11y-popup.is-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.a11y-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.a11y-popup__header h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.a11y-popup__header button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.a11y-popup__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.a11y-popup__option:last-child {
  border-bottom: none;
}
.a11y-popup__option label {
  font-size: 1rem;
  font-weight: 500;
}
.a11y-popup__option {
  /* Custom toggle switch styles */
}
.a11y-popup__option .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.a11y-popup__option .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.a11y-popup__option .switch input:checked + .slider {
  background-color: var(--wp--preset--color--secondary);
}
.a11y-popup__option .switch input:focus + .slider {
  box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.5);
}
.a11y-popup__option .switch input:checked + .slider:before {
  transform: translateX(20px);
}
.a11y-popup__option .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.a11y-popup__option .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
/* Applied theme classes when accessibility options are active */
/* High Contrast Mode */
body.a11y-high-contrast {
  filter: contrast(1.5);
}
body.a11y-high-contrast header,
body.a11y-high-contrast footer,
body.a11y-high-contrast main,
body.a11y-high-contrast article,
body.a11y-high-contrast section,
body.a11y-high-contrast aside,
body.a11y-high-contrast nav {
  background-color: #000 !important;
  color: #fff !important;
}
body.a11y-high-contrast a, body.a11y-high-contrast button, body.a11y-high-contrast input, body.a11y-high-contrast select, body.a11y-high-contrast textarea {
  color: #ffff00 !important;
  background-color: #000 !important;
  border-color: #ffff00 !important;
}
body.a11y-high-contrast a:focus,
body.a11y-high-contrast button:focus,
body.a11y-high-contrast input:focus,
body.a11y-high-contrast select:focus,
body.a11y-high-contrast textarea:focus {
  outline: 3px solid #ffff00 !important;
  outline-offset: 2px !important;
}
body.a11y-high-contrast img, body.a11y-high-contrast svg, body.a11y-high-contrast video {
  filter: grayscale(100%) contrast(1.5) !important;
}
body.a11y-high-contrast {
  /* Improve button visibility */
}
body.a11y-high-contrast button,
body.a11y-high-contrast .button,
body.a11y-high-contrast [type=button],
body.a11y-high-contrast [type=submit] {
  border: 2px solid #ffff00 !important;
}
/* Larger Text */
body.a11y-larger-text {
  font-size: 125% !important;
}
body.a11y-larger-text h1 {
  font-size: 2.5em !important;
}
body.a11y-larger-text h2 {
  font-size: 2em !important;
}
body.a11y-larger-text h3 {
  font-size: 1.75em !important;
}
body.a11y-larger-text h4 {
  font-size: 1.5em !important;
}
body.a11y-larger-text h5, body.a11y-larger-text h6 {
  font-size: 1.25em !important;
}
body.a11y-larger-text p, body.a11y-larger-text li, body.a11y-larger-text td, body.a11y-larger-text th, body.a11y-larger-text input, body.a11y-larger-text button, body.a11y-larger-text select, body.a11y-larger-text textarea {
  font-size: 1.125em !important;
  line-height: 1.5 !important;
}
body.a11y-larger-text {
  /* Ensure inputs and buttons scale properly */
}
body.a11y-larger-text input, body.a11y-larger-text button, body.a11y-larger-text select, body.a11y-larger-text textarea {
  padding: 0.75em !important;
}
/* Reduced Motion */
@media (prefers-reduced-motion: no-preference) {
  body.a11y-reduced-motion * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  body.a11y-reduced-motion .animated,
  body.a11y-reduced-motion .animate__animated,
  body.a11y-reduced-motion [class*=animate__] {
    animation: none !important;
    transition: none !important;
  }
}
/* Focus Visible */
body.a11y-focus-visible {
  /* Make focus states more prominent */
}
body.a11y-focus-visible *:focus {
  outline: 3px solid #ff6b00 !important;
  outline-offset: 3px !important;
}
body.a11y-focus-visible {
  /* Ensure keyboard focus is highly visible */
}
body.a11y-focus-visible a:focus,
body.a11y-focus-visible button:focus,
body.a11y-focus-visible input:focus,
body.a11y-focus-visible select:focus,
body.a11y-focus-visible textarea:focus,
body.a11y-focus-visible [tabindex]:focus {
  outline: 3px solid #ff6b00 !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.4) !important;
}
/* ==========================================================================
	 BLOCK EDITOR GENERATED STYLES
	 ========================================================================== */
.editor-content {
  padding: 0 25px;
}
.editor-content > * {
  max-width: var(--wrapper-width-base);
  margin-left: auto;
  margin-right: auto;
}
.editor-content > * > [class*=wp-block] {
  max-width: var(--wrapper-width-base);
  margin-left: auto;
  margin-right: auto;
}
.editor-content > .alignwide,
.editor-content > .is-style-alignwide {
  width: var(--wrapper-width-wide);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.editor-content > .alignwide > [class*=wp-block],
.editor-content > .is-style-alignwide > [class*=wp-block] {
  max-width: var(--wrapper-width-base);
  margin-left: auto;
  margin-right: auto;
}
.editor-content > .alignwide > [class*=wp-block].alignwide,
.editor-content > .is-style-alignwide > [class*=wp-block].alignwide {
  width: var(--wrapper-width-wide);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.editor-content > .alignfull {
  transform: translateX(-25px);
  width: calc(100% + 50px);
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
.editor-content > .alignfull > [class*=wp-block] {
  max-width: var(--wrapper-width-base);
  margin-left: auto;
  margin-right: auto;
}
.editor-content > .alignfull > [class*=wp-block].alignwide {
  width: var(--wrapper-width-wide);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.editor-content > .alignfull.parafull {
  transform: none;
  left: -25px;
}
.editor-content > .gb-container.alignfull,
.editor-content > [class^=gb-element-].alignfull {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.aligncenter {
  text-align: center;
  justify-content: center;
}
.editor-content .alignleft {
  float: left;
  margin-right: 2em;
  max-width: 360px;
}
.editor-content .alignright {
  float: right;
  margin-left: 2em;
  max-width: 360px;
}
.is-style-secondaryfont {
  font-family: var(--font-secondary);
}
.wp-block-table {
  display: block;
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #E9EAEB;
  border-radius: 8px;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.wp-block-table table thead {
  background-color: #FAFAFA;
  color: #ffffff;
  border-top: 0;
  border-bottom: 0 !important;
}
.wp-block-table th,
.wp-block-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E9EAEB;
  border-color: #E9EAEB !important;
}
.wp-block-table th {
  background-color: #FAFAFA;
  color: #717680;
  border-top: 0 !important;
  border-bottom: 0;
}
.wp-block-table th:last-of-type {
  border-right: 0;
}
.wp-block-table th:first-of-type {
  border-left: 0;
}
.wp-block-table tbody tr td:first-of-type {
  border-left: 0;
}
.wp-block-table tbody tr td:last-of-type {
  border-right: 0;
}
.wp-block-table tbody tr:hover td {
  background-color: #f1f1f1;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.editor-content ul {
  list-style-type: none;
  margin: 1rem 0 1rem 5px;
  padding: 0;
  overflow: hidden;
}
.editor-content ul li {
  margin: 0;
  padding: 0 0 4px 15px;
  position: relative;
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
  color: var(--color-primary);
}
.editor-content ul li a {
  color: var(--color-primary);
}
.editor-content ul li::before {
  display: block;
  background-color: currentColor;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 0.58em;
  left: 0;
}
.editor-content .stk-block-icon-list ul {
  overflow: visible;
}
.editor-content .stk-block-icon-list ul li::before {
  display: none;
}
.editor-content ol {
  counter-reset: item;
  margin: 1rem 0 1rem 30px;
  padding: 0;
  overflow: hidden;
}
.editor-content ol > li {
  padding: 0 0 0.5rem 23px;
  position: relative;
  text-indent: 0;
  font-size: clamp(1rem, 0.1vw + 0.98rem, 1.06rem);
  list-style: none;
}
.editor-content ol > li::before {
  content: counter(item) ".";
  counter-increment: item;
  color: currentColor;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3rem;
  margin: 0 11px 0 0;
}
.wp-block-buttons .wp-block-button:last-of-type {
  margin-right: 0;
}
@media (width <= 768px) {
  body .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (width <= 768px) {
  body .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (width >= 768px) {
  .editor-content .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
.is-style-no-gutter .wp-block-column {
  margin-left: 0;
  margin-right: 0;
}
@media (width <= 992px) {
  body .u-break-early {
    flex-direction: column;
  }
  body .u-break-early .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
    margin: 0 0 25px 0 !important;
  }
}
.has-large-font-size {
  line-height: 1.25;
}
.has-small-font-size {
  line-height: 1.8;
}
.wp-block-image {
  margin-bottom: 10px;
  margin-top: 10px;
}
main.wp-block-group {
  padding-inline: var(--content-padding-inline);
}
.is-layout-constrained > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--content-padding-inline);
}
/* ==========================================================================
   LINK BUTTON STYLES
   ========================================================================== */
.c-btn-primary {
  display: block;
  text-align: center;
  margin: 1rem 0 1.75rem 0;
}
.c-blk-btn a, .c-btn-primary a, .wp-block-button.is-style-standard a.wp-block-button__link, .wp-block-button.is-style-standard .wp-block-button__link {
  background-color: var(--color-medium-grey);
  border: none;
  color: var(--wp--preset--color--white);
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
  transition: var(--transition-ease);
  white-space: nowrap;
}
.c-blk-btn a:hover, .c-btn-primary a:hover, .wp-block-button.is-style-standard a.wp-block-button__link:hover, .wp-block-button.is-style-standard .wp-block-button__link:hover {
  background-color: var(--color-cream);
  color: var(--wp--preset--color--black);
}
.c-btn-textonly svg {
  transition: var(--transition-ease);
  position: relative;
  top: 3px;
}
/* ==========================================================================
   FOOTER WIDGETS
   ========================================================================== */
.c-footer-widgets {
  padding: 0 0 2rem 0;
}
@media (width >= 768px) {
  .c-footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 45px;
  }
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.c-page-footer {
  margin-top: 0 !important;
}
.c-page-footer-upper {
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 70px;
  padding-top: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.c-page-footer-lower {
  color: #fff;
  font-size: 15px;
  display: flex;
  padding: 30px 25px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-7xl, 64px);
  align-self: stretch;
  background: var(--Colors-Background-bg-secondary_alt, #FAFAFA);
  color: var(--colors-text-text-quaternary-500, #717680);
}
.c-page-footer-lower > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.c-page-footer-lower .o-wrapper-wide > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: var(--spacing-3xl, 24px);
  align-self: stretch;
  flex-wrap: wrap;
}
.c-footer-social {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.c-page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(10px);
}
.c-top-bar {
  text-align: center;
  background: #286290;
  padding: var(--spacing-sm, 8px) 0;
  color: #fff;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
@media (width >= 640px) {
  .c-top-bar {
    gap: var(--spacing-sm, 8px);
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-top-bar .o-wrapper-wide {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.c-top-bar p,
.c-top-bar .c-top-bar__text {
  color: rgba(255, 255, 255, 0.9);
}
.c-top-bar .c-top-bar-social {
  gap: 3px;
}
.c-top-bar .c-top-bar-social a {
  color: #fff;
}
.c-top-bar .c-top-bar-social svg {
  fill: #fff;
}
.c-menu-bar {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: var(--spacing-md, 12px) 0;
}
.c-menu-bar .o-wrapper-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-lg, 16px);
}
.wp-block-group.c-top-bar p {
  color: rgba(255, 255, 255, 0.9);
}
.wp-block-group.c-top-bar .wp-block-social-links a {
  color: #fff;
}
.wp-block-group.c-top-bar .wp-block-social-links svg {
  fill: #fff;
}
p:has(#search-button) {
  line-height: 1;
  margin: 0;
  display: contents;
}
#search-button {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: var(--wp--preset--color--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}
#search-button:hover {
  color: var(--wp--preset--color--secondary);
}
#search-button svg {
  width: 22px;
  height: 22px;
  display: block;
}
#search-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #fff;
  border-bottom: 1px solid var(--wp--preset--color--beige);
  box-shadow: 0 4px 24px rgba(18, 30, 85, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 4rem;
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.25s ease;
}
#search-popup[aria-hidden=false] {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#search-popup .c-search-form {
  width: 100%;
  max-width: 680px;
}
#search-popup .c-search-form > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#search-popup .search-input {
  flex: 1;
  height: 48px;
  padding: 0 1rem;
  border: 1.5px solid var(--wp--preset--color--beige);
  border-radius: 8px;
  background: #fafafa;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1rem;
  color: var(--wp--preset--color--primary);
  outline: none;
  transition: border-color 0.2s ease;
}
#search-popup .search-input::-moz-placeholder {
  color: #9ca3af;
}
#search-popup .search-input::placeholder {
  color: #9ca3af;
}
#search-popup .search-input:focus {
  border-color: var(--wp--preset--color--primary);
}
#search-popup .search-submit {
  flex-shrink: 0;
  height: 48px;
  padding: 0 1.5rem;
  background: var(--wp--preset--color--primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease;
}
#search-popup .search-submit:hover {
  background: var(--wp--preset--color--secondary);
}
#search-popup .c-search-close-button {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--wp--preset--color--beige);
  background: #fff;
  color: var(--wp--preset--color--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
#search-popup .c-search-close-button:hover {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: #fff;
}
#search-popup .c-search-close-button svg {
  width: 18px;
  height: 18px;
  display: block;
}
header .o-page-grid {
  position: relative;
}
header .wp-block-site-logo {
  position: absolute !important;
  top: -40px;
  left: 0px;
}
body.search-results, body.error404 {
  padding-top: 120px;
}
/* ==========================================================================
   POST TYPE PILLS/BADGES
   ========================================================================== */
.c-pill-wrap {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.c-pill-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 9999px;
  border: 1px solid #E9D7FE;
  background: #F9F5FF;
  color: #6B21A8;
  line-height: 1.5;
}
.c-pill-tag.post-tag {
  border: 1px solid #C7D7FE;
  background: #EEF4FF;
  color: #1E40AF;
}
.c-pill-tag.page-tag {
  border: 1px solid #E9D7FE;
  background: #F9F5FF;
  color: #6B21A8;
}
.c-pill-tag.project-tag {
  border: 1px solid #BBF7D0;
  background: #F0FDF4;
  color: #15803D;
}
.c-pill-tag.resource-tag {
  border: 1px solid #FED7AA;
  background: #FFF7ED;
  color: #C2410C;
}
/* ==========================================================================
   POST CARD (Archive/Index Grid)
   ========================================================================== */
.c-post-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.c-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.c-post-card .wp-block-post-featured-image {
  overflow: hidden;
}
.c-post-card .wp-block-post-featured-image img {
  transition: transform 0.3s ease;
}
.c-post-card:hover .wp-block-post-featured-image img {
  transform: scale(1.05);
}
.c-post-card .c-post-card__body h2, .c-post-card .c-post-card__body .wp-block-post-title {
  transition: color 0.2s ease;
}
.c-post-card .c-post-card__body h2 a, .c-post-card .c-post-card__body .wp-block-post-title a {
  text-decoration: none;
  color: inherit;
}
.c-post-card .c-post-card__body h2 a:hover, .c-post-card .c-post-card__body .wp-block-post-title a:hover {
  color: var(--link-color, #0066CC);
}
.c-post-card .c-post-card__body .wp-block-post-date {
  color: var(--text-secondary, #6B7280);
  font-size: 0.875rem;
}
.c-post-card .c-post-card__body .wp-block-post-excerpt {
  color: var(--text-color, #1F2937);
  line-height: 1.6;
}
@media (width < 768px) {
  .c-post-card .c-post-card__body {
    padding: 1rem !important;
  }
}
.wp-block-query .wp-block-post-template.is-layout-grid {
  gap: 1.5rem;
}
@media (width < 768px) {
  .wp-block-query .wp-block-post-template.is-layout-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem;
  }
}
/* ==========================================================================
   SEARCH RESULTS
   ========================================================================== */
.c-search-content {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.c-search-content h1 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.c-search-content article {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 1rem;
  background: #FAFAFA;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (width >= 768px) {
  .c-search-content article {
    padding: 2rem;
  }
}
.c-search-content article:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.c-search-content .c-pill-wrap {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (width >= 768px) {
  .c-search-content .c-pill-wrap {
    top: 1rem;
    right: 1rem;
  }
}
.c-search-content .c-btn-textonly {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: var(--link-color, #0066CC);
  text-decoration: none;
  font-weight: 500;
}
.c-search-content .c-btn-textonly:hover {
  text-decoration: underline;
}
.c-search-content .c-btn-textonly svg {
  transition: transform 0.2s ease;
}
.c-search-content .c-btn-textonly:hover svg {
  transform: translateX(4px);
}
.pp-search-cat {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  margin: 0 0 var(--wp--preset--spacing--4);
}
.c-hero-banner {
  position: relative;
}
@media (width < 768px) {
  .c-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(18, 30, 85, 0.8) 40%, rgba(18, 30, 85, 0.1) 90%);
    z-index: 1;
    pointer-events: none;
  }
  .c-hero-banner > * {
    position: relative;
    z-index: 2;
  }
}
@media (width < 768px) {
  .c-hero-banner-lightblue::before {
    background: linear-gradient(270deg, rgba(40, 98, 144, 0.8) 40%, rgba(40, 98, 144, 0.1) 90%);
  }
}
@media (width < 768px) {
  .c-hero-banner-paleblue::before {
    background: linear-gradient(270deg, rgba(155, 187, 217, 0.8) 40%, rgba(155, 187, 217, 0.1) 90%);
  }
}
@media (width < 768px) {
  .c-hero-banner-deepblue::before {
    background: linear-gradient(270deg, rgba(18, 30, 85, 0.8) 40%, rgba(18, 30, 85, 0.1) 90%);
  }
}
@media (width < 768px) {
  .c-hero-banner-rust::before {
    background: linear-gradient(270deg, rgba(207, 115, 72, 0.8) 40%, rgba(207, 115, 72, 0.1) 90%);
  }
}
/* ==========================================================================
   MAIN LOGO
   ========================================================================== */
.c-logo-main {
  z-index: 1;
}
.c-logo-main a {
  display: block;
}
.c-logo-main img {
  display: block;
  width: 150px;
  height: auto;
  max-height: 60px;
}
@media (width >= 768px) {
  .c-logo-main img {
    width: 200px;
    max-height: 70px;
  }
}
@media (width <= 992px) {
  header .wp-block-site-logo img {
    width: 160px !important;
    height: auto;
  }
}
/* ==========================================================================
   MAIN NAVIGATION AND MENU STYLES
   ========================================================================== */
.c-main-navigation {
  display: none;
}
@media (width >= 992px) {
  .c-main-navigation {
    /* DISPLAY FULL SIZE MENU */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    gap: var(--spacing-md, 12px);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (width >= 992px) {
  .c-main-menu {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-main-menu .dropdown-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: 2px;
    color: var(--wp--preset--color--secondary);
    transform: translateY(-50%);
  }
  .c-main-menu .dropdown-toggle[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  .c-main-menu .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .c-main-menu > li {
    margin: 0;
    line-height: 1;
    position: relative;
    white-space: nowrap;
  }
  .c-main-menu > li > a {
    color: var(--wp--preset--color--primary);
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: 1rem 1rem;
    position: relative;
  }
  .c-main-menu > li > a:first-of-type > a {
    padding-left: 0;
  }
  .c-main-menu > li > a:last-of-type > a {
    padding-right: 0;
  }
  .c-main-menu > li > a:focus {
    color: #000;
    border-radius: var(--radius-md, 8px);
    background-color: #FAFAFA;
    outline: 2px solid var(--wp--preset--color--primary);
    outline-offset: -2px;
  }
  .c-main-menu > li > a:hover {
    color: #000;
  }
  .c-main-menu > li:hover a::after {
    background-color: var(--wp--preset--color--primary);
    transition: var(--transition-ease);
  }
  .c-main-menu > .current-menu-item > a,
  .c-main-menu > .current-page-ancestor > a,
  .c-main-menu > .current_page_item > a,
  .c-main-menu > .current_page_parent > a,
  .c-main-menu > .current_page_ancestor > a {
    color: #222222;
  }
  .c-main-menu > .menu-item-has-children > a {
    position: relative;
  }
  .c-main-menu > .menu-item-has-children:hover > a::before {
    transform: rotate(180deg);
  }
}
@media (width >= 992px) {
  .c-main-menu li:hover ul,
  .c-main-menu li:focus ul,
  .c-main-menu .sub-menu.is-active {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .c-main-menu ul {
    background-color: #fff;
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--Colors-Border-border-secondary, #E9EAEB);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    min-width: 336px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
    z-index: 1000;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 8px;
  }
  .c-main-menu ul li {
    position: relative;
    max-height: 0;
    transition: max-height 300ms linear;
    overflow: hidden;
    display: flex;
  }
  .c-main-menu li:hover ul li,
  .c-main-menu li:focus ul li,
  .c-main-menu .sub-menu.is-active li {
    max-height: 140px;
  }
  .c-main-menu ul li a {
    color: var(--wp--preset--color--primary);
    font-size: 0.938rem;
    padding: 15px 15px;
    width: 100%;
    display: block;
    transition: var(--transition-ease);
  }
  .c-main-menu ul li a:focus {
    color: #000;
    border-radius: var(--radius-md, 8px);
    background-color: #FAFAFA;
    outline: 2px solid var(--wp--preset--color--primary);
    outline-offset: -2px;
  }
  .c-main-menu ul li a:hover,
  .c-main-menu ul .current-menu-item > a,
  .c-main-menu ul .current-menu-parent > a,
  .c-main-menu ul .current_page_item > a,
  .c-main-menu ul .current_page_parent > a,
  .c-main-menu ul .current_page_ancestor > a {
    color: #000;
    border-radius: var(--radius-md, 8px);
    background-color: #FAFAFA;
  }
}
ul:not(.c-mobile-menu) .c-menu-button {
  display: inline-flex;
}
ul:not(.c-mobile-menu) .c-menu-button a {
  background: var(--color-secondary);
  font-weight: 700;
  border-radius: 30px;
  color: #fff;
}
html.has-modal-nav-open {
  overflow-y: hidden;
}
.main-menu.wp-block-navigation {
  display: none;
}
.c-modal-nav-wrap .main-menu.wp-block-navigation {
  display: flex;
}
.has-modal-nav-open .c-cl-mobile-nav .x-body-wrapper {
  visibility: visible;
  opacity: 1;
}
.has-modal-nav-open .c-cl-mobile-nav .c-modal-nav-wrap {
  right: 0;
  visibility: visible;
}
.c-mobile-menu .sub-menu.open {
  display: block;
}
/* WP auto-p wraps shortcode output in <p> — keep it flex-friendly */
p:has(> .c-modal-nav-button) {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
@media (width < 992px) {
  p:has(> .c-modal-nav-button) {
    display: flex;
  }
}
button.c-modal-nav-button {
  background: var(--color-primary);
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  padding: 7px;
  margin: 0 20px 0 auto;
  align-items: center;
  justify-content: center;
}
button.c-modal-nav-button svg {
  width: 22px;
  height: 22px;
  transition: var(--transition-ease);
}
button.c-modal-nav-button svg path {
  stroke: #fff;
}
button.c-modal-nav-button:hover {
  background: #f5f5f5;
}
button.c-modal-nav-button:hover svg path {
  stroke: var(--color-primary);
}
@media (width >= 992px) {
  button.c-modal-nav-button {
    display: none;
  }
}
@media (width >= 992px) {
  .main-menu.wp-block-navigation {
    display: flex;
  }
  .c-cl-mobile-nav {
    display: none;
  }
}
.c-cl-mobile-nav .x-body-wrapper {
  background: rgba(18, 30, 85, 0.55); /* primary at 55% */
  backdrop-filter: blur(12px);
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms ease, visibility 350ms ease;
}
.c-cl-mobile-nav .c-modal-nav-wrap {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark);
  width: 86%;
  max-width: 420px;
  height: 100%;
  top: 0;
  position: fixed;
  right: -100%;
  overflow: hidden;
  z-index: 1100;
  transition: right 400ms cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.18);
  /* Smooth scrollbar */
  scrollbar-width: thin;
  scrollbar-color: var(--wp--preset--color--beige) transparent;
}
.c-cl-mobile-nav .c-modal-nav {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  height: calc(100% - 57px);
  scrollbar-width: thin;
  scrollbar-color: var(--wp--preset--color--beige) transparent;
}
.c-modal-nav-topbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--wp--preset--color--beige);
}
.c-cl-mobile-nav button.c-close-modal-nav {
  background: transparent;
  border: 1.5px solid var(--wp--preset--color--beige);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  flex-shrink: 0;
  color: var(--wp--preset--color--primary);
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}
.c-cl-mobile-nav button.c-close-modal-nav svg {
  width: 20px;
  height: 20px;
  transition: transform 200ms ease;
}
.c-cl-mobile-nav button.c-close-modal-nav svg path {
  stroke: currentColor;
}
.c-cl-mobile-nav button.c-close-modal-nav:hover {
  background: var(--wp--preset--color--cream);
  border-color: var(--wp--preset--color--primary);
}
.c-cl-mobile-nav button.c-close-modal-nav:hover svg {
  transform: rotate(90deg);
}
.c-mobile-nav-watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 210px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
}
.c-mobile-nav-watermark a,
.c-mobile-nav-watermark img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.c-mobile-menu {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--lg);
  line-height: 1.4;
  background: var(--wp--preset--color--white);
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}
.c-mobile-menu li {
  margin: 0;
}
.c-mobile-menu a {
  color: var(--wp--preset--color--dark);
  text-decoration: none;
  display: block;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--wp--preset--color--beige);
  font-weight: 500;
  transition: color 200ms ease, background 200ms ease, padding-left 250ms ease;
  position: relative;
}
.c-mobile-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--wp--preset--color--secondary);
  transition: width 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.c-mobile-menu a:hover, .c-mobile-menu a:focus {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--cream);
  padding-left: 2rem;
}
.c-mobile-menu a:hover::before, .c-mobile-menu a:focus::before {
  width: 4px;
}
.c-mobile-menu .current-menu-item > a,
.c-mobile-menu .current_page_item > a {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  background: var(--wp--preset--color--cream);
}
.c-mobile-menu .current-menu-item > a::before,
.c-mobile-menu .current_page_item > a::before {
  width: 4px;
}
.c-mobile-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--wp--preset--color--cream);
}
.c-mobile-menu .sub-menu a {
  font-size: var(--wp--preset--font-size--base);
  padding-left: 2.5rem;
  font-weight: 400;
}
.c-cl-mobile-nav-footer {
  padding: 1.5rem 1.25rem 2rem;
  background: #fff;
  border-top: none;
  font-size: var(--wp--preset--font-size--sm);
  color: var(--wp--preset--color--dark);
}
.c-cl-mobile-nav-footer span {
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
.c-cl-mobile-nav-footer p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.c-cl-mobile-nav-footer-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
}
.c-cl-mobile-nav-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  color: #fff;
  transition: background 200ms ease, transform 200ms ease;
}
.c-cl-mobile-nav-footer-social a svg {
  width: 18px;
  height: 18px;
}
.c-cl-mobile-nav-footer-social a svg path {
  fill: #fff;
}
.c-cl-mobile-nav-footer-social a:hover {
  background: var(--wp--preset--color--secondary);
  transform: translateY(-2px);
}
.c-mobile-menu-sliding .c-mobile-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}
.c-mobile-menu-sliding .c-mobile-menu .sub-menu.open {
  transform: translateX(0);
}
.c-mobile-menu-sliding .c-mobile-menu .sub-menu a {
  display: block;
  padding: 15px;
  text-decoration: none;
  border-bottom: 1px solid #E9EAEB;
}
.c-mobile-menu-sliding .c-mobile-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 35px;
}
.c-mobile-menu-sliding .c-mobile-menu .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23000%27 d=%27m6.59 6.84l5.66 5.66l-5.66 5.66l-.7-.71l4.95-4.95l-4.95-4.95zm4 0l5.66 5.66l-5.66 5.66l-.7-.71l4.95-4.95l-4.95-4.95z%27/%3E%3C/svg%3E");
  background-color: #333;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.c-mobile-menu-sliding {
  /* Style for the back button */
}
.c-mobile-menu-sliding .c-mobile-menu .sub-menu .c-submenu-back-button {
  display: flex;
  align-items: center;
  padding: 15px;
  color: #333;
  background: #FAFAFA;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 1px solid #E9EAEB;
}
.c-mobile-menu-sliding .c-mobile-menu .sub-menu .c-submenu-back-button svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 8px;
}
.c-cl-mobile-nav .menu-item-has-children > a {
  position: relative;
  padding-right: 35px;
}
.c-cl-mobile-nav .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath fill=%27%23000%27 d=%27M9.414 12.586L16 19.17l6.586-6.585L24 14l-8 8l-8-8z%27/%3E%3Cpath fill=%27%23000%27 d=%27M30 16c0 7.72-6.28 14-14 14S2 23.72 2 16S8.28 2 16 2s14 6.28 14 14M4 16c0 6.617 5.383 12 12 12s12-5.383 12-12S22.617 4 16 4S4 9.383 4 16%27/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.c-cl-mobile-nav .menu-item-has-children.is-open > a:after {
  transform: translateY(-50%) rotate(180deg);
}
.c-cl-mobile-nav .c-mobile-menu .sub-menu {
  background: #FAFAFA;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  max-height: 0;
  overflow: hidden;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
.c-cl-mobile-nav .c-mobile-menu .sub-menu .sub-menu {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
.c-cl-mobile-nav .c-mobile-menu .sub-menu .sub-menu a {
  padding-left: 40px;
  border-bottom: 1px solid #E9EAEB;
}
.c-cl-mobile-nav .c-mobile-menu .sub-menu a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.c-cl-mobile-nav .c-mobile-menu .sub-menu li:last-of-type a {
  border-bottom: none;
}
.c-cl-mobile-nav .c-mobile-menu .sub-menu h4 {
  padding: 15px;
  margin: 0;
  color: #fff;
}
.c-cl-mobile-nav .c-mobile-menu .open.sub-menu {
  max-height: 1000px;
  transition: all 0.8s ease-in-out;
}
/* ==========================================================================
   TERTIARY NAVIGATION
   ========================================================================== */
.c-tertiary-navigation {
  display: none;
}
@media (width >= 992px) {
  .c-tertiary-navigation {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-tertiary-navigation li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 0 1rem 0 1rem;
  }
  .c-tertiary-navigation li:first-of-type {
    border-left: none;
    padding-left: 0;
  }
  .c-tertiary-navigation a {
    padding: 0.5rem 0.3rem;
    color: rgba(255, 255, 255, 0.9);
  }
  .c-tertiary-navigation a:hover {
    color: #fff;
  }
}
/* end TERTIARY navigation breakpoint - large */
/* ==========================================================================
   POST NAVIGATION
   ========================================================================== */
.c-post-nav {
  margin: 1rem 0;
}
.c-post-nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ==========================================================================
	 WP GENERATED CONTENT STYLES
	 ========================================================================== */
.c-sidebar-content .widget {
  margin: 20px 0;
  padding: 0;
}
.c-sidebar-content .widget:first-of-type {
  margin-top: 0;
}
.widget img {
  max-width: 100%;
  height: auto;
}
.widgettitle {
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 0.5rem;
}
#comments {
  clear: both;
  border-top: 1px solid #000;
  margin-top: 3rem;
  padding: 2em 0 0.5em;
}
.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li:before {
  display: none;
}
.comment-body {
  margin-left: 65px;
}
.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 1.5em;
}
.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.comment-metadata a {
  color: #767676;
}
.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}
.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}
.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.comment-form label {
  display: block;
}
.form-submit {
  margin-bottom: 1rem;
}
.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
}
/* ==========================================================================
   404 Error Page - Abstract Geometric Design
   ========================================================================== */
.error404 .c-404-main {
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.error404 .c-404-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #EEF2FF 0%, #F9FAFB 50%, #EDE9FE 100%);
  opacity: 0.5;
  z-index: -1;
}
.error404 .c-404-container {
  position: relative;
  z-index: 1;
}
.error404 .c-404-layout {
  align-items: center;
  gap: 3rem;
}
@media (width < 992px) {
  .error404 .c-404-layout {
    flex-direction: column;
    text-align: center;
  }
  .error404 .c-404-layout .wp-block-column {
    flex-basis: 100% !important;
  }
}
.error404 .c-404-eyebrow {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.error404 .c-404-search {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.error404 .c-404-search .wp-block-search__input {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  border: 2px solid #E5E7EB;
  transition: border-color 0.3s ease;
}
.error404 .c-404-search .wp-block-search__input:focus {
  border-color: #818CF8;
  outline: none;
  box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1);
}
.error404 .c-404-search .wp-block-search__button {
  background: #4F46E5;
  color: white;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.error404 .c-404-search .wp-block-search__button:hover {
  background: #4338CA;
}
.error404 .c-404-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: white;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #4F46E5;
  font-weight: 500;
  font-size: 0.9375rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.error404 .c-404-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
  color: #4338CA;
}
@media (width < 768px) {
  .error404 .c-404-visual-col {
    display: none;
  }
}
.error404 .c-404-visual {
  position: relative;
  animation: fadeIn 1.2s ease-out 0.3s both;
}
.error404 .c-404-visual svg {
  width: 100%;
  height: auto;
  max-width: 514px;
  margin: 0 auto;
  display: block;
}
.error404 .c-404-svg .svg-group-1 {
  animation: drawIn 1.5s ease-out 0.3s both;
}
.error404 .c-404-svg .svg-group-2 {
  animation: drawIn 1.5s ease-out 0.6s both;
}
.error404 .c-404-svg .svg-group-3 {
  animation: drawIn 1.5s ease-out 0.9s both;
}
.error404 .c-404-svg .svg-line-top,
.error404 .c-404-svg .svg-line-bottom {
  animation: lineExpand 1s ease-out 1.2s both;
}
.error404 .c-404-svg circle {
  animation: subtlePulse 3s ease-in-out infinite;
}
.error404 .c-404-svg circle:nth-child(2n) {
  animation-delay: 0.5s;
}
.error404 .c-404-svg circle:nth-child(3n) {
  animation-delay: 1s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes drawIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes lineExpand {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes subtlePulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
/* ==========================================================================
   PANAPESCA — WooCommerce Single Product
   Brand:
     Primary (navy)   #121E55   --wp--preset--color--primary
     Secondary (orange) #F58525 --wp--preset--color--secondary
     Cream            #F4F4EF   --wp--preset--color--cream
     Beige            #E8E1D4   --wp--preset--color--beige
     Dark             #30302E   --wp--preset--color--dark
   ========================================================================== */
.pp-product__wrap {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.pp-product__breadcrumbs {
  background: var(--wp--preset--color--cream);
  border-bottom: 1px solid var(--wp--preset--color--beige);
  padding-block: 0.6rem;
}
.pp-product__breadcrumbs .woocommerce-breadcrumb {
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0;
}
.pp-product__breadcrumbs .woocommerce-breadcrumb a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.pp-product__breadcrumbs .woocommerce-breadcrumb a:hover {
  color: var(--wp--preset--color--secondary);
}
.pp-product__hero {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
  background: #fff;
}
.pp-product__hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
@media (max-width: 800px) {
  .pp-product__hero-grid {
    grid-template-columns: 1fr;
  }
}
.pp-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pp-gallery__stage {
  position: relative;
  background: var(--wp--preset--color--cream);
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.pp-gallery__slide {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
}
.pp-gallery__slide.is-active {
  display: flex;
}
.pp-gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
  display: block;
}
.pp-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pp-gallery__thumb {
  width: 72px;
  height: 72px;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: var(--wp--preset--color--cream);
  cursor: pointer;
  transition: border-color 0.2s ease;
  flex-shrink: 0;
}
.pp-gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pp-gallery__thumb.is-active, .pp-gallery__thumb:hover {
  border-color: var(--wp--preset--color--primary);
}
.pp-gallery__thumb.is-active {
  border-color: var(--wp--preset--color--secondary);
}
.pp-product__summary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 0.5rem;
}
.pp-product__title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  line-height: 1.15;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--wp--preset--color--secondary);
}
.pp-product__short-desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--wp--preset--color--dark);
}
.pp-product__short-desc ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.pp-product__short-desc ul li {
  padding-left: 1.25rem;
  position: relative;
}
.pp-product__short-desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wp--preset--color--secondary);
}
.pp-product__short-desc ul li strong {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}
.pp-product__long-desc {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #4b5563;
}
.pp-product__long-desc p {
  margin: 0 0 0.75em;
}
.pp-product__long-desc p:last-child {
  margin-bottom: 0;
}
.pp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.8rem 2rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid transparent;
}
.pp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(18, 30, 85, 0.15);
}
.pp-btn--primary {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.pp-btn--primary:hover {
  background: #0d1640;
  color: #fff;
}
.pp-btn--secondary {
  background: var(--wp--preset--color--secondary);
  color: #fff;
}
.pp-btn--secondary:hover {
  background: #d97420;
  color: #fff;
}
.pp-btn--outline {
  background: transparent;
  border-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}
.pp-btn--outline:hover {
  background: var(--wp--preset--color--secondary);
  color: #fff;
}
.pp-btn--ghost {
  background: transparent;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  gap: 0.4rem;
}
.pp-btn--ghost svg {
  flex-shrink: 0;
}
.pp-btn--ghost:hover {
  background: var(--wp--preset--color--primary);
  color: #fff;
  box-shadow: none;
}
.pp-product__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
}
.pp-product__section-title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  margin: 0 0 1.5rem;
}
.pp-product__section-title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  background: var(--wp--preset--color--secondary);
  margin-top: 0.5rem;
  border-radius: 2px;
}
.pp-product__retail {
  background: var(--wp--preset--color--cream);
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
.pp-product__retail .pp-product__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pp-product__sub-info {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--wp--preset--color--beige);
}
.pp-product__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  align-items: flex-start;
}
.pp-product__icon-item {
  display: flex;
  align-items: center;
}
.pp-product__icon-img-wrap img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.pp-product__icon-label {
  display: none;
}
.pp-product__fs {
  background: #fff;
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
.pp-product__fs-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
@media (max-width: 800px) {
  .pp-product__fs-grid {
    grid-template-columns: 1fr;
  }
}
.pp-product__prep-body {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #4b5563;
}
.pp-product__prep-body p {
  margin: 0 0 0.875em;
}
.pp-product__prep-body p:last-child {
  margin-bottom: 0;
}
.pp-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.pp-spec-table thead tr {
  background: var(--wp--preset--color--primary);
}
.pp-spec-table th {
  color: #fff;
  text-align: left;
  padding: 0.875rem 1rem;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.pp-spec-table td {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid var(--wp--preset--color--beige);
  color: var(--wp--preset--color--dark);
  line-height: 1.45;
  vertical-align: top;
}
.pp-spec-table tbody tr:nth-child(even) td {
  background: rgba(244, 244, 239, 0.6);
}
.pp-spec-table tbody tr:last-child td {
  border-bottom: none;
}
.pp-spec-table__code {
  white-space: nowrap;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  width: 4.5rem;
}
.pp-spec-table__case {
  white-space: nowrap;
  width: 5.5rem;
  color: #6b7280;
}
.pp-product__related {
  background: var(--wp--preset--color--cream);
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
.pp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) {
  .pp-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .pp-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
}
.pp-related-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}
.pp-related-card:hover .pp-related-card__img-wrap {
  box-shadow: 0 12px 32px rgba(18, 30, 85, 0.14);
  transform: translateY(-4px);
}
.pp-related-card:hover .pp-related-card__name {
  color: var(--wp--preset--color--secondary);
}
.pp-related-card__img-wrap {
  aspect-ratio: 1/1;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pp-related-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.pp-related-card:hover .pp-related-card__img-wrap img {
  transform: scale(1.04);
}
.pp-related-card__name {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  line-height: 1.3;
  transition: color 0.2s ease;
}
.pp-product__sustain {
  background: var(--wp--preset--color--primary);
  position: relative;
  overflow: hidden;
}
.pp-product__sustain::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.pp-product__sustain-inner {
  display: flex;
  align-items: center;
  min-height: 360px;
  padding-block: clamp(3rem, 6vw, 5rem);
  position: relative;
  z-index: 1;
}
.pp-product__sustain-content {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 600px) {
  .pp-product__sustain-content {
    text-align: center;
    align-items: center;
  }
}
.pp-product__sustain-heading {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0;
}
.pp-product__sustain p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin: 0;
}
.pp-product .woocommerce-product-gallery,
.pp-product div.product div.images,
.pp-product div.product div.summary {
  float: none;
  width: 100%;
  margin: 0;
}
.pp-gallery__slide {
  background: none;
  border: none;
  cursor: zoom-in;
  padding: 0;
  width: 100%;
  height: 100%;
}
.pp-lightbox,
.pp-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-lightbox[hidden],
.pp-modal[hidden] {
  display: none;
}
.pp-lightbox__backdrop,
.pp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 40, 0.88);
  cursor: pointer;
}
.pp-lightbox__close,
.pp-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.pp-lightbox__close:hover,
.pp-modal__close:hover {
  background: rgba(255, 255, 255, 0.25);
}
.pp-lightbox__content {
  position: relative;
  z-index: 1;
  max-width: min(90vw, 900px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-lightbox__img {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  display: block;
}
.pp-modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0.75rem;
  padding: 2rem;
  max-width: min(90vw, 480px);
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
}
.pp-modal__heading {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  margin: 0;
}
.pp-modal__content img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.pp-modal-open {
  overflow: hidden;
}
/* ==========================================================================
   PANAPESCA — Product Catalog Pages
   Used by: page-retail-catalog.php  /  page-fs-catalog.php
   ========================================================================== */
.pp-catalog__wrap {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.pp-catalog__hero {
  position: relative;
  background: var(--wp--preset--color--primary);
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.pp-catalog__hero-bg {
  position: absolute;
  inset: 0;
}
.pp-catalog__hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 60%;
     object-position: center 60%;
  display: block;
}
.pp-catalog__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(18, 30, 85, 0.88) 0%, rgba(18, 30, 85, 0.55) 60%, rgba(18, 30, 85, 0.2) 100%);
}
.pp-catalog__hero-content {
  position: relative;
  z-index: 1;
  padding-block: clamp(3rem, 6vw, 5rem);
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.pp-catalog__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  margin: 0;
}
.pp-catalog__hero-title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0;
}
.pp-catalog__hero-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
}
.pp-catalog__filter-bar {
  background: #fff;
  border-bottom: 1px solid var(--wp--preset--color--beige);
  position: sticky;
  top: 0;
  z-index: 50;
  transition: box-shadow 0.2s ease;
}
.pp-catalog__filter-bar.is-stuck {
  box-shadow: 0 2px 16px rgba(18, 30, 85, 0.1);
}
.pp-catalog__filter-inner {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  overflow-x: auto;
  padding-block: 0.875rem;
  scrollbar-width: none;
}
.pp-catalog__filter-inner::-webkit-scrollbar {
  display: none;
}
.pp-filter-pill {
  flex-shrink: 0;
  background: transparent;
  border: 1.5px solid var(--wp--preset--color--beige);
  border-radius: 2rem;
  color: #6b7280;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.4rem 1.1rem;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}
.pp-filter-pill:hover {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
.pp-filter-pill.is-active {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: #fff;
}
.pp-catalog__grid-section {
  background: var(--wp--preset--color--cream);
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
.pp-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .pp-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .pp-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.pp-product-grid--fs {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .pp-product-grid--fs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .pp-product-grid--fs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pp-prod-card {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease;
}
.pp-prod-card.is-hidden {
  display: none;
}
.pp-prod-card:hover .pp-prod-card__img-wrap img {
  transform: scale(1.05);
}
.pp-prod-card:hover .pp-prod-card__overlay {
  opacity: 1;
}
.pp-prod-card:hover .pp-prod-card__name {
  color: var(--wp--preset--color--secondary);
}
.pp-prod-card__img-wrap {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
}
.pp-prod-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.pp-prod-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 30, 85, 0.62);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 0.75rem;
}
.pp-prod-card__quick-btn, .pp-prod-card__cta {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.5rem 1.2rem;
  border-radius: 2rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.pp-prod-card__cta {
  background: #fff;
  color: var(--wp--preset--color--primary);
  border: 1.5px solid #fff;
}
.pp-prod-card__cta:hover {
  background: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  color: #fff;
}
.pp-prod-card__quick-btn {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
}
.pp-prod-card__quick-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}
.pp-prod-card__name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.pp-prod-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.pp-prod-card__name {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1rem;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  line-height: 1.3;
  margin: 0;
  transition: color 0.2s ease;
}
.pp-prod-card__desc {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}
.pp-catalog__no-results,
.pp-catalog__empty {
  font-size: 1rem;
  color: #6b7280;
  text-align: center;
  padding-block: 3rem;
}
.pp-catalog__cat-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--wp--preset--color--primary);
  box-shadow: 0 2px 16px rgba(18, 30, 85, 0.2);
  display: flex;
  align-items: stretch;
}
.pp-catalog__cat-nav .pp-catalog__wrap {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  padding-inline: 0;
  justify-content: center;
}
.pp-catalog__cat-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.pp-catalog__cat-nav-inner::-webkit-scrollbar {
  display: none;
}
.pp-cat-nav-arrow {
  flex-shrink: 0;
  width: 2.75rem;
  border: none;
  background: var(--wp--preset--color--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  position: relative;
  z-index: 2;
}
.pp-cat-nav-arrow--left {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.pp-cat-nav-arrow--right {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.pp-cat-nav-arrow:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--wp--preset--color--secondary);
}
.pp-cat-nav-arrow:focus {
  outline: none;
  color: #fff;
}
.pp-cat-nav-arrow:focus-visible {
  outline: 2px solid var(--wp--preset--color--secondary);
  outline-offset: -2px;
  color: #fff;
}
.pp-cat-nav-arrow--right::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 3rem;
  background: linear-gradient(to left, var(--wp--preset--color--primary) 10%, transparent);
  pointer-events: none;
}
.pp-cat-nav-arrow--left::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 3rem;
  background: linear-gradient(to right, var(--wp--preset--color--primary) 10%, transparent);
  pointer-events: none;
}
.pp-cat-nav-link {
  flex-shrink: 0;
  display: block;
  padding: 1rem 1.375rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.pp-cat-nav-link:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.pp-cat-nav-link.is-active {
  color: #fff;
  border-bottom-color: var(--wp--preset--color--secondary);
}
.pp-catalog__sections {
  background: var(--wp--preset--color--cream);
}
.pp-catalog__section {
  padding-block: clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid var(--wp--preset--color--beige);
}
.pp-catalog__section:last-child {
  border-bottom: none;
}
.pp-catalog__section:nth-child(even) {
  background: #fff;
}
.pp-catalog__section-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.25rem;
}
.pp-catalog__section-title-wrap {
  display: flex;
  align-items: center;
}
.pp-catalog__section-title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  margin: 0;
  padding-left: 1rem;
  border-left: 4px solid var(--wp--preset--color--secondary);
  line-height: 1.2;
}
.pp-catalog__section-desc {
  font-size: 18px;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
  max-width: 820px;
}
.pp-catalog__section-desc p {
  margin: 0 0 0.75em;
}
.pp-catalog__section-desc p:last-child {
  margin-bottom: 0;
}
.pp-qv {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.pp-qv[hidden] {
  display: none;
}
.pp-qv__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 30, 85, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.pp-qv.is-open .pp-qv__backdrop {
  opacity: 1;
}
.pp-qv__panel {
  position: relative;
  background: #fff;
  width: min(540px, 94vw);
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  outline: none;
  box-shadow: -4px 0 40px rgba(18, 30, 85, 0.18);
}
.pp-qv.is-open .pp-qv__panel {
  transform: translateX(0);
}
.pp-qv__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1.5px solid var(--wp--preset--color--beige);
  background: #fff;
  color: var(--wp--preset--color--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.pp-qv__close:hover {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: #fff;
}
.pp-qv__img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--wp--preset--color--cream);
}
.pp-qv__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pp-qv__content {
  padding: 2rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
}
.pp-qv__title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  line-height: 1.2;
  margin: 0;
}
.pp-qv__divider {
  border: none;
  border-top: 2px solid var(--wp--preset--color--secondary);
  margin: 0;
}
.pp-qv__desc {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.75;
}
.pp-qv__desc p {
  margin: 0 0 0.5em;
}
.pp-qv__desc p:last-child {
  margin-bottom: 0;
}
.pp-qv__desc ul, .pp-qv__desc ol {
  margin: 0;
  padding-left: 1.25em;
}
.pp-qv__desc li {
  margin-bottom: 0.35em;
  color: var(--wp--preset--color--primary);
}
.pp-qv__desc li span,
.pp-qv__desc li * {
  color: var(--wp--preset--color--primary);
}
.pp-qv__desc strong {
  color: var(--wp--preset--color--primary);
}
.pp-qv__specs {
  overflow-x: auto;
  border-radius: 0.5rem;
  border: 1px solid var(--wp--preset--color--beige);
}
.pp-qv__spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.pp-qv__spec-table th, .pp-qv__spec-table td {
  padding: 0.6rem 0.875rem;
  text-align: left;
  border-bottom: 1px solid var(--wp--preset--color--beige);
}
.pp-qv__spec-table th {
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.pp-qv__spec-table tr:last-child td {
  border-bottom: none;
}
.pp-qv__spec-table tbody tr:nth-child(even) td {
  background: var(--wp--preset--color--cream);
}
.pp-qv__full-link {
  align-self: flex-start;
  margin-top: auto;
  text-decoration: none;
}
/* ==========================================================================
   TIMELINE — Centered timeline with content left, images right
   Used by: About / History page sections
   ========================================================================== */
.c-timeline {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  /* ── Center vertical line ────────────────────────────── */
}
.c-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 59%;
  width: 2px;
  background: linear-gradient(to bottom, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 100%);
  transform: translateX(-50%);
}
.c-timeline {
  /* ── Content groups (left side, with dots) ──────────── */
}
.c-timeline > .wp-block-group {
  position: relative;
  float: left;
  clear: left;
  width: calc(60% - 2.5rem);
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 4rem;
  text-align: right;
  /* Connector dash from center line to content */
}
.c-timeline > .wp-block-group::before {
  content: "";
  position: absolute;
  top: 1em;
  right: -1.25rem;
  width: 1.25rem;
  height: 2px;
  background: var(--wp--preset--color--beige);
  z-index: 1;
}
.c-timeline > .wp-block-group {
  /* Dot on the center line */
}
.c-timeline > .wp-block-group::after {
  content: "";
  position: absolute;
  top: calc(1em - 7px);
  right: -2rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  border: 3px solid var(--wp--preset--color--white);
  box-shadow: 0 0 0 2px var(--wp--preset--color--primary);
  z-index: 2;
}
.c-timeline > .wp-block-group h2.wp-block-heading {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--xl);
  color: var(--wp--preset--color--primary);
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--wp--preset--color--beige);
  line-height: 1.25;
}
.c-timeline > .wp-block-group h2.wp-block-heading b {
  color: var(--wp--preset--color--secondary);
}
.c-timeline > .wp-block-group h3.wp-block-heading {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
}
.c-timeline > .wp-block-group p {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--dark);
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.c-timeline > .wp-block-group p:empty, .c-timeline > .wp-block-group p:blank {
  display: none;
}
.c-timeline {
  /* ── Decorative images (right side, no dots) ────────── */
}
.c-timeline > .wp-block-image {
  float: right;
  clear: right;
  width: calc(40% - 2.5rem);
  margin-top: 0;
  margin-bottom: 4rem;
}
.c-timeline > .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  opacity: 0.3;
}
.c-timeline {
  /* ── Clearfix ────────────────────────────────────────── */
}
.c-timeline::after {
  content: "";
  display: table;
  clear: both;
}
/* ── Mobile: stack everything left-aligned ───────────── */
@media (max-width: 767px) {
  .c-timeline {
    padding-left: 1.5rem;
  }
  .c-timeline::before {
    left: 0.375rem;
    transform: none;
  }
  .c-timeline > .wp-block-group {
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    padding-left: 0 !important;
    margin-bottom: 2rem;
  }
  .c-timeline > .wp-block-group::before, .c-timeline > .wp-block-group::after {
    display: none;
  }
  .c-timeline > .wp-block-group h2.wp-block-heading {
    font-size: var(--wp--preset--font-size--lg);
  }
  .c-timeline > .wp-block-group h3.wp-block-heading,
  .c-timeline > .wp-block-group p {
    text-align: left;
  }
  .c-timeline > .wp-block-image {
    float: none;
    clear: both;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 2rem;
  }
}
/* ==========================================================================
   PIOTNET FORMS — PanaPesca brand styles
   ========================================================================== */
.piotnetforms-3249,
.piotnetforms {
  font-family: var(--wp--preset--font-family--primary);
}
.piotnetforms-3249 .piotnetforms-fields-wrapper,
.piotnetforms .piotnetforms-fields-wrapper {
  margin-bottom: 1.25rem;
}
.piotnetforms-3249 .piotnetforms-field-label,
.piotnetforms .piotnetforms-field-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.piotnetforms-3249 [data-piotnetforms-required],
.piotnetforms [data-piotnetforms-required] {
  display: none;
}
.piotnetforms-3249 .piotnetforms-mark-required .piotnetforms-field-label::after,
.piotnetforms .piotnetforms-mark-required .piotnetforms-field-label::after {
  content: " *";
  color: var(--wp--preset--color--secondary);
  font-weight: 400;
}
.piotnetforms-3249 .piotnetforms-field-container,
.piotnetforms .piotnetforms-field-container {
  width: 100%;
}
.piotnetforms-3249 .piotnetforms-field,
.piotnetforms .piotnetforms-field {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 1rem;
  border: 1.5px solid var(--wp--preset--color--beige);
  border-radius: 8px;
  background: #fff;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 0.9375rem;
  color: var(--wp--preset--color--primary);
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.piotnetforms-3249 .piotnetforms-field::-moz-placeholder, .piotnetforms .piotnetforms-field::-moz-placeholder {
  color: #9ca3af;
}
.piotnetforms-3249 .piotnetforms-field::placeholder,
.piotnetforms .piotnetforms-field::placeholder {
  color: #9ca3af;
}
.piotnetforms-3249 .piotnetforms-field:focus,
.piotnetforms .piotnetforms-field:focus {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 3px rgba(18, 30, 85, 0.08);
}
.piotnetforms-3249 textarea.piotnetforms-field,
.piotnetforms-3249 textarea.piotnetforms-field-textual,
.piotnetforms textarea.piotnetforms-field,
.piotnetforms textarea.piotnetforms-field-textual {
  height: auto;
  min-height: 130px;
  padding: 0.75rem 1rem;
  resize: vertical;
  line-height: 1.65;
}
.piotnetforms-3249 div.piotnetforms-select-wrapper.piotnetforms-field,
.piotnetforms-3249 div.piotnetforms-field.piotnetforms-select-drop-down,
.piotnetforms div.piotnetforms-select-wrapper.piotnetforms-field,
.piotnetforms div.piotnetforms-field.piotnetforms-select-drop-down {
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.piotnetforms-3249 .piotnetforms-select-wrapper,
.piotnetforms .piotnetforms-select-wrapper {
  position: relative;
}
.piotnetforms-3249 .piotnetforms-select-wrapper::after,
.piotnetforms .piotnetforms-select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--wp--preset--color--primary);
  pointer-events: none;
}
.piotnetforms-3249 .piotnetforms-select-wrapper select.piotnetforms-field-textual,
.piotnetforms .piotnetforms-select-wrapper select.piotnetforms-field-textual {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 2.5rem 0 1rem;
  border: 1.5px solid var(--wp--preset--color--beige);
  border-radius: 8px;
  background: #fff;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 0.9375rem;
  color: var(--wp--preset--color--primary);
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.piotnetforms-3249 .piotnetforms-select-wrapper select.piotnetforms-field-textual:focus,
.piotnetforms .piotnetforms-select-wrapper select.piotnetforms-field-textual:focus {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 3px rgba(18, 30, 85, 0.08);
}
.piotnetforms-3249 .piotnetforms-field-subgroup,
.piotnetforms-3249 .piotnetforms-field-subgroup--square,
.piotnetforms .piotnetforms-field-subgroup,
.piotnetforms .piotnetforms-field-subgroup--square {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.piotnetforms-3249 .piotnetforms-field-option,
.piotnetforms .piotnetforms-field-option {
  display: inline-flex;
  align-items: center;
}
.piotnetforms-3249 .piotnetforms-field-option input[type=radio],
.piotnetforms-3249 .piotnetforms-field-option input[type=checkbox],
.piotnetforms .piotnetforms-field-option input[type=radio],
.piotnetforms .piotnetforms-field-option input[type=checkbox] {
  display: none !important;
}
.piotnetforms-3249 .piotnetforms-field-option label,
.piotnetforms .piotnetforms-field-option label {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  padding: 0.5rem 1.375rem !important;
  background: #fff !important;
  border: 1.5px solid rgba(18, 30, 85, 0.25) !important;
  border-radius: 2rem !important;
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: var(--wp--preset--color--primary) !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  white-space: nowrap !important;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
  margin: 0 !important;
}
.piotnetforms-3249 .piotnetforms-field-option label::before, .piotnetforms-3249 .piotnetforms-field-option label::after,
.piotnetforms .piotnetforms-field-option label::before,
.piotnetforms .piotnetforms-field-option label::after {
  display: none !important;
}
.piotnetforms-3249 .piotnetforms-field-option label:hover,
.piotnetforms .piotnetforms-field-option label:hover {
  border-color: var(--wp--preset--color--primary) !important;
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary) !important;
}
.piotnetforms-3249 .piotnetforms-field-option input[type=radio]:checked + label,
.piotnetforms-3249 .piotnetforms-field-option input[type=checkbox]:checked + label,
.piotnetforms .piotnetforms-field-option input[type=radio]:checked + label,
.piotnetforms .piotnetforms-field-option input[type=checkbox]:checked + label {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
  color: #fff !important;
}
.piotnetforms-3249 .piotnetforms-field-option input[type=radio]:focus-visible + label,
.piotnetforms-3249 .piotnetforms-field-option input[type=checkbox]:focus-visible + label,
.piotnetforms .piotnetforms-field-option input[type=radio]:focus-visible + label,
.piotnetforms .piotnetforms-field-option input[type=checkbox]:focus-visible + label {
  outline: 2px solid var(--wp--preset--color--secondary) !important;
  outline-offset: 2px !important;
}
.piotnetforms-3249 .piotnetforms-submit,
.piotnetforms .piotnetforms-submit {
  margin-top: 0.5rem;
}
.piotnetforms-3249 .piotnetforms-button,
.piotnetforms .piotnetforms-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 52px;
  padding: 0 2.5rem;
  background: var(--wp--preset--color--primary);
  color: #fff;
  border: none;
  border-radius: 2rem;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.piotnetforms-3249 .piotnetforms-button:hover,
.piotnetforms .piotnetforms-button:hover {
  background: var(--wp--preset--color--secondary);
}
.piotnetforms-3249 .piotnetforms-button:active,
.piotnetforms .piotnetforms-button:active {
  transform: scale(0.98);
}
.piotnetforms-3249 .piotnetforms-button .piotnetforms-button-content-wrapper,
.piotnetforms .piotnetforms-button .piotnetforms-button-content-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.piotnetforms-3249 .piotnetforms-button .icon-spinner-of-dots,
.piotnetforms .piotnetforms-button .icon-spinner-of-dots {
  opacity: 0.7;
}
.piotnetforms-3249 .piotnetforms-message,
.piotnetforms .piotnetforms-message {
  padding: 0.875rem 1.25rem;
  border-radius: 8px;
  font-size: 0.9375rem;
  margin-top: 1rem;
}
.piotnetforms-3249 .piotnetforms-message-success,
.piotnetforms .piotnetforms-message-success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.piotnetforms-3249 .piotnetforms-message-danger,
.piotnetforms .piotnetforms-message-danger {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
/* ==========================================================================
   COLOURS
   ========================================================================== */
.u-bg-grey {
  background-color: var(--color-medium-grey);
}
/* ==========================================================================
   HEIGHTS
   ========================================================================== */
.h-1 {
  height: 0.25rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-48 {
  height: 12rem;
}
.h-64 {
  height: 16rem;
}
.h-auto {
  height: auto;
}
.h-px {
  height: 1px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
/* ==========================================================================
   LAYOUT UTILITIES
   ========================================================================== */
.u-center {
  margin-left: auto;
  margin-right: auto;
}
.u-wrapper-padded-sides {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (width >= calc(1320px + 3rem)) {
  .u-wrapper-padded-sides {
    padding-left: 0;
    padding-right: 0;
  }
}
.u-align-side-edges {
  text-align: center;
  margin: 0 auto;
}
@media (width >= 768px) {
  .u-align-side-edges {
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.u-vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-vertical-center-transform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.u-overflow {
  overflow: hidden;
}
.u-overflow-x {
  overflow-x: hidden;
}
.u-z-pit {
  z-index: -9999;
}
.u-z-default {
  z-index: 1;
}
.u-z-dropdown {
  z-index: 1000;
}
.u-z-overlay {
  z-index: 2000;
}
.u-z-modal {
  z-index: 3001;
}
.grid-content {
  grid-column: content;
}
.grid-wide {
  grid-column: wide;
}
.grid-full {
  grid-column: full;
}
.bleed-right {
  grid-column: content-start/full-end;
}
.bleed-left {
  grid-column: full-start/content-end;
}
/* ==========================================================================
   MISC UTILITIES
   ========================================================================== */
.u-absolute {
  position: absolute;
}
.u-relative {
  position: relative;
}
.u-large-text, .is-style-large-text {
  font-size: 1.625rem;
}
.u-flex {
  display: flex;
}
.u-block {
  display: block;
}
.u-text-center {
  text-align: center;
}
.u-aspect-16x9 {
  padding-bottom: 56.25%; /* (9 / 16 = 0.5625) */
}
.u-orphan-fix {
  overflow: hidden;
  width: auto;
}
.u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.u-visually-hidden-focusable:active,
.u-visually-hidden-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.u-stretch-link {
  position: relative;
}
.u-stretch-link p {
  margin-bottom: 0;
}
.u-stretch-link a {
  position: unset !important;
}
.u-stretch-link a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.u-stretch-link a:is(:hover, :focus) {
  outline: none;
}
/* ==========================================================================
   OVERRIDES - hacks and styles of last resort live here
   ========================================================================== */
/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   SPACING UTILITIES
   ========================================================================== */
.mt-0 {
  margin-top: 0rem;
}
.pt-0 {
  padding-top: 0rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.pb-0 {
  padding-bottom: 0rem;
}
.ml-0 {
  margin-left: 0rem;
}
.pl-0 {
  padding-left: 0rem;
}
.mr-0 {
  margin-right: 0rem;
}
.pr-0 {
  padding-right: 0rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.pt-8 {
  padding-top: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.pt-12 {
  padding-top: 3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.ml-12 {
  margin-left: 3rem;
}
.pl-12 {
  padding-left: 3rem;
}
.mr-12 {
  margin-right: 3rem;
}
.pr-12 {
  padding-right: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.pt-16 {
  padding-top: 4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.ml-16 {
  margin-left: 4rem;
}
.pl-16 {
  padding-left: 4rem;
}
.mr-16 {
  margin-right: 4rem;
}
.pr-16 {
  padding-right: 4rem;
}
.mt-18 {
  margin-top: 4.5rem;
}
.pt-18 {
  padding-top: 4.5rem;
}
.mb-18 {
  margin-bottom: 4.5rem;
}
.pb-18 {
  padding-bottom: 4.5rem;
}
.ml-18 {
  margin-left: 4.5rem;
}
.pl-18 {
  padding-left: 4.5rem;
}
.mr-18 {
  margin-right: 4.5rem;
}
.pr-18 {
  padding-right: 4.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.pl-20 {
  padding-left: 5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.mt-22 {
  margin-top: 5.5rem;
}
.pt-22 {
  padding-top: 5.5rem;
}
.mb-22 {
  margin-bottom: 5.5rem;
}
.pb-22 {
  padding-bottom: 5.5rem;
}
.ml-22 {
  margin-left: 5.5rem;
}
.pl-22 {
  padding-left: 5.5rem;
}
.mr-22 {
  margin-right: 5.5rem;
}
.pr-22 {
  padding-right: 5.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.pt-24 {
  padding-top: 6rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.ml-24 {
  margin-left: 6rem;
}
.pl-24 {
  padding-left: 6rem;
}
.mr-24 {
  margin-right: 6rem;
}
.pr-24 {
  padding-right: 6rem;
}
.mt-26 {
  margin-top: 6.5rem;
}
.pt-26 {
  padding-top: 6.5rem;
}
.mb-26 {
  margin-bottom: 6.5rem;
}
.pb-26 {
  padding-bottom: 6.5rem;
}
.ml-26 {
  margin-left: 6.5rem;
}
.pl-26 {
  padding-left: 6.5rem;
}
.mr-26 {
  margin-right: 6.5rem;
}
.pr-26 {
  padding-right: 6.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.pt-28 {
  padding-top: 7rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.ml-28 {
  margin-left: 7rem;
}
.pl-28 {
  padding-left: 7rem;
}
.mr-28 {
  margin-right: 7rem;
}
.pr-28 {
  padding-right: 7rem;
}
.mt-30 {
  margin-top: 7.5rem;
}
.pt-30 {
  padding-top: 7.5rem;
}
.mb-30 {
  margin-bottom: 7.5rem;
}
.pb-30 {
  padding-bottom: 7.5rem;
}
.ml-30 {
  margin-left: 7.5rem;
}
.pl-30 {
  padding-left: 7.5rem;
}
.mr-30 {
  margin-right: 7.5rem;
}
.pr-30 {
  padding-right: 7.5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.pt-32 {
  padding-top: 8rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.ml-32 {
  margin-left: 8rem;
}
.pl-32 {
  padding-left: 8rem;
}
.mr-32 {
  margin-right: 8rem;
}
.pr-32 {
  padding-right: 8rem;
}
.mt-34 {
  margin-top: 8.5rem;
}
.pt-34 {
  padding-top: 8.5rem;
}
.mb-34 {
  margin-bottom: 8.5rem;
}
.pb-34 {
  padding-bottom: 8.5rem;
}
.ml-34 {
  margin-left: 8.5rem;
}
.pl-34 {
  padding-left: 8.5rem;
}
.mr-34 {
  margin-right: 8.5rem;
}
.pr-34 {
  padding-right: 8.5rem;
}
.mt-36 {
  margin-top: 9rem;
}
.pt-36 {
  padding-top: 9rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.ml-36 {
  margin-left: 9rem;
}
.pl-36 {
  padding-left: 9rem;
}
.mr-36 {
  margin-right: 9rem;
}
.pr-36 {
  padding-right: 9rem;
}
.mt-38 {
  margin-top: 9.5rem;
}
.pt-38 {
  padding-top: 9.5rem;
}
.mb-38 {
  margin-bottom: 9.5rem;
}
.pb-38 {
  padding-bottom: 9.5rem;
}
.ml-38 {
  margin-left: 9.5rem;
}
.pl-38 {
  padding-left: 9.5rem;
}
.mr-38 {
  margin-right: 9.5rem;
}
.pr-38 {
  padding-right: 9.5rem;
}
.mt-40 {
  margin-top: 10rem;
}
.pt-40 {
  padding-top: 10rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.ml-40 {
  margin-left: 10rem;
}
.pl-40 {
  padding-left: 10rem;
}
.mr-40 {
  margin-right: 10rem;
}
.pr-40 {
  padding-right: 10rem;
}
.mt-42 {
  margin-top: 10.5rem;
}
.pt-42 {
  padding-top: 10.5rem;
}
.mb-42 {
  margin-bottom: 10.5rem;
}
.pb-42 {
  padding-bottom: 10.5rem;
}
.ml-42 {
  margin-left: 10.5rem;
}
.pl-42 {
  padding-left: 10.5rem;
}
.mr-42 {
  margin-right: 10.5rem;
}
.pr-42 {
  padding-right: 10.5rem;
}
.mt-44 {
  margin-top: 11rem;
}
.pt-44 {
  padding-top: 11rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.ml-44 {
  margin-left: 11rem;
}
.pl-44 {
  padding-left: 11rem;
}
.mr-44 {
  margin-right: 11rem;
}
.pr-44 {
  padding-right: 11rem;
}
.mt-46 {
  margin-top: 11.5rem;
}
.pt-46 {
  padding-top: 11.5rem;
}
.mb-46 {
  margin-bottom: 11.5rem;
}
.pb-46 {
  padding-bottom: 11.5rem;
}
.ml-46 {
  margin-left: 11.5rem;
}
.pl-46 {
  padding-left: 11.5rem;
}
.mr-46 {
  margin-right: 11.5rem;
}
.pr-46 {
  padding-right: 11.5rem;
}
.mt-48 {
  margin-top: 12rem;
}
.pt-48 {
  padding-top: 12rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.ml-48 {
  margin-left: 12rem;
}
.pl-48 {
  padding-left: 12rem;
}
.mr-48 {
  margin-right: 12rem;
}
.pr-48 {
  padding-right: 12rem;
}
.mt-50 {
  margin-top: 12.5rem;
}
.pt-50 {
  padding-top: 12.5rem;
}
.mb-50 {
  margin-bottom: 12.5rem;
}
.pb-50 {
  padding-bottom: 12.5rem;
}
.ml-50 {
  margin-left: 12.5rem;
}
.pl-50 {
  padding-left: 12.5rem;
}
.mr-50 {
  margin-right: 12.5rem;
}
.pr-50 {
  padding-right: 12.5rem;
}
.mt-80 {
  margin-top: 20rem;
}
.pt-80 {
  padding-top: 20rem;
}
.mb-80 {
  margin-bottom: 20rem;
}
.pb-80 {
  padding-bottom: 20rem;
}
.ml-80 {
  margin-left: 20rem;
}
.pl-80 {
  padding-left: 20rem;
}
.mr-80 {
  margin-right: 20rem;
}
.pr-80 {
  padding-right: 20rem;
}
@media (width > 768px) {
  .mmt-0 {
    margin-top: 0rem;
  }
  .mpt-0 {
    padding-top: 0rem;
  }
  .mmb-0 {
    margin-bottom: 0rem;
  }
  .mpb-0 {
    padding-bottom: 0rem;
  }
  .mml-0 {
    margin-left: 0rem;
  }
  .mpl-0 {
    padding-left: 0rem;
  }
  .mmr-0 {
    margin-right: 0rem;
  }
  .mpr-0 {
    padding-right: 0rem;
  }
  .mmt-1 {
    margin-top: 0.25rem;
  }
  .mpt-1 {
    padding-top: 0.25rem;
  }
  .mmb-1 {
    margin-bottom: 0.25rem;
  }
  .mpb-1 {
    padding-bottom: 0.25rem;
  }
  .mml-1 {
    margin-left: 0.25rem;
  }
  .mpl-1 {
    padding-left: 0.25rem;
  }
  .mmr-1 {
    margin-right: 0.25rem;
  }
  .mpr-1 {
    padding-right: 0.25rem;
  }
  .mmt-2 {
    margin-top: 0.5rem;
  }
  .mpt-2 {
    padding-top: 0.5rem;
  }
  .mmb-2 {
    margin-bottom: 0.5rem;
  }
  .mpb-2 {
    padding-bottom: 0.5rem;
  }
  .mml-2 {
    margin-left: 0.5rem;
  }
  .mpl-2 {
    padding-left: 0.5rem;
  }
  .mmr-2 {
    margin-right: 0.5rem;
  }
  .mpr-2 {
    padding-right: 0.5rem;
  }
  .mmt-3 {
    margin-top: 0.75rem;
  }
  .mpt-3 {
    padding-top: 0.75rem;
  }
  .mmb-3 {
    margin-bottom: 0.75rem;
  }
  .mpb-3 {
    padding-bottom: 0.75rem;
  }
  .mml-3 {
    margin-left: 0.75rem;
  }
  .mpl-3 {
    padding-left: 0.75rem;
  }
  .mmr-3 {
    margin-right: 0.75rem;
  }
  .mpr-3 {
    padding-right: 0.75rem;
  }
  .mmt-4 {
    margin-top: 1rem;
  }
  .mpt-4 {
    padding-top: 1rem;
  }
  .mmb-4 {
    margin-bottom: 1rem;
  }
  .mpb-4 {
    padding-bottom: 1rem;
  }
  .mml-4 {
    margin-left: 1rem;
  }
  .mpl-4 {
    padding-left: 1rem;
  }
  .mmr-4 {
    margin-right: 1rem;
  }
  .mpr-4 {
    padding-right: 1rem;
  }
  .mmt-5 {
    margin-top: 1.25rem;
  }
  .mpt-5 {
    padding-top: 1.25rem;
  }
  .mmb-5 {
    margin-bottom: 1.25rem;
  }
  .mpb-5 {
    padding-bottom: 1.25rem;
  }
  .mml-5 {
    margin-left: 1.25rem;
  }
  .mpl-5 {
    padding-left: 1.25rem;
  }
  .mmr-5 {
    margin-right: 1.25rem;
  }
  .mpr-5 {
    padding-right: 1.25rem;
  }
  .mmt-6 {
    margin-top: 1.5rem;
  }
  .mpt-6 {
    padding-top: 1.5rem;
  }
  .mmb-6 {
    margin-bottom: 1.5rem;
  }
  .mpb-6 {
    padding-bottom: 1.5rem;
  }
  .mml-6 {
    margin-left: 1.5rem;
  }
  .mpl-6 {
    padding-left: 1.5rem;
  }
  .mmr-6 {
    margin-right: 1.5rem;
  }
  .mpr-6 {
    padding-right: 1.5rem;
  }
  .mmt-7 {
    margin-top: 1.75rem;
  }
  .mpt-7 {
    padding-top: 1.75rem;
  }
  .mmb-7 {
    margin-bottom: 1.75rem;
  }
  .mpb-7 {
    padding-bottom: 1.75rem;
  }
  .mml-7 {
    margin-left: 1.75rem;
  }
  .mpl-7 {
    padding-left: 1.75rem;
  }
  .mmr-7 {
    margin-right: 1.75rem;
  }
  .mpr-7 {
    padding-right: 1.75rem;
  }
  .mmt-8 {
    margin-top: 2rem;
  }
  .mpt-8 {
    padding-top: 2rem;
  }
  .mmb-8 {
    margin-bottom: 2rem;
  }
  .mpb-8 {
    padding-bottom: 2rem;
  }
  .mml-8 {
    margin-left: 2rem;
  }
  .mpl-8 {
    padding-left: 2rem;
  }
  .mmr-8 {
    margin-right: 2rem;
  }
  .mpr-8 {
    padding-right: 2rem;
  }
  .mmt-9 {
    margin-top: 2.25rem;
  }
  .mpt-9 {
    padding-top: 2.25rem;
  }
  .mmb-9 {
    margin-bottom: 2.25rem;
  }
  .mpb-9 {
    padding-bottom: 2.25rem;
  }
  .mml-9 {
    margin-left: 2.25rem;
  }
  .mpl-9 {
    padding-left: 2.25rem;
  }
  .mmr-9 {
    margin-right: 2.25rem;
  }
  .mpr-9 {
    padding-right: 2.25rem;
  }
  .mmt-10 {
    margin-top: 2.5rem;
  }
  .mpt-10 {
    padding-top: 2.5rem;
  }
  .mmb-10 {
    margin-bottom: 2.5rem;
  }
  .mpb-10 {
    padding-bottom: 2.5rem;
  }
  .mml-10 {
    margin-left: 2.5rem;
  }
  .mpl-10 {
    padding-left: 2.5rem;
  }
  .mmr-10 {
    margin-right: 2.5rem;
  }
  .mpr-10 {
    padding-right: 2.5rem;
  }
  .mmt-12 {
    margin-top: 3rem;
  }
  .mpt-12 {
    padding-top: 3rem;
  }
  .mmb-12 {
    margin-bottom: 3rem;
  }
  .mpb-12 {
    padding-bottom: 3rem;
  }
  .mml-12 {
    margin-left: 3rem;
  }
  .mpl-12 {
    padding-left: 3rem;
  }
  .mmr-12 {
    margin-right: 3rem;
  }
  .mpr-12 {
    padding-right: 3rem;
  }
  .mmt-14 {
    margin-top: 3.5rem;
  }
  .mpt-14 {
    padding-top: 3.5rem;
  }
  .mmb-14 {
    margin-bottom: 3.5rem;
  }
  .mpb-14 {
    padding-bottom: 3.5rem;
  }
  .mml-14 {
    margin-left: 3.5rem;
  }
  .mpl-14 {
    padding-left: 3.5rem;
  }
  .mmr-14 {
    margin-right: 3.5rem;
  }
  .mpr-14 {
    padding-right: 3.5rem;
  }
  .mmt-16 {
    margin-top: 4rem;
  }
  .mpt-16 {
    padding-top: 4rem;
  }
  .mmb-16 {
    margin-bottom: 4rem;
  }
  .mpb-16 {
    padding-bottom: 4rem;
  }
  .mml-16 {
    margin-left: 4rem;
  }
  .mpl-16 {
    padding-left: 4rem;
  }
  .mmr-16 {
    margin-right: 4rem;
  }
  .mpr-16 {
    padding-right: 4rem;
  }
  .mmt-18 {
    margin-top: 4.5rem;
  }
  .mpt-18 {
    padding-top: 4.5rem;
  }
  .mmb-18 {
    margin-bottom: 4.5rem;
  }
  .mpb-18 {
    padding-bottom: 4.5rem;
  }
  .mml-18 {
    margin-left: 4.5rem;
  }
  .mpl-18 {
    padding-left: 4.5rem;
  }
  .mmr-18 {
    margin-right: 4.5rem;
  }
  .mpr-18 {
    padding-right: 4.5rem;
  }
  .mmt-20 {
    margin-top: 5rem;
  }
  .mpt-20 {
    padding-top: 5rem;
  }
  .mmb-20 {
    margin-bottom: 5rem;
  }
  .mpb-20 {
    padding-bottom: 5rem;
  }
  .mml-20 {
    margin-left: 5rem;
  }
  .mpl-20 {
    padding-left: 5rem;
  }
  .mmr-20 {
    margin-right: 5rem;
  }
  .mpr-20 {
    padding-right: 5rem;
  }
  .mmt-22 {
    margin-top: 5.5rem;
  }
  .mpt-22 {
    padding-top: 5.5rem;
  }
  .mmb-22 {
    margin-bottom: 5.5rem;
  }
  .mpb-22 {
    padding-bottom: 5.5rem;
  }
  .mml-22 {
    margin-left: 5.5rem;
  }
  .mpl-22 {
    padding-left: 5.5rem;
  }
  .mmr-22 {
    margin-right: 5.5rem;
  }
  .mpr-22 {
    padding-right: 5.5rem;
  }
  .mmt-24 {
    margin-top: 6rem;
  }
  .mpt-24 {
    padding-top: 6rem;
  }
  .mmb-24 {
    margin-bottom: 6rem;
  }
  .mpb-24 {
    padding-bottom: 6rem;
  }
  .mml-24 {
    margin-left: 6rem;
  }
  .mpl-24 {
    padding-left: 6rem;
  }
  .mmr-24 {
    margin-right: 6rem;
  }
  .mpr-24 {
    padding-right: 6rem;
  }
  .mmt-26 {
    margin-top: 6.5rem;
  }
  .mpt-26 {
    padding-top: 6.5rem;
  }
  .mmb-26 {
    margin-bottom: 6.5rem;
  }
  .mpb-26 {
    padding-bottom: 6.5rem;
  }
  .mml-26 {
    margin-left: 6.5rem;
  }
  .mpl-26 {
    padding-left: 6.5rem;
  }
  .mmr-26 {
    margin-right: 6.5rem;
  }
  .mpr-26 {
    padding-right: 6.5rem;
  }
  .mmt-28 {
    margin-top: 7rem;
  }
  .mpt-28 {
    padding-top: 7rem;
  }
  .mmb-28 {
    margin-bottom: 7rem;
  }
  .mpb-28 {
    padding-bottom: 7rem;
  }
  .mml-28 {
    margin-left: 7rem;
  }
  .mpl-28 {
    padding-left: 7rem;
  }
  .mmr-28 {
    margin-right: 7rem;
  }
  .mpr-28 {
    padding-right: 7rem;
  }
  .mmt-30 {
    margin-top: 7.5rem;
  }
  .mpt-30 {
    padding-top: 7.5rem;
  }
  .mmb-30 {
    margin-bottom: 7.5rem;
  }
  .mpb-30 {
    padding-bottom: 7.5rem;
  }
  .mml-30 {
    margin-left: 7.5rem;
  }
  .mpl-30 {
    padding-left: 7.5rem;
  }
  .mmr-30 {
    margin-right: 7.5rem;
  }
  .mpr-30 {
    padding-right: 7.5rem;
  }
  .mmt-32 {
    margin-top: 8rem;
  }
  .mpt-32 {
    padding-top: 8rem;
  }
  .mmb-32 {
    margin-bottom: 8rem;
  }
  .mpb-32 {
    padding-bottom: 8rem;
  }
  .mml-32 {
    margin-left: 8rem;
  }
  .mpl-32 {
    padding-left: 8rem;
  }
  .mmr-32 {
    margin-right: 8rem;
  }
  .mpr-32 {
    padding-right: 8rem;
  }
  .mmt-34 {
    margin-top: 8.5rem;
  }
  .mpt-34 {
    padding-top: 8.5rem;
  }
  .mmb-34 {
    margin-bottom: 8.5rem;
  }
  .mpb-34 {
    padding-bottom: 8.5rem;
  }
  .mml-34 {
    margin-left: 8.5rem;
  }
  .mpl-34 {
    padding-left: 8.5rem;
  }
  .mmr-34 {
    margin-right: 8.5rem;
  }
  .mpr-34 {
    padding-right: 8.5rem;
  }
  .mmt-36 {
    margin-top: 9rem;
  }
  .mpt-36 {
    padding-top: 9rem;
  }
  .mmb-36 {
    margin-bottom: 9rem;
  }
  .mpb-36 {
    padding-bottom: 9rem;
  }
  .mml-36 {
    margin-left: 9rem;
  }
  .mpl-36 {
    padding-left: 9rem;
  }
  .mmr-36 {
    margin-right: 9rem;
  }
  .mpr-36 {
    padding-right: 9rem;
  }
  .mmt-38 {
    margin-top: 9.5rem;
  }
  .mpt-38 {
    padding-top: 9.5rem;
  }
  .mmb-38 {
    margin-bottom: 9.5rem;
  }
  .mpb-38 {
    padding-bottom: 9.5rem;
  }
  .mml-38 {
    margin-left: 9.5rem;
  }
  .mpl-38 {
    padding-left: 9.5rem;
  }
  .mmr-38 {
    margin-right: 9.5rem;
  }
  .mpr-38 {
    padding-right: 9.5rem;
  }
  .mmt-40 {
    margin-top: 10rem;
  }
  .mpt-40 {
    padding-top: 10rem;
  }
  .mmb-40 {
    margin-bottom: 10rem;
  }
  .mpb-40 {
    padding-bottom: 10rem;
  }
  .mml-40 {
    margin-left: 10rem;
  }
  .mpl-40 {
    padding-left: 10rem;
  }
  .mmr-40 {
    margin-right: 10rem;
  }
  .mpr-40 {
    padding-right: 10rem;
  }
  .mmt-42 {
    margin-top: 10.5rem;
  }
  .mpt-42 {
    padding-top: 10.5rem;
  }
  .mmb-42 {
    margin-bottom: 10.5rem;
  }
  .mpb-42 {
    padding-bottom: 10.5rem;
  }
  .mml-42 {
    margin-left: 10.5rem;
  }
  .mpl-42 {
    padding-left: 10.5rem;
  }
  .mmr-42 {
    margin-right: 10.5rem;
  }
  .mpr-42 {
    padding-right: 10.5rem;
  }
  .mmt-44 {
    margin-top: 11rem;
  }
  .mpt-44 {
    padding-top: 11rem;
  }
  .mmb-44 {
    margin-bottom: 11rem;
  }
  .mpb-44 {
    padding-bottom: 11rem;
  }
  .mml-44 {
    margin-left: 11rem;
  }
  .mpl-44 {
    padding-left: 11rem;
  }
  .mmr-44 {
    margin-right: 11rem;
  }
  .mpr-44 {
    padding-right: 11rem;
  }
  .mmt-46 {
    margin-top: 11.5rem;
  }
  .mpt-46 {
    padding-top: 11.5rem;
  }
  .mmb-46 {
    margin-bottom: 11.5rem;
  }
  .mpb-46 {
    padding-bottom: 11.5rem;
  }
  .mml-46 {
    margin-left: 11.5rem;
  }
  .mpl-46 {
    padding-left: 11.5rem;
  }
  .mmr-46 {
    margin-right: 11.5rem;
  }
  .mpr-46 {
    padding-right: 11.5rem;
  }
  .mmt-48 {
    margin-top: 12rem;
  }
  .mpt-48 {
    padding-top: 12rem;
  }
  .mmb-48 {
    margin-bottom: 12rem;
  }
  .mpb-48 {
    padding-bottom: 12rem;
  }
  .mml-48 {
    margin-left: 12rem;
  }
  .mpl-48 {
    padding-left: 12rem;
  }
  .mmr-48 {
    margin-right: 12rem;
  }
  .mpr-48 {
    padding-right: 12rem;
  }
  .mmt-50 {
    margin-top: 12.5rem;
  }
  .mpt-50 {
    padding-top: 12.5rem;
  }
  .mmb-50 {
    margin-bottom: 12.5rem;
  }
  .mpb-50 {
    padding-bottom: 12.5rem;
  }
  .mml-50 {
    margin-left: 12.5rem;
  }
  .mpl-50 {
    padding-left: 12.5rem;
  }
  .mmr-50 {
    margin-right: 12.5rem;
  }
  .mpr-50 {
    padding-right: 12.5rem;
  }
  .mmt-80 {
    margin-top: 20rem;
  }
  .mpt-80 {
    padding-top: 20rem;
  }
  .mmb-80 {
    margin-bottom: 20rem;
  }
  .mpb-80 {
    padding-bottom: 20rem;
  }
  .mml-80 {
    margin-left: 20rem;
  }
  .mpl-80 {
    padding-left: 20rem;
  }
  .mmr-80 {
    margin-right: 20rem;
  }
  .mpr-80 {
    padding-right: 20rem;
  }
}
@media (width > 992px) {
  .lmt-0 {
    margin-top: 0rem;
  }
  .lpt-0 {
    padding-top: 0rem;
  }
  .lmb-0 {
    margin-bottom: 0rem;
  }
  .lpb-0 {
    padding-bottom: 0rem;
  }
  .lml-0 {
    margin-left: 0rem;
  }
  .lpl-0 {
    padding-left: 0rem;
  }
  .lmr-0 {
    margin-right: 0rem;
  }
  .lpr-0 {
    padding-right: 0rem;
  }
  .lmt-1 {
    margin-top: 0.25rem;
  }
  .lpt-1 {
    padding-top: 0.25rem;
  }
  .lmb-1 {
    margin-bottom: 0.25rem;
  }
  .lpb-1 {
    padding-bottom: 0.25rem;
  }
  .lml-1 {
    margin-left: 0.25rem;
  }
  .lpl-1 {
    padding-left: 0.25rem;
  }
  .lmr-1 {
    margin-right: 0.25rem;
  }
  .lpr-1 {
    padding-right: 0.25rem;
  }
  .lmt-2 {
    margin-top: 0.5rem;
  }
  .lpt-2 {
    padding-top: 0.5rem;
  }
  .lmb-2 {
    margin-bottom: 0.5rem;
  }
  .lpb-2 {
    padding-bottom: 0.5rem;
  }
  .lml-2 {
    margin-left: 0.5rem;
  }
  .lpl-2 {
    padding-left: 0.5rem;
  }
  .lmr-2 {
    margin-right: 0.5rem;
  }
  .lpr-2 {
    padding-right: 0.5rem;
  }
  .lmt-3 {
    margin-top: 0.75rem;
  }
  .lpt-3 {
    padding-top: 0.75rem;
  }
  .lmb-3 {
    margin-bottom: 0.75rem;
  }
  .lpb-3 {
    padding-bottom: 0.75rem;
  }
  .lml-3 {
    margin-left: 0.75rem;
  }
  .lpl-3 {
    padding-left: 0.75rem;
  }
  .lmr-3 {
    margin-right: 0.75rem;
  }
  .lpr-3 {
    padding-right: 0.75rem;
  }
  .lmt-4 {
    margin-top: 1rem;
  }
  .lpt-4 {
    padding-top: 1rem;
  }
  .lmb-4 {
    margin-bottom: 1rem;
  }
  .lpb-4 {
    padding-bottom: 1rem;
  }
  .lml-4 {
    margin-left: 1rem;
  }
  .lpl-4 {
    padding-left: 1rem;
  }
  .lmr-4 {
    margin-right: 1rem;
  }
  .lpr-4 {
    padding-right: 1rem;
  }
  .lmt-5 {
    margin-top: 1.25rem;
  }
  .lpt-5 {
    padding-top: 1.25rem;
  }
  .lmb-5 {
    margin-bottom: 1.25rem;
  }
  .lpb-5 {
    padding-bottom: 1.25rem;
  }
  .lml-5 {
    margin-left: 1.25rem;
  }
  .lpl-5 {
    padding-left: 1.25rem;
  }
  .lmr-5 {
    margin-right: 1.25rem;
  }
  .lpr-5 {
    padding-right: 1.25rem;
  }
  .lmt-6 {
    margin-top: 1.5rem;
  }
  .lpt-6 {
    padding-top: 1.5rem;
  }
  .lmb-6 {
    margin-bottom: 1.5rem;
  }
  .lpb-6 {
    padding-bottom: 1.5rem;
  }
  .lml-6 {
    margin-left: 1.5rem;
  }
  .lpl-6 {
    padding-left: 1.5rem;
  }
  .lmr-6 {
    margin-right: 1.5rem;
  }
  .lpr-6 {
    padding-right: 1.5rem;
  }
  .lmt-7 {
    margin-top: 1.75rem;
  }
  .lpt-7 {
    padding-top: 1.75rem;
  }
  .lmb-7 {
    margin-bottom: 1.75rem;
  }
  .lpb-7 {
    padding-bottom: 1.75rem;
  }
  .lml-7 {
    margin-left: 1.75rem;
  }
  .lpl-7 {
    padding-left: 1.75rem;
  }
  .lmr-7 {
    margin-right: 1.75rem;
  }
  .lpr-7 {
    padding-right: 1.75rem;
  }
  .lmt-8 {
    margin-top: 2rem;
  }
  .lpt-8 {
    padding-top: 2rem;
  }
  .lmb-8 {
    margin-bottom: 2rem;
  }
  .lpb-8 {
    padding-bottom: 2rem;
  }
  .lml-8 {
    margin-left: 2rem;
  }
  .lpl-8 {
    padding-left: 2rem;
  }
  .lmr-8 {
    margin-right: 2rem;
  }
  .lpr-8 {
    padding-right: 2rem;
  }
  .lmt-9 {
    margin-top: 2.25rem;
  }
  .lpt-9 {
    padding-top: 2.25rem;
  }
  .lmb-9 {
    margin-bottom: 2.25rem;
  }
  .lpb-9 {
    padding-bottom: 2.25rem;
  }
  .lml-9 {
    margin-left: 2.25rem;
  }
  .lpl-9 {
    padding-left: 2.25rem;
  }
  .lmr-9 {
    margin-right: 2.25rem;
  }
  .lpr-9 {
    padding-right: 2.25rem;
  }
  .lmt-10 {
    margin-top: 2.5rem;
  }
  .lpt-10 {
    padding-top: 2.5rem;
  }
  .lmb-10 {
    margin-bottom: 2.5rem;
  }
  .lpb-10 {
    padding-bottom: 2.5rem;
  }
  .lml-10 {
    margin-left: 2.5rem;
  }
  .lpl-10 {
    padding-left: 2.5rem;
  }
  .lmr-10 {
    margin-right: 2.5rem;
  }
  .lpr-10 {
    padding-right: 2.5rem;
  }
  .lmt-12 {
    margin-top: 3rem;
  }
  .lpt-12 {
    padding-top: 3rem;
  }
  .lmb-12 {
    margin-bottom: 3rem;
  }
  .lpb-12 {
    padding-bottom: 3rem;
  }
  .lml-12 {
    margin-left: 3rem;
  }
  .lpl-12 {
    padding-left: 3rem;
  }
  .lmr-12 {
    margin-right: 3rem;
  }
  .lpr-12 {
    padding-right: 3rem;
  }
  .lmt-14 {
    margin-top: 3.5rem;
  }
  .lpt-14 {
    padding-top: 3.5rem;
  }
  .lmb-14 {
    margin-bottom: 3.5rem;
  }
  .lpb-14 {
    padding-bottom: 3.5rem;
  }
  .lml-14 {
    margin-left: 3.5rem;
  }
  .lpl-14 {
    padding-left: 3.5rem;
  }
  .lmr-14 {
    margin-right: 3.5rem;
  }
  .lpr-14 {
    padding-right: 3.5rem;
  }
  .lmt-16 {
    margin-top: 4rem;
  }
  .lpt-16 {
    padding-top: 4rem;
  }
  .lmb-16 {
    margin-bottom: 4rem;
  }
  .lpb-16 {
    padding-bottom: 4rem;
  }
  .lml-16 {
    margin-left: 4rem;
  }
  .lpl-16 {
    padding-left: 4rem;
  }
  .lmr-16 {
    margin-right: 4rem;
  }
  .lpr-16 {
    padding-right: 4rem;
  }
  .lmt-18 {
    margin-top: 4.5rem;
  }
  .lpt-18 {
    padding-top: 4.5rem;
  }
  .lmb-18 {
    margin-bottom: 4.5rem;
  }
  .lpb-18 {
    padding-bottom: 4.5rem;
  }
  .lml-18 {
    margin-left: 4.5rem;
  }
  .lpl-18 {
    padding-left: 4.5rem;
  }
  .lmr-18 {
    margin-right: 4.5rem;
  }
  .lpr-18 {
    padding-right: 4.5rem;
  }
  .lmt-20 {
    margin-top: 5rem;
  }
  .lpt-20 {
    padding-top: 5rem;
  }
  .lmb-20 {
    margin-bottom: 5rem;
  }
  .lpb-20 {
    padding-bottom: 5rem;
  }
  .lml-20 {
    margin-left: 5rem;
  }
  .lpl-20 {
    padding-left: 5rem;
  }
  .lmr-20 {
    margin-right: 5rem;
  }
  .lpr-20 {
    padding-right: 5rem;
  }
  .lmt-22 {
    margin-top: 5.5rem;
  }
  .lpt-22 {
    padding-top: 5.5rem;
  }
  .lmb-22 {
    margin-bottom: 5.5rem;
  }
  .lpb-22 {
    padding-bottom: 5.5rem;
  }
  .lml-22 {
    margin-left: 5.5rem;
  }
  .lpl-22 {
    padding-left: 5.5rem;
  }
  .lmr-22 {
    margin-right: 5.5rem;
  }
  .lpr-22 {
    padding-right: 5.5rem;
  }
  .lmt-24 {
    margin-top: 6rem;
  }
  .lpt-24 {
    padding-top: 6rem;
  }
  .lmb-24 {
    margin-bottom: 6rem;
  }
  .lpb-24 {
    padding-bottom: 6rem;
  }
  .lml-24 {
    margin-left: 6rem;
  }
  .lpl-24 {
    padding-left: 6rem;
  }
  .lmr-24 {
    margin-right: 6rem;
  }
  .lpr-24 {
    padding-right: 6rem;
  }
  .lmt-26 {
    margin-top: 6.5rem;
  }
  .lpt-26 {
    padding-top: 6.5rem;
  }
  .lmb-26 {
    margin-bottom: 6.5rem;
  }
  .lpb-26 {
    padding-bottom: 6.5rem;
  }
  .lml-26 {
    margin-left: 6.5rem;
  }
  .lpl-26 {
    padding-left: 6.5rem;
  }
  .lmr-26 {
    margin-right: 6.5rem;
  }
  .lpr-26 {
    padding-right: 6.5rem;
  }
  .lmt-28 {
    margin-top: 7rem;
  }
  .lpt-28 {
    padding-top: 7rem;
  }
  .lmb-28 {
    margin-bottom: 7rem;
  }
  .lpb-28 {
    padding-bottom: 7rem;
  }
  .lml-28 {
    margin-left: 7rem;
  }
  .lpl-28 {
    padding-left: 7rem;
  }
  .lmr-28 {
    margin-right: 7rem;
  }
  .lpr-28 {
    padding-right: 7rem;
  }
  .lmt-30 {
    margin-top: 7.5rem;
  }
  .lpt-30 {
    padding-top: 7.5rem;
  }
  .lmb-30 {
    margin-bottom: 7.5rem;
  }
  .lpb-30 {
    padding-bottom: 7.5rem;
  }
  .lml-30 {
    margin-left: 7.5rem;
  }
  .lpl-30 {
    padding-left: 7.5rem;
  }
  .lmr-30 {
    margin-right: 7.5rem;
  }
  .lpr-30 {
    padding-right: 7.5rem;
  }
  .lmt-32 {
    margin-top: 8rem;
  }
  .lpt-32 {
    padding-top: 8rem;
  }
  .lmb-32 {
    margin-bottom: 8rem;
  }
  .lpb-32 {
    padding-bottom: 8rem;
  }
  .lml-32 {
    margin-left: 8rem;
  }
  .lpl-32 {
    padding-left: 8rem;
  }
  .lmr-32 {
    margin-right: 8rem;
  }
  .lpr-32 {
    padding-right: 8rem;
  }
  .lmt-34 {
    margin-top: 8.5rem;
  }
  .lpt-34 {
    padding-top: 8.5rem;
  }
  .lmb-34 {
    margin-bottom: 8.5rem;
  }
  .lpb-34 {
    padding-bottom: 8.5rem;
  }
  .lml-34 {
    margin-left: 8.5rem;
  }
  .lpl-34 {
    padding-left: 8.5rem;
  }
  .lmr-34 {
    margin-right: 8.5rem;
  }
  .lpr-34 {
    padding-right: 8.5rem;
  }
  .lmt-36 {
    margin-top: 9rem;
  }
  .lpt-36 {
    padding-top: 9rem;
  }
  .lmb-36 {
    margin-bottom: 9rem;
  }
  .lpb-36 {
    padding-bottom: 9rem;
  }
  .lml-36 {
    margin-left: 9rem;
  }
  .lpl-36 {
    padding-left: 9rem;
  }
  .lmr-36 {
    margin-right: 9rem;
  }
  .lpr-36 {
    padding-right: 9rem;
  }
  .lmt-38 {
    margin-top: 9.5rem;
  }
  .lpt-38 {
    padding-top: 9.5rem;
  }
  .lmb-38 {
    margin-bottom: 9.5rem;
  }
  .lpb-38 {
    padding-bottom: 9.5rem;
  }
  .lml-38 {
    margin-left: 9.5rem;
  }
  .lpl-38 {
    padding-left: 9.5rem;
  }
  .lmr-38 {
    margin-right: 9.5rem;
  }
  .lpr-38 {
    padding-right: 9.5rem;
  }
  .lmt-40 {
    margin-top: 10rem;
  }
  .lpt-40 {
    padding-top: 10rem;
  }
  .lmb-40 {
    margin-bottom: 10rem;
  }
  .lpb-40 {
    padding-bottom: 10rem;
  }
  .lml-40 {
    margin-left: 10rem;
  }
  .lpl-40 {
    padding-left: 10rem;
  }
  .lmr-40 {
    margin-right: 10rem;
  }
  .lpr-40 {
    padding-right: 10rem;
  }
  .lmt-42 {
    margin-top: 10.5rem;
  }
  .lpt-42 {
    padding-top: 10.5rem;
  }
  .lmb-42 {
    margin-bottom: 10.5rem;
  }
  .lpb-42 {
    padding-bottom: 10.5rem;
  }
  .lml-42 {
    margin-left: 10.5rem;
  }
  .lpl-42 {
    padding-left: 10.5rem;
  }
  .lmr-42 {
    margin-right: 10.5rem;
  }
  .lpr-42 {
    padding-right: 10.5rem;
  }
  .lmt-44 {
    margin-top: 11rem;
  }
  .lpt-44 {
    padding-top: 11rem;
  }
  .lmb-44 {
    margin-bottom: 11rem;
  }
  .lpb-44 {
    padding-bottom: 11rem;
  }
  .lml-44 {
    margin-left: 11rem;
  }
  .lpl-44 {
    padding-left: 11rem;
  }
  .lmr-44 {
    margin-right: 11rem;
  }
  .lpr-44 {
    padding-right: 11rem;
  }
  .lmt-46 {
    margin-top: 11.5rem;
  }
  .lpt-46 {
    padding-top: 11.5rem;
  }
  .lmb-46 {
    margin-bottom: 11.5rem;
  }
  .lpb-46 {
    padding-bottom: 11.5rem;
  }
  .lml-46 {
    margin-left: 11.5rem;
  }
  .lpl-46 {
    padding-left: 11.5rem;
  }
  .lmr-46 {
    margin-right: 11.5rem;
  }
  .lpr-46 {
    padding-right: 11.5rem;
  }
  .lmt-48 {
    margin-top: 12rem;
  }
  .lpt-48 {
    padding-top: 12rem;
  }
  .lmb-48 {
    margin-bottom: 12rem;
  }
  .lpb-48 {
    padding-bottom: 12rem;
  }
  .lml-48 {
    margin-left: 12rem;
  }
  .lpl-48 {
    padding-left: 12rem;
  }
  .lmr-48 {
    margin-right: 12rem;
  }
  .lpr-48 {
    padding-right: 12rem;
  }
  .lmt-50 {
    margin-top: 12.5rem;
  }
  .lpt-50 {
    padding-top: 12.5rem;
  }
  .lmb-50 {
    margin-bottom: 12.5rem;
  }
  .lpb-50 {
    padding-bottom: 12.5rem;
  }
  .lml-50 {
    margin-left: 12.5rem;
  }
  .lpl-50 {
    padding-left: 12.5rem;
  }
  .lmr-50 {
    margin-right: 12.5rem;
  }
  .lpr-50 {
    padding-right: 12.5rem;
  }
  .lmt-80 {
    margin-top: 20rem;
  }
  .lpt-80 {
    padding-top: 20rem;
  }
  .lmb-80 {
    margin-bottom: 20rem;
  }
  .lpb-80 {
    padding-bottom: 20rem;
  }
  .lml-80 {
    margin-left: 20rem;
  }
  .lpl-80 {
    padding-left: 20rem;
  }
  .lmr-80 {
    margin-right: 20rem;
  }
  .lpr-80 {
    padding-right: 20rem;
  }
}
/* ==========================================================================
   WIDTH UTILITIES
   ========================================================================== */
.w-1 {
  width: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-48 {
  width: 12rem;
}
.w-64 {
  width: 16rem;
}
.w-auto {
  width: auto;
}
.w-1-2 {
  width: 50%;
}
.w-1-3 {
  width: 33.33333%;
}
.w-2-3 {
  width: 66.66667%;
}
.w-1-4 {
  width: 25%;
}
.w-3-4 {
  width: 75%;
}
.w-1-5 {
  width: 20%;
}
.w-2-5 {
  width: 40%;
}
.w-3-5 {
  width: 60%;
}
.w-4-5 {
  width: 80%;
}
.w-1-6 {
  width: 16.66667%;
}
.w-5-6 {
  width: 83.33333%;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}

/*# sourceMappingURL=site.css.map*/