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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: "Open Sans", sans-serif;
  /* 4 */
}

/*
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[title] {
  -webkit-text-decoration: unset;
  text-decoration: unset;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #eaeaea;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #eaeaea;
  /* 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;
} */

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

[hidden] {
  display: none;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #e3e3e3;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23e3e3e3' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #e3e3e3;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,
[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
}

h2 {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 600;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=time]::-moz-placeholder,
textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=time]::placeholder,
textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(156 156 156 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 156 156 / var(--tw-border-opacity));
  --tw-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 3px 8px var(--tw-shadow-color);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

textarea {
  resize: none;
}

[type='checkbox'],
[type='radio'] {
  height: 1.3125rem;
  width: 1.3125rem;
  border-radius: 9999px;
  background-color: transparent;
  color: transparent;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(227 227 227 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
}

[type='checkbox']:checked,
[type='radio']:checked {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

[type='checkbox']:focus,
[type='radio']:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(227 227 227 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
}

[type='checkbox']:checked:focus,
[type='radio']:checked:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7L8.85709 12.3743L6 10.0692' stroke='%23000' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13C11.6569 13 13 11.6569 13 10C13 8.34315 11.6569 7 10 7C8.34315 7 7 8.34315 7 10C7 11.6569 8.34315 13 10 13Z' fill='%23000'/%3E%3C/svg%3E");
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%233c3c3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

[type='text'].valid,
[type='email'].valid,
[type='url'].valid,
[type='password'].valid,
[type='number'].valid,
[type='date'].valid,
[type='datetime-local'].valid,
[type='month'].valid,
[type='search'].valid,
[type='tel'].valid,
[type='time'].valid,
[type='week'].valid,
[multiple].valid,
textarea.valid,
select.valid {
  --tw-border-opacity: 1;
  border-color: rgb(36 183 93 / var(--tw-border-opacity));
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.283 1.05301L4.192 7.51297L1.059 4.74301' stroke='%23498746' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(1.5em + 0.1875rem) center;
  background-size: 11px 9px;
}

[type='text'].error,
[type='email'].error,
[type='url'].error,
[type='password'].error,
[type='number'].error,
[type='date'].error,
[type='datetime-local'].error,
[type='month'].error,
[type='search'].error,
[type='tel'].error,
[type='time'].error,
[type='week'].error,
[multiple].error,
textarea.error,
select.error {
  --tw-border-opacity: 1;
  border-color: rgb(232 55 32 / var(--tw-border-opacity));
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.061 1.061L9.0612 9.06121' stroke='%23E83720' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.061 1.061L1.0615 9.0605' stroke='%23E83720' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(1.5em + 0.1875rem) center;
  background-size: 11px 11px;
}

*,
::before,
::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(156 156 156 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --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: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-brightness: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-contrast: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-grayscale: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-hue-rotate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-invert: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-saturate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-sepia: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-drop-shadow: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-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);
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  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 (max-width: 1024px) {
  .md\:h-41 {
    height: 16.65vw;
    /* 164px */
  }

  .md\:h-43 {
    height: 18.3vw;
    /* 172px */
  }
}

@media (max-width: 639px) {
  .sm\:h-48-50 {
    height: 30.45vw;
    /* 194px */
  }

  .sm\:h-75 {
    height: 46.6vw;
    /* 300px */
  }
}

@media (min-width: 1280px) {

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

@media (min-width: 1440px) {

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

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

.visible {
  visibility: visible;
}

.overflow-visible {
  overflow: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

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

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

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

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

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

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

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-auto {
  height: auto;
}

.h-8 {
  height: 2rem;
}

.h-34-75 {
  height: 8.687rem;
  /* 139px */
}

.h-50 {
  height: 12.50rem;
  /* 200px */
}

.h-62-50 {
  height: 15.625rem;
  /* 250px */
}

.h-75-76 {
  height: 19.1875rem;
  /* 307px */
}

.h-115 {
  height: 28.75rem !important;
  /* 460px */
}

.h-134-50 {
  height: 33.625rem !important;
  /* 538px */
}

.h-192 {
  height: 48rem;
  /* 768px */
}

.h-full {
  height: 100%;
}

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

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

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

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

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

.w-8 {
  width: 2rem;
}

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

.w-24 {
  width: 6rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-46-50 {
  width: 11.625rem;
  /* 186px */
}

.w-50 {
  width: 12.50rem;
  /* 200px */
}

.w-75 {
  width: 18.75rem;
  /* 300px */
}

.w-83-25 {
  width: 20.8125rem;
  /* 333px */
}

.w-85 {
  width: 21.25rem !important;
  /* 340px */
}

.w-115 {
  width: 28.75rem;
  /* 460px */
}

.w-150 {
  width: 37.50rem !important;
  /* 600px */
}

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

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

.max-w-5xl {
  max-width: 64rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.transform {
  transform: var(--tw-transform);
}

@-webkit-keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

.resize {
  resize: both;
}

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

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-5 {
  gap: 1.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.from-\[rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  --tw-gradient-from: rgba(0, 0, 0, 0.75);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

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

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-52 {
  padding-top: 13rem;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

.pr-24 {
  padding-right: 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-11px {
  font-size: 11px;
  line-height: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

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

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

.text-green {
  --tw-text-opacity: 1;
  color: rgb(36 183 93 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: #e83720;
}

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

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

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

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(232 187 32 / var(--tw-text-opacity));
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

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

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

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

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

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

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

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

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

[type='checkbox'].checkbox-white:checked,
[type='radio'].radio-white:checked {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

[type='checkbox'].checkbox-white:focus,
[type='radio'].radio-white:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type='checkbox'].checkbox-white:checked:focus,
[type='radio'].radio-white:checked:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

[type='checkbox'].checkbox-white:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7L8.85709 12.3743L6 10.0692' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");
}

[type='radio'].radio-white:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13C11.6569 13 13 11.6569 13 10C13 8.34315 11.6569 7 10 7C8.34315 7 7 8.34315 7 10C7 11.6569 8.34315 13 10 13Z' fill='%23fff'/%3E%3C/svg%3E");
}

select.select-white {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

.cart-counter-badge {
  min-width: 16px;
  min-height: 16px;
  border-radius: 16px;
  font-size: 10px;
}

hr {
  border-top-color: #d6d6d6;
}

.js-slide {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-slide:first-child {
  height: auto;
  visibility: visible;
  overflow: visible;
}

.js-carousel.slick-initialized .js-slide {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.flex-carousel .slick-track,
.slick-slider .slick-track {
  display: flex !important;
}

.flex-carousel .slick-slide {
  height: inherit !important;
}

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

.slick-control .slick-arrow {
  position: static;
  transform: none;
}

.slick-control .slick-next {
  margin-left: 1.25rem;
}

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

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

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

.slick-prev:before,
.slick-next:before {
  content: "";
  width: 9px;
  height: 16px;
  display: block;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80499 1.413L1.00499 7.74699L6.80499 14.081' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.slick-next:before {
  transform: scale(-1, -1);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dotted.slick-slider {
  padding-bottom: 45px;
  margin-bottom: 15px;
}

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

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #d6d6d6;
  border-radius: 50%;
}

.slick-dots .slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background-color: #9c9c9c;
}

.video-thumbnail.icon-yt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='63' viewBox='0 0 90 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88.057 9.716C87.5421 7.81997 86.537 6.09295 85.1429 4.70863C83.7487 3.3243 82.0146 2.33147 80.115 1.83C73.086 -1.90735e-06 44.973 -1.87336e-06 44.973 -1.87336e-06C44.973 -1.87336e-06 17.373 -0.114002 10.346 1.714C6.46 2.743 2.746 5.885 1.718 9.714C-0.167001 16.687 -6.74278e-07 31.143 -6.74278e-07 31.143C-6.74278e-07 31.143 -0.167001 45.6 1.718 52.571C2.747 56.399 6.518 59.542 10.346 60.571C17.374 62.457 44.973 62.285 44.973 62.285C44.973 62.285 72.573 62.399 79.6 60.571C83.486 59.542 87.085 56.4 88.114 52.571C90 45.657 90 31.143 90 31.143C90 31.143 89.943 16.687 88.057 9.715' fill='%23ff0000'/%3E%3Cpath d='M36.345 44.971L58.801 31.143L36.345 17.312V44.971Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .35s ease-out;
  z-index: 1;
  background-size: 67px 50px;
}

@media (min-width: 768px) {
  .video-thumbnail.icon-yt:before {
    background-size: 90px 63px;
  }

  .lg\:lh-40 {
    line-height: 40px;
  }
}

.box-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.scale-thumbnail:hover img,
.video-thumbnail.icon-yt:hover:before {
  transform: scale(1.1);
}

.scale-thumbnail>img {
  width: 100%;
  transition: transform 1s;
}

.form-checkbox:checked {
  background-size: 84%;
}

.toggle-checkbox {
  top: 0.25rem;
  left: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

.toggle-checkbox:checked {
  right: 0.25rem;
  left: auto;
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

.toggle-checkbox:checked+.toggle-label {
  background-color: #498746;
}

@media (min-width: 768px) {
  .dropdown:hover>.dropdown-menu {
    display: block !important;
  }
}

.slider-nav img {
  opacity: 0.3;
  cursor: pointer;
  transition: all .3s;
  visibility: visible;
}

.slider-nav .slick-current img {
  opacity: 1;
}

a.popup-link {
  cursor: zoom-in;
}

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

.after\:ml-0\.5::after {
  content: var(--tw-content);
  margin-left: 0.125rem;
}

.after\:ml-0::after {
  content: var(--tw-content);
  margin-left: 0px;
}

.after\:text-red::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(232 55 32 / var(--tw-text-opacity));
}

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

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

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}

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

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}

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

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

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(232 187 32 / var(--tw-text-opacity));
}

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

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

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

@media (min-width: 640px) {

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

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

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

}

@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

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

  .md\:order-none {
    order: 0;
  }

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

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

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

  .md\:aspect-\[674\/347\] {
    aspect-ratio: 674 / 347;
  }

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

  .md\:min-h-0 {
    min-height: 0px;
  }

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

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

  .md\:w-16 {
    width: 4rem;
  }

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

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

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

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

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

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

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

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

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

  .md\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(105 105 105 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

  .hover\:md\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(105 105 105 / var(--tw-border-opacity));
  }
}

@media (min-width: 1024px) {

  .lg\:h-75 {
    height: 20.45vw;
    /* 300px */
  }

  .lg\:h-85 {
    height: 22.5vw;
    /* 340px */
  }

  .lg\:order-none {
    order: 0;
  }

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

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .lg\:ml-8 {
    margin-left: 2rem;
  }

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

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

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

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

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

  .lg\:w-24 {
    width: 6rem;
  }

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

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

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

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

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

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

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

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

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

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

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

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

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

  .lg\:pl-28 {
    padding-left: 7rem;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {

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

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

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

  .xl\:ml-12 {
    margin-left: 3rem;
  }

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

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

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

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

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

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

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

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

  .xl\:pt-80 {
    padding-top: 20rem;
  }

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

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

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

@media (min-width: 1440px) {

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

}

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

.max-height-340 {
  max-height: 340px;
}

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

/* width classes define */
.max-width-460 {
  max-width: 460px;
}

/* height classes define */
.height-300 {
  height: 300px;
}

.height-340 {
  height: 340px;
}

.w-70 {
  width: 70%;
}

.post-custom-formatted {
  font-size: 1rem;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.post-custom-formatted img {
  margin: 50px auto;
}

body.postid-58056 .post-custom-formatted img {
  margin: auto !important;
}

.post-custom-formatted h4,
.post-custom-formatted h5,
.post-custom-formatted p,
.post-custom-formatted div,
.post-custom-formatted iframe {
  margin: 15px auto;
}

.post-custom-formatted a {
  font-weight: bold;
  color: #307bf9;
}

.about-home p {
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

/* 
  Ninja form (Contact us) CSS start
*/
.nf-error.field-wrap .nf-field-element:after {
  content: "\f00d" !important;
  color: #e80000 !important;
  background: transparent !important;
}

.nf-pass.field-wrap .nf-field-element:after {
  content: "\f00c" !important;
  font-size: 20px !important;
}

.nf-form-content label {
  font-weight: 600 !important;
  font-size: 13px !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content textarea,
.nf-form-content input:not([type=button]) {
  background: unset !important;
  color: unset !important;
  margin-top: 0.25rem !important;
  width: 100% !important;
  --tw-border-opacity: 1;
  /* border-color: rgb(156 156 156 / var(--tw-border-opacity))  !important; */
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 2rem;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 300 !important;
}

.nf-form-content input[type=button] {
  padding: 12px 80px;
  line-height: 16.5px !important;
  font-size: 11px;
  font-weight: 700;
  height: unset !important;
}

.nf-form-content input[type=button]:hover {
  background-color: #696969 !important;
  color: rgb(255 255 255) !important;
}



@media screen and (min-width: 640px) {
  nf-fields-wrap nf-field {
    position: relative
  }

  .right-input {
    margin-left: 200px;
  }

  .left-input {
    position: absolute !important;
    left: 0;
    width: 180px;
    top: 0;
    z-index: 999;
  }
}

/* 
  Ninja form (Contact us) CSS end
*/

/**Sticky header**/
body.sticky-header .header .navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

body.sticky-header .main {
  /*margin-top: 92px;*/
}

@media (max-width: 1279px) {
  body.sticky-header .main {
    margin-top: 131px;
  }
}

@media (max-width: 767px) {
  body.sticky-header .main {
    margin-top: 78px;
  }

  .sm\:lh-16 {
    line-height: 16px;
  }

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

  .sm\:h-110 {
    height: 6.875rem !important;
  }

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

  .md\:hidden-override {
    display: none !important;
  }
}

.woocommerce-notices-wrapper {
  text-align: center;
  margin-top: 20px;
}

.woocommerce-notices-wrapper a {
  color: rgb(36 183 93);
  text-decoration: underline;
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-button {
  font-size: 11px;
  line-height: 17px;
  letter-spacing: -0.025em;
  font-weight: 700;
  display: inline-block;
}

.yith-wcwl-icon {
  font-size: 17px;
}

tr.woocommerce-shipping-totals th {
  margin-bottom: 10px;
  float: left;
  text-align: left;
}

tr.woocommerce-shipping-totals td {
  width: 100%;
  float: left;
}

tr.woocommerce-shipping-totals td ul li {
  margin-bottom: 10px;
}

tr.woocommerce-shipping-totals td ul li label {
  margin: 0 10px 0;
}

.checkout_coupon {
  display: block !important;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-3\/6 {
  width: 50%;
}

.gap-3 {
  gap: 1rem;
  /* 16px */
}

.w-28 {
  width: 7rem;
  /* 96px */
}

.w-32 {
  width: 8rem;
}

.h-9 {
  height: 2.25rem;
  /* 36px */
}

.pr-8 {
  padding-right: 2rem;
  /* 32px */
}

.pr-8 {
  padding-right: 2rem;
  /* 32px */
}

.pr-20 {
  padding-right: 5rem;
  /* 80px */
}

.woocommerce-cart .cart_item {
  border-bottom: #bdb7b7 solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.account-orders-table .woocommerce-Price-amount {
  font-weight: 600;
}

.quantity {
  float: right;
}

.product-remove a {
  color: #bdb7b7;
}

.back-to-shop {
  width: 50%;
  text-align: left;
  display: flex;
  align-items: end;
}

.back-to-shop a {
  border: #000 solid 2px;
  padding: 14px;
  font-weight: bold;
  font-size: 12px;
}

.shop_table_responsive {
  width: 100%;
}

.shop_table_responsive .order-total th {
  text-align: left;
}

.shop_table_responsive .order-total td {
  padding-right: 25px;
}

.order-total {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.product-thumbnail img {
  width: 200px;
  height: 160px;
  object-fit: cover;
}

.cart-collaterals {
  display: flex;
  /* justify-content: right; */
  text-align: right;
}

.cart-collaterals .cart_totals {
  width: 50%;

}

.calculated_shipping {
  width: 50%;
}

.wc-proceed-to-checkout {
  padding-top: 30px;
}

.wc-proceed-to-checkout .checkout-button {
  display: block;
  text-align: center;
}

.single-product .cart {
  display: flex;
  justify-content: left;
}

.single-product .quantity {
  margin-right: 20px;
}

.single-product .quantity .minus {
  top: 1px;
}

.single-product .quantity .plus {
  top: 7px;
}

.single-product .quantity .input-text {
  margin-top: 0;
}

.single_add_to_cart_button {
  margin-top: 0;
  white-space: nowrap;
  
}

#single-add-to-cart {
background-color:#671717;
}

form.cart input[type="number"] {
  padding: 12px;
  width: 91px;
  height: 45px;
}

.sticky-hamburger {
  position: absolute;
  right: 10px;
  display: none;
}

@media (max-width: 767px) {
  body.sticky-header .sticky-hamburger {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

.modal.custom-modal {
  max-width: 620px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal.custom-modal div.nf-field-label {
  margin-bottom: 5px;
}

.modal.custom-modal .nf-form-content textarea.ninja-forms-field {
  height: 120px;
}

.modal.custom-modal div.nf-field-container {
  margin-bottom: 12px;
}

.modal.custom-modal nf-field:last-child div.nf-field-container {
  margin-bottom: 0;
}

.modal.custom-modal a[rel="modal:close"] {
  position: absolute;
  top: 50px;
  right: 10px;
  font-size: 0;
}

.modal.custom-modal a[rel="modal:close"] img {
  width: 30px;
  height: 30px;
}

.modal.custom-modal a.close-modal {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
  height: 50px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
  right: 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 1.25rem;
  font-size: 12px;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.lh-40 {
  line-height: 40px;
}

.lh-16 {
  line-height: 16px;
}

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

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

.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgb(214 214 214);
}

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

.border-222 {
  border-color: rgb(222, 222, 222);
}

.clear-both {
  clear: both;
}

.lt-h {
  width: 260px !important;
}

@media screen AND (min-width:767px) {
  .rtm-h {
    margin-left: 50% !important;
  }
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.select2-container {
  margin-top: 5px;
}

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

.min-h-full {
  min-height: 100%;
}

.theChampLogin {
  height: 20px;
  width: 25px;
}

div.the_champ_login_container i.theChampFacebookBackground {
  background-color: transparent !important;
}

div.theChampFacebookLogoContainer {
  background-color: transparent !important;
  margin: unset;
  height: 14px;
  width: 25px;
}

.theChampFacebookLoginSvg {
  background-size: 45% !important;
  background: url('../images/icons/logo_facebook.svg') left no-repeat;
}

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

.theChampGoogleLoginSvg {
  margin-top: 0;
  background-size: 70% !important;
  background: url('../images/icons/logo_google.svg') left no-repeat;
}

.the_champ_social_login_title {
  float: left;
  width: 100px;
  white-space: nowrap
}

div.the_champ_login_container {
  float: left;
  margin: unset;
  width: 150px;
}

ul.the_champ_login_ul {
  margin: unset !important;
}

body div#app main#main div div div div div div a#product-gallery-image>.mz-figure>img,
.slider-shop {
  max-height: 33.625rem !important;
}

body div#app main#main div div div div div div a#product-gallery-image>.mz-figure>img {
  object-fit: contain;
  object-position: center;
}

@media (max-width: 768px) {

  body div#app main#main div div div div div div a#product-gallery-image>.mz-figure>img,
  .slider-shop {
    max-height: 22.625rem !important;
  }

  .woocommerce-custom-pricing,
  .woocommerce-custom-availability {
    width: 50%;
    float: left;
    margin: 0;
    padding: 15px 0px;
    height: 60px;
    display: flex;
    align-items: center;
  }

  .woocommerce-custom-availability {
    text-align: right;
    justify-content: end;
  }

  .btn-sticky {
    position: fixed;
    bottom: 0px;
    left: 10px;
    right: 10px;
    width: unset;
    z-index: 9;
  }
}

@media (max-width: 440px) {
  .xs\:h-90 {
    height: 5.625rem !important;
  }

  .the_champ_social_login_title {
    width: 40%;
  }

  div.the_champ_login_container {
    width: 60%;
  }
}

@media (max-width: 640px) and (min-width: 441px) {
  .the_champ_social_login_title {
    width: 100px;
  }

  div.the_champ_login_container {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .md-img-640 {
    width: 100% !important;
    max-height: 539px !important;
    height: auto !important;
  }
}

.wpml-ls-legacy-dropdown {
  width: unset !important;

}

.wpml-ls-legacy-dropdown a {
  border: unset !important;
}

.wpml-ls-legacy-dropdown a span {
  text-transform: uppercase;
}

.ui-slider .ui-slider-handle {
  background: #000;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  top: -9px;
}

.ui-widget-header {
  background: #000;
}

.ui-widget.ui-widget-content {
  background: #c5c5c5;
  border-radius: 10px;
  height: 0.6em;
}

.price-range-field {
  width: 35%;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.price-range-field+.price-range-field {
  float: right;
}

@media (max-width:475px) {
  .woocommerce-LostPassword .submit_button {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .xs\:h-75 {
    height: 62.6vw;
    /* 300 px */
  }

  .xs\:h-115 {
    height: 96vw;
    /* 460 px */
  }

  .xs\:max-h-115 {
    max-height: 96vw;
  }

  .xs\:w-full {
    width: 100% !important;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.force-object-cover img {
  object-fit: cover !important;
  object-position: center;
}

@media (min-width:768px) and (max-width:1024px) {
  .navbar .container {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }

  .cart {
    width: 100%;
  }
}

.custom-aspect-ratio-23-15 {
  aspect-ratio: 23/15;
}

.custom-aspect-ratio-23-15 img {
  width: unset !important;
  height: unset !important;
  aspect-ratio: 23/15;
}

@media screen AND (max-width:767px) {
  .ht-social-login>div {
    display: flex;
    flex-wrap: wrap;
  }

  .ht-social-login>div>div {
    width: 50%;
  }
}

#slider-range {
  height: 0.2em;
}

.ui-slider .ui-slider-handle {
  width: 1.3em;
  height: 1.3em;
  transform: scale(-75%);
}

input#min_price,
input#max_price {
  padding-top: .75rem;
  padding-bottom: .75rem;
  width: 30%;
}

.about-home p a, .single-summary-inner a {
  font-weight: 600;
  color:#2563eb;
}

#htfc-inner-container a {
  font-size: 14px;
  color:#fff;
}

#htfc-inner-container a:hover {
  font-size: 14px;
  color:#ccc;
}

.sg_mobile_banner {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sg_mobile_banner {
    display: initial;
  }

  .sg_banner {
    display: none;
  }

}
