/* [next]/internal/font/google/plus_jakarta_sans_f1fa6da1.module.css [app-client] (css) */
@font-face {
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../media/0b1dc8ddaa74ba49-s.0e__wj8580tc5.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../media/e629b5bc06499d58-s.10u7vx61f1ie7.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../media/1a099d89ee94ee96-s.35a5cae5tspm2.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../media/fba5a26ea33df6a3-s.p.18rizl4rsrl42.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Plus Jakarta Sans Fallback;
  src: local(Arial);
  ascent-override: 98.88%;
  descent-override: 21.15%;
  line-gap-override: 0.0%;
  size-adjust: 104.98%;
}

.plus_jakarta_sans_f1fa6da1-module__6F21nW__className {
  font-family: Plus Jakarta Sans, Plus Jakarta Sans Fallback;
  font-style: normal;
}

.plus_jakarta_sans_f1fa6da1-module__6F21nW__variable {
  --font-plus-jakarta-sans: "Plus Jakarta Sans", "Plus Jakarta Sans Fallback";
}

/* [project]/app/globals.scss.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

* {
  box-sizing: border-box;
  color: #140f00;
  appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fffef2;
}

.section-container {
  max-width: 1420px;
  margin: 0 auto;
}

.section-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-spacing > h2 {
  margin-bottom: 40px;
  line-height: 110%;
}

.section-heading {
  text-align: center;
  grid-column: span 12;
}

.grid {
  grid-template-columns: repeat(12, minmax(0, 100px));
  gap: 0 20px;
  display: grid;
}

h1 {
  font-size: var(--h1);
  text-wrap-style: balance;
  font-weight: 600;
}

h2 {
  font-size: var(--h2);
  text-wrap-style: balance;
  color: #403106;
  font-weight: 600;
}

h3 {
  font-size: var(--h3);
  text-wrap-style: balance;
  color: #403106;
}

@media screen and (max-width: 1460px) {
  .section-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 840px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .section-heading {
    grid-column: span 4;
  }

  .section-spacing {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-spacing > h2 {
    margin-bottom: 32px;
  }

  section {
    scroll-margin-top: 120px;
  }
}

/* [project]/app/styles/header.module.scss.module.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

.header-module-scss-module__s0RhOa__header {
  z-index: 100;
  background-color: #fffef2;
  border-bottom: 1px solid #c3b533;
  width: 100%;
  position: fixed;
  top: 0;
}

.header-module-scss-module__s0RhOa__header_mobile {
  display: none;
}

.header-module-scss-module__s0RhOa__header_desktop {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-module-scss-module__s0RhOa__logo {
  height: 64px;
  margin: 24px 0;
}

.header-module-scss-module__s0RhOa__links {
  font-weight: 500;
  font-size: var(--h6);
  align-items: center;
  gap: 24px;
  display: flex;
  transform: translateY(6px);
}

.header-module-scss-module__s0RhOa__navigation_desktop {
  align-items: center;
  gap: 40px;
  display: flex;
}

.header-module-scss-module__s0RhOa__burger_menu_icon {
  cursor: pointer;
  background-image: url("/icons/burgerMenuIcon.svg");
  width: 24px;
  height: 24px;
}

.header-module-scss-module__s0RhOa__navigation_mobile {
  grid-column: span 3;
  justify-content: end;
  align-items: center;
  gap: 24px;
  display: flex;
}

.header-module-scss-module__s0RhOa__mobile_button {
  padding: 8px 16px !important;
  font-size: 13px !important;
}

.header-module-scss-module__s0RhOa__mobile_menu {
  z-index: -100;
  opacity: 0;
  background: #fffef2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s linear;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.header-module-scss-module__s0RhOa__mobile_links {
  flex-direction: column;
  align-items: center;
  gap: 32px;
  display: flex;
}

.header-module-scss-module__s0RhOa__mobile_links > * {
  font-size: var(--h5);
}

.header-module-scss-module__s0RhOa__mobile_CTA {
  margin-top: 48px;
}

.header-module-scss-module__s0RhOa__mobile_close_menu {
  font-size: var(--h6);
  cursor: pointer;
  align-items: center;
  gap: 8px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  display: flex;
  position: relative;
  bottom: -64px;
  transform: translateY(-50%);
}

.header-module-scss-module__s0RhOa__logo:hover {
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .header-module-scss-module__s0RhOa__header_desktop {
    display: none;
  }

  .header-module-scss-module__s0RhOa__header_mobile {
    margin: 0 20px;
    display: grid;
  }

  .header-module-scss-module__s0RhOa__logo {
    grid-column: span 1;
    width: 100%;
    margin: 16px 0;
  }
}

/* [project]/app/styles/footer.module.scss.module.css [app-client] (css) */
.footer-module-scss-module__494BbG__footer {
  width: 100%;
  padding: 32px 0;
}

.footer-module-scss-module__494BbG__content_left {
  grid-column: 2 / 7;
  align-items: center;
  gap: 32px;
  display: flex;
}

.footer-module-scss-module__494BbG__content_left a {
  font-weight: 450;
  text-decoration: underline;
}

.footer-module-scss-module__494BbG__links {
  flex-wrap: wrap;
  grid-column: span 5;
  justify-content: end;
  align-self: center;
  gap: 24px;
  display: flex;
}

.footer-module-scss-module__494BbG__links a {
  font-size: 1rem;
}

.footer-module-scss-module__494BbG__image {
  height: 48px;
}

.footer-module-scss-module__494BbG__content * {
  display: inline-block;
}

.footer-module-scss-module__494BbG__content p {
  margin-right: 8px;
}

.footer-module-scss-module__494BbG__content {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .footer-module-scss-module__494BbG__content_left, .footer-module-scss-module__494BbG__links {
    grid-column: span 6;
  }
}

@media screen and (max-width: 1000px) {
  .footer-module-scss-module__494BbG__content_left {
    order: 1;
    grid-column: span 12;
  }

  .footer-module-scss-module__494BbG__links {
    order: 0;
    grid-column: span 12;
    justify-content: center;
  }

  .footer-module-scss-module__494BbG__footer_container {
    row-gap: 2rem;
  }

  .footer-module-scss-module__494BbG__content_left {
    justify-content: center;
    gap: 1rem;
    display: flex;
  }

  .footer-module-scss-module__494BbG__content {
    width: fit-content;
  }
}

/* [project]/app/styles/link.module.scss.module.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

.link-module-scss-module__JN1XIq__link {
  color: #332600;
  text-wrap: nowrap;
  flex-direction: column;
  width: fit-content;
  display: flex;
}

.link-module-scss-module__JN1XIq__link svg {
  visibility: hidden;
  transition: stroke-dashoffset .3s cubic-bezier(.362, 0, .336, .991);
}

/* [project]/app/styles/button.module.scss.module.css [app-client] (css) */
:root {
  --h1: 3rem;
  --h2: 2.5rem;
  --h3: 2rem;
  --h4: 1.75rem;
  --h5: 1.43rem;
  --h6: 1.18rem;
}

@media screen and (min-width: 840px) {
  :root {
    --h1: 3.815rem;
    --h2: 3.052rem;
    --h3: 2.441rem;
    --h4: 1.953rem;
    --h5: 1.563rem;
    --h6: 1.25rem;
  }
}

.button-module-scss-module__ucf8zG__button {
  width: fit-content;
  font-size: var(--h6);
  text-wrap: nowrap;
  border-radius: 8px;
  height: fit-content;
  padding: 16px 32px;
  display: block;
  box-shadow: 0 0 10px #5e3b0c80;
}

.button-module-scss-module__ucf8zG__filled:active {
  box-shadow: inset 0 0 10px #fffef280;
}

.button-module-scss-module__ucf8zG__filled {
  color: #fffef2;
  background: #5e3b0c;
}

.button-module-scss-module__ucf8zG__outlined {
  background: none;
  border: 5px solid #5e3b0c;
  padding: 12px 24px;
  transition: background-color .3s cubic-bezier(.362, 0, .336, .991);
}

.button-module-scss-module__ucf8zG__outlined:hover {
  color: #fffef2;
  background-color: #5e3b0c;
}

@media screen and (max-width: 840px) {
  .button-module-scss-module__ucf8zG__button {
    padding: 16px 24px;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0j69n3y._.css.map*/