*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--base);
  line-height: 1.6;
  color: var(--wp--preset--color--text);
  background-color: var(--wp--preset--color--background);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
}

.btn {
  display: inline-block;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
  cursor: pointer;
  border: none;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}
.btn:hover {
  opacity: 0.85;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
.site-header--transparent {
  background-color: transparent;
  color: #ffffff;
}
.site-header--transparent a {
  color: #ffffff;
}
.site-header--scrolled {
  background-color: #ffffff;
  color: var(--wp--preset--color--text);
  padding: 1rem 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.site-header--scrolled a {
  color: var(--wp--preset--color--text);
}
.site-header #primary-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header #primary-menu a {
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-header #primary-menu a:hover {
  opacity: 0.7;
}
.site-header #primary-menu #menu-item-35 {
  border: #0E3D4D solid 1px;
  padding: 8px 12px;
  border-radius: 99px;
}
.site-header #primary-menu #menu-item-35:hover {
  background-color: #CCF32F;
  color: #0E3D4D;
}

body:not(.has-hero) #content {
  padding-top: 80px;
}

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