@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&amp;display=swap");
/*
! tailwindcss v3.3.5 | 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 {
  -webkit-box-sizing: border-box;
          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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder,
textarea::-ms-input-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;
}
.juicy {
    font-family: "Poppins";
    background-color: #000;
  }
img{
  max-width: none;
}
#cookieBar {
    display: none !important;
  }
*, ::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:  ;
}
::-webkit-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:  ;
}
::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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.juicy {
    position: relative;
    overflow: hidden;
  }
.juicy * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.juicy .filter {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    overflow-y: scroll;
  }
.juicy .filter.fixed {
    position: fixed;
    top: 0;
  }
.juicy .filter.active {
    bottom: 0;
  }
.juicy .filter .container {
    max-width: 1500px !important;
    margin: 0 auto;
    padding: 0;
  }
.juicy .filter a.expand {
    position: relative;
    padding: 30px 0 30px 25px;
    background: #000;
    display: block;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
  }
.juicy .filter a.\!expand {
    position: relative !important;
    padding: 30px 0 30px 25px !important;
    background: #000 !important;
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    border-top: 1px solid #272727 !important;
    border-bottom: 1px solid #272727 !important;
  }
.juicy .filter a.expand span:nth-child(2) {
    position: absolute;
    right: 32px;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    display: block;
    background: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
.juicy .filter a.\!expand span:nth-child(2) {
    position: absolute !important;
    right: 32px !important;
    top: 50% !important;
    width: 1px !important;
    height: 14px !important;
    margin-top: -7px !important;
    display: block !important;
    background: #fff !important;
    -webkit-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
  }
.juicy .filter a.expand span:nth-child(2):after {
    position: absolute;
    left: -7px;
    top: 50%;
    width: 14px;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
.juicy .filter a.\!expand span:nth-child(2):after {
    position: absolute !important;
    left: -7px !important;
    top: 50% !important;
    width: 14px !important;
    height: 1px !important;
    background: #fff !important;
    content: "" !important;
    -webkit-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
  }
.juicy .filter a.expand.active span:nth-child(2) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
.juicy .filter a.\!expand.active span:nth-child(2) {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
  }
.juicy .filter a.expand.active span:nth-child(2):after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
.juicy .filter a.\!expand.active span:nth-child(2):after {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
    opacity: 0 !important;
  }
.juicy .filter .expand-content {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(20, 20, 20)), color-stop(50%, rgb(0, 0, 0)));
    background: linear-gradient(180deg, rgb(20, 20, 20) 0%, rgb(0, 0, 0) 50%);
    display: none;
  }
.juicy .filter .expand-content .inner {
    padding: 40px 45px 12px;
  }
.juicy .filter .expand-content small {
    font-weight: medium;
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 0 0 20px;
    border-bottom: 1px solid #272727;
    margin-bottom: 20px;
  }
.juicy .filter .expand-content ul {
    margin-bottom: 35px;
  }
.juicy .filter .expand-content ul li {
    margin-bottom: 17px;
  }
.juicy .filter .expand-content ul li label {
    position: relative;
    font-size: 13px;
    color: #fff;
    list-style: 1;
    font-weight: normal;
    display: block;
    margin: 0;
    padding-left: 25px;
  }
.juicy .filter .expand-content ul li label input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: 1px solid #535353;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 14px;
    border-radius: 0;
  }
.juicy .filter .expand-content ul li label input[type=checkbox]:after {
    margin: -5px 0 0 1px;
    width: 17px;
    height: 16px;
    background: url("https://www.benq.com/content/dam/newb2b/campaign/golf-simultor-projector/export-testimonials/img/icon_chk.png") 0 0/100% no-repeat;
    content: "";
    display: block;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
.juicy .filter .expand-content ul li label input[type=checkbox]:checked {
    border: 1px solid #2e92bc;
    background: #2e92bc;
  }
.juicy .filter .expand-content ul li label input[type=checkbox]:checked:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
.juicy .filter .expand-content ul li label input[type=checkbox]:disabled {
    cursor: pointer;
  }
@media (min-width: 996px) {
    .juicy .filter {
      bottom: auto;
      margin: 0 auto 50px;
      background: #000;
      overflow: hidden;
    }
    .juicy .filter a.expand {
      display: none !important;
    }
    .juicy .filter .menu {
      padding: 25px 0;
    }
    .juicy .filter .menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .juicy .filter .menu ul li {
      position: relative;
      padding: 0 10px;
    }
    .juicy .filter .menu ul li a {
      font-weight: medium;
      font-size: 16px;
      color: #333;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 30px;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear;
    }
    .juicy .filter .menu ul li a:hover, .juicy .filter .menu ul li a.active {
      color: #fff;
    }
    .juicy .filter .menu ul li:after {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -20px;
      width: 1px;
      height: 40px;
      background: #535353;
      content: "";
    }
    .juicy .filter .menu ul li:last-child:after {
      display: none;
    }
    .juicy .filter .container {
      border-bottom: 1px solid #535353;
    }
    .juicy .filter .expand-content {
      background: none;
      display: block !important;
      padding: 0;
      width: 100%;
      border-top: 1px solid #535353;
    }
    .juicy .filter .expand-content .inner {
      padding: 40px 0 23px;
      max-width: 1000px;
      margin: 0 auto;
    }
    .juicy .filter .expand-content ul {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .juicy .filter .expand-content ul li {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
    }
    .juicy .filter .expand-content ul li label {
      font-size: 14px;
      cursor: pointer;
    }
     {
      bottom: auto !important;
      margin: 0 auto 50px !important;
      background: #000 !important;
      overflow: hidden !important;
    }
    .juicy .filter a.\!expand {
      display: none !important;
    }
     {
      padding: 25px 0 !important;
      position: relative !important;
      font-weight: medium !important;
      color: #333 !important;
      line-height: 1 !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
      padding: 0 30px !important;
      -webkit-transition: all 0.25s linear !important;
      transition: all 0.25s linear !important;
      color: #fff !important;
      position: absolute !important;
      right: 0 !important;
      top: 50% !important;
      margin-top: -20px !important;
      width: 1px !important;
      height: 40px !important;
      background: #535353 !important;
      content: "" !important;
      display: none !important;
      border-bottom: 1px solid #535353 !important;
      background: none !important;
      display: block !important;
      width: 100% !important;
      border-top: 1px solid #535353 !important;
      padding: 40px 0 23px !important;
      max-width: 1000px !important;
      margin: 0 auto !important;
      padding: 0 !important;
      margin: 0 !important;
      display: flex !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
      max-width: 100% !important;
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 25% !important;
              flex: 0 0 25% !important;
      font-size: 14px !important;
      cursor: pointer !important;
    }
  }
.juicy .item {
    position: relative;
  }
.juicy .item .img-wrap {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
.juicy .item .img-wrap:after {
    padding-top: 76.7371601208%;
    display: block;
    content: "";
  }
.juicy .item p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    color: #fff;
    padding: 20px 20px 33px;
  }
.juicy .item span {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 10px;
    color: #fff;
    font-style: italic;
    text-align: right;
  }
@media (min-width: 996px) {
    .juicy .item p {
      font-size: 18px;
    }
  }
.juicy .item a {
    height: 100%;
    display: block;
    overflow: hidden;
  }
.juicy .item a:hover .img-wrap {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
.juicy .list {
    padding: 0 25px;
    overflow: hidden;
  }
.juicy .list .item {
    margin-bottom: 40px;
  }
.juicy .list .item a {
    position: relative;
    border: 1px solid #313131;
    display: block;
  }
.juicy .list .item p {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 30px 25px 55px;
    background-color: #000;
  }
@media (min-width: 960px) {
    .juicy .list .container {
      max-width: 1200px !important;
      margin: 0 auto;
      padding: 0;
    }
    .juicy .list .row {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0;
    }
    .juicy .list .item {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      padding: 0 10px;
      margin-bottom: 40px;
    }
    .juicy .list .item p {
      padding-bottom: 90px;
    }
    .juicy .list .item span {
      font-size: 14px;
    }
  }
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-\[52px\]{
  width: 52px;
}
.w-full{
  width: 100%;
}
.transform{
  -webkit-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: 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));
}
.resize{
  resize: both;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.border{
  border-width: 1px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.italic{
  font-style: italic;
}
.outline{
  outline-style: solid;
}
.filter{
  -webkit-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: 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{
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-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-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.data-active\:visible[data-active="true"]{
  visibility: visible;
}
.data-active\:\!block[data-active="true"]{
  display: block !important;
}
@media (min-width: 1024px){
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:\!block{
    display: block !important;
  }
  .lg\:\!hidden{
    display: none !important;
  }
  .lg\:hidden{
    display: none;
  }
}