@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@500&display=swap');

/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

h1{
  font-family: Aleo;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
}

@media (min-width: 1024px){
  h1{
    font-size: 42px;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}

h2{
  font-family: Aleo;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}

@media (min-width: 1024px){
  h2{
    font-size: 34px;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1;
  }
}

h3{
  font-family: Aleo;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
  font-size: 26px;
  line-height: 1.2;
}

@media (min-width: 1024px){
  h3{
    font-size: 28px;
    line-height: 1.2;
  }
}

@media (min-width: 1280px){
  h3{
    font-size: 32px;
    line-height: 1.2;
  }
}

h4{
  font-family: Aleo;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
  font-size: 22px;
  line-height: 1.2;
}

@media (min-width: 1280px){
  h4{
    font-size: 28px;
    line-height: 1.2;
  }
}

h5{
  font-family: Aleo;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 1280px){
  h5{
    font-size: 24px;
    line-height: 1.2;
  }
}

h6{
  font-family: Aleo;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 1280px){
  h6{
    font-size: 20px;
    line-height: 1.2;
  }
}

p:empty{
  height: 1.5rem;
}

@media (min-width: 1280px){
  p:empty{
    height: 30px;
  }
}

p{
  font-family: Mulish;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 1280px){
  p{
    font-size: 18px;
    line-height: 1.5;
  }
}

ul:empty{
  height: 1.5rem;
}

@media (min-width: 1280px){
  ul:empty{
    height: 30px;
  }
}

ul{
  margin-left: 1rem;
  list-style-type: disc;
  font-family: Mulish;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 1280px){
  ul{
    font-size: 18px;
    line-height: 1.5;
  }
}

ol:empty{
  height: 1.5rem;
}

@media (min-width: 1280px){
  ol:empty{
    height: 30px;
  }
}

ol{
  margin-left: 1rem;
  list-style-type: decimal;
  font-family: Mulish;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 1280px){
  ol{
    font-size: 18px;
    line-height: 1.5;
  }
}

a:empty{
  height: 1.5rem;
}

@media (min-width: 1280px){
  a:empty{
    height: 30px;
  }
}

a{
  font-family: Mulish;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  text-decoration-line: underline;
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 1280px){
  a{
    font-size: 18px;
    line-height: 1.5;
  }
}

a:visited{
  color: rgb(100 115 73 );
}

a:hover{
  --tw-text-opacity: 1;
  color: rgb(204 135 92 / var(--tw-text-opacity));
}

a:active{
  --tw-text-opacity: 1;
  color: rgb(163 92 47 / var(--tw-text-opacity));
}

a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.blockquote{
  font-family: Mulish;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  font-size: 18px;
  line-height: 1.7;
}

@media (min-width: 768px){
  .blockquote{
    font-size: 20px;
  }
}

.display-text{
  font-family: Libre Baskerville;
  font-size: 64px;
  font-weight: 400;
  font-style: italic;
  line-height: 64px;
  --tw-text-opacity: 1;
  color: rgb(128 107 87 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .display-text{
    font-size: 120px;
    line-height: 96px;
  }
}

@media (min-width: 1280px){
  .display-text{
    font-size: 160px;
    line-height: 128px;
  }
}

.display-quote{
  font-family: Libre Baskerville;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .display-quote{
    font-size: 24px;
  }
}

@media (min-width: 1280px){
  .display-quote{
    font-size: 28px;
  }
}

.subtitle{
  font-family: Mulish;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  font-size: 18px;
  line-height: 1.7;
}

@media (min-width: 1280px){
  .subtitle{
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

.label:empty{
  height: 1.5rem;
}

@media (min-width: 1280px){
  .label:empty{
    height: 30px;
  }
}

.label{
  font-family: Mulish;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(163 92 47 / var(--tw-text-opacity));
  text-decoration-line: none;
  /* look for modified/corrected "label" class in figma */
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 1280px){
  .label{
    font-size: 18px;
    line-height: 1.5;
  }
}

.label:visited{
  color: rgb(100 115 73 );
}

.label:hover{
  --tw-text-opacity: 1;
  color: rgb(204 135 92 / var(--tw-text-opacity));
}

.label:active{
  --tw-text-opacity: 1;
  color: rgb(163 92 47 / var(--tw-text-opacity));
}

.label{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.p-large{
  font-family: Mulish;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  font-size: 18px;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .p-large{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.p-large {
  /* is there something for "paragraph space 1.7x"? */
}

.p-small{
  font-family: Mulish;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-size: 16px;
  line-height: 1.7;
}

a .p-small{
  font-family: Mulish;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  text-decoration-line: none;
}

a .p-small:hover{
  text-decoration-line: underline;
}

a .p-small{
  font-size: 16px;
  line-height: 1.7;
}

.button-text:empty{
  height: 1.5rem;
}

@media (min-width: 1280px){
  .button-text:empty{
    height: 30px;
  }
}

.button-text {
  /* this class needs to be completed properly */
  font-family: Mulish;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 1280px){
  .button-text{
    font-size: 18px;
    line-height: 1.5;
  }
}

.button-text:visited{
  color: rgb(100 115 73 );
}

.button-text:hover{
  --tw-text-opacity: 1;
  color: rgb(204 135 92 / var(--tw-text-opacity));
}

.button-text:active{
  --tw-text-opacity: 1;
  color: rgb(163 92 47 / var(--tw-text-opacity));
}

.button-text{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button-text > a:empty{
  height: 1.5rem;
}

@media (min-width: 1280px){
  .button-text > a:empty{
    height: 30px;
  }
}

.button-text > a {
  /* this class needs to be completed properly */
  font-family: Mulish;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 1280px){
  .button-text > a{
    font-size: 18px;
    line-height: 1.5;
  }
}

.button-text > a:visited{
  color: rgb(100 115 73 );
}

.button-text > a:hover{
  --tw-text-opacity: 1;
  color: rgb(204 135 92 / var(--tw-text-opacity));
}

.button-text > a:active{
  --tw-text-opacity: 1;
  color: rgb(163 92 47 / var(--tw-text-opacity));
}

.button-text > a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-green{
  position: relative;
  margin-top: 1.25rem;
  display: flex;
  cursor: pointer;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .btn-green{
    display: inline-block;
    align-self: flex-start;
  }
}

.btn-green{
  --tw-bg-opacity: 1;
  background-color: rgb(100 115 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

.btn-green:visited{
  color: rgb(255 252 250 );
}

.btn-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(53 64 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

.btn-green:active{
  --tw-bg-opacity: 1;
  background-color: rgb(156 166 138 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
}

.btn-green:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(212 217 202 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 166 138 / var(--tw-text-opacity));
}

.btn-green{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-orange{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none;
  --tw-bg-opacity: 1;
  background-color: rgb(163 92 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

.btn-orange:visited{
  color: rgb(51 36 20 );
}

.btn-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 66 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

.btn-orange:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 183 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
}

.btn-orange:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(242 217 201 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 183 154 / var(--tw-text-opacity));
}

.btn-orange{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-green-outline{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(100 115 73 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(53 64 34 / var(--tw-text-opacity));
}

.btn-green-outline:visited{
  color: rgb(53 64 34 );
}

.btn-green-outline:hover{
  --tw-border-opacity: 1;
  border-color: rgb(53 64 34 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(53 64 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

.btn-green-outline:active{
  --tw-border-opacity: 1;
  border-color: rgb(100 115 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(100 115 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(53 64 34 / var(--tw-text-opacity));
}

.btn-green-outline:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(156 166 138 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(156 166 138 / var(--tw-text-opacity));
}

.btn-green-outline{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-orange-outline{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(204 135 92 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
}

.btn-orange-outline:visited{
  color: rgb(95 72 49 );
}

.btn-orange-outline:hover{
  --tw-border-opacity: 1;
  border-color: rgb(204 135 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(204 135 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

.btn-orange-outline:active{
  --tw-border-opacity: 1;
  border-color: rgb(163 92 47 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(163 92 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
}

.btn-orange-outline:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(242 217 201 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(229 183 154 / var(--tw-text-opacity));
}

.btn-orange-outline{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button {
  display: inline-block;
  position: relative;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.button span {
  position: relative;
  z-index:2;
}

.button:before{
  content: '';
  position:absolute;
  inset: 0;
  background: url(../resources/img/button_bg.png) no-repeat;
  background-size: cover
}

@media (min-width: 300px){
  .button:before{
    background-position: 0 40%;
  }
}

@media (min-width: 768px){
  .button:before{
    background-position: left bottom;
  }
}

#gform_submit_button_7 {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
  margin-top: 1.5rem;
  font-family: Mulish;
  font-size: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-weight: 700;
  text-decoration-line: none;
  --tw-bg-opacity: 1;
  background-color: rgb(163 92 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

#gform_submit_button_7:visited{
  color: rgb(51 36 20 );
}

#gform_submit_button_7:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 66 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

#gform_submit_button_7:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 183 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
}

#gform_submit_button_7:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(242 217 201 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 183 154 / var(--tw-text-opacity));
}

#gform_submit_button_7{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 300px){
  .container{
    max-width: 300px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}

.aspect-h-1{
  --tw-aspect-h: 1;
}

.aspect-h-3{
  --tw-aspect-h: 3;
}

.aspect-h-4{
  --tw-aspect-h: 4;
}

.aspect-h-9{
  --tw-aspect-h: 9;
}

.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-3{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}

.aspect-w-3 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-4{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-left-36{
  left: -9rem;
}

.-left-\[25px\]{
  left: -25px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-1\/3{
  top: 33.333333%;
}

.-z-10{
  z-index: -10;
}

.-z-20{
  z-index: -20;
}

.-z-50{
  z-index: -50;
}

.z-10{
  z-index: 10;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-full{
  grid-column: 1 / -1;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-5{
  grid-column-start: 5;
}

.col-end-12{
  grid-column-end: 12;
}

.col-end-13{
  grid-column-end: 13;
}

.col-end-8{
  grid-column-end: 8;
}

.col-end-9{
  grid-column-end: 9;
}

.row-auto{
  grid-row: auto;
}

.row-span-full{
  grid-row: 1 / -1;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.row-start-4{
  grid-row-start: 4;
}

.row-start-5{
  grid-row-start: 5;
}

.m-8{
  margin: 2rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.\!-mt-6{
  margin-top: -1.5rem !important;
}

.-ml-8{
  margin-left: -2rem;
}

.-mt-16{
  margin-top: -4rem;
}

.-mt-8{
  margin-top: -2rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-72{
  margin-bottom: 18rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-\[36px\]{
  margin-bottom: 36px;
}

.ml-0{
  margin-left: 0px;
}

.ml-16{
  margin-left: 4rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-16{
  margin-right: 4rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-8{
  margin-right: 2rem;
}

.mr-auto{
  margin-right: auto;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-11{
  margin-top: 2.75rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-auto{
  margin-top: auto;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.inline-grid{
  display: inline-grid;
}

.hidden{
  display: none;
}

.aspect-1{
  aspect-ratio: 1;
}

.\!h-full{
  height: 100% !important;
}

.h-1{
  height: 0.25rem;
}

.h-16{
  height: 4rem;
}

.h-4{
  height: 1rem;
}

.h-44{
  height: 11rem;
}

.h-8{
  height: 2rem;
}

.h-\[100vh\]{
  height: 100vh;
}

.h-\[109px\]{
  height: 109px;
}

.h-\[19px\]{
  height: 19px;
}

.h-\[64px\]{
  height: 64px;
}

.h-\[82px\]{
  height: 82px;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-min{
  height: -moz-min-content;
  height: min-content;
}

.max-h-\[400px\]{
  max-height: 400px;
}

.max-h-\[50vh\]{
  max-height: 50vh;
}

.max-h-\[55vh\]{
  max-height: 55vh;
}

.max-h-\[75vh\]{
  max-height: 75vh;
}

.max-h-\[670px\]{
  max-height: 670px;
}

.min-h-\[40px\]{
  min-height: 40px;
}

.min-h-\[520px\]{
  min-height: 520px;
}

.min-h-screen{
  min-height: 100vh;
}

.min-h-\[480px\]{
  min-height: 480px;
}

.min-h-\[420px\]{
  min-height: 420px;
}

.\!w-full{
  width: 100% !important;
}

.w-16{
  width: 4rem;
}

.w-24{
  width: 6rem;
}

.w-4{
  width: 1rem;
}

.w-44{
  width: 11rem;
}

.w-8{
  width: 2rem;
}

.w-\[155px\]{
  width: 155px;
}

.w-\[64px\]{
  width: 64px;
}

.w-\[75\%\]{
  width: 75%;
}

.w-\[96px\]{
  width: 96px;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-\[19px\]{
  min-width: 19px;
}

.min-w-\[48px\]{
  min-width: 48px;
}

.min-w-\[80px\]{
  min-width: 80px;
}

.min-w-\[96px\]{
  min-width: 96px;
}

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-screen-inner-max{
  max-width: 1440px;
}

.max-w-screen-outer-max{
  max-width: 1920px;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-none{
  flex: none;
}

.grow{
  flex-grow: 1;
}

.origin-bottom{
  transform-origin: bottom;
}

.-translate-x-2{
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-6{
  --tw-translate-x: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-8{
  --tw-translate-x: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-8{
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

.scroll-p-8{
  scroll-padding: 2rem;
}

.list-decimal{
  list-style-type: decimal;
}

.list-disc{
  list-style-type: disc;
}

.list-none{
  list-style-type: none;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.place-content-center{
  place-content: center;
}

.place-content-start{
  place-content: start;
}

.place-content-between{
  place-content: space-between;
}

.place-items-center{
  place-items: center;
}

.content-center{
  align-content: center;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-items-center{
  justify-items: center;
}

.gap-2{
  gap: 0.5rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.place-self-center{
  place-self: center;
}

.self-center{
  align-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.\!border-2{
  border-width: 2px !important;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-0{
  border-width: 0px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-l-8{
  border-left-width: 8px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-t-8{
  border-top-width: 8px;
}

.border-t-\[8px\]{
  border-top-width: 8px;
}

.border-none{
  border-style: none;
}

.\!border-orange-65{
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 92 47 / var(--tw-border-opacity)) !important;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-black-base{
  --tw-border-opacity: 1;
  border-color: rgb(26 20 13 / var(--tw-border-opacity));
}

.border-brown-base{
  --tw-border-opacity: 1;
  border-color: rgb(95 72 49 / var(--tw-border-opacity));
}

.border-green-45{
  --tw-border-opacity: 1;
  border-color: rgb(100 115 73 / var(--tw-border-opacity));
}

.border-orange-95{
  --tw-border-opacity: 1;
  border-color: rgb(242 217 201 / var(--tw-border-opacity));
}

.border-orange-base{
  --tw-border-opacity: 1;
  border-color: rgb(204 135 92 / var(--tw-border-opacity));
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-brown-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 240 / var(--tw-bg-opacity));
}

.bg-brown-95{
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 230 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-green-45{
  --tw-bg-opacity: 1;
  background-color: rgb(100 115 73 / var(--tw-bg-opacity));
}

.bg-green-base{
  --tw-bg-opacity: 1;
  background-color: rgb(53 64 34 / var(--tw-bg-opacity));
}

.bg-orange-65{
  --tw-bg-opacity: 1;
  background-color: rgb(163 92 47 / var(--tw-bg-opacity));
}

.bg-orange-95{
  --tw-bg-opacity: 1;
  background-color: rgb(242 217 201 / var(--tw-bg-opacity));
}

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white-base{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 250 / var(--tw-bg-opacity));
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-purple-600{
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-pink-600{
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.bg-contain{
  background-size: contain;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-black{
  fill: #000;
}

.fill-orange-95{
  fill: #F2D9C9;
}

.fill-transparent{
  fill: transparent;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-10{
  padding: 2.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-8{
  padding: 2rem;
}

.p-2{
  padding: 0.5rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-0{
  padding-right: 0px;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-20{
  padding-right: 5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

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

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

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

.font-Aleo{
  font-family: Aleo;
}

.font-Figtree{
  font-family: Figtree;
}

.font-Libre{
  font-family: Libre Baskerville;
}

.font-Mulish{
  font-family: Mulish;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[42px\]{
  font-size: 42px;
}

.text-\[64px\]{
  font-size: 64px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.leading-4{
  line-height: 1rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-\[64px\]{
  line-height: 64px;
}

.leading-relaxed{
  line-height: 1.7;
}

.tracking-wide{
  letter-spacing: .01em;
}

.\!text-black-base{
  --tw-text-opacity: 1 !important;
  color: rgb(26 20 13 / var(--tw-text-opacity)) !important;
}

.\!text-brown-100{
  --tw-text-opacity: 1 !important;
  color: rgb(250 245 240 / var(--tw-text-opacity)) !important;
}

.\!text-orange-base{
  --tw-text-opacity: 1 !important;
  color: rgb(204 135 92 / var(--tw-text-opacity)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!text-white-base{
  --tw-text-opacity: 1 !important;
  color: rgb(255 252 250 / var(--tw-text-opacity)) !important;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black-base{
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
}

.text-brown-20{
  --tw-text-opacity: 1;
  color: rgb(51 36 20 / var(--tw-text-opacity));
}

.text-brown-50{
  --tw-text-opacity: 1;
  color: rgb(128 107 87 / var(--tw-text-opacity));
}

.text-brown-base{
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-base{
  --tw-text-opacity: 1;
  color: rgb(53 64 34 / var(--tw-text-opacity));
}

.text-orange-65{
  --tw-text-opacity: 1;
  color: rgb(163 92 47 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white-base{
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.\!no-underline{
  text-decoration-line: none !important;
}

.no-underline{
  text-decoration-line: none;
}

.underline-offset-4{
  text-underline-offset: 4px;
}

.underline-offset-\[16px\]{
  text-underline-offset: 16px;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-white\/100{
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-300{
  transition-delay: 300ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.alignfull{
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide{
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1280px;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 300px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption{
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}

.glide{
  position:relative;
  width:100%;
  box-sizing:border-box
}

.glide *{
  box-sizing:inherit
}

.glide__track{
  overflow:hidden
}

.glide__slides{
  position:relative;
  width:100%;
  list-style:none;
  backface-visibility:hidden;
  transform-style:preserve-3d;
  touch-action:pan-Y;
  overflow:hidden;
  margin:0;
  padding:0;
  white-space:nowrap;
  display:flex;
  flex-wrap:nowrap;
  will-change:transform
}

.glide__slides--dragging{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.glide__slide{
  width:100%;
  height:100%;
  flex-shrink:0;
  white-space:normal;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent
}

.glide__slide a{
  -webkit-user-select:none;
          user-select:none;
  -webkit-user-drag:none;
  -moz-user-select:none;
  -ms-user-select:none
}

.glide__arrows{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.glide__bullets{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.glide--rtl{
  direction:rtl
}

[id^=gform_submit_button_]{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration-line: none;
  --tw-bg-opacity: 1;
  background-color: rgb(163 92 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

[id^=gform_submit_button_]:visited{
  color: rgb(51 36 20 );
}

[id^=gform_submit_button_]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 66 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 252 250 / var(--tw-text-opacity));
}

[id^=gform_submit_button_]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 183 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
}

[id^=gform_submit_button_]:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(242 217 201 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 183 154 / var(--tw-text-opacity));
}

[id^=gform_submit_button_]{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 300px){
  @media not all and (min-width: 768px){
    [id^=gform_submit_button_]{
      width: 100% !important;
    }
  }
}

[id^=validation_message_]{
  margin-bottom: 0.75rem !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 245 240 / var(--tw-bg-opacity)) !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 92 47 / var(--tw-text-opacity)) !important;
}

[id^=input_]{
  border-radius: 0.5rem !important;
  background-color: transparent !important;
  font-family: Mulish !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(26 20 13 / var(--tw-text-opacity)) !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 236 230 / var(--tw-bg-opacity)) !important;
}

[id^=input_]::-moz-placeholder{
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(128 107 87 / var(--tw-text-opacity)) !important;
}

[id^=input_]::placeholder{
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(128 107 87 / var(--tw-text-opacity)) !important;
}

[id^=input_]:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 252 250 / var(--tw-bg-opacity)) !important;
}

[id^=input_]:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 252 250 / var(--tw-bg-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(242 236 230 / var(--tw-ring-opacity)) !important;
}

[id^=input_]:focus-visible{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 252 250 / var(--tw-bg-opacity)) !important;
}

.gfield_error > * > * > [id^=input_]{
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 92 47 / var(--tw-border-opacity)) !important;
}

.gfield_error > * > [id^=input_]{
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 92 47 / var(--tw-border-opacity)) !important;
}

.gfield_error > [id^=input_]{
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 92 47 / var(--tw-border-opacity)) !important;
}

.gfield_required_asterisk{
  --tw-text-opacity: 1 !important;
  color: rgb(163 92 47 / var(--tw-text-opacity)) !important;
}

.gform_validation_errors{
  display: none;
}

.gform_heading{
  display: none;
}

.filter-test {
  filter: url(#shadow);
}

.glide__bullet--active{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.wp-category > li{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  list-style-type: none !important;
}

details summary::-webkit-details-marker {
  display:none;
}

input[type=search]::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width : 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

details[open] > summary{
  border-bottom-left-radius: 0px;
}

details[open] > summary > div{
  border-bottom-right-radius: 0px;
}

details[open] > summary > div > svg:nth-child(2){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 767px) {
  .mobile-text-scaling{
    font-size: calc( 18px + (64 – 18) * ( (100vw – 300px) / ( 767 – 300) )) !important;
  }
}

.group:first-child .group-first\:aspect-h-3{
  --tw-aspect-h: 3;
}

.group:first-child .group-first\:aspect-w-4{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.group:first-child .group-first\:aspect-w-4 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px){
  .md\:aspect-h-9{
    --tw-aspect-h: 9;
  }

  .md\:aspect-w-16{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
  }

  .md\:aspect-w-16 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1024px){
  .lg\:aspect-h-3{
    --tw-aspect-h: 3;
  }

  .lg\:aspect-w-4{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
  }

  .lg\:aspect-w-4 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.placeholder\:font-light::-moz-placeholder{
  font-weight: 300;
}

.placeholder\:font-light::placeholder{
  font-weight: 300;
}

.placeholder\:text-black-base::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
}

.placeholder\:text-black-base::placeholder{
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
}

.placeholder\:text-brown-50::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(128 107 87 / var(--tw-text-opacity));
}

.placeholder\:text-brown-50::placeholder{
  --tw-text-opacity: 1;
  color: rgb(128 107 87 / var(--tw-text-opacity));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:h-\[2px\]::after{
  content: var(--tw-content);
  height: 2px;
}

.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.after\:bg-black-base::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(26 20 13 / var(--tw-bg-opacity));
}

.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}

.first\:mr-auto:first-child{
  margin-right: auto;
}

.last\:ml-auto:last-child{
  margin-left: auto;
}

.visited\:text-green-45:visited{
  color: rgb(100 115 73 );
}

.empty\:hidden:empty{
  display: none;
}

.empty\:h-6:empty{
  height: 1.5rem;
}

.focus-within\:bg-white-base:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 250 / var(--tw-bg-opacity));
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-x-0:hover{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-y-0:hover{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-blue-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:border-green-base:hover{
  --tw-border-opacity: 1;
  border-color: rgb(53 64 34 / var(--tw-border-opacity));
}

.hover\:border-orange-base:hover{
  --tw-border-opacity: 1;
  border-color: rgb(204 135 92 / var(--tw-border-opacity));
}

.hover\:bg-\[\#2C2142\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(44 33 66 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-black-base:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 20 13 / var(--tw-bg-opacity));
}

.hover\:bg-green-base:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(53 64 34 / var(--tw-bg-opacity));
}

.hover\:bg-orange-45:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 66 33 / var(--tw-bg-opacity));
}

.hover\:bg-orange-base:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 135 92 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-gradient-to-bl:hover{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.hover\:fill-\[limegreen\]:hover{
  fill: limegreen;
}

.hover\:\!text-orange-base:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(204 135 92 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[limegreen\]:hover{
  --tw-text-opacity: 1;
  color: rgb(50 205 50 / var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-orange-45:hover{
  --tw-text-opacity: 1;
  color: rgb(112 66 33 / var(--tw-text-opacity));
}

.hover\:text-orange-base:hover{
  --tw-text-opacity: 1;
  color: rgb(204 135 92 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:drop-shadow-2xl:hover{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.focus\:bg-brown-95:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 230 / var(--tw-bg-opacity));
}

.focus\:bg-green-base:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(53 64 34 / var(--tw-bg-opacity));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:bg-white-base:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 250 / var(--tw-bg-opacity));
}

.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-brown-95:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 236 230 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:bg-white-base:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 250 / var(--tw-bg-opacity));
}

.active\:bg-green-45:active{
  --tw-bg-opacity: 1;
  background-color: rgb(100 115 73 / var(--tw-bg-opacity));
}

.active\:bg-green-65:active{
  --tw-bg-opacity: 1;
  background-color: rgb(156 166 138 / var(--tw-bg-opacity));
}

.active\:bg-orange-65:active{
  --tw-bg-opacity: 1;
  background-color: rgb(163 92 47 / var(--tw-bg-opacity));
}

.active\:bg-orange-90:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 183 154 / var(--tw-bg-opacity));
}

.active\:text-black-base:active{
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
}

.active\:text-brown-base:active{
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
}

.active\:text-green-base:active{
  --tw-text-opacity: 1;
  color: rgb(53 64 34 / var(--tw-text-opacity));
}

.active\:text-orange-65:active{
  --tw-text-opacity: 1;
  color: rgb(163 92 47 / var(--tw-text-opacity));
}

.active\:text-orange-base:active{
  --tw-text-opacity: 1;
  color: rgb(204 135 92 / var(--tw-text-opacity));
}

.disabled\:bg-green-85:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(212 217 202 / var(--tw-bg-opacity));
}

.disabled\:bg-orange-95:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(242 217 201 / var(--tw-bg-opacity));
}

.disabled\:bg-transparent:disabled{
  background-color: transparent;
}

.disabled\:text-green-65:disabled{
  --tw-text-opacity: 1;
  color: rgb(156 166 138 / var(--tw-text-opacity));
}

.disabled\:text-orange-90:disabled{
  --tw-text-opacity: 1;
  color: rgb(229 183 154 / var(--tw-text-opacity));
}

.group:first-child .group-first\:mt-6{
  margin-top: 1.5rem;
}

.group:first-child .group-first\:block{
  display: block;
}

.group:first-child .group-first\:w-full{
  width: 100%;
}

.group:first-child .group-first\:flex-col-reverse{
  flex-direction: column-reverse;
}

.group:first-child .group-first\:py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-orange-base{
  --tw-text-opacity: 1;
  color: rgb(204 135 92 / var(--tw-text-opacity));
}

.group:hover .group-hover\:after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.group[open] .group-\[\[open\]\]\:rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1440px){
  .max-inner-max\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .max-inner-max\:w-full{
    width: 100%;
  }
}

@media not all and (min-width: 1280px){
  .max-xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
}

@media not all and (min-width: 768px){
  .max-md\:col-span-full{
    grid-column: 1 / -1;
  }

  .max-md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .max-md\:-ml-4{
    margin-left: -1rem;
  }

  .max-md\:mr-auto{
    margin-right: auto;
  }

  .max-md\:hidden{
    display: none;
  }

  .max-md\:w-full{
    width: 100%;
  }

  .max-md\:border-t-2{
    border-top-width: 2px;
  }

  .max-md\:pr-8{
    padding-right: 2rem;
  }
}

@media (min-width: 300px){
  .sm\:bg-\[0_40\%\]{
    background-position: 0 40%;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  @media not all and (min-width: 1280px){
    .sm\:max-xl\:-mt-8{
      margin-top: -2rem;
    }

    .sm\:max-xl\:mt-16{
      margin-top: 4rem;
    }

    .sm\:max-xl\:hidden{
      display: none;
    }
  }

  @media not all and (min-width: 768px){
    .sm\:max-md\:col-span-full{
      grid-column: 1 / -1;
    }

    .sm\:max-md\:row-start-2{
      grid-row-start: 2;
    }

    .sm\:max-md\:mx-8{
      margin-left: 2rem;
      margin-right: 2rem;
    }

    .sm\:max-md\:mb-12{
      margin-bottom: 3rem;
    }

    .sm\:max-md\:ml-12{
      margin-left: 3rem;
    }

    .sm\:max-md\:ml-16{
      margin-left: 4rem;
    }

    .sm\:max-md\:mr-0{
      margin-right: 0px;
    }

    .sm\:max-md\:mt-4{
      margin-top: 1rem;
    }

    .sm\:max-md\:grid{
      display: grid;
    }

    .sm\:max-md\:w-full{
      width: 100%;
    }

    .sm\:max-md\:flex-wrap{
      flex-wrap: wrap;
    }

    .sm\:max-md\:justify-end{
      justify-content: flex-end;
    }

    .sm\:max-md\:justify-around{
      justify-content: space-around;
    }

    .sm\:max-md\:place-self-center{
      place-self: center;
    }

    .sm\:max-md\:px-8{
      padding-left: 2rem;
      padding-right: 2rem;
    }

    .sm\:max-md\:pb-6{
      padding-bottom: 1.5rem;
    }
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:top-12{
    top: 3rem;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:col-span-full{
    grid-column: 1 / -1;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-start-10{
    grid-column-start: 10;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-9{
    grid-column-start: 9;
  }

  .md\:col-end-11{
    grid-column-end: 11;
  }

  .md\:col-end-12{
    grid-column-end: 12;
  }

  .md\:col-end-13{
    grid-column-end: 13;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:col-end-6{
    grid-column-end: 6;
  }

  .md\:col-end-8{
    grid-column-end: 8;
  }

  .md\:col-end-9{
    grid-column-end: 9;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:row-start-2{
    grid-row-start: 2;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:ml-16{
    margin-left: 4rem;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mr-24{
    margin-right: 6rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-52{
    height: 13rem;
  }

  .md\:h-\[77px\]{
    height: 77px;
  }

  .md\:h-\[90vh\]{
    height: 90vh;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-52{
    width: 13rem;
  }

  .md\:w-\[128px\]{
    width: 128px;
  }

  .md\:w-\[77px\]{
    width: 77px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-\[406px\]{
    max-width: 406px;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:grow-0{
    flex-grow: 0;
  }

  .md\:translate-x-8{
    --tw-translate-x: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:place-content-end{
    place-content: end;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pr-2{
    padding-right: 0.5rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

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

  .md\:text-center{
    text-align: center;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[120px\]{
    font-size: 120px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-\[52px\]{
    font-size: 52px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-\[96px\]{
    line-height: 96px;
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  @media not all and (min-width: 1280px){
    .md\:max-xl\:absolute{
      position: absolute;
    }

    .md\:max-xl\:relative{
      position: relative;
    }

    .md\:max-xl\:right-\[20\%\]{
      right: 20%;
    }

    .md\:max-xl\:col-span-3{
      grid-column: span 3 / span 3;
    }

    .md\:max-xl\:col-span-full{
      grid-column: 1 / -1;
    }

    .md\:max-xl\:col-start-1{
      grid-column-start: 1;
    }

    .md\:max-xl\:col-start-4{
      grid-column-start: 4;
    }

    .md\:max-xl\:row-start-4{
      grid-row-start: 4;
    }

    .md\:max-xl\:mb-0{
      margin-bottom: 0px;
    }

    .md\:max-xl\:mb-8{
      margin-bottom: 2rem;
    }

    .md\:max-xl\:mt-8{
      margin-top: 2rem;
    }

    .md\:max-xl\:grid{
      display: grid;
    }

    .md\:max-xl\:grid-cols-7{
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .md\:max-xl\:pb-0{
      padding-bottom: 0px;
    }
  }
}

@media (min-width: 1024px){
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

  .lg\:col-end-11{
    grid-column-end: 11;
  }

  .lg\:col-end-4{
    grid-column-end: 4;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-start-4{
    grid-row-start: 4;
  }

  .lg\:row-start-5{
    grid-row-start: 5;
  }

  .lg\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:text-\[20px\]{
    font-size: 20px;
  }

  .lg\:text-\[28px\]{
    font-size: 28px;
  }

  .lg\:text-\[34px\]{
    font-size: 34px;
  }

  .lg\:text-\[42px\]{
    font-size: 42px;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:col-end-13{
    grid-column-end: 13;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:inline-grid{
    display: inline-grid;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:columns-1{
    -moz-columns: 1;
         columns: 1;
  }

  .xl\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:place-content-start{
    place-content: start;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pb-4{
    padding-bottom: 1rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pr-24{
    padding-right: 6rem;
  }

  .xl\:pr-4{
    padding-right: 1rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pt-8{
    padding-top: 2rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-\[160px\]{
    font-size: 160px;
  }

  .xl\:text-\[18px\]{
    font-size: 18px;
  }

  .xl\:text-\[20px\]{
    font-size: 20px;
  }

  .xl\:text-\[24px\]{
    font-size: 24px;
  }

  .xl\:text-\[28px\]{
    font-size: 28px;
  }

  .xl\:text-\[32px\]{
    font-size: 32px;
  }

  .xl\:text-\[60px\]{
    font-size: 60px;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-\[128px\]{
    line-height: 128px;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:empty\:h-\[30px\]:empty{
    height: 30px;
  }
}

@media (min-width: 1440px){
  .inner-max\:max-w-screen-inner-max{
    max-width: 1440px;
  }
}

.\[\&\>\*\]\:text-brown-base>*{
  --tw-text-opacity: 1;
  color: rgb(95 72 49 / var(--tw-text-opacity));
}

.\[\&\>a\.next\]\:ml-auto>a.next{
  margin-left: auto;
}

.\[\&\>a\]\:block>a{
  display: block;
}

.\[\&\>a\]\:w-full>a{
  width: 100%;
}

.\[\&\>a\]\:p-3>a{
  padding: 0.75rem;
}

.\[\&\>a\]\:font-bold>a{
  font-weight: 700;
}

.\[\&\>a\]\:text-black-base>a{
  --tw-text-opacity: 1;
  color: rgb(26 20 13 / var(--tw-text-opacity));
}

.\[\&\>a\]\:no-underline>a{
  text-decoration-line: none;
}

.\[\&\>li\>a\]\:no-underline>li>a{
  text-decoration-line: none;
}

.\[\&\>span\]\:w-full>span{
  width: 100%;
}

.\[\&\>span\]\:p-3>span{
  padding: 0.75rem;
}

.\[\&\>span\]\:text-green-base>span{
  --tw-text-opacity: 1;
  color: rgb(53 64 34 / var(--tw-text-opacity));
}

.\[\&_div\]\:col-span-full div{
  grid-column: 1 / -1;
}
/*# sourceMappingURL=app.css.map */