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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

button,
select {
    text-transform: none;
}

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

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

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

.\!container {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

@media (min-width: 640px) {

    .\!container {
        max-width: 640px !important;
    }

    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {

    .\!container {
        max-width: 768px !important;
    }

    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {

    .\!container {
        max-width: 1024px !important;
    }

    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {

    .\!container {
        max-width: 1280px !important;
    }

    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {

    .\!container {
        max-width: 1536px !important;
    }

    .container {
        max-width: 1536px;
    }
}

.navbar-home,
.navbar-common {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    overflow-y: visible;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

    .navbar-home,
    .navbar-common {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.navbar-home {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navbar-common {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

    .navbar-common {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
        --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);
    }
}

.navbar-home-scroll {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(30 30 30 / var(--tw-text-opacity));
    --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: 1024px) {

    .navbar-home-scroll {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

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

.\!visible {
    visibility: visible !important;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.\!absolute {
    position: absolute !important;
}

.absolute {
    position: absolute;
}

.\!relative {
    position: relative !important;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

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

.bottom-0 {
    bottom: 0px;
}

.bottom-32 {
    bottom: 8rem;
}

.bottom-6 {
    bottom: 1.5rem;
}

.bottom-8 {
    bottom: 2rem;
}

.left-0 {
    left: 0px;
}

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

.right-0 {
    right: 0px;
}

.right-10 {
    right: 2.5rem;
}

.right-5 {
    right: 1.25rem;
}

.right-6 {
    right: 1.5rem;
}

.right-8 {
    right: 2rem;
}

.top-0 {
    top: 0px;
}

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

.top-4 {
    top: 1rem;
}

.top-5 {
    top: 1.25rem;
}

.isolate {
    isolation: isolate;
}

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

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

.float-right {
    float: right;
}

.m-1 {
    margin: 0.25rem;
}

.m-4 {
    margin: 1rem;
}

.m-48 {
    margin: 12rem;
}

.-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
}

.-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
}

.mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px;
}

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

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

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

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

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

.-mt-\[55px\] {
    margin-top: -55px;
}

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

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

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

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

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

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

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

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

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

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

.ml-\[7\.88px\] {
    margin-left: 7.88px;
}

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

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

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

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

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

.mt-\[10px\] {
    margin-top: 10px;
}

.mt-\[15px\] {
    margin-top: 15px;
}

.mt-\[25px\] {
    margin-top: 25px;
}

.mt-\[30px\] {
    margin-top: 30px;
}

.mt-\[54px\] {
    margin-top: 54px;
}

.box-content {
    box-sizing: content-box;
}

.\!block {
    display: block !important;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.\!table {
    display: table !important;
}

.table {
    display: table;
}

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

.table-caption {
    display: table-caption;
}

.table-cell {
    display: table-cell;
}

.flow-root {
    display: flow-root;
}

.grid {
    display: grid;
}

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

.\!contents {
    display: contents !important;
}

.contents {
    display: contents;
}

.list-item {
    display: list-item;
}

.\!hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.aspect-\[178\/280\] {
    aspect-ratio: 178/280;
}

.aspect-\[180\/350\] {
    aspect-ratio: 180/350;
}

.aspect-\[310\/206\] {
    aspect-ratio: 310/206;
}

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

.aspect-video {
    aspect-ratio: 16 / 9;
}

.h-1 {
    height: 0.25rem;
}

.h-2 {
    height: 0.5rem;
}

.h-40 {
    height: 10rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-64 {
    height: 16rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[0\.5px\] {
    height: 0.5px;
}

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

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

.h-\[11\.25px\] {
    height: 11.25px;
}

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

.h-\[190\.3px\] {
    height: 190.3px;
}

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

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

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

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

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

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

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

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

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

.h-\[calc\(100vh-80px\)\] {
    height: calc(100vh - 80px);
}

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

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

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

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

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

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

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

.w-\[11\.25px\] {
    width: 11.25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.max-w-3xl {
    max-width: 48rem;
}

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

.flex-shrink {
    flex-shrink: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.shrink {
    flex-shrink: 1;
}

.flex-grow {
    flex-grow: 1;
}

.grow {
    flex-grow: 1;
}

.border-collapse {
    border-collapse: collapse;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.\!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)) !important;
}

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

@keyframes bounce {

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

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

.animate-bounce {
    animation: bounce 1s infinite;
}

@keyframes ping {

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

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-inside {
    list-style-position: inside;
}

.list-outside {
    list-style-position: outside;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[20px\] {
    gap: 20px;
}

.gap-\[30px\] {
    gap: 30px;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
}

.gap-y-14 {
    row-gap: 3.5rem;
}

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

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

.gap-y-5 {
    row-gap: 1.25rem;
}

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

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

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

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

.divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(193 177 160 / var(--tw-divide-opacity));
}

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

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

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

.overflow-hidden {
    overflow: hidden;
}

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

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

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

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

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

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

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

.rounded-sm {
    border-radius: 0.125rem;
}

.border {
    border-width: 1px;
}

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

.border-\[0\.5px\] {
    border-width: 0.5px;
}

.border-\[1px\] {
    border-width: 1px;
}

.border-b-\[0\.5px\] {
    border-bottom-width: 0.5px;
}

.border-t-\[0\.5px\] {
    border-top-width: 0.5px;
}

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

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

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(193 177 160 / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

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

.bg-\[\#FFFFFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(193 177 160 / var(--tw-bg-opacity));
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(102 87 80 / var(--tw-bg-opacity));
}

.bg-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgb(247 246 244 / var(--tw-bg-opacity));
}

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

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

.bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}

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

.from-secondary {
    --tw-gradient-from: #665750;
    --tw-gradient-to: rgb(102 87 80 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
    --tw-gradient-to: transparent;
}

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

.bg-fixed {
    background-attachment: fixed;
}

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

.fill-current {
    fill: currentColor;
}

.stroke-current {
    stroke: currentColor;
}

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

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

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

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-\[10px\] {
    padding: 10px;
}

.p-\[15px\] {
    padding: 15px;
}

.p-\[20px\] {
    padding: 20px;
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.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-\[14\.5px\] {
    padding-left: 14.5px;
    padding-right: 14.5px;
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}

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

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}

.px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
}

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

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

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

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

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

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

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

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

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

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

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

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

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

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

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

.pb-\[30px\] {
    padding-bottom: 30px;
}

.pb-\[40px\] {
    padding-bottom: 40px;
}

.pb-\[84\.71px\] {
    padding-bottom: 84.71px;
}

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

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

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

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

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

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

.pt-\[30px\] {
    padding-top: 30px;
}

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

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

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

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

.font-marcellus {
    font-family: Marcellus, serif;
}

.font-opensans {
    font-family: Open Sans, sans-serif;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-26 {
    font-size: 26px;
}

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

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

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

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

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

.leading-loose {
    line-height: 2;
}

.leading-none {
    line-height: 1;
}

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

.leading-tight {
    line-height: 1.25;
}

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

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(193 177 160 / var(--tw-text-opacity));
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(102 87 80 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.opacity-50 {
    opacity: 0.5;
}

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

.shadow-\[0_0px_5px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
    --tw-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 0px 5px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
    outline-style: solid;
}

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

.outline-\[\#C1B1A0\] {
    outline-color: #C1B1A0;
}

.ring {
    --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(3px + 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);
}

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

.brightness-50 {
    --tw-brightness: brightness(.5);
    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);
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    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);
}

.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.\!invert {
    --tw-invert: invert(100%) !important;
    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) !important;
}

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

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

.\!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) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.\[k\:string\] {
    k: string;
}

.\[options\:IParseOptions\] {
    options: IParseOptions;
}

.\[root\:Root\] {
    root: Root;
}

.selection\:bg-primary *::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: rgb(193 177 160 / var(--tw-bg-opacity));
}

.selection\:bg-primary *::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(193 177 160 / var(--tw-bg-opacity));
}

.selection\:text-secondary *::-moz-selection {
    --tw-text-opacity: 1;
    color: rgb(102 87 80 / var(--tw-text-opacity));
}

.selection\:text-secondary *::selection {
    --tw-text-opacity: 1;
    color: rgb(102 87 80 / var(--tw-text-opacity));
}

.selection\:bg-primary::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: rgb(193 177 160 / var(--tw-bg-opacity));
}

.selection\:bg-primary::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(193 177 160 / var(--tw-bg-opacity));
}

.selection\:text-secondary::-moz-selection {
    --tw-text-opacity: 1;
    color: rgb(102 87 80 / var(--tw-text-opacity));
}

.selection\:text-secondary::selection {
    --tw-text-opacity: 1;
    color: rgb(102 87 80 / var(--tw-text-opacity));
}

.after\:content-\[\]::after {
    --tw-content: ;
    content: var(--tw-content);
}

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

.last\:justify-self-center:last-child {
    justify-self: center;
}

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

.hover\:border-solid:hover {
    border-style: solid;
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(193 177 160 / var(--tw-border-opacity));
}

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

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(193 177 160 / var(--tw-bg-opacity));
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(193 177 160 / var(--tw-text-opacity));
}

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

.hover\:text-tertiary:hover {
    --tw-text-opacity: 1;
    color: rgb(247 246 244 / var(--tw-text-opacity));
}

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

.hover\:shadow-\[0px_0px_10px_rgb\(0\2c 0\2c 0\2c 0\.2\)\]:hover {
    --tw-shadow: 0px 0px 10px rgb(0, 0, 0, 0.2);
    --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0px_0px_20px_rgb\(0\2c 0\2c 0\2c 0\.1\)\]:hover {
    --tw-shadow: 0px 0px 20px rgb(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:outline-primary:focus {
    outline-color: #C1B1A0;
}

.group:nth-child(odd) .group-odd\:right-0 {
    right: 0px;
}

.group:nth-child(even) .group-even\:left-0 {
    left: 0px;
}

.group:nth-child(even) .group-even\:order-1 {
    order: 1;
}

.group:nth-child(even) .group-even\:order-2 {
    order: 2;
}

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

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

@media (min-width: 640px) {

    .sm\:text-14 {
        font-size: 14px;
    }
    .dropdown-menu .div-flag:hover {
        color: rgb(193 177 160 / var(--tw-text-opacity));
    }
}

@media (min-width: 768px) {

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

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

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

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

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

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

    /**
    OPTION NAVBAR
     */

    .container-option {
        /*width: 500px;*/
        /*margin: 50px auto 0;*/
        /*text-align: center*/
    }

    /*Styling Selectbox*/
    .dropdown {
        width: 100px;
        display: inline-block;
        /*background-color: #fff;*/
        background-color: transparent;
        border-radius: 2px;
        /*box-shadow: 0 0 2px rgb(204, 204, 204);*/
        transition: all .5s ease;
        position: relative;
        font-size: 14px;
        /*color: #474747;*/
        color: #fff;
        height: 100%;
        text-align: left;
        border: 1px solid white;

    }
    .dropdown .select {
        cursor: pointer;
        display: block;
        padding: 7px
    }
    .dropdown .select > i {
        font-size: 13px;
        color: #888;
        cursor: pointer;
        transition: all .3s ease-in-out;
        float: right;
        line-height: 20px
    }
    .dropdown:hover {
        /*box-shadow: 0 0 4px rgb(204, 204, 204);*/
        outline: none!important;

    }
    .dropdown:active {
        background-color: #f8f8f8;
        outline: none!important;

    }
    .dropdown.active:hover,
    .dropdown.active {
        /*box-shadow: 0 0 4px rgb(204, 204, 204);*/
        border-radius: 2px 2px 0 0;
        /*background-color: #f8f8f8*/
        background-color: transparent;
        border: 1px solid white;

        outline: none!important;

    }
    .dropdown.active .select .div-flag > i {
        transform: rotate(-270deg)
    }
    .dropdown .select .div-flag > i {
        transform: rotate(-90deg)
    }
    .dropdown .dropdown-menu {
        position: absolute;
        /*background-color: #fff;*/
        background-color: transparent;
        width: 100%;
        left: 0;
        margin-top: 1px;
        /*box-shadow: 0 1px 2px rgb(204, 204, 204);*/
        border-radius: 0 1px 2px 2px;
        overflow: hidden;
        display: none;
        max-height: 144px;
        overflow-y: auto;
        z-index: 9;
        color: white;
        border: 1px solid white;
    }
    .dropdown .dropdown-menu li {
        padding: 7px;
        transition: all .2s ease-in-out;
        cursor: pointer
    }
    .dropdown .dropdown-menu {
        padding: 0;
        list-style: none
    }
    .dropdown .dropdown-menu li:hover {
        background-color: #f2f2f2
    }
    .dropdown .dropdown-menu li:active {
        background-color: #e2e2e2
    }

    .dropdown-menu .div-flag:hover {
        color: rgb(193 177 160 / var(--tw-text-opacity));
    }
}

@media (min-width: 1024px) {

    .lg\:static {
        position: static;
    }

    .lg\:absolute {
        position: absolute;
    }

    .lg\:relative {
        position: relative;
    }

    .lg\:bottom-0 {
        bottom: 0px;
    }

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

    .lg\:right-20 {
        right: 5rem;
    }

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

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

    .lg\:order-3 {
        order: 3;
    }

    .lg\:order-4 {
        order: 4;
    }

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

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

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

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

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

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

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

    .lg\:row-span-2 {
        grid-row: span 2 / span 2;
    }

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

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

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

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

    .lg\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .lg\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .lg\:my-\[100px\] {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .lg\:my-\[128px\] {
        margin-top: 128px;
        margin-bottom: 128px;
    }

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

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

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

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

    .lg\:mb-36 {
        margin-bottom: 9rem;
    }

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

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

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

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

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

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

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

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

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

    .lg\:mt-32 {
        margin-top: 8rem;
    }

    .lg\:mt-48 {
        margin-top: 12rem;
    }

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

    .lg\:mt-\[120px\] {
        margin-top: 120px;
    }

    .lg\:mt-\[128\.5px\] {
        margin-top: 128.5px;
    }

    .lg\:mt-\[41px\] {
        margin-top: 41px;
    }

    .lg\:mt-\[50px\] {
        margin-top: 50px;
    }

    .lg\:block {
        display: block;
    }

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

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:aspect-\[364\/500\] {
        aspect-ratio: 364/500;
    }

    .lg\:aspect-\[538\/360\] {
        aspect-ratio: 538/360;
    }

    .lg\:aspect-\[576\/394\] {
        aspect-ratio: 576/394;
    }

    .lg\:h-5 {
        height: 1.25rem;
    }

    .lg\:h-60 {
        height: 15rem;
    }

    .lg\:h-9 {
        height: 2.25rem;
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:h-\[calc\(100vh-120px\)\] {
        height: calc(100vh - 120px);
    }

    .lg\:h-\[calc\(100vh-170px\)\] {
        height: calc(100vh - 170px);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:w-max {
        width: -moz-max-content;
        width: max-content;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-11 {
        gap: 2.75rem;
    }

    .lg\:gap-12 {
        gap: 3rem;
    }

    .lg\:gap-2 {
        gap: 0.5rem;
    }

    .lg\:gap-20 {
        gap: 5rem;
    }

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

    .lg\:gap-9 {
        gap: 2.25rem;
    }

    .lg\:gap-\[30px\] {
        gap: 30px;
    }

    .lg\:gap-\[50px\] {
        gap: 50px;
    }

    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

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

    .lg\:divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

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

    .lg\:overflow-hidden {
        overflow: hidden;
    }

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

    .lg\:from-secondary\/80 {
        --tw-gradient-from: rgb(102 87 80 / 0.8);
        --tw-gradient-to: rgb(102 87 80 / 0);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }

    .lg\:to-secondary\/80 {
        --tw-gradient-to: rgb(102 87 80 / 0.8);
    }

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

    .lg\:p-\[50pz\] {
        padding: 50 pz;
    }

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

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

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

    .lg\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .lg\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px;
    }

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

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

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

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

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

    .lg\:py-\[128\.5px\] {
        padding-top: 128.5px;
        padding-bottom: 128.5px;
    }

    .lg\:py-\[25px\] {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .lg\:py-\[30px\] {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lg\:py-\[80px\] {
        padding-top: 80px;
        padding-bottom: 80px;
    }

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

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

    .lg\:pb-\[150\.5px\] {
        padding-bottom: 150.5px;
    }

    .lg\:pb-\[60px\] {
        padding-bottom: 60px;
    }

    .lg\:pb-\[80px\] {
        padding-bottom: 80px;
    }

    .lg\:pl-12 {
        padding-left: 3rem;
    }

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

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

    .lg\:pl-\[110px\] {
        padding-left: 110px;
    }

    .lg\:pr-12 {
        padding-right: 3rem;
    }

    .lg\:pr-\[108px\] {
        padding-right: 108px;
    }

    .lg\:pr-\[77px\] {
        padding-right: 77px;
    }

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

    .lg\:pt-\[10px\] {
        padding-top: 10px;
    }

    .lg\:pt-\[25px\] {
        padding-top: 25px;
    }

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

    .lg\:text-14 {
        font-size: 14px;
    }

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

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

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

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

    .lg\:text-24 {
        font-size: 24px;
    }

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

    .lg\:text-28 {
        font-size: 28px;
    }

    .lg\:text-32 {
        font-size: 32px;
    }

    .lg\:text-34 {
        font-size: 34px;
    }

    .lg\:text-36 {
        font-size: 36px;
    }

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

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

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

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

    .lg\:leading-10 {
        line-height: 2.5rem;
    }

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

    .lg\:leading-loose {
        line-height: 2;
    }

    .lg\:text-inherit {
        color: inherit;
    }

    .lg\:opacity-0 {
        opacity: 0;
    }

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

    .group:nth-child(odd) .group-odd\:lg\:pr-48 {
        padding-right: 12rem;
    }

    .group:nth-child(even) .group-even\:lg\:order-1 {
        order: 1;
    }

    .group:nth-child(even) .group-even\:lg\:order-2 {
        order: 2;
    }

    .group:nth-child(even) .group-even\:lg\:pl-48 {
        padding-left: 12rem;
    }

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

    /**
    SWITCH TOGGLE IN NAVBAR
     */
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    /**
    OPTION NAVBAR
     */

    .container-option {
        /*width: 500px;*/
        /*margin: 50px auto 0;*/
        /*text-align: center*/
    }

    /*Styling Selectbox*/
    .dropdown {
        width: 100px;
        display: inline-block;
        /*background-color: #fff;*/
        background-color: transparent;
        border-radius: 2px;
        /*box-shadow: 0 0 2px rgb(204, 204, 204);*/
        transition: all .5s ease;
        position: relative;
        font-size: 14px;
        /*color: #474747;*/
        color: #fff;
        height: 100%;
        text-align: left;
        border: 1px solid white;
        outline: none!important;


    }
    .dropdown .select {
        cursor: pointer;
        display: block;
        padding: 7px
    }
    .dropdown .select > i {
        font-size: 13px;
        color: #888;
        cursor: pointer;
        transition: all .3s ease-in-out;
        float: right;
        line-height: 20px
    }
    .dropdown:hover {
        /*box-shadow: 0 0 4px rgb(204, 204, 204);*/
        outline: none!important;

    }
    .dropdown:active {
        background-color: #f8f8f8;
        outline: none!important;

    }
    .dropdown.active:hover,
    .dropdown.active {
        /*box-shadow: 0 0 4px rgb(204, 204, 204);*/
        border-radius: 2px 2px 0 0;
        /*background-color: #f8f8f8*/
        background-color: transparent;
        border: 1px solid white;

        outline: none!important;

    }
    .dropdown.active .select .div-flag > i {
        transform: rotate(-270deg)
    }
    .dropdown .select .div-flag > i {
        transform: rotate(-90deg)
    }
    .dropdown .dropdown-menu {
        position: absolute;
        /*background-color: #fff;*/
        background-color: transparent;
        width: 100%;
        left: 0;
        margin-top: 1px;
        /*box-shadow: 0 1px 2px rgb(204, 204, 204);*/
        border-radius: 0 1px 2px 2px;
        overflow: hidden;
        display: none;
        max-height: 144px;
        overflow-y: auto;
        z-index: 9;
        color: white;
        border: 1px solid white;
    }
    .dropdown .dropdown-menu li {
        padding: 7px;
        transition: all .2s ease-in-out;
        cursor: pointer
    }
    .dropdown .dropdown-menu {
        padding: 0;
        list-style: none
    }
    .dropdown .dropdown-menu li:hover {
        background-color: #f2f2f2
    }
    .dropdown .dropdown-menu li:active {
        background-color: #e2e2e2
    }

    #en {
        border-bottom: 0.1px solid white;
    }

    .dropdown-menu .div-flag:hover {
        color: rgb(193 177 160 / var(--tw-text-opacity));
    }
}

@media only screen and (max-width: 600px) {
    /**
    OPTION NAVBAR
     */

    .container-option {
        /*width: 500px;*/
        /*margin: 50px auto 0;*/
        /*text-align: center*/
    }

    /*Styling Selectbox*/
    .dropdown {
        /*width: 100px;*/
        width: 100%;
        display: inline-block;
        /*background-color: #fff;*/
        background-color: transparent;
        border-radius: 2px;
        /*box-shadow: 0 0 2px rgb(204, 204, 204);*/
        transition: all .5s ease;
        position: relative;
        font-size: 14px;
        /*color: #474747;*/
        color: black;
        height: 100%;
        text-align: left;
        border: 1px solid black;
        outline: none!important;


    }
    .dropdown .select {
        cursor: pointer;
        display: block;
        padding: 7px
    }
    .dropdown .select > i {
        font-size: 13px;
        color: #888;
        cursor: pointer;
        transition: all .3s ease-in-out;
        float: right;
        line-height: 20px
    }
    .dropdown:hover {
        /*box-shadow: 0 0 4px rgb(204, 204, 204);*/
        outline: none!important;

    }
    .dropdown:active {
        background-color: #f8f8f8;
        outline: none!important;

    }
    .dropdown.active:hover,
    .dropdown.active {
        /*box-shadow: 0 0 4px rgb(204, 204, 204);*/
        /*border-radius: 2px 2px 0 0;*/
        /*background-color: #f8f8f8*/
        background-color: transparent;
        border: 1px solid black;

        outline: none!important;

    }
    .dropdown.active .select .div-flag > i {
        transform: rotate(-270deg)
    }
    .dropdown .select .div-flag > i {
        transform: rotate(-90deg)
    }
    .dropdown .dropdown-menu {
        position: absolute;
        /*background-color: #fff;*/
        background-color: transparent;
        width: 100%;
        left: 0;
        margin-top: 1px;
        /*box-shadow: 0 1px 2px rgb(204, 204, 204);*/
        border-radius: 0 1px 2px 2px;
        overflow: hidden;
        display: none;
        max-height: 144px;
        overflow-y: auto;
        z-index: 9;
        color: black;
        border: 1px solid black;
    }
    .dropdown .dropdown-menu li {
        padding: 7px;
        transition: all .2s ease-in-out;
        cursor: pointer
    }
    .dropdown .dropdown-menu {
        padding: 0;
        list-style: none
    }
    .dropdown .dropdown-menu li:hover {
        background-color: #f2f2f2
    }
    .dropdown .dropdown-menu li:active {
        background-color: #e2e2e2
    }

    #en {
        border-bottom: 0.1px solid black;
    }
}

