/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: SVN Gotham, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

.container {
  max-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: 1450px) {
  .container {
    max-width: 1380px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-left-28 {
  left: -7rem;
}

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

.-right-28 {
  right: -7rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[unset\] {
  bottom: unset;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[unset\] {
  left: unset;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[unset\] {
  right: unset;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 1rem;
}

.top-44 {
  top: 11rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[calc\(100\%-32px\)\] {
  top: calc(100% - 32px);
}

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

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

.z-\[998\] {
  z-index: 998;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 2rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

.mb-20 {
  margin-bottom: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[395\/575\] {
  aspect-ratio: 395/575;
}

.aspect-\[440\/260\] {
  aspect-ratio: 440/260;
}

.aspect-\[54\/30\] {
  aspect-ratio: 54/30;
}

.aspect-\[768\/1024\] {
  aspect-ratio: 768/1024;
}

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

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

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.min-h-44 {
  min-height: 11rem;
}

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

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

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

.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-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

.w-\[4\.5rem\] {
  width: 4.5rem;
}

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

.w-\[5\.5rem\] {
  width: 5.5rem;
}

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

.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

.max-w-sm {
  max-width: 24rem;
}

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

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

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

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.table-auto {
  table-layout: auto;
}

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

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

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

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

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

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

.grid-cols-12 {
  grid-template-columns: repeat(12, 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-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

.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-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

.border-t-\[3px\] {
  border-top-width: 3px;
}

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

.border-\[\#C4C4C4\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#F0F0F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

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

.border-dark-gray {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(237 102 38 / var(--tw-border-opacity));
}

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

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

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

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

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

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

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

.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 38 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-left-top {
  background-position: left top;
}

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

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

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.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-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

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

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

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

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

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

.pb-\[4\.5rem\] {
  padding-bottom: 4.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

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

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

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[3\.25rem\] {
  padding-top: 3.25rem;
}

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

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

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-medium-gray {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(237 102 38 / var(--tw-text-opacity));
}

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.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-standard {
  --tw-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 2px 2px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

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

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

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

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

@font-face {
  font-family: "SVN Gotham";

  src        : url(../../../../../wp-content/themes/puramu/fonts/SVN-Gotham-1.otf);

  font-weight: 400;
}

@font-face {
  font-family: "SVN Gotham";

  src        : url(../../../../../wp-content/themes/puramu/fonts/SVN-Gotham-Bold-1.otf);

  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

.admin-bar #main-header {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar #main-header {
    top: 32px;
  }
}

.admin-bar #primary-menu {
  top: 146px;
}

@media screen and (min-width: 1024px) {
  .admin-bar #primary-menu {
    top: 195px;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar #menu-main-menu .sub-menu {
    margin-top: 4px !important;
  }

  .admin-bar .sticky-menu #menu-main-menu .sub-menu {
    margin-top: -12px !important;
  }

  .admin-bar #primary-menu {
    top: 0px;
  }
}

#header {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration       : .3s;
}

#menu-main-menu>li {
  padding   : 10px 16px;
  border-top: 1px solid rgba(255, 255, 255, .4)
}

@media screen and (min-width: 1024px) {
  #menu-main-menu>li {
    padding      : 14px 0px 10px 0px;
    border-top   : unset !important;
    border-bottom: 4px solid #fff;
  }

  #menu-main-menu>li.current-menu-item {
    border-bottom: 4px solid #666C6E;
  }

  #menu-main-menu>li:hover {
    padding      : 14px 0px 10px 0px;
    color        : #333;
    border-bottom: 4px solid #666C6E;
  }
}

#menu-main-menu>li>a {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

@media screen and (min-width: 1024px) {
  #menu-main-menu>li>a {
    display        : flex;
    justify-content: center;
    align-items    : center;
  }

  #menu-main-menu>li {
    display    : flex;
    align-items: center;
    max-width  : unset;
    width      : unset;
  }
}

#primary-menu {
  position: fixed;
  top     : 100px;
  left    : 0px;
  width   : 100%;
  z-index : 999;
}

@media screen and (min-width: 1024px) {
  #primary-menu {
    position: relative;
    width   : unset;
    top     : unset;
  }
}

#primary-menu .sub-menu {
  display: none;
}

@media screen and (min-width: 1024px) {
  #primary-menu .sub-menu {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration       : .3s;
  }
}

#menu-main-menu>li .sub-menu {
  margin-top      : 12px;
  background-color: rgba(255, 255, 255, 0.1);
  padding         : 12px;
}

#menu-main-menu>li .sub-menu a {
  font-size: 16px !important;
}

@media screen and (min-width: 1024px) {
  #menu-main-menu>li .sub-menu {
    margin-top: 4px !important;
    padding   : 0px !important;
  }

  #menu-main-menu .toggle {
    transform     : rotate(0deg);
    transition    : all 0s ease-in-out !important;
    pointer-events: none !important;
  }

  /* #menu-main-menu > li:hover .sub-menu {
        top: 60px;
        margin-top: 2px;
        position: absolute;
        width: 315px;
        display: flex;
        flex-direction: column;
        background: #fff;
    } */

  #menu-main-menu>li:hover>.sub-menu {
    position       : absolute;
    width          : 310px;
    top            : 48px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    flex-direction : column;
    background     : #fff;
    box-shadow     : 0px 4px 12px rgba(0, 0, 0, 0.15);
    z-index        : 999;
  }

  #menu-main-menu>li>.sub-menu>li:hover>.sub-menu {
    position       : absolute;
    margin         : 0px !important;
    width          : 310px;
    top            : 0px;
    left           : 100%;
    display        : flex;
    justify-content: center;
    align-items    : center;
    flex-direction : column;
    background     : #fff;
    box-shadow     : 0px 4px 12px rgba(0, 0, 0, 0.15);
    z-index        : 999;
  }

  #menu-main-menu>li .sub-menu a {
    padding   : 6px 20px;
    text-align: left !important;
  }

  #menu-main-menu>li .sub-menu a:not(.toggle) {
    width: 100%;
  }

  #menu-main-menu>li .sub-menu a svg {
    transform: rotate(-90deg);
  }

  #menu-main-menu>li .sub-menu li {
    border-bottom: 1px solid #EEE;
  }

  #menu-main-menu>li .sub-menu li:hover {
    background: #666C6E;
    color     : #fff;
  }
}

#menu-main-menu .toggle {
  transform : rotate(0deg);
  transition: all .3s ease-in-out;
}

#menu-main-menu .menu-item-container.active .toggle {
  transform: rotate(180deg);
}

#menu-main-menu>li .sub-menu>li {
  text-transform: none;
  width         : 100%;
  padding       : 4px 0px;
}

#menu-main-menu>li .sub-menu>li:last-child {
  border-bottom: 0px solid red;
}

@media screen and (min-width: 1024px) {
  #menu-main-menu>li .sub-menu>li {
    color         : #111;
    text-transform: none;
    margin        : 0px;
    /* new */
    font-weight: 400;
    padding    : 0px;
  }
}

.menu-item.menu-item-has-children>.menu-item-container>.toggle {
  display: block;
}

.menu-item .toggle {
  display: none;
}

.menu-item-container {
  display        : flex;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .menu-item-container {
    width: 100%;
  }
}

.menu-item-container a:first-child {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* Sticky menu */

  .sticky-menu #logo svg {
    height: 98px !important;
  }

  #main-header.sticky-menu {
    height: 172px;
  }

  .sticky-menu #logo svg {
    height: 80px !important;
  }

  .sticky-menu #menu-main-menu .sub-menu {
    margin-top: -44px !important;
  }
}

.entry-post-content {
  line-height: 1.8;
}

.entry-post-content *:last-child {
  margin-bottom: 0px;
}

.entry-post-content table {
  border-collapse: separate;
  border-spacing : 0;
  border-width   : 1px 0 0 1px;
  margin         : 20px 0px;
  width          : 100%;
}

.entry-post-content table,
.entry-post-content td,
.entry-post-content th {
  border: 1px solid rgba(0, 0, 0, .1);
}

.entry-post-content td {
  border-width: 0 1px 1px 0;
}

.entry-post-content td,
.entry-post-content th {
  padding: 8px;
}

.entry-post-content iframe {
  width: 100%;
}

.entry-post-content h2 {
  font-size    : 22px;
  margin-bottom: 12px;
  font-weight  : 700;
}

.entry-post-content h3 {
  font-size    : 20px;
  margin-bottom: 12px;
  font-weight  : 700;
}

.entry-post-content h4 {
  font-size    : 18px;
  margin-bottom: 12px;
  font-weight  : 700;
}

.entry-post-content h5 {
  font-size    : 16px;
  margin-bottom: 12px;
  font-weight  : 700;
}

.entry-post-content p {
  font-size    : 16px;
  margin-bottom: 12px;
}

.entry-post-content li {
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .entry-post-content h2 {
    font-size    : 24px;
    margin-bottom: 12px;
  }

  .entry-post-content h3 {
    font-size    : 20px;
    margin-bottom: 12px;
  }

  .entry-post-content h4 {
    font-size    : 18px;
    margin-bottom: 12px;
  }

  .entry-post-content h5 {
    font-size    : 16px;
    margin-bottom: 12px;
  }

  .entry-post-content p {
    font-size    : 16px;
    margin-bottom: 12px;
  }

  .entry-post-content li {
    font-size: 16px;
  }
}

.entry-post-content img {
  border       : 1px solid #F1F5F3;
  width        : 100%;
  border-radius: 12px;
}

.entry-post-content .wp-block-image.aligncenter.size-full {
  margin-left : auto;
  margin-right: auto;
}

.entry-post-content figure {
  text-align     : center !important;
  display        : flex !important;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
  width          : 100% !important;
  margin         : 20px 0px 20px 0px;
}

.entry-post-content figcaption {
  margin     : 10px 0px 0px 0px;
  font-size  : 14px;
  line-height: 22px;
}

.entry-post-content ol {
  list-style   : decimal;
  padding-left : 16px;
  margin-bottom: 20px;
}

.entry-post-content ul {
  list-style   : disc;
  padding-left : 16px;
  margin-bottom: 20px;
}

.entry-post-content li {
  margin-bottom: 10px;
}

.entry-post-content a {
  color: #023F7B;
}

.entry-post-content a:hover {
  color          : #D01F1F;
  text-decoration: underline;
}

.entry-post-content blockquote {
  border-left     : 4px solid #ED6626;
  background-color: rgba(237, 102, 38, 0.1);
  padding         : 20px 20px 20px 40px;
  margin          : 20px 0;
  position        : relative;
}

.entry-post-content blockquote::before {
  content    : '"';
  font-size  : 60px;
  color      : #ED6626;
  position   : absolute;
  left       : 10px;
  top        : 10px;
  line-height: 1;
}

.entry-post-content blockquote p {
  margin     : 0 0 10px 0;
  font-style : normal;
  line-height: 1.6;
}

.entry-post-content blockquote cite {
  display   : block;
  text-align: right;
  font-style: normal;
  margin-top: 10px;
}

.entry-post-content .custom-product-link p {
  font-size  : 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color      : #333 !important;
}

.entry-post-content .custom-product-link p:hover {
  color: #ED6626 !important;
}

.entry-post-content .custom-product-link:hover {
  text-decoration: none !important;
}

.kk-star-ratings.kksr-template {
  display        : flex;
  flex-direction : row-reverse;
  justify-content: start;
  align-items    : center;
  gap            : 16px;
}

.kk-star-ratings .kksr-legend {
  font-size  : 16px !important;
  color      : #333 !important;
  margin     : 0px !important;
  opacity    : 1 !important;
  font-weight: 700;
}

.kk-star-ratings .kksr-legend .kksr-muted {
  opacity: 1 !important;
}

/* Pagination */

.page-numbers {
  display        : inline-flex;
  justify-content: center;
  align-items    : center;
  color          : #666666;
  height         : 40px;
  width          : 40px;
  font-weight    : 600;
  background     : #D9D9D9;
  margin         : 0px 6px;
  border-radius  : 4px;
}

a.page-numbers:hover {
  background: #ED6626;
  color     : #fff;
}

.page-numbers.current {
  background: #ED6626;
  color     : #fff;
}

/* Custom scrollbar */

.cs-scrollbar::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.cs-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.cs-scrollbar::-webkit-scrollbar-thumb {
  background   : #9CB7C9;
  border-radius: 10px;
}

/* Handle on hover */

.cs-scrollbar::-webkit-scrollbar-thumb:hover {
  background   : #F5F5F5;
  border-radius: 10px;
}

/* Contact Form */

.contact-form input:not([type="submit"]) {
  width        : 100%;
  height       : 32px;
  padding      : 0px;
  border-bottom: 1px solid #666;
  margin       : 8px 0px;
  outline      : unset;
}

.contact-form textarea {
  width        : 100%;
  height       : 80px;
  padding      : 0px;
  border-bottom: 1px solid #666;
  margin       : 8px 0px;
  outline      : unset;
}

.contact-form select {
  width        : 100%;
  height       : 32px;
  padding      : 0px 10px;
  border-bottom: 1px solid #666;
  margin       : 8px 0px;
  outline      : unset;
}

.contact-form input[type="submit"] {
  color          : #fff;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  background     : #193E6D;
  height         : 34px;
  padding        : 0px 32px;
  margin-top     : 12px;
  border-radius  : 50px;
  cursor         : pointer;
  border         : 1px solid #193E6D;
}

.contact-form input[type="submit"]:hover {
  background: #fff;
  color     : #193E6D;
}

@media screen and (min-width: 1024px) {
  .contact-form input:not([type="submit"]) {
    height: 48px;
  }

  .contact-form input[type="submit"] {
    height : 48px;
    padding: 0px 48px;
  }

  .contact-form textarea {
    height: 140px;
  }
}

/* Contact Page Form */

.contact-page-form input:not([type="submit"]) {
  width        : 100%;
  height       : 36px;
  padding      : 0px 16px;
  border       : 1px solid #c4c4c4;
  outline      : unset;
  border-radius: 25px;
}

.contact-page-form textarea {
  width        : 100%;
  height       : 80px;
  padding      : 24px;
  border       : 1px solid #c4c4c4;
  outline      : unset;
  border-radius: 25px;
}

.contact-page-form select {
  width  : 100%;
  height : 36px;
  padding: 0px 16px;
  border : 1px solid #c4c4c4;
  outline: unset;
}

.contact-page-form input[type="submit"] {
  color          : #fff;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  background     : #ED6626;
  height         : 34px;
  padding        : 0px 32px;
  margin-top     : 12px;
  cursor         : pointer;
  border-radius  : 25px;
  border         : 1px solid #ED6626;
  text-transform : uppercase;
}

.contact-page-form input[type="submit"]:hover {
  background: #fff;
  color     : #ED6626;
}

.contact-page-form input[type="file"] {
  border       : unset;
  padding      : 0px !important;
  border-radius: unset;
  margin-top   : 6px;
}

@media screen and (min-width: 1024px) {
  .contact-page-form input[type="submit"] {
    margin-top: 20px;
    height    : 48px;
    padding   : 0px 48px;
  }

  .contact-page-form textarea {
    height: 180px;
  }

  .contact-page-form input:not([type="submit"]) {
    height : 48px;
    padding: 0px 24px;
  }

  .contact-page-form select {
    height : 48px;
    padding: 0px 24px;
  }
}

.contact-form .wpcf7-spinner {
  position: absolute;
}

/* Trash CSS */

.footer-contact-form p {
  display : flex;
  width   : 100%;
  position: relative;
}

.footer-contact-form br {
  display: none;
}

.footer-contact-form input:not([type="submit"]) {
  height : 40px;
  padding: 0px 70px 0px 20px;
  outline: none;
  width  : 100%;
}

.footer-contact-form input[type="submit"] {
  padding   : 0px 20px;
  height    : 40px;
  background: #EB000D;
  color     : #fff;
  cursor    : pointer;
  position  : absolute;
  right     : 0px;
  top       : 0px;
}

.footer-contact-form .wpcf7-spinner {
  position: absolute;
}

span.onsale {
  display: none;
}

@media screen and (max-width: 1023px) {
  div#seo-number-counter>div:nth-child(3) {
    border: 0px;
  }
}

.rank-math-breadcrumb a:hover {
  text-decoration: underline;
  color          : #ED6626;
}

.rank-math-breadcrumb .separator {
  padding: 0px 8px;
}

.group:hover .home-service-icon {
  filter: brightness(0) saturate(100%)invert(46%) sepia(14%) saturate(2996%) hue-rotate(174deg) brightness(86%) contrast(100%)
}

.newsletter-form p {
  display      : flex;
  border-radius: 100px;
  background   : #fff;
  width        : 100%;
  position     : relative;
}

.newsletter-form input:not([type="submit"]) {
  height       : 40px;
  padding      : 0px 20px 0px 20px;
  outline      : none;
  border-radius: 48px;
  width        : 100%;
}

.newsletter-form input[type="submit"] {
  width        : 80px;
  height       : 40px;
  background   : #2370D1;
  color        : #fff;
  border-radius: 48px;
  position     : absolute;
  right        : -1px;
  cursor       : pointer;
}

.newsletter-form input[type="submit"]:hover {
  background: #193E6D;
}

.newsletter-form .wpcf7-not-valid-tip {
  position: absolute;
  top     : 56px;
}

.newsletter-form .wpcf7-response-output {
  margin: 40px 0px 0px 0px !important;
  color : #fff;
}

.newsletter-form .wpcf7-spinner {
  height       : 40px;
  width        : 40px;
  border-radius: 48px;
  display      : block;
  min-width    : 40px;
  margin       : 0px 16px;
}

@media screen and (min-width: 1024px) {
  .newsletter-form input:not([type="submit"]) {
    height : 48px;
    padding: 0px 96px 0px 20px;
  }

  .newsletter-form input[type="submit"] {
    width : 80px;
    height: 48px;
  }

  .newsletter-form .wpcf7-spinner {
    height   : 48px;
    width    : 48px;
    min-width: 48px;
  }
}

.entry-post-content.text-lg ul {
  margin: 0px;
}

.entry-post-content.text-lg p {
  font-size: 16px;
}

.entry-post-content.text-lg li {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .entry-post-content.text-lg p {
    font-size: 18px;
  }

  .entry-post-content.text-lg li {
    font-size: 18px;
  }
}

.entry-post-content.text-xl ul {
  margin: 0px;
}

.entry-post-content.text-xl p {
  font-size: 16px;
}

.entry-post-content.text-xl li {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .entry-post-content.text-xl p {
    font-size: 18px;
  }

  .entry-post-content.text-xl li {
    font-size: 18px;
  }
}

@media screen and (min-width: 1450px) {
  .entry-post-content.text-xl p {
    font-size: 20px;
  }

  .entry-post-content.text-xl li {
    font-size: 20px;
  }
}

.woocommerce-product-details__short-description table {
  width: 100%;
}

.woocommerce-product-details__short-description table tr {
  border-bottom: 1px solid #E0E0E0;
}

.woocommerce-product-details__short-description table tr:last-child {
  border-bottom: unset;
}

.woocommerce-product-details__short-description table td {
  padding: 10px 0px;
}

#product-contact input {
  margin-bottom: 16px;
}

.cs-submit {
  display        : flex;
  justify-content: center;
}

.cs-submit input {
  margin-bottom: 0px !important;
  margin-top   : 7px !important;
}

.cs-submit .wpcf7-spinner {
  position: absolute;
}

.search-field::-webkit-search-cancel-button {
  display: none;
}

.cs-form-margin input:not([type="submit"]) {
  margin-top: 12px;
}

.cs-form-margin select {
  margin-top         : 12px;
  -webkit-appearance : none !important;
  -moz-appearance    : none !important;
  background-image   : url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBjbGFzcz0idy02IGgtNiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTkuNSA4LjI1LTcuNSA3LjUtNy41LTcuNSI+PC9wYXRoPgo8L3N2Zz4=);
  background-position: calc(100% - 16px);
  background-size    : 20px;
  background-repeat  : no-repeat;
}

@media screen and (min-width: 1024px) {
  .cs-form-margin input:not([type="submit"]) {
    margin-top: 16px;
  }

  .cs-form-margin select {
    margin-top: 16px;
  }

  .cs-form-margin select,
    .cs-form-margin input {
    height: 40px !important;
  }
}

.home-contact-form input:not([type="submit"]) {
  margin-top: 12px;
}

.home-contact-form select {
  margin-top         : 12px;
  -webkit-appearance : none !important;
  -moz-appearance    : none !important;
  background-image   : url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBjbGFzcz0idy02IGgtNiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTkuNSA4LjI1LTcuNSA3LjUtNy41LTcuNSI+PC9wYXRoPgo8L3N2Zz4=);
  background-position: calc(100% - 16px);
  background-size    : 20px;
  background-repeat  : no-repeat;
}

.home-contact-form textarea {
  margin-top: 12px;
  height    : 80px;
}

@media screen and (min-width: 1024px) {
  .home-contact-form input:not([type="submit"]) {
    margin-top: 20px;
  }

  .home-contact-form select {
    margin-top: 20px;
  }

  .home-contact-form textarea {
    margin-top: 20px;
    height    : 110px;
  }

  .home-contact-form select,
    .home-contact-form input {
    height: 46px !important;
  }
}

/* TOC  */

.cs-toc {
  margin: 0px 0px 16px 0px !important;
}

.cs-toc .lwptoc_i {
  padding: 7px 16px;
}

.cs-toc .lwptoc_header {
  font-size: 18px;
  margin   : 0px;
}

@media screen and (min-width: 1024px) {
  .cs-toc {
    margin: 0px 0px 20px 0px !important;
  }

  .cs-toc .lwptoc_i {
    padding: 10px 20px;
  }

  .cs-toc .lwptoc_header {
    font-size: 19px;
    margin   : 0px;
  }
}

#main-header.transparent-header.not-scrolled {
  background-color: transparent;
}

#main-header.transparent-header.not-scrolled .border-black\/10 {
  border-color: rgba(255, 255, 255, .25) !important;
}

#main-header.transparent-header.not-scrolled .bg-black\/5 {
  background-color: rgba(255, 255, 255, .1) !important;
}

@media screen and (min-width: 1024px) {
  #main-header.transparent-header.not-scrolled {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }

  #main-header.transparent-header.not-scrolled li .sub-menu>li a {
    color: #333;
  }

  #main-header.transparent-header.not-scrolled li .sub-menu>li:hover a {
    color: #fff;
  }

  #main-header.transparent-header.not-scrolled #menu-main-menu>li {
    border-color: transparent !important;
  }

  #main-header.transparent-header.not-scrolled #menu-main-menu>li:hover {
    border-color: #fff !important;
  }

  #main-header.transparent-header.not-scrolled #menu-main-menu>li.current-menu-item {
    border-color: #fff !important;
  }
}

#main-header.transparent-header.not-scrolled * {
  color: #fff;
}

#main-header.transparent-header.not-scrolled {
  background-color: transparent;
}

#main-header.transparent-header.not-scrolled #logo img {
  filter: brightness(0) invert(1);
}

#main-header.transparent-header.not-scrolled svg {
  filter: brightness(0) invert(1);
}

#main-header.transparent-header.scrolled {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
}

/* Tada */

.animated {
  animation-duration       : 1s;
  animation-iteration-count: infinite;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
    20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
    50%,
    70%,
    90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
    60%,
    80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* Rating stars */

.custom-rating {
  display    : flex;
  align-items: center;
}

.custom-rating .star {
  font-size  : 28px;
  color      : #ccc;
  position   : relative;
  display    : inline-block;
  line-height: 1;
}

.custom-rating .star.filled {
  color: #f5c518;
  /* Yellow color for filled stars */
}

.custom-rating .star.half-filled {
  color   : #ccc;
  /* Yellow color for filled stars */
  position: relative;
}

.custom-rating .star.half-filled::before {
  content : '\2605';
  /* Unicode for filled star */
  color   : #f5c518;
  /* Gray color for the background star */
  position: absolute;
  left    : 0;
  top     : 0;
  width   : 50%;
  overflow: hidden;
  display : inline-block;
  z-index : 1;
}

/* Single Product Price */

.cs-single-product-price .price {
  display    : flex;
  align-items: center;
  gap        : 12px;
}

.cs-single-product-price .price ins {
  text-decoration: none;
}

.cs-single-product-price .price ins bdi,
.cs-single-product-price .price>.woocommerce-Price-amount>bdi {
  color      : #ED6626;
  font-size  : 36px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .cs-single-product-price .price ins bdi,
    .cs-single-product-price .price>.woocommerce-Price-amount>bdi {
    font-size: 28px;
  }
}

.cs-single-product-price .price del {
  text-decoration-color: #999;
}

.cs-single-product-price .price del bdi {
  color    : #999;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .cs-single-product-price .price del bdi {
    font-size: 14px;
  }
}

.cs-single-product-price .onsale:not(:empty) {
  background-color: #ED6626;
  color           : #fff;
  font-weight     : 700;
  padding         : 6px 12px;
  border-radius   : 10px;
}

@media screen and (max-width: 1023px) {
  .cs-single-product-price .onsale:not(:empty) {
    font-size    : 14px;
    padding      : 4px 10px;
    border-radius: 6px;
  }
}

/* Variation Select */

.variations_form .reset_variations {
  display: none;
}

.variations_form .woocommerce-variation-availability {
  display: none;
}

.variations_form table.variations {
  width: 100%;
}

.variations_form table.variations tr {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  margin-bottom  : 24px;
}

@media screen and (max-width: 1024px) {
  .variations_form table.variations tr {
    margin-bottom: 12px;
  }
}

.variations_form table.variations th {
  width     : 140px;
  text-align: left;
}

.variations_form table.variations td {
  flex-grow: 1;
}

.single-product-variable-items.wvs-style-rounded {
  gap: 8px;
}

.single-product-variable-items.wvs-style-rounded li {
  margin: 0px;
}

.summary.entry-summary>p.stock {
  display: none;
}

/* Quantity input */

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin            : 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.quantity input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

/* Notification */

.custom-notification {
  display: none;
}

.notification-product-price {
  display        : flex;
  align-items    : center;
  justify-content: start;
  gap            : 8px;
}

.notification-product-price ins {
  text-decoration: none;
}

.notification-product-price ins bdi,
.notification-product-price>.woocommerce-Price-amount>bdi {
  color      : #ED6626;
  font-size  : 16px;
  font-weight: 700;
}

.notification-product-price del {
  text-decoration-color: #999;
}

.notification-product-price del bdi {
  color    : #999;
  font-size: 14px;
}

/* Cart page */

.cs-cart-image img {
  width     : 100%;
  height    : 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-cart-price {
  display        : flex;
  align-items    : center;
  justify-content: start;
  flex-direction : column;
}

.cs-cart-price ins {
  text-decoration: none;
}

.cs-cart-price ins bdi,
.cs-cart-price>.woocommerce-Price-amount>bdi {
  color      : #ED6626;
  font-size  : 16px;
  font-weight: 700;
}

.cs-cart-price del {
  text-decoration-color: #999;
  line-height          : 14px;
}

.cs-cart-price del bdi {
  color      : #999;
  font-size  : 14px;
  line-height: 14px;
}

@media screen and (max-width: 767px) {
  .cs-cart-price {
    flex-direction: row;
    gap           : 6px;
  }

  .cs-cart-price ins bdi,
    .cs-cart-price>.woocommerce-Price-amount>bdi {
    font-size  : 14px;
    font-weight: 700;
  }

  .cs-cart-price del {
    line-height: 12px;
  }

  .cs-cart-price del bdi {
    font-size  : 12px;
    line-height: 12px;
  }
}

/* Gift container */

#gift-container,
#upsale-container {
  overflow-x: auto;
}

#custom-gift-section.opened {
  position     : fixed;
  top          : 50%;
  left         : 50%;
  transform    : translate(-50%, -50%);
  margin       : 0px;
  z-index      : 9999;
  background   : #fff;
  border-radius: 16px;
  padding      : 48px 24px;
  overflow     : visible;
  width        : calc(100vw - 32px);
}

#custom-gift-section.opened .gift-section-header {
  display: none;
}

#custom-gift-section.opened #gift-control {
  display: none;
}

#custom-gift-section.opened #gift-container.flex,
#custom-gift-section.opened #upsale-container.flex {
  padding              : 0px;
  display              : grid;
  row-gap              : 20px;
  margin               : 0px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  max-height           : 590px;
  overflow-y           : auto;
  padding-right        : 10px;
}

@media screen and (max-width: 767px) {
  #custom-gift-section.opened #gift-container,
    #custom-gift-section.opened #upsale-container {
    row-gap: 12px;
  }

  #custom-gift-section.opened #gift-container .gift-option,
    #custom-gift-section.opened #upsale-container .upsale-option {
    margin        : 0px;
    border-bottom : 1px solid #D9D9D9;
    border-right  : 0px;
    padding-right : 0px;
    padding-bottom: 12px;
  }

  #custom-gift-section.opened #gift-container .gift-option:last-child,
    #custom-gift-section.opened #upsale-container .upsale-option:last-child {
    border-bottom : 0px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  #custom-gift-section.opened {
    width  : 736px;
    padding: 48px 24px;
  }

  #custom-gift-section.opened #gift-container,
    #custom-gift-section.opened #upsale-container {
    max-height: 535px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  #custom-gift-section.opened #gift-container .gift-option:nth-child(2n),
    #custom-gift-section.opened #upsale-container .upsale-option:nth-child(2n) {
    margin : 0px;
    border : 0px;
    padding: 0px;
  }
}

@media screen and (min-width: 1024px) {
  #custom-gift-section.opened {
    width  : 992px;
    padding: 48px 64px;
  }

  #custom-gift-section.opened #gift-container,
    #custom-gift-section.opened #upsale-container {
    max-height: 590px;
  }
}

@media screen and (min-width: 1280px) {
  #custom-gift-section.opened {
    width  : 1248px;
    padding: 48px 36px;
  }

  #custom-gift-section.opened #gift-container .gift-option:nth-child(3n),
    #custom-gift-section.opened #upsale-container .upsale-option:nth-child(3n) {
    margin : 0px;
    border : 0px;
    padding: 0px;
  }

  #custom-gift-section.opened #gift-container,
    #custom-gift-section.opened #upsale-container {
    max-height: 590px;
  }
}

@media screen and (min-width: 1450px) {
  #custom-gift-section.opened {
    width     : 1348px;
    padding   : 48px 64px;
    max-height: 692px;
  }

  #custom-gift-section.opened #gift-container .gift-option:nth-child(3n),
    #custom-gift-section.opened #upsale-container .upsale-option:nth-child(3n) {
    margin : 0px;
    border : 0px;
    padding: 0px;
  }

  #custom-gift-section.opened #gift-container,
    #custom-gift-section.opened #upsale-container {
    max-height: 590px;
  }
}

#custom-gift-section.opened #gift-container .gift-option,
#custom-gift-section.opened #upsale-container .upsale-option {
  width: auto;
}

#custom-gift-section.opened #upsale-gift-container-close {
  display: block;
}

#upsale-gift-container-overlay {
  width     : 100vw;
  height    : 100vh;
  background: rgba(0, 0, 0, .9);
  z-index   : 9998;
  position  : fixed;
  top       : 0;
  left      : 0;
}

@media screen and (min-width: 1024px) {
  #custom-gift-section.no-scroll #gift-container::-webkit-scrollbar,
    #custom-gift-section.no-scroll #upsale-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
  }

  #custom-gift-section.no-scroll #gift-container,
    #custom-gift-section.no-scroll #upsale-container {
    -ms-overflow-style: none;
    /* Hide scrollbar in IE and Edge */
    scrollbar-width   : none;
    /* Hide scrollbar in Firefox */
  }
}

.gift-image img,
.upsale-image img {
  aspect-ratio : 768/1024;
  width        : 100%;
  height       : auto;
  -o-object-fit   : cover;
     object-fit   : cover;
  border-radius: 10px;
}

.gift-price,
.upsale-price {
  display        : flex;
  align-items    : center;
  justify-content: start;
  gap            : 6px;
  flex-direction : row;
}

.gift-price ins,
.upsale-price ins {
  text-decoration: none;
}

.gift-price ins bdi,
.gift-price>.woocommerce-Price-amount>bdi,
.upsale-price ins bdi,
.upsale-price>.woocommerce-Price-amount>bdi {
  color      : #ED6626;
  font-size  : 14px;
  font-weight: 700;
}

.gift-price del,
.upsale-price del {
  text-decoration-color: #999;
}

.gift-price del bdi,
.upsale-price del bdi {
  color    : #999;
  font-size: 12px;
}

.cs-checkout-form .woocommerce-checkout-review-order-table {
  display: none;
}

.cs-checkout-form .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.cs-checkout-form .woocommerce-NoticeGroup {
  display: none;
}

.cs-checkout-form .woocommerce-shipping-fields {
  display: none;
}

.cs-checkout-input label {
  display: none;
}

.cs-checkout-input input,
.cs-checkout-input select,
.cs-checkout-input textarea {
  outline         : none;
  width           : 100%;
  height          : 100%;
  color           : #333;
  background-color: #fff;
}

.cs-checkout-input input::-moz-placeholder, .cs-checkout-input textarea::-moz-placeholder {
  /* Most modern browsers support this now. */
  color: #999;
}

.cs-checkout-input input::placeholder,
.cs-checkout-input textarea::placeholder {
  /* Most modern browsers support this now. */
  color: #999;
}

.wc_payment_method input[type="radio"]:checked {
  color: #ED6626;
}

.wc_payment_method input[type="radio"]:checked+label {
  color: #ED6626;
}

/* Use the :has() pseudo-class to target the parent <li> when it contains a checked input */

li.wc_payment_method:has(input[type="radio"]:checked) {
  border-color: #ED6626;
}

.cs-product-loop li.woo-variation-items-wrapper {
  margin: 0px !important;
}

.cs-product-loop .price {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  margin-bottom  : 10px;
}

.cs-product-loop .price ins {
  text-decoration: none;
}

.cs-product-loop .price ins bdi,
.cs-product-loop .price>.woocommerce-Price-amount>bdi {
  color      : #ED6626;
  font-size  : 16px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .cs-product-loop .price ins bdi,
    .cs-product-loop .price>.woocommerce-Price-amount>bdi {
    font-size: 14px;
  }
}

.cs-product-loop .price del {
  text-decoration-color: #999;
}

.cs-product-loop .price del bdi {
  color    : #999;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .cs-product-loop .price del bdi {
    font-size: 12px;
  }
}

.cs-product-loop .add_to_cart_button {
  display: none;
}

.cs-product-loop .wvs-archive-product-image {
  aspect-ratio: 768/1024;
  width       : 100%;
  height      : auto;
}

.cs-product-loop .wvs-archive-variations-wrapper {
  margin-left: -3px;
}

/* Read more */

.cs-read-more {
  position: relative;
}

.cs-read-more-content {
  overflow  : hidden;
  max-height: 500px;
  position  : relative;
  transition: max-height 0.5s ease;
}

.cs-read-more-content.expanded {
  max-height: none;
}

.cs-read-more-button-container {
  background     : linear-gradient(to top, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0.8), rgba(245, 245, 245, 0));
  text-align     : center;
  padding        : 100px 10px 40px 10px;
  position       : absolute;
  left           : 0;
  bottom         : 0;
  width          : 100%;
  transition     : all 0.5s ease;
  display        : flex;
  justify-content: center;
}

.cs-read-more-button-container.expanded {
  padding : 20px 10px 0px 10px;
  position: relative;
}

/* Price filter */

.range-slide {
  position  : relative;
  height    : 30px;
  margin-top: 20px;
}

.slide {
  position     : relative;
  width        : 100%;
  height       : 5px;
  background   : #ddd;
  border-radius: 5px;
}

.line {
  position     : absolute;
  height       : 100%;
  background   : #ED6626;
  border-radius: 5px;
}

.thumb {
  position     : absolute;
  width        : 20px;
  height       : 20px;
  background   : #ED6626;
  border-radius: 50%;
  cursor       : pointer;
  top          : -8px;
  /* Centers the thumbs on the line */
  transform    : translateX(-50%);
  display      : none;
}

input[type="range"] {
  position          : absolute;
  width             : 100%;
  -webkit-appearance: none;
  background        : transparent;
  pointer-events    : none;
  top               : -6px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance        : none;
  width             : 20px;
  height            : 20px;
  background        : #ED6626;
  border-radius     : 50%;
  cursor            : pointer;
  pointer-events    : auto;
}

input[type="range"]::-moz-range-thumb {
  width         : 20px;
  height        : 20px;
  background    : #ED6626;
  border-radius : 50%;
  cursor        : pointer;
  pointer-events: auto;
}

#price-range-container {
  display        : flex;
  justify-content: space-between;
  margin-top     : 10px;
}

.filter-price-min-label,
.filter-price-max-label {
  font-weight: 700;
}

#ez-toc-container {
  background   : #f5f5f5;
  padding      : 7px 16px;
  margin-bottom: 20px;
  border-radius: 7px;
}

.ez-toc-title-container {
  display        : flex;
  justify-content: space-between;
}

.ez-toc-title {
  font-size     : 18px !important;
  margin        : 0px !important;
  font-weight   : 700;
  text-transform: uppercase;
  padding       : 4px 0px;
}

#ez-toc-container nav>ul:before {
  display   : block;
  content   : " ";
  height    : 16px;
  border-top: 1px solid #D9D9D9;
}

#ez-toc-container nav>ul {
  padding: 0px !important;
}

#ez-toc-container nav>ul>li {
  margin-bottom: 0px !important;
}

#ez-toc-container ul {
  counter-reset: item;
  list-style   : none;
  padding-left : 20px;
  margin-bottom: 0px;
}

#ez-toc-container ul>li {
  counter-increment: item;
  margin-bottom    : 3px;
}

#ez-toc-container ul>li::before {
  content    : counters(item, ".") ". ";
  font-weight: 700;
  font-size  : 15px !important;
}

#ez-toc-container ul ul {
  counter-reset: subitem;
  list-style   : none;
  padding-left : 20px;
}

#ez-toc-container ul ul>li {
  counter-increment: subitem;
  margin-bottom    : 5px;
}

#ez-toc-container ul ul>li::before {
  content: counters(item, ".") "."counters(subitem, ".") " ";
}

#ez-toc-container a {
  color    : #333 !important;
  font-size: 15px !important;
}

#ez-toc-container a:hover {
  color: #ED6626 !important;
}

.ez-toc-title-toggle {
  display    : flex;
  align-items: center;
}

.eztoc-hide {
  display: none !important;
}

.ez-toc-title-toggle svg:first-child {
  display: none;
}

.ez-toc-title-toggle svg:last-child {
  fill  : #333 !important;
  color : #333 !important;
  height: 20px;
  width : 20px;
}

/* Trash */

@media screen and (min-width: 1024px) {
  .cs-product-loop {
    list-style: none !important;
  }

  .homeProduct .swiper-wrapper {
    display: grid !important;
  }

  .homeProduct .cs-button-prev {
    display: none !important;
  }

  .homeProduct .cs-button-next {
    display: none !important;
  }
}

.selected_gift,
.selected_upsale {
  background-color: #fff;
  color           : #ED6626;
}

#payment .li.wc_payment_method>label>img {
  max-height: 17px !important;
  max-width : unset !important;
}

.cs-coupons-container::-webkit-scrollbar {
  width       : 3px;
  margin-right: -5px;
}

.cs-coupons-container::-webkit-scrollbar-track {
  background   : #fff;
  border-radius: 30px;
}

.cs-coupons-container::-webkit-scrollbar-thumb {
  background   : #999;
  border-radius: 30px;
}

.cs-coupons-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Ẩn label của các trường billing */

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>p>label {
  display: none;
}

/* Style chung cho input text và email */

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>p>span>input[type="text"],
#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>p>span>input[type="email"],
#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>p>span>input[type="tel"] {
  width        : 100%;
  border       : 1px solid #D9D9D9;
  color        : rgb(51, 51, 51);
  font-family  : SVN Gotham, sans-serif;
  font-size    : 16px;
  font-weight  : 400;
  height       : 42px;
  line-height  : 24px;
  padding      : 0px 15px;
  border-radius: 36px;
  outline-color: rgb(51, 51, 51);
  box-sizing   : border-box;
}

/* Style cho textarea (ghi chú đơn hàng) */

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>p>span>textarea {
  width        : 100%;
  border       : 1px solid #D9D9D9;
  color        : rgb(51, 51, 51);
  font-family  : SVN Gotham, sans-serif;
  font-size    : 16px;
  font-weight  : 400;
  line-height  : 24px;
  padding      : 10px 15px;
  border-radius: 16px;
  outline-color: rgb(51, 51, 51);
  box-sizing   : border-box;
  resize       : vertical;
  min-height   : 112px;
}

/* Width cho các trường full width */

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>#billing_last_name_field,
#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>#billing_phone_field,
#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>#billing_email_field,
#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>#billing_address_1_field,
#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>#order_comments_field {
  width: 100%;
}

/* Width cho các trường select (state và city) */

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>#billing_state_field,
#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>#billing_city_field {
  width   : calc(50% - 8px);
  position: relative !important;
}

/* Style cho select dropdown (state và city) */

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>#billing_state_field select,
#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>#billing_city_field select {
  width        : 100% !important;
  border       : 1px solid #D9D9D9 !important;
  color        : rgb(51, 51, 51);
  font-family  : SVN Gotham, sans-serif;
  font-size    : 16px;
  font-weight  : 400;
  height       : 42px !important;
  line-height  : 24px;
  padding      : 0px 15px !important;
  border-radius: 36px;
  outline-color: rgb(51, 51, 51);
  box-sizing   : border-box;
}

/* Style cho Select2 container */

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper .select2-container {
  width: 100% !important;
}

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper .select2-selection {
  height       : 42px !important;
  border       : 1px solid #D9D9D9 !important;
  border-radius: 36px !important;
  padding      : 0px 15px !important;
  display      : flex;
  align-items  : center;
}

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper .select2-selection__rendered {
  color       : rgb(51, 51, 51);
  font-family : SVN Gotham, sans-serif;
  font-size   : 16px;
  font-weight : 400;
  line-height : 24px;
  padding-left: 0 !important;
}

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper .select2-selection__arrow {
  height: 40px;
  right : 15px;
}

/* Style cho Select2 dropdown khi mở */

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper .select2-dropdown {
  border       : 1px solid #D9D9D9;
  border-radius: 12px;
  margin-top   : 4px;
}

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper .select2-results__option {
  color      : rgb(51, 51, 51);
  font-family: SVN Gotham, sans-serif;
  font-size  : 16px;
  padding    : 10px 15px;
}

#customer_details>.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper .select2-results__option--highlighted {
  background-color: #f5f5f5;
  color           : rgb(51, 51, 51);
}

.woocommerce form .form-row.address-field .select2-container,
.select2-container {
  width: auto !important;
}

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

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

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

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

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

  @media (min-width: 1450px) {
    .lg\:container {
      max-width: 1380px;
    }
  }
}

.first\:flex:first-child {
  display: flex;
}

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

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

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

.last\:border-none:last-child {
  border-style: none;
}

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

.odd\:bg-light-gray:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.even\:bg-light-gray:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 102 38 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 38 / var(--tw-bg-opacity));
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(237 102 38 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

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

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(237 102 38 / var(--tw-bg-opacity));
}

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

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

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

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

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

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

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

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

  .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-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

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

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }

  .md\:aspect-\[805\/832\] {
    aspect-ratio: 805/832;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

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

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

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

  .md\:min-h-\[unset\] {
    min-height: unset;
  }

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

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

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

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

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

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

  .md\:rotate-90 {
    --tw-rotate: 90deg;
    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));
  }

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

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

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

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

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:border {
    border-width: 1px;
  }

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

  .md\:bg-light-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

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

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

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

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

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

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

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

  .lg\:right-\[unset\] {
    right: unset;
  }

  .lg\:top-\[unset\] {
    top: unset;
  }

  .lg\:z-0 {
    z-index: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-\[calc\(100\%\/12\*7\/10\+20px\)\] {
    margin-left: calc(100% / 12 * 7 / 10 + 20px);
    margin-right: calc(100% / 12 * 7 / 10 + 20px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[1920\/640\] {
    aspect-ratio: 1920/640;
  }

  .lg\:size-8 {
    width: 2rem;
    height: 2rem;
  }

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

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

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

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

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

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

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

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

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

  .lg\:h-full {
    height: 100%;
  }

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

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

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

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

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

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

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

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

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

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

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

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

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

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

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

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

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

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

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

  .lg\:gap-\[4\.5rem\] {
    gap: 4.5rem;
  }

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

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

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

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

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

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

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

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

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

  .lg\:border-dark-gray {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity));
  }

  .lg\:bg-\[\#F4EDEA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 237 234 / var(--tw-bg-opacity));
  }

  .lg\:bg-light-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

  .lg\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(237 102 38 / var(--tw-bg-opacity));
  }

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

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

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

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

  .lg\:p-4 {
    padding: 1rem;
  }

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

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:text-dark-gray {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }

  .lg\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(237 102 38 / var(--tw-text-opacity));
  }

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

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

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1);
    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);
  }

  .lg\:invert-0 {
    --tw-invert: invert(0);
    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);
  }

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

  .lg\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgb(65 168 227 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:bottom-3 {
    bottom: 0.75rem;
  }

  .group:hover .lg\: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 .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:min-w-\[280px\] {
    min-width: 280px;
  }

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

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

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

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

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

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

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1450px) {
  .\32xl\:inline-block {
    display: inline-block;
  }

  .\32xl\:gap-14 {
    gap: 3.5rem;
  }

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

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

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

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