@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Heading typography style
 */
/**
 * Interface typography style
 */
/*! 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 */
  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;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 8px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: var(--wp--custom--layout--site-inner-padding-top) 0 var(--wp--custom--layout--block-gap-large);
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .sidebar-primary .block-about {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: var(--wp--style--block-gap);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-block-start: 0;
}

p.is-style-heading {
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--custom--typography--heading--font-size);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  text-transform: var(--wp--custom--typography--heading--text-transform);
}

p.is-style-interface {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}

/* List
--------------------------------------------- */
ul.is-style-fancy li {
  list-style-type: none;
  position: relative;
}
ul.is-style-fancy li::before {
  content: "➤";
  position: absolute;
  left: -25px;
}

ol.is-style-fancy > li {
  list-style-type: none;
  position: relative;
}
ol.is-style-fancy > li::before {
  content: counter(list-item);
  position: absolute;
  left: -32px;
  top: 2px;
}

ol.is-style-fancy > li::before,
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
  width: 24px;
  height: 24px;
  background: var(--wp--preset--color--foreground);
  border-radius: 50%;
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--tiny);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

/* Numbered Gallery
--------------------------------------------- */
body {
  counter-reset: gallery;
}

.wp-block-gallery.is-style-numbered .wp-block-image,
.wp-block-image.is-style-numbered {
  position: relative;
}
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
  content: counter(gallery);
  counter-increment: gallery;
  position: absolute;
  top: 8px;
  right: 8px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

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

.wp-block-image figcaption {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--foreground);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Blockquote
--------------------------------------------- */
blockquote.wp-block-quote {
  padding-block: var(--wp--custom--layout--block-gap-large);
  border-top: 1px solid var(--wp--preset--color--foreground);
  border-bottom: 1px solid var(--wp--preset--color--foreground);
  text-align: center;
}
blockquote.wp-block-quote cite {
  display: block;
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--tiny);
  font-style: normal;
}

.wp-block-pullquote {
  padding-block: var(--wp--custom--layout--block-gap);
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-flex;
  min-height: 44px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.editor-styles-wrapper .wp-element-button,
.editor-styles-wrapper .wp-block-button > .wp-block-button__link {
  display: inline-block;
  min-height: 0;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: var(--wp--custom--button--padding-block) var(--wp--custom--button--padding-inline);
}
@media (hover: hover) {
  .wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
    filter: brightness(85%);
  }
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: var(--wp--custom--button--outline-border-width) var(--wp--custom--button--outline-border-style) var(--wp--custom--button--outline-border-color);
  border-radius: var(--wp--custom--button--border-radius);
  padding: calc(var(--wp--custom--button--padding-block) - var(--wp--custom--button--outline-border-width)) calc(var(--wp--custom--button--padding-inline) - var(--wp--custom--button--outline-border-width));
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: calc(var(--wp--custom--button--padding-block) - var(--wp--custom--button--outline-border-width)) calc(var(--wp--custom--button--padding-inline) - var(--wp--custom--button--outline-border-width));
}

.wp-element-button.is-style-arrow,
.wp-block-button.is-style-arrow .wp-block-button__link,
.wp-element-button.is-style-link,
.wp-block-button.is-style-link .wp-block-button__link {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
  text-decoration: underline;
}
.wp-element-button.is-style-arrow:not(.has-text-color),
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color),
.wp-element-button.is-style-link:not(.has-text-color),
.wp-block-button.is-style-link .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--custom--color--link);
}
.wp-element-button.is-style-arrow:hover,
.wp-block-button.is-style-arrow .wp-block-button__link:hover,
.wp-element-button.is-style-link:hover,
.wp-block-button.is-style-link .wp-block-button__link:hover {
  text-decoration: underline;
}

.wp-element-button.is-style-arrow::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after {
  content: " →";
}

/* Columns
--------------------------------------------- */
.wp-block-columns.is-style-large-column-gap {
  column-gap: var(--wp--custom--layout--block-gap-large);
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--foreground);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 20px;
  height: 20px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Cover
--------------------------------------------- */
.wp-block-cover {
  padding-block: 100px;
}

.wp-block-cover.alignfull:not(.is-layout-constrained) > .wp-block-cover__image-background {
  max-width: none;
}

.wp-block-cover .wp-block-group.has-background {
  padding: var(--wp--custom--layout--block-gap-large);
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.remove-padding-top {
  padding-block-start: 0;
}
.wp-block-group.remove-padding-bottom {
  padding-block-end: 0;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
}
.has-background a:where(:not(.wp-element-button)),
.has-background .wp-block-button:is(.is-style-arrow, .is-style-link) .wp-element-button {
  color: inherit;
}

.has-primary-background-color,
.has-tertiary-background-color,
.has-quinary-background-color,
.has-septenary-background-color,
.has-nonary-background-color,
.has-denary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--background);
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-weight: 400;
  max-width: var(--wp--custom--layout--page);
  /*
  white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
  */
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}
.breadcrumb a {
  color: var(--wp--preset--color--foreground);
}
body.content-sidebar .site-header + .breadcrumb {
  max-width: 100%;
  margin: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding) calc(-1 * var(--wp--custom--layout--block-gap));
}
body.content-sidebar .site-header + .breadcrumb > span {
  display: block;
  max-width: var(--wp--custom--layout--wide);
  margin-inline: auto;
}

/* FAQ
--------------------------------------------- */
.schema-faq-section {
  border: 1px solid var(--wp--preset--color--foreground);
}

.schema-faq > * + * {
  margin-top: var(--wp--custom--layout--block-gap);
}

.schema-faq-question {
  background: var(--wp--preset--color--foreground);
  display: block;
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--custom--typography--heading--font-size);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  font-size: var(--wp--preset--font-size--large);
  padding: var(--wp--custom--layout--block-gap);
  color: var(--wp--preset--color--background);
}

.schema-faq-answer {
  padding: var(--wp--custom--layout--block-gap);
  margin: 0;
}

.schema-faq--has-toggle .schema-faq-question {
  padding-right: 52px;
  position: relative;
}

.schema-faq-toggle {
  background: transparent url(../icons/utility/carat-down-light.svg) no-repeat center;
  background-size: 16px;
  border: 1px solid var(--wp--preset--color--background);
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 16px;
  top: calc(50% - 22px);
}

.schema-faq-section.active .schema-faq-toggle {
  transform: rotate(180deg);
}

/* Table of Contents
--------------------------------------------- */
.yoast-table-of-contents {
  background: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--foreground);
}
.yoast-table-of-contents h2 {
  background: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  padding: 16px;
  color: var(--wp--preset--color--background);
}
.yoast-table-of-contents ul {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.yoast-table-of-contents ul li:not(:last-child) {
  margin-bottom: 8px;
}
.yoast-table-of-contents ul ul {
  padding-left: 0;
  padding-bottom: 8px;
}
.yoast-table-of-contents--no-js {
  padding-bottom: 44px;
}
.yoast-table-of-contents--no-js ul li:nth-of-type(n+4) {
  display: none;
}
.yoast-table-of-contents__footer {
  border-top: 1px solid var(--wp--preset--color--foreground);
  padding-inline: var(--wp--custom--layout--block-gap);
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.yoast-table-of-contents__footer[hidden] {
  display: none;
}

/* WP Recipe Maker
--------------------------------------------- */
.wprm-recipe-rating .wprm-recipe-rating-details {
  font-size: inherit;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--custom--typography--heading--font-size);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container label.wpforms-error {
  color: inherit;
}
div.wpforms-container .wpforms-recaptcha-container {
  grid-column: 1/-1;
  order: 99;
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}
div.wpforms-container.flex-fields input.wpforms-field-medium,
div.wpforms-container.flex-fields select.wpforms-field-medium,
div.wpforms-container.flex-fields .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}
div.wpforms-container.flex-fields .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
div.wpforms-container.flex-fields .wpforms-field-container .wpforms-field {
  margin: 0;
  flex-basis: 150px;
  flex-grow: 1;
}
div.wpforms-container.one-line input.wpforms-field-medium,
div.wpforms-container.one-line select.wpforms-field-medium,
div.wpforms-container.one-line .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-form,
div.wpforms-container.one-line .wpforms-form > fieldset[disabled] {
    display: grid;
    grid-template-columns: 1fr fit-content(300px);
    column-gap: var(--wp--custom--layout--block-gap);
  }
  div.wpforms-container.one-line .wpforms-head-container {
    grid-column: 1/-1;
  }
  div.wpforms-container.one-line .wpforms-field-container {
    display: flex;
    gap: var(--wp--custom--layout--block-gap);
  }
  div.wpforms-container.one-line .wpforms-field {
    margin: 0;
    flex-basis: 0;
    flex-grow: 1;
  }
  div.wpforms-container.one-line .wpforms-field-label {
    min-height: 26px;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    margin: 0;
    padding-top: 26px;
  }
}

/* FacetWP
--------------------------------------------- */
.facetwp-filters {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  min-height: 66px;
}
.facetwp-filters .facetwp-facet {
  margin: 0 0 16px;
  width: 100%;
}
.facetwp-filters .fs-label-wrap {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.facetwp-filters .fs-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.facetwp-filters .fs-open .fs-label-wrap,
.facetwp-filters .fs-dropdown {
  background: var(--wp--custom--color--neutral-100);
}
.facetwp-filters .fs-dropdown {
  margin: 0;
  width: 100%;
}
.facetwp-filters .fs-option {
  padding-top: 16px;
  padding-bottom: 16px;
}
.facetwp-filters__toggle {
  background: var(--wp--preset--color--primary);
  border: none;
  box-shadow: none;
  color: #fff;
  display: block;
  padding: 16px;
  font-size: var(--wp--preset--font-size--medium);
  width: 100%;
}
@media (max-width: 767px) {
  .facetwp-filters:not(.active) .facetwp-filters__inner {
    display: none;
  }
  .facetwp-filters.active .facetwp-filters__toggle {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .facetwp-filters__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
  }
  .facetwp-filters__toggle {
    display: none;
  }
}

/* Cultivate Optins
--------------------------------------------- */
.cwp-co-container .wpforms-submit-container {
  text-align: center;
}
.cwp-co-container .wpforms-submit-container button {
  width: 100%;
}

/* Top Hat
---------------------------------------------------------------------------------------------------- */
.top-hat {
  border-bottom: 1px solid var(--wp--preset--color--background);
  text-align: center;
  padding: 10px 0;
}
.top-hat p {
  margin: 0;
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  color: var(--wp--preset--color--background);
  line-height: var(--wp--custom--line-height--small);
}
.top-hat p img {
  max-width: 44px;
}
.top-hat a {
  color: inherit;
  text-decoration: none;
}
.top-hat a:hover {
  text-decoration: underline;
}

.top-hat--has-image {
  padding: 0;
}
.top-hat--has-image p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (min-width: 768px) {
  .top-hat--has-socials {
    padding: 0;
    text-align: left;
  }
  .top-hat--has-socials .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-hat--has-socials ul.social-links {
  margin: 0;
}
@media (max-width: 767px) {
  .top-hat--has-socials ul.social-links {
    display: none;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--foreground);
  border-bottom: 1px solid var(--wp--preset--color--background);
  color: var(--wp--preset--color--background);
  position: relative;
}
.site-header .wrap {
  display: grid;
  grid-template-columns: minmax(0, var(--wp--custom--header-logo--desktop-width)) 1fr;
  align-items: center;
}
@media (max-width: 1040px) {
  .site-header .wrap {
    padding: 0;
    grid-template-columns: 44px 1fr 44px;
  }
}
@media (min-width: 1041px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1040px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
  }
}
.site-header__logo {
  display: block;
  max-width: var(--wp--custom--header-logo--desktop-width);
  width: 100%;
  height: var(--wp--custom--header-logo--desktop-height);
  justify-self: center;
  margin: var(--wp--custom--header-logo--desktop-margin) 0;
}
@media (max-width: 1040px) {
  .site-header__logo {
    margin-block: var(--wp--custom--header-logo--mobile-margin);
    margin-left: var(--wp--custom--layout--padding);
    max-width: var(--wp--custom--header-logo--mobile-width);
    height: var(--wp--custom--header-logo--mobile-height);
  }
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 1041px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1040px) {
  .site-header.menu-active {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

.header-search {
  grid-column: 1/-1;
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header-search {
    right: 16px;
  }
}
@media (min-width: 1041px) {
  .header-search {
    position: absolute;
    transform: translateY(48px);
  }
}
@media (max-width: 1040px) {
  .header-search {
    display: block;
    padding: var(--wp--custom--layout--padding);
  }
}
.header-search:not(.active) {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
html {
  scroll-padding-top: 109px;
}

@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: 0;
    transition: transform 0.3s;
    z-index: 10;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .site-header {
    transform: translateY(-100%);
  }
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: inherit;
  display: block;
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  line-height: 20px;
  padding: 12px 16px;
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item.menu-item-favorite a {
  padding: 0;
  display: flex;
}
.nav-menu .menu-item .sub-menu a {
  font-weight: 400;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  color: inherit;
}
.nav-menu .submenu-expand svg {
  fill: currentColor;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 1041px) {
  .nav-menu #primary-menu > .menu-item {
    margin-inline: 6px;
  }
  .nav-menu #primary-menu > .menu-item a {
    padding-inline: 16px;
  }
  .nav-menu #primary-menu > .menu-item.menu-item-has-children > a {
    padding-right: 26px;
  }
  .nav-menu #primary-menu > .menu-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    margin-left: 6px;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 19px;
    background: var(--wp--preset--color--background);
  }
  .nav-menu #primary-menu > .menu-item .submenu-expand {
    right: 12px;
  }
  .nav-menu #primary-menu > .menu-item.menu-item-search {
    margin-left: 12px;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover, .nav-menu .menu-item:focus-within {
    background: var(--wp--preset--color--primary);
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item:hover > .sub-menu .menu-item:hover, .nav-menu .menu-item:hover > .sub-menu .menu-item:focus-within, .nav-menu .menu-item:focus-within > .sub-menu .menu-item:hover, .nav-menu .menu-item:focus-within > .sub-menu .menu-item:focus-within {
    background: none;
  }
  .nav-menu .menu-item.menu-item-has-children:hover .submenu-expand, .nav-menu .menu-item.menu-item-has-children:focus-within .submenu-expand {
    transform: rotate(180deg) translateY(50%);
  }
  .nav-menu .menu-item.menu-item-search:hover, .nav-menu .menu-item.menu-item-search:focus-within {
    background: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--tredenary);
    box-shadow: var(--wp--custom--box-shadow--1);
    color: var(--wp--preset--color--foreground);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1040px) {
  .nav-menu {
    display: none;
    background: var(--wp--preset--color--tredenary);
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu.active {
    display: block;
  }
  .nav-menu .menu-item-search,
.nav-menu .menu-item-favorite {
    display: none;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

.post-header {
  background: var(--wp--preset--color--foreground);
  padding: 24px 0;
  color: var(--wp--preset--color--background);
}
.post-header .wrap > *:last-child {
  margin-bottom: 0;
}
.post-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.post-header .breadcrumb a {
  color: var(--wp--preset--color--background);
}
.post-header .entry-title {
  padding-bottom: var(--wp--custom--layout--block-gap);
  border-bottom: 1px solid var(--wp--preset--color--background);
}
.post-header__info {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 400;
  line-height: var(--wp--custom--line-height--small);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 8px;
}
.post-header__info .entry-avatar {
  flex-shrink: 0;
}
.post-header__info .entry-avatar img {
  border-radius: 50%;
}
.post-header__info .entry-author {
  font-weight: 700;
}
.post-header__info .entry-author a {
  color: var(--wp--preset--color--background);
}
.post-header__info > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 4px;
  column-gap: 8px;
}
@media (min-width: 768px) {
  .post-header__info > div {
    flex-wrap: nowrap;
  }
  .post-header__info > div .post-comments::before {
    content: " • ";
  }
}
.post-header__info > div > * {
  margin: 0;
}
.post-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .post-header__actions {
    margin-top: 12px;
  }
}

.aff-disc {
  font-size: var(--wp--preset--font-size--min);
}

.slickstream-favorite .saved {
  display: none;
}
.slickstream-favorite.active .saved {
  display: inline;
}
.slickstream-favorite.active .save {
  display: none;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--foreground);
  padding: 0;
  color: var(--wp--preset--color--background);
}
.archive-header a {
  color: var(--wp--preset--color--background);
}

.archive-header .wrap {
  padding-top: 24px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .archive-header .wrap::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 49' fill='none'%3E%3Cg fill='%23FFF7E6' clip-path='url(%23a)'%3E%3Cpath fill-rule='evenodd' d='M22 3.719c-1.523.147-2.077 1.194-1.94 2.598.134 1.405.874 2.327 2.4 2.18 1.524-.146 2.076-1.19 1.942-2.597-.136-1.405-.877-2.328-2.402-2.181Zm.075.758c.943-.09 1.355.458 1.456 1.506v-.002c.101 1.05-.2 1.666-1.144 1.756-.936.09-1.355-.448-1.456-1.504-.1-1.056.207-1.666 1.144-1.756Z' clip-rule='evenodd'/%3E%3Cpath d='M14.352 8.593c-.558-1.244-.392-2.487.786-3.016.923-.415 1.555-.06 2.022.739l.048-.023-.587-1.29.659-.294.56 1.57-.654.418c-.54-.716-1.055-.732-1.604-.484-.688.31-.913.956-.433 2.024.478 1.063 1.057 1.288 1.8.956.7-.316.973-.952.718-1.52l-.014-.03-1.154.518-.269-.599 1.933-.867 1.01 2.246-.664.298-.463-1.222-.048.022c.136.672.024 1.507-1.01 1.97-1.164.524-2.049-.103-2.638-1.413l.002-.003Z'/%3E%3Cpath fill-rule='evenodd' d='M9.026 13.94c.3-.312.596-.283 1.252-.056l.002.001c.822.282 1.282.328 1.648-.142.5-.642.112-1.349-.811-1.942l-.371.475c.62.366.78.7.633.89-.108.138-.332.1-.623.049-.365-.063-.835-.145-1.32.08l-.026-.072.113-.07c.882-.538.842-1.488.157-2.021-.674-.527-1.411-.346-2.056.48l-1.427 1.827.565.44.328-.366 2.47 1.928-.27.41.564.44L11 14.824l-.565-.44-.349.384-1.06-.827Zm-.898-1.792c.358-.461.678-.589 1.034-.312.427.334.376.832-.037 1.317l-.451.513-1.076-.84.53-.678ZM5.728 20.522c-1.333-.467-2.05-1.406-1.542-2.851.505-1.443 1.652-1.73 2.985-1.264 1.333.467 2.05 1.406 1.543 2.851-.506 1.445-1.653 1.731-2.986 1.264Zm1.154-3.29c-.994-.348-1.663-.203-1.976.692-.312.888.112 1.422 1.113 1.773 1 .35 1.666.198 1.976-.692.314-.894-.118-1.424-1.113-1.772Z' clip-rule='evenodd'/%3E%3Cpath d='m6.989 26.604-.034-.637-3.134-.034-.04.637-.715-.006.04-3.89 2.033-.508-.008.795-1.269.318-.017 1.81 1.398.014.063-.98-.584.087.006-.65 1.646-.247-.006.65-.67.098.041 1.047 1.226.013.051-1.12.715.008-.027 2.603-.715-.006v-.002Z'/%3E%3Cpath fill-rule='evenodd' d='M26.131 6.013c.322-1.374 1.18-2.187 2.67-1.836 1.49.348 1.898 1.459 1.575 2.832-.322 1.374-1.18 2.188-2.67 1.838-1.49-.349-1.898-1.46-1.575-2.834Zm3.394.796c.241-1.026.025-1.676-.898-1.892-.917-.214-1.403.264-1.645 1.296-.241 1.032-.019 1.677.898 1.892.923.216 1.405-.27 1.645-1.296ZM31.138 9.049l-.378.606h.002l1.555.971c1.534.957 2.598.55 3.382-.707.623-1 .789-2.152-.958-3.242l-1.528-.953-.38.606.415.298-1.658 2.657-.452-.236Zm3.236-1.712c.792.494 1.22 1.097.583 2.12l.001-.002c-.644 1.034-1.299 1.109-2.187.555l-.45-.278 1.65-2.647.403.252Z' clip-rule='evenodd'/%3E%3Cpath d='m37.493 14.062.358.524 2.691-1.601-.296-.563.615-.367 1.987 3.34-1.47 1.492-.407-.683.919-.931-.925-1.554-1.2.715.456.87.453-.379.332.557-1.275 1.07-.333-.56.52-.431-.58-.874-1.053.627.537.983-.614.364-1.331-2.236.614-.365.002.002Z'/%3E%3Cpath fill-rule='evenodd' d='M44.531 20.252c-.318-1.496-1.417-1.925-2.797-1.632h.002c-1.38.291-2.21 1.131-1.893 2.627.319 1.496 1.418 1.927 2.797 1.632 1.38-.291 2.21-1.131 1.891-2.627Zm-.745.158c.196.927-.3 1.397-1.328 1.616l-.002-.001c-1.03.219-1.674-.01-1.87-.936-.196-.919.292-1.395 1.33-1.615 1.036-.219 1.674.018 1.87.936ZM42.72 24.622c1.4.163 2.306.923 2.128 2.44-.178 1.518-1.232 2.05-2.632 1.886-1.4-.163-2.306-.923-2.128-2.442.178-1.518 1.232-2.05 2.632-1.886v.002Zm-.403 3.459c1.045.121 1.665-.165 1.774-1.106.109-.933-.42-1.362-1.473-1.485-1.053-.121-1.666.173-1.775 1.108-.109.94.427 1.363 1.474 1.484v-.001ZM40.285 29.935l-.647-.307v.002l-.787 1.657c-.776 1.635-.251 2.647 1.09 3.283 1.067.506 2.232.538 3.115-1.325l.773-1.627-.647-.307-.248.447-2.832-1.345.183-.478Zm2.072 3.02c-.4.846-.95 1.34-2.04.823-1.101-.523-1.251-1.166-.802-2.112l.227-.478 2.82 1.338-.205.43Z' clip-rule='evenodd'/%3E%3Cpath d='m35.262 36.551.421.58-.728.577 1.84 2.536.77-.517.419.578-2.397 1.739-.419-.578.94-.723-1.84-2.534-1.151.835.718 1.475-.627.456-1.054-2.165 3.108-2.257v-.002Z'/%3E%3Cpath fill-rule='evenodd' d='M30.216 44.67c1.464-.452 1.792-1.586 1.376-2.937v-.001c-.416-1.349-1.328-2.1-2.792-1.65-1.464.453-1.792 1.59-1.376 2.938.416 1.35 1.328 2.102 2.792 1.65Zm-.224-.729c-.906.28-1.42-.172-1.731-1.179-.31-1.006-.141-1.672.765-1.95.899-.279 1.417.165 1.73 1.18.314 1.014.135 1.671-.764 1.95Z' clip-rule='evenodd'/%3E%3Cpath d='m25.728 44.863-.436-.051-1.126-3.909-1.16-.029-1.305 3.861-.445.022-.018.716 1.91.046.017-.715-.629-.056.995-3.07h.06l.806 3.121-.637.018-.018.715 1.968.048.018-.717ZM20.18 41.316l.247-.672.003-.002-3.636-1.336-1.048 1.544.734.27.622-.886 1.65.605-.464 1.264-.747-.218.056-.558-.567-.208-.161 1.594.566.208.061-.63.62.278-.442 1.201-1.476-.542-.04-.968-.777-.287.053 1.781 3.393 1.247.247-.672-.605-.256 1.081-2.948.63.19Z'/%3E%3Cpath fill-rule='evenodd' d='M13.06 38.17c-.236.653-.271.947.034 1.256l.845-1.048-.377-.355.45-.557 1.447 1.17-.45.557-.406-.277-1.97 2.438.36.335-.449.555-1.805-1.458c-.814-.657-.982-1.398-.446-2.064.545-.675 1.494-.699 2.017.19l.07.116.071-.027c-.217-.489-.127-.958-.058-1.322.055-.29.098-.513-.04-.624-.185-.15-.523.003-.9.62l-.469-.382c.61-.912 1.323-1.29 1.958-.777.464.374.408.832.114 1.651l.005.003Zm-2.066 1.083c-.284.35-.16.672.294 1.039l.67.542.858-1.064-.506-.459c-.478-.42-.974-.482-1.316-.058Z' clip-rule='evenodd'/%3E%3Cpath d='m9.912 35.095-.038-.06c.715-.631.707-1.332.243-2.058-.458-.715-1.274-1.083-2.103-.546-.893.579-.513 1.458-.185 2.216.25.578.47 1.087.073 1.34-.313.2-.656.031-.894-.343-.366-.575-.197-1.107.171-1.58l-.382-.462-1.386.775.375.585.952-.678.035.056c-.667.592-.695 1.216-.306 1.824.488.765 1.269.928 1.895.528.943-.602.564-1.5.24-2.267-.243-.572-.454-1.072-.063-1.322.357-.229.707-.123 1.043.403.39.61.312 1.279-.137 1.818l.345.542 1.528-.859-.4-.625-1.006.713Z'/%3E%3Cpath fill-rule='evenodd' d='M9.965 24.617c0 7.739 6.296 14.035 14.035 14.035 7.74 0 14.035-6.298 14.035-14.035 0-7.738-6.296-14.034-14.035-14.034-7.74 0-14.035 6.295-14.035 14.034Zm.761 0c0-7.319 5.954-13.274 13.274-13.274 7.318 0 13.274 5.954 13.274 13.274 0 7.32-5.956 13.275-13.274 13.275-7.318 0-13.274-5.957-13.274-13.275Z' clip-rule='evenodd'/%3E%3Cpath fill-rule='evenodd' d='M24 48.617c-13.234 0-24-10.767-24-24 0-13.234 10.766-24 24-24s24 10.766 24 24c0 13.233-10.766 24-24 24Zm0-47.24C11.186 1.377.76 11.802.76 24.617c0 12.814 10.426 23.24 23.24 23.24 12.814 0 23.24-10.426 23.24-23.24 0-12.815-10.426-23.24-23.24-23.24Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23FFF7E6' d='M0 .617h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 160px;
    height: 160px;
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 40px;
    opacity: 0.1;
    z-index: 1;
  }
}

.archive-header__inner {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Archive Post Listing
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--page);
  margin: var(--wp--custom--layout--block-gap-large) auto 0;
}

.archive .site-main > .block-post-listing {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.archive .site-main > .block-area:first-child > .wp-block-group.alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Affiliate Links CPT Archive
--------------------------------------------- */
.affiliate-links-archive .site-main > .block-area:first-child {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto 0;
  max-width: var(--wp--custom--layout--page);
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--button--border-radius);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

img[style] {
  height: auto !important;
}

.entry-content > *,
.block-area > *,
.cwp-inner > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull,
.cwp-inner > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide, .entry-content > *.mobile-full,
.block-area > *.alignwide,
.block-area > *.mobile-full,
.cwp-inner > *.alignwide,
.cwp-inner > *.mobile-full {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + *,
.cwp-inner > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child), .entry-content > .cwp-large:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .wp-block-separator:not(:first-child),
.cwp-inner > .cwp-large:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child), .entry-content > .cwp-large:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .wp-block-separator:not(:last-child),
.cwp-inner > .cwp-large:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background,
.cwp-inner > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child, .full-width-content .entry-content:first-child > .wp-block-cover.alignfull:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--site-inner-padding-top));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.page .entry-header {
  margin-block: var(--wp--custom--layout--block-gap-large);
}

.entry-header .wp-block-buttons {
  margin-bottom: 1.5rem;
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 32px 0;
}

/* Comments
--------------------------------------------- */
img.wprm-comment-rating {
  margin-bottom: var(--wp--custom--layout--block-gap);
}

.entry-comments h2, .entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--preset--color--foreground);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: var(--wp--preset--color--quaternary);
  border-color: var(--wp--preset--color--foreground);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 16px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--custom--typography--heading--font-size);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 4px;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--min);
  font-weight: 400;
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  position: absolute;
  top: 32px;
  right: 16px;
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.comment-reply-title {
  justify-content: space-between;
}
.comment-reply-title a {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}

.nav-links {
  display: flex;
  justify-content: space-between;
  gap: var(--wp--custom--layout--block-gap);
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding) calc(var(--wp--custom--layout--block-gap-large) + 24px);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.site-footer {
  background: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--background);
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.site-footer .wrap > *:first-child:not(.site-footer__inner) {
  margin-bottom: 40px;
}
.site-footer__inner:not(:first-child) {
  margin-top: 24px;
}
.site-footer__inner > * {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-footer__inner > * + * {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .site-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 40px;
    row-gap: 16px;
  }
  .site-footer__inner ul.social-links {
    margin-left: auto;
  }
  .site-footer__inner .nav-footer {
    grid-column: 1/-1;
  }
  .site-footer__inner .nav-footer ul {
    justify-content: flex-start;
  }
}
.site-footer a {
  color: var(--wp--preset--color--background);
}
.site-footer .backtotop-circle {
  --cwp-size: 48px;
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--cwp-size);
  height: var(--cwp-size);
  position: absolute;
  top: calc(var(--cwp-size) / -2);
  left: 50%;
  margin-left: calc(var(--cwp-size) / -2);
}
.site-footer .backtotop-circle svg {
  fill: #fff;
}
.site-footer .backtotop-link {
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
}
.site-footer__logo {
  display: inline-flex;
  width: 100%;
  max-width: var(--wp--custom--footer-logo--width);
  height: var(--wp--custom--footer-logo--height);
}
.site-footer__logo svg {
  width: 100%;
  height: 100%;
}
.site-footer ul.social-links {
  justify-content: center;
}
.site-footer__bottom {
  padding-top: var(--wp--custom--layout--block-gap);
  padding-bottom: var(--wp--custom--layout--block-gap-large);
  background: var(--wp--preset--color--foreground);
  border-top: 1px solid var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--min);
  color: var(--wp--preset--color--background);
  text-align: center;
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__bottom a {
  color: var(--wp--preset--color--background);
}
@media (min-width: 768px) {
  .site-footer__bottom p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .site-footer__copyright {
    display: block;
  }
}

.nav-footer {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  flex-wrap: wrap;
  justify-content: center;
}
.nav-footer ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.nav-footer li {
  list-style-type: none;
}
@media (max-width: 767px) {
  .nav-footer ul {
    display: block;
  }
  .nav-footer li + li {
    margin-top: 24px;
  }
}
.nav-footer a {
  color: var(--wp--preset--color--background);
  text-decoration: none;
}
.nav-footer a:hover {
  text-decoration: underline;
}

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