@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Spectral:wght@300;400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #121110 !important;
  color: #A8A29A;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background: rgba(178, 160, 80, 0.3);
  color: rgb(245, 244, 241);
}

::selection {
  background: rgba(178, 160, 80, 0.3);
  color: rgb(245, 244, 241);
}

html body {
  margin: 0;
  background: #121110;
  color: #A8A29A;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

html body a {
  color: rgb(245, 244, 241);
  text-decoration: none;
}
html body a:hover {
  color: #B2A050;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body ul,
html body ol {
  margin: 0;
}

html body img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  font-family: "Spectral", Georgia, serif;
  color: rgb(245, 244, 241);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.005em;
}

h1 {
  font-weight: 300;
  font-size: clamp(2.4rem, 8vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

h2 {
  font-size: clamp(1.8rem, 6vw, 2.75rem);
}

h3 {
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: 0;
}

h4 {
  font-weight: 500;
  font-size: 1.05rem;
}

p {
  font-size: 1rem;
  line-height: 1.65;
  max-width: 70ch;
}

.lead {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 68ch;
  color: #A8A29A;
}

.meta {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #A8A29A;
}

a {
  color: rgb(245, 244, 241);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #B2A050;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #B2A050;
  outline-offset: 3px;
  border-radius: 2px;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.role-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 0.8125rem;
  color: #A8A29A;
  font-weight: 400;
}
.role-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #B2A050;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0;
  color: #121110;
  background: #B2A050;
  border: 1px solid #B2A050;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button:hover, .button:focus-visible {
  background: #C9B36A;
  border-color: #C9B36A;
  color: #121110;
}
.button.secondary {
  color: rgb(245, 244, 241);
  background: transparent;
  border: 1px solid rgba(178, 160, 80, 0.28);
}
.button.secondary:hover, .button.secondary:focus-visible {
  border-color: #B2A050;
  background: rgba(178, 160, 80, 0.08);
  color: rgb(245, 244, 241);
}

.link-tertiary {
  position: relative;
  display: inline-block;
  color: rgb(245, 244, 241);
  font-size: 0.9rem;
  font-weight: 400;
  padding-bottom: 3px;
}
.link-tertiary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #B2A050;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.link-tertiary:hover, .link-tertiary:focus-visible {
  color: rgb(245, 244, 241);
}
.link-tertiary:hover::after, .link-tertiary:focus-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 4rem);
}

.overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 17, 16, 0.35)), to(rgba(18, 17, 16, 0.8)));
  background: linear-gradient(180deg, rgba(18, 17, 16, 0.35) 0%, rgba(18, 17, 16, 0.8) 100%);
  pointer-events: none;
}

.animated-line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(245, 244, 241, 0.1);
  overflow: hidden;
}
.animated-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#B2A050), to(transparent));
  background: linear-gradient(90deg, transparent, #B2A050, transparent);
  -webkit-animation: brass-shine 6s linear infinite;
          animation: brass-shine 6s linear infinite;
}

@-webkit-keyframes brass-shine {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}

@keyframes brass-shine {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}
#backToTop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #B2A050;
  background: #1A1815;
  border: 1px solid rgba(178, 160, 80, 0.28);
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#backToTop.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#backToTop:hover, #backToTop:focus-visible {
  border-color: #B2A050;
  color: #C9B36A;
}

#onlyDes {
  display: none;
}

#onlyMob {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.001ms !important;
            transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .animated-line::after {
    display: none;
  }
}
@media only screen and (min-width: 1140px) {
  h1 {
    font-size: clamp(2.6rem, 6vw, 4.5rem);
  }
  h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  }
  #backToTop {
    right: 32px;
    bottom: 32px;
  }
  #onlyDes {
    display: block;
  }
  #onlyMob {
    display: none;
  }
}/*# sourceMappingURL=global.css.map */