@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&family=Raleway:wght@400;900&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: #E5E5E5; /* 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: #b3b3b3; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #b3b3b3; /* 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;
}
*, ::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: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 782px){
  .container{
    max-width: 782px;
  }
}
@media (min-width: 960px){
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1080px){
  .container{
    max-width: 1080px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1542px){
  .container{
    max-width: 1542px;
  }
}
.content{
  content: "";
}
.accordion__button::after {
    content: "+";
    position: absolute;
    right: -0.5rem;
    top: 50%;
    margin-top: -0.75rem;
    height: 26px;
    width: 26px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.accordion__button.accordion__button--active::after {
    content: "-";
    position: absolute;
    right: -0.5rem;
    top: 50%;
    margin-top: -0.75rem;
    height: 26px;
    width: 26px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.accordion__button.accordion__button--active + .accordion__content{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__content{
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.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;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-right-2{
  right: -0.5rem;
}
.-right-\[100vw\]{
  right: -100vw;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-12{
  bottom: 6rem;
}
.bottom-\[-1px\]{
  bottom: -1px;
}
.bottom-\[5px\]{
  bottom: 5px;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.left-6{
  left: 1.5rem;
}
.left-8{
  left: 2rem;
}
.left-9{
  left: 2.25rem;
}
.left-\[48\%\]{
  left: 48%;
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.right-\[30px\]{
  right: 30px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-20{
  top: 5rem;
}
.top-8{
  top: 2rem;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[120px\]{
  top: 120px;
}
.top-\[70px\]{
  top: 70px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[99\]{
  z-index: 99;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-11{
  grid-column: span 11 / span 11;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.float-none{
  float: none;
}
.clear-both{
  clear: both;
}
.-m-px{
  margin: -1px;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-3{
  margin-bottom: 0.75rem !important;
}
.\!mt-16{
  margin-top: 4rem !important;
}
.-mb-7{
  margin-bottom: -1.75rem;
}
.-ml-4{
  margin-left: -1rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.ml-0{
  margin-left: 0px;
}
.ml-12{
  margin-left: 3rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-px{
  margin-right: 1px;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[-3px\]{
  margin-top: -3px;
}
.mt-\[-5px\]{
  margin-top: -5px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-auto{
  margin-top: auto;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
}
.table-header-group{
  display: table-header-group;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-4\/3{
  aspect-ratio: 4 / 3;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-4{
  height: 1rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[190px\]{
  height: 190px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[340px\]{
  height: 340px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[50vw\]{
  height: 50vw;
}
.h-\[724px\]{
  height: 724px;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[172px\]{
  max-height: 172px;
}
.max-h-\[190px\]{
  max-height: 190px;
}
.max-h-\[358px\]{
  max-height: 358px;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.w-1\/2{
  width: 50%;
}
.w-2{
  width: 0.5rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-8{
  width: 2rem;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[308px\]{
  width: 308px;
}
.w-\[425px\]{
  width: 425px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.min-w-\[1\.5rem\]{
  min-width: 1.5rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1080px\]{
  max-width: 1080px;
}
.max-w-\[1113px\]{
  max-width: 1113px;
}
.max-w-\[1180px\]{
  max-width: 1180px;
}
.max-w-\[1240px\]{
  max-width: 1240px;
}
.max-w-\[1494px\]{
  max-width: 1494px;
}
.max-w-\[1495px\]{
  max-width: 1495px;
}
.max-w-\[223px\]{
  max-width: 223px;
}
.max-w-\[224px\]{
  max-width: 224px;
}
.max-w-\[236px\]{
  max-width: 236px;
}
.max-w-\[308px\]{
  max-width: 308px;
}
.max-w-\[478px\]{
  max-width: 478px;
}
.max-w-\[508px\]{
  max-width: 508px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[605px\]{
  max-width: 605px;
}
.max-w-\[691px\]{
  max-width: 691px;
}
.max-w-\[730px\]{
  max-width: 730px;
}
.max-w-\[732px\]{
  max-width: 732px;
}
.max-w-\[816px\]{
  max-width: 816px;
}
.max-w-\[986px\]{
  max-width: 986px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-prose{
  max-width: 65ch;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow-0{
  flex-grow: 0;
}
.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));
}
.transform{
  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-ew-resize{
  cursor: ew-resize;
}
.cursor-help{
  cursor: help;
}
.cursor-pointer{
  cursor: pointer;
}
.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;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.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;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-clip{
  overflow-y: clip;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-x-\[1px\]{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dotted{
  border-style: dotted;
}
.border-none{
  border-style: none;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(57 158 90 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(127 101 81 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(57 158 90 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / 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-green-400{
  background-color: #63C583;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.\!bg-cover{
  background-size: cover !important;
}
.bg-contain{
  background-size: contain;
}
.\!bg-bottom{
  background-position: bottom !important;
}
.\!bg-no-repeat{
  background-repeat: no-repeat !important;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.stroke-current{
  stroke: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-24{
  padding: 6rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.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-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.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-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-\[60px\]{
  padding-right: 60px;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.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;
}
.indent-0{
  text-indent: 0px;
}
.font-body{
  font-family: Plus Jakarta Sans, sans-serif;
}
.font-heading{
  font-family: Raleway, sans-serif;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl{
  font-size: 30px;
}
.text-3xl{
  font-size: 42px;
}
.text-4xl{
  font-size: 44px;
}
.text-5xl{
  font-size: 62px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[35px\]{
  font-size: 35px;
}
.text-base{
  font-size: 16px;
}
.text-lg{
  font-size: 20px;
}
.text-lg2{
  font-size: 24px;
}
.text-sm{
  font-size: 14px;
}
.text-xs{
  font-size: 12px;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.text-\[\#373A3C\]{
  --tw-text-opacity: 1;
  color: rgb(55 58 60 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(127 101 81 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-underline{
  text-decoration-line: none;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.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-md{
  --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);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-dotted{
  outline-style: dotted;
}
.outline-1{
  outline-width: 1px;
}
.brightness-75{
  --tw-brightness: brightness(.75);
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Typography */
body,
button,
input,
select,
optgroup,
textarea{
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

h1,
h2,
h3,
h4,
h5,
h6{
  clear: both;
  font-family: Raleway, sans-serif;
}

h1:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]),
h2:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]){
  margin-top: 4rem;
}
h1:not([class*=mb-]):not([class*=my-]):not([class*=m-]),
h2:not([class*=mb-]):not([class*=my-]):not([class*=m-]){
  margin-bottom: 2rem;
}

h3:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]),
h4:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]),
h5:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]),
h6:not(:first-child):not([class*=mt-]):not([class*=my-]):not([class*=m-]){
  margin-top: 2rem;
}
h3:not([class*=mb-]):not([class*=my-]):not([class*=m-]),
h4:not([class*=mb-]):not([class*=my-]):not([class*=m-]),
h5:not([class*=mb-]):not([class*=my-]):not([class*=m-]),
h6:not([class*=mb-]):not([class*=my-]):not([class*=m-]){
  margin-bottom: 1.25rem;
}

h1{
  font-size: 62px;
}

h2{
  font-size: 44px;
}

h3{
  font-size: 42px;
}

h4{
  font-size: 30px;
}

h5{
  font-size: 20px;
}

h6{
  font-size: 16px;
}

p{
  margin-bottom: 1.5rem;
}

dfn,
cite,
em,
i{
  font-style: italic;
}

blockquote{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

address{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

pre{
  margin-bottom: 1.75rem;
  max-width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 1.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 1.375;
}

code,
kbd,
tt,
var{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

abbr,
acronym{
  cursor: help;
  border-bottom-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

mark,
ins{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  text-decoration-line: none;
}

big {
  font-size: 125%;
}

/* Elements */
body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

hr{
  margin-bottom: 1.5rem;
  height: 1px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

ul,
ol{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.5rem;
  margin-left: 3rem;
}

ul{
  list-style-type: disc;
}

ol{
  list-style-type: decimal;
}

li > ul,
li > ol{
  margin-bottom: 0px;
  margin-left: 1.5rem;
}

dt{
  font-weight: 700;
}

dd{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object{
  max-width: 100%;
}

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

figure{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
}

table{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  width: 100%;
}

/* Links */
a{
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}
a:hover, a:focus, a:active{
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}
a:focus{
  outline-style: dotted;
  outline-width: 1px;
}
a:hover, a:active{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Forms */
button{
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

input[type=button],
input[type=reset],
input[type=submit],
.button-primary{
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(57 158 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type=button] input[type=text],input[type=button] input[type=email],input[type=button] input[type=url],input[type=button] input[type=password],input[type=button] input[type=search],input[type=button] input[type=number],input[type=button] input[type=tel],input[type=button] input[type=range],input[type=button] input[type=date],input[type=button] input[type=month],input[type=button] input[type=week],input[type=button] input[type=time],input[type=button] input[type=datetime],input[type=button] input[type=datetime-local],input[type=button] input[type=color],input[type=button] textarea,
input[type=reset] input[type=text],
input[type=reset] input[type=email],
input[type=reset] input[type=url],
input[type=reset] input[type=password],
input[type=reset] input[type=search],
input[type=reset] input[type=number],
input[type=reset] input[type=tel],
input[type=reset] input[type=range],
input[type=reset] input[type=date],
input[type=reset] input[type=month],
input[type=reset] input[type=week],
input[type=reset] input[type=time],
input[type=reset] input[type=datetime],
input[type=reset] input[type=datetime-local],
input[type=reset] input[type=color],
input[type=reset] textarea,
input[type=submit] input[type=text],
input[type=submit] input[type=email],
input[type=submit] input[type=url],
input[type=submit] input[type=password],
input[type=submit] input[type=search],
input[type=submit] input[type=number],
input[type=submit] input[type=tel],
input[type=submit] input[type=range],
input[type=submit] input[type=date],
input[type=submit] input[type=month],
input[type=submit] input[type=week],
input[type=submit] input[type=time],
input[type=submit] input[type=datetime],
input[type=submit] input[type=datetime-local],
input[type=submit] input[type=color],
input[type=submit] textarea,
.button-primary input[type=text],
.button-primary input[type=email],
.button-primary input[type=url],
.button-primary input[type=password],
.button-primary input[type=search],
.button-primary input[type=number],
.button-primary input[type=tel],
.button-primary input[type=range],
.button-primary input[type=date],
.button-primary input[type=month],
.button-primary input[type=week],
.button-primary input[type=time],
.button-primary input[type=datetime],
.button-primary input[type=datetime-local],
.button-primary input[type=color],
.button-primary textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 14px;
  color: #fff;
}

input[type=button] input[type=checkbox],
input[type=reset] input[type=checkbox],
input[type=submit] input[type=checkbox],
.button-primary input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3C/svg%3E");
}

input[type=button] input[type=checkbox]:checked,
input[type=reset] input[type=checkbox]:checked,
input[type=submit] input[type=checkbox]:checked,
.button-primary input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg transform='translate(-592 -2703)'%3E%3Cg fill='none' stroke='%23fff' transform='translate(592 2703)'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3Crect width='9' height='9' fill='%23f0a84a' rx='1' transform='translate(595 2706)'/%3E%3C/g%3E%3C/svg%3E");
}

input[type=button] select,
input[type=reset] select,
input[type=submit] select,
.button-primary select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

input[type=button] .wpcf7-not-valid-tip,
input[type=reset] .wpcf7-not-valid-tip,
input[type=submit] .wpcf7-not-valid-tip,
.button-primary .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(127 101 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(127 101 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
.button-primary:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-secondary{
  display: inline-block;
  white-space: nowrap;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(57 158 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}

.button-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(57 158 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.button-primary-light{
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}

.button-primary-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(57 158 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-primary-ghost{
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(57 158 90 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}

.button-primary-ghost:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-secondary-ghost{
  display: inline-block;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(127 101 81 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(127 101 81 / var(--tw-text-opacity));
}

.button-secondary-ghost:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 101 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: text-gray-900;
}

select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) center;
}

textarea{
  width: 100%;
}

input[type=checkbox],
input[type=radio]{
  margin-right: 0.5rem;
  margin-bottom: 0px;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px;
}

input[type=checkbox] ~ *,
input[type=radio] ~ *{
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23232323' stroke-width='1'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3C/svg%3E");
}

input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg transform='translate(-592 -2703)'%3E%3Cg fill='none' stroke='%23232323' transform='translate(592 2703)'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3Crect width='9' height='9' fill='%23f0a84a' rx='1' transform='translate(595 2706)'/%3E%3C/g%3E%3C/svg%3E");
}

input[type=radio] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' overflow='visible'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='none'/%3E%3Cpath d='M7.5 15C3.4 15 0 11.6 0 7.5S3.4 0 7.5 0 15 3.4 15 7.5 11.6 15 7.5 15zm0-14C3.9 1 1 3.9 1 7.5S3.9 14 7.5 14 14 11.1 14 7.5 11.1 1 7.5 1z' fill='%23b3d3ea'/%3E%3C/svg%3E");
}

input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' overflow='visible'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='%230071b9'/%3E%3Cpath fill='%23fff' d='M6.4 11.7L3 8.9l1-1.1 2.2 1.8 4.7-5.7 1.2.9z'/%3E%3C/svg%3E");
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]{
  outline: 2px solid transparent;
  outline-offset: 2px;
  -moz-appearance: textfield;
}

form label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.wpcf7-not-valid-tip{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.wpcf7-form-control .wpcf7-list-item{
  margin: 0px;
  display: block;
}

.text-white input[type=text],
.text-white input[type=email],
.text-white input[type=url],
.text-white input[type=password],
.text-white input[type=search],
.text-white input[type=number],
.text-white input[type=tel],
.text-white input[type=range],
.text-white input[type=date],
.text-white input[type=month],
.text-white input[type=week],
.text-white input[type=time],
.text-white input[type=datetime],
.text-white input[type=datetime-local],
.text-white input[type=color],
.text-white textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 14px;
  color: #fff;
}
.text-white input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
.text-white input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg transform='translate(-592 -2703)'%3E%3Cg fill='none' stroke='%23fff' transform='translate(592 2703)'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3Crect width='9' height='9' fill='%23f0a84a' rx='1' transform='translate(595 2706)'/%3E%3C/g%3E%3C/svg%3E");
}
.text-white select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.text-white .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

/* Navigation */
.main-menu-wrapper{
  position: fixed;
  top: 5rem;
  bottom: 0px;
  right: -100vw;
  z-index: 99;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  max-height: calc(100vh - 5rem);
}
.main-menu-wrapper.menu-open{
  right: 0px;
}

.menu-toggle.menu-open .icon-open{
  display: none;
}
.menu-toggle.menu-open .icon-close{
  display: inline;
}

.main-navigation{
  display: block;
}
.main-navigation ul{
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.main-navigation ul.menu{
  margin: 0px;
}
.main-navigation ul.menu .wpml-ls-item{
  order: 4;
}
.main-navigation ul.menu .menu-item{
  position: relative;
}
.main-navigation ul.menu .menu-item a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.main-navigation ul.menu .menu-item.current_page_item > a, .main-navigation ul.menu .menu-item.current-menu-item > a, .main-navigation ul.menu .menu-item.current_page_ancestor > a, .main-navigation ul.menu .menu-item.current-menu-ancestor > a, .main-navigation ul.menu .menu-item:hover > a{
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}
.main-navigation ul.menu .menu-item-has-children{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-navigation ul.menu .menu-item-has-children .submenu-toggle{
  padding: 0.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.main-navigation ul.menu .menu-item-has-children .submenu-toggle.submenu-open{
  --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));
}
.main-navigation ul.menu .menu-item-has-children ul.sub-menu{
  display: none;
  width: 100%;
}
.main-navigation ul.menu .menu-item-has-children ul.sub-menu.submenu-open{
  visibility: visible;
  display: block;
}

@media (min-width: 960px) {
  .main-menu-wrapper{
    position: static;
    display: block;
    overflow: visible;
    background-color: transparent;
    padding: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .menu-toggle{
    display: none;
  }
  .main-navigation ul{
    display: flex;
    flex-direction: row;
  }
  .main-navigation ul .menu-item{
    white-space: nowrap;
  }
  .main-navigation ul .menu-item.menu-item-has-children .sub-menu{
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 50;
    margin-left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --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);
    max-height: initial;
  }
  .main-navigation ul .menu-item.menu-item-has-children:hover .submenu-toggle{
    --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));
  }
  .main-navigation ul .menu-item.menu-item-has-children:hover .sub-menu{
    display: block;
  }
  .main-navigation ul .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .submenu-toggle{
    display: none;
  }
  .main-navigation ul .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu{
    position: absolute;
    top: 0px;
    left: 100%;
    display: none;
  }
  .main-navigation ul .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu{
    display: block;
  }
  .main-navigation ul .menu-item.menu-item-has-children.submenu-open{
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links{
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages */
.sticky{
  display: block;
}

.post,
.page{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.updated:not(.published){
  display: none;
}

.page-content,
.entry-content,
.entry-summary{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-links{
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Comments */
.comment-content a{
  overflow-wrap: break-word;
}

.bypostauthor{
  display: block;
}

/* Widgets */
.widget{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}
.widget select{
  max-width: 100%;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley{
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  padding: 0px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link{
  display: inline-block;
}

/* Captions */
.wp-caption{
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-]{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wp-caption .wp-caption-text{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  margin-left: 0px;
  margin-right: 0px;
}

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

/* Galleries */
.gallery{
  margin-bottom: 1.5rem;
  display: grid;
  gap: 1.5rem;
}
.gallery-item{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

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

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

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

.gallery-caption{
  display: block;
}

/* Accordion */
/* Accordion */
.tabs__menu{
  position: absolute;
  margin-top: 0.5rem;
  display: none;
  width: 100%;
  flex-direction: column;
}
.tabs__menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tabs__menu{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  --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);
}
.tabs__menu.active{
  display: flex;
}
.tabs__menu .tab {
  margin-bottom: 0px !important;
  cursor: pointer;
  padding: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tabs__content{
  margin-top: 1rem;
  display: none;
}
.tabs__content p {
  line-height: 25px;
}
.tabs__content.active{
  display: block;
}
.tabs__select{
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  border-width: 1px;
  border-style: solid;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 782px) {
  .tabs__menu{
    position: relative;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
  }
  .tabs__menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .tabs__menu{
    padding-left: 0px;
    padding-right: 0px;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .tabs__content{
    margin-top: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .tabs__select{
    display: none;
  }
  .tabs .tab.active {
    color: #000000;
    border-bottom: 7px solid #399E5A;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text{
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border-style: none;
  padding: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text:focus{
  display: block;
  height: auto;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
  text-decoration-line: none;
  --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);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  left: 5px;
  padding: 15px 23px 14px;
  top: 5px;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter{
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: block;
}

.shortcode-wrapper .wmc-content{
  right: 0px;
  height: auto;
  width: 425px;
  padding: 1.25rem;
  top: unset !important;
}
.shortcode-wrapper .wmc-bottom-buttons{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 480px){
  .shortcode-wrapper .wmc-bottom-buttons{
    flex-direction: row;
  }
}
.shortcode-wrapper .wmc-bottom-buttons a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=text],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=email],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=url],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=password],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=search],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=number],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=tel],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=range],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=date],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=month],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=week],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=time],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=datetime],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=datetime-local],.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=color],.shortcode-wrapper .wmc-bottom-buttons a:hover textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 14px;
  color: #fff;
}
.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
.shortcode-wrapper .wmc-bottom-buttons a:hover input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg transform='translate(-592 -2703)'%3E%3Cg fill='none' stroke='%23fff' transform='translate(592 2703)'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3Crect width='9' height='9' fill='%23f0a84a' rx='1' transform='translate(595 2706)'/%3E%3C/g%3E%3C/svg%3E");
}
.shortcode-wrapper .wmc-bottom-buttons a:hover select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.shortcode-wrapper .wmc-bottom-buttons a:hover .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.shortcode-wrapper .wmc-cart img{
  width: 2rem;
}

@media only screen and (max-width: 425px) {
  .wmc-cart-wrapper.shortcode-wrapper {
    position: unset !important;
  }
  .wmc-cart-wrapper.shortcode-wrapper .wmc-content {
    width: 100%;
  }
  .wmc-cart-wrapper.shortcode-wrapper .wmc-content h3 {
    font-size: 2rem;
  }
  .wmc-cart-wrapper.shortcode-wrapper .wmc-bottom-buttons {
    height: unset;
    align-items: center;
  }
}
.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;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

.woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
}

.woocommerce-product-gallery .flex-viewport {
  width: 100%;
}

ol.flex-control-nav.flex-control-thumbs {
  display: contents;
  display: flex;
  flex-direction: column;
}

ol.flex-control-nav.flex-control-thumbs li {
  width: 100% !important;
}

.woocommerce div.product div.images img {
  width: 99%;
}

ol.flex-control-nav.flex-control-thumbs {
  gap: 10px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  gap: 10px;
}

.single-product form.cart {
  margin-top: 25px;
}

ul.products {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
  gap: 23px;
}

ul::before, .woocommerce ul.products::before {
  display: none;
}

.tinvwl-icon-custom img {
  max-width: 32px !important;
  max-height: 32px !important;
}

.boton-favoritos-verd .icon-already-on-wishlist, .boton-favoritos-verd .icon-add-on-wishlist {
  position: absolute;
  left: -35px;
  top: -1px;
}

p.woocommerce-result-count, select.orderby {
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left !important;
}

span#minicart-product-counter {
  display: none;
}

.quantity {
  background-color: #F5F5F5;
  font-weight: bold;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  background-color: #399E5A;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0px;
  height: 48px;
  width: 111px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: white;
  color: #FFFFFF;
}

ul#menu-menu-legal-es, ul#menu-menu-legal-en, ul#menu-menu-legal-ca {
  list-style: none;
  margin-left: 0px;
  display: block;
  margin-bottom: 0px;
  margin-top: 25px;
  text-align: center;
}

ul#menu-menu-legal-es li, ul#menu-menu-legal-en li, ul#menu-menu-legal-ca li {
  font-size: 12px !important;
}

ul#menu-menu-legal-es li {
  margin-right: 7px;
}

.menu-menu-productos-2-es-container {
  margin-top: -75px;
}

h2.widgettitle, .widget_block h2 {
  font-size: 18px !important;
  font-weight: 800;
  font-family: "Plus Jakarta Sans";
  text-transform: none !important;
}

.widget_nav_menu li {
  font-size: 16px;
}

footer input, footer .wpcf7-text {
  background-color: #ffffff;
  margin-top: 10px;
  color: black !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #ffffff;
  color: #399E5A;
}

footer span.wpcf7-list-item span {
  font-size: 12px;
}

footer span.wpcf7-list-item input {
  top: 3px;
  position: relative;
}

footer span.wpcf7-list-item {
  margin-top: 12px !important;
  margin-bottom: 24px !important;
}

a.checkout-button.button.alt.wc-forward {
  background-color: #399E5A;
}

a.checkout-button.button.alt.wc-forward:hover {
  background-color: #7F6551;
}

ul.social-footer {
  list-style: none;
  display: inline-flex;
  margin-left: 0px;
  align-items: center;
}

ul.social-footer li {
  margin-right: 10px;
}

header.entry-header, .cart_totals h2 {
  font-size: 44px;
  color: #399E5A;
  font-weight: 800;
  font-family: "Raleway";
}

.quantity {
  background-color: #FFFFFF;
}

.woocommerce-info {
  border-top-color: #399e5a;
}

.woocommerce-info::before {
  color: #399e5a;
}

input.qty {
  margin: 0 auto !important;
  background-color: #F5F5F5;
  border: none;
  border-radius: 0px;
  width: 79px !important;
  height: 48px;
}

.woocommerce .quantity .qty {
  text-align: left !important;
  padding-left: 20px;
}

button.plus {
  position: relative;
  top: -45px;
  left: 55px;
  font-size: 14px;
}

button.minus {
  position: relative;
  top: -25px;
  left: 47px;
  font-size: 14px;
}

.tinvwl-table-manage-list tr {
  border: 1px solid #dddddd;
}

.tinv-wishlist h2 {
  display: none;
}

button.button.alt {
  background-color: #399e5a !important;
}

button.button.alt:hover {
  background-color: #7F6551 !important;
}

select#tinvwl_product_actions {
  border: 1px solid #dddddd;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-previous {
  text-align: left;
  padding-left: 20px;
}

.nav-next {
  padding-right: 20px;
}

input.input_search {
  color: #ffffff !important;
}

header.woocommerce-Address-title.title h3 {
  color: #399E5A;
  font-family: "Raleway";
  font-weight: 800;
  font-size: 30px;
}

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, h3#order_review_heading {
  color: #399E5A;
  font-weight: 800;
}

.grecaptcha-badge{
  display: none;
}

.ltw-minicart {
  margin-top: 4px;
  margin-left: 12px;
}

.rounded-full .ltw-minicart {
  margin-top: 0px;
  margin-left: 0px;
}

.ltw-header-search {
  margin-top: 7px;
}

header#masthead {
  height: 120px;
}

.minicart-buttons a {
  margin: 0 auto !important;
}

.main-menu-wrapper.menu-open {
  top: 110px;
}

select.orderby {
  background-color: #ffffff;
}

input#ltw-as-input {
  border-width: 2px;
  border-color: black;
  border-radius: 3px;
}

.form-nl .wpcf7-submit {
  color: #399E5A !important;
}

.form-nl input[type=checkbox] {
  border-radius: 3px;
}

.paso::before {
  content: "";
  position: absolute;
  left: -1.65rem;
  top: 0.8rem;
  z-index: 10;
  display: block;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: #399E5A;
}

.paso:last-child::before {
  display: none;
}

.contenido-paso::after {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.4rem;
  z-index: 20;
  display: block;
  height: 0.7rem;
  width: 0.7rem;
  --tw-bg-opacity: 1;
  background-color: #399E5A;
  border-radius: 30px;
}

.has-primary-color{
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}

.has-primary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / var(--tw-bg-opacity));
}

.has-secondary-color{
  --tw-text-opacity: 1;
  color: rgb(127 101 81 / var(--tw-text-opacity));
}

.has-secondary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(127 101 81 / var(--tw-bg-opacity));
}

.has-gray-900-color{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

.has-gray-900-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
}

.has-gray-500-color{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}

.has-gray-500-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(159 159 159 / var(--tw-bg-opacity));
}

.has-gray-200-color{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

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

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

.has-white-color input[type=text],.has-white-color input[type=email],.has-white-color input[type=url],.has-white-color input[type=password],.has-white-color input[type=search],.has-white-color input[type=number],.has-white-color input[type=tel],.has-white-color input[type=range],.has-white-color input[type=date],.has-white-color input[type=month],.has-white-color input[type=week],.has-white-color input[type=time],.has-white-color input[type=datetime],.has-white-color input[type=datetime-local],.has-white-color input[type=color],.has-white-color textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 14px;
  color: #fff;
}

.has-white-color input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3C/svg%3E");
}

.has-white-color input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg transform='translate(-592 -2703)'%3E%3Cg fill='none' stroke='%23fff' transform='translate(592 2703)'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3Crect width='9' height='9' fill='%23f0a84a' rx='1' transform='translate(595 2706)'/%3E%3C/g%3E%3C/svg%3E");
}

.has-white-color select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.has-white-color .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

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

.alignfull,
.alignwide {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.glide__bullet--active{
  opacity: 1;
}

.aspect-video > iframe{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 782px) {
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ul#menu-menu-legal-es, ul#menu-menu-legal-en, ul#menu-menu-legal-ca {
    display: inline-flex;
  }
  ul#menu-menu-legal-es li:after, ul#menu-menu-legal-en li:after, ul#menu-menu-legal-ca li:after {
    content: " | ";
    margin-left: 7px;
  }
  ul#menu-menu-legal-es li:last-child:after, ul#menu-menu-legal-en li:last-child:after, ul#menu-menu-legal-ca li:last-child:after {
    content: "";
  }
  .menu-menu-productos-2-es-container {
    margin-top: 0px;
  }
  input#coupon_code {
    width: -moz-fit-content;
    width: fit-content;
  }
  input.qty {
    margin: inherit !important;
  }
}
@media (min-width: 960px) {
  ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right !important;
  }
}
@media (min-width: 1080px) {
  input.input_search {
    color: #399E5A !important;
  }
  .ltw-header-search {
    margin-top: inherit;
  }
}
@media (min-width: 1280px) {
  ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  header#masthead {
    height: inherit;
  }
}
.site-header.overlay-header.scroll-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}
.site-header.overlay-header:not(.scroll-header) .site-branding .site-logo{
  display: none;
}
.site-header.overlay-header:not(.scroll-header) .site-branding .site-logo-overlay{
  display: block;
}

#primary-menu .menu-item > a {
  font-size: 14px;
  font-weight: bold;
}

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

.site-footer a input[type=text],.site-footer a input[type=email],.site-footer a input[type=url],.site-footer a input[type=password],.site-footer a input[type=search],.site-footer a input[type=number],.site-footer a input[type=tel],.site-footer a input[type=range],.site-footer a input[type=date],.site-footer a input[type=month],.site-footer a input[type=week],.site-footer a input[type=time],.site-footer a input[type=datetime],.site-footer a input[type=datetime-local],.site-footer a input[type=color],.site-footer a textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 14px;
  color: #fff;
}

.site-footer a input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3C/svg%3E");
}

.site-footer a input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg transform='translate(-592 -2703)'%3E%3Cg fill='none' stroke='%23fff' transform='translate(592 2703)'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3Crect width='9' height='9' fill='%23f0a84a' rx='1' transform='translate(595 2706)'/%3E%3C/g%3E%3C/svg%3E");
}

.site-footer a select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.site-footer a .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.site-footer .widgettitle{
  margin-bottom: 1.25rem;
  font-size: 12px;
  text-transform: uppercase;
}
.site-footer .menu{
  margin-left: 0px;
  margin-bottom: 1.75rem;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.5;
}
.site-footer .menu li{
  margin-bottom: 0.75rem;
}

.nav-links{
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.nav-links .page-numbers{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  text-decoration-line: none;
  min-height: 35px;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next{
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots){
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(57 158 90 / var(--tw-border-opacity));
  min-width: 35px;
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current){
  --tw-text-opacity: 1;
  color: rgb(57 158 90 / var(--tw-text-opacity));
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=text],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=email],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=url],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=password],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=search],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=number],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=tel],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=range],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=date],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=month],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=week],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=time],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=datetime],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=datetime-local],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=color],.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 14px;
  color: #fff;
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg transform='translate(-592 -2703)'%3E%3Cg fill='none' stroke='%23fff' transform='translate(592 2703)'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3Crect width='9' height='9' fill='%23f0a84a' rx='1' transform='translate(595 2706)'/%3E%3C/g%3E%3C/svg%3E");
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.nav-links .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-links .page-numbers.current input[type=text],.nav-links .page-numbers.current input[type=email],.nav-links .page-numbers.current input[type=url],.nav-links .page-numbers.current input[type=password],.nav-links .page-numbers.current input[type=search],.nav-links .page-numbers.current input[type=number],.nav-links .page-numbers.current input[type=tel],.nav-links .page-numbers.current input[type=range],.nav-links .page-numbers.current input[type=date],.nav-links .page-numbers.current input[type=month],.nav-links .page-numbers.current input[type=week],.nav-links .page-numbers.current input[type=time],.nav-links .page-numbers.current input[type=datetime],.nav-links .page-numbers.current input[type=datetime-local],.nav-links .page-numbers.current input[type=color],.nav-links .page-numbers.current textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 14px;
  color: #fff;
}
.nav-links .page-numbers.current input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
.nav-links .page-numbers.current input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cg transform='translate(-592 -2703)'%3E%3Cg fill='none' stroke='%23fff' transform='translate(592 2703)'%3E%3Crect width='15' height='15' stroke='none' rx='3'/%3E%3Crect width='14' height='14' x='.5' y='.5' rx='2.5'/%3E%3C/g%3E%3Crect width='9' height='9' fill='%23f0a84a' rx='1' transform='translate(595 2706)'/%3E%3C/g%3E%3C/svg%3E");
}
.nav-links .page-numbers.current select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
.nav-links .page-numbers.current .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.block-repeater-columnas p {
  margin-bottom: 0px;
}

li.product {
  list-style: none;
  border: 1px solid #dddddd;
}

li.product img {
  width: 100%;
}

dd.accordion__content {
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #399E5A;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #FFFFFF;
}

.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-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(57 158 90 / var(--tw-border-opacity));
}

.hover\:border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(127 101 81 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(57 158 90 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 101 81 / var(--tw-bg-opacity));
}

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

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

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

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

@media (min-width: 480px){
  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:border-r{
    border-right-width: 1px;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:pr-2{
    padding-right: 0.5rem;
  }
}

@media (min-width: 782px){
  .md\:static{
    position: static;
  }
  .md\:absolute{
    position: absolute;
  }
  .md\:-left-4{
    left: -1rem;
  }
  .md\:-right-4{
    right: -1rem;
  }
  .md\:top-1\/2{
    top: 50%;
  }
  .md\:m-0{
    margin: 0px;
  }
  .md\:m-auto{
    margin: auto;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:-mt-3{
    margin-top: -0.75rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:\!grid{
    display: grid !important;
  }
  .md\:h-\[30px\]{
    height: 30px;
  }
  .md\:h-\[596px\]{
    height: 596px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:\!grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:order-3{
    order: 3;
  }
  .md\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-7{
    padding-top: 1.75rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-3xl{
    font-size: 42px;
  }
  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .md\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / var(--tw-text-opacity));
  }
}

@media (min-width: 960px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:bottom-12{
    bottom: 3rem;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-14{
    right: 3.5rem;
  }
  .lg\:right-5{
    right: 1.25rem;
  }
  .lg\:top-12{
    top: 3rem;
  }
  .lg\:top-\[145px\]{
    top: 145px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-\[0\]{
    order: 0;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:m-\[inherit\]{
    margin: inherit;
  }
  .lg\:m-auto{
    margin: auto;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-44{
    margin-bottom: 11rem;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-36{
    margin-left: 9rem;
  }
  .lg\:mr-20{
    margin-right: 5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-7{
    margin-top: 1.75rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-table{
    display: inline-table;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[38px\]{
    height: 38px;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-6xl{
    max-width: 72rem;
  }
  .lg\:max-w-\[425px\]{
    max-width: 425px;
  }
  .lg\:max-w-\[605px\]{
    max-width: 605px;
  }
  .lg\:max-w-sm{
    max-width: 24rem;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-40{
    gap: 10rem;
  }
  .lg\:gap-\[73px\]{
    gap: 73px;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pl-28{
    padding-left: 7rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-3xl{
    font-size: 42px;
  }
  .lg\:text-5xl{
    font-size: 62px;
  }
}

@media (min-width: 1080px){
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }
  .xl\:w-1\/5{
    width: 20%;
  }
  .xl\:w-\[1113px\]{
    width: 1113px;
  }
  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .\32xl\:static{
    position: static;
  }
  .\32xl\:absolute{
    position: absolute;
  }
  .\32xl\:-left-8{
    left: -2rem;
  }
  .\32xl\:-right-8{
    right: -2rem;
  }
  .\32xl\:left-6{
    left: 1.5rem;
  }
  .\32xl\:top-0{
    top: 0px;
  }
  .\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .\32xl\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .\32xl\:-ml-14{
    margin-left: -3.5rem;
  }
  .\32xl\:ml-72{
    margin-left: 18rem;
  }
  .\32xl\:block{
    display: block;
  }
  .\32xl\:w-auto{
    width: auto;
  }
  .\32xl\:max-w-5xl{
    max-width: 64rem;
  }
  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .\32xl\:justify-normal{
    justify-content: normal;
  }
  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .\32xl\:pb-28{
    padding-bottom: 7rem;
  }
}

@media (min-width: 1542px){
  .\33xl\:pl-8{
    padding-left: 2rem;
  }
  .\33xl\:text-5xl{
    font-size: 62px;
  }
}
