@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&family=Poppins:wght@300;400;500;700;900&display=swap");
/*
! tailwindcss v3.3.2 | 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 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-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::-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: #000;
  }
img{
  max-width: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-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;
  }
}
#cookieBar {
    display: none;
  }
.juicy {
    /*


                              tttt                                                                   
                           ttt:::t                                                                   
                           t:::::t                                                                   
                           t:::::t                                                                   
        ssssssssss   ttttttt:::::ttttttt        eeeeeeeeeeee    ppppp   ppppppppp       ssssssssss   
      ss::::::::::s  t:::::::::::::::::t      ee::::::::::::ee  p::::ppp:::::::::p    ss::::::::::s  
    ss:::::::::::::s t:::::::::::::::::t     e::::::eeeee:::::eep:::::::::::::::::p ss:::::::::::::s 
    s::::::ssss:::::stttttt:::::::tttttt    e::::::e     e:::::epp::::::ppppp::::::ps::::::ssss:::::s
     s:::::s  ssssss       t:::::t          e:::::::eeeee::::::e p:::::p     p:::::p s:::::s  ssssss 
       s::::::s            t:::::t          e:::::::::::::::::e  p:::::p     p:::::p   s::::::s      
          s::::::s         t:::::t          e::::::eeeeeeeeeee   p:::::p     p:::::p      s::::::s   
    ssssss   s:::::s       t:::::t    tttttte:::::::e            p:::::p    p::::::pssssss   s:::::s 
    s:::::ssss::::::s      t::::::tttt:::::te::::::::e           p:::::ppppp:::::::ps:::::ssss::::::s
    s::::::::::::::s       tt::::::::::::::t e::::::::eeeeeeee   p::::::::::::::::p s::::::::::::::s 
     s:::::::::::ss          tt:::::::::::tt  ee:::::::::::::e   p::::::::::::::pp   s:::::::::::ss  
      sssssssssss              ttttttttttt      eeeeeeeeeeeeee   p::::::pppppppp      sssssssssss    
                                                                 p:::::p                             
                                                                 p:::::p                             
                                                                p:::::::p                            
                                                                p:::::::p                            
                                                                p:::::::p                            
                                                                ppppppppp                            

    */
    /*






    nnnn  nnnnnnnn      aaaaaaaaaaaaavvvvvvv           vvvvvvv
    n:::nn::::::::nn    a::::::::::::av:::::v         v:::::v 
    n::::::::::::::nn   aaaaaaaaa:::::av:::::v       v:::::v  
    nn:::::::::::::::n           a::::a v:::::v     v:::::v   
      n:::::nnnn:::::n    aaaaaaa:::::a  v:::::v   v:::::v    
      n::::n    n::::n  aa::::::::::::a   v:::::v v:::::v     
      n::::n    n::::n a::::aaaa::::::a    v:::::v:::::v      
      n::::n    n::::na::::a    a:::::a     v:::::::::v       
      n::::n    n::::na::::a    a:::::a      v:::::::v        
      n::::n    n::::na:::::aaaa::::::a       v:::::v         
      n::::n    n::::n a::::::::::aa:::a       v:::v          
      nnnnnn    nnnnnn  aaaaaaaaaa  aaaa        vvv           







    */
    /*

    bbbbbbbb                                                   
    b::::::b                     tttt                          
    b::::::b                  ttt:::t                          
    b::::::b                  t:::::t                          
     b:::::b                  t:::::t                          
     b:::::bbbbbbbbb    ttttttt:::::ttttttt  nnnn  nnnnnnnn    
     b::::::::::::::bb  t:::::::::::::::::t  n:::nn::::::::nn  
     b::::::::::::::::b t:::::::::::::::::t  n::::::::::::::nn 
     b:::::bbbbb:::::::btttttt:::::::tttttt  nn:::::::::::::::n
     b:::::b    b::::::b      t:::::t          n:::::nnnn:::::n
     b:::::b     b:::::b      t:::::t          n::::n    n::::n
     b:::::b     b:::::b      t:::::t          n::::n    n::::n
     b:::::b     b:::::b      t:::::t    ttttttn::::n    n::::n
     b:::::bbbbbb::::::b      t::::::tttt:::::tn::::n    n::::n
     b::::::::::::::::b       tt::::::::::::::tn::::n    n::::n
     b:::::::::::::::b          tt:::::::::::ttn::::n    n::::n
     bbbbbbbbbbbbbbbb             ttttttttttt  nnnnnn    nnnnnn







    */
    /*


                                                                                        tttt            iiii                                     
                                                                                     ttt:::t           i::::i                                    
                                                                                     t:::::t            iiii                                     
                                                                                     t:::::t                                                     
       qqqqqqqqq   qqqqquuuuuu    uuuuuu      eeeeeeeeeeee        ssssssssss   ttttttt:::::ttttttt    iiiiiii    ooooooooooo   nnnn  nnnnnnnn    
      q:::::::::qqq::::qu::::u    u::::u    ee::::::::::::ee    ss::::::::::s  t:::::::::::::::::t    i:::::i  oo:::::::::::oo n:::nn::::::::nn  
     q:::::::::::::::::qu::::u    u::::u   e::::::eeeee:::::eess:::::::::::::s t:::::::::::::::::t     i::::i o:::::::::::::::on::::::::::::::nn 
    q::::::qqqqq::::::qqu::::u    u::::u  e::::::e     e:::::es::::::ssss:::::stttttt:::::::tttttt     i::::i o:::::ooooo:::::onn:::::::::::::::n
    q:::::q     q:::::q u::::u    u::::u  e:::::::eeeee::::::e s:::::s  ssssss       t:::::t           i::::i o::::o     o::::o  n:::::nnnn:::::n
    q:::::q     q:::::q u::::u    u::::u  e:::::::::::::::::e    s::::::s            t:::::t           i::::i o::::o     o::::o  n::::n    n::::n
    q:::::q     q:::::q u::::u    u::::u  e::::::eeeeeeeeeee        s::::::s         t:::::t           i::::i o::::o     o::::o  n::::n    n::::n
    q::::::q    q:::::q u:::::uuuu:::::u  e:::::::e           ssssss   s:::::s       t:::::t    tttttt i::::i o::::o     o::::o  n::::n    n::::n
    q:::::::qqqqq:::::q u:::::::::::::::uue::::::::e          s:::::ssss::::::s      t::::::tttt:::::ti::::::io:::::ooooo:::::o  n::::n    n::::n
     q::::::::::::::::q  u:::::::::::::::u e::::::::eeeeeeee  s::::::::::::::s       tt::::::::::::::ti::::::io:::::::::::::::o  n::::n    n::::n
      qq::::::::::::::q   uu::::::::uu:::u  ee:::::::::::::e   s:::::::::::ss          tt:::::::::::tti::::::i oo:::::::::::oo   n::::n    n::::n
        qqqqqqqq::::::q     uuuuuuuu  uuuu    eeeeeeeeeeeeee    sssssssssss              ttttttttttt  iiiiiiii   ooooooooooo     nnnnnn    nnnnnn
                q:::::q                                                                                                                          
                q:::::q                                                                                                                          
               q:::::::q                                                                                                                         
               q:::::::q                                                                                                                         
               q:::::::q                                                                                                                         
               qqqqqqqqq                                                                                                                         

    */
    /*


                                                                               lllllll         tttt          
                                                                               l:::::l      ttt:::t          
                                                                               l:::::l      t:::::t          
                                                                               l:::::l      t:::::t          
    rrrrr   rrrrrrrrr       eeeeeeeeeeee        ssssssssss   uuuuuu    uuuuuu   l::::lttttttt:::::ttttttt    
    r::::rrr:::::::::r    ee::::::::::::ee    ss::::::::::s  u::::u    u::::u   l::::lt:::::::::::::::::t    
    r:::::::::::::::::r  e::::::eeeee:::::eess:::::::::::::s u::::u    u::::u   l::::lt:::::::::::::::::t    
    rr::::::rrrrr::::::re::::::e     e:::::es::::::ssss:::::su::::u    u::::u   l::::ltttttt:::::::tttttt    
     r:::::r     r:::::re:::::::eeeee::::::e s:::::s  ssssss u::::u    u::::u   l::::l      t:::::t          
     r:::::r     rrrrrrre:::::::::::::::::e    s::::::s      u::::u    u::::u   l::::l      t:::::t          
     r:::::r            e::::::eeeeeeeeeee        s::::::s   u::::u    u::::u   l::::l      t:::::t          
     r:::::r            e:::::::e           ssssss   s:::::s u:::::uuuu:::::u   l::::l      t:::::t    tttttt
     r:::::r            e::::::::e          s:::::ssss::::::su:::::::::::::::uul::::::l     t::::::tttt:::::t
     r:::::r             e::::::::eeeeeeee  s::::::::::::::s  u:::::::::::::::ul::::::l     tt::::::::::::::t
     r:::::r              ee:::::::::::::e   s:::::::::::ss    uu::::::::uu:::ul::::::l       tt:::::::::::tt
     rrrrrrr                eeeeeeeeeeeeee    sssssssssss        uuuuuuuu  uuuullllllll         ttttttttttt  







    */
    /*

                                                                                                                                                                                   dddddddd
                                                                                                                                                                                   d::::::d
                                                                                                                                                                                   d::::::d
                                                                                                                                                                                   d::::::d
                                                                                                                                                                                   d:::::d 
    rrrrr   rrrrrrrrr       eeeeeeeeeeee        cccccccccccccccc   ooooooooooo      mmmmmmm    mmmmmmm      mmmmmmm    mmmmmmm       eeeeeeeeeeee    nnnn  nnnnnnnn        ddddddddd:::::d 
    r::::rrr:::::::::r    ee::::::::::::ee    cc:::::::::::::::c oo:::::::::::oo  mm:::::::m  m:::::::mm  mm:::::::m  m:::::::mm   ee::::::::::::ee  n:::nn::::::::nn    dd::::::::::::::d 
    r:::::::::::::::::r  e::::::eeeee:::::ee c:::::::::::::::::co:::::::::::::::om::::::::::mm::::::::::mm::::::::::mm::::::::::m e::::::eeeee:::::een::::::::::::::nn  d::::::::::::::::d 
    rr::::::rrrrr::::::re::::::e     e:::::ec:::::::cccccc:::::co:::::ooooo:::::om::::::::::::::::::::::mm::::::::::::::::::::::me::::::e     e:::::enn:::::::::::::::nd:::::::ddddd:::::d 
     r:::::r     r:::::re:::::::eeeee::::::ec::::::c     ccccccco::::o     o::::om:::::mmm::::::mmm:::::mm:::::mmm::::::mmm:::::me:::::::eeeee::::::e  n:::::nnnn:::::nd::::::d    d:::::d 
     r:::::r     rrrrrrre:::::::::::::::::e c:::::c             o::::o     o::::om::::m   m::::m   m::::mm::::m   m::::m   m::::me:::::::::::::::::e   n::::n    n::::nd:::::d     d:::::d 
     r:::::r            e::::::eeeeeeeeeee  c:::::c             o::::o     o::::om::::m   m::::m   m::::mm::::m   m::::m   m::::me::::::eeeeeeeeeee    n::::n    n::::nd:::::d     d:::::d 
     r:::::r            e:::::::e           c::::::c     ccccccco::::o     o::::om::::m   m::::m   m::::mm::::m   m::::m   m::::me:::::::e             n::::n    n::::nd:::::d     d:::::d 
     r:::::r            e::::::::e          c:::::::cccccc:::::co:::::ooooo:::::om::::m   m::::m   m::::mm::::m   m::::m   m::::me::::::::e            n::::n    n::::nd::::::ddddd::::::dd
     r:::::r             e::::::::eeeeeeee   c:::::::::::::::::co:::::::::::::::om::::m   m::::m   m::::mm::::m   m::::m   m::::m e::::::::eeeeeeee    n::::n    n::::n d:::::::::::::::::d
     r:::::r              ee:::::::::::::e    cc:::::::::::::::c oo:::::::::::oo m::::m   m::::m   m::::mm::::m   m::::m   m::::m  ee:::::::::::::e    n::::n    n::::n  d:::::::::ddd::::d
     rrrrrrr                eeeeeeeeeeeeee      cccccccccccccccc   ooooooooooo   mmmmmm   mmmmmm   mmmmmmmmmmmm   mmmmmm   mmmmmm    eeeeeeeeeeeeee    nnnnnn    nnnnnn   ddddddddd   ddddd







    */
  }
.juicy * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.juicy h2{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .juicy h2{
    font-size: 40px;
  }
}
.juicy h3{
  font-size: 22px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .juicy h3{
    font-size: 32px;
  }
}
.juicy .js-wrap{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.juicy .js-steps ul:before{
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(1 39 96 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.juicy .js-steps ul li{
  position: relative;
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 2.5px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 39 96 / var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -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: 500ms;
          transition-duration: 500ms;
}
.juicy .js-steps ul li span{
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  width: 28px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  -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));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 199 / var(--tw-bg-opacity));
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -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-delay: 150ms;
          transition-delay: 150ms;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.juicy .js-steps ul li.active{
  height: 48px;
  width: 48px;
  border-radius: 24px;
}
.juicy .js-steps ul li.active span{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -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));
  opacity: 1;
}
.juicy .js-nav a.js-btn{
  margin-left: 10px;
  margin-right: 10px;
  width: 118px;
}
@media (min-width: 768px){
  .juicy .js-nav a.js-btn{
    margin-left: 50px;
    margin-right: 50px;
    width: 168px;
  }
}
.juicy .js-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -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: 300ms;
          transition-duration: 300ms;
}
@media (min-width: 768px){
  .juicy .js-btn{
    height: 50px;
    font-size: 16px;
  }
}
.juicy .js-btn:hover, .juicy .js-btn:active, .juicy .js-btn.active{
  text-decoration-line: underline;
}
.juicy .js-btn.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(35 41 155 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.juicy .js-btn.secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.juicy .js-btn.opt:hover, .juicy .js-btn.opt.active{
  --tw-bg-opacity: 1;
  background-color: rgb(35 41 155 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.juicy .js-q-tit{
  margin-bottom: 50px;
  text-align: center;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .juicy .js-q-tit{
    font-size: 24px;
  }
}
.juicy .js-q1 li a:hover .img-wrap, .juicy .js-q1 li a.active .img-wrap{
  --tw-border-opacity: 1;
  border-color: rgb(35 41 155 / var(--tw-border-opacity));
}
.juicy .js-q1 li a:hover span, .juicy .js-q1 li a.active span{
  opacity: 1;
}
.juicy .js-q4 .num{
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
  width: 23px;
  --tw-scale-x: .7;
  --tw-scale-y: .7;
  -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));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 11.5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 41 155 / var(--tw-text-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -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: 300ms;
          transition-duration: 300ms;
}
.juicy .js-q4 .num.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.juicy .js-q4 .num.behind{
  left: 61.6%;
  top: 66%;
}
.juicy .js-q4 .num.above{
  left: 61.4%;
  top: 22.2%;
}
.juicy .js-q4 .num.next{
  left: 58.4%;
  top: 53.4%;
}
.juicy .js-q4 li a span i{
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 23px;
  width: 23px;
  --tw-scale-x: .7;
  --tw-scale-y: .7;
  -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));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 11.5px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -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: 500ms;
          transition-duration: 500ms;
}
.juicy .js-q4 li a:hover span i, .juicy .js-q4 li a:active span i, .juicy .js-q4 li a.active span i{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 41 155 / var(--tw-text-opacity));
}
.juicy .js-result .js-pics .swiper.thumbs{
  padding-left: 20px;
  padding-right: 20px;
}
.juicy .js-result .js-pics .swiper.thumbs .swiper-slide{
  cursor: pointer;
  border-width: 1px;
  border-color: rgba(101,101,101,0);
  -webkit-transition-property: border;
  transition-property: border;
  -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: 300ms;
          transition-duration: 300ms;
}
.juicy .js-result .js-pics .swiper.thumbs .swiper-slide-thumb-active{
  border-color: rgba(101,101,101,1);
}
.juicy .js-result .js-pics .thumbs-wrap .swiper-button-prev{
  left: -3px;
}
.juicy .js-result .js-pics .thumbs-wrap .swiper-button-next{
  right: -3px;
}
.juicy .js-result .js-pics .thumbs-wrap .swiper-button-prev:after, .juicy .js-result .js-pics .thumbs-wrap .swiper-button-next:after{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}
.juicy .js-result .js-detail ul:nth-child(2) li{
  margin-left: 20px;
  list-style-type: disc;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .juicy .js-result .js-detail ul:nth-child(2) li{
    font-size: 18px;
  }
}
.juicy .js-recommend .js-pagination .swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.juicy .js-recommend .js-pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 199 / var(--tw-bg-opacity));
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[30px\]{
  bottom: 30px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[-3px\]{
  left: -3px;
}
.left-\[30px\]{
  left: 30px;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[58\.4\%\]{
  left: 58.4%;
}
.left-\[61\.4\%\]{
  left: 61.4%;
}
.left-\[61\.6\%\]{
  left: 61.6%;
}
.right-\[-3px\]{
  right: -3px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[22\.2\%\]{
  top: 22.2%;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[53\.4\%\]{
  top: 53.4%;
}
.top-\[66\%\]{
  top: 66%;
}
.z-\[30\]{
  z-index: 30;
}
.z-\[9999\]{
  z-index: 9999;
}
.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-\[-5px\]{
  margin-left: -5px;
  margin-right: -5px;
}
.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[5px\]{
  margin-left: 5px;
  margin-right: 5px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[30px\]{
  margin-top: 30px;
  margin-bottom: 30px;
}
.\!mb-\[15px\]{
  margin-bottom: 15px !important;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.ml-\[-12px\]{
  margin-left: -12px;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.mt-\[-12px\]{
  margin-top: -12px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hidden{
  display: none;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[23px\]{
  height: 23px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[5px\]{
  height: 5px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.\!w-\[168px\]{
  width: 168px !important;
}
.\!w-\[268px\]{
  width: 268px !important;
}
.\!w-\[80\%\]{
  width: 80% !important;
}
.w-\[100vw\]{
  width: 100vw;
}
.w-\[118px\]{
  width: 118px;
}
.w-\[175px\]{
  width: 175px;
}
.w-\[23px\]{
  width: 23px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[9999px\]{
  width: 9999px;
}
.w-\[calc\(100\%-60px\)\]{
  width: calc(100% - 60px);
}
.w-full{
  width: 100%;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[386px\]{
  max-width: 386px;
}
.max-w-\[490px\]{
  max-width: 490px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[820px\]{
  max-width: 820px;
}
.max-w-full{
  max-width: 100%;
}
.flex-\[0_0_100\%\]{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.flex-\[0_0_50\%\]{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  -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));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  -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));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  -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));
}
.scale-\[\.7\]{
  --tw-scale-x: .7;
  --tw-scale-y: .7;
  -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));
}
.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));
}
@-webkit-keyframes loading{
  100%{
    background-position: -288px;
  }
}
@keyframes loading{
  100%{
    background-position: -288px;
  }
}
.animate-loading{
  -webkit-animation: loading 0.8s steps(12) infinite;
          animation: loading 0.8s steps(12) infinite;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[11\.5px\]{
  border-radius: 11.5px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[2\.5px\]{
  border-radius: 2.5px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-\[\#2c2b2b\]{
  --tw-border-opacity: 1;
  border-color: rgb(44 43 43 / var(--tw-border-opacity));
}
.border-\[\#4d4d4d\]{
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity));
}
.border-\[rgba\(101\2c 101\2c 101\2c 0\)\]{
  border-color: rgba(101,101,101,0);
}
.border-\[rgba\(101\2c 101\2c 101\2c 1\)\]{
  border-color: rgba(101,101,101,1);
}
.bg-\[\#0050c7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 199 / var(--tw-bg-opacity));
}
.bg-\[\#012760\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 39 96 / var(--tw-bg-opacity));
}
.bg-\[\#1a1a1a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-\[\#333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 1\)\]{
  background-color: rgba(0,0,0,1);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(35 41 155 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 199 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\/content\/dam\/newb2b\/campaign\/golf-simultor-projector\/golf-finder\/en-ap\/img\/bg\.jpg\)\]{
  background-image: url(/content/dam/newb2b/campaign/golf-simultor-projector/golf-finder/en-ap/img/bg.jpg);
}
.bg-\[url\(\/content\/dam\/newb2b\/campaign\/golf-simultor-projector\/golf-finder\/en-ap\/img\/loading\.png\)\]{
  background-image: url(/content/dam/newb2b/campaign/golf-simultor-projector/golf-finder/en-ap/img/loading.png);
}
.bg-\[length\:auto_100\%\]{
  background-size: auto 100%;
}
.bg-\[100\%_50\%\]{
  background-position: 100% 50%;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-\[145px\]{
  padding-bottom: 145px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[28px\]{
  font-size: 28px;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\]{
  line-height: 1;
}
.text-\[\#656565\]{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}
.text-\[\#9e9e9e\]{
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(35 41 155 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-\[\.3\]{
  opacity: .3;
}
.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, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -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-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;
}
.transition-\[border\]{
  -webkit-transition-property: border;
  transition-property: border;
  -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;
}
.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
  -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;
}
.duration-300{
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.duration-500{
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.content-\[\"\"\]{
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 768px){
  .md\:mx-\[50px\]{
    margin-left: 50px;
    margin-right: 50px;
  }
  .md\:my-\[60px\]{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-\[60px\]{
    margin-top: 60px;
  }
  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:h-\[50px\]{
    height: 50px;
  }
  .md\:w-\[100\%\]{
    width: 100%;
  }
  .md\:w-\[168px\]{
    width: 168px;
  }
  .md\:w-\[var\(--vw\)\]{
    width: var(--vw);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:flex-\[0_0_50\%\]{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -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));
  }
  .md\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .md\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[26px\]{
    font-size: 26px;
  }
}
@media (min-width: 1024px){
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[225px\]{
    width: 225px;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:flex-\[0_0_25\%\]{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .lg\:flex-\[0_0_50\%\]{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .lg\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lg\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lg\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:pb-\[175px\]{
    padding-bottom: 175px;
  }
  .lg\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .lg\:pl-\[50px\]{
    padding-left: 50px;
  }
  .lg\:\!text-left{
    text-align: left !important;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-\[14px\]{
    font-size: 14px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
}