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

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

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

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

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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: 600px){

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

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

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

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

    .container{
        max-width: 1600px;
    }
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.-right-2{
    right: -0.5rem;
}
.-top-2{
    top: -0.5rem;
}
.bottom-32{
    bottom: 8rem;
}
.left-0{
    left: 0px;
}
.left-full{
    left: 100%;
}
.right-0{
    right: 0px;
}
.top-0{
    top: 0px;
}
.z-10{
    z-index: 10;
}
.z-30{
    z-index: 30;
}
.z-40{
    z-index: 40;
}
.z-50{
    z-index: 50;
}
.m-0{
    margin: 0px;
}
.m-8{
    margin: 2rem;
}
.\!mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.mx-0{
    margin-left: 0px;
    margin-right: 0px;
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-28{
    margin-top: 7rem;
}
.mt-4{
    margin-top: 1rem;
}
.block{
    display: block;
}
.\!flex{
    display: flex !important;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.\!hidden{
    display: none !important;
}
.hidden{
    display: none;
}
.\!h-4{
    height: 1rem !important;
}
.\!h-auto{
    height: auto !important;
}
.h-1{
    height: 0.25rem;
}
.h-12{
    height: 3rem;
}
.h-20{
    height: 5rem;
}
.h-4{
    height: 1rem;
}
.h-6{
    height: 1.5rem;
}
.h-8{
    height: 2rem;
}
.h-\[3px\]{
    height: 3px;
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.max-h-0{
    max-height: 0px;
}
.max-h-\[1000px\]{
    max-height: 1000px;
}
.min-h-80{
    min-height: 20rem;
}
.min-h-\[2rem\]{
    min-height: 2rem;
}
.min-h-screen{
    min-height: 100vh;
}
.\!w-4{
    width: 1rem !important;
}
.w-12{
    width: 3rem;
}
.w-16{
    width: 4rem;
}
.w-20{
    width: 5rem;
}
.w-3\/4{
    width: 75%;
}
.w-4{
    width: 1rem;
}
.w-6{
    width: 1.5rem;
}
.w-8{
    width: 2rem;
}
.w-\[250px\]{
    width: 250px;
}
.w-\[350px\]{
    width: 350px;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-full{
    width: 100%;
}
.\!min-w-32{
    min-width: 8rem !important;
}
.min-w-32{
    min-width: 8rem;
}
.max-w-sm{
    max-width: 24rem;
}
.flex-shrink{
    flex-shrink: 1;
}
.flex-grow{
    flex-grow: 1;
}
.-translate-x-full{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-pointer{
    cursor: pointer;
}
.scroll-mt-10{
    scroll-margin-top: 2.5rem;
}
.scroll-mt-20{
    scroll-margin-top: 5rem;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.\!flex-row{
    flex-direction: row !important;
}
.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-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-evenly{
    justify-content: space-evenly;
}
.\!gap-3{
    gap: 0.75rem !important;
}
.gap-10{
    gap: 2.5rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-4{
    gap: 1rem;
}
.\!gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
}
.gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}
.gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-y-1{
    row-gap: 0.25rem;
}
.gap-y-10{
    row-gap: 2.5rem;
}
.gap-y-2{
    row-gap: 0.5rem;
}
.gap-y-4{
    row-gap: 1rem;
}
.gap-y-6{
    row-gap: 1.5rem;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.\!rounded-full{
    border-radius: 9999px !important;
}
.\!rounded-lg{
    border-radius: 0.5rem !important;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.\!border{
    border-width: 1px !important;
}
.\!border-4{
    border-width: 4px !important;
}
.border{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.\!border-secondary{
    --tw-border-opacity: 1 !important;
    border-color: rgb(75 54 33 / var(--tw-border-opacity)) !important;
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(204 191 179 / var(--tw-border-opacity));
}
.border-secondary{
    --tw-border-opacity: 1;
    border-color: rgb(75 54 33 / var(--tw-border-opacity));
}
.\!bg-secondary{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 54 33 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#F8F5F2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(248 245 242 / var(--tw-bg-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(204 191 179 / var(--tw-bg-opacity));
}
.bg-primary\/20{
    background-color: rgb(204 191 179 / 0.2);
}
.bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(75 54 33 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.fill-secondary{
    fill: #4B3621;
}
.fill-yellow-500{
    fill: #eab308;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-center{
    -o-object-position: center;
       object-position: center;
}
.p-0{
    padding: 0px;
}
.p-10{
    padding: 2.5rem;
}
.p-2{
    padding: 0.5rem;
}
.p-4{
    padding: 1rem;
}
.p-6{
    padding: 1.5rem;
}
.p-8{
    padding: 2rem;
}
.\!px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.\!py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-20{
    padding-bottom: 5rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-20{
    padding-top: 5rem;
}
.pt-4{
    padding-top: 1rem;
}
.pt-\[15vh\]{
    padding-top: 15vh;
}
.\!text-center{
    text-align: center !important;
}
.text-center{
    text-align: center;
}
.\!text-sm{
    font-size: var(--wp--preset--font-size--small) !important;
}
.text-2xl{
    font-size: var(--wp--preset--font-size--2-x-large);
}
.text-3xl{
    font-size: var(--wp--preset--font-size--3-x-large);
}
.text-5xl{
    font-size: var(--wp--preset--font-size--5-x-large);
}
.text-base{
    font-size: var(--wp--preset--font-size--normal);
}
.text-lg{
    font-size: var(--wp--preset--font-size--large);
}
.text-md{
    font-size: var(--wp--preset--font-size--medium);
}
.text-sm{
    font-size: var(--wp--preset--font-size--small);
}
.text-xl{
    font-size: var(--wp--preset--font-size--x-large);
}
.\!font-\[1800\]{
    font-weight: 1800 !important;
}
.\!font-semibold{
    font-weight: 600 !important;
}
.font-bold{
    font-weight: 700;
}
.font-light{
    font-weight: 300;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.\!uppercase{
    text-transform: uppercase !important;
}
.uppercase{
    text-transform: uppercase;
}
.leading-none{
    line-height: 1;
}
.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-inherit{
    color: inherit;
}
.text-orange{
    --tw-text-opacity: 1;
    color: rgb(244 155 14 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(204 191 179 / var(--tw-text-opacity));
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(75 54 33 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-blue-500{
    --tw-shadow-color: #3b82f6;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500{
    --tw-shadow-color: #ef4444;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow-500{
    --tw-shadow-color: #eab308;
    --tw-shadow: var(--tw-shadow-colored);
}
.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-200{
    transition-duration: 200ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-500{
    transition-duration: 500ms;
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

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

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

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

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: v;
    color: #4b5563;
}
h1,.h1{
    font-size: var(--wp--preset--font-size--5-x-large);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 782px){

    h1,.h1{
        font-size: var(--wp--preset--font-size--6-x-large);
    }
}
@media (min-width: 960px){

    h1,.h1{
        font-size: var(--wp--preset--font-size--7-x-large);
    }
}
h2,.h2{
    font-size: var(--wp--preset--font-size--3-x-large);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 782px){

    h2,.h2{
        font-size: var(--wp--preset--font-size--4-x-large);
    }
}
@media (min-width: 960px){

    h2,.h2{
        font-size: var(--wp--preset--font-size--5-x-large);
    }
}
h3,.h3{
    font-size: var(--wp--preset--font-size--2-x-large);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 782px){

    h3,.h3{
        font-size: var(--wp--preset--font-size--3-x-large);
    }
}
@media (min-width: 960px){

    h3,.h3{
        font-size: var(--wp--preset--font-size--4-x-large);
    }
}
h4,.h4{
    font-size: var(--wp--preset--font-size--x-large);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 782px){

    h4,.h4{
        font-size: var(--wp--preset--font-size--2-x-large);
    }
}
@media (min-width: 960px){

    h4,.h4{
        font-size: var(--wp--preset--font-size--3-x-large);
    }
}
h5,.h5{
    font-size: var(--wp--preset--font-size--large);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 782px){

    h5,.h5{
        font-size: var(--wp--preset--font-size--x-large);
    }
}
@media (min-width: 960px){

    h5,.h5{
        font-size: var(--wp--preset--font-size--2-x-large);
    }
}
h6,.h6{
    font-size: var(--wp--preset--font-size--normal);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 782px){

    h6,.h6{
        font-size: var(--wp--preset--font-size--large);
    }
}
@media (min-width: 960px){

    h6,.h6{
        font-size: var(--wp--preset--font-size--x-large);
    }
}
body{
    font-size: var(--wp--preset--font-size--medium);
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 960px){

    body{
        font-size: var(--wp--preset--font-size--normal);
    }
}
body h1,body .h1,body h2,body .h2,body h3,body .h3,body h4,body .h4,body h5,body .h5,body h6,body .h6{
    line-height: 1.25;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
body b,body strong{
    font-weight: 700;
}
.why-blocks{
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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: 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-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.why-blocks:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
    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)) !important;
}
a:hover{
    --tw-text-opacity: 1;
    color: rgb(244 155 14 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.button{
    width: -moz-fit-content;
    width: fit-content;
    min-width: 8rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(75 54 33 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(75 54 33 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(75 54 33 / var(--tw-text-opacity));
}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.block-editor-block-list__layout h1,.block-editor-block-list__layout h2,.block-editor-block-list__layout h3,.block-editor-block-list__layout h4,.block-editor-block-list__layout h5,.block-editor-block-list__layout h6{
    margin-bottom: 2rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(75 54 33 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
.entry-content h1,.entry-content .h1,.block-editor-block-list__layout h1,.block-editor-block-list__layout .h1{
    font-size: var(--wp--preset--font-size--large);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 782px){

    .entry-content h1,.entry-content .h1,.block-editor-block-list__layout h1,.block-editor-block-list__layout .h1{
        font-size: var(--wp--preset--font-size--x-large);
    }
}
@media (min-width: 960px){

    .entry-content h1,.entry-content .h1,.block-editor-block-list__layout h1,.block-editor-block-list__layout .h1{
        font-size: var(--wp--preset--font-size--2-x-large);
    }
}
.entry-content h2,.entry-content .h2,.block-editor-block-list__layout h2,.block-editor-block-list__layout .h2{
    font-size: var(--wp--preset--font-size--normal);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 782px){

    .entry-content h2,.entry-content .h2,.block-editor-block-list__layout h2,.block-editor-block-list__layout .h2{
        font-size: var(--wp--preset--font-size--large);
    }
}
@media (min-width: 960px){

    .entry-content h2,.entry-content .h2,.block-editor-block-list__layout h2,.block-editor-block-list__layout .h2{
        font-size: var(--wp--preset--font-size--x-large);
    }
}
.entry-content h3,.entry-content .h3,.block-editor-block-list__layout h3,.block-editor-block-list__layout .h3{
    font-size: var(--wp--preset--font-size--small);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (min-width: 782px){

    .entry-content h3,.entry-content .h3,.block-editor-block-list__layout h3,.block-editor-block-list__layout .h3{
        font-size: var(--wp--preset--font-size--medium);
    }
}
@media (min-width: 960px){

    .entry-content h3,.entry-content .h3,.block-editor-block-list__layout h3,.block-editor-block-list__layout .h3{
        font-size: var(--wp--preset--font-size--large);
    }
}
#wpforms-submit-132 {
    padding: 1rem 1.25rem; /* py-4 px-5 */
    font-weight: 600; /* font-semibold */
    width: -moz-fit-content;
    width: fit-content; /* w-fit */
    min-width: 8rem; /* min-w-32 */
    border: 1px solid #6b5b4b; /* border-secondary */
    display: block;       /* make it block-level */
    margin: 0 auto;       /* center horizontally */
}
#primary-menu ul .menu-item{
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
@media (min-width: 960px){

    #primary-menu ul .menu-item{
        margin-top: 0px;
        margin-bottom: 0px;
        width: auto;
    }
}
#primary-menu ul .menu-item a{
    position: relative;
    z-index: 10;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: var(--wp--preset--font-size--large);
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
#primary-menu ul .menu-item a:hover{
    --tw-text-opacity: 1;
    color: rgb(75 54 33 / var(--tw-text-opacity));
}
@media (min-width: 960px){

    #primary-menu ul .menu-item a{
        background-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: var(--wp--preset--font-size--small);
    }
}
@media (min-width: 1280px){

    #primary-menu ul .menu-item a{
        font-size: var(--wp--preset--font-size--large);
    }
}
#primary-menu ul .menu-item a.second-link{
    display: none;
}
#primary-menu ul .menu-item:hover .second-link,#primary-menu ul .menu-item:focus .second-link{
    display: flex;
}
#primary-menu ul .menu-item:hover >.sub-menu,#primary-menu ul .menu-item:focus >.sub-menu{
    visibility: visible;
    max-height: 1000px;
    opacity: 1;
}
@media (min-width: 960px){

    #primary-menu ul .menu-item:hover >.sub-menu,#primary-menu ul .menu-item:focus >.sub-menu{
        max-height: none;
    }
}
#primary-menu ul .menu-item.current-menu-item >a,#primary-menu ul .menu-item.current_page_ancestor >a{
    --tw-text-opacity: 1;
    color: rgb(75 54 33 / var(--tw-text-opacity));
}
#primary-menu ul .menu-item .sub-menu{
    visibility: hidden;
    z-index: 10;
    max-height: 0px;
    width: 100%;
    padding: 0px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 960px){

    #primary-menu ul .menu-item .sub-menu{
        position: absolute;
        top: 100%;
        left: -1.5rem;
        max-height: none;
        width: auto;
        min-width: 200px;
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        border-style: none;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}
#primary-menu ul .menu-item .sub-menu .menu-item{
    margin: 0px;
    align-items: flex-start;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
}
#primary-menu ul .menu-item .sub-menu .menu-item::before{
    --tw-content: none;
    content: var(--tw-content);
}
#primary-menu ul .menu-item .sub-menu .menu-item:first-child{
    padding-top: 0px;
}
#primary-menu ul .menu-item .sub-menu .menu-item:last-child{
    padding-bottom: 0.5rem;
}
@media (min-width: 960px){

    #primary-menu ul .menu-item .sub-menu .menu-item{
        padding: 0px;
    }

    #primary-menu ul .menu-item .sub-menu .menu-item:first-child{
        padding-top: 1rem;
    }

    #primary-menu ul .menu-item .sub-menu .menu-item:last-child{
        padding-bottom: 1rem;
    }
}
#primary-menu ul .menu-item .sub-menu .menu-item a{
    width: 100%;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: var(--wp--preset--font-size--normal);
}
@media (min-width: 960px){

    #primary-menu ul .menu-item .sub-menu .menu-item a{
        justify-content: flex-start;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: var(--wp--preset--font-size--small);
    }
}
#primary-menu ul .menu-item .sub-menu .menu-item .sub-menu{
    top: -0.5rem;
    left: 100%;
    padding: 0px;
}
@media (min-width: 960px){

    #primary-menu ul .menu-item .sub-menu .menu-item .sub-menu{
        padding: 1.25rem;
    }
}
#primary-menu ul .menu-item .sub-menu .menu-item .sub-menu .menu-item:first-child{
    padding-top: 0px;
}
#primary-menu ul .menu-item .sub-menu .menu-item .sub-menu .menu-item:last-child{
    padding-bottom: 0px;
}
.cta > a{
    border-radius: 0.5rem !important;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(75 54 33 / var(--tw-border-opacity));
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 54 33 / var(--tw-bg-opacity)) !important;
    padding: 1rem;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.cta > a:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(75 54 33 / var(--tw-text-opacity)) !important;
}
/* mobile toggle */
#toggle ~ .toggle-container .button-toggle{
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#toggle ~ .toggle-container .button-toggle::after,
            #toggle ~ .toggle-container .button-toggle::before{
    display: block;
    height: 100%;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
                content: '';
}
#toggle ~ .toggle-container .button-toggle::after{
                transform: translateY(-13px);
            }
#toggle ~ .toggle-container .button-toggle::before{
                transform: translateY(10px);
            }
/* mobile nav */
#toggle ~ .main-menu ul li{
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 782px){

    #toggle ~ .main-menu ul li{
        opacity: 1;
        transition-property: none;
    }
}
#toggle ~ .main-menu ul li a{
                }
/* mobile toggle open */
#toggle:checked ~ .toggle-container .button-toggle{
                background: transparent;
            }
#toggle:checked ~ .toggle-container .button-toggle::after{
                transform: rotate(45deg) translateY(-2px);
            }
#toggle:checked ~ .toggle-container .button-toggle::before{
                transform: rotate(-45deg) translateY(2px);
            }
/* mobile nav open */
#toggle:checked ~ .main-menu{
            transform: translateX(0);
        }
#toggle:checked ~ .main-menu ul li{
    opacity: 1;
}
.swiper-reviews{
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.swiper-reviews .swiper-wrapper{
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.swiper-reviews .swiper-wrapper .swiper-slide{
    display: flex;
    height: auto !important;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 2rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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: 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: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.swiper-reviews .swiper-wrapper .swiper-slide:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
    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)) !important;
}
.swiper-reviews .swiper-pagination-bullet{
    height: 1rem !important;
    width: 1rem !important;
    border-width: 4px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(75 54 33 / var(--tw-border-opacity)) !important;
    background-color: transparent !important;
}
.swiper-reviews .swiper-pagination-bullet-active{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 54 33 / var(--tw-bg-opacity)) !important;
}
.review{
    display: flex;
    height: 100% !important;
    flex-direction: column;
    row-gap: 1rem;
}
.review .review-text{
    font-size: var(--wp--preset--font-size--small);
}
.font-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.font-body {
  font-family: "Source Sans Pro", sans-serif;
}
.gform_wrapper input,
.gform_wrapper fieldset,
.gform_wrapper .gform_drop_area,
.gform_wrapper textarea{
    border-radius: 0.5rem !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(75 54 33 / var(--tw-border-opacity)) !important;
}
.gform_wrapper{
    width: 100% !important;
}
.gform_wrapper .gform_fields{
    gap: 0.75rem !important;
}
@media (min-width: 782px){

    .gform_wrapper .gform_fields{
        gap: 1.5rem !important;
    }
}
.gform_wrapper button{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 54 33 / var(--tw-bg-opacity)) !important;
}
.gform_wrapper input[type="submit"]{
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    min-width: 8rem !important;
    flex-direction: row !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
    border-radius: 9999px !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(75 54 33 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 54 33 / var(--tw-bg-opacity)) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    text-align: center !important;
    font-size: var(--wp--preset--font-size--small) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.gform_wrapper input[type="submit"]:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.gform_wrapper .consent{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first\:pt-0:first-child{
    padding-top: 0px;
}
.last\:pb-2:last-child{
    padding-bottom: 0.5rem;
}
.hover\:\!scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
    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)) !important;
}
.hover\:\!bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:\!text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-secondary:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(75 54 33 / var(--tw-text-opacity)) !important;
}
.hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgb(244 155 14 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgb(75 54 33 / var(--tw-text-opacity));
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
@media (min-width: 600px){

    .sm\:block{
        display: block;
    }

    .sm\:hidden{
        display: none;
    }
}
@media (min-width: 782px){

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

    .md\:block{
        display: block;
    }

    .md\:\!flex{
        display: flex !important;
    }

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

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

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

    .md\:text-2xl{
        font-size: var(--wp--preset--font-size--2-x-large);
    }

    .md\:text-3xl{
        font-size: var(--wp--preset--font-size--3-x-large);
    }

    .md\:text-4xl{
        font-size: var(--wp--preset--font-size--4-x-large);
    }

    .md\:text-6xl{
        font-size: var(--wp--preset--font-size--6-x-large);
    }

    .md\:text-lg{
        font-size: var(--wp--preset--font-size--large);
    }

    .md\:text-md{
        font-size: var(--wp--preset--font-size--medium);
    }

    .md\:text-xl{
        font-size: var(--wp--preset--font-size--x-large);
    }

    .md\:transition-none{
        transition-property: none;
    }
}
@media (min-width: 960px){

    .lg\:static{
        position: static;
    }

    .lg\:absolute{
        position: absolute;
    }

    .lg\:-left-6{
        left: -1.5rem;
    }

    .lg\:top-full{
        top: 100%;
    }

    .lg\:my-0{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .lg\:block{
        display: block;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:contents{
        display: contents;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-\[40rem\]{
        height: 40rem;
    }

    .lg\:h-auto{
        height: auto;
    }

    .lg\:max-h-none{
        max-height: none;
    }

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

    .lg\:w-1\/4{
        width: 25%;
    }

    .lg\:w-2\/3{
        width: 66.666667%;
    }

    .lg\:w-2\/5{
        width: 40%;
    }

    .lg\:w-3\/5{
        width: 60%;
    }

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

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

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

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

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

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

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

    .lg\:rounded-b-lg{
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

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

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

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

    .lg\:p-0{
        padding: 0px;
    }

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

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

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

    .lg\:pt-28{
        padding-top: 7rem;
    }

    .lg\:text-7xl{
        font-size: var(--wp--preset--font-size--7-x-large);
    }

    .lg\:text-sm{
        font-size: var(--wp--preset--font-size--small);
    }

    .lg\:text-xl{
        font-size: var(--wp--preset--font-size--x-large);
    }

    .lg\:transition-none{
        transition-property: none;
    }

    .first\:lg\:pt-4:first-child{
        padding-top: 1rem;
    }

    .last\:lg\:pb-4:last-child{
        padding-bottom: 1rem;
    }
}
@media (min-width: 1280px){

    .xl\:block{
        display: block;
    }

    .xl\:hidden{
        display: none;
    }

    .xl\:text-lg{
        font-size: var(--wp--preset--font-size--large);
    }
}
@media (min-width: 1600px){

    .\32xl\:block{
        display: block;
    }

    .\32xl\:hidden{
        display: none;
    }
}

