:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  object-fit: cover;
}

ul {
  list-style-type: none;
}

/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
@font-face {
  font-family: "BadTyp-Regular";
  src: url("/fonts/BadTyp-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
section, .section {
  padding-left: var(--spacing-side-padding);
  padding-right: var(--spacing-side-padding);
  position: relative;
}

.container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1.25rem;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    grid-template-columns: repeat(12, 1fr);
  }
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.animationWrapper {
  position: relative;
  width: 100%;
}

.chocolate-background {
  position: fixed;
  top: -70vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: gray;
  pointer-events: none;
  will-change: top;
  background: url("/img/aztec-background.png"), radial-gradient(35.31% 74.18% at 100% 0%, #321B16 0%, #271A17 100%), #271A17;
  background-position: bottom center;
}
@media (min-width: 768px) {
  .chocolate-background {
    top: -75vh;
  }
}
.chocolate-background .svg-bottom {
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
}

.leaves,
.energy-rays,
.leaves-right {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
}

a {
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
}
a:focus-visible {
  color: #000000;
  background-color: #F69F41;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  top: -9999px;
  left: 0;
  display: block;
  background-color: #FFA800;
  padding: 12px;
  z-index: 9999;
  border-bottom: 3px solid #000000;
}

.skip-link:focus-visible {
  position: relative;
  top: 0;
}

.logo {
  position: relative;
}
.logo:focus-visible {
  background-color: transparent;
}
.logo:focus-visible img {
  filter: brightness(0) saturate(100%) invert(0);
}
.logo:focus-visible::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F69F41;
  width: 130%;
  padding-top: 130%;
  border-radius: 50%;
  height: 0;
  position: absolute;
  z-index: -1;
  border: 3px solid #000000;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
body {
  font-family: "KoHo", sans-serif;
}

h1, .h1, h2, .h2 {
  font-family: "BadTyp-Regular", sans-serif;
  text-transform: uppercase;
}

h1, .h2, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 600;
}

h5, .h5, h6, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 3.25rem;
  line-height: 3.75rem;
  margin-top: 0;
  margin-bottom: 32px;
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.ps {
  font-size: 1rem;
  line-height: 1.25rem;
}

p, .p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
p:last-of-type, .p:last-of-type {
  margin-bottom: 0;
}

.txt-md {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.pl {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

label {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
#hero {
  background: #321B16;
  height: 100vh;
  min-height: 700px;
  align-content: end;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1rem;
}

#hero .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cacao-can-front {
  position: absolute;
  width: 8.5rem;
  top: 50%;
  left: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .cacao-can-front {
    width: 10.5rem;
  }
}

#hero .blurred-image {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}

#hero .blurred-image--left {
  width: 9.9375rem;
  transform: translate(-100%, 14%);
}
@media (min-width: 768px) {
  #hero .blurred-image--left {
    width: 11.5rem;
    transform: translate(-108%, 6%);
  }
}

#hero .blurred-image--right {
  width: 10.75rem;
  transform: translate(-5%, -30%);
}
@media (min-width: 768px) {
  #hero .blurred-image--right {
    width: 14.75rem;
    transform: translate(-13%, -39%);
  }
}

#hero .leaves {
  width: 1.78081rem;
  transform: translate(-340%, -590%);
}
@media (min-width: 768px) {
  #hero .leaves {
    width: 2.19906rem;
    height: 2.19906rem;
    transform: translate(-340%, -600%);
  }
}

#hero .energy-rays {
  width: 2.50931rem;
  transform: translate(155%, -435%);
}
@media (min-width: 768px) {
  #hero .energy-rays {
    width: 3.09869rem;
    height: 3.69844rem;
    transform: translate(160%, -430%);
  }
}

#hero .leaves-right {
  transform: translate(220%, 550%);
}
@media (min-width: 768px) {
  #hero .leaves-right {
    transform: translate(230%, 550%);
  }
}

#hero .heading-img-wrapper {
  max-width: 51rem;
  margin: 0 auto;
}
#hero .heading-img-wrapper img {
  max-width: 100%;
  width: 51rem;
  object-fit: contain;
}

#hero .feel-good {
  position: relative;
  z-index: 1;
  margin-bottom: -3.5%;
}

#hero .button-wrapper {
  display: flex;
  justify-items: center;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
#benefits-section {
  background-color: #321B16;
  color: #EDE1CF;
  padding-top: 6.7rem;
  padding-bottom: 2.5rem;
}

#benefits-section .img-wrapper {
  grid-column: 1/-1;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #benefits-section .img-wrapper {
    grid-column: 1/6;
    align-self: center;
    margin-bottom: 0;
  }
}

#benefits-section img {
  max-width: 16rem;
  align-self: center;
}

#benefits-section h2 {
  grid-column: 1/-1;
  font-size: 14vw;
  line-height: 1;
  color: #7C4D33;
  margin-top: 0;
  margin-bottom: 3.75rem;
  text-shadow: 2px 6px 0px #271A17;
}
#benefits-section h2 span {
  font-size: 20vw;
}
@media (min-width: 768px) {
  #benefits-section h2 {
    font-size: 6.5vw;
    font-size: clamp(3rem, 6.5vw, 6.25rem);
    grid-column: 1/7;
    order: -1;
    margin-bottom: 3.75rem;
  }
  #benefits-section h2 span {
    font-size: 9.7vw;
    font-size: clamp(4.5rem, 9.7vw, 9.875rem);
  }
}

#benefits-section .grid-left {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  #benefits-section .grid-left {
    grid-column: 7/-1;
  }
}

#benefits-section p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
#benefits-section p span {
  color: #ffffff;
  font-weight: 600;
}
@media (min-width: 1024px) {
  #benefits-section p {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

#benefits-section .properties-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: "BadTyp-Regular", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #benefits-section .properties-wrapper {
    padding-top: 2.67rem;
    padding-bottom: 2.04rem;
  }
}

#benefits-section .properties {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) {
  #benefits-section .properties {
    align-items: flex-start;
    margin-right: -3rem;
  }
}

#benefits-section .leaves {
  width: 2.75rem;
}

#benefits-section .leaves--left {
  transform: translate(-250%, 40%) rotate(188deg);
}

#benefits-section .leaves--right {
  transform: translate(280%, -4rem);
}

.properties li {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  border: 8.156px solid #271A17;
  color: #EDE1CF;
  background-color: #57362C;
  display: inline-block;
  position: relative;
}

.properties li:nth-child(1) {
  transform: rotate(-1.756deg);
  z-index: 2;
  margin-bottom: -0.75rem;
}

.properties li:nth-child(2) {
  z-index: 1;
  margin-bottom: -0.75rem;
}

.properties li:nth-child(3) {
  font-size: 1.2rem;
  color: #321B16;
  background: linear-gradient(90deg, #BD994F 0%, #BA964C 0.01%, #EAC87E 40.44%, #EDCB80 59.13%, #BA954C 71.15%, #CB9F5D 100%);
  transform: rotate(-0.873deg);
  z-index: 2;
  margin-bottom: -0.75rem;
}
@media (min-width: 1024px) {
  .properties li:nth-child(3) {
    font-size: 1.5rem;
  }
}

.properties li:nth-child(4) {
  z-index: 1;
  margin-bottom: -0.25rem;
}

#benefits-section li:nth-child(5) {
  transform: rotate(-2deg);
  margin-bottom: -0.313rem;
}

#benefits-section li:nth-child(6) {
  transform: rotate(2deg);
}

#benefits-section .button-wrapper {
  grid-column: 2/span 4;
  justify-self: center;
  margin-bottom: 2.53rem;
}
@media (min-width: 768px) {
  #benefits-section .button-wrapper {
    grid-column: 5/span 4;
    margin-bottom: 3.78rem;
  }
}

#benefits-section .align-center {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  #benefits-section .align-center {
    grid-column: 3/span 8;
    text-align: center;
  }
}

#benefits-section .improving-properties {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  margin-top: 3.75rem;
}

.improving-properties li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "BadTyp-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 6.5vw;
  font-size: clamp(1rem, 6.5vw, 6.25rem);
  margin: 0;
}

.improving-properties .right {
  align-self: flex-end;
}

@media (min-width: 768px) {
  .improving-properties svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .improving-properties svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
#brand-message {
  padding-bottom: 5.03rem;
  background-color: #321B16;
}

#brand-message .wrapper {
  grid-column: 1/-1;
}

#brand-message svg {
  width: 100%;
  height: 100%;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
#location {
  padding-top: 9rem;
}
@media (min-width: 768px) {
  #location {
    padding-top: 15.5rem;
  }
}
@media (min-width: 1024px) {
  #location {
    padding-top: 18.5rem;
  }
}

#location .heading-wrapper {
  grid-column: 1/-1;
  position: relative;
}
@media (min-width: 768px) {
  #location .heading-wrapper {
    grid-column: 1/7;
  }
}

#location h2 {
  font-size: 11vw;
  line-height: 1;
  color: #321B16;
  text-shadow: 1.443px 4.328px 0px #EDE1CF;
  margin: 0;
}
@media (min-width: 768px) {
  #location h2 {
    font-size: 5.5vw;
    font-size: clamp(2.75rem, 5.5vw, 5.5rem);
  }
}
#location h2 span {
  font-size: 18vw;
}
@media (min-width: 768px) {
  #location h2 span {
    font-size: 9vw;
    font-size: clamp(4rem, 8.75vw, 8.75rem);
  }
}

#location img {
  max-width: 100%;
  grid-column: 1/-1;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #location img {
    margin-bottom: 5rem;
  }
}

#location .cta-wrapper {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #location .cta-wrapper {
    grid-column: 2/span 10;
  }
}
@media (min-width: 1024px) {
  #location .cta-wrapper {
    grid-column: 3/span 8;
  }
}

#location p {
  color: #271A17;
}
@media (min-width: 768px) {
  #location p {
    text-align: center;
  }
}

#location p:first-of-type {
  font-weight: 600;
}

#location p:nth-of-type(2) {
  margin-bottom: 0;
}

#location p:last-of-type {
  margin-bottom: 2.5rem;
}

#location a {
  margin: 2.5rem auto 3rem;
  color: #7C4D33;
  font-weight: 600;
}
#location a:focus-visible {
  color: #000000;
}

.map-wrapper div {
  height: 620px;
  overflow: hidden;
  margin-bottom: -60px;
}

.map-container {
  position: relative;
  width: 100%;
  height: 400px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  pointer-events: none; /* Disable interaction initially */
}

.map-container.clicked iframe {
  pointer-events: auto; /* Enable interaction when clicked */
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
#story-section {
  padding: 0;
  color: #271A17;
  background-color: #FFF8ED;
}

#story-section .container {
  max-width: none;
}
@media (min-width: 768px) {
  #story-section .container {
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 0;
  }
}

#story-section .wrapper {
  grid-column: 1/-1;
  display: block;
}
@media (min-width: 768px) {
  #story-section .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
    position: relative;
  }
}

#story-section .content {
  padding: 4.5rem 0.75rem 5.11rem;
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  max-width: 720px;
  justify-self: flex-end;
}
@media (min-width: 768px) {
  #story-section .content {
    display: flex;
    flex-direction: column;
    padding: 7.5rem 2.5rem 7.3rem;
    order: -1;
    grid-column: 1/1;
  }
}

#story-section h2 {
  margin-bottom: 2.5rem;
  font-size: 16vw;
  line-height: 1;
  text-shadow: 2px 6px 0px #E6C47A;
  color: #321B16;
  margin-top: 0;
}
@media (min-width: 768px) {
  #story-section h2 {
    font-size: 8vw;
    font-size: clamp(3.5rem, 7.5vw, 7.5rem);
    margin-bottom: 4.5rem;
  }
}

#story-section p {
  margin-bottom: 1rem;
}

#story-section p:last-of-type {
  margin-bottom: 0;
}

#story-section span {
  font-weight: 700;
}

#story-section a {
  margin-top: 2.5rem;
}

#story-section .img-wrapper {
  height: 37.5rem;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  #story-section .img-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    grid-column: 2/2;
  }
}

#story-section .img-wrapper img {
  height: 100%;
  width: 100%;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
#faq-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #271A17;
}
@media (min-width: 768px) {
  #faq-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
#faq-section h2 {
  color: #321B16;
  text-shadow: 1.597px 4.792px 0px #EDE1CF;
  grid-column: 1/-1;
  text-align: center;
  font-size: 7.5vw;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  #faq-section h2 {
    font-size: 5vw;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1024px) {
  #faq-section h2 {
    font-size: 4vw;
    font-size: clamp(2rem, 4vw, 3.75rem);
  }
}
#faq-section h2 span {
  font-size: 14.25vw;
}
@media (min-width: 768px) {
  #faq-section h2 span {
    font-size: 9vw;
  }
}
@media (min-width: 1024px) {
  #faq-section h2 span {
    font-size: 7.2vw;
    font-size: clamp(3.25rem, 7.2vw, 7.25rem);
  }
}

.accordion {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .accordion {
    grid-column: 2/span 10;
  }
}
@media (min-width: 1024px) {
  .accordion {
    grid-column: 3/span 8;
  }
}
.accordion .accordion__content-box {
  position: relative;
  border-bottom: 1px solid #EDE1CF;
}
.accordion .accordion__content-box:last-child {
  margin-bottom: 0;
}
.accordion .accordion__content-box.active .accordion__label {
  font-size: 1.5rem;
  font-weight: 600;
}
.accordion .accordion__content-box.active .accordion__content {
  max-height: 1000px;
  transition: max-height 0.3s ease;
}
.accordion .accordion__content-box.active .accordion__label::before {
  content: "\f068";
}
.accordion .accordion__label {
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  font-family: "KoHo", sans-serif;
  padding: 0.75rem;
  padding-right: 2.75rem;
  color: #271A17;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}
.accordion .accordion__label::before {
  font-family: "Font Awesome 6 Free";
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 900;
}
.accordion .accordion__label:focus-visible {
  background-color: #F69F41;
  color: #000000;
}
.accordion .accordion__content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion .accordion__content p {
  padding: 0.75rem 0.75rem 2rem;
  color: #271A17;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
#contact-us {
  background: url("/img/cacao-flat-lay.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 8.75rem;
}

#contact-us .chocolate-tip-bg {
  position: absolute;
  left: 0;
  top: -1%;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
#contact-us .chocolate-tip-bg img {
  position: absolute;
  width: 100%;
  top: 99%;
  left: 0;
}

#contact-us .form-wrapper {
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  #contact-us .form-wrapper {
    grid-column: 2/12;
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1024px) {
  #contact-us .form-wrapper {
    grid-column: 3/11;
    grid-template-columns: repeat(8, 1fr);
  }
}

#contact-us h2 {
  font-size: 2.5rem;
  line-height: 3.75rem;
  text-shadow: 2.734px 8.202px 0px #EDE1CF;
  align-self: center;
  color: #321B16;
}
@media (min-width: 768px) {
  #contact-us h2 {
    font-size: 3.75rem;
  }
}

@media (min-width: 768px) {
  #contact-us p {
    grid-column: 2/span 8;
  }
}
@media (min-width: 1024px) {
  #contact-us p {
    grid-column: 2/span 6;
  }
}

@media (min-width: 768px) {
  #contact-us .form-wrapper form {
    grid-column: 2/span 8;
  }
}
@media (min-width: 1024px) {
  #contact-us .form-wrapper form {
    grid-column: 2/span 6;
  }
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
.general-template header nav {
  background-color: #281B18;
  position: relative;
}

.general-template section {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .general-template section {
    padding-bottom: 5rem;
  }
}

.general-template h2 {
  font-size: 3.25rem;
  font-family: "KoHo", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 3.75rem;
  margin-top: 0;
  margin-bottom: 0;
}

.general-template .content h2 {
  margin-bottom: 2.5rem;
}

.general-template .wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 2.5rem;
}
.general-template .wrapper p {
  margin-bottom: 0;
}

.general-template .wrapper, .general-template .content {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .general-template .wrapper, .general-template .content {
    grid-column: 2/12;
  }
}
@media (min-width: 1024px) {
  .general-template .wrapper, .general-template .content {
    grid-column: 3/11;
  }
}

.general-template p a {
  color: #7C4D33;
}

.general-template .buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
footer {
  background-color: #271A17;
  color: #EDE1CF;
  padding-top: 2.5rem;
  overflow: hidden;
}

footer .container {
  padding-left: var(--spacing-side-padding);
  padding-right: var(--spacing-side-padding);
}

footer .logo-wrapper {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

footer .wrapper {
  display: grid;
  grid-column: 1/-1;
}

footer .links-wrapper {
  margin-bottom: 2.5rem;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  footer .links-wrapper {
    grid-column: 1/span 6;
  }
}
@media (min-width: 1024px) {
  footer .links-wrapper {
    grid-column: 2/span 6;
  }
}

footer h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

footer .links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

footer li, footer p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

footer a {
  color: #EDE1CF;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
}

footer .icon-button {
  margin-left: -0.8rem;
}

footer .social {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  footer .social {
    grid-column: 10/span 3;
  }
}

footer .button-wrapper {
  grid-column: 1/-1;
  margin-top: 2.37rem;
  margin-bottom: 2.37rem;
  display: flex;
  justify-content: center;
}

footer .opaque-text {
  grid-column: 1/-1;
  position: relative;
}

footer .opaque-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 77%;
  width: 100%;
  background-image: url("/img/Intersect.svg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position-x: 35%;
  z-index: 1;
}

.opaque-text p {
  color: rgba(255, 255, 255, 0.05);
  font-size: clamp(3.2rem, 15.5vw, 19rem);
  text-align: center;
  line-height: 13vw;
  position: relative;
  z-index: 2;
  margin: 0;
}

.before-wrapper {
  background: #1F0E0B;
}

footer .footer-legal {
  grid-column: 1/-1;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: var(--spacing-side-padding);
  padding-right: var(--spacing-side-padding);
}
@media (min-width: 768px) {
  footer .footer-legal {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-legal p, .footer-legal a {
  font-size: 1rem;
  line-height: 1rem;
}

footer .footer-divider {
  color: #F3D389;
  font-size: 1rem;
  margin: 0 0.69rem;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
a.button, button.button {
  display: block;
  position: relative;
  font-family: "BadTyp-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2.25rem;
  padding: 0.25rem 1rem;
  background: transparent;
  transform: rotate(-2deg);
  border-radius: 0.125rem;
  color: #271A17;
  border: 2px solid #271A17;
  align-self: center;
  text-decoration: none;
}
a.button::before, a.button::after, button.button::before, button.button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
a.button::before, button.button::before {
  left: -1.44rem;
}
a.button::after, button.button::after {
  right: -1.44rem;
}

.button span {
  position: relative;
  display: inline-block;
}

.button span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 5px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
}

.button:hover span::after,
.button:focus-visible span::after {
  transform: scaleX(1);
}

.button:hover,
.button:focus-visible {
  transform: rotate(0);
}

.button:focus-visible, .button.dark:focus-visible {
  background: #F69F41;
  color: #000000;
  border: 3px solid #000000;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
}
.button:focus-visible::before, .button:focus-visible::after, .button.dark:focus-visible::before, .button.dark:focus-visible::after {
  background: none;
  mask-image: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 9 8" fill="none"><path d="M5.65151 0.142522C-1.76267 -1.40532 -0.180665 10.1666 6.38348 7.63604C9.90168 6.28475 9.33499 0.904158 5.65151 0.142522Z" fill="black"/></svg>');
}
.button:focus-visible span::after, .button.dark:focus-visible span::after {
  height: 3px;
  background-color: #000000;
}

a.primary-button {
  color: #271A17;
  border: 2px solid #271A17;
}
a.primary-button::before, a.primary-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M5.55146 0.64351C-1.91222 -0.644638 0.0726768 10.8651 6.54451 8.10692C10.0134 6.63367 9.25928 1.27613 5.55146 0.64351Z' fill='%23271A17'/%3E%3C/svg%3E");
}
a.primary-button span::after {
  background: #271A17;
}
a.primary-button.dark {
  border: 2px solid #BD994F;
}
a.primary-button.dark span {
  background: linear-gradient(90deg, #BD994F 0%, #BA964C 0.01%, #EAC87E 40.44%, #EDCB80 59.13%, #BA954C 71.15%, #CB9F5D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.primary-button.dark::before, a.primary-button.dark::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9'><path d='M5.55122 1.07955C-1.91247 -0.208603 0.0724327 11.3011 6.54427 8.54296C10.0132 7.06971 9.25903 1.71217 5.55122 1.07955Z' fill='%23DAB86E'/></svg>");
}
a.primary-button.dark span::after {
  background: linear-gradient(90deg, #BD994F 0%, #BA964C 0.01%, #EAC87E 40.44%, #EDCB80 59.13%, #BA954C 71.15%, #CB9F5D 100%);
}
a.primary-button.dark:hover {
  transform: rotate(0);
}
a.primary-button.dark:focus-visible span {
  color: #000000;
  -webkit-text-fill-color: initial;
}
a.primary-button.dark:focus-visible span::after {
  background: #000000;
  -webkit-text-fill-color: initial;
}

a.secondary-button, button.secondary-button {
  color: #57362C;
  border: 2px solid #57362C;
}
a.secondary-button::before, a.secondary-button::after, button.secondary-button::before, button.secondary-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M5.55122 0.643266C-1.91247 -0.644882 0.0724327 10.8648 6.54427 8.10668C10.0132 6.63343 9.25903 1.27589 5.55122 0.643266Z' fill='%2357362C'/%3E%3C/svg%3E");
}
a.secondary-button span::after, button.secondary-button span::after {
  background: #57362C;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
.icon-button {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}
.icon-button i {
  font-size: 1.5rem;
}

.icon-button:hover {
  color: #ffffff;
}

.icon-button:focus-visible {
  width: 2.625rem;
  height: 2.625rem;
  color: #000000;
  background: #F69F41;
  border: 2px solid #000000;
}
.icon-button:focus-visible svg rect {
  fill: #000000;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
.menu {
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.8s ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1F0E0B;
  color: #EDE1CF;
  padding: 3.75rem 0 2.5rem;
  box-shadow: 0 3px 0 #1F0E0B;
}
@media (min-width: 1024px) {
  .menu {
    padding-left: var(--spacing-side-padding);
    padding: 0.75rem 5rem 0.75rem var(--spacing-side-padding);
  }
}

.menu .wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .menu .wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

body.menu-open .menu {
  transform: translateY(0);
}

.button-wrapper {
  display: flex;
  justify-content: center;
}

.menu-close {
  position: absolute;
  right: 0.5rem;
  top: 0.8rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .menu-list {
    display: flex;
    gap: 1rem;
  }
}

.menu .nav-item {
  padding: 1rem 0.75rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  position: relative;
  color: #EDE1CF;
  text-decoration: none;
}

.menu .nav-item::after {
  content: "";
  position: absolute;
  display: block;
  background: #EDE1CF;
  height: 2px;
  width: 40px;
  left: 12px;
  bottom: 10px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  .menu .nav-item::after {
    width: calc(100% - 1.5rem);
    bottom: 10px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
}

.menu .nav-item:hover::after, .menu .nav-item:focus-visible::after {
  transform: scaleX(1);
}

.menu .nav-item:focus-visible {
  color: #000000;
  background-color: #F69F41;
}

.menu .nav-item:focus-visible::after {
  background: #000000;
}

body.menu-open main {
  transform: translateY(var(--menu-height));
}

nav {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 0.94rem;
  z-index: 2;
  gap: 1.5rem;
}

nav .logo {
  display: block;
  position: relative;
}
nav .logo img {
  width: auto;
}

nav .decoration-container {
  position: relative;
  width: 100%;
}

nav .decoration {
  margin-top: 1rem;
  position: absolute;
  width: auto;
}

nav .left {
  right: 0;
}

nav .right {
  left: 0;
}

:root {
  --spacing-side-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --spacing-side-padding: 2.44rem;
  }
}
/*
* Variables for breakpoints
*/
/*
* Map for breakpoints
*/
.form-wrapper {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 2.5rem;
  column-gap: 1.25rem;
  text-align: center;
  border-radius: 0.625rem;
  background-color: #ffffff;
  color: #271A17;
}
@media (min-width: 768px) {
  .form-wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .form-wrapper {
    grid-column: 3/11;
    grid-template-columns: repeat(8, 1fr);
  }
}

.form-wrapper h2 {
  grid-column: 1/-1;
  margin-top: 0;
  margin-bottom: 0;
}

.form-wrapper p {
  grid-column: 1/-1;
  margin-bottom: 0;
}

.form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 0 1.25rem;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .form-wrapper form {
    padding: 0;
    grid-column: 3/span 8;
  }
}
@media (min-width: 1024px) {
  .form-wrapper form {
    grid-column: 2/span 6;
  }
}

.form-wrapper .form-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.form-wrapper button.button {
  transform: rotate(0);
  align-self: center;
  cursor: pointer;
}

.form-wrapper button::before, .form-wrapper button::after {
  display: none;
}

.form-wrapper input, .form-wrapper textarea {
  font-size: 1rem;
  font-family: "KoHo", sans-serif;
}

.form-wrapper input, .form-wrapper textarea {
  height: 2.75rem;
  border-radius: 0.25rem;
  border: 1px solid #BEBAB9;
  outline: none;
  padding: 0.75rem;
}

.form-wrapper input:hover, .form-wrapper textarea:hover {
  border: 2px solid #BEBAB9;
}

.form-wrapper input:focus-visible, .form-wrapper textarea:focus-visible {
  border: 3px solid #7C4D33;
}

.form-wrapper textarea {
  min-height: 7.5rem;
}