:root {
  --color--text: #333;
  --text--text-fs: 1.125rem;
  --text--text-lh: 1.6;
  --text--text-ls: .01em;
  --color--900-brown: #2e241f;
  --color--600-brown: #784a34;
  --color--100-brown: #fdfef0;
  --text--container-max: 1200px;
  --_responsive---text--container-padding: 3rem;
  --fonts--headline: "Newsreader Variablefont Opsz Wght", "Times New Roman", sans-serif;
  --text--h1-fs: 2.5rem;
  --text--h1-lh: 1.2;
  --text--mono-fs: 1.125rem;
  --text--mono-ls: .5em;
  --fonts--mono: Geistmono, Arial, sans-serif;
  --text--button-fs: 1rem;
  --text--button-ls: .2em;
  --color--700-brown: #4c271c;
  --color--transparent: #fff0;
  --text--text-small-fs: .875rem;
  --text--tag-ls: .25em;
  --text--tag-fs: .9375rem;
  --text--outline: 1px;
  --text--gap-24: 1.5rem;
  --color--100-accent: #d36227;
  --text--h3: 2rem;
  --text--gap-12: .75rem;
  --text--gap-8: .5rem;
  --fonts--text: Geist, Arial, sans-serif;
  --text--mono-lh: 1.5;
  --text--container-padding: 1.5rem;
  --text--size: 0px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--color--text);
  font-family: Geist, Arial, sans-serif;
  font-size: var(--text--text-fs);
  line-height: var(--text--text-lh);
  letter-spacing: var(--text--text-ls);
  margin-bottom: 10px;
}

a {
  color: var(--color--900-brown);
  text-decoration: underline;
  transition: color .3s ease-in;
}

a:hover {
  color: var(--color--600-brown);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  max-width: var(--text--container-max);
  padding: var(--_responsive---text--container-padding);
  flex-flow: column;
  display: flex;
}

.eye-brow {
  color: var(--color--text);
  font-family: Geistmono, Arial, sans-serif;
  font-size: var(--text--mono-fs);
  letter-spacing: var(--text--mono-ls);
  text-transform: uppercase;
}

.body {
  background-color: var(--color--100-brown);
}

.text-block {
  min-width: 112px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: var(--text--tag-ls);
  background-color: var(--color--700-brown);
  color: var(--color--100-brown);
  font-family: Geistmono, Arial, sans-serif;
  font-size: var(--text--tag-fs);
  text-align: center;
  letter-spacing: var(--text--tag-ls);
  text-transform: uppercase;
  font-weight: 400;
}

.text-block:where(.w-variant-c8a7e798-05f7-f08b-fe4a-635f46e9d3a6) {
  border: 1px solid var(--color--700-brown);
  border-radius: var(--text--outline);
  background-color: var(--color--transparent);
  color: var(--color--700-brown);
}

.summary {
  width: 100%;
  padding: var(--text--gap-24);
  border-top: var(--text--outline) solid black;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  transition: all .3s ease-in;
  display: flex;
}

.summary:hover {
  background-color: var(--color--100-accent);
}

.h3 {
  color: var(--color--700-brown);
  font-family: Newsreader Variablefont Opsz Wght, Times New Roman, sans-serif;
  font-size: var(--text--h3);
  font-variation-settings: "wght" 360, "opsz" 42;
}

.price-wrapper {
  grid-column-gap: var(--text--gap-12);
  grid-row-gap: var(--text--gap-12);
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in;
  display: flex;
}

.mono-pricing {
  color: var(--color--text);
  font-family: Geistmono, Arial, sans-serif;
  font-size: var(--text--mono-fs);
  letter-spacing: var(--text--tag-ls);
  text-transform: uppercase;
}

.mono-pricing.price {
  font-size: 1.375rem;
  font-weight: 300;
}

.mono-pricing.small {
  font-size: .875rem;
  font-weight: 500;
}

.dropdown-wrapper {
  grid-column-gap: var(--text--gap-24);
  grid-row-gap: var(--text--gap-24);
  justify-content: center;
  align-items: center;
  display: flex;
}

.details {
  cursor: pointer;
}

.drop-down-plus {
  width: 24px;
  height: 24px;
}

.div-block-11 {
  padding: var(--text--gap-24) var(--text--gap-12) var(--text--gap-24) var(--text--gap-24);
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.dropdown-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.button-2 {
  padding: var(--text--gap-12);
  background-color: var(--color--700-brown);
  font-family: var(--fonts--mono);
  font-size: var(--text--tag-fs);
  text-align: center;
  letter-spacing: var(--text--tag-ls);
  text-transform: uppercase;
}

.button-2:hover {
  color: var(--color--100-brown);
}

.dropdown-table-text {
  color: var(--color--text);
}

.dropdown-bottom-content {
  grid-column-gap: var(--text--gap-12);
  grid-row-gap: var(--text--gap-12);
  flex-flow: column;
  display: flex;
}

.dropdown-table-item {
  padding-top: var(--text--gap-8);
  padding-bottom: var(--text--gap-8);
  border-top: var(--text--outline) solid black;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-table-price {
  grid-column-gap: var(--text--gap-12);
  grid-row-gap: var(--text--gap-12);
  display: flex;
}

.div-block-16 {
  grid-column-gap: var(--text--gap-24);
  grid-row-gap: var(--text--gap-24);
  flex-flow: column;
  display: flex;
}

.small {
  font-size: var(--text--text-small-fs);
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---text--container-padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive---text--container-padding: 2rem;
  }

  .text-img-comp {
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_responsive---text--container-padding: 1rem;
  }

  .cs-wrapper {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
  }

  .cs-logo-wrapper {
    z-index: 99999;
    padding-top: 1.75rem;
    position: relative;
  }

  .cs-logo-svg {
    width: 235px;
  }

  .cs-eyebrow {
    max-width: 30ch;
    font-size: .9375rem;
    display: none;
  }

  .cs-h1 {
    max-width: 20ch;
    margin-bottom: -8px;
    font-size: 1.875rem;
    line-height: 1.15;
  }

  .cs-text-wrapper {
    z-index: 99;
    padding-left: 0;
    padding-right: 0;
  }

  .cs-p {
    max-width: 36ch;
    font-size: .875rem;
  }

  .cs-code-embed {
    height: 280px;
  }

  .div-block-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 16px 32px;
  }

  .div-block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cs-eyebrow-bottom {
    max-width: 26ch;
    font-size: .9375rem;
  }

  .div-block-7 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    max-width: none;
    display: flex;
  }
}

#w-node-cfa7dfe0-908c-c4a1-330f-ef6286e71aa6-acf2e4ec, #w-node-_3534233a-cc96-7902-e890-9c93e28aba16-acf2e4ec, #w-node-_8bb76f6d-0c8d-e776-e8cd-8d173da80e4d-acf2e4ec, #w-node-f8bcdbc4-998a-5a77-c440-84882b6fe164-acf2e4ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
