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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::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]:where(:not([hidden="until-found"])) {
  display: none;
}
  *,
  ::before,
  ::after {
    box-sizing: inherit;
  }
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.-tw-bottom-10 {
  bottom: -2.5rem;
}
.-tw-bottom-28 {
  bottom: -7rem;
}
.-tw-left-16 {
  left: -4rem;
}
.-tw-right-16 {
  right: -4rem;
}
.tw-bottom-1 {
  bottom: 0.25rem;
}
.tw-bottom-16 {
  bottom: 4rem;
}
.tw-bottom-6 {
  bottom: 1.5rem;
}
.tw-bottom-\[30\%\] {
  bottom: 30%;
}
.tw-bottom-\[31\%\] {
  bottom: 31%;
}
.tw-bottom-\[40\%\] {
  bottom: 40%;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-left-12 {
  left: 3rem;
}
.tw-left-4 {
  left: 1rem;
}
.tw-left-\[2\%\] {
  left: 2%;
}
.tw-left-\[36\%\] {
  left: 36%;
}
.tw-left-\[5\%\] {
  left: 5%;
}
.tw-left-\[50\%\] {
  left: 50%;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-12 {
  right: 3rem;
}
.tw-right-\[13\%\] {
  right: 13%;
}
.tw-right-\[2\%\] {
  right: 2%;
}
.tw-right-\[22\%\] {
  right: 22%;
}
.tw-right-\[35\%\] {
  right: 35%;
}
.tw-right-\[6\%\] {
  right: 6%;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-10 {
  top: 2.5rem;
}
.tw-top-2 {
  top: 0.5rem;
}
.tw-top-\[35\%\] {
  top: 35%;
}
.tw-top-\[38\%\] {
  top: 38%;
}
.tw-top-\[39\%\] {
  top: 39%;
}
.tw-top-\[42\%\] {
  top: 42%;
}
.tw-top-\[45\%\] {
  top: 45%;
}
.tw-top-\[50\%\] {
  top: 50%;
}
.tw-z-50 {
  z-index: 50;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-tw-mt-4 {
  margin-top: -1rem;
}
.tw-mb-10 {
  margin-bottom: 2.5rem;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-ml-3 {
  margin-left: 0.75rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-20 {
  height: 5rem;
}
.tw-h-5\/6 {
  height: 83.333333%;
}
.tw-h-full {
  height: 100%;
}
.tw-h-screen {
  height: 100vh;
}
.tw-w-1\/3 {
  width: 33.333333%;
}
.tw-w-2\/5 {
  width: 40%;
}
.tw-w-4\/5 {
  width: 80%;
}
.tw-w-5\/6 {
  width: 83.333333%;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-\[15\%\] {
  width: 15%;
}
.tw-w-\[20\%\] {
  width: 20%;
}
.tw-w-\[30\%\] {
  width: 30%;
}
.tw-w-\[40\%\] {
  width: 40%;
}
.tw-w-\[60\%\] {
  width: 60%;
}
.tw-w-\[70\%\] {
  width: 70%;
}
.tw-w-\[73\%\] {
  width: 73%;
}
.tw-w-\[78\%\] {
  width: 78%;
}
.tw-w-\[85\%\] {
  width: 85%;
}
.tw-w-\[86\%\] {
  width: 86%;
}
.tw-w-full {
  width: 100%;
}
.tw-max-w-7xl {
  max-width: 80rem;
}
.tw-border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-tw-translate-x-\[15\%\] {
  --tw-translate-x: -15%;
  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));
}
.-tw-translate-x-\[35\%\] {
  --tw-translate-x: -35%;
  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));
}
.-tw-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
  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));
}
.tw-rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-justify-evenly {
  justify-content: space-evenly;
}
.tw-overflow-x-auto {
  overflow-x: auto;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-border-r {
  border-right-width: 1px;
}
.tw-border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.tw-border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.tw-p-12 {
  padding: 3rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-5 {
  padding: 1.25rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-pb-10 {
  padding-bottom: 2.5rem;
}
.tw-pb-20 {
  padding-bottom: 5rem;
}
.tw-pb-4 {
  padding-bottom: 1rem;
}
.tw-pb-8 {
  padding-bottom: 2rem;
}
.tw-pr-6 {
  padding-right: 1.5rem;
}
.tw-pt-10 {
  padding-top: 2.5rem;
}
.tw-pt-12 {
  padding-top: 3rem;
}
.tw-pt-16 {
  padding-top: 4rem;
}
.tw-pt-5 {
  padding-top: 1.25rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.tw-indent-10 {
  text-indent: 2.5rem;
}
.tw-indent-4 {
  text-indent: 1rem;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-leading-8 {
  line-height: 2rem;
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#soundbar-page *,
#soundbar-page ::before,
#soundbar-page ::after {
  box-sizing: border-box;
}
.last\:tw-border-0:last-child {
  border-width: 0px;
}
@media (min-width: 768px) {

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

  .md\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

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

  .lg\:tw-pt-20 {
    padding-top: 5rem;
  }

  .lg\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:tw-pt-16 {
    padding-top: 4rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .\32xl\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.product-diff {
  margin-bottom: 40px;
}
.product-diff .product-diff-box {
  background: url('./tableBg.png') no-repeat;
  background-size: cover;
}
.product-diff table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #fade97;
}
.product-diff table img {
  width: auto;
  height: 40px;
  margin: 0 auto;
}
.product-diff table th:first-child,
.product-diff table td:first-child {
  position: sticky;
  left: 0;
  width: 120px;
  z-index: 1;
}
.product-diff table th:not(:first-child),
.product-diff table td:not(:first-child) {
  z-index: 0;
}
.product-diff table th,
.product-diff table td {
  height: 60px;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #fade97;
}
.product-diff table th {
  padding: 0 8px;
  color: #4c62a1;
}
.product-diff table thead tr:first-child th {
  font-weight: 700;
  font-size: 18px;
  color: #4c62a1;
}
.product-diff table thead tr:nth-child(2) th {
  font-weight: 700;
}
.product-diff table thead tr:nth-child(2) th img {
  width: auto;
  height: 100%;
}
.product-diff table tbody td {
  word-break: break-all;
  height: 60px;
}
.product-diff table tr td:first-child img {
  width: 100%;
  height: auto;
}
.product-diff table tr:nth-child(7) td:not(:first-child),
.product-diff table tr:last-child td:not(:first-child) {
  transform: scale(0.9);
  line-height: 14px;
}
.product-diff table tr:last-child td:first-child {
  font-weight: 700;
}
.product-diff table .diff-result {
  height: 26px;
}
.product-diff table .text-bg {
  color: #333;
}
.soundbar-pc-index-wrapper[data-v-5aec2c68] {
  scroll-behavior: smooth;
  background: url('./bg.png') no-repeat;
  background-size: cover;
}
.soundbar-pc-index-wrapper .page-title-wrapper[data-v-5aec2c68] {
  width: 38vw;
}
.soundbar-pc-index-wrapper .nav-bar[data-v-5aec2c68] {
  position: sticky;
  top: 0;
  z-index: 50;
  margin-top: -40px;
}
.soundbar-pc-index-wrapper .part1[data-v-5aec2c68] {
  background: url('./bg1.png') no-repeat;
  background-size: 100% 100%;
}
.soundbar-pc-index-wrapper .part2[data-v-5aec2c68] {
  background: url('./bg2.png') no-repeat;
  background-size: 100% 100%;
}
.soundbar-pc-index-wrapper .radio-wrapper[data-v-5aec2c68] {
  padding-top: 180px;
  margin-top: -170px;
}
.soundbar-pc-index-wrapper .soundbar-radio[data-v-5aec2c68] {
  cursor: pointer;
  width: 32%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVAAAAA2CAMAAACm7DEYAAAAY1BMVEX8rB/8rB/8rB8AAAD8rB/8tDb8rB/8rB/8rB/8rB/8rB/8rB/////8rB/9vUz+4rD87dL989/98dr/+fD/9+n8sCr/+/X//vr879b+3aP9xWL9u0f99OP+68n90oX904j90IGFLZvIAAAADHRSTlNcpTMAVP2S1p40FvyRvmu1AAABO0lEQVR42u3Zy3KCMBSA4WgALz1qMAQF1Pb9n7LGRTvTGYSELs7i/xbAgtU/k8skxhabA/7Hx6awZlfe5emrbwTZmv4zvu7lzlSdRIGeizRBoq4yq5NEB0G234CnFUEJqhNBCaobQQmqG0EJqhtBCaobQQmqG0EJqhtBCarb26B1K5jm67lBz84LpjQuIajjimnKzaUEjT/jjcvZJQZ154tgTHt1yUHdlaVpjHcuI6hjaRrRuLygNYN+bALNCnoTjKkTgzLepzRpQVmRJvmkoOyZprXXhKDs6mctTbODMn3O4zm++4PzUL0ISlDdCEpQ3QhKUN0ISlDdCEpQ3QhKUN0ISlDdfoJuO4kCd0iLtEGibmuKwcev/iFY4NHHpx8KY6twfBpCeUS2MgzxFSprrN2vXwqDbMX6ZW/tN+pjSJ8JiFVEAAAAAElFTkSuQmCC') no-repeat;
  background-size: 100% 100%;
}
.soundbar-pc-index-wrapper .active-btn[data-v-5aec2c68] {
  color: #fff;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU4AAAA2CAMAAACfi4BDAAAAh1BMVEX8rB/8rB/8rB/8rB8AAAD8rR/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/87dL82p38v1T86cf84rL8ryf8uUL87M386ML8tjn83KL8z3/8w178ukb8tDT8y3P84K/82Zv815X8xmf8xWT8vUz86sr84rQozwnEAAAAFHRSTlN9SzNcAOs9CJEj+PfVyLevemUwGNYGspUAAAFKSURBVHja7dtJUsMwEEBRJcgZmIfuDMZDJhIC3P98WFDFgkocKaaoXvx3hL9Qq9qWG44ywV+4vB17N5qW2ngVnK8qVLVYXHuXlRrkgg5qDaq+Ew1mgi4mGkx75CSnPeQkp13kJKdd5CSnXeQkp13kJKdd5CSnXeT8p5wskuPkcTnrleC06S4u57xYCk7Z6CQyp+pC0CrfaUJO3XKAtlm/aFJOnVeCY1alJubU8k1w2LLQ5JzKQDpio3pGzprj87D1PDknw71Fvk3NWfDLUptFSk7mUMQ0Ssj5wS0p4q4Um3PCEIq5yUfm3Asi5Hv2nb+xPraJnOS0i5zktIuc5LSLnOS0i5zktIuc5LSLnOS06yfn1bs2CkH39+yrgbvbfIcVnC+faaPOhu7pZv0c8IGogyoUrLKBd96P+196F417hyQPodqgHzwOvf8EQHFrL2E9S6gAAAAASUVORK5CYII=') no-repeat;
  background-size: 100% 100%;
}
.soundbar-pc-index-wrapper .active-nav-btn[data-v-5aec2c68] {
  color: #fff;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJMAAAAmCAMAAAD3PFnhAAAAb1BMVEUAAAAoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJQoVJR/WWoOAAAAJHRSTlMAIe6qiHbdzJlVRDO7ZhDAQPYVCeTWsmpNOMiRK55guIx4WX5W0Vz+AAABN0lEQVRYw83Y626CQBDF8aPiBW+73FQQtdp5/2fsZHeShTb90CYt5/cCk5BwAn+MnEXNTb2KmrXZm9PCbMxbZpbmfIjuudmadhf1M1MeowrfuMi0WnzRFjKtBT6bzWVqM4yVK5lchpGqk+nNKwydhMEBA1eh0IyGicSWZpiSB80wDfQ0w5RsaIYpKUqWYRpY0gxTUtMM00AOolfOdGB65yKHWth4NELGAWsh4wEnXBzhPHkAC6HioG5CxRN9YBoHqEyYeEA9hYgj+xJPjwl34eEQvYSHp/tlEQfjhYaH2QkLB5heWPhUneSvWIfU+hi7o8bGW+iMzxAXX3l+CTGxDwWxQnKUnyk0dIbG6TRshivXLHvXhqn1Mlzxmis1VGqjxG9V6Uq33z9iOY25VCNpzKPxSqlX/sUHojy6RZmtxAsAAAAASUVORK5CYII=') no-repeat;
  background-size: 100% 100%;
}
.soundbar-pc-index-wrapper .scene-title[data-v-5aec2c68],
.soundbar-pc-index-wrapper .scene-subTitle[data-v-5aec2c68] {
  color: #345394;
}
.soundbar-pc-index-wrapper .btn-box[data-v-5aec2c68] {
  color: #fff;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU4AAAA2CAMAAACfi4BDAAAAh1BMVEX8rB/8rB/8rB/8rB8AAAD8rR/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/87dL82p38v1T86cf84rL8ryf8uUL87M386ML8tjn83KL8z3/8w178ukb8tDT8y3P84K/82Zv815X8xmf8xWT8vUz86sr84rQozwnEAAAAFHRSTlN9SzNcAOs9CJEj+PfVyLevemUwGNYGspUAAAFKSURBVHja7dtJUsMwEEBRJcgZmIfuDMZDJhIC3P98WFDFgkocKaaoXvx3hL9Qq9qWG44ywV+4vB17N5qW2ngVnK8qVLVYXHuXlRrkgg5qDaq+Ew1mgi4mGkx75CSnPeQkp13kJKdd5CSnXeQkp13kJKdd5CSnXeT8p5wskuPkcTnrleC06S4u57xYCk7Z6CQyp+pC0CrfaUJO3XKAtlm/aFJOnVeCY1alJubU8k1w2LLQ5JzKQDpio3pGzprj87D1PDknw71Fvk3NWfDLUptFSk7mUMQ0Ssj5wS0p4q4Um3PCEIq5yUfm3Asi5Hv2nb+xPraJnOS0i5zktIuc5LSLnOS0i5zktIuc5LSLnOS06yfn1bs2CkH39+yrgbvbfIcVnC+faaPOhu7pZv0c8IGogyoUrLKBd96P+196F417hyQPodqgHzwOvf8EQHFrL2E9S6gAAAAASUVORK5CYII=') no-repeat;
  background-size: 100% 100%;
}
.soundbar-pc-index-wrapper .choose-wrapper .choose-title[data-v-5aec2c68] {
  color: #9a9a9f;
}
.soundbar-pc-index-wrapper .choose-wrapper .choose-subtitle[data-v-5aec2c68] {
  color: #9a9a9f;
}
.soundbar-pc-index-wrapper .choose-wrapper .choose-active-title[data-v-5aec2c68] {
  color: #fff;
}
.soundbar-pc-index-wrapper .choose-wrapper .choose-active-subtitle[data-v-5aec2c68] {
  color: #345394;
}
.soundbar-pc-index-wrapper .title-wrapper[data-v-5aec2c68] {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}
.soundbar-pc-index-wrapper .sale-wrapper .sale-content[data-v-5aec2c68] {
  flex-basis: 32%;
}
.soundbar-pc-index-wrapper .sale-wrapper .buy-btn[data-v-5aec2c68] {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
}
.soundbar-pc-index-wrapper .product-size-wrapper[data-v-5aec2c68] {
  padding-bottom: 50px;
}
.soundbar-pc-index-wrapper .product-size-wrapper .part7[data-v-5aec2c68] {
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 100% 100%;
}
.soundbar-pc-index-wrapper .product-size-wrapper .exp-img[data-v-5aec2c68] {
  width: 22%;
}
.soundbar-pc-index-wrapper .product-size-wrapper .unactive-sku-tab[data-v-5aec2c68] {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL8AAAAsCAMAAAADxpnZAAAAilBMVEX8rB/8rB/8rB/8rB8AAAD8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/////87dL8rB/9vUz86cf82p39xGH8sSz//v398t3//fn9ukT/+vL+9uj98Nn/+Oz99OL87tT8tzz8riX85sD+15P87M/968n83KT8vlH8tDT83qn80on8yW6C1aXJAAAAEHRSTlNc8LQzAKWL7eE9w19WJxgVcNaASAAAAQtJREFUaN7t2dtSwjAQxvGoaQGP+wn2kDQ9UhDU9389KTOOF86Y9IoNs/8n+F0kmU2itFq+xtoi1Wp1/ACQZQ3FlBn7HbA9pCr5xKmhoshavwPYLtXtG4BNTrGVnd034g9L/OJnlfhnJX7xs0r8F8jvdwWxzhX/+8vaEN+KFj4/Or5XAVPD7wcc8azqEORHy3ITNECgHyXxyyHUz3MLmDrUz/QIKtowf8ly9U+5EH9LfGs6r5/3O1ZVe/w8l/5v5srnt2gS/6zEL35WiX9W4hc/q378yQhgN3Cf2/76z/+PC/Vg9wAOI8XVPt8A+EqUTnNrbT/065iyQ39SH+9flNbPd1OPKqpWk/lJ629TVwuh/aTgLgAAAABJRU5ErkJggg==') no-repeat;
  background-size: 100% 100%;
}
.soundbar-pc-index-wrapper .product-size-wrapper .active-sku-tab[data-v-5aec2c68] {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL8AAAAsCAMAAAADxpnZAAAAhFBMVEX8rB/8rB/8rB/8rB8AAAD8rB/8si/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/8rB/87dL82p386cf8sCr83qn8uUP8tTf8ryX85r38znv8v1L8rSH868r8yGr87M/83aX8uD786MT84rP815T8ukX8szL804r80on8w15nAYTqAAAAEnRSTlNc8LQzAIv+4ag9FsOfX1lUJwbxg2S1AAAA/0lEQVRo3u3YR1LEMBCFYRlkJpD7eWzL2Z4I3P9+zFCsLXlDPVH9n+DTQqFlrFlJrCXpu9lcCgCDxJYbgbpNzdMnrlUSXROAemXuMgA7ia8fd6L+wNSvfqrUvyj1q58q9f99fn/zIMx1TT7vL+q98JZn8PnRt8KaO8LvBxrhrD0gyI8T5Tg2jAj0oyBcQAME+jm3gDuG+kmPoCoL80+sV0DXhPg/OqHtq/f5J+6frHPt8Tvh7lL97/dbPKl/UepXP1XqX5T61U/Vr399AjASv5nn/IfEPJ97AIwD43z5DsCwNjbNy7LcEw7ss3XuqnaPW2Pt9v7Wq4mpl83N/GbtN5IVQtJ1j3FlAAAAAElFTkSuQmCC') no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
#my-video[data-v-5aec2c68] {
    width: 586px;
    margin: 0 auto;
    height: 225px;
}
}
@media (screen) and (max-width: 1024px) {
#my-video[data-v-5aec2c68] {
    width: 586px;
    margin: 0 auto;
    height: 225px;
}
}
@media (min-width: 1025px) and (max-width: 1180px) {
#my-video[data-v-5aec2c68] {
    width: 626px;
    margin: 0 auto;
    height: 241px;
}
}
@media (min-width: 1180px) and (max-width: 1440px) {
#my-video[data-v-5aec2c68] {
    width: 1100px;
    margin: 0 auto;
    height: 423px;
}
}
@media (min-width: 1441px) and (max-width: 1920px) {
#my-video[data-v-5aec2c68] {
    width: 1173px;
    margin: 0 auto;
    height: 452px;
}
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAC0CAMAAABxNzTMAAAAk1BMVEUAAABRUVFRUVFRUVFQUFBRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFQUFBRUVFRUVFRUVFRUVFRUVFQUFBRUVFTU1NSUlJRUVFRUVFQUFBRUVFRUVFPT09RUVFRUVFRUVFRUVFRUVFQUFBRUVFRUVFRUVFQUFBRUVFVVVVQUFBRUVFSUlJRUVFRUVFQF8mZAAAAMHRSTlMAqJ2CazEftN7SrolYQvGPR+jZwLuYXBQLCMvGlFNNG+2idXBiN/p8PCwlBONmKfWs4atyAAADD0lEQVR42u3c6XLaQBAE4JbQBUggYQ5xY3OYK/a8/9PFKVclDtFU+U92Gmq/J6AKaHZ6VsDzPM/zPO9/OEVhVg0XKxA4ZvIptX85q5781oWt00a+CGEqkL+kE9jZyY35G8z05dbgCCvP8o/NEkZSafADNkJp8goTY2nUh4U3afYMC6E0S2sYaEuz2QkG3qVZVsDAQJr1ljAwFEUEA6GI8ATOqwhR4IxFEcBAIYrhBe4lopglcK/uSbPrEQa0MH7PYSClCpyRKFow8CKKBb7ngQPnqAYODJxF0bYY8CYbLXBiGNAC57CEgQ5V4CzuI3BGMJCLogMDhSieYOCkBk4N99aVNKssGqXLTAucEgYCUexgoE8VOFv5wrymHVMFTimKOQzEohjAQHKVZhuTAW8uij0MqIGTw0BXFC8w8ELV4eyoAmdFFTh7UWQwcM60mtZkwHsSRQwDauCsYKBPNeC9iqILA5EwbamWVCNVcWAKnJO6F5rCPT1wzjDQEUUBAyNRjGGgRbUz295Ho5TCQNljOovGGVNNkcyZvuHTlOhEAYQ8B4oPXZoB5kOX5nADhEJzc6tWPsBHuJco9WxWw7l9JsLyLpU9ni50TPRDybQFZyqzQp6ab5ryFKDJXBRrOKafqTYXOKbHywzf9JiLli1RI6zGyxau6fGyhGvTzj3ESwLXYq0jqmp8x6PGS050U21L1P+2iJrxEc/OgCle1nOeolWNl+sErpUbnlVBTrRE2RJd52kJzzA9uofTSwHX1toe53CCY3q8DNZwrdDiZTiFaznRnbjoHuKF6fRi0L0EoijhmB4v7zFci9tavCRwrah4HsfNiTay0T0MRwbV7oLnyviF6HLXeijNekc4psdL+w0OaPFi/vci+UEbji5wLSKqdpmu5Sx4BrVLwDOoqfFSFXAt0eJlFsO5QBuOEjgXadVuDfcymsU0sKIZ1D6MWLZYvwQ0dzObfweqEkbGcqu9h5X4cFvtnmGnf7OYnsBQUpk/G/lFebW/dPjHeSifnpawN90tZtJ+3sHzPM/zPI/STy14j5UHxdSKAAAAAElFTkSuQmCC');
	right: 11%;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAC0CAMAAABxNzTMAAAAk1BMVEUAAABRUVFRUVFRUVFQUFBRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFRUVFQUFBRUVFRUVFRUVFRUVFRUVFQUFBRUVFTU1NSUlJRUVFRUVFQUFBRUVFRUVFPT09RUVFRUVFRUVFRUVFRUVFQUFBRUVFRUVFRUVFQUFBRUVFVVVVQUFBRUVFSUlJRUVFRUVFQF8mZAAAAMHRSTlMAqJ2CazEftN7SrolYQvGPR+jZwLuYXBQLCMvGlFNNG+2idXBiN/p8PCwlBONmKfWs4atyAAADBklEQVR42u3bWXLaUBCF4cMkCTCDQDZiEJOZJ/f+VxfbpFJxcjvll3Qfu/StwFXgX/d2C5RKpVKpVCpx2qyaMpltxvBXDOUuO8FbW3659OGrKr9JIzgateSDHvychvLRrgEv26b86QlO+qn8pQYfTxJQgYtnCXmEh5oEzeFgJkEJ7OUVCavDXJSJCMnXtzGRsGYEa51UwrIFrBWiqJxh7SqKGczt5R3Fc6AnNP/T55WE7R5gbRRLWNqBtVtTy0sD1g5dnrzMifKyIcrLmigvbZ684FEU9nnJifISDXjy0niRsKF9XvpqXsaw9iAiLPejOlFeakR5qfLkZZxJ2NI+LwstLwP7vBx3PHnpiKJln5eCKC/Xr5CXZ5hb8eQFQy0vfVgbXXjychLF1D4vW6K8zInywnR6aRPlpUKUl4mEde3zkqc8eYnUvET4jO+al0IUVZh7FkUb5npEeWnJHcMeligv56WEJfZ5WXyFvMREsxeHvKyJ8jITxRrmYqK8VHnygquWly3M5YkETSLYOyh5yeHgypKXNyuSvLxrMf0xbaaPqU7zfHzV4Tk5vNrwnKle9YgeB0BMdM0HHoluKFyv5QBPREOzf20r4OAkiuEI9sZdCRsc4SCRsF0HDoaiKOBgRbQvhj7/3cOCfqIg+BXBXHje7wUaVMEZacFJTnCQiGILB1MRorf3W6LYwEGPaGTDNcwCHqiCsxXFNIe9aClhlwgOBqJowJ4enD4+71suWoAq1QWvRnXC2VAFp7+TsMkZ9m6phKUL2MubojjCwVAUHThofY2J0hoOakS/CgHqVDOcQgtOEw4aFwlbulzw1OCc4CATxQEOKlQnHKYtOFCjGhqrwYnh4OGFKTgHLThdlwveRBQR7J0zqhMOV3B6VEPjPdHLUdCDk8FBoe6F4KCTSNgLHBwnTDHOY6ZvsbqlusFDjyh+wJ7ocwKuNKebN0VgTLuCl8OAY852d5tSbGB+GsUEIz9lTLs8wpi+Fu/O4W0ey11yAIH5LEuTav2IUqlUKpVKpf/gB0fij5UWQvU5AAAAAElFTkSuQmCC');
	left: 11%;
}
.define-swiper-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url('data:image/png;base64,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');
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}
.define-swiper-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url('data:image/png;base64,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');
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}
.scene-swiper-container > .swiper-scrollbar {
	width: 50%;
	left: 25%;
	bottom: 20px;
	height: 3px;
}
.scene-swiper-container .swiper-scrollbar-drag {
	background: rgba(52, 83, 148, 0.5);
}
.swiper-container > .swiper-scrollbar {
	width: 70%;
	left: 15%;
	top: 0;
	height: 3px;
}
.swiper-container .swiper-scrollbar-drag {
	background: rgba(52, 83, 148, 0.5);
}
.scene-swiper-container .swiper-slide {
	width: 74%;
}
.swiper-container .swiper-slide {
	width: 60%;
}
.new-swiper-container .swiper-button-prev {
	top: 60%;
	left: 3%;
}
.new-swiper-container .swiper-button-next {
	top: 60%;
	right: 3%;
}
.scene-swiper-container .swiper-slide-prev,
.scene-swiper-container .swiper-slide-next {
	opacity: 0.3;
}
.define-swiper-container .swiper-slide-prev,
.define-swiper-container .swiper-slide-next {
	opacity: 0.3;
}
