/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
    box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
    font-family:
        system-ui,
        -apple-system, /* Firefox supports this but not yet `system-ui` */
        'Segoe UI',
        Roboto,
        Helvetica,
        Arial,
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select {
    /* 1 */
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 1 */
    line-height: 1.5;
    /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
    font-family: inherit;
    line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #9C9C9C;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9C9C9C;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
    border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
    display: none;
}

*, ::before, ::after{
    --tw-border-opacity: 1;
    border-color: rgba(177, 177, 177, var(--tw-border-opacity));
}

.container{
    width: 100%;
}

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

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

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

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

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

.fixed{
    position: fixed;
}

.absolute{
    position: absolute;
}

.relative{
    position: relative;
}

.top-0{
    top: 0px;
}

.top-2{
    top: 0.5rem;
}

.top-6{
    top: 1.5rem;
}

.top-8{
    top: 2rem;
}

.top-40{
    top: 10rem;
}

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

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

.-top-0\.5{
    top: -0.125rem;
}

.top-full{
    top: 100%;
}

.right-0{
    right: 0px;
}

.right-2{
    right: 0.5rem;
}

.right-4{
    right: 1rem;
}

.right-5{
    right: 1.25rem;
}

.right-6{
    right: 1.5rem;
}

.right-8{
    right: 2rem;
}

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

.-right-px{
    right: -1px;
}

.bottom-0{
    bottom: 0px;
}

.bottom-5{
    bottom: 1.25rem;
}

.left-0{
    left: 0px;
}

.-left-px{
    left: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0{
    margin: 0px;
}

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

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

.mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

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

.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

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

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

.mt-36{
    margin-top: 9rem;
}

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

.mr-0{
    margin-right: 0px;
}

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

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

.mr-3{
    margin-right: 0.75rem;
}

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

.mr-5{
    margin-right: 1.25rem;
}

.mr-6{
    margin-right: 1.5rem;
}

.mr-7{
    margin-right: 1.75rem;
}

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

.mr-10{
    margin-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.mb-7{
    margin-bottom: 1.75rem;
}

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

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

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

.mb-14{
    margin-bottom: 3.5rem;
}

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

.mb-auto{
    margin-bottom: auto;
}

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

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

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

.ml-3{
    margin-left: 0.75rem;
}

.ml-5{
    margin-left: 1.25rem;
}

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

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

.last\:mr-0:last-child{
    margin-right: 0px;
}

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

.block{
    display: block;
}

.inline{
    display: inline;
}

.flex{
    display: flex;
}

.table{
    display: table;
}

.grid{
    display: grid;
}

.hidden{
    display: none;
}

.group:hover .group-hover\:flex{
    display: flex;
}

.h-3{
    height: 0.75rem;
}

.h-4{
    height: 1rem;
}

.h-5{
    height: 1.25rem;
}

.h-6{
    height: 1.5rem;
}

.h-7{
    height: 1.75rem;
}

.h-9{
    height: 2.25rem;
}

.h-10{
    height: 2.5rem;
}

.h-12{
    height: 3rem;
}

.h-14{
    height: 3.5rem;
}

.h-16{
    height: 4rem;
}

.h-20{
    height: 5rem;
}

.h-28{
    height: 7rem;
}

.h-32{
    height: 8rem;
}

.h-36{
    height: 9rem;
}

.h-40{
    height: 10rem;
}

.h-44{
    height: 11rem;
}

.h-52{
    height: 13rem;
}

.h-64{
    height: 16rem;
}

.h-96{
    height: 24rem;
}

.h-120{
    height: 30rem;
}

.h-1\/2{
    height: 50%;
}

.h-full{
    height: 100%;
}

.h-screen{
    height: 100vh;
}

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

.w-0{
    width: 0px;
}

.w-2{
    width: 0.5rem;
}

.w-4{
    width: 1rem;
}

.w-5{
    width: 1.25rem;
}

.w-6{
    width: 1.5rem;
}

.w-7{
    width: 1.75rem;
}

.w-9{
    width: 2.25rem;
}

.w-10{
    width: 2.5rem;
}

.w-12{
    width: 3rem;
}

.w-14{
    width: 3.5rem;
}

.w-16{
    width: 4rem;
}

.w-20{
    width: 5rem;
}

.w-24{
    width: 6rem;
}

.w-28{
    width: 7rem;
}

.w-32{
    width: 8rem;
}

.w-40{
    width: 10rem;
}

.w-56{
    width: 14rem;
}

.w-96{
    width: 24rem;
}

.w-auto{
    width: auto;
}

.w-500px{
    width: 500px;
}

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

.w-4\/5{
    width: 80%;
}

.w-full{
    width: 100%;
}

.w-screen{
    width: 100vw;
}

.min-w-4{
    min-width: 1rem;
}

.min-w-6{
    min-width: 1.5rem;
}

.min-w-24{
    min-width: 6rem;
}

.min-w-40{
    min-width: 10rem;
}

.min-w-56{
    min-width: 14rem;
}

.transform{
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(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));
}

.scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
}

.scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
}

.scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkitopacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes spin{
    to{
        transform: rotate(360deg);
    }
}

@keyframes spin{
    to{
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ping{
    75%, 100%{
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping{
    75%, 100%{
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse{
    50%{
        opacity: .5;
    }
}

@keyframes pulse{
    50%{
        opacity: .5;
    }
}

@-webkit-keyframes bounce{
    0%, 100%{
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50%{
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

@keyframes bounce{
    0%, 100%{
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50%{
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

.cursor-default{
    cursor: default;
}

.cursor-pointer{
    cursor: pointer;
}

.grid-flow-col{
    grid-auto-flow: column;
}

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

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

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

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

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

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

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

.flex-row-reverse{
    flex-direction: row-reverse;
}

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

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

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

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

.items-start{
    align-items: flex-start;
}

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

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

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

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

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

.gap-2{
    gap: 0.5rem;
}

.gap-5{
    gap: 1.25rem;
}

.gap-8{
    gap: 2rem;
}

.gap-10{
    gap: 2.5rem;
}

.gap-16{
    gap: 4rem;
}

.gap-x-5{
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-x-10{
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

.gap-y-3{
    row-gap: 0.75rem;
}

.gap-y-6{
    row-gap: 1.5rem;
}

.gap-y-8{
    row-gap: 2rem;
}

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

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

.overflow-x-hidden{
    overflow-x: hidden;
}

.overflow-x-scroll{
    overflow-x: scroll;
}

.overflow-y-scroll{
    overflow-y: scroll;
}

.whitespace-nowrap{
    white-space: nowrap;
}

.whitespace-pre-line{
    white-space: pre-line;
}

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

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

.border{
    border-width: 1px;
}

.last\:border-0:last-child{
    border-width: 0px;
}

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

.border-r{
    border-right-width: 1px;
}

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

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

.border-black-100{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

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

.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(177, 177, 177, var(--tw-border-opacity));
}

.border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.border-green{
    --tw-border-opacity: 1;
    border-color: rgba(167, 187, 159, var(--tw-border-opacity));
}

.border-opacity-20{
    --tw-border-opacity: 0.2;
}

.border-opacity-50{
    --tw-border-opacity: 0.5;
}

.bg-black-100{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

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

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

.bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 249, 255, var(--tw-bg-opacity));
}

.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 243, 246, var(--tw-bg-opacity));
}

.bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 187, 159, var(--tw-bg-opacity));
}

.hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 187, 159, var(--tw-bg-opacity));
}

.bg-opacity-30{
    --tw-bg-opacity: 0.3;
}

.bg-opacity-50{
    --tw-bg-opacity: 0.5;
}

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

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

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

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

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

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

.p-0{
    padding: 0px;
}

.p-4{
    padding: 1rem;
}

.p-5{
    padding: 1.25rem;
}

.p-6{
    padding: 1.5rem;
}

.p-16{
    padding: 4rem;
}

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

.px-2{
    padding-left: 0.5rem;
    padding-right: 0.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-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

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

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

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

.px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
}

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

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

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

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

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

.py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

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

.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

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

.py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

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

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

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

.pt-7{
    padding-top: 1.75rem;
}

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

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

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

.pt-72{
    padding-top: 18rem;
}

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

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

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

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

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

.pb-7{
    padding-bottom: 1.75rem;
}

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

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

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

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

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

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

.align-baseline{
    vertical-align: baseline;
}

.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}

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

.text-2sm{
    font-size: 0.925rem;
    line-height: 1.30rem;
}

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
    text-transform: uppercase;
}

.normal-case{
    text-transform: none;
}

.italic{
    font-style: italic;
}

.leading-5{
    line-height: 1.25rem;
}

.leading-6{
    line-height: 1.5rem;
}

.leading-8{
    line-height: 2rem;
}

.text-black-100{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.text-black-200{
    --tw-text-opacity: 1;
    color: rgba(57, 55, 77, var(--tw-text-opacity));
}

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

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

.text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(101, 101, 101, var(--tw-text-opacity));
}

.text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 156, 156, var(--tw-text-opacity));
}

.text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(116, 132, 148, var(--tw-text-opacity));
}

.text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-green{
    --tw-text-opacity: 1;
    color: rgba(167, 187, 159, var(--tw-text-opacity));
}

.text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.underline{
    text-decoration: underline;
}

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

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

.placeholder-black-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.placeholder-black-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.placeholder-black-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity));
}

.opacity-0{
    opacity: 0;
}

.opacity-100{
    opacity: 1;
}

.hover\:opacity-100:hover{
    opacity: 1;
}

*, ::before, ::after{
    --tw-shadow: 0 0 #0000;
}

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

.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*, ::before, ::after{
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

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

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

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

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: Montserrat, serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input:focus, select:focus, textarea:focus, button:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.cursor-default {
    cursor: default !important;
}

/* Navbar */

nav .nav-item {
    cursor: pointer;
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

nav .nav-item span.nav-item-content, nav .nav-item div.nav-item-content{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

nav .nav-item span.nav-item-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

nav .nav-item div.nav-item-content {
    padding-left: 2rem;
    padding-right: 2rem;
}

nav .nav-item span.nav-item-content {
    border-left-width: 1px;
}

nav .nav-item div.nav-item-content {
    border-right-width: 1px;
}

nav .nav-item:hover {
    border-right-width: 1px;
    border-left-width: 1px;
}

nav .nav-item:hover span.nav-item-content {
    --tw-text-opacity: 1;
    color: rgba(177, 177, 177, var(--tw-text-opacity));
}

nav .nav-item:hover .nav-item-content, nav .nav-item:hover + .nav-item > .nav-item-content{
    border-style: none;
}

/* Category tabs */

.category-tab-item {
    cursor: pointer;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(244, 243, 246, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(250, 249, 255, var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(79, 79, 79, var(--tw-text-opacity));
}

.category-tab-item.active, .category-tab-item:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 187, 159, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(167, 187, 159, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.category-tab-item.active {
    cursor: default;
    cursor: default;
}

/* Swiper slider navigation buttons */

.swiper-button-next, .swiper-button-prev{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 187, 159, var(--tw-bg-opacity));
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
}

.swiper-button-next,
.swiper-button-prev{
    opacity: 1 !important;
    top: 85% !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background: none !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    cursor: not-allowed;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(177, 177, 177, var(--tw-border-opacity));
}

.swiper-button-prev:after, .swiper-button-next:after{
    position: relative;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    top: -6px;
}

.swiper-button-prev:after {
    content: '';
    background: url(/images/active-arrow-left.svg);
    width: 10px;
    height: 19px;
    margin-top: 12px;
}

.swiper-button-next:after {
    content: '';
    background: url(/images/active-arrow-right.svg);
    width: 10px;
    height: 19px;
    margin-top: 12px;
}

.swiper-button-prev.swiper-button-disabled:after {
    content: '';
    background: url(/images/disabled-arrow-left.svg);
    width: 10px;
    height: 19px;
    margin-top: 12px;
}

.swiper-button-next.swiper-button-disabled:after {
    content: '';
    background: url(/images/disabled-arrow-right.svg);
    width: 10px;
    height: 19px;
    margin-top: 12px;
}

.swiper-button-next {
    right: 0;
    left: 7rem;
}

.swiper-button-prev {
    left: 4rem;
}

#ingredient-sliders-section .swiper-container:nth-child(3) .swiper-button-next {
    left: 19rem !important;
}

#ingredient-sliders-section .swiper-container:nth-child(3) .swiper-button-prev {
    left: 16rem !important;
}

#product-info .swiper-container .swiper-button-prev {
    top: 50% !important;
    left: 1rem;
}

#product-info .swiper-container .swiper-button-next {
    top: 50% !important;
    left: auto;
    right: 1rem;
}

#products-slider .swiper-button-prev {
    top: 50% !important;
    left: 0rem;
}

#products-slider {
    overflow: hidden !important;
}

.buy-btn:hover {
    transition: .5s ease-in-out;
    background: #fff;
    color: rgba(167, 187, 159, var(--tw-bg-opacity));
}

@media (max-width: 640px) {
    #products-slider .swiper-button-prev {
        left: -0.3rem;
    }
}

#products-slider .swiper-button-next {
    top: 50% !important;
    left: auto;
    right: 0rem;
}

@media (max-width: 640px) {
    #products-slider .swiper-button-next {
        right: -0.3rem;
    }
}

#recommend-products .swiper-button-prev {
    top: 50% !important;
    left: 0rem;
}

@media (max-width: 640px) {
    #recommend-products .swiper-button-prev {
        left: -0.3rem;
    }
}

#recommend-products .swiper-button-next {
    top: 50% !important;
    left: auto;
    right: 0rem;
}

@media (max-width: 640px) {
    #recommend-products .swiper-button-next {
        right: -0.3rem;
    }
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #a7bb9f !important;
}

/* Ingredient card revers */

@media (min-width: 768px) {
    #ingredient-cards .ingredient-card:nth-child(2n) .column:first-child {
        grid-column: 2;
    }

    #ingredient-cards .ingredient-card:nth-child(2n) .column:last-child {
        grid-column: 1;
    }
}

/* No used ingredient cards */

#unused-ingredients
.unused-ingredient-card-container.active
.unused-ingredient-card {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 187, 159, var(--tw-bg-opacity));
}

#unused-ingredients
.unused-ingredient-card-container.active
.unused-ingredient-card
p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#unused-ingredients
.unused-ingredient-card-container.active
.unused-ingredient-card
div {
    background-image: url(/images/white-arrow-down.svg) !important;
}

#unused-ingredients
.unused-ingredient-card-container.active
.unused-ingredient-info {
    display: block;
}

.simple-rating {
    position: relative;
    font-size: 25px;
    display: inline-block;
}

.simple-rating::before {
    content: "★★★★★";
    display: block;
}

.simple-rating-items {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}

.simple-rating-item {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.simple-rating-label {
    flex: 0 0 20%;
    height: 100%;
    cursor: pointer;
    color: yellow;
}

.simple-rating-label::before {
    content: "★";
    display: block;
    transition: color 0.3s ease 0s;
}

.simple-rating-item:checked,
.simple-rating-item:checked ~ .simple-rating-label {
    color: #ffd300;
}

.simple-rating-label:hover,
.simple-rating-label:hover ~ .simple-rating-label,
.simple-rating-label:checked ~ .simple-rating-label:hover {
    color: #ffef9f;
}

@media screen and (max-width: 768px) {
    .follow-for-news__popup {
        flex-direction: column;
    }

    .follow-for-news__popup button {
        align-self: center;
        margin-top: 16px;
    }

    .swiper-button-next:focus-visible,
    .swiper-button-next:focus {
        outline: none !important;
    }
}

@media (min-width: 640px){
    .sm\:-top-8{
        top: -2rem;
    }

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

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

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

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

    .sm\:my-20{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

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

    .sm\:mt-14{
        margin-top: 3.5rem;
    }

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

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

    .sm\:mr-10{
        margin-right: 2.5rem;
    }

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

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

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

    .sm\:mb-20{
        margin-bottom: 5rem;
    }

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

    .sm\:block{
        display: block;
    }

    .sm\:flex{
        display: flex;
    }

    .sm\:grid{
        display: grid;
    }

    .sm\:hidden{
        display: none;
    }

    .sm\:h-20{
        height: 5rem;
    }

    .sm\:w-20{
        width: 5rem;
    }

    .sm\:w-32{
        width: 8rem;
    }

    .sm\:w-48{
        width: 12rem;
    }

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

    .sm\:min-w-32{
        min-width: 8rem;
    }

    .sm\:min-w-48{
        min-width: 12rem;
    }

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

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

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

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

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

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

    .sm\:gap-y-0{
        row-gap: 0px;
    }

    .sm\:whitespace-pre-line{
        white-space: pre-line;
    }

    .sm\:border-r{
        border-right-width: 1px;
    }

    .sm\:p-12{
        padding: 3rem;
    }

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

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

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

    .sm\:px-37{
        padding-left: 9.125rem;
        padding-right: 9.125rem;
    }

    .sm\:py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .sm\:py-20{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

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

    .sm\:pt-20{
        padding-top: 5rem;
    }

    .sm\:pr-10{
        padding-right: 2.5rem;
    }

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

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

@media (min-width: 768px){
    .md\:-top-10{
        top: -2.5rem;
    }

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

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

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

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

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

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

    .md\:row-end-auto{
        grid-row-end: auto;
    }

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

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

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

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

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

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

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

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

    .md\:grid-flow-col-dense{
        grid-auto-flow: column dense;
    }

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

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

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

    .md\:whitespace-pre-line{
        white-space: pre-line;
    }

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

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

@media (min-width: 1024px){
    .lg\:-top-4{
        top: -1rem;
    }

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

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

    .lg\:row-start-auto{
        grid-row-start: auto;
    }

    .lg\:row-end-auto{
        grid-row-end: auto;
    }

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

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

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

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

    .lg\:gap-y-0{
        row-gap: 0px;
    }

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

@media (min-width: 1280px){
    .xl\:h-160{
        height: 40rem;
    }

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

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

    .xl\:px-32{
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .xl\:px-37{
        padding-left: 9.125rem;
        padding-right: 9.125rem;
    }

    .xl\:pl-64{
        padding-left: 16rem;
    }
}

@media (min-width: 1536px){
}


.video-js .vjs-tech {
    -o-object-fit: cover;
    object-fit: cover;
}



/* FILTER */
.products-filer {
    max-width: 265px;
    border-radius: 8px;
    background-color: #f9f7f7;
    border: 1px solid #D9D9D9;
    padding: 15px;
    font-family: "Rubik";
    flex-shrink: 0;
    min-width: 265px;
    margin-right: 40px;
}

.products-filer__type {
    margin-bottom: 20px;
}

.products-filer__type:last-child {
    margin-bottom: 0;
}

.products-filer__title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

.products-filer__list {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.products-filer__item {
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.products-filer__item:last-child {
    margin-bottom: 0;
}

.products-filer__item label {
    cursor: pointer;
}

.products-filer__item input {
    display: none;
    width: auto;
}

.products-filer__item input:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    background: url('/images/checkbox-checked.svg') center center/contain no-repeat;
    z-index: 2;
}

.products-filer__item label {
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

.products-filer__item label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url('/images/checkbox.svg') center center/contain no-repeat;
}

.products-filer__reset {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.products-filer__reset svg {
    margin-left: 6px;
}

.products-filer-wrapper {
    display: flex !important;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    #products-slider {
        margin-top: 40px;
        min-width: 0;
    }

    .products-filer-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .products-filer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: none;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    #products-slider {
        margin-top: 40px;
        min-width: 0;
    }

    .products-filer-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .products-filer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: none;
        margin-right: 0;
    }

    .products-filer__type {
        width: 100%;
    }

    .products-filer__list {
        display: none;
    }

    .products-filer__type {
        margin-bottom: 0;
    }

    .products-filer__title {
        position: relative;
    }

    .products-filer__title::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(90deg);
        width: 8px;
        height: 10px;
        background: url('/images/black-arrow-right.svg') center center/cover no-repeat;
    }
}

.products-filer__list.is-active {
    display: block;
}

.catalogs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.catalogs__item_tag{
    position: absolute;
    bottom: -3px;
    padding: 1px 20px;
    background: #a6bb9e;
    color: #FFF;
}

@media (min-width: 768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 576px) {
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*   WhatsApp   */

#wa__toggle {
    bottom: 25px;
    right: 0;
    position: fixed;
    z-index: 999;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #25d366;
    width: 70px;
    height: 70px;
    bottom: -5px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-inout !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circleanim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #25d366;
    width: 70px;
    height: 70px;
    bottom: -6px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fillanim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-inout;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: contentbox;
    width: 45px;
    height: 45px;
    bottom: 14px;
    right: 29px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .9;
}

.img-circle img{
    max-width: revert;
}

/*   END WhatsApp   */
