@font-face {
  font-family: "Lato";
  src: url("lato-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("lato-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neugothic";
  src: url("Neugothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* General body and typography */
body {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  color: #333;
}

/* Container for content limitation */
.uynuua3q5ovcu,
.p29zdstox78srxm,
.q6a8vo0bqvk,
.bmvhhe3iar7,
.cj9abzhyjdhqesh {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .bmvhhe3iar7,
  .cj9abzhyjdhqesh {
    flex-direction: column;
    align-items: center;
  }
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neugothic", serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #222;
  text-align: center;
  width: 100%;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;

  color: #555;
}

/* Paragraphs and general text */
p {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.8;
}

/* Image containers */
.hgiv4j95hwu,
.kd3v2wj9i0dz,
.gke6iufc7oxu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}

.hgiv4j95hwu img,
.kd3v2wj9i0dz img,
.gke6iufc7oxu img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Links */
a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #0056b3;
}

/* Utility classes */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
.g-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

.g-title-dark {
  font-family: "Neugothic", "Lato", Arial, sans-serif;
  font-size: 2.4rem;
  color: #141414;
  letter-spacing: 0.02em;
}

.g-title-light {
  font-family: "Neugothic", "Lato", Arial, sans-serif;
  font-size: 2.4rem;
  color: #f3f3f3;
  letter-spacing: 0.02em;
}

.g-subtitle-dark {
  font-size: 1.6rem;
  color: #6b6b6b;
}

.g-subtitle-light {
  font-size: 1.6rem;
  color: #d0d0d0;
}

.g-text-dark {
  font-size: 1.4rem;
  color: #141414;
}

.g-text-light {
  font-size: 1.4rem;
  color: #f3f3f3;
}

.g-btn-dark {
  display: inline-block;
  padding: 10px 16px;
  color: #ffffff;
  background: #cc8844;
  border: 1px solid #cc8844;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.g-btn-dark:hover {
  opacity: 0.9;
}

.g-btn-light {
  display: inline-block;
  padding: 10px 16px;
  color: #141414;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.g-btn-light:hover {
  opacity: 0.9;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
section[id] {
  scroll-margin-top: 100px;
}
@media (min-width: 2401px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 2201px) and (max-width: 2400px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1901px) and (max-width: 2200px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 1299px) {
  html {
    font-size: 11px;
  }
}
::-webkit-scrollbar,
html ::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: #f5f1f1;
}
::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #452e24;
  border-radius: 1rem;
  border: 1px solid #e6e6f0;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Lato;
  overflow-y: auto;
  overflow-x: auto;
}
.main {
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  flex-grow: 2;
}
a,
button {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
img {
  width: 100%;
}

.text_center {
  text-align: center;
}

.ukj4wx8s660mu {
  --bg: #ffffff;
  --fg: #141414;
  --muted: #6b6b6b;
  --accent: #cc8844;
  --accent-2: #e6e6e6;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  background: var(--bg);
  color: var(--fg);
}

.vb4wewuo91izpl {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

.jxxp562152k9kp {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.gkdbfeany2kj {
  color: var(--fg);
}
.hrcz8v4wtm5v84g {
  color: #121214;
}

.gubjjb76apwn9v {
  color: var(--muted);
  font-size: 1.2rem;
}
.lz40tw29jhjk {
  font-size: 1.4rem;
  color: var(--fg);
  line-height: 1.6;
}

/* Thanks Page Styles */
.kn1nc33lyse {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8rem 0;
  min-height: 70vh; /* Ensures it takes up a good portion of the viewport */
  background-color: var(--bg);
}

.cn20h03wqkmalt {
  max-width: 900px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.cuuve2kex3 {
  font-family: "Neugothic", serif;
  font-size: 4.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.khukotg8jid9vau {
  font-family: "Neugothic", serif;
  font-size: 2.8rem;
  color: var(--fg);
  margin-bottom: 2rem;
}

.cokis3cu3 {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 3rem;
}

.vboljdy6y0864ue {
  background: var(--accent);
  color: #ffffff;
}
.t34xu21fuebus6s {
  border: 1px solid var(--accent);
}

.xb6lmszrm5yd4sc {
  color: var(--fg);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.xb6lmszrm5yd4sc:hover {
  color: var(--accent);
  opacity: 0.9;
}

.opjy0ibqjpn1pa {
  background: linear-gradient(180deg, #ffffff, #fbfbfb);
  border-bottom: 1px solid var(--accent-2);
}
.dupl4lmwsi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}

.kakle8ri5cr {
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 8px;
  background: transparent;
  color: var(--fg);
  border: 1px solid rgb(236, 166, 81);
  font-size: 1.6rem;
}
.kakle8ri5cr:hover {
  background: var(--accent-2);
}

.gfjb1h85usxz {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 20px 12px;
  background: #ffffff;
  border-right: 1px solid var(--accent-2);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  min-width: 270px;
  z-index: 1000;
}
.gfjb1h85usxz.psn2ylyrry3n5l {
  transform: translateX(0);
}
.z7unlnvxvmo6x {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  min-width: 270px;
}
.zrsl348g8nr1 {
  list-style: none;
}

.r4upj6j42metel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 270px;
}
.bjjb751h5kq4n29 {
  color: var(--accent);
}
.bjjb751h5kq4n29:hover {
  color: #e5a169;
}

.bjjb751h5kq4n29.jxxp562152k9kp {
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
}

.oskyzfe3vhx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  min-width: 270px;
}
.d9tlbwged1 {
  font-size: 1.8rem;
  color: var(--accent);
}
.bqa8cnwynkldyhg {
  font-size: 1.2rem;
}

.vagyl2hcjwpoo {
  background: #f8f8f8;
  border-top: 1px solid var(--accent-2);
  padding: 28px 0;
}
.boks58wfd6vki {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.ml7qy64bipg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  min-width: 270px;
}
.lhfmgnolmfl {
  list-style: none;
}
.xvu2xc9jvrbnoi {
  color: var(--muted);
}
.xvu2xc9jvrbnoi:hover {
  color: var(--fg);
}
.vza59teyqgbzfy0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.scneu2sfp4st {
  list-style: none;
}
.bs0omd2zf {
  color: var(--fg);
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--accent-2);
  display: inline-block;
  font-size: 1.8rem;
}
.bs0omd2zf:hover {
  background: var(--accent-2);
}
.j9skkdry6h7f {
  color: var(--muted);
}

@media (max-width: 900px) {
  .dupl4lmwsi {
    flex-direction: column;
    align-items: center;
  }
  .boks58wfd6vki {
    flex-direction: column;
    align-items: center;
  }
  .bjjb751h5kq4n29.jxxp562152k9kp {
    display: none;
  }
}

/* Image utilities (for future sections) */
.xtkmdyshj {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tw152gi6i1osxi {
  width: 100%;
  max-width: 450px;
}

.img-responsive-max {
  width: 100%;
  max-width: 450px;
}

@media (min-width: 901px) {
  .kakle8ri5cr {
    order: 1;
  }
  .r4upj6j42metel {
    order: 2;
  }
  .oskyzfe3vhx {
    order: 3;
    margin-left: auto;
  }
  .dupl4lmwsi {
    position: relative;
  }
  .r4upj6j42metel {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .qt2k3yazmrqw {
    font-size: 2.2rem;
  }

  /* Thanks Page Responsive Styles */
  .cuuve2kex3 {
    font-size: 3.5rem;
  }

  .khukotg8jid9vau {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .qt2k3yazmrqw {
    font-size: 1.8rem;
  }

  /* Thanks Page Responsive Styles */
  .cuuve2kex3 {
    font-size: 3rem;
  }

  .khukotg8jid9vau {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .qt2k3yazmrqw {
    font-size: 1.6rem;
  }

  /* Thanks Page Responsive Styles */
  .cuuve2kex3 {
    font-size: 2.5rem;
  }

  .khukotg8jid9vau {
    font-size: 1.6rem;
  }
}
