.header__extra-phone a {
  align-items: center;
  background-color: var(--wp--preset--color--button-primary-initial-background);
  border: 1px solid var(--wp--preset--color--button-primary-initial-border);
  border-bottom-left-radius: var(--wp--custom--buttons--border-radius--bottom-left);
  border-bottom-right-radius: var(--wp--custom--buttons--border-radius--bottom-right);
  border-top-left-radius: var(--wp--custom--buttons--border-radius--top-left);
  border-top-right-radius: var(--wp--custom--buttons--border-radius--top-right);
  color: var(--wp--preset--color--button-primary-initial-text);
  cursor: pointer;
  display: inline-flex;
  gap: 0.75rem;
  padding-bottom: var(--wp--custom--buttons--padding--padding-vertical);
  padding-left: var(--wp--custom--buttons--padding--padding-horizontal);
  padding-right: var(--wp--custom--buttons--padding--padding-horizontal);
  padding-top: var(--wp--custom--buttons--padding--padding-vertical);
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.header__extra-phone a [class^=icon-],
.header__extra-phone a [class*=" icon-"],
.header__extra-phone a [class^=icon-]:before,
.header__extra-phone a [class*=" icon-"]:before {
  width: auto;
}
.header__extra-phone a .wp-block-sturdy-button__text,
.header__extra-phone a .wp-block-sturdy-button__pre {
  color: inherit;
}
.header__extra-phone a .wp-block-sturdy-button__pre {
  transition: transform 0.2s ease-in-out;
}
.header__extra-phone a:focus-visible {
  border-bottom-left-radius: var(--wp--custom--buttons--border-radius--bottom-left);
  border-bottom-right-radius: var(--wp--custom--buttons--border-radius--bottom-right);
  border-top-left-radius: var(--wp--custom--buttons--border-radius--top-left);
  border-top-right-radius: var(--wp--custom--buttons--border-radius--top-right);
}
.header__extra-phone a:hover, .header__extra-phone a:focus {
  background-color: var(--wp--preset--color--button-primary-hover-background);
  border-color: var(--wp--preset--color--button-primary-hover-border);
  color: var(--wp--preset--color--button-secondary-initial-text);
}
.header__extra-phone a:hover .wp-block-sturdy-button__pre, .header__extra-phone a:focus .wp-block-sturdy-button__pre {
  transform: translateX(0.3rem);
}
.header__extra-phone a.is-style-secondary {
  background-color: var(--wp--preset--color--button-secondary-initial-background);
  border-color: var(--wp--preset--color--button-secondary-initial-border);
  color: var(--wp--preset--color--button-secondary-initial-text);
}
.header__extra-phone a.is-style-secondary:hover {
  background-color: var(--wp--preset--color--button-secondary-hover-background);
  border-color: var(--wp--preset--color--button-secondary-hover-border);
  color: var(--wp--preset--color--button-secondary-initial-text);
}
.header__extra-phone a.is-style-tertiary {
  background-color: var(--wp--preset--color--button-tertiary-initial-background);
  border-color: var(--wp--preset--color--button-tertiary-initial-border);
  color: var(--wp--preset--color--button-tertiary-initial-text);
}
.header__extra-phone a.is-style-tertiary:hover {
  background-color: var(--wp--preset--color--button-tertiary-hover-background);
  border-color: var(--wp--preset--color--button-tertiary-hover-border);
  color: var(--wp--preset--color--button-tertiary-hover-text);
}
.header__extra-phone a.is-style-quaternary {
  background-color: var(--wp--preset--color--general-quarternary);
  border-color: var(--wp--preset--color--general-quarternary);
  color: var(--wp--preset--color--button-secondary-initial-text);
}
.header__extra-phone a.is-style-quaternary:hover {
  background-color: var(--wp--preset--color--general-quarternary-hover);
  border-color: var(--wp--preset--color--general-quarternary);
  color: var(--wp--preset--color--button-secondary-initial-text);
}
.header__extra-phone a.is-style-outlined {
  background-color: transparent;
  border-color: var(--wp--preset--color--text-text-primary);
  color: var(--wp--preset--color--text-text-primary);
}
.header__extra-phone a.is-style-outlined:hover {
  background-color: var(--wp--preset--color--text-text-primary);
  border-color: var(--wp--preset--color--text-text-primary);
  color: var(--wp--preset--color--text-text-secondary);
}
.header__extra-phone a[class*=is-style-inline] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: var(--wp--preset--color--text-text-primary);
  min-width: 0;
  padding: 0;
}
.header__extra-phone a[class*=is-style-inline] .wp-block-sturdy-button__pre {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: var(--wp--custom--buttons--border-radius--top-left);
  display: flex;
  font-size: 0.5rem;
  height: 2rem;
  justify-content: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: 2rem;
}
.header__extra-phone a[class*=is-style-inline]:hover .wp-block-sturdy-button__pre {
  background-color: var(--wp--preset--color--text-text-primary);
  color: var(--wp--preset--color--text-text-secondary);
}
.header__extra-phone a.is-style-inline-icon-border .wp-block-sturdy-button__pre {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--text-text-primary);
  border-radius: var(--wp--custom--buttons--border-radius--top-left);
}
.header__extra-phone a.is-style-icon {
  align-items: center;
  background: var(--wp--preset--color--button-secondary-initial-background);
  border: 1px solid var(--wp--preset--color--button-secondary-initial-border);
  color: var(--wp--preset--color--button-secondary-initial-text);
  height: 3.25rem;
  justify-content: center;
  min-width: 0;
  padding: 0;
  width: 3.25rem;
}
.header__extra-phone a.is-style-icon:hover {
  background: var(--wp--preset--color--button-secondary-hover-background);
  border: 1px solid var(--wp--preset--color--button-secondary-hover-border);
  color: var(--wp--preset--color--button-secondary-initial-text);
}

@keyframes translateWobble {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--z) * 0px), calc(var(--z) * 0px), calc(var(--z) * 0px));
  }
  100% {
    opacity: 1;
    transform: translate3d(calc(var(--z) * 100px), calc(var(--z) * 100px), calc(var(--z) * 100px));
  }
}
.header {
  position: relative;
  padding: 1.5rem 0;
  background-color: var(--wp--preset--color--pages-tertiary-background);
}
.header__container {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.header__wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.header__desktop-main ul, .header__desktop-second ul, .header__mobile-main ul, .header__mobile-second ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__desktop-main ul li a, .header__desktop-second ul li a, .header__mobile-main ul li a, .header__mobile-second ul li a {
  font-family: var(--wp--preset--font-family--heading), sans-serif;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  text-decoration: none;
}
.header__desktop-main ul li a, .header__mobile-main ul li a {
  padding: 1rem 1.5rem;
  border-radius: var(--wp--custom--buttons--border-radius--top-left) var(--wp--custom--buttons--border-radius--top-right) var(--wp--custom--buttons--border-radius--top-left) var(--wp--custom--buttons--border-radius--top-right);
  background-color: var(--wp--preset--color--button-secondary-initial-background);
  color: var(--wp--preset--color--button-secondary-initial-text);
  width: fit-content;
  text-decoration: none;
}
.header__desktop-main ul li a:hover, .header__mobile-main ul li a:hover {
  background-color: var(--wp--preset--color--button-secondary-hover-background);
  color: var(--wp--preset--color--button-secondary-hover-text);
}
.header__desktop-main ul, .header__desktop-second ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .header__desktop-main {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header__desktop-second {
    display: none;
  }
}
.header__desktop-second ul {
  gap: 2rem;
}
.header__desktop-second ul li a {
  color: var(--wp--preset--color--text-text-tertiary);
  text-decoration: none;
}
.header__desktop-second ul li a:hover {
  color: var(--wp--preset--color--general-primary);
}
.header__mobile {
  flex-basis: 35px;
  height: 35px;
}
@media (min-width: 1200px) {
  .header__mobile-toggle {
    display: none;
  }
}
.header__mobile-toggle button {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--wp--preset--color--text-text-tertiary);
  width: 35px !important;
  height: 35px !important;
  padding: 0;
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.header__mobile-toggle button:before {
  content: "\e913";
  font-family: Icomoon, sans-serif;
  color: var(--wp--preset--color--text-text-tertiary);
}
.header__mobile-toggle button.open:before {
  content: "\e910";
  font-size: 13px;
}
.header__mobile-toggle button.open:after {
  content: "";
  background-color: var(--wp--preset--color--pages-secondary-background);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
}
@media (min-width: 1024px) {
  .header__mobile-main {
    display: none;
  }
}
.header__mobile-main ul li {
  margin-bottom: 2rem;
}
.header__mobile-main ul li a {
  display: inline-block;
}
.header__mobile-second ul li {
  margin-bottom: 3rem;
}
.header__mobile-toggleable-menu {
  display: none;
  position: absolute;
  width: 95%;
  left: 2.5%;
  background-color: var(--wp--preset--color--pages-secondary-background);
  padding: 2.5rem;
  z-index: 99;
  border-radius: var(--wp--custom--general--border-radius--border-radius-xs);
  margin-top: 2.15rem;
}
.header__mobile-toggleable-menu.is-menu-on {
  display: block;
}
.header__mobile-toggleable-menu-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.header__mobile-toggleable-menu-extra-search {
  flex-basis: 100%;
}
.header__extra {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__extra-phone a {
    width: 35px !important;
    height: 35px !important;
    justify-content: center;
    padding: 1.2rem;
    font-size: 20px;
  }
}
.header__extra-phone a .desktop-only {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1199px) {
  .header__extra-accessibility {
    display: none;
  }
}
.header__extra-search {
  position: relative;
}
@media (max-width: 1199px) {
  .header__extra-search {
    display: none;
  }
}
.header__extra-search #search-overlay {
  display: none;
  padding-left: 0.5em;
  z-index: 999;
  position: absolute;
  right: 50px;
  top: -2px;
}
.header__extra-search .search-button {
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: var(--wp--preset--color--button-secondary-initial-background);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: var(--wp--preset--color--text-text-secondary);
}
.header__extra-search .search-button:hover {
  background-color: var(--wp--preset--color--button-primary-hover-background);
}
.header__extra-search span {
  cursor: pointer;
}
.header__extra-search #search-header-close {
  display: none;
}
@media (max-width: 1023px) {
  .header__extra-lang-switcher {
    display: none;
  }
}
.header #a11y-menu-btn {
  border: 0;
  border-radius: 50%;
  background-color: var(--wp--preset--color--button-secondary-initial-background);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: var(--wp--preset--color--text-text-secondary);
  width: 40px;
  height: 40px;
}
.header #a11y-menu-btn:hover {
  background-color: var(--wp--preset--color--button-primary-hover-background);
}
@media all and (max-width: 1200px) {
  .header .a11y-container__a11y-menu {
    position: fixed;
    top: 5.625rem;
    left: 5vw;
    width: 90vw;
    height: 27.375rem;
  }
}
.header .wp-block-polylang-language-switcher {
  position: relative;
  width: fit-content;
}
.header .wp-block-polylang-language-switcher:before {
  content: "\e913";
  font-family: Icomoon, sans-serif;
  position: absolute;
  color: var(--wp--preset--color--text-text-secondary);
  pointer-events: none;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  transition: color 0.2s ease-in-out;
}
.header .wp-block-polylang-language-switcher .pll-switcher-select {
  padding: 0.75rem calc(1.25rem + 15px) 0.75rem 1.25rem;
  line-height: 1;
  border-radius: var(--wp--custom--buttons--border-radius--top-left) var(--wp--custom--buttons--border-radius--top-right) var(--wp--custom--buttons--border-radius--top-left) var(--wp--custom--buttons--border-radius--top-right);
  font-family: var(--wp--preset--font-family--heading), sans-serif;
  background-color: var(--wp--preset--color--button-secondary-initial-background);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  width: fit-content;
  color: var(--wp--preset--color--text-text-secondary);
  border: none;
  appearance: none;
}
@media (min-width: 1024px) {
  .header .wp-block-polylang-language-switcher .pll-switcher-select {
    padding: 1.15rem calc(1.5rem + 15px) 1.15rem 1.5rem;
  }
}
.header .wp-block-polylang-language-switcher .pll-switcher-select:hover {
  background-color: var(--wp--preset--color--button-primary-hover-background);
}
.header form {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .header form {
    width: 500px;
  }
}
.header form input {
  border: 1px solid var(--wp--preset--color--inputs-initial-border);
  border-radius: 40px;
  padding: 5px 10px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--text-text-secondary);
  height: 50px;
  width: 100%;
}
.header form button[type=submit] {
  border: 0;
  z-index: 1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: var(--wp--preset--color--button-primary-initial-background);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.55rem;
  top: 0.55rem;
}
.header form button[type=submit] span {
  color: var(--wp--preset--color--text-text-secondary);
}
.header form button[type=submit]:focus {
  outline: 0;
}

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