@charset "UTF-8";

@font-face {
    font-family: Karla;
    src: url(../fonts/Karla-Regular.ttf);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Karla;
    src: url(../fonts/Karla-Medium.ttf);
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Karla;
    src: url(../fonts/Karla-Bold.ttf);
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Kollektif;
    src: url(../fonts/Kollektif-Bold.ttf);
    font-weight: 700;
    font-display: swap
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

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

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: Karla, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

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

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

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

*,
::after,
::before {
    --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-scroll-snap-strictness: proximity;
    --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
}

::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-scroll-snap-strictness: proximity;
    --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
}

.container {
    width: 100%
}

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

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

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

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

body {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 14px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(55 57 56 / var(--tw-text-opacity))
}

@media (min-width:992px) {
    body {
        font-size: 18px;
        line-height: 24px
    }
}

.h1,
h1 {
    font-family: Kollektif, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2
}

@media (min-width:992px) {

    .h1,
    h1 {
        font-size: 64px
    }
}

@media (min-width:1250px) {

    .h1,
    h1 {
        font-size: 66px
    }
}

.h2,
h2 {
    font-family: Kollektif, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2
}

@media (min-width:992px) {

    .h2,
    h2 {
        font-size: 32px
    }
}

@media (min-width:1250px) {

    .h2,
    h2 {
        font-size: 38px
    }
}

.h3,
h3 {
    font-family: Kollektif, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media (min-width:992px) {

    .h3,
    h3 {
        font-size: 20px
    }
}

@media (min-width:1250px) {

    .h3,
    h3 {
        font-size: 26px
    }
}

.h4,
h4 {
    font-family: Kollektif, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

@media (min-width:992px) {

    .h4,
    h4 {
        font-size: 18px
    }
}

@media (min-width:1250px) {

    .h4,
    h4 {
        font-size: 20px
    }
}

h5 {
    font-family: Kollektif, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media (min-width:992px) {
    h5 {
        font-size: 18px
    }
}

p {
    margin-bottom: .75rem
}

@media (min-width:640px) {
    p {
        margin-bottom: 2rem
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem
}

.wide-container {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url] {
    color: #000;
    border-radius: 0;
    width: 100%;
    padding: 13px 23px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #3E8A36;
    border-radius: 5px;
    background-color: #fff
}

input:focus {
    outline: 0 !important
}

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

textarea {
    color: #000;
    border-radius: 0;
    width: 100%;
    height: 120px;
    padding: 13px 23px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #3E8A36;
    border-radius: 5px;
    background-color: #fff
}

textarea:focus {
    outline: 0 !important
}

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

select {
    color: #000;
    border-radius: 0;
    width: 100%;
    padding: 14px 23px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #3E8A36;
    background-color: #fff
}

a {
    --tw-text-opacity: 1;
    color: #3E8A36;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

a:hover {
    --tw-text-opacity: 1;
    color: rgb(133 178 35 / var(--tw-text-opacity))
}

.btn {
    display: inline-block;
    width: 298px;
    max-width: 100%;
    border-radius: 1.5rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.green-btn {
    color: #fff;
    background-color: #3E8A36
}

.green-btn:hover {
    color: #fff;
    background-color: #D69F57
}

.white-btn {
    color: #373938;
    background-color: #fff
}

.white-btn:hover {
    color: #373938;
    background-color: #ccc
}

.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.bottom-0 {
    bottom: 0
}

.bottom-5 {
    bottom: 1.25rem
}

.right-0 {
    right: 0
}

.right-5 {
    right: 1.25rem
}

.z-\[100\] {
    z-index: 100
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

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

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

.-mt-14 {
    margin-top: -3.5rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 2.5rem
}

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

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

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

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

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

.mt-28 {
    margin-top: 7rem
}

.mt-3 {
    margin-top: .75rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.h-4 {
    height: 1rem
}

.h-full {
    height: 100%
}

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

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

.w-4 {
    width: 1rem
}

.w-\[343px\] {
    width: 343px
}

.w-\[378px\] {
    width: 378px
}

.w-\[386px\] {
    width: 386px
}

.w-full {
    width: 100%
}

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

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

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

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

.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
}

.resize {
    resize: both
}

.scroll-px-3\.5 {
    scroll-padding-left: .875rem;
    scroll-padding-right: .875rem
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.gap-1 {
    gap: .25rem
}

.gap-4 {
    gap: 1rem
}

.overflow-x-clip {
    overflow-x: clip
}

.rounded-\[10px\] {
    border-radius: 10px
}

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

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

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

.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(150 199 44 / var(--tw-bg-opacity))
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: center
}

.p-3 {
    padding: .75rem
}

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

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

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

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

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

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

.pb-14 {
    padding-bottom: 3.5rem
}

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

.pb-28 {
    padding-bottom: 7rem
}

.pb-32 {
    padding-bottom: 8rem
}

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

.pt-16 {
    padding-top: 4rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-40 {
    padding-top: 10rem
}

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

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

.text-center {
    text-align: center
}

.text-sm {
    font-size: 14px;
    line-height: 20px
}

.text-md {
    font-size: 16px;
    line-height: 22px
}

.text-xl {
    font-size: 22px;
    line-height: 26px
}

.text-xs {
    font-size: 12px;
    line-height: 18px
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.uppercase {
    text-transform: uppercase
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.text-green {
    --tw-text-opacity: 1;
    color: #3E8A36
}

.text-brown {
    --tw-text-opacity: 1;
    color: #A4652F
}

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

.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)
}

.blur {
    --tw-blur: blur(8px);
    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)
}

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

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

.duration-150 {
    transition-duration: 150ms
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.d-none {
    display: none
}

.content-wrapper {
    background-color: #fff;
    left: 0;
    min-height: 100vh;
    position: relative;
    transition: all .5s ease;
    z-index: 1;
    padding-top: 35px;
}

.omni-mobile-menu,
.toggle-btn {
    display: none
}

.omni-mobile-menu {
    background-color: #3E8A36;
    bottom: 0;
    height: 100vh;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    position: fixed;
    right: 0;
    padding-bottom: 60px;
    text-transform: uppercase;
    top: 0;
    transition: opacity 0s ease .5s;
    width: 250px;
    z-index: 0
}

.omni-mobile-menu li {
    background-color: transparent;
    z-index: 1
}

.omni-mobile-menu .omni-dropdown-toggle,
.omni-mobile-menu a {
    background-color: transparent;
    border-bottom: 2px solid #e4e4e4;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 20px;
    text-decoration: none;
    transition: all .5s ease
}

.omni-dropdown-toggle {
    cursor: pointer
}

.omni-dropdown-toggle:after {
    content: "▴";
    display: inline-block;
    left: 5px;
    position: relative;
    top: 0;
    transition: transform .5s ease, top .5s ease
}

.omni-dropdown-toggle.omni-menu-open:after {
    top: 0;
    transform: rotate(-180deg)
}

.omni-dropdown-menu {
    list-style: none;
    max-height: 600px;
    opacity: 1;
    overflow-y: auto;
    padding-left: 0;
    transition: all .4s ease
}

.omni-dropdown-menu.menu-collapsed {
    max-height: 0;
    opacity: 0
}

.omni-dropdown-menu li .omni-dropdown-toggle,
.omni-dropdown-menu li a {
    box-sizing: border-box;
    padding-left: calc(20px * 2)
}

.omni-dropdown-menu li ul li .omni-dropdown-toggle,
.omni-dropdown-menu li ul li a {
    padding-left: calc(20px * 3)
}

.toggle-btn {
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 56px;
    transition: all .5s ease;
    z-index: 2
}

.toggle-btn .hamburger-icon {
    background-color: #3E8A36;
    border-radius: 5px;
    height: 40px;
    padding: 0;
    transition: all .5s ease;
    width: 40px
}

.hamburger {
    transition: all .5s ease;
    user-select: none;
    -webkit-user-select: none
}

.hamburger .top {
    stroke-dasharray: 40 160
}

.hamburger .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: all .5s ease
}

.hamburger .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: all .5s ease
}

.hamburger.active {
    transform: rotate(45deg)
}

.hamburger.active .top {
    stroke-dashoffset: -64px
}

.hamburger.active .middle {
    transform: rotate(90deg)
}

.hamburger.active .bottom {
    stroke-dashoffset: -64px
}

.hamburger .line {
    fill: none;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
    transition: all .5s ease
}

body .omni-mobile-menu {
    left: calc(100vw - 250px)
}

body.menu-open .toggle-btn {
    right: calc(250px + 15px);
    transition: all .5s ease
}

body.menu-open .content-wrapper {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
    left: -250px;
    overflow: hidden
}

.menu-open {
    overflow-y: hidden
}

.menu-open .omni-mobile-menu {
    opacity: 1;
    overflow-x: hidden;
    transition: opacity 0s ease 0s
}

.menu-open .content-wrapper {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

.menu-open .toggle-btn .hamburger-icon .line {
    stroke: #fff
}

.menu-open .toggle-btn .hamburger-icon {
    background-color: #3E8A36
}

@media screen and (max-width:991px) {
    .omni-mobile-menu {
        display: block
    }

    .toggle-btn {
        display: flex
    }
}

section {
    position: relative
}

a {
    display: inline-block
}

body,
html {
    position: relative
}

main {
    margin-top: -153px
}

header{
    margin-bottom: 35px;
    background-color: #fff;
}

header .brand{
    margin-top: -26px;
    margin-bottom: -26px;
    position: relative;
    z-index: 20;
}

header .header-top-curve{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}

header .header-top-curve img{
    width: 100%;
    height: auto;
    aspect-ratio: 1728/24;
    transform: translateY(1px);
}

header .header-bottom-curve{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

header .header-bottom-curve img{
    width: 100%;
    height: auto;
    aspect-ratio: 1728/24;
    transform: translateY( -1px);
}

.custom-logo-link{
    display: flex;
    width: 135px;
    height: 135px;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
}

.hero-title{
    max-width: 877px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle{
    max-width: 737px;
    margin-left: auto;
    margin-right: auto;
}

#page-title .page-title-curve img{
    width: 100%;
    height: auto;
    aspect-ratio: 1728/68;
    transform: translateY(1px);
}

#page-title .page-title-curve{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.website-description-title{
    max-width: 863px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 58px;
}


.why-choose-wrap{
    border-radius: 50px;
    background-image: url(../img/why_choose_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 67px 15px;
}


.why-wrap {
    border-radius: 10px;
    background-color: #fff;
    padding: 55px 26px;
    position: relative;
    z-index: 0
}

.why-icon {
    position: absolute;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -67.5px
}

.why-icon::before {
    content: url(../img/why-back.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.why-learn-more a {
    padding: 10px 0;
    font-size: 14px;
    position: relative
}

.why-learn-more a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #fff 40%, #373938 40%);
    background-size: 10px 1px;
    background-repeat: repeat-x
}

.mushroom-decor-1{
    display: none;
}

.mushroom-decor-2{
    display: none;
}

.mushroom-decor-3{
    display: none;
}

.premium-product-wrap {
    border-radius: 10px;
    background-color: #D69F57;
    position: relative;
    padding-top: 177px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 100px
}

.premium-product-wrap h3{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.premium-product-wrap .premium-product-image {
    padding-bottom: 25px;
    border-radius: 10px;
    background-color: #fff;
    height: 210px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: -55px
}

.premium-product-wrap .premium-product-image img {
    max-height: 210px;
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.premium-product-wrap .premium-product-also-known{
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.premium-product-wrap .premium-product-also-known span{
    font-weight: 500;
}

.premium-product-wrap .premium-product-button {
    position: absolute;
    left: 23px;
    right: 23px;
    bottom: 31px
}

.premium-product-wrap .premium-product-button .green-btn:hover{
    background-color: #fff;
    color: #D69F57;
}

footer{
    background-color: #E9E9E9;
    position: relative;
    background-image: url(../img/footer-inner-page-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 40px;
    padding-bottom: 28px;
    padding-top: 92px;
    position: relative;
}

footer .footer-curve{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

footer .footer-curve img{
    width: 100%;
    height: auto;
    aspect-ratio: 1728/68;
    transform: translateY( -1px);
}

.home-footer{
    background-image: url(../img/home-footer-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 340px;
    margin-top: -290px;
    padding-bottom: 28px;
}

.footer-wrap{
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
}

.footer-copyright{
    background-color: #33190F;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 14px 0;
}

.footer-social{
    display: flex;
    align-items: center;
}

.footer-social a{
    width: 45px;
}

.footer-contact-icon {
    width: 45px;
    display: flex;
}

.footer-contact-icon img {
    height: 19.5px;
    width: auto
}

.footer-contact-data {
    flex-basis: calc(100% - 60px)
}

.footer-contact-data a {
    color: #373938
}

.footer-contact-data a:hover {
    color: #3E8A36
}

.footer-brand a{
    margin-left: auto;
    margin-right: auto;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu ul li {
    margin-bottom: 10px
}

.footer-menu ul li a {
    color: #373938;
    font-size: 14px
}

.footer-menu ul li a:hover {
    color: #3E8A36
}

.facilities-slide {
    width: 100%;
    aspect-ratio: 590/396;
    border-radius: 10px;
    background-size: cover;
    background-position: center
}

.facilities-slider-thumbnails {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -30px
}

.facilities-thumbnail-slide {
    width: 104px;
    height: 50px;
    border-radius: 3px;
    border: 4px solid #fff;
    background-size: cover;
    background-position: center;
    margin-left: 4px;
    margin-right: 4px
}

.facilities-slider-prev-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 2px 40px 0 #3E8A36;
    border-radius: 50%;
    z-index: 99;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}

.facilities-slider-prev-button::after {
    content: url(../img/slider-arrow.svg);
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px
}

.facilities-slider-next-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 2px 40px 0 #3E8A36;
    border-radius: 50%;
    z-index: 99;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}

.facilities-slider-next-button::after {
    content: url(../img/slider-arrow.svg);
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%) rotate(180deg);
    width: 30px;
    height: 30px
}

.comming-soon-image {
    border-radius: 10px;
    border: 10px solid #fff
}

.desktop-product-menu-wrap {
    border-bottom: 3px solid #3E8A36;
    margin-bottom: 33px
}

.desktop-product-menu-wrap .desktop-product-menu-item {
    color: #373938;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9.5px 15px;
    width: 396px;
    background-color: #ebf1de;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    cursor: pointer
}

.desktop-product-menu-wrap .desktop-product-menu-item:hover {
    background-color: #3E8A36;
    z-index: 10;
    color: #fff
}

.desktop-product-menu-wrap .desktop-product-menu-item:hover .left-corner .rounded-corner {
    fill: #3E8A36
}

.desktop-product-menu-wrap .desktop-product-menu-item:hover .right-corner .rounded-corner {
    fill: #3E8A36
}

.desktop-product-menu-wrap .desktop-product-menu-item.active {
    background-color: #3E8A36;
    z-index: 10;
    color: #fff
}

.desktop-product-menu-wrap .desktop-product-menu-item.active .left-corner .rounded-corner {
    fill: #3E8A36
}

.desktop-product-menu-wrap .desktop-product-menu-item.active .right-corner .rounded-corner {
    fill: #3E8A36
}

.desktop-product-menu-wrap .desktop-product-menu-item .left-corner {
    position: absolute;
    bottom: 0;
    left: -24px
}

.desktop-product-menu-wrap .desktop-product-menu-item .left-corner .rounded-corner {
    transition: fill .3s ease-in-out
}

.desktop-product-menu-wrap .desktop-product-menu-item .right-corner {
    position: absolute;
    bottom: 0;
    right: -24px
}

.desktop-product-menu-wrap .desktop-product-menu-item .right-corner .rounded-corner {
    transition: fill .3s ease-in-out
}

.product-wrap {
    border-radius: 10px;
    background-color: #ebf1de;
    padding: 15px
}

.product-image {
    height: 210px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

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

.sertificate-wrap {
    margin-top: 125px;
    background-color: #EBF1DE;
    border-radius: 10px;
    padding: 0 40px 30px
}

.sertificate-image {
    background-color: #fff;
    transform: translateY(-125px)
}

.sertificate-description {
    margin-top: -96px
}

.sertificates-slider-prev-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #A4652F;
    border-radius: 50%;
    z-index: 99;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}

.sertificates-slider-prev-button::after {
    content: url(../img/slider-arrow.svg);
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px
}

.sertificates-slider-next-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #A4652F;
    border-radius: 50%;
    z-index: 99;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}

.sertificates-slider-next-button::after {
    content: url(../img/slider-arrow.svg);
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%) rotate(180deg);
    width: 30px;
    height: 30px
}

#products{
    position: relative;
}

.products-curve{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.products-curve img{
    width: 100%;
    height: auto;
    transform: translateY( -1px);
    aspect-ratio: 1728/68;
}


.sertificates-slider .slick-track {
    display: flex !important
}

.sertificates-slider .slick-slide {
    height: inherit !important
}

.testimonials-slider .slick-track {
    display: flex !important
}

.testimonials-slider .slick-slide {
    height: inherit !important
}

.slick-dots li button:before {
    font-size: 40px;
    color: #3E8A36
}

.partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #fff;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 40px 0 rgba(150, 199, 44, .4);
    min-height: 183px
}

.testimonial-splash {
    border-radius: 8px;
    background-color: #ebf1de;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

.testimonial-splash::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 84px 0;
    border-color: transparent #ebf1de transparent transparent;
    transform: rotate(0);
    position: absolute;
    bottom: -83px;
    left: 20px
}

.testimonial-position {
    padding-left: 68px;
    max-width: 350px
}

.open-quote {
    position: absolute;
    left: 20px;
    top: -20px
}

.close-quote {
    position: absolute;
    right: 20px;
    bottom: -20px
}

.testimonials-item {
    padding-top: 30px;
    padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px
}

.testimonials-slider-prev-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 2px 40px 0 #3E8A36;
    border-radius: 50%;
    z-index: 99;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}

.testimonials-slider-prev-button::after {
    content: url(../img/slider-arrow.svg);
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px
}

.testimonials-slider-next-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 2px 40px 0 #3E8A36;
    border-radius: 50%;
    z-index: 99;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}

.testimonials-slider-next-button::after {
    content: url(../img/slider-arrow.svg);
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%) rotate(180deg);
    width: 30px;
    height: 30px
}


.contact-icon {
    width: 56px;
    display: flex;
    justify-content: center
}

.contact-icon img {
    height: 19.5px;
    width: auto
}

.contact-data {
    width: calc(100% - 56px)
}

.contact-data a {
    color: #373938
}

.contact-data a:hover {
    color: #3E8A36
}

.contact-data .contact-location-link a {
    color: #373938
}

.contact-data .contact-location-link a:hover {
    color: #D69F57
}

.contact-form-wrap {
    border-radius: 20px;
    background-color: #ebf1de;
    background-image: url(../img/why_choose_bg.png);
    padding: 40px 25px
}

#products{
    background-color: #E9E9E9;
}

#overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(55, 57, 56, 0.89);
    background-image: url(../img/overlay.png);
    background-position: center;
    background-size: cover;
    z-index: 200;
    display: none;
}

#overlay.active{
    display: block;
}

.product-popup{
    position: fixed;
    background-color: #fff;
    border-radius: 20px;
    z-index: 250;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -250%);
    width: 1158px;
    max-width: calc(100% - 20px);
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.product-popup.active{
    transform: translate(-50%, -50%);
}

.product-popup .product-popup-wrap{
    padding: 15px;
    max-height: 75vh;
    overflow-y: auto;
    font-size: 16px;
}

.product-popup .product-popup-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.product-popup .popup-product-image img{
    border-radius: 10px;
}

.product-popup .popup-column-one{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.product-popup .popup-column-two{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.product-popup .cooking-ideas-row .cooking-idea{
    padding-left: 5px;
    padding-right: 5px;  
    margin-bottom: 10px;
}

.cooking-idea-wrap{
    background-color: #EBF1DE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    height: 100%;
}

.product-popup .cooking-ideas-row .cooking-idea .cooking-idea-icon{
    width: 34px;
}

.product-popup .cooking-ideas-row .cooking-idea .cooking-idea-text{
    width: calc(100% - 34px);
    padding-left: 20px;
}

.product-popup .product-popup-close{
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3E8A36;
    top: -27px;
    right: -20px;
    cursor: pointer;
}

.premium-product-grid {
    position: relative;
    z-index: 10;
}

#btn-back-to-top{
    z-index: 199;
}

#at-a-glance{
    padding: 44px 0 0;
}

.at-a-glance-icon{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.at-a-glance-icon img{
    height: 46px;
    width: auto;
}

.at-a-glance-data{
    width: calc(100% - 95px);
    padding-left: 30px;
}

.at-a-glance-data .at-a-glance-title{
    font-family: Kollektif, sans-serif;
    font-size: 26px;
}

.at-a-glance-data .at-a-glance-description{
    font-size: 16px;
}

.best-practices-wrap{
    background-image: url(../img/why_choose_bg.png);
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 50px;
}

.best-practices-images-wrap{
    max-width: 561px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.best-practices-images-wrap img{
    border-radius: 20px;
    border:13px solid #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.best-practices-images-wrap .best-practices-image-one{
    margin-right: -297px;
    position: relative;
    z-index: 5;
}

.best-practices-images-wrap .best-practices-image-two{
    margin-top: 150px;
    position: relative;
    z-index: 4;
}

.distribution-img{
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
}

.distribution-img img{
    border-radius: 20px;
    border:13px solid #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.assurance-subtitle{
    max-width: 744px;
    margin-left: auto;
    margin-right: auto;
}

#sertification-labels h3{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.sertification-labels-row{
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.best-practices-decor-1{
    display: none;
}

.best-practices-decor-2{
    display: none;
}

.best-practices-decor-3{
    display: none;
}

#our-partners .page-description{
    max-width: 913px;
    margin-left: auto;
    margin-right: auto;
}

.private-label-wrap{
    background-image: url(../img/why_choose_bg.png);
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 50px;
    color: #fff;
    
}

.private-label-wrap .private-label-description a{
    color: #fff;
}

.private-label-img{
    max-width: 505px;
    margin-left: auto;
    margin-right: auto;
}

.private-label-img img{
    border-radius: 20px;
    border:13px solid #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.private-label-icon{
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    border:13px solid #3E8A36;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    position: relative;
}

.brand-wrap{
    max-width: 443px;
    aspect-ratio: 443/313;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    border:13px solid #3E8A36;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.brand-row{
    border-bottom: 1px solid #E9E9E9;
}

.brand-row:last-child{
    border-bottom: none;
}

#storing-mushrooms .storing-row{
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #E9E9E9;
}

#storing-mushrooms .storing-row:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

#storing-mushrooms .storing-image{
    border-radius: 10px;
    border:13px solid #3E8A36;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.faq-grid .faq-item{
    border-bottom: 1px solid #E9E9E9;
}

.faq-grid .faq-item .faq-question{
    padding-bottom: 38px;
    padding-top: 38px;
    padding-left: 60px;
    padding-right: 60px;
    cursor: pointer;
    position: relative;
}

.faq-grid .faq-item .faq-question::after{
    content: url(../img/arrow-down.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-grid .faq-item.open .faq-question::after{
    transform: translateY(-50%) rotate(180deg);
}

.faq-grid .faq-item .faq-question::before{
    content: url(../img/faq.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq-grid .faq-item .faq-answer{
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 38px;
    display: none;
}

.faq-grid .faq-item.open .faq-answer{
    display: block;
}

@media screen and (min-width:640px) {
    .facilities-slider-thumbnails {
        margin-top: -50px
    }

    .facilities-thumbnail-slide {
        height: 72px
    }
    .best-practices-images-wrap .best-practices-image-two{
        margin-top: 180px;
    }
}

@media screen and (min-width:768px) {
    .private-label-icon{
        margin-top: -190px;
    }

    .testimonial-splash {
        border-radius: 8px;
        background-color: #ebf1de;
        padding: 40px;
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .testimonial-splash::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 18px 84px 0;
        border-color: transparent #ebf1de transparent transparent;
        transform: rotate(0);
        position: absolute;
        bottom: -83px;
        left: 40px
    }

    .testimonial-position {
        padding-left: 88px
    }

    .open-quote {
        position: absolute;
        left: 40px;
        top: -20px;
    }

    .close-quote {
        position: absolute;
        right: 40px;
        bottom: -20px;
    }


    .contact-form-wrap {
        padding: 70px 68px;
    }

    .product-popup .popup-column-one{
        width: 38%;
    }

    .product-popup .popup-column-two{
        width: 62%;
    }
    .product-popup .cooking-ideas-row{
        display: flex;
        margin-left: -5px;
        margin-right: -5px;
        flex-wrap: wrap;
    }
    .product-popup .cooking-ideas-row .cooking-idea{
        width: 50%;      
    }
    .faq-grid .faq-item .faq-question{
        padding-left: 140px;
        padding-right: 124px;
    }

    .faq-grid .faq-item .faq-question::before{
        left: 40px;
    }

    .faq-grid .faq-item .faq-answer{
        padding-left: 140px;
        padding-right: 124px;
    }
}

@media screen and (min-width:992px) {
    .sertification-labels-row{
        justify-content: space-between;
        gap: 20px;
        max-width: 870px;
        margin-left: auto;
        margin-right: auto;
    }
    .sertificates-slider-item{
        margin-left: 45px;
        margin-right: 45px;
    }
    .distribution-img{
        margin-left: 0;
    }
    .best-practices-images-wrap .best-practices-image-two{
        margin-top: 199px;
    }
    .best-practices-images-wrap{
        margin-right: 0;
    }
    .product-popup{
        padding: 50px;
    }
    main{
        margin-top: -183px;
    }
    #home-hero{
        padding-top: 150px;
    }
    .main-menu {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase
    }

    .main-menu>ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: space-between
    }

    .main-menu>ul>li {
        padding-left: 20px;
        padding-right: 20px;
        position: relative
    }

    .main-menu>ul>li.current-menu-item:not(.menu-item-79) a {
        color: #3E8A36
    }

    .main-menu>ul>li a {
        color: #373938;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .main-menu>ul>li a:hover {
        color: #3E8A36
    }

    .main-menu>ul>li.menu-item-has-children::after {
        content: url(../img/dropdown-arrow.svg);
        position: absolute;
        width: 24px;
        height: 24px;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .main-menu>ul>li.menu-item-has-children::before {
        content: "";
        display: none;
        position: absolute;
        bottom: 0;
        right: 2px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3E8A36
    }

    .main-menu>ul>li.menu-item-has-children:hover::before {
        display: block
    }

    .main-menu>ul>li .sub-menu {
        background-color: #3E8A36;
        padding: 0;
        margin: 0;
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        width: 232px;
        left: -20px;
        display: none
    }

    .main-menu>ul>li .sub-menu li a {
        color: #fff;
        padding: 10px 30px;
        display: block
    }

    .main-menu>ul>li .sub-menu li a:hover {
        color: #fff;
        background-color: #D69F57
    }

    .main-menu>ul>li .sub-menu li.current-menu-item a {
        background-color: #D69F57
    }

    .main-menu>ul>li:hover .sub-menu {
        display: block
    }

    .main-menu>ul>li.menu-btn a {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        background-color: #3E8A36;
        padding: 11px 15px;
        border-radius: 23px
    }

    .main-menu>ul>li.current-menu-item.menu-btn a {
        color: #fff;
    }

    .main-menu>ul>li:hover.menu-btn a {
        background-color: #D69F57
    }

    .footer-herbs {
        z-index: -1
    }
    .footer-wrap{
        padding-left: 40px;
        padding-right: 40px;
    }
    .best-practices-wrap{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .brand-wrap{
        margin-left: 0;
    }
}

@media screen and (min-width:1250px) {
    #contact-form h3{
        font-size: 24px;
    }
    .main-menu>ul>li {
        padding-left: 30px;
        padding-right: 30px
    }

    .main-menu>ul>li.menu-btn a {
        padding: 11px 43px
    }

    .why-choose-grid {
        background-position: bottom center
    }

    #about-leaf-1 {
        display: block;
        position: absolute;
        top: 20px;
        right: calc((100% - 1250px)/ 2);
        z-index: -1
    }

    #about-leaf-2 {
        display: block;
        position: absolute;
        bottom: 20px;
        left: calc((100% - 1250px)/ 2);
        z-index: -1
    }

    #about-leaf-3 {
        display: block;
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
        right: calc((100% - 1250px - 130px)/ 2);
        z-index: -1
    }

    #about-leaf-4 {
        position: absolute;
        bottom: 0;
        left: calc((100% - 1250px + 250px)/ 2)
    }

    #about-leaf-5 {
        position: absolute;
        bottom: 0;
        right: calc((100% - 1250px)/ 2)
    }

    #about-leaf-6 {
        display: block;
        position: absolute;
        top: 180px;
        left: calc((100% - 1250px + 80px)/ 2)
    }

    #about-leaf-7 {
        display: block;
        position: absolute;
        top: 250px;
        right: calc((100% - 1250px - 150px)/ 2)
    }

    #about-leaf-8 {
        display: block;
        position: absolute;
        bottom: 0;
        left: calc((100% - 1250px + 350px)/ 2)
    }

    #about-leaf-9 {
        display: block;
        position: absolute;
        bottom: -50px;
        right: calc((100% - 1250px + 450px)/ 2)
    }

    #about-leaf-10 {
        display: block;
        position: absolute;
        bottom: 0;
        right: calc((100% - 1250px)/ 2)
    }

    #product-leaf-1 {
        display: block;
        position: absolute;
        top: 20px;
        right: calc((100% - 1250px)/ 2);
        z-index: -1
    }

    #product-leaf-2 {
        display: block;
        position: absolute;
        bottom: 60px;
        left: calc((100% - 1250px)/ 2);
        z-index: -1
    }

    #product-leaf-3 {
        display: block;
        position: absolute;
        top: 0;
        left: calc((100% - 1250px + 150px)/ 2);
        z-index: -1
    }

    #product-leaf-4 {
        display: block;
        position: absolute;
        top: -60px;
        right: calc((100% - 1250px + 150px)/ 2);
        z-index: -1
    }

    #product-leaf-5 {
        display: block;
        position: absolute;
        top: -100px;
        right: calc((100% - 1250px - 40px)/ 2)
    }

    #quality-leaf-1 {
        display: block;
        position: absolute;
        top: 20px;
        right: calc((100% - 1250px)/ 2);
        z-index: -1
    }

    #quality-leaf-2 {
        display: block;
        position: absolute;
        top: 200px;
        left: calc((100% - 1250px - 40px)/ 2);
        z-index: -1
    }

    #quality-leaf-3 {
        display: block;
        position: absolute;
        top: 250px;
        right: calc((100% - 1250px - 200px)/ 2);
        z-index: -1
    }

    #quality-leaf-4 {
        display: block;
        position: absolute;
        bottom: -50px;
        left: calc((100% - 1250px - 90px)/ 2);
        z-index: -1
    }

    #quality-leaf-6 {
        display: block;
        position: absolute;
        bottom: 0;
        right: calc((100% - 1250px - 80px)/ 2);
        z-index: -1
    }

    #partners-leaf-1 {
        display: block;
        position: absolute;
        top: 20px;
        right: calc((100% - 1250px)/ 2);
        z-index: -1
    }

    #partners-leaf-2 {
        display: block;
        position: absolute;
        top: 80px;
        left: calc((100% - 1250px - 200px)/ 2);
        z-index: -1
    }

    #partners-leaf-3 {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc((100% - 1250px - 450px)/ 2);
        z-index: -1
    }

    #partners-leaf-4 {
        left: calc((100% - 1250px - 120px)/ 2)
    }

    #partners-leaf-5 {
        top: 30px;
        right: calc((100% - 1250px - 120px)/ 2)
    }

    #partners-leaf-6 {
        left: calc((100% - 1250px)/ 2)
    }

    #partners-leaf-7 {
        right: calc((100% - 1250px)/ 2)
    }

    #partners-leaf-8 {
        left: calc((100% - 1250px + 80px)/ 2)
    }

    #partners-leaf-9 {
        right: calc((100% - 1250px - 200px)/ 2)
    }

    #contact-leaf-1 {
        left: calc((100% - 1250px)/ 2)
    }

    #contact-leaf-2 {
        top: 50px;
        right: calc((100% - 1250px)/ 2)
    }

    #contact-leaf-4 {
        display: block;
        position: absolute;
        top: 50%;
        right: calc((100% - 1250px - 60px)/ 2);
        transform: translateY(-50%);
        z-index: -1
    }
    #website-description{
        padding-bottom: 68px;
        padding-top: 82px;
    }
    .why-choose-wrap{
        padding-left: 144px;
        padding-right: 144px;
    }
    .mushroom-decor-1{
        display: block;
        position: absolute;
        right: 50px;
        top: -50px;
    }

    .mushroom-decor-2{
        display: block;
        position: absolute;
        left: -75px;
        top: 521px;
    }

    .mushroom-decor-3{
        display: block;
        position: absolute;
        right: -75px;
        bottom: -38px;
    }
    .product-popup .popup-column-two{
        padding-left: 50px;
    }
    .best-practices-decor-1{
        display: block;
        position: absolute;
        top: -5px;
        right: 25px;
        transform: rotate(-12deg);
    }

    .best-practices-decor-2{
        display: block;
        position: absolute;
        bottom: -25px;
        left: calc(50% - 25px);
        transform: rotate(-180deg);
    }

    .best-practices-decor-3{
        display: block;
        position: absolute;
        bottom: -50px;
        right: -33px;
        transform: scale(0.7);
    }
}

@media screen and (min-width:1450px) {
    main {
        margin-top: -153px
    }

    #about-leaf-7 {
        right: calc((100% - 1250px - 350px)/ 2)
    }

    #product-leaf-5 {
        display: block;
        position: absolute;
        top: -100px;
        right: calc((100% - 1250px - 200px)/ 2)
    }

    #quality-leaf-2 {
        left: calc((100% - 1250px - 100px)/ 2)
    }

    #partners-leaf-1 {
        right: calc((100% - 1250px - 200px)/ 2)
    }

    #partners-leaf-2 {
        left: calc((100% - 1250px - 400px)/ 2)
    }

    #partners-leaf-6 {
        left: calc((100% - 1250px - 200px)/ 2)
    }

    #partners-leaf-8 {
        left: calc((100% - 1250px - 100px)/ 2)
    }

    #partners-leaf-9 {
        right: calc((100% - 1250px - 500px)/ 2)
    }

    #contact-leaf-4 {
        right: calc((100% - 1250px - 250px)/ 2)
    }

    #contact-leaf-3 {
        display: block;
        position: absolute;
        top: 45%;
        left: calc((100% - 1250px - 200px)/ 2);
        transform: translateY(-50%);
        z-index: -1
    }
}

.hover\:bg-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 57 56 / var(--tw-bg-opacity))
}

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

.hover\:shadow-lg:hover {
    --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)
}

.focus\:bg-grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(55 57 56 / var(--tw-bg-opacity))
}

.focus\:shadow-lg:focus {
    --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)
}

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

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

.active\:bg-grey:active {
    --tw-bg-opacity: 1;
    background-color: rgb(55 57 56 / var(--tw-bg-opacity))
}

.active\:shadow-lg:active {
    --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)
}

@media (min-width:640px) {
    .sm\:-mb-2 {
        margin-bottom: -.5rem
    }

    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .sm\:pb-3 {
        padding-bottom: .75rem
    }
    .sm\:w-1\/2 {
        width: 50%
    }
}

@media (min-width:768px) {
    .md\:-mb-8 {
        margin-bottom: -2rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

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

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

    .md\:w-2\/3 {
        width: 66.666666%
    }

    .md\:bg-opacity-0 {
        --tw-bg-opacity: 0
    }

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

@media (min-width:992px) {
    .footer-menu-title{
        padding-top: 68px;
    }
    .footer-brand a{
        margin-left: 0;
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mb-16 {
        margin-bottom: 4rem
    }

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

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:min-h-\[508px\] {
        min-height: 508px
    }

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

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

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

    .lg\:w-10\/12 {
        width: 83.333333%
    }

    .lg\:w-2\/12 {
        width: 16.666667%
    }

    .lg\:w-3\/12 {
        width: 25%
    }

    .lg\:w-4\/12 {
        width: 33.333333%
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:w-8\/12 {
        width: 66.666666%
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-end {
        justify-content: flex-end
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

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

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .lg\:pb-16 {
        padding-bottom: 4rem;
    }

    .lg\:pb-20 {
        padding-bottom: 5rem;
    }

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

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

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

    .lg\:pt-16 {
        padding-top: 4rem;
    }

    .lg\:pt-48 {
        padding-top: 12rem;
    }

    .lg\:pt-48 {
        padding-top: 12rem;
    }

    .lg\:pt-270 {
        padding-top: 270px;
    }

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

    .lg\:pr-10 {
        padding-right: 113px;
    }

    .lg\:pl-10 {
        padding-left: 113px;
    }

    .lg\:text-left {
        text-align: left
    }
}

@media (min-width:1250px) {
    .xl\:mb-10 {
        margin-bottom: 2.5rem
    }

    .xl\:mb-12 {
        margin-bottom: 3rem
    }

    .xl\:mb-14 {
        margin-bottom: 3.5rem
    }

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

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

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

    .xl\:w-1\/5 {
        width: 20%
    }

    .xl\:gap-4 {
        gap: 1rem
    }

    .xl\:pl-14 {
        padding-left: 3.5rem
    }

    .xl\:pl-20 {
        padding-left: 5rem
    }

    .xl\:pr-16 {
        padding-right: 4rem
    }

    .xl\:pr-20 {
        padding-right: 5rem
    }

    .xl\:pr-24 {
        padding-right: 6rem
    }

    .xl\:pr-28 {
        padding-right: 7rem
    }
}