@font-face {
  font-family: "AtypDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://static.wixstatic.com/ufonts/100ec9_13af0b7a7a0542f0bcdfdb18ad44f158/woff2/file.woff2") format("woff2"),
       url("https://static.wixstatic.com/ufonts/100ec9_13af0b7a7a0542f0bcdfdb18ad44f158/woff/file.woff") format("woff");
}

:root {
  --moss-green: #06322c;
  --pink: #fff5f0;
  --light-gray: rgba(219, 219, 219, 0.34);
}

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

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: auto;
  background: #fff;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 98px;
  background: var(--moss-green);
}

.header-inner {
  position: relative;
  width: 100%;
  height: 98px;
  margin: 0;
}

.brand {
  position: absolute;
  top: 27px;
  left: calc(50% - 456px);
  display: block;
  width: 105px;
  height: 43px;
}

.brand img {
  display: block;
  width: 105px;
  height: 43px;
  object-fit: contain;
}

.site-nav {
  position: absolute;
  top: 20px;
  left: calc(50% - 331px);
  display: flex;
  width: 662px;
  height: 48px;
  font-family: "AtypDisplay", Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: unset;
}

.site-nav a {
  display: block;
  height: 48px;
  padding: 15px 10px;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

.site-nav a:nth-child(1) {
  width: 191.828px;
  margin-right: 4px;
}

.site-nav a:nth-child(2) {
  width: 240.25px;
  margin: 0 4px;
}

.site-nav a:nth-child(3) {
  width: 213.922px;
  margin-left: 4px;
}

.site-nav a.active {
  color: #a77c52;
}

.main-section {
  position: relative;
  width: 100%;
  height: 2122px;
  min-width: 980px;
  overflow: visible;
  background: transparent;
}

.main-embed {
  display: block;
  width: 100%;
  height: 2123px;
  margin: 0;
  border: 0;
}

.pink-spacer {
  width: 100%;
  height: 6101px;
  min-width: 980px;
  background: var(--pink);
}

.white-spacer {
  width: 100%;
  height: 1644px;
  min-width: 980px;
  background: #fff;
}

.white-spacer-large {
  width: 100%;
  height: 900px;
  min-width: 980px;
  background: #fff;
}

.location-anchor {
  width: 100%;
  height: 664px;
  min-width: 980px;
  background: var(--light-gray);
  scroll-margin-top: 98px;
}

.site-footer {
  width: 100%;
  height: 1075px;
  margin: 0;
  background: linear-gradient(0deg, rgb(254, 110, 6) 0%, rgb(106, 25, 2) 100%);
}

.footer-embed {
  display: block;
  width: 100%;
  height: 1075px;
  margin: 0;
  border: 0;
}

@media (max-width: 979px) {
  .brand {
    left: 33px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
