/**
 * 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
 *
**/
/*! 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: 700;
}

/**
 * 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;
}

figure {
  margin: 0;
}

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

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

*,
*: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--block-gap-large) 0;
}
*/
body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

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

/* 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
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    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;
    padding-top: 150px;
  }
  .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);
}

/* 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 a {
  display: block;
}
.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  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;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 15px 35px;
}
.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 13px 33px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 13px 33px;
}
.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);
}

/* 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: none;
  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);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
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__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: 36px;
  height: 36px;
}

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

/* 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) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}

.has-border-radius-tiny {
  border-radius: var(--wp--custom--border-radius--tiny);
}

.has-border-radius-small {
  border-radius: var(--wp--custom--border-radius--small);
}

.yayzi-icon--white {
  fill: #fff;
}

.yayzi-icon--opaic-white {
  fill: rgba(255, 255, 255, 0.5);
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}
@media screen and (min-width: 782px) {
  .wp-block-media-text > .wp-block-media-text__content {
    padding: 0 0 0 10%;
  }
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 6px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  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 .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
/* Header wrapper to maintain space in the layout */
.site-header-wrapper {
  height: 100px; /* Adjust to match your header height */
}

.site-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 25px 0;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transform: translateY(0);
  top: 0;
  left: 0;
  /* Target the hidden class directly for better specificity */
  /* When the user scrolls past the hero section, apply background */
}
.site-header .site-header__top-bar {
  background-color: var(--wp--preset--color--primary);
  margin-bottom: 25px;
}
.site-header .site-header__top-bar .wrap {
  justify-content: flex-end;
}
.site-header .site-header__top-bar a {
  font-size: 0.8rem;
  line-height: 2rem;
  padding: 0 20px;
}
.site-header .site-header__top-bar a.active {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--primary);
}
.site-header.hidden {
  transform: translateY(-100%);
}
.site-header.scrolled, body.single .site-header {
  background-color: var(--wp--preset--color--background);
}
.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 769px) {
  .site-header .site-header__toggles {
    display: none;
  }
}
.site-header .site-header__logo {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
}
.site-header .site-header__logo .site-header__logo {
  display: block;
}
.site-header .site-header__logo .site-header__logo svg {
  fill: var(--wp--preset--color--background);
}
.site-header .nav-menu {
  margin-left: auto;
}
.site-header .site-header__buttons {
  display: flex;
  gap: 10px;
}
.site-header .site-header__buttons a {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--mini);
  border-radius: var(--wp--custom--border-radius--large);
  padding: 10px 25px;
  position: relative;
  display: none;
}
@media (min-width: 783px) {
  .site-header .site-header__buttons a.allow-icon {
    padding: 10px 25px 10px 50px;
  }
}
@media (min-width: 783px) {
  .site-header .site-header__buttons a {
    display: block;
  }
}
.site-header .site-header__buttons a.is-style-outline {
  background-color: transparent !important;
  border-color: #fff;
  color: var(--wp--preset--color--background) !important;
  fill: var(--wp--preset--color--primary);
}
.site-header .site-header__buttons a svg {
  width: 18px;
  height: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 783px) {
  .site-header .site-header__buttons a svg {
    left: 25px;
    transform: translate(0, -50%);
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 38px;
  height: 38px;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .search-toggle,
.menu-toggle,
.favorite-toggle {
    display: flex;
  }
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}
.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;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* 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: #fff;
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  font-weight: 500;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item.menu-item-has-children > a:after {
  display: none;
}
.nav-menu .menu-item:hover > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 version%3D%221.1%22 viewBox%3D%220 0 153 59.9%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7Bfill%3A%20%232adddf%3B%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cg%20id%3D%22Layer_1%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M111.8%2C0h41.2c-6.4%2C36.4-35.5%2C59.9-76.5%2C59.9S6.4%2C36.4%2C0%2C0h41.2c5%2C15.1%2C17.8%2C24.2%2C35.3%2C24.2S106.8%2C15.1%2C111.8%2C0Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
}
.nav-menu .menu-item.current-menu-item > a:after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 version%3D%221.1%22 viewBox%3D%220 0 153 59.9%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7Bfill%3A%20%232adddf%3B%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cg%20id%3D%22Layer_1%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M111.8%2C0h41.2c-6.4%2C36.4-35.5%2C59.9-76.5%2C59.9S6.4%2C36.4%2C0%2C0h41.2c5%2C15.1%2C17.8%2C24.2%2C35.3%2C24.2S106.8%2C15.1%2C111.8%2C0Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.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: 0px;
}
.nav-menu .submenu-expand svg {
  fill: var(--wp--preset--color--primary);
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--primary);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
    border-bottom: 1px solid #f2f2f2;
  }
  .nav-menu .sub-menu .menu-item:last-child {
    border-bottom: none;
  }
  .nav-menu .sub-menu .menu-item a {
    color: var(--wp--preset--color--foreground);
    padding-left: 30px;
    transition: all 0.2s ease;
  }
  .nav-menu .sub-menu .menu-item a::after {
    display: none;
  }
  .nav-menu .sub-menu .menu-item a::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBkPSJNMjczIDIzOWM5LjQgOS40IDkuNCAyNC42IDAgMzMuOUwxMTMgNDMzYy05LjQgOS40LTI0LjYgOS40LTMzLjkgMHMtOS40LTI0LjYgMC0zMy45bDE0My0xNDNMODkgMTEzYy05LjQtOS40LTkuNC0yNC42IDAtMzMuOXMyNC42LTkuNCAzMy45IDBMMjczIDIzOXoiLz48L3N2Zz4=");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-menu .sub-menu .menu-item:hover {
    background-color: #f9f9f9;
  }
  .nav-menu .sub-menu .menu-item:hover a {
    padding-left: 28px;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1200px) {
  .nav-menu {
    display: none;
  }
}

.mobile-nav-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100vw - 70px);
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  z-index: 9999;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background-position: center center;
  background-repeat: repeat;
  background-size: 400%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
}
.mobile-nav-menu.active {
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  opacity: 1;
}
.mobile-nav-menu .nav-mobile {
  flex: 1 1 100%;
  overflow-y: scroll;
}
.mobile-nav-menu .nav-mobile ul {
  font-size: 1rem;
  font-weight: 300;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav-menu .nav-mobile ul li {
  position: relative;
  line-height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-menu .nav-mobile ul li:last-child {
  border-bottom: none;
}
.mobile-nav-menu .nav-mobile ul li a {
  color: var(--wp--preset--color--foreground);
  font-weight: 300;
  padding: 10px 20px;
}
.mobile-nav-menu .nav-mobile ul li:hover > a {
  color: var(--wp--preset--color--primary);
}
.mobile-nav-menu .nav-mobile ul li .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
  line-height: 0;
  transform: translateY(-50%);
  z-index: 20;
}
.mobile-nav-menu .nav-mobile ul li .submenu-expand svg {
  fill: var(--wp--preset--color--primary);
}
.mobile-nav-menu .nav-mobile ul li .submenu-expand:not(.expanded) .close, .mobile-nav-menu .nav-mobile ul li .submenu-expand.expanded .open {
  display: none;
}
.mobile-nav-menu .nav-mobile ul li ul.sub-menu {
  display: none;
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 0.85rem;
}
.mobile-nav-menu .nav-mobile ul li ul.sub-menu.active {
  display: block;
}
.mobile-nav-menu .nav-mobile ul li ul.sub-menu li {
  line-height: 30px;
  padding: 10px 0 10px 20px;
}
.mobile-nav-menu .nav-mobile ul li ul.sub-menu li:before {
  content: "";
  background: url("../icons/utility/chevron-large-right.svg");
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 13px;
  background-position: center center;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-nav-menu .nav-mobile ul li ul.sub-menu li a {
  vertical-align: middle;
}
.mobile-nav-menu .nav-mobile ul#primary-menu {
  padding: 0;
  margin: 0;
}
.mobile-nav-menu .icon-bar {
  flex: 0 0 80px;
}
.mobile-nav-menu .icon-bar .icon-bar--container {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.mobile-nav-menu .icon-bar .icon-bar--container a svg {
  vertical-align: top;
}
.mobile-nav-menu .icon-bar.header .icon-bar--container a {
  width: 110px;
  height: 40px;
}
.mobile-nav-menu .icon-bar.footer .icon-bar--container a svg {
  width: 25px;
  height: 25px;
  fill: var(--wp--preset--color--primary);
}
.mobile-nav-menu .button-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.mobile-nav-menu .button-wrapper a {
  background-color: transparent !important;
  border: 0.5px solid #fff;
  border-radius: 50px;
  margin-bottom: 10px;
  color: #fff !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
}
.mobile-nav-menu .button-wrapper a svg {
  fill: #fff;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

body.menu-open {
  overflow: hidden;
}

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

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
  text-align: center;
}

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

.archive-header .archive-description {
  color: rgba(255, 255, 255, 0.3960784314);
}

.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);
  color: rgba(255, 255, 255, 0.5);
}
.archive-header .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

/* Post Listing
--------------------------------------------- */
.archive .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
}

.archive-posts {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .archive-posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.post-summary__content {
  display: grid;
  gap: 8px;
  padding-top: 12px;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.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 {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  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);
}

/* Loop Post
--------------------------------------------- */
article.post-summary a.post-summary__image img {
  border-radius: 5px;
}
article.post-summary .post-summary__content {
  padding-right: 30px;
}
article.post-summary .post-summary__content .entry-category a {
  font-weight: 300;
}
article.post-summary .post-summary__title {
  padding-right: 50px;
  font-size: 1.2rem;
  line-height: 1.3;
}
article.post-summary .post-summary__title a:hover {
  color: inherit;
}
article.post-summary .post-summary__date {
  font-size: 0.75rem;
}
article.post-summary .post-summary__content p {
  margin: 0;
  font-size: 0.85rem;
}

/* Help Centre
--------------------------------------------- */
.help-centre-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.help-centre-container .help-centre-content {
  flex: 1 1 100%;
}
.help-centre-container .block-area-help-centre-sidebar {
  flex: 0 0 400px;
}
.help-centre-container .help-centre-category {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px 25px;
  display: flex;
  gap: 20px;
}
.help-centre-container .help-centre-category .icon {
  flex: 0 0 100px;
}
.help-centre-container .help-centre-category .icon svg {
  transform: scale(0.7);
  fill: var(--wp--preset--color--primary);
}
.help-centre-container .help-centre-category .content {
  flex: 1 1 100%;
}
.help-centre-container .help-centre-category .content h2 {
  font-size: 1.3rem;
  margin: 0;
}
.help-centre-container .help-centre-category .content p:last-child {
  margin-bottom: 0;
}
.help-centre-container .help-centre-category .content .article-number {
  font-size: 0.8rem;
  color: #878787;
}

/* Help Post
--------------------------------------------- */
article.help-summary {
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 20px 150px 20px 25px;
  margin-bottom: 20px;
}
article.help-summary:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z" fill="%23000"/></svg>');
  width: 20px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
article.help-summary h2 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}
article.help-summary h2 a:hover {
  color: inherit;
}
article.help-summary p {
  margin: 0;
  color: #4d4d4d;
}
article.help-summary:hover {
  border: 1px solid var(--wp--preset--color--primary);
}
article.help-summary:hover:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z" fill="%232adddf"/></svg>');
}

/* Singular
---------------------------------------------------------------------------------------------------- */
body.singular.single {
  padding-top: 150px;
}

.wp-embed-responsive {
  padding-top: 0px !important;
}

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

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

.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.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,
.block-area > *.alignwide {
    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 > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator: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),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator: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 {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.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
--------------------------------------------- */
body.single .entry-header,
body.single .entry-footer,
body.single .after-entry,
body.single .entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}
body.single .entry-header {
  margin-bottom: 35px;
}
body.single .entry-header h1.entry-title {
  font-size: 3.2rem;
}
body.single .entry-content p {
  line-height: 1.8;
}
body.single .entry-footer {
  margin-top: 48px;
}
body.single .block-area-after-post {
  margin: 32px 0;
}

/* Comments
--------------------------------------------- */
.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;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.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-size: var(--wp--preset--font-size--tiny);
  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 {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.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;
}

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

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.yayzi-footer {
  clip-path: url(#footerClipPath);
}

.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.block-area-footer {
  position: relative;
  padding: 0 var(--wp--custom--layout--padding);
}
.block-area-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.footer-social {
  border-radius: 100%;
  padding: 25px 0 130px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  width: 40%;
}
@media (max-width: 781px) {
  .footer-social {
    width: 100%;
    top: 5vh;
    padding-top: 40px;
  }
}

.site-footer a {
  font-weight: 300;
}

@media (max-width: 781px) {
  .availability-footer-spacer {
    display: none;
  }
}

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