@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0 {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #fff;
  --pswp-placeholder-bg: #fff;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}
.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pswp:focus {
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--open {
  display: block;
}
.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp {
  position: fixed;
}
.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__item {
  z-index: 1;
  overflow: hidden;
}
.pswp__hidden {
  display: none !important;
}
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration)
    cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  pointer-events: none;
}
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: 0;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: 0;
  border: 0;
  box-shadow: none;
  opacity: 1;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {
  outline: 0;
}
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}
.pswp__button--close {
  margin-right: 6px;
}
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: 0;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0;
}
.pswp__button--arrow--next {
  right: 0;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  transform: scale(-1, 1);
}
.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0 {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
  display: none;
}
.where-to-buy-panel {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 480px;
  max-height: 688px;
  min-height: 178px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  z-index: 2011;
}
.where-to-buy-header {
  background: #f9f9f9;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.where-to-buy-header i {
  font-size: 16px;
  cursor: pointer;
}
.where-to-buy-header .title {
  font-size: 16px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.where-to-buy-content {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 100%;
}
.where-to-buy-content.no-results {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.where-to-buy-content.no-results .result-tips {
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(17, 17, 17, 0.4);
}
.where-to-buy-content::-webkit-scrollbar {
  display: none;
}
.where-to-buy-content i {
  font-size: 24px;
}
.where-to-buy-wrapper {
  padding: 0 16px 28px 16px;
}
.where-to-buy-wrapper li {
  display: flex;
  width: 100%;
  padding-bottom: 12px;
}
.where-to-buy-wrapper li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  padding: 8px 12px 8px 16px;
  border-radius: 4px;
  border: 1px solid #eee;
}
.where-to-buy-wrapper li a img {
  display: flex;
  height: 48px;
  max-width: 200px;
  width: auto;
  object-fit: contain;
}
.where-to-buy-wrapper li a .info {
  display: flex;
  align-items: center;
}
.where-to-buy-wrapper li a .name {
  font-size: 14px;
  color: #111;
  line-height: 18px;
  width: 148px;
  margin: 0 24px;
  text-align: center;
  overflow: hidden;
  word-break: break-word;
}
.where-to-buy-wrapper li a i.tcl-icon {
  color: #e64c3d;
}
.where-to-buy-wrapper li a:hover {
  opacity: 0.7;
}
.where-to-buy-wrapper li a:active {
  opacity: 0.4;
}
.where-to-buy-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 2010;
}
@media screen and (max-width: 834px) {
  .where-to-buy-panel {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    transform: none;
    max-height: none;
    min-height: auto;
    border-radius: 0;
  }
  .where-to-buy-header {
    border-radius: 0;
    padding: 6px 16px;
    margin-bottom: 16px;
    background: #fff;
    border-bottom: 0.12vw solid #eee;
  }
  .where-to-buy-header i {
    font-size: 24px;
  }
  .where-to-buy-header .title {
    font-size: 18px;
    line-height: 36px;
  }
  .where-to-buy-content {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-height: 100%;
  }
  .where-to-buy-content::-webkit-scrollbar {
    display: none;
  }
  .where-to-buy-content i {
    font-size: 24px;
  }
  .where-to-buy-wrapper {
    padding: 0 16px 4px 16px;
  }
  .where-to-buy-wrapper li {
    padding-bottom: 12px;
  }
  .where-to-buy-wrapper li a {
    padding: 7px 16px 7px 8px;
  }
  .where-to-buy-wrapper li a img {
    height: 56px;
    max-width: 160px;
  }
  .where-to-buy-wrapper li a .name {
    font-size: 12px;
    line-height: 18px;
    width: calc(100vw - 264px);
    margin: 0 12px;
    text-align: center;
  }
}
.rtl .where-to-buy-dialog {
  direction: rtl;
}
.rtl .where-to-buy-content i {
  transform: rotate(180deg);
}
img[data-rtepro-event-click],
video[data-rtepro-event-click],
div[data-rtepro-event-click],
p[data-rtepro-event-click] {
  cursor: pointer;
}
.privacy-agreement {
  display: none;
}
.privacy-agreement .privacy-agreement-main {
  width: 100%;
  background-color: #f9f9f9;
  position: absolute;
  z-index: 1299;
}
.privacy-agreement .privacy-agreement-main .privacy-agreement-center {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.privacy-agreement
  .privacy-agreement-main
  .privacy-agreement-center
  .agreement-main-left {
  flex: 1;
  padding-right: 40px;
  box-sizing: border-box;
}
.privacy-agreement
  .privacy-agreement-main
  .privacy-agreement-center
  .agreement-main-left
  p {
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.7);
  line-height: 20px;
}
.privacy-agreement
  .privacy-agreement-main
  .privacy-agreement-center
  .agreement-main-left
  p
  a {
  color: #5971e5;
  text-decoration: underline;
  margin: 0 5px;
  cursor: pointer;
}
.privacy-agreement
  .privacy-agreement-main
  .privacy-agreement-center
  .agreement-main-right {
  max-width: 400px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #111;
  line-height: 20px;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .privacy-agreement .privacy-agreement-main .privacy-agreement-center {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .privacy-agreement .privacy-agreement-main .privacy-agreement-center {
    flex-direction: column;
  }
  .privacy-agreement
    .privacy-agreement-main
    .privacy-agreement-center
    .agreement-main-left {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background-color: #f9f9f9;
  }
  .privacy-agreement
    .privacy-agreement-main
    .privacy-agreement-center
    .agreement-main-right {
    margin-top: 16px;
    align-self: flex-end;
    max-width: unset;
  }
}
.rtl .privacy-agreement .agreement-main-left {
  padding-right: 0 !important;
  padding-left: 40px !important;
}
.rtl .privacy-agreement .agreement-main-right {
  text-align: left;
}
@media (max-width: 834px) {
  .rtl .privacy-agreement .agreement-main-right {
    text-align: left !important;
  }
}
.standard-edition-footer {
  position: relative;
  display: block;
  background-color: #f9f9f9;
}
.standard-edition-footer .subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
.standard-edition-footer .subscribe .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 32px 40px 32px 16px;
  box-sizing: border-box;
}
.standard-edition-footer .subscribe .form .subscribe-title {
  overflow: hidden;
  word-break: break-word;
  width: 49%;
  font-size: 18px;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
}
.standard-edition-footer .subscribe .form .subscribe-content {
  width: 51%;
  padding: 0 0 0 48px;
  box-sizing: border-box;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-sub-title-mobile {
  display: none;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
  height: 44px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .icon-email {
  display: inline-block;
  margin: 0 8px;
  font-size: 24px;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .email-input {
  width: 68%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #111;
  border: 0;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .email-input::placeholder,
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .email-input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.4);
  line-height: 1.571428571em;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .email-input:focus {
  outline: 0;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .spinner {
  display: none;
  width: 29px;
  height: 29px;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .subscribe-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 44px;
  background: #e64c3d;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .subscribe-button:hover,
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .subscribe-button:active {
  opacity: 0.9;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-input-item
  .subscribe-button
  .subscribe-button-text {
  font-size: 14px;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #fff;
  line-height: 20px;
  user-select: none;
}
.standard-edition-footer .subscribe .form .subscribe-content .subscribe-error {
  display: none;
  margin-bottom: 8px;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-error
  .icon-error {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  color: #e64c3d;
  line-height: 18px;
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-error
  .error-text {
  font-size: 12px;
  color: #e64c3d;
  line-height: 18px;
}
.standard-edition-footer .subscribe .form .subscribe-content .subscribe-desc {
  overflow: hidden;
  word-break: break-word;
  box-sizing: border-box;
  padding: 8px 0 0 8px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.standard-edition-footer
  .subscribe
  .form
  .subscribe-content
  .subscribe-sub-title {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
}
.standard-edition-footer
  .subscribe
  .form.error
  .subscribe-input-item
  .email-input {
  color: #e64c3d;
}
.standard-edition-footer .subscribe .form.error .subscribe-error {
  display: flex;
  align-items: center;
}
.standard-edition-footer
  .subscribe
  .form.loading
  .subscribe-input-item
  .spinner {
  display: inline-block;
}
.standard-edition-footer .navigation-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.standard-edition-footer .navigation-content .menus {
  display: flex;
  max-width: 1200px;
  width: 100%;
}
.standard-edition-footer .navigation-content .menus .menu-stack-wrap {
  word-break: break-word;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap
  .menu-title-link {
  display: block;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap
  .menu-title {
  display: none !important;
}
.standard-edition-footer .navigation-content .menus .menu-stack-wrap.social {
  padding-bottom: 40px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .menu-stack-title {
  display: block;
  position: unset;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .menu-stack-title:hover:after {
  display: none;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item {
  position: relative;
  display: inline-block;
  margin: 0 16px 16px 0;
  width: 32px;
  height: 32px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item:active,
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item:hover,
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item:visited,
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item:link,
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item:-webkit-any-link {
  color: transparent;
  text-decoration: none;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  svg {
  display: flex;
  width: 100%;
  height: 100%;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  img.svg {
  width: 100%;
  height: 100%;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left {
  position: absolute;
  bottom: 40px;
  left: -4px;
  width: 160px;
  border-radius: 4px;
  z-index: 9999;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left
  .qr-code-wrap-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left
  .qr-code-wrap-header.green {
  background: #51b674;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left
  .qr-code-wrap-header.red {
  background: #e64c3d;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left
  .qr-code-wrap-header.black {
  background: #111;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left
  .qr-code-wrap-header
  h2 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left::after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 20px;
  transform: translateX(-50%);
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.1));
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left
  .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  margin: 8px 24px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left
  .image-wrap
  img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-left
  p {
  padding: 0 8px 8px 8px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #111;
  font-weight: 400;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item.media-item-popover:hover
  .qr-code-wrap-left {
  display: block;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center {
  position: absolute;
  bottom: 40px;
  right: -64px;
  width: 160px;
  border-radius: 4px;
  z-index: 9999;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center
  .qr-code-wrap-header {
  position: relative;
  background: #50b674;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center
  .qr-code-wrap-header.green {
  background: #51b674;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center
  .qr-code-wrap-header.red {
  background: #e64c3d;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center
  .qr-code-wrap-header.black {
  background: #111;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center
  .qr-code-wrap-header
  h2 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center::after {
  position: absolute;
  content: "";
  bottom: -8px;
  transform: translateX(-50%);
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.1));
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center
  .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  margin: 8px 24px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center
  .image-wrap
  img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-center
  p {
  padding: 0 8px 8px 8px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #111;
  font-weight: 400;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item.media-item-popover:hover
  .qr-code-wrap-center {
  display: block;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right {
  position: absolute;
  bottom: 40px;
  right: -4px;
  width: 160px;
  border-radius: 4px;
  z-index: 9999;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right
  .qr-code-wrap-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right
  .qr-code-wrap-header.green {
  background: #51b674;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right
  .qr-code-wrap-header.red {
  background: #e64c3d;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right
  .qr-code-wrap-header.black {
  background: #111;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right
  .qr-code-wrap-header
  h2 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right::after {
  position: absolute;
  content: "";
  bottom: -8px;
  right: 4px;
  transform: translateX(-50%);
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.1));
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right
  .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  margin: 8px 24px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right
  .image-wrap
  img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item
  .qr-code-wrap-right
  p {
  padding: 0 8px 8px 8px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #111;
  font-weight: 400;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item.media-item-popover:hover
  .qr-code-wrap-right {
  display: block;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .sub
  .social-medias-subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #111;
  line-height: 20px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .sub
  .social-medias-extralink {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(17, 17, 17, 0.7);
  text-decoration: underline;
  cursor: pointer;
}
.standard-edition-footer .navigation-content .menus .menu-stack {
  flex: 1;
  padding: 40px 16px 0 16px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  max-width: 25%;
  min-width: 16.7%;
}
.standard-edition-footer .navigation-content .menus .menu-stack:last-child {
  border-right: 0;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-title-link {
  margin-bottom: 24px;
  display: inline-flex;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-title-link
  .menu-stack-title {
  margin: 0;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-title {
  display: inline-block;
  position: relative;
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #111;
  line-height: 24px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-title
  .external-link {
  display: none;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-title.external {
  display: flex;
  align-items: center;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-title.external
  .external-link {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  line-height: 16px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .cursor-point
  .menu-stack-title:after {
  display: none;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.7);
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .cursor-point
  .menu-stack-title:hover:after {
  display: block;
  -webkit-animation: cta-underline-animation 0.2s both;
  animation: cta-underline-animation 0.2s both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-content
  .mb-alias-title {
  display: none !important;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-content
  .menu-item {
  position: relative;
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(17, 17, 17, 0.7);
  text-decoration: none;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-content
  .menu-item:after {
  display: none;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.7);
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-content
  .menu-item:hover:after {
  display: block;
  -webkit-animation: cta-underline-animation 0.2s both;
  animation: cta-underline-animation 0.2s both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-content
  .menu-item:last-child {
  margin-bottom: 40px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-content
  .menu-item
  .external-link {
  display: none;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-content
  .menu-item.external {
  display: flex;
  align-items: center;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack
  .menu-stack-content
  .menu-item.external
  .external-link {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  line-height: 16px;
}
.standard-edition-footer .navigation-content .menus .menu-stack .icon-arrow {
  display: none;
}
.standard-edition-footer .navigation-content .menus .menu-stack.social {
  padding-bottom: 40px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .menu-stack-title {
  display: block;
  position: unset;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .menu-stack-title:hover:after {
  display: none;
}
.standard-edition-footer .navigation-content .menus .menu-stack.social .medias {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .medias
  .media-item {
  display: inline-block;
  margin: 0 12px 12px 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .medias
  .media-item:active,
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .medias
  .media-item:hover,
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .medias
  .media-item:visited,
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .medias
  .media-item:link,
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .medias
  .media-item:-webkit-any-link {
  color: transparent;
  text-decoration: none;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .medias
  .media-item:last-child {
  margin-right: 0;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .medias
  .media-item
  svg {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .medias
  .media-item
  img.svg {
  width: 100%;
  height: 100%;
}
.standard-edition-footer .navigation-content .menus .menu-stack.social .sub {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .sub
  .social-medias-subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #111;
  line-height: 20px;
}
.standard-edition-footer
  .navigation-content
  .menus
  .menu-stack.social
  .sub
  .social-medias-extralink {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(17, 17, 17, 0.7);
  text-decoration: underline;
  cursor: pointer;
}
.standard-edition-footer .navigation-extra {
  position: relative;
  padding-bottom: 40px;
  border-top: 1px solid #eee;
}
.standard-edition-footer .navigation-extra .ne-top,
.standard-edition-footer .navigation-extra .ne-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.standard-edition-footer .navigation-extra .ne-top .inner,
.standard-edition-footer .navigation-extra .ne-bottom .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
  word-break: break-word;
}
.standard-edition-footer .navigation-extra .ne-top .inner.no_logo .left,
.standard-edition-footer .navigation-extra .ne-bottom .inner.no_logo .left {
  flex: 1;
  padding-left: 0;
}
.standard-edition-footer .navigation-extra .ne-top {
  min-height: 64px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.standard-edition-footer .navigation-extra .ne-top .inner .icon-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.standard-edition-footer .navigation-extra .ne-top .inner .left {
  width: 100%;
  padding: 19px 0 20px 24px;
  min-height: 24px;
  clear: both;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .left
  .friendly-links {
  display: inline-block;
  font-size: 12px;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .left
  .friendly-links
  .link {
  display: inline-block;
  margin-right: 16px;
  padding: 3px 0;
  font-size: 12px;
  color: #111;
  line-height: 18px;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .left
  .friendly-links
  .link:hover {
  cursor: pointer;
}
.standard-edition-footer .navigation-extra .ne-top .inner .button-country {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  float: right;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap {
  position: relative;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .country-wrap {
  display: flex;
  align-items: center;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .country-wrap#footer-select-site {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .country-wrap
  .icon-Linear_earth {
  font-size: 24px;
  line-height: 24px;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .country-wrap
  .button-text {
  margin-left: 4px;
  margin-right: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .site-mask {
  display: none;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .site-list-popup {
  position: absolute;
  display: none;
  right: 16px;
  bottom: 26px;
  padding: 8px 0;
  width: 240px;
  background: #2d3132;
  border-radius: 4px;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .site-list-popup.active {
  display: block;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .site-list-popup::after {
  position: absolute;
  bottom: -6px;
  right: 16px;
  display: block;
  content: "";
  border-top: 6px solid #2d3132;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .site-list-popup
  .language-list
  .language-list-item:last-child
  .item-wrap {
  border: 0;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .site-list-popup
  .language-list
  .language-list-item
  .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 16px;
  padding: 8px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .site-list-popup
  .language-list
  .language-list-item
  .item-wrap
  .text {
  width: 180px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 18px;
  word-break: break-all;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .site-list-popup
  .language-list
  .language-list-item
  .item-wrap
  .next-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/common/navigation/resources/svg/right-icon.svg")
    0 0 no-repeat;
  background-size: cover;
}
.standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .site-list-popup
  .cancel-btn {
  display: none;
}
.standard-edition-footer .navigation-extra .ne-bottom .inner {
  padding: 23px 16px 19px 16px;
  display: inline-block;
  clear: both;
}
.standard-edition-footer .navigation-extra .ne-bottom .inner .policies {
  float: left;
}
.standard-edition-footer .navigation-extra .ne-bottom .inner .policies .policy {
  display: inline-block;
  margin-right: 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 18px;
  margin-bottom: 4px;
}
.standard-edition-footer
  .navigation-extra
  .ne-bottom
  .inner
  .policies
  .policy:last-child {
  margin-right: 0;
}
.standard-edition-footer .navigation-extra .ne-bottom .inner .copyright {
  float: right;
}
.standard-edition-footer .navigation-extra .ne-bottom .inner .copyright p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-bottom: 4px;
  line-height: 18px;
}
.standard-edition-footer .subscribe-message {
  position: fixed;
  top: 88px;
  right: -380px;
  padding: 8px 16px;
  width: 380px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  box-sizing: border-box;
  transition: right 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  z-index: 2001;
}
.standard-edition-footer .subscribe-message .bg {
  position: relative;
  display: flex;
  align-items: center;
}
.standard-edition-footer .subscribe-message .bg .icon-success {
  display: inline-block;
  margin-right: 16px;
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #34dbb1;
  background-clip: padding-box;
  color: #fff;
  border: 2.5px solid rgba(52, 219, 177, 0.5);
}
.standard-edition-footer .subscribe-message .bg .icon-close {
  position: absolute;
  right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.standard-edition-footer .subscribe-message .bg .message-text {
  width: 268px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
}
.standard-edition-footer .subscribe-message.active {
  right: 28px;
}
.rtl
  .standard-edition-footer
  .navigation-content
  .menus
  .menu-stack-wrap.social
  .medias
  .media-item {
  margin: 0 0 16px 16px;
}
.rtl .standard-edition-footer .navigation-extra .ne-top .inner {
  padding-left: 0;
  padding-right: 16px;
}
.rtl .standard-edition-footer .navigation-extra .ne-top .inner .left {
  padding: 19px 24px 20px 0;
}
.rtl
  .standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .left
  .friendly-links
  .link {
  margin-right: 0;
  margin-left: 16px;
}
.rtl .standard-edition-footer .navigation-extra .ne-top .inner .button-country {
  float: left;
}
.rtl
  .standard-edition-footer
  .navigation-extra
  .ne-top
  .inner
  .button-country
  .button-wrap
  .country-wrap
  .button-text {
  margin-right: 4px;
  margin-left: 16px;
}
.rtl .standard-edition-footer .navigation-extra .ne-top .inner.no_logo .left {
  flex: 1;
  padding-right: 0;
}
.rtl .standard-edition-footer .navigation-extra .ne-bottom .inner {
  padding-left: 16px;
  padding-right: 16px;
}
.rtl .standard-edition-footer .navigation-extra .ne-bottom .inner .policies {
  float: right;
}
.rtl
  .standard-edition-footer
  .navigation-extra
  .ne-bottom
  .inner
  .policies
  .policy {
  margin: 0 0 8px 16px;
}
.rtl .standard-edition-footer .navigation-extra .ne-bottom .inner .copyright {
  float: left;
}
@media only screen and (max-width: 834px) {
  .standard-edition-footer a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .standard-edition-footer .subscribe .form {
    flex-direction: column;
    width: 100%;
    padding: 32px 16px;
    box-sizing: border-box;
  }
  .standard-edition-footer .subscribe .form .subscribe-title {
    width: 100%;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
  }
  .standard-edition-footer .subscribe .form .subscribe-content {
    width: 100%;
    padding: 0;
  }
  .standard-edition-footer
    .subscribe
    .form
    .subscribe-content
    .subscribe-input-item {
    margin: 0;
    width: inherit;
  }
  .standard-edition-footer
    .subscribe
    .form
    .subscribe-content
    .subscribe-input-item
    .icon-email {
    margin: 0 8px;
    font-size: 24px;
  }
  .standard-edition-footer
    .subscribe
    .form
    .subscribe-content
    .subscribe-input-item
    .email-input {
    width: 74%;
    font-size: 14px;
    line-height: 20px;
  }
  .standard-edition-footer
    .subscribe
    .form
    .subscribe-content
    .subscribe-input-item
    .spinner {
    width: 20px;
    height: 20px;
  }
  .standard-edition-footer
    .subscribe
    .form
    .subscribe-content
    .subscribe-input-item
    .subscribe-button {
    padding: 0 24px;
    height: 100%;
    border-radius: 0 4px 4px 0;
  }
  .standard-edition-footer
    .subscribe
    .form
    .subscribe-content
    .subscribe-input-item
    .subscribe-button
    .icon-send {
    margin-right: 4px;
    width: 24px;
    height: 24px;
  }
  .standard-edition-footer .subscribe .form .subscribe-content .subscribe-desc {
    width: inherit;
    font-size: 12px;
    line-height: 15px;
  }
  .standard-edition-footer .subscribe .form.error .subscribe-error {
    margin-top: 1.042vw;
  }
  .standard-edition-footer .subscribe .form.error .subscribe-error .icon-error {
    font-size: 1.5625vw;
    line-height: inherit;
  }
  .standard-edition-footer .subscribe .form.error .subscribe-error .error-text {
    font-size: 1.5625vw;
    line-height: inherit;
  }
  .standard-edition-footer .navigation-content .menus {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    padding: 0 0 16px 0;
    box-sizing: border-box;
  }
  .standard-edition-footer .navigation-content .menus .menu-stack {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: unset;
    padding: 0;
    border-right: 0;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-title-link {
    display: none;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-title {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-title {
    display: block !important;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.active
    .menu-stack-content {
    display: flex;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.active
    .menu-stack-content
    .menu-item {
    box-sizing: border-box;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.active
    .menu-stack-content
    .menu-item:hover:after {
    display: none;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social-padding {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social-padding
    .media-item {
    margin: 0 16px 16px 0;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-title {
    display: block;
    position: unset;
    margin: 0;
    padding: 16px 56px 16px 20px;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-title:hover:after {
    display: none;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-content {
    display: none;
    padding: 0 20px 0 40px;
    transition-property: height;
    transition-duration: 0.5s;
    border-top: 1px solid #eee;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-content
    .mb-alias-title {
    display: block !important;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-content
    .menu-item {
    margin: 0;
    padding: 12px 0 12px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-content
    .menu-item:last-child {
    margin-bottom: 0;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-content
    .menu-item:after {
    left: 24px;
    right: 34px;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-content
    .menu-item.external
    .external-link {
    top: 0.433vw;
    right: 0;
    font-size: 16px;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .icon-arrow {
    position: absolute;
    display: block;
    right: 16px;
    top: 15px;
    font-size: 24px;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social {
    padding: 0 16px;
    border: 0;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social
    .menu-stack-title {
    cursor: unset;
    padding: 16px 4px;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social
    .medias {
    flex-wrap: wrap;
    padding-left: 4px;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social
    .sub {
    margin-top: 8px;
    padding: 0 4px;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social
    .sub
    .social-medias-subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social
    .sub
    .social-medias-extralink {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .standard-edition-footer .navigation-content .menus.noscial {
    padding: 0;
  }
  .standard-edition-footer
    .navigation-content
    .menus.noscial
    .menu-stack:last-child
    .menu-stack-wrap:last-child {
    border: 0;
  }
  .standard-edition-footer .navigation-extra {
    padding-bottom: 56px;
  }
  .standard-edition-footer .navigation-extra .ne-top,
  .standard-edition-footer .navigation-extra .ne-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .standard-edition-footer .navigation-extra .ne-top .inner,
  .standard-edition-footer .navigation-extra .ne-bottom .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .standard-edition-footer .navigation-extra .ne-top {
    min-height: auto;
    border-bottom: 0;
  }
  .standard-edition-footer .navigation-extra .ne-top .inner .icon-logo {
    display: none;
  }
  .standard-edition-footer .navigation-extra .ne-top .inner .left {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 16px 0 0 0;
    min-height: auto;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .left
    .friendly-links {
    display: flex;
    flex-direction: column;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .left
    .friendly-links
    .link {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 12px 0;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .left
    .friendly-links
    .link:last-child {
    padding-bottom: 0;
  }
  .standard-edition-footer .navigation-extra .ne-top .inner .button-country {
    padding: 0 0 16px 0;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country.no-friendly-links {
    padding: 0;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .country-wrap {
    align-items: flex-start;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .country-wrap
    .button-text {
    margin-left: 4px;
    font-size: 12px;
    line-height: 24px;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .site-mask {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2001;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .site-mask.hide {
    display: none;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .site-list-popup {
    position: fixed;
    display: block;
    bottom: -1000px;
    left: 0;
    right: 0;
    margin: 0 8px;
    padding: 0;
    width: auto;
    background: #fff;
    opacity: 1;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    z-index: 2002;
    transition: all 0.5s;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .site-list-popup.active {
    display: block;
    bottom: 24px;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .site-list-popup::after {
    display: none;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .site-list-popup
    .language-list
    .language-list-item
    .item-wrap {
    justify-content: center;
    margin: 0;
    padding: 16px 0;
    opacity: 1;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .site-list-popup
    .language-list
    .language-list-item
    .item-wrap
    .text {
    width: 786px;
    height: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #2d3132;
    line-height: 24px;
    text-align: center;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .site-list-popup
    .language-list
    .language-list-item
    .item-wrap
    .next-icon {
    display: none;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .site-list-popup
    .cancel-btn {
    display: block;
    padding: 14px 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #111;
    line-height: 28px;
    border-top: 8px solid #f4f4f4;
  }
  .standard-edition-footer .navigation-extra .ne-bottom .inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    padding-top: 16px;
  }
  .standard-edition-footer
    .navigation-extra
    .ne-bottom
    .inner
    .policies
    .policy {
    font-size: 12px;
    line-height: 18px;
    margin: 0 17px 8px 0;
  }
  .standard-edition-footer .navigation-extra .ne-bottom .inner .copyright {
    padding-bottom: 12px;
  }
  .standard-edition-footer .navigation-extra .ne-bottom .inner .copyright p {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
  }
  .rtl
    .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-title {
    padding: 16px 20px 16px 56px;
  }
  .rtl
    .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social
    .menu-stack-title {
    padding: 16px 4px;
  }
  .rtl
    .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap.social
    .medias {
    padding-right: 4px;
    padding-left: 0;
  }
  .rtl
    .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .icon-arrow {
    left: 16px;
    right: auto;
  }
  .rtl
    .standard-edition-footer
    .navigation-content
    .menus
    .menu-stack
    .menu-stack-wrap
    .menu-stack-content {
    padding: 0 40px 0 20px;
  }
  .rtl .standard-edition-footer .navigation-extra .ne-top .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rtl .standard-edition-footer .navigation-extra .ne-top .inner .left {
    padding: 16px 0 0 0;
  }
  .rtl
    .standard-edition-footer
    .navigation-extra
    .ne-top
    .inner
    .button-country
    .button-wrap
    .country-wrap
    .button-text {
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .standard-edition-footer .subscribe .form .subscribe-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .standard-edition-footer
    .subscribe
    .form
    .subscribe-content
    .subscribe-input-item
    .email-input {
    width: 50%;
  }
  .standard-edition-footer .subscribe .form .subscribe-content .subscribe-desc {
    line-height: 18px;
  }
  .standard-edition-footer .subscribe .form.error .subscribe-error {
    margin-top: 3.2vw;
  }
  .standard-edition-footer .subscribe .form.error .subscribe-error .icon-error {
    font-size: 1.5625vw;
    line-height: inherit;
  }
  .standard-edition-footer .subscribe .form.error .subscribe-error .error-text {
    font-size: 1.5625vw;
    line-height: inherit;
  }
}
.cookie-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3000;
}
.cookie-box {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
  background-color: #fff;
  z-index: 3000;
  -webkit-transition:
    bottom 0.7s,
    opacity 0.8s;
  transition:
    bottom 0.7s,
    opacity 0.8s;
}
.cookie-box a {
  cursor: pointer;
}
.cookie-box .cookie-bar-wrap {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cookie-box .cookie-bar-wrap .cookie-bar-logo {
  display: none;
  border-bottom: 1px solid #eee;
  height: 64px;
  padding: 8px;
  box-sizing: border-box;
}
.cookie-box .cookie-bar-wrap .cookie-bar-logo img {
  display: flex;
  height: 48px;
  width: auto;
  max-width: 574px;
}
.cookie-box .cookie-bar-wrap .cookie-bar-msg {
  padding: 24px 28px 24px 16px;
  min-width: 444px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cookie-box .cookie-bar-wrap .cookie-bar-msg .cookie-bar-desc {
  font-size: 14px;
  line-height: 20px;
}
.cookie-box .cookie-bar-wrap .cookie-bar-msg .cookie-bar-desc a {
  color: #5971e5;
  text-decoration: underline;
}
.cookie-box .cookie-bar-wrap .cookie-bar-msg .cookie-bar-desc-read-more-btn {
  display: none;
}
.cookie-box .cookie-bar-wrap .cookie-bar-manage {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 4px 24px 0;
  max-width: calc(100% - 444px);
  box-sizing: border-box;
  flex-shrink: 0;
}
.cookie-box .cookie-bar-wrap .cookie-bar-manage .cookie-bar-buttons {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-accept {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  padding: 0 12px;
  text-decoration: underline;
}
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-accept:hover {
  opacity: 0.8;
}
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-bar-close {
  padding: 0 12px;
  width: 16px;
  height: 16px;
  border: 0;
  outline: 0;
  font-size: 0;
  background: 0;
  cursor: pointer;
  text-align: right;
}
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-bar-close
  .icon-delete {
  font-size: 16px;
  cursor: pointer;
}
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-btn {
  position: relative;
  padding: 0 12px 8px 12px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 20px;
  text-decoration: underline;
}
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-btn:hover {
  opacity: 0.8;
}
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-btn.refuse-all,
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-btn.cookie-setting {
  color: #111;
}
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-btn.refuse-all:after,
.cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-btn.cookie-setting:after {
  background-color: #111;
}
.cookie-box .cookie-bar-wrap.cookie-bar-hidden {
  display: none;
}
.cookie-box.gdpr.center {
  max-width: 632px;
  width: calc(100% - 32px);
  bottom: 50%;
  transform: translate(-50%, 50%);
  border-radius: 4px;
}
.cookie-box.gdpr.center .cookie-bar-wrap {
  flex-direction: column;
  max-height: calc(100vh - 80px);
}
.cookie-box.gdpr.center .cookie-bar-wrap .cookie-bar-logo {
  display: block;
}
.cookie-box.gdpr.center .cookie-bar-wrap .cookie-bar-msg {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  overflow: auto;
  justify-content: flex-start;
}
.cookie-box.gdpr.center .cookie-bar-wrap .cookie-bar-manage {
  max-width: 100%;
  padding: 24px 12px 16px 12px;
  min-height: 72px;
}
.cookie-box.gdpr .cookie-bar-msg {
  padding: 24px 28px 24px 16px;
  min-width: 444px;
}
.cookie-box.gdpr .cookie-bar-manage {
  max-width: calc(100% - 444px);
  padding-bottom: 16px;
}
.cookie-box.gdpr .cookie-bar-manage .cookie-bar-buttons {
  flex-wrap: wrap;
}
.cookie-setting-popup {
  display: none;
}
.cookie-setting-popup .wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 632px;
  min-height: 376px;
  max-height: calc(100vh - 80px);
  background: #fff;
  border-radius: 4px;
  z-index: 3001;
}
.cookie-setting-popup .wrapper .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 64px;
  box-sizing: border-box;
}
.cookie-setting-popup .wrapper .popup-header img {
  display: flex;
  height: 48px;
  padding-left: 8px;
  width: auto;
  max-width: 574px;
  box-sizing: border-box;
}
.cookie-setting-popup .wrapper .popup-header .icon-delete {
  margin-right: 24px;
  cursor: pointer;
}
.cookie-setting-popup .wrapper .popup-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 239px;
  border-bottom: 1px solid #eee;
}
.cookie-setting-popup .wrapper .popup-body .left-wrapper {
  flex: 0 0 200px;
  height: 100%;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
}
.cookie-setting-popup .wrapper .popup-body .left-wrapper .menus {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .left-wrapper
  .menus::-webkit-scrollbar {
  display: none;
}
.cookie-setting-popup .wrapper .popup-body .left-wrapper .menus .menu-item {
  position: relative;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .left-wrapper
  .menus
  .menu-item.active {
  background: #f5f5f5;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .left-wrapper
  .menus
  .menu-item.active::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #e64c3d;
}
.cookie-setting-popup .wrapper .popup-body .right-wrapper {
  padding: 16px 24px;
  height: inherit;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.cookie-setting-popup .wrapper .popup-body .right-wrapper::-webkit-scrollbar {
  display: none;
}
.cookie-setting-popup .wrapper .popup-body .right-wrapper .disclaimer-card {
  display: none;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .right-wrapper
  .disclaimer-card
  .head {
  display: flex;
  justify-content: space-between;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .right-wrapper
  .disclaimer-card
  .head
  .title {
  font-size: 16px;
  color: #111;
  line-height: 24px;
  padding-right: 16px;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .right-wrapper
  .disclaimer-card
  .head
  .switch {
  margin-top: 2px;
  flex-shrink: 0;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .right-wrapper
  .disclaimer-card
  .content {
  padding-top: 12px;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .right-wrapper
  .disclaimer-card
  .content
  .description {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.4);
  line-height: 20px;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .right-wrapper
  .disclaimer-card.active {
  display: block;
}
.cookie-setting-popup
  .wrapper
  .popup-body
  .right-wrapper
  .disclaimer-card.extra-mb {
  display: none;
}
.cookie-setting-popup .wrapper .popup-footer {
  padding: 16px 24px;
}
.cookie-setting-popup .wrapper .popup-footer .introduce {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 16px;
  max-height: calc(100vh - 472px);
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.cookie-setting-popup .wrapper .popup-footer .introduce::-webkit-scrollbar {
  display: none;
}
.cookie-setting-popup .wrapper .popup-footer .introduce a {
  color: #5971e5;
  text-decoration: underline;
}
.cookie-setting-popup .wrapper .popup-footer .popup-footer-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.cookie-setting-popup
  .wrapper
  .popup-footer
  .popup-footer-button
  .confirm-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  max-width: 100%;
  box-sizing: border-box;
  height: 40px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  background: #e64c3d;
  color: #fff;
  border-radius: 22px;
  user-select: none;
}
.cookie-setting-popup
  .wrapper
  .popup-footer
  .popup-footer-button
  .confirm-button
  span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rtl .cookie-box .cookie-bar-wrap .cookie-bar-msg {
  padding: 24px 16px 24px 28px;
}
.rtl .cookie-box .cookie-bar-wrap .cookie-bar-manage {
  padding: 24px 0 24px 4px;
}
.rtl
  .cookie-box
  .cookie-bar-wrap
  .cookie-bar-manage
  .cookie-bar-buttons
  .cookie-accept {
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .cookie-box .cookie-bar-wrap {
    flex-direction: column;
    padding-bottom: 24px;
  }
  .cookie-box .cookie-bar-wrap .cookie-bar-logo {
    height: 48px;
    padding: 0;
  }
  .cookie-box .cookie-bar-wrap .cookie-bar-msg {
    width: 100%;
    min-width: 100%;
    padding: 16px 16px 24px 16px;
  }
  .cookie-box .cookie-bar-wrap .cookie-bar-manage {
    flex-wrap: wrap;
    padding: 0 16px;
    max-width: 100%;
    width: 100%;
  }
  .cookie-box .cookie-bar-wrap .cookie-bar-manage .cookie-bar-buttons {
    flex-wrap: wrap;
  }
  .cookie-box
    .cookie-bar-wrap
    .cookie-bar-manage
    .cookie-bar-buttons
    .cookie-accept {
    margin-left: 0;
    padding-bottom: 8px;
  }
  .cookie-box
    .cookie-bar-wrap
    .cookie-bar-manage
    .cookie-bar-buttons
    .cookie-bar-close {
    position: relative;
    display: inline-block;
    width: auto;
    height: inherit;
    font-size: 14px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 8px;
    color: #111;
    text-decoration: underline;
  }
  .cookie-box
    .cookie-bar-wrap
    .cookie-bar-manage
    .cookie-bar-buttons
    .cookie-bar-close:hover {
    opacity: 0.8;
  }
  .cookie-box
    .cookie-bar-wrap
    .cookie-bar-manage
    .cookie-bar-buttons
    .cookie-bar-close
    .icon-delete {
    display: none;
  }
  .cookie-box
    .cookie-bar-wrap
    .cookie-bar-manage
    .cookie-bar-buttons
    .cookie-btn {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
    white-space: normal;
  }
  .cookie-box.gdpr.center .cookie-bar-wrap {
    max-height: calc(100vh - 32px);
    padding-bottom: 0;
  }
  .cookie-box.gdpr .cookie-bar-msg {
    width: 100%;
    min-width: 100%;
    padding: 16px 16px 24px 16px;
  }
  .cookie-box.gdpr .cookie-bar-manage {
    padding: 0 4px;
    max-width: 100%;
  }
  .cookie-setting-popup .wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    transform: none;
    border-radius: unset;
  }
  .cookie-setting-popup .wrapper .popup-header {
    padding: 0 16px 0 0;
    border-bottom: 1px solid #eee;
    height: 48px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .cookie-setting-popup .wrapper .popup-header img {
    max-width: calc(100% - 24px);
    padding-left: 0;
  }
  .cookie-setting-popup .wrapper .popup-header .icon-delete {
    margin-right: 0;
    font-size: 24px;
  }
  .cookie-setting-popup .wrapper .popup-body {
    height: calc(100vh - 128px);
    padding: 0 16px;
    border-bottom: unset;
  }
  .cookie-setting-popup .wrapper .popup-body .left-wrapper {
    display: none;
  }
  .cookie-setting-popup .wrapper .popup-body .right-wrapper {
    padding: 0;
    overflow-x: hidden;
  }
  .cookie-setting-popup .wrapper .popup-body .right-wrapper .disclaimer-card {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
  }
  .cookie-setting-popup
    .wrapper
    .popup-body
    .right-wrapper
    .disclaimer-card
    .head
    .title {
    font-size: 16px;
    line-height: 24px;
  }
  .cookie-setting-popup
    .wrapper
    .popup-body
    .right-wrapper
    .disclaimer-card
    .head
    .switch {
    margin-top: 0;
  }
  .cookie-setting-popup
    .wrapper
    .popup-body
    .right-wrapper
    .disclaimer-card
    .content {
    padding-top: 12px;
  }
  .cookie-setting-popup
    .wrapper
    .popup-body
    .right-wrapper
    .disclaimer-card
    .content
    .description {
    font-size: 14px;
    line-height: 20px;
  }
  .cookie-setting-popup
    .wrapper
    .popup-body
    .right-wrapper
    .disclaimer-card
    .content
    .description
    a {
    color: #5971e5;
    text-decoration: underline;
  }
  .cookie-setting-popup
    .wrapper
    .popup-body
    .right-wrapper
    .disclaimer-card.extra-mb {
    display: block;
  }
  .cookie-setting-popup
    .wrapper
    .popup-body
    .right-wrapper
    .disclaimer-card.extra-mb
    .content {
    padding-top: 0;
  }
  .cookie-setting-popup
    .wrapper
    .popup-body
    .right-wrapper
    .disclaimer-card:last-child {
    border-bottom: 0;
  }
  .cookie-setting-popup .wrapper .popup-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 16px 16px 24px 16px;
    box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  .cookie-setting-popup .wrapper .popup-footer .introduce {
    display: none;
  }
  .cookie-setting-popup .wrapper .popup-footer .popup-footer-button {
    padding-top: 0;
  }
  .cookie-setting-popup .wrapper .popup-footer .confirm-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    border-radius: 20px;
  }
  .rtl .cookie-box .cookie-bar-wrap .cookie-bar-msg {
    padding: 16px 16px 24px 16px;
  }
  .rtl .cookie-box .cookie-bar-wrap .cookie-bar-manage {
    padding: 0 4px;
  }
}
.scroll-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: none;
  direction: ltr;
  cursor: pointer;
  z-index: 1999;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  overflow: hidden;
}
.scroll-fab .icon {
  padding: 12px;
  font-size: 24px;
  color: #2d3132;
}
.scroll-fab:hover {
  opacity: 1;
}
.scroll-fab.show {
  display: block;
}
.rtl .scroll-fab {
  left: 24px;
}
@media (max-width: 834px) {
  .scroll-fab {
    bottom: 16px;
    right: 16px;
  }
  .rtl .scroll-fab {
    left: 16px;
  }
}
.breadcrumb-box {
  margin: 0 auto;
  max-width: 1200px;
}
.breadcrumb-box ul,
.breadcrumb-box li {
  list-style: none;
}
.breadcrumb-box .breadcrumb-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 18px 16px 14px 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.breadcrumb-box .breadcrumb-list .breadcrumb-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  padding-bottom: 4px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.breadcrumb-box .breadcrumb-list .breadcrumb-item a {
  opacity: 0.4;
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: 400;
  color: #111;
  line-height: 20px;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
}
.breadcrumb-box .breadcrumb-list .breadcrumb-item i {
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 0.4;
}
.breadcrumb-box .breadcrumb-list .breadcrumb-item:last-child {
  pointer-events: none;
  padding-right: 0;
}
.breadcrumb-box .breadcrumb-list .breadcrumb-item:last-child a {
  opacity: 1;
}
.breadcrumb-box .breadcrumb-list .breadcrumb-item:last-child i {
  display: none;
}
.breadcrumb-box .breadcrumb-list .breadcrumb-item:hover a {
  text-decoration: underline;
  opacity: 1;
}
@media (max-width: 834px) {
  .breadcrumb-box {
    display: none;
  }
  .breadcrumb-box .breadcrumb-list {
    padding: 14px 16px 10px 16px;
  }
  .breadcrumb-box.show-mobile {
    display: block;
    width: 100%;
  }
}
.rtl .breadcrumb-box .breadcrumb-list .breadcrumb-item {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .breadcrumb-box .breadcrumb-list .breadcrumb-item i {
  top: 2px;
  right: auto;
  left: 2px;
}
.select-country-container {
  width: 100%;
  background-color: #000;
}
.select-country-container .hide {
  display: none;
}
.select-country-container.hide {
  display: none;
}
.select-country-container .select-country-content {
  width: 1200px;
  min-height: 72px;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.select-country-container .select-country-content .select-country-left {
  width: 50%;
  padding: 16px 16px;
  box-sizing: border-box;
}
.select-country-container
  .select-country-content
  .select-country-left
  .select-country-left-text {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  word-wrap: break-word;
}
.select-country-container .select-country-content .select-country-right {
  width: 50%;
  display: flex;
  box-sizing: border-box;
  padding: 0 16px;
  align-items: center;
  justify-content: flex-end;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container {
  position: relative;
  background: #000;
  flex: 1;
  min-width: 212px;
  max-width: 344px;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-default-item-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-default-item-wrap::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-default-item-wrap::after {
  content: "";
  width: 12px;
  height: 8px;
  display: inline-block;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-default-item-wrap
  .default-item-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  cursor: pointer;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-default-item-wrap
  .default-item-icon-arrow {
  background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/common/navigation/resources/svg/down-icon.svg")
    center no-repeat;
  background-size: cover;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-default-item-wrap
  .icon-Linear_earth {
  color: #fff;
  font-size: 24px;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-default-item-wrap
  .default-item-text-container {
  margin: 0 8px;
  width: calc(100% - 80px);
  display: flex;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-default-item-wrap
  .default-item-text-container
  span {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-items-wrapper {
  position: absolute;
  z-index: 2001;
  left: -1px;
  top: 39px;
  width: 100%;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0 0 4px 4px;
  border-top: 0;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-items-wrapper
  .options-items {
  position: relative;
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  padding-left: 40px;
  padding: 0 16px 0 40px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-items-wrapper
  .options-items:hover
  ::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-items-wrapper
  .options-items
  > a {
  color: #fff;
}
.select-country-container
  .select-country-content
  .select-country-right
  .options-container
  .options-items-wrapper
  > li:nth-last-child(1) {
  border: 0;
}
.select-country-container
  .select-country-content
  .select-country-right
  .continue-container-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 16px;
  padding: 0 16px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  background: #e64c3d;
  border-radius: 4px;
  max-width: calc(308px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select-country-container
  .select-country-content
  .select-country-right
  .continue-container-button:hover {
  opacity: 0.7;
}
.select-country-container
  .select-country-content
  .select-country-right
  .continue-container-button.c-state {
  opacity: 0.4;
}
.select-country-container
  .select-country-content
  .select-country-right
  .close-button {
  flex-shrink: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/common/navigation/resources/svg/close.svg")
    center no-repeat;
  background-size: cover;
}
@media (min-width: 835px) and (max-width: 1199px) {
  .select-country-container {
    width: 100%;
    background-color: #000;
  }
  .select-country-container .hide {
    display: none;
  }
  .select-country-container.hide {
    display: none;
  }
  .select-country-container .select-country-content {
    width: 100vw;
    min-height: 72px;
    display: flex;
    margin: 0 auto;
    align-items: center;
  }
  .select-country-container .select-country-content .select-country-left {
    width: 50%;
    padding: 16px 16px;
    box-sizing: border-box;
  }
  .select-country-container
    .select-country-content
    .select-country-left
    .select-country-left-text {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    word-wrap: break-word;
  }
  .select-country-container .select-country-content .select-country-right {
    width: 50%;
    display: flex;
    box-sizing: border-box;
    padding: 0 16px;
    align-items: center;
    justify-content: flex-end;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container {
    position: relative;
    background: #000;
    flex: 1;
    min-width: 212px;
    max-width: 344px;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap::after {
    content: "";
    width: 12px;
    height: 8px;
    display: inline-block;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap
    .default-item-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/common/navigation/resources/svg/country-icon.svg")
      center no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap
    .default-item-icon-arrow {
    background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/common/navigation/resources/svg/down-icon.svg")
      center no-repeat;
    background-size: cover;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap
    .default-item-text-container {
    margin: 0 8px;
    width: calc(100% - 80px);
    display: flex;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap
    .default-item-text-container
    span {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-items-wrapper {
    position: absolute;
    z-index: 2001;
    width: 100%;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-items-wrapper
    .options-items {
    position: relative;
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    padding-left: 40px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-items-wrapper
    .options-items:hover
    ::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-items-wrapper
    .options-items
    > a {
    color: #fff;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .continue-container-button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 16px;
    padding: 0 16px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    background: #e64c3d;
    border-radius: 4px;
    max-width: calc(100% - 258px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .continue-container-button:hover {
    opacity: 0.7;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .continue-container-button.c-state {
    opacity: 0.4;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .close-button {
    display: block;
    flex-shrink: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/common/navigation/resources/svg/close.svg")
      center no-repeat;
    background-size: cover;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .close-button-mobile {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .rtl .continue-container-button {
    margin: 0 16px 0 0 !important;
  }
  .rtl
    .select-country-container
    .select-country-content
    .select-country-left
    .select-country-left-text {
    margin-left: 16px !important;
    margin-right: 0;
  }
  .select-country-container {
    background-color: #000;
  }
  .select-country-container .hide {
    display: none;
  }
  .select-country-container.hide {
    display: none;
  }
  .select-country-container .select-country-content {
    width: 100vw;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .select-country-container .select-country-content .select-country-left {
    width: 100%;
    padding: 16px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .select-country-container
    .select-country-content
    .select-country-left
    .select-country-left-text {
    flex: 1;
    margin-right: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
    word-wrap: break-word;
  }
  .select-country-container
    .select-country-content
    .select-country-left
    .close-button {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/common/navigation/resources/svg/close.svg")
      center no-repeat;
    background-size: cover;
    align-self: flex-start;
  }
  .select-country-container .select-country-content .select-country-right {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 16px 16px 16px;
    align-items: center;
    justify-content: space-between;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container {
    position: relative;
    background: #000;
    flex: 1;
    min-width: 212px;
    max-width: 344px;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap::after {
    content: "";
    width: 12px;
    height: 8px;
    display: inline-block;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap
    .default-item-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/common/navigation/resources/svg/country-icon.svg")
      center no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap
    .default-item-icon-arrow {
    background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/common/navigation/resources/svg/down-icon.svg")
      center no-repeat;
    background-size: cover;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap
    .default-item-text-container {
    margin: 0 8px;
    width: calc(100% - 80px);
    display: flex;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-default-item-wrap
    .default-item-text-container
    span {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-items-wrapper {
    position: absolute;
    z-index: 2001;
    width: 100%;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-items-wrapper
    .options-items {
    position: relative;
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    padding-left: 40px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-items-wrapper
    .options-items:hover
    ::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .options-container
    .options-items-wrapper
    .options-items
    > a {
    color: #fff;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .continue-container-button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 16px;
    margin-right: 0;
    padding: 0 16px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    background: #e64c3d;
    border-radius: 4px;
    max-width: calc(100% - 228px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .continue-container-button:hover {
    opacity: 0.7;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .continue-container-button.c-state {
    opacity: 0.4;
  }
  .select-country-container
    .select-country-content
    .select-country-right
    .close-button-pc {
    display: none;
  }
}
.rtl
  .select-country-content
  .select-country-right
  .options-container
  .options-items-wrapper
  .options-items {
  padding-right: 40px;
}
.resize-observer[data-v-8859cc6c] {
  border: 0;
  background-color: transparent;
  opacity: 0;
}
.resize-observer[data-v-8859cc6c],
.resize-observer[data-v-8859cc6c] object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  overflow: hidden;
}
button[data-v-847c2e44] {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}
.tui-button[data-v-847c2e44] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  border: 1px solid transparent;
}
.tui-button__label[data-v-847c2e44] {
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.tui-button__underline[data-v-847c2e44] {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--button-color, var(--tui-color-primary, #e64c3d));
}
.tui-button--main[data-v-847c2e44] {
  border-color: var(--button-color, var(--tui-color-primary, #e64c3d));
  background-color: var(--button-color, var(--tui-color-primary, #e64c3d));
  color: var(--button-text-color, var(--tui-color-background, #fff));
}
.tui-button--main[data-v-847c2e44]:hover {
  border-color: var(
    --button-hover-color,
    var(--tui-color-primary-tint1, #eb7064)
  );
  background-color: var(
    --button-hover-color,
    var(--tui-color-primary-tint1, #eb7064)
  );
}
.tui-button--main[data-v-847c2e44]:active {
  border-color: var(
    --button-active-color,
    var(--tui-color-primary-tint3, #f5b7b1)
  );
  background-color: var(
    --button-active-color,
    var(--tui-color-primary-tint3, #f5b7b1)
  );
}
.tui-button--main.tui-button--disabled[data-v-847c2e44] {
  --background: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  border-color: transparent;
  background-color: var(
    --button-color-disabled,
    var(--background, rgba(0, 0, 0, 0.12))
  );
  color: var(--button-text-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-button--sub[data-v-847c2e44] {
  border-color: var(--button-color, var(--tui-color-primary, #e64c3d));
  color: var(--button-color, var(--tui-color-primary, #e64c3d));
}
.tui-button--sub[data-v-847c2e44]:hover {
  border-color: var(
    --button-hover-color,
    var(--tui-color-primary-tint1, #eb7064)
  );
  color: var(--button-hover-color, var(--tui-color-primary-tint1, #eb7064));
}
.tui-button--sub[data-v-847c2e44]:active {
  border-color: var(
    --button-active-color,
    var(--tui-color-primary-tint3, #f5b7b1)
  );
  color: var(--button-active-color, var(--tui-color-primary-tint3, #f5b7b1));
}
.tui-button--sub.tui-button--disabled[data-v-847c2e44] {
  --background: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  border-color: var(
    --button-color-disabled,
    var(--background, rgba(0, 0, 0, 0.12))
  );
  color: var(--button-text-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-button--auxiliary[data-v-847c2e44] {
  border-radius: 0 !important;
  border-width: 0;
  color: var(--button-color, var(--tui-color-primary, #e64c3d));
}
.tui-button--auxiliary .tui-button__label[data-v-847c2e44],
.tui-button--auxiliary[data-v-847c2e44] {
  height: 24px !important;
  line-height: 24px !important;
}
.tui-button--auxiliary
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  display: block;
}
.tui-button--auxiliary:active
  .tui-button__label
  .tui-button__underline[data-v-847c2e44],
.tui-button--auxiliary:hover
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  -webkit-animation: underline-animation-847c2e44 0.2s both;
  animation: underline-animation-847c2e44 0.2s both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.tui-button--auxiliary:active.tui-button--disabled
  .tui-button__label
  .tui-button__underline[data-v-847c2e44],
.tui-button--auxiliary:hover.tui-button--disabled
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  -webkit-animation: none;
  animation: none;
}
.tui-button--auxiliary.tui-button--disabled[data-v-847c2e44] {
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(--button-text-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-button--auxiliary.tui-button--disabled
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  --background: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  background-color: var(
    --button-color-disabled,
    var(--background, rgba(0, 0, 0, 0.12))
  );
}
.tui-button--normal[data-v-847c2e44] {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 40px;
}
.tui-button--normal .tui-button__label[data-v-847c2e44] {
  line-height: 38px;
  height: 38px;
}
.tui-button--normal.tui-button--auxiliary[data-v-847c2e44] {
  padding: 8px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tui-button--small[data-v-847c2e44] {
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  padding: 0 16px;
}
.tui-button--small .tui-button__label[data-v-847c2e44] {
  line-height: 30px;
  height: 30px;
}
.tui-button--small.tui-button--auxiliary[data-v-847c2e44] {
  padding: 4px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tui-button--mini[data-v-847c2e44] {
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  padding: 0 16px;
}
.tui-button--mini .tui-button__label[data-v-847c2e44] {
  line-height: 22px;
  height: 22px;
}
.tui-button--mini.tui-button--auxiliary[data-v-847c2e44] {
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tui-button--block[data-v-847c2e44] {
  display: block;
  width: 100%;
}
.tui-button--disabled[data-v-847c2e44] {
  cursor: not-allowed;
}
@-webkit-keyframes underline-animation-847c2e44 {
  0 {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes underline-animation-847c2e44 {
  0 {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tui-overlay[data-v-e6f2d01a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tui-overlay__mask[data-v-e6f2d01a] {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(
    --overlay-background-color,
    var(--tui-color-background-contrast, #000)
  );
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tui-overlay--show[data-v-e6f2d01a] {
  pointer-events: auto;
}
ul[data-v-51fc906d] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-tabs[data-v-51fc906d] {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--tabs-background, var(--tui-color-background, #fff));
}
.tui-tabs__before[data-v-51fc906d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 64px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(hsla(0, 0, 97.6%, 0)),
    to(var(--tabs-background, var(--tui-color-background, #fff)))
  );
  background: linear-gradient(
    270deg,
    hsla(0, 0, 97.6%, 0),
    var(--tabs-background, var(--tui-color-background, #fff))
  );
  z-index: 1;
}
.tui-tabs__after[data-v-51fc906d] {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 64px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0, 97.6%, 0)),
    to(var(--tabs-background, var(--tui-color-background, #fff)))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0, 97.6%, 0),
    var(--tabs-background, var(--tui-color-background, #fff))
  );
}
.tui-tabs ul[data-v-51fc906d] {
  position: relative;
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--tabs-background, var(--tui-color-background, #fff));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tui-tabs ul[data-v-51fc906d]::-webkit-scrollbar {
  display: none;
}
.tui-tabs__bar[data-v-51fc906d] {
  position: absolute;
  width: 24px;
  height: 4px;
  bottom: 0;
  left: -24px;
  text-align: center;
}
.tui-tabs__bar-inner[data-v-51fc906d] {
  width: 24px;
  height: 4px;
  display: block;
  background: var(--tabs-bar-color, var(--tui-color-primary, #e64c3d));
  margin: auto;
}
.tui-tabs--capsule ul[data-v-51fc906d] {
  padding: 6px 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.tui-tabs--capsule .tui-tabs__after[data-v-51fc906d],
.tui-tabs--capsule .tui-tabs__bar[data-v-51fc906d],
.tui-tabs--capsule .tui-tabs__before[data-v-51fc906d] {
  display: none;
}
.tui-tabs--outline ul[data-v-51fc906d] {
  padding: 6px 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.tui-tabs--outline .tui-tabs__after[data-v-51fc906d],
.tui-tabs--outline .tui-tabs__bar[data-v-51fc906d],
.tui-tabs--outline .tui-tabs__before[data-v-51fc906d] {
  display: none;
}
.transition-forward[data-v-51fc906d] {
  -webkit-transition:
    right 0.3s cubic-bezier(0.35, 0, 0.25, 1),
    left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
  transition:
    right 0.3s cubic-bezier(0.35, 0, 0.25, 1),
    left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
}
.tui-tab[data-v-57e2e9bc] {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tui-tab__item[data-v-57e2e9bc] {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-tab__label[data-v-57e2e9bc] {
  font-size: 16px;
  font-weight: 400;
  color: var(--tab-color, var(--tui-color-text, #111));
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tui-tab--capsule[data-v-57e2e9bc] {
  padding: 6px 8px;
}
.tui-tab--capsule .tui-tab__item[data-v-57e2e9bc] {
  border: 1px solid transparent;
  border-color: var(--tab-border-color, var(--tui-color-grey, #eee));
  background-color: var(
    --tab-background-color,
    var(--tui-color-background, #fff)
  );
  height: 32px;
  border-radius: 32px;
  padding: 0 16px;
}
.tui-tab--capsule:hover .tui-tab__item[data-v-57e2e9bc] {
  border-color: var(--tab-hover-border-color, var(--tui-color-grey-dark, #999));
}
.tui-tab--capsule .tui-tab__label[data-v-57e2e9bc] {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
}
.tui-tab--capsule.tui-tab--active .tui-tab__item[data-v-57e2e9bc] {
  border-color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
  background-color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
}
.tui-tab--capsule.tui-tab--active .tui-tab__label[data-v-57e2e9bc] {
  color: var(--tab-background-color, var(--tui-color-background, #fff));
}
.tui-tab--outline[data-v-57e2e9bc] {
  padding: 6px 8px;
}
.tui-tab--outline .tui-tab__item[data-v-57e2e9bc] {
  border: 1px solid transparent;
  border-color: var(
    --tab-outline-border-color,
    var(--tui-color-grey-dark, #999)
  );
  background-color: var(
    --tab-background-color,
    var(--tui-color-background, #fff)
  );
  height: 40px;
  padding: 0 30px;
  border-radius: 4px;
}
.tui-tab--outline .tui-tab__label[data-v-57e2e9bc] {
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.tui-tab--outline.tui-tab--active .tui-tab__item[data-v-57e2e9bc] {
  border-color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
}
.tui-tab--outline.tui-tab--active .tui-tab__label[data-v-57e2e9bc] {
  color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
}
.tui-tab--outline.tui-tab--disabled .tui-tab__item[data-v-57e2e9bc] {
  --border-color: rgba(
    var(--tui-color-grey-dark-rgb, 153, 153, 153),
    var(--tui-opacity-12, 0.12)
  );
  --background-color: rgba(
    var(--tui-color-background-rgb, 255, 255, 255),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --tab-hover-border-color-disabled,
    var(--border-color, hsla(0, 0, 60%, 0.12))
  );
  background-color: var(
    --tab-background-color-disabled,
    var(--background-color, hsla(0, 0, 100%, 0.12))
  );
}
.tui-tab--disabled[data-v-57e2e9bc] {
  cursor: not-allowed;
}
.tui-tab--disabled .tui-tab__label[data-v-57e2e9bc] {
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(--tab-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-tab--disabled .tui-tab__item[data-v-57e2e9bc] {
  --border-color: rgba(
    var(--tui-color-grey-rgb, 238, 238, 238),
    var(--tui-opacity-12, 0.12)
  );
  --background-color: rgba(
    var(--tui-color-background-rgb, 255, 255, 255),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --tab-border-color-disabled,
    var(--border-color, hsla(0, 0, 93.3%, 0.12))
  );
  background-color: var(
    --tab-background-color-disabled,
    var(--background-color, hsla(0, 0, 100%, 0.12))
  );
}
.tui-tab--active .tui-tab__label[data-v-57e2e9bc] {
  color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.tui-tag[data-v-73ccff9d] {
  height: 24px;
  line-height: 24px;
  margin-right: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  opacity: 0.7;
}
.tui-tag[data-v-73ccff9d]:hover {
  opacity: 1;
}
.tui-tag span[data-v-73ccff9d] {
  font-size: 14px;
  line-height: 24px;
  color: var(--tag-color, var(--tui-color-text, #111));
}
.tui-tag svg[data-v-73ccff9d] {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.tui-tag__close[data-v-73ccff9d] {
  fill: var(--tag-close-color, var(--tui-color-icon, #2d3132));
}
.tui-tag--disabled[data-v-73ccff9d] {
  opacity: 1;
  cursor: not-allowed;
}
.tui-tag--disabled span[data-v-73ccff9d] {
  opacity: 0.2;
}
.tui-tag--disabled .tui-tag__close[data-v-73ccff9d] {
  opacity: 0.12;
}
.tui-dialog[data-v-7a8a3fbd] {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 464px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: var(
    --dialog-background-color,
    var(--tui-color-background, #fff)
  );
  border-radius: 4px;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tui-dialog--rtl[data-v-7a8a3fbd] {
  direction: rtl;
}
.tui-dialog--rtl .tui-dialog__button[data-v-7a8a3fbd] {
  margin-left: 0;
}
.tui-dialog--rtl .tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-left: 24px;
}
.tui-dialog--rtl
  .tui-dialog__footer--column
  .tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-left: 0;
}
.tui-dialog--rtl .tui-dialog__close[data-v-7a8a3fbd] {
  left: 16px;
  right: auto;
}
.tui-dialog--show[data-v-7a8a3fbd] {
  opacity: 1;
  top: 50%;
}
.tui-dialog--shadow[data-v-7a8a3fbd] {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.tui-dialog__header[data-v-7a8a3fbd] {
  margin-top: -8px;
}
.tui-dialog__title[data-v-7a8a3fbd] {
  font-weight: 500;
  text-align: center;
}
.tui-dialog__message[data-v-7a8a3fbd],
.tui-dialog__title[data-v-7a8a3fbd] {
  font-size: 16px;
  color: var(--dialog-text-color, var(--tui-color-text, #111));
  line-height: 24px;
}
.tui-dialog__message[data-v-7a8a3fbd] {
  padding: 24px 0 32px;
}
.tui-dialog__footer[data-v-7a8a3fbd] {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tui-dialog__footer--row[data-v-7a8a3fbd] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tui-dialog__footer--column[data-v-7a8a3fbd] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tui-dialog__footer--column .tui-dialog__button[data-v-7a8a3fbd] {
  margin-left: 0;
  margin-bottom: 12px;
}
.tui-dialog__footer--column .tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-bottom: 0;
}
.tui-dialog__button[data-v-7a8a3fbd] {
  width: 100%;
  margin-left: 24px;
}
.tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-left: 0;
}
.tui-dialog__close[data-v-7a8a3fbd] {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  line-height: 0;
  cursor: pointer;
}
.tui-dialog__close svg[data-v-7a8a3fbd] {
  width: 16px;
  height: 16px;
}
.tui-dialog__close-icon[data-v-7a8a3fbd] {
  fill: var(--dialog-close-color, var(--tui-color-icon, #2d3132));
}
.tui-popover[data-v-7251fea1] {
  line-height: 0;
}
.tui-popover__anchor[data-v-7251fea1] {
  line-height: 0;
  position: relative;
  display: inline-block;
}
.tui-popover__anchor[data-v-7251fea1]:focus {
  outline: 0;
}
.tui-popper[data-v-7251fea1] {
  position: absolute;
  top: 0;
  left: 0;
}
.tui-popper--hide[data-v-7251fea1] {
  z-index: -1 !important;
  opacity: 0;
}
.tui-popper__container[data-v-7251fea1] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-popper__header.tui-popper--show-button[data-v-7251fea1] {
  margin-bottom: 16px;
}
.tui-popper .tui-popper__message[data-v-7251fea1] {
  max-width: 208px;
  font-size: 14px;
  line-height: 22px;
}
.tui-popper__footer[data-v-7251fea1] {
  line-height: 0;
  width: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tui-popper__button[data-v-7251fea1] {
  width: 84px;
  margin-right: 8px;
}
.tui-popper__button[data-v-7251fea1]:last-child {
  margin-right: 0;
}
.tui-popper__arrow[data-v-7251fea1] {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
}
.tui-popper__arrow--top-start[data-v-7251fea1],
.tui-popper__arrow--top[data-v-7251fea1] {
  bottom: 0 !important;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border-bottom-width: 0;
}
.tui-popper__arrow--top-end[data-v-7251fea1] {
  bottom: 0 !important;
  -webkit-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  border-bottom-width: 0;
}
.tui-popper__arrow--left-start[data-v-7251fea1],
.tui-popper__arrow--left[data-v-7251fea1] {
  right: 0 !important;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
  border-right-width: 0;
}
.tui-popper__arrow--left-end[data-v-7251fea1] {
  right: 0 !important;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-right-width: 0;
}
.tui-popper__arrow--right-start[data-v-7251fea1],
.tui-popper__arrow--right[data-v-7251fea1] {
  left: 0 !important;
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
  border-left-width: 0;
}
.tui-popper__arrow--right-end[data-v-7251fea1] {
  left: 0 !important;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-left-width: 0;
}
.tui-popper__arrow--bottom-start[data-v-7251fea1],
.tui-popper__arrow--bottom[data-v-7251fea1] {
  top: 0 !important;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  border-top-width: 0;
}
.tui-popper__arrow--bottom-end[data-v-7251fea1] {
  top: 0 !important;
  -webkit-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  border-top-width: 0;
}
.tui-popper--rtl[data-v-7251fea1] {
  direction: rtl;
}
.tui-popper--rtl .tui-popper__button[data-v-7251fea1] {
  margin-right: 0;
}
.tui-popper--rtl .tui-popper__button[data-v-7251fea1]:last-child {
  margin-right: 8px;
}
.tui-popper--light .tui-popper__container[data-v-7251fea1] {
  background-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.tui-popper--light .tui-popper__content[data-v-7251fea1],
.tui-popper--light .tui-popper__message[data-v-7251fea1] {
  color: var(--popover-text-color, var(--tui-color-text, #111));
}
.tui-popper--light .tui-popper__button-cancel[data-v-7251fea1] {
  --button-color: var(
    --popover-button-cancel-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-text-color: var(
    --popover-button-cancel-text-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-color-disabled: var(
    --popover-button-disabled-cancel-color,
    rgba(0, 0, 0, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-cancel-text-color,
    rgba(0, 0, 0, 0.2)
  );
}
.tui-popper--light .tui-popper__button-confirm[data-v-7251fea1] {
  --button-color: var(
    --popover-button-confirm-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-text-color: var(
    --popover-button-confirm-text-color,
    var(--tui-color-background, #fff)
  );
  --button-color-disabled: var(
    --popover-button-disabled-confirm-color,
    rgba(0, 0, 0, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-confirm-text-color,
    rgba(0, 0, 0, 0.2)
  );
}
.tui-popper--light .tui-popper__arrow--top-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--top-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--top[data-v-7251fea1] {
  border-top-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--light .tui-popper__arrow--left-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--left-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--left[data-v-7251fea1] {
  border-left-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--light .tui-popper__arrow--right-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--right-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--right[data-v-7251fea1] {
  border-right-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--light .tui-popper__arrow--bottom-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--bottom-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--bottom[data-v-7251fea1] {
  border-bottom-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--dark .tui-popper__container[data-v-7251fea1] {
  opacity: 0.8;
  background-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__content[data-v-7251fea1],
.tui-popper--dark .tui-popper__message[data-v-7251fea1] {
  color: var(--popover-text-color, var(--tui-color-background, #fff));
}
.tui-popper--dark .tui-popper__button-cancel[data-v-7251fea1] {
  --button-color: var(
    --popover-button-cancel-color,
    var(--tui-color-background, #fff)
  );
  --button-text-color: var(
    --popover-button-cancel-text-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-color-disabled: var(
    --popover-button-disabled-cancel-color,
    hsla(0, 0, 100%, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-cancel-text-color,
    hsla(0, 0, 100%, 0.2)
  );
}
.tui-popper--dark .tui-popper__button-confirm[data-v-7251fea1] {
  --button-color: var(
    --popover-button-confirm-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-text-color: var(
    --popover-button-confirm-text-color,
    var(--tui-color-background, #fff)
  );
  --button-color-disabled: var(
    --popover-button-disabled-confirm-color,
    hsla(0, 0, 100%, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-confirm-text-color,
    hsla(0, 0, 100%, 0.2)
  );
}
.tui-popper--dark .tui-popper__arrow--top-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--top-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--top[data-v-7251fea1] {
  border-top-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__arrow-left-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow-left-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow-left[data-v-7251fea1] {
  border-left-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__arrow--right-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--right-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--right[data-v-7251fea1] {
  border-right-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__arrow--bottom-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--bottom-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--bottom[data-v-7251fea1] {
  border-bottom-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--top[data-v-7251fea1] {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.tui-popper--top-start[data-v-7251fea1] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tui-popper--top-end[data-v-7251fea1] {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.tui-popper--bottom[data-v-7251fea1] {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.tui-popper--bottom-start[data-v-7251fea1] {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.tui-popper--bottom-end[data-v-7251fea1] {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}
.tui-popper--left[data-v-7251fea1] {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.tui-popper--left-start[data-v-7251fea1] {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.tui-popper--left-end[data-v-7251fea1] {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}
.tui-popper--right[data-v-7251fea1] {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tui-popper--right-start[data-v-7251fea1] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tui-popper--right-end[data-v-7251fea1] {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.tui-toast[data-v-9c6bcf44] {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tui-toast__container[data-v-9c6bcf44] {
  --background-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-70, 0.7)
  );
  width: 100%;
  min-width: 208px;
  max-width: 464px;
  height: 100%;
  background-color: var(
    --toast-background-color,
    var(--background-color, rgba(0, 0, 0, 0.7))
  );
  border-radius: 4px;
  padding: 9px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-toast__message[data-v-9c6bcf44] {
  font-size: 14px;
  color: var(--toast-text-color, var(--tui-color-background, #fff));
  line-height: 22px;
  text-align: left;
}
.tui-toast__message--center[data-v-9c6bcf44] {
  text-align: center;
}
.fade-enter-active[data-v-9c6bcf44],
.fade-leave-active[data-v-9c6bcf44] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fade-enter[data-v-9c6bcf44],
.fade-leave-to[data-v-9c6bcf44] {
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  opacity: 0;
}
li[data-v-1f1f9b65] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-pagination[data-v-1f1f9b65] {
  height: 24px;
  max-width: var(--pagination-max-width, 356px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tui-pagination--hidden[data-v-1f1f9b65] {
  display: none;
}
.tui-pagination__arrow[data-v-1f1f9b65] {
  font-size: 24px;
  height: 24px;
  opacity: 0.4;
  cursor: pointer;
}
.tui-pagination__arrow[data-v-1f1f9b65]:hover {
  opacity: 1;
}
.tui-pagination__arrow:hover.tui-pagination__arrow--disabled[data-v-1f1f9b65] {
  opacity: 0.12;
}
.tui-pagination__arrow--disabled[data-v-1f1f9b65] {
  opacity: 0.12;
  cursor: not-allowed;
}
.tui-pagination__arrow svg[data-v-1f1f9b65] {
  width: 24px;
  height: 24px;
}
.tui-pagination__arrow .tui-pagination__icon[data-v-1f1f9b65] {
  fill: var(--pagination-arrow-color, var(--tui-color-icon, #2d3132));
}
.tui-pagination__content[data-v-1f1f9b65] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tui-pagination__item[data-v-1f1f9b65] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: var(--pagination-color, var(--tui-color-text, #111));
  font-size: 16px;
  cursor: pointer;
  opacity: 0.7;
  border: 1px solid transparent;
  border-radius: 1px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-pagination__item[data-v-1f1f9b65]:hover {
  opacity: 1;
  border-color: var(
    --pagination-hover-outline-color,
    var(--tui-color-primary, #e64c3d)
  );
}
.tui-pagination--active[data-v-1f1f9b65] {
  background-color: var(
    --pagination-active-background,
    var(--tui-color-primary, #e64c3d)
  );
  border-color: var(
    --pagination-active-background,
    var(--tui-color-primary, #e64c3d)
  );
  color: var(--pagination-active-color, var(--tui-color-background, #fff));
  opacity: 1;
}
.tui-helper-line[data-v-150282e2] {
  position: relative;
  z-index: 1;
}
.tui-helper-line__label[data-v-150282e2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--helper-line-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-helper-line--hold .tui-helper-line__label[data-v-150282e2] {
  position: relative;
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
}
.tui-helper-line--invalid .tui-helper-line__label[data-v-150282e2] {
  color: var(--helper-line-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-helper-line--rtl[data-v-150282e2] {
  direction: rtl;
}
.tui-checkbox[data-v-98ad1cb6] {
  display: inline-block;
  margin-right: 32px;
}
.tui-checkbox--block[data-v-98ad1cb6] {
  display: block;
  margin: 0;
}
.tui-checkbox--strong[data-v-98ad1cb6] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.tui-checkbox--weak[data-v-98ad1cb6] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.4;
}
.tui-checkbox--checked[data-v-98ad1cb6],
.tui-checkbox--weak[data-v-98ad1cb6]:hover {
  opacity: 1;
}
.tui-checkbox--checked .tui-checkbox__icon--check[data-v-98ad1cb6] {
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.tui-checkbox--disabled[data-v-98ad1cb6] {
  cursor: not-allowed;
}
.tui-checkbox--disabled .tui-checkbox__label[data-v-98ad1cb6] {
  opacity: 0.2;
}
.tui-checkbox--disabled .tui-checkbox__icon[data-v-98ad1cb6] {
  opacity: 0.12;
}
.tui-checkbox--rtl[data-v-98ad1cb6] {
  direction: rtl;
}
.tui-checkbox--rtl.tui-checkbox[data-v-98ad1cb6] {
  margin-right: 0;
  margin-left: 32px;
}
.tui-checkbox--rtl
  .tui-checkbox--required
  .tui-checkbox__label[data-v-98ad1cb6]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-checkbox--rtl .tui-checkbox--normal .tui-checkbox__label[data-v-98ad1cb6],
.tui-checkbox--rtl .tui-checkbox--small .tui-checkbox__label[data-v-98ad1cb6] {
  margin-left: 0;
  margin-right: 4px;
}
.tui-checkbox--rtl .tui-checkbox__helper-line[data-v-98ad1cb6] {
  margin-left: 0;
  margin-right: 12px;
}
.tui-checkbox__icon[data-v-98ad1cb6] {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  fill: var(--checkbox-icon-color, var(--tui-color-icon, #2d3132));
}
.tui-checkbox__icon svg[data-v-98ad1cb6] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tui-checkbox__icon--check[data-v-98ad1cb6] {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0) !important;
  transform: translate(-50%, -50%) scale(0) !important;
}
.tui-checkbox__label[data-v-98ad1cb6] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--checkbox-label-color, var(--tui-color-text, #111));
}
.tui-checkbox__helper-line[data-v-98ad1cb6] {
  margin-left: 12px;
  display: block;
}
.tui-checkbox__helper-line-small[data-v-98ad1cb6] .tui-helper-line__label {
  padding: 6px 9px 0;
}
.tui-checkbox--required .tui-checkbox__label[data-v-98ad1cb6]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-checkbox--invalid[data-v-98ad1cb6] {
  opacity: 1;
}
.tui-checkbox--invalid .tui-checkbox__icon[data-v-98ad1cb6] {
  fill: var(--checkbox-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-checkbox--invalid .tui-checkbox__label[data-v-98ad1cb6] {
  color: var(--checkbox-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-checkbox--normal .tui-checkbox__icon[data-v-98ad1cb6] {
  width: 24px;
  height: 24px;
}
.tui-checkbox--normal .tui-checkbox__label[data-v-98ad1cb6] {
  margin: 2px 0;
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.tui-checkbox--small .tui-checkbox__icon[data-v-98ad1cb6] {
  width: 16px;
  height: 16px;
  padding: 4px 0;
}
.tui-checkbox--small .tui-checkbox__label[data-v-98ad1cb6] {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}
.tui-radio[data-v-5a3e9aba] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 32px;
}
.tui-radio--block[data-v-5a3e9aba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-bottom: 8px;
}
.tui-radio--block[data-v-5a3e9aba]:last-child {
  margin: 0;
}
.tui-radio--strong[data-v-5a3e9aba] {
  opacity: 1;
}
.tui-radio--weak[data-v-5a3e9aba] {
  opacity: 0.4;
}
.tui-radio--checked[data-v-5a3e9aba],
.tui-radio--weak[data-v-5a3e9aba]:hover {
  opacity: 1;
}
.tui-radio--checked .tui-radio__icon--check[data-v-5a3e9aba] {
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.tui-radio--normal .tui-radio__icon[data-v-5a3e9aba] {
  width: 24px;
  height: 24px;
}
.tui-radio--normal .tui-radio__label[data-v-5a3e9aba] {
  margin: 2px 0;
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.tui-radio--small .tui-radio__icon[data-v-5a3e9aba] {
  width: 16px;
  height: 16px;
  padding: 4px 0;
}
.tui-radio--small .tui-radio__label[data-v-5a3e9aba] {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}
.tui-radio--disabled[data-v-5a3e9aba] {
  cursor: not-allowed;
}
.tui-radio--disabled .tui-radio__label[data-v-5a3e9aba] {
  opacity: 0.2;
}
.tui-radio--disabled .tui-radio__icon[data-v-5a3e9aba] {
  opacity: 0.12;
}
.tui-radio--invalid[data-v-5a3e9aba] {
  opacity: 1;
}
.tui-radio--invalid .tui-radio__icon[data-v-5a3e9aba] {
  fill: var(--radio-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-radio--invalid .tui-radio__label[data-v-5a3e9aba] {
  color: var(--radio-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-radio--rtl[data-v-5a3e9aba] {
  direction: rtl;
}
.tui-radio--rtl.tui-radio[data-v-5a3e9aba] {
  margin-right: 0;
  margin-left: 32px;
}
.tui-radio--rtl.tui-radio--normal .tui-radio__label[data-v-5a3e9aba],
.tui-radio--rtl.tui-radio--small .tui-radio__label[data-v-5a3e9aba] {
  margin-left: 0;
  margin-right: 4px;
}
.tui-radio__icon[data-v-5a3e9aba] {
  position: relative;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: var(--radio-icon-color, var(--tui-color-icon, #2d3132));
}
.tui-radio__icon svg[data-v-5a3e9aba] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tui-radio__icon--check[data-v-5a3e9aba] {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0) !important;
  transform: translate(-50%, -50%) scale(0) !important;
}
.tui-radio__label[data-v-5a3e9aba] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--radio-label-color, var(--tui-color-text, #111));
}
.tui-radio-group[data-v-84d76e30] {
  display: block;
}
.tui-radio-group__helper-line[data-v-84d76e30] {
  margin-left: -12px;
  display: block;
}
.tui-radio-group--rtl[data-v-84d76e30] {
  direction: rtl;
}
.tui-radio-group--rtl .tui-radio-group__helper-line[data-v-84d76e30] {
  margin-left: 0;
  margin-right: -12px;
}
input[data-v-eab1a4e0] {
  border: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
}
input[data-v-eab1a4e0]::-ms-clear {
  width: 0;
  height: 0;
}
input[type="search"][data-v-eab1a4e0]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.tui-text-field[data-v-eab1a4e0] {
  display: inline-block;
  position: relative;
}
.tui-text-field__container[data-v-eab1a4e0] {
  padding: 0 16px;
  position: relative;
  height: var(--text-field-height, 48px);
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
}
.tui-text-field__container[data-v-eab1a4e0],
.tui-text-field__outline[data-v-eab1a4e0] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-text-field__outline[data-v-eab1a4e0] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  border-color: var(
    --text-field-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__notch[data-v-eab1a4e0] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__input[data-v-eab1a4e0] {
  color: var(--text-field-color, var(--tui-color-text, #111));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none !important;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--text-field-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-text-field__label[data-v-eab1a4e0] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(
    --text-field-label-color,
    var(--label-color, rgba(17, 17, 17, 0.4))
  );
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__trailing[data-v-eab1a4e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: var(--text-field-color, var(--tui-color-text, #111));
  line-height: var(--text-field-height, 48px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.tui-text-field__wordlimit[data-v-eab1a4e0] {
  position: absolute;
  width: 100%;
  text-align: right;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-field-wordlimit-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-text-field:hover .tui-text-field__outline[data-v-eab1a4e0] {
  border-color: var(
    --text-field-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-text-field--block[data-v-eab1a4e0] {
  display: block;
}
.tui-text-field--required .tui-text-field__label[data-v-eab1a4e0]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-text-field--intergal .tui-text-field__notch[data-v-eab1a4e0] {
  display: none;
}
.tui-text-field--notched .tui-text-field__notch[data-v-eab1a4e0] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-text-field--notched .tui-text-field__label[data-v-eab1a4e0] {
  -webkit-transform: translateY(-100%) scaleY(0.7);
  transform: translateY(-100%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-text-field--focused .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--focused:hover .tui-text-field__outline[data-v-eab1a4e0] {
  border-color: var(
    --text-field-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-text-field--focused .tui-text-field__outline[data-v-eab1a4e0] {
  border-width: 2px;
  padding: 0 14px;
}
.tui-text-field--focused.tui-text-field--notched
  .tui-text-field__label[data-v-eab1a4e0] {
  color: var(--text-field-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-text-field--invalid .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--invalid:hover .tui-text-field__outline[data-v-eab1a4e0] {
  border-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid .tui-text-field__input[data-v-eab1a4e0] {
  caret-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid.tui-text-field--notched
  .tui-text-field__label[data-v-eab1a4e0],
.tui-text-field--invalid .tui-text-field__input[data-v-eab1a4e0],
.tui-text-field--invalid .tui-text-field__label[data-v-eab1a4e0],
.tui-text-field--invalid .tui-text-field__trailing[data-v-eab1a4e0] {
  color: var(--text-field-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-field--readonly .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--readonly:hover .tui-text-field__outline[data-v-eab1a4e0] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--readonly .tui-text-field__label[data-v-eab1a4e0] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--disabled[data-v-eab1a4e0] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--disabled:hover .tui-text-field__outline[data-v-eab1a4e0] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--disabled .tui-text-field__input[data-v-eab1a4e0] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__input[data-v-eab1a4e0],
.tui-text-field--disabled .tui-text-field__label[data-v-eab1a4e0],
.tui-text-field--disabled .tui-text-field__trailing[data-v-eab1a4e0] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--rtl[data-v-eab1a4e0] {
  direction: rtl;
}
.tui-text-field--rtl.tui-text-field--required
  .tui-text-field__label[data-v-eab1a4e0]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-text-field--rtl.tui-text-field--notched
  .tui-text-field__notch[data-v-eab1a4e0] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl.tui-text-field--notched
  .tui-text-field__label[data-v-eab1a4e0] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl .tui-text-field__wordlimit[data-v-eab1a4e0] {
  direction: ltr;
  text-align: left;
}
textarea[data-v-04fd3942] {
  border: 0;
  outline: 0;
  background: 0;
  font-family: inherit;
  -webkit-appearance: none;
  overflow: auto;
}
.tui-text-area[data-v-04fd3942] {
  display: inline-block;
  position: relative;
}
.tui-text-area__container[data-v-04fd3942] {
  padding: 0 2px 2px 16px;
  position: relative;
  background-color: var(
    --text-area-background,
    var(--tui-color-background, #fff)
  );
}
.tui-text-area__container[data-v-04fd3942],
.tui-text-area__outline[data-v-04fd3942] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-text-area__outline[data-v-04fd3942] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  border-color: var(
    --text-area-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-area__notch[data-v-04fd3942] {
  background-color: var(
    --text-area-background,
    var(--tui-color-background, #fff)
  );
  padding: 11px 0;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-area__input[data-v-04fd3942],
.tui-text-area__notch[data-v-04fd3942] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tui-text-area__input[data-v-04fd3942] {
  color: var(--text-area-color, var(--tui-color-text, #111));
  resize: none;
  width: 100%;
  min-width: var(--text-area-min-width, 208px);
  height: var(--text-area-height, 96px);
  min-height: var(--text-area-min-height, 96px);
  border: none !important;
  background-color: transparent;
  padding: 12px 16px 12px 0;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--text-area-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-text-area__label[data-v-04fd3942] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  height: 24px;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(
    --text-area-label-color,
    var(--label-color, rgba(17, 17, 17, 0.4))
  );
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-area__wordlimit[data-v-04fd3942] {
  position: absolute;
  width: 100%;
  line-height: 1.5;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-area-wordlimit-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-text-area--block[data-v-04fd3942] {
  display: block;
}
.tui-text-area--resize .tui-text-area__input[data-v-04fd3942] {
  resize: both;
}
.tui-text-area:hover .tui-text-area__outline[data-v-04fd3942] {
  border-color: var(
    --text-area-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-text-area--required .tui-text-area__label[data-v-04fd3942]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-text-area--intergal .tui-text-area__notch[data-v-04fd3942] {
  display: none;
}
.tui-text-area--notched .tui-text-area__notch[data-v-04fd3942] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-text-area--notched .tui-text-area__label[data-v-04fd3942] {
  -webkit-transform: translateY(-60%) scaleY(0.7);
  transform: translateY(-60%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-text-area--focused .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--focused:hover .tui-text-area__outline[data-v-04fd3942] {
  border-color: var(
    --text-area-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-text-area--focused .tui-text-area__outline[data-v-04fd3942] {
  border-width: 2px;
  padding: 0 14px;
}
.tui-text-area--focused:not(.tui-text-area--notched)
  .tui-text-area__notch[data-v-04fd3942] {
  padding: 10px 0;
}
.tui-text-area--focused.tui-text-area--notched
  .tui-text-area__label[data-v-04fd3942] {
  color: var(--text-area-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-text-area--invalid .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--invalid:hover .tui-text-area__outline[data-v-04fd3942] {
  border-color: var(
    --text-area-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-area--invalid .tui-text-area__input[data-v-04fd3942] {
  caret-color: var(--text-area-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-area--invalid.tui-text-area--notched
  .tui-text-area__label[data-v-04fd3942],
.tui-text-area--invalid .tui-text-area__input[data-v-04fd3942],
.tui-text-area--invalid .tui-text-area__label[data-v-04fd3942] {
  color: var(--text-area-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-area--readonly .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--readonly:hover .tui-text-area__outline[data-v-04fd3942] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-area-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-area--readonly .tui-text-area__label[data-v-04fd3942] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-area-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-area--disabled[data-v-04fd3942] {
  cursor: not-allowed;
}
.tui-text-area--disabled .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--disabled:hover .tui-text-area__outline[data-v-04fd3942] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-area-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-area--disabled .tui-text-area__input[data-v-04fd3942] {
  cursor: not-allowed;
}
.tui-text-area--disabled .tui-text-area__input[data-v-04fd3942],
.tui-text-area--disabled .tui-text-area__label[data-v-04fd3942] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-area-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-area--rtl[data-v-04fd3942] {
  direction: rtl;
}
.tui-text-area--rtl .tui-text-area__container[data-v-04fd3942] {
  padding: 0 16px 2px 2px;
}
.tui-text-area--rtl .tui-text-area__input[data-v-04fd3942] {
  padding: 12px 0 12px 16px;
}
.tui-text-area--rtl.tui-text-area--required
  .tui-text-area__label[data-v-04fd3942]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-text-area--rtl.tui-text-area--notched
  .tui-text-area__notch[data-v-04fd3942] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-area--rtl.tui-text-area--notched
  .tui-text-area__label[data-v-04fd3942] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-area--rtl .tui-text-area__wordlimit[data-v-04fd3942] {
  direction: ltr;
  text-align: left;
}
input[data-v-9675c0c2] {
  border: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
}
input[data-v-9675c0c2]::-ms-clear {
  width: 0;
  height: 0;
}
ul[data-v-9675c0c2] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-select[data-v-9675c0c2] {
  display: inline-block;
}
.tui-select--block[data-v-9675c0c2] {
  display: block;
}
.tui-select__container[data-v-9675c0c2] {
  position: relative;
}
.tui-select__anchor[data-v-9675c0c2] {
  padding-left: 16px;
  position: relative;
  height: var(--select-height, 48px);
  background-color: var(--select-background, var(--tui-color-background, #fff));
}
.tui-select__anchor[data-v-9675c0c2],
.tui-select__outline[data-v-9675c0c2] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-select__outline[data-v-9675c0c2] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  border-color: var(
    --select-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-select__notch[data-v-9675c0c2] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--select-background, var(--tui-color-background, #fff));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-select__input[data-v-9675c0c2] {
  color: var(--select-color, var(--tui-color-text, #111));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none !important;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--select-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-select__input--textable[data-v-9675c0c2] {
  cursor: text;
}
.tui-select__label[data-v-9675c0c2] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(--select-label-color, var(--label-color, rgba(17, 17, 17, 0.4)));
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-select__dropdown-icon[data-v-9675c0c2] {
  --dropdown-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-40, 0.4)
  );
  width: 48px;
  height: 48px;
  fill: var(
    --select-dropdown-color,
    var(--dropdown-color, rgba(45, 49, 50, 0.4))
  );
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.tui-select__dropdown-icon svg[data-v-9675c0c2] {
  width: 10px;
  height: 5px;
}
.tui-select--inactive[data-v-9675c0c2] {
  opacity: 1;
}
.tui-select--active[data-v-9675c0c2],
.tui-select--inactive[data-v-9675c0c2] {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 75ms linear 75ms;
  transition: opacity 75ms linear 75ms;
}
.tui-select--active[data-v-9675c0c2] {
  opacity: 0;
}
.tui-select:hover .tui-select__outline[data-v-9675c0c2] {
  border-color: var(
    --select-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-select:hover .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-dropdown-active-color, var(--tui-color-icon, #2d3132));
}
.tui-select:hover .tui-select--focused .tui-select__outline[data-v-9675c0c2] {
  border-color: var(
    --select-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-select:hover
  .tui-select--focused
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-select:hover .tui-select--invalid .tui-select__outline[data-v-9675c0c2] {
  border-color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select:hover
  .tui-select--invalid
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select:hover .tui-select--readonly .tui-select__outline[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select:hover
  .tui-select--readonly
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-readonly-color,
    var(--readonly-color, rgba(45, 49, 50, 0.12))
  );
  cursor: default;
}
.tui-select:hover .tui-select--disabled .tui-select__outline[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select:hover
  .tui-select--disabled
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-disabled-color,
    var(--disabled-color, rgba(45, 49, 50, 0.2))
  );
  cursor: not-allowed;
}
.tui-select--activated .tui-select--inactive[data-v-9675c0c2] {
  opacity: 0;
}
.tui-select--activated .tui-select--active[data-v-9675c0c2] {
  opacity: 1;
}
.tui-select--activated .tui-select-menu[data-v-9675c0c2] {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tui-select--required .tui-select__label[data-v-9675c0c2]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-select--intergal .tui-select__notch[data-v-9675c0c2] {
  display: none;
}
.tui-select--notched .tui-select__notch[data-v-9675c0c2] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-select--notched .tui-select__label[data-v-9675c0c2] {
  -webkit-transform: translateY(-100%) scaleY(0.7);
  transform: translateY(-100%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-select--focused .tui-select__outline[data-v-9675c0c2] {
  border-width: 2px;
  border-color: var(
    --select-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
  padding: 0 14px;
}
.tui-select--focused.tui-select--notched .tui-select__label[data-v-9675c0c2] {
  color: var(--select-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-select--focused .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-select--invalid .tui-select__outline[data-v-9675c0c2] {
  border-color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--invalid .tui-select__input[data-v-9675c0c2] {
  caret-color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--invalid.tui-select--notched .tui-select__label[data-v-9675c0c2],
.tui-select--invalid .tui-select__input[data-v-9675c0c2],
.tui-select--invalid .tui-select__label[data-v-9675c0c2] {
  color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--invalid .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--readonly .tui-select__outline[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select--readonly .tui-select__label[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --select-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-select--readonly .tui-select__dropdown-icon[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-readonly-color,
    var(--readonly-color, rgba(45, 49, 50, 0.12))
  );
  cursor: default;
}
.tui-select--disabled .tui-select__outline[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select--disabled .tui-select__input[data-v-9675c0c2] {
  cursor: not-allowed;
}
.tui-select--disabled .tui-select__input[data-v-9675c0c2],
.tui-select--disabled .tui-select__label[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --select-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-select--disabled .tui-select__dropdown-icon[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-disabled-color,
    var(--disabled-color, rgba(45, 49, 50, 0.2))
  );
  cursor: not-allowed;
}
.tui-select--rtl[data-v-9675c0c2] {
  direction: rtl;
}
.tui-select--rtl .tui-select__anchor[data-v-9675c0c2] {
  padding-left: 0;
  padding-right: 16px;
}
.tui-select--rtl.tui-select--required
  .tui-select__label[data-v-9675c0c2]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-select--rtl .tui-select--notched .tui-select__notch[data-v-9675c0c2] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-select--rtl .tui-select--notched .tui-select__label[data-v-9675c0c2] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-select-menu[data-v-9675c0c2] {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(50vh - 60px);
  margin: 4px 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  -webkit-transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(
    --select-menu-background,
    var(--tui-color-background, #fff)
  );
  border-radius: 4px;
}
.tui-select-menu__list[data-v-9675c0c2] {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.tui-select-menu--block[data-v-9675c0c2] {
  width: 100%;
}
.tui-select-menu--up[data-v-9675c0c2] {
  bottom: 60px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
li[data-v-16313008] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-select-item[data-v-16313008] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  min-height: var(--select-item-min-height, 48px);
  color: var(--select-item-color, var(--tui-color-text, #111));
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.tui-select-item[data-v-16313008]:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tui-select-item:hover.tui-select-item[data-v-16313008]:after {
  background-color: var(
    --select-item-hover-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-select-item--selected[data-v-16313008] {
  color: var(--select-item-selected-color, var(--tui-color-secondary, #5971e5));
}
.tui-select-item--selected.tui-select-item:hover.tui-select-item[data-v-16313008]:after,
.tui-select-item--selected.tui-select-item[data-v-16313008]:after {
  background-color: var(
    --select-item-selected-background,
    var(--tui-color-secondary-tint5, #eef0fc)
  );
}
.tui-select-item--disabled[data-v-16313008] {
  opacity: 0.2;
  cursor: not-allowed;
}
.tui-select-item--hidden[data-v-16313008] {
  display: none;
}
input[data-v-2ed7f243] {
  border: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
}
input[data-v-2ed7f243]::-ms-clear {
  width: 0;
  height: 0;
}
input[type="search"][data-v-2ed7f243]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
li[data-v-2ed7f243],
ul[data-v-2ed7f243] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-text-field[data-v-2ed7f243] {
  display: inline-block;
  position: relative;
}
.tui-text-field__container[data-v-2ed7f243] {
  position: relative;
}
.tui-text-field__anchor[data-v-2ed7f243] {
  padding: 0 16px;
  position: relative;
  height: var(--text-field-height, 48px);
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
}
.tui-text-field__anchor[data-v-2ed7f243],
.tui-text-field__outline[data-v-2ed7f243] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-text-field__outline[data-v-2ed7f243] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  text-align: left;
  pointer-events: none;
  border-color: var(
    --text-field-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__notch[data-v-2ed7f243] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__input[data-v-2ed7f243] {
  color: var(--text-field-color, var(--tui-color-text, #111));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none !important;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--text-field-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-text-field__label[data-v-2ed7f243] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(
    --text-field-label-color,
    var(--label-color, rgba(17, 17, 17, 0.4))
  );
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__trailing[data-v-2ed7f243] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: var(--text-field-color, var(--tui-color-text, #111));
  line-height: var(--text-field-height, 48px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.tui-text-field__wordlimit[data-v-2ed7f243] {
  position: absolute;
  width: 100%;
  text-align: right;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-field-wordlimit-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-text-field:hover .tui-text-field__outline[data-v-2ed7f243] {
  border-color: var(
    --text-field-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-text-field--block[data-v-2ed7f243] {
  display: block;
}
.tui-text-field--required .tui-text-field__label[data-v-2ed7f243]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-text-field--intergal .tui-text-field__notch[data-v-2ed7f243] {
  display: none;
}
.tui-text-field--notched .tui-text-field__notch[data-v-2ed7f243] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-text-field--notched .tui-text-field__label[data-v-2ed7f243] {
  -webkit-transform: translateY(-100%) scaleY(0.7);
  transform: translateY(-100%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-text-field--focused .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--focused:hover .tui-text-field__outline[data-v-2ed7f243] {
  border-color: var(
    --text-field-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-text-field--focused .tui-text-field__outline[data-v-2ed7f243] {
  border-width: 2px;
  padding: 0 14px;
}
.tui-text-field--focused.tui-text-field--notched
  .tui-text-field__label[data-v-2ed7f243] {
  color: var(--text-field-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-text-field--invalid .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--invalid:hover .tui-text-field__outline[data-v-2ed7f243] {
  border-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid .tui-text-field__input[data-v-2ed7f243] {
  caret-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid.tui-text-field--notched
  .tui-text-field__label[data-v-2ed7f243],
.tui-text-field--invalid .tui-text-field__input[data-v-2ed7f243],
.tui-text-field--invalid .tui-text-field__label[data-v-2ed7f243],
.tui-text-field--invalid .tui-text-field__trailing[data-v-2ed7f243] {
  color: var(--text-field-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-field--readonly .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--readonly:hover .tui-text-field__outline[data-v-2ed7f243] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--readonly .tui-text-field__label[data-v-2ed7f243] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--disabled[data-v-2ed7f243] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--disabled:hover .tui-text-field__outline[data-v-2ed7f243] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--disabled .tui-text-field__input[data-v-2ed7f243] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__input[data-v-2ed7f243],
.tui-text-field--disabled .tui-text-field__label[data-v-2ed7f243],
.tui-text-field--disabled .tui-text-field__trailing[data-v-2ed7f243] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--activated .tui-autocomplete-menu[data-v-2ed7f243] {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tui-text-field--rtl[data-v-2ed7f243] {
  direction: rtl;
}
.tui-text-field--rtl
  .tui-text-field--required
  .tui-text-field__label[data-v-2ed7f243]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-text-field--rtl
  .tui-text-field--notched
  .tui-text-field__notch[data-v-2ed7f243] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl
  .tui-text-field--notched
  .tui-text-field__label[data-v-2ed7f243] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl .tui-text-field__wordlimit[data-v-2ed7f243] {
  direction: ltr;
  text-align: left;
}
.tui-autocomplete-menu[data-v-2ed7f243] {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(50vh - 60px);
  margin: 4px 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  -webkit-transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(
    --autocomplete-menu-background,
    var(--tui-color-background, #fff)
  );
  border-radius: 4px;
}
.tui-autocomplete-menu__list[data-v-2ed7f243] {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.tui-autocomplete-menu--block[data-v-2ed7f243] {
  width: 100%;
}
.tui-autocomplete-menu--up[data-v-2ed7f243] {
  bottom: 60px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.tui-autocomplete-item[data-v-2ed7f243] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  min-height: var(--autocomplete-item-min-height, 48px);
  color: var(--autocomplete-item-color, var(--tui-color-text, #111));
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.tui-autocomplete-item[data-v-2ed7f243]:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tui-autocomplete-item:hover.tui-autocomplete-item[data-v-2ed7f243]:after {
  background-color: var(
    --autocomplete-item-hover-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-autocomplete-item--selected[data-v-2ed7f243] {
  color: var(
    --autocomplete-item-selected-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-autocomplete-item--selected.tui-autocomplete-item:hover.tui-autocomplete-item[data-v-2ed7f243]:after,
.tui-autocomplete-item--selected.tui-autocomplete-item[data-v-2ed7f243]:after {
  background-color: var(
    --autocomplete-item-selected-background,
    var(--tui-color-secondary-tint5, #eef0fc)
  );
}
.tui-autocomplete-item--disabled[data-v-2ed7f243] {
  opacity: 0.2;
  cursor: not-allowed;
}
.tui-autocomplete-item--hidden[data-v-2ed7f243] {
  display: none;
}
.tui-switch[data-v-6c081d47] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  position: relative;
  background: #ebebeb;
}
.tui-switch--disabled[data-v-6c081d47] {
  cursor: not-allowed;
  opacity: 0.2;
}
.tui-switch__input[data-v-6c081d47] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.tui-switch__core[data-v-6c081d47] {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--switch-color, var(--tui-color-primary, #e64c3d));
}
.tui-switch__handle[data-v-6c081d47] {
  position: absolute;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.tui-popup[data-v-b2066a12] {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
  padding: 8px 8px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.tui-popup__container[data-v-b2066a12] {
  width: 100%;
  min-height: 60px;
  overflow: hidden;
  background-color: var(
    --popup-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popup--round[data-v-b2066a12] {
  border-radius: 12px;
}
.tui-popup--show[data-v-b2066a12] {
  bottom: 0;
}
.tui-popup--shadow[data-v-b2066a12] {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.tui-action-sheet[data-v-23f9bbaa] {
  width: 100%;
}
.tui-action-sheet__action[data-v-23f9bbaa] {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid
    var(--action-sheet-border-color, var(--tui-color-grey, #eee));
  background-color: var(
    --action-sheet-action-background,
    var(--tui-color-background, #fff)
  );
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tui-action-sheet__action[data-v-23f9bbaa]:last-child {
  border: 0;
}
.tui-action-sheet__action-title[data-v-23f9bbaa] {
  font-size: 16px;
  color: var(--action-sheet-action-name-color, var(--tui-color-text, #111));
  line-height: 24px;
}
.tui-action-sheet__action-subtitle[data-v-23f9bbaa] {
  --background: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 12px;
  color: var(
    --action-sheet-action-subname-color,
    var(--background, rgba(17, 17, 17, 0.4))
  );
  line-height: 18px;
}
.tui-action-sheet__action[data-v-23f9bbaa]:active {
  background-color: var(
    --action-sheet-active-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-action-sheet__action--disabled[data-v-23f9bbaa] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  cursor: not-allowed;
}
.tui-action-sheet__action--disabled
  .tui-action-sheet__action-subtitle[data-v-23f9bbaa],
.tui-action-sheet__action--disabled
  .tui-action-sheet__action-title[data-v-23f9bbaa] {
  color: var(
    --action-sheet-action-color-disabled,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-action-sheet__action--disabled[data-v-23f9bbaa]:active {
  background-color: var(
    --action-sheet-action-background,
    var(--tui-color-background, #fff)
  );
}
.tui-action-sheet__cancel[data-v-23f9bbaa] {
  position: relative;
  margin-top: 8px;
  padding: 14px 16px;
  font-size: 18px;
  color: var(--action-sheet-cancel-text-color, var(--tui-color-text, #111));
  line-height: 28px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.tui-action-sheet__cancel[data-v-23f9bbaa]:active {
  background-color: var(
    --action-sheet-active-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-action-sheet__cancel[data-v-23f9bbaa]:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  background-color: var(
    --action-sheet-cancel-border-color,
    var(--tui-color-grey-active, #f5f5f5)
  );
}
ul[data-v-262e3259] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-picker[data-v-262e3259] {
  width: 100%;
  background-color: var(
    --picker-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-picker__columns[data-v-262e3259] {
  width: 100%;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.tui-picker-column[data-v-262e3259] {
  height: 216px;
  overflow: hidden;
}
.tui-picker-column__item[data-v-262e3259] {
  width: 100%;
  height: 40px;
  color: var(--picker-column-color, var(--tui-color-text, #111));
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
.tui-picker__frame[data-v-262e3259] {
  position: absolute;
  height: 56px;
  width: 100%;
  border-top: 1px solid
    var(--picker-frame-border-color, var(--tui-color-grey, #eee));
  border-bottom: 1px solid
    var(--picker-frame-border-color, var(--tui-color-grey, #eee));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tui-picker__buttons[data-v-262e3259] {
  position: relative;
  margin-top: 8px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tui-picker__buttons[data-v-262e3259]:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  background-color: var(
    --picker-buttons-border-color,
    var(--tui-color-grey-active, #f5f5f5)
  );
}
.tui-picker__button[data-v-262e3259] {
  min-width: 50%;
  width: 100%;
  padding: 14px 16px;
  font-size: 18px;
  color: var(--picker-button-text-color, var(--tui-color-text, #111));
  line-height: 28px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-picker__button[data-v-262e3259]:nth-child(2) {
  border-left: 1px solid
    var(--picker-buttons-border-color, var(--tui-color-grey-active, #f5f5f5));
}
.tui-picker__button[data-v-262e3259]:active {
  background-color: var(
    --picker-active-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
p[data-v-ee85cbfa] {
  margin: 0;
  padding: 0;
}
.tui-scroll-anim[data-v-ee85cbfa] {
  position: relative;
}
.tui-scroll-anim__trigger[data-v-ee85cbfa] {
  position: fixed;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--trigger-color, var(--tui-color-secondary, #5971e5));
  border-bottom: 1px solid
    var(--trigger-color, var(--tui-color-secondary, #5971e5));
}
.tui-scroll-anim__trigger p[data-v-ee85cbfa] {
  min-width: 100px;
}
.tui-scroll-anim__startpos[data-v-ee85cbfa] {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--trigger-color, var(--tui-color-primary, #e64c3d));
  border-bottom: 1px solid
    var(--trigger-color, var(--tui-color-primary, #e64c3d));
}
.tui-scroll-anim__startpos p[data-v-ee85cbfa] {
  min-width: 100px;
}
.tui-scroll-anim__endpos[data-v-ee85cbfa] {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--trigger-color, var(--tui-color-primary, #e64c3d));
  border-bottom: 1px solid
    var(--trigger-color, var(--tui-color-primary, #e64c3d));
}
.tui-scroll-anim__endpos p[data-v-ee85cbfa] {
  min-width: 100px;
}
.tui-scroll-anim__container[data-v-ee85cbfa] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-scroll-anim__wrap[data-v-ee85cbfa] {
  position: relative;
}
.tui-scroll-anim--pinned[data-v-ee85cbfa] {
  position: fixed;
}
.rtl .get-sub-region-component[data-v-9e1026de] {
  direction: rtl;
}
.rtl .get-sub-region-component .get-region-button-container[data-v-9e1026de] {
  right: inherit;
  left: 24px;
}
.rtl
  .get-sub-region-component
  .get-region-button-container
  .region-icon-container[data-v-9e1026de] {
  margin-left: 0;
  margin-right: 24px;
}
.rtl .get-sub-region-component .get-region-list-container[data-v-9e1026de] {
  right: inherit;
  left: 24px;
}
@media screen and (max-width: 834px) {
  .rtl .get-sub-region-component .get-region-button-container[data-v-9e1026de] {
    left: 16px;
  }
  .rtl .get-sub-region-component .get-region-list-container[data-v-9e1026de] {
    left: 0;
    right: 0;
  }
}
.get-sub-region-component .get-region-button-container[data-v-9e1026de] {
  position: fixed;
  z-index: 2001;
  right: 24px;
  bottom: 88px;
}
.get-sub-region-component
  .get-region-button-container
  .region-icon-container[data-v-9e1026de] {
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  margin-left: 24px;
  overflow: hidden;
  -webkit-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
}
.get-sub-region-component
  .get-region-button-container
  .region-icon-container
  .icon-container[data-v-9e1026de],
.get-sub-region-component
  .get-region-button-container
  .region-icon-container[data-v-9e1026de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.get-sub-region-component
  .get-region-button-container
  .currnt-sub-region-text[data-v-9e1026de] {
  display: none;
  opacity: 0;
  min-height: 24px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-left: 8px;
  padding-right: 16px;
  overflow: hidden;
}
.get-sub-region-component
  .get-region-button-container
  .currnt-sub-region-text
  span[data-v-9e1026de] {
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
.get-sub-region-component .get-region-list-container[data-v-9e1026de] {
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 2001;
  right: 24px;
  bottom: 152px;
}
.get-sub-region-component .get-region-list-container.active[data-v-9e1026de] {
  opacity: 1;
  visibility: visible;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list[data-v-9e1026de] {
  width: 512px;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-top[data-v-9e1026de] {
  background-color: #f9f9f9;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-top
  .top-title[data-v-9e1026de] {
  margin-right: 8px;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-top
  .top-title
  h2[data-v-9e1026de] {
  font-size: 16px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #111;
  line-height: 24px;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-top
  .top-close[data-v-9e1026de] {
  cursor: pointer;
  height: 24px;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-top
  .top-close
  .close-button-icon[data-v-9e1026de] {
  font-size: 16px;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-main[data-v-9e1026de] {
  padding: 12px 16px 16px 16px;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-main
  .main-desc[data-v-9e1026de] {
  padding-bottom: 16px;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-main
  .main-desc
  p[data-v-9e1026de] {
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.4);
  line-height: 18px;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-main
  .main-list
  .list-wrapper
  ul[data-v-9e1026de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-main
  .main-list
  .list-wrapper
  ul
  > li[data-v-9e1026de] {
  width: 50%;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-main
  .main-list
  .list-wrapper
  ul
  > li
  > span[data-v-9e1026de] {
  font-size: 12px;
  font-weight: 400;
  color: #5971e5;
  line-height: 18px;
  word-break: break-all;
  cursor: pointer;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-main
  .main-list
  .list-wrapper
  ul
  > li
  > span[data-v-9e1026de]:hover {
  text-decoration: underline;
}
.get-sub-region-component
  .get-region-list-container
  .get-region-list-main
  .main-list
  .list-wrapper
  ul
  > li
  > span.active[data-v-9e1026de] {
  color: #e64c3d;
}
@media screen and (max-width: 834px) {
  .get-sub-region-component .get-region-button-container[data-v-9e1026de] {
    right: 16px;
  }
  .get-sub-region-component .get-region-list-container[data-v-9e1026de] {
    border-radius: unset;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition:
      transform 0.3s cubic-bezier(0.6, 0, 0.4, 1),
      -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    right: auto;
    bottom: auto;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .get-sub-region-component .get-region-list-container.active[data-v-9e1026de] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list[data-v-9e1026de] {
    width: unset;
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list-top[data-v-9e1026de] {
    background-color: #fff;
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list-top
    .top-title
    h2[data-v-9e1026de] {
    font-size: 18px;
    line-height: 28px;
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list-top
    .top-close[data-v-9e1026de] {
    padding: 2px 0;
    cursor: pointer;
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list-top
    .top-close
    .close-button-icon[data-v-9e1026de] {
    font-size: 24px;
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list-main[data-v-9e1026de] {
    padding: 16px;
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list-main
    .main-desc
    p[data-v-9e1026de] {
    font-size: 14px;
    line-height: 20px;
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list-main
    .main-list
    .list-wrapper
    ul[data-v-9e1026de] {
    max-height: unset;
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list-main
    .main-list
    .list-wrapper
    ul
    > li[data-v-9e1026de] {
    width: 33.333%;
    padding: 10px 16px;
  }
  .get-sub-region-component
    .get-region-list-container
    .get-region-list-main
    .main-list
    .list-wrapper
    ul
    > li
    > span[data-v-9e1026de] {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 784px) {
  .main-list .list-wrapper ul > li[data-v-9e1026de] {
    width: 50% !important;
  }
}
@media screen and (max-width: 534px) {
  .get-region-button-container[data-v-9e1026de] {
    bottom: 80px !important;
  }
  .top-title h2[data-v-9e1026de] {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .main-list .list-wrapper ul > li[data-v-9e1026de] {
    width: 100% !important;
    padding: 10px 0 !important;
  }
}
.header-carousel .swiper {
  width: 100%;
  height: 100%;
}
.header-carousel .swiper .swiper-wrapper .swiper-slide .image {
  display: block;
  width: 100%;
  height: 15.625vw;
}
.header-carousel .swiper .swiper-wrapper .swiper-slide .image picture {
  width: 100%;
  height: 100%;
}
.header-carousel .swiper .swiper-wrapper .swiper-slide .image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-carousel .swiper .swiper-pagination-wrapper {
  position: absolute;
  bottom: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.header-carousel .swiper .swiper-pagination-wrapper .swiper-pagination-limit {
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  bottom: 0;
}
.header-carousel
  .swiper
  .swiper-pagination-wrapper
  .swiper-pagination-limit
  .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 112px;
  height: 24px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  bottom: 0;
}
.header-carousel
  .swiper
  .swiper-pagination-wrapper
  .swiper-pagination-limit
  .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.header-carousel
  .swiper
  .swiper-pagination-wrapper
  .swiper-pagination-limit
  .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 534px) {
  .header-carousel .swiper .swiper-wrapper .swiper-slide .image {
    height: 281px;
  }
}
@media (min-width: 535px) and (max-width: 1279px) {
  .header-carousel .swiper .swiper-wrapper .swiper-slide .image {
    height: 16.406vw;
  }
}
.key-banner-carousel {
  position: relative;
}
.key-banner-carousel .home-carousel {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 2560px;
  overflow: hidden;
}
.key-banner-carousel .home-carousel .swiper {
  width: 100%;
  max-width: 2560px;
}
.key-banner-carousel .home-carousel .swiper.size-XL {
  height: 56.25vw;
  max-height: 1440px;
}
.key-banner-carousel .home-carousel .swiper.size-L {
  height: 42.1875vw;
  max-height: 1080px;
}
.key-banner-carousel .home-carousel .swiper.size-M {
  height: 30.8333vw;
  max-height: 789px;
}
.key-banner-carousel .home-carousel .swiper.size-S {
  height: 20.8333vw;
  max-height: 533px;
}
.key-banner-carousel .home-carousel .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.7s;
}
.key-banner-carousel .home-carousel .swiper .swiper-slide.hide-slide-ele {
  opacity: 0 !important;
}
.key-banner-carousel .home-carousel .swiper .swiper-product-introduction {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.833vw;
  margin: 0 auto;
  width: 62.5vw;
  color: #fff;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.after-timer-result {
  opacity: 0;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .count-down-num {
  color: #fff;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.theme-black {
  color: #000;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.theme-black
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn {
  background: #000;
  color: #fff;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.theme-black
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn:hover {
  opacity: 0.4;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.theme-black
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn.isQuiet {
  background: transparent;
  color: #000;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.theme-black
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn.isQuiet::after {
  background-color: #000;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.theme-black
  .count-down-num {
  color: #000;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.position-top {
  top: 5.20833333vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-left {
  align-items: flex-start;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-left
  .swiper-product-introduction-svg-title {
  text-align: left;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-left
  .swiper-product-introduction-title {
  text-align: left;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-left
  .swiper-product-introduction-detail {
  text-align: left;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-left
  .swiper-product-introduction-btn-wrapper {
  justify-content: flex-start;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-center {
  align-items: center;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-center
  .swiper-product-introduction-svg-title {
  text-align: center;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-center
  .swiper-product-introduction-title {
  text-align: center;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-center
  .swiper-product-introduction-detail {
  text-align: center;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-center
  .swiper-product-introduction-btn-wrapper {
  justify-content: center;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-right {
  align-items: flex-end;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-right
  .swiper-product-introduction-svg-title {
  text-align: right;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-right
  .swiper-product-introduction-title {
  text-align: right;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-right
  .swiper-product-introduction-detail {
  text-align: right;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-right
  .swiper-product-introduction-btn-wrapper {
  justify-content: flex-end;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .pc-text {
  width: 100%;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .mobile-text {
  display: none;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-title {
  width: 100%;
  font-size: 64px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  line-height: 75px;
  word-break: break-word;
  white-space: pre-wrap;
  overflow: hidden;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-svg-title {
  margin-bottom: 32px;
  height: 75px;
  overflow: hidden;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-svg-title
  img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-detail {
  margin-top: 32px;
  width: 100%;
  height: auto;
  font-size: 32px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  line-height: 48px;
  word-break: break-word;
  white-space: pre-wrap;
  overflow: hidden;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container
  .timer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container
  .timer-container
  .number-date {
  display: flex;
  position: relative;
  mask: linear-gradient(0, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask: linear-gradient(
    0,
    transparent,
    #000 10%,
    #000 90%,
    transparent
  );
  -moz-mask: linear-gradient(0, transparent, #000 10%, #000 90%, transparent);
  -o-mask: linear-gradient(0, transparent, #000 10%, #000 90%, transparent);
  -ms-mask: linear-gradient(0, transparent, #000 10%, #000 90%, transparent);
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container
  .timer-container
  .text-date {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container
  .swiper-number {
  height: 48px;
  width: 28px;
  overflow: hidden;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container
  .count-down-num {
  font-size: 48px;
  margin-left: -10px;
  line-height: 1;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 53px;
  width: 100%;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn {
  height: 40px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 40px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  background: #fff;
  color: #000;
  border-radius: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn:hover {
  opacity: 0.7;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn:active,
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn:focus {
  opacity: 0.4;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn
  + .swiper-product-introduction-btn {
  margin-left: 24px;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn.isQuiet {
  position: relative;
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn.isQuiet::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  height: 2px;
  background-color: #fff;
  transform: rotateX(0);
  transition: transform 0.5s linear;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn.isQuiet:hover::after {
  transform: rotateY(180deg);
}
.key-banner-carousel .home-carousel .swiper .swiper-pagination {
  width: auto;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination.theme-black
  .my-bullet-pagination-wrapper {
  color: #000;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination.theme-black
  .my-bullet-pagination-wrapper
  .toggle-display
  .icon-control {
  background: url("../components/general/key-banner-carousel/resources/control-dark.svg")
    0 0 no-repeat;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination.theme-black
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots
  .my-bullet-pagination-dots-icon {
  background-color: #000;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination.theme-black
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots
  .my-bullet-pagination-dots-process.outer {
  background-color: rgba(0, 0, 0, 0.2);
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination.theme-black
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots
  .my-bullet-pagination-dots-process.inner {
  background-color: #000;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .toggle-display {
  position: relative;
  margin-left: 6px;
  width: 40px;
  height: 20px;
  color: #fff;
  cursor: pointer;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .toggle-display
  .icon-control {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-size: cover;
  background: url("../components/general/key-banner-carousel/resources/control-light.svg")
    0 0 no-repeat;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination.displayTitle
  .my-bullet-pagination-title {
  width: 278px;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination.displayTitle
  .my-bullet-pagination-dots-wrapper {
  margin-top: 8px;
  width: 278px;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-title {
  display: inline-block;
  max-width: 278px;
  min-width: 126px;
  width: unset;
  height: 20px;
  font-size: 16px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 278px;
  min-width: 126px;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots {
  position: relative;
  padding: 6px;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots
  .my-bullet-pagination-dots-icon {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  transition: width 0.5s linear;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots
  .my-bullet-pagination-dots-process {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots
  .my-bullet-pagination-dots-process.outer {
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 0.5s ease-in-out;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots
  .my-bullet-pagination-dots-process.inner {
  background-color: #fff;
  transition-timing-function: linear;
  transition-property: width;
  transition-duration: 2ms;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots.active {
  padding: 0;
  margin: 0 6px;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots.active
  .my-bullet-pagination-dots-process.outer {
  max-width: 80px;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .my-bullet-pagination
  .my-bullet-pagination-dots-wrapper
  .my-bullet-pagination-dots.active
  .my-bullet-pagination-dots-process.inner {
  max-width: 80px;
}
.key-banner-carousel .home-carousel .swiper .video-type-container {
  position: relative;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.key-banner-carousel .home-carousel .swiper .video-type-container.video-mobile {
  display: none;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .video-type-container.video-desktop {
  display: block;
}
.key-banner-carousel .home-carousel .swiper .video-type-container figure {
  margin: 0;
}
.key-banner-carousel .home-carousel .swiper .video-type-container figure video {
  margin: 0;
  width: 100%;
  height: 100%;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .video-type-container
  figure
  canvas {
  margin: 0;
  width: 100%;
  height: 100%;
}
.key-banner-carousel .home-carousel .swiper .image-type-container {
  position: relative;
  width: 100%;
  height: inherit;
}
.key-banner-carousel
  .home-carousel
  .swiper
  .image-type-container
  picture
  > img {
  object-fit: cover;
}
.key-banner-carousel .home-carousel .swiper .pagination-left,
.key-banner-carousel .home-carousel .swiper .pagination-right {
  padding: 4px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
}
.key-banner-carousel .home-carousel .swiper .pagination-left .tcl-icon,
.key-banner-carousel .home-carousel .swiper .pagination-right .tcl-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
}
.key-banner-carousel .home-carousel .swiper .pagination-left:hover .tcl-icon,
.key-banner-carousel .home-carousel .swiper .pagination-right:hover .tcl-icon {
  background: rgba(0, 0, 0, 0.7);
}
.key-banner-carousel .home-carousel .swiper .pagination-left:active .tcl-icon,
.key-banner-carousel .home-carousel .swiper .pagination-right:active .tcl-icon {
  background: #000;
}
.key-banner-carousel .home-carousel .swiper .pagination-left {
  left: 8px;
}
.key-banner-carousel .home-carousel .swiper .pagination-right {
  right: 8px;
}
.key-banner-carousel .home-carousel .swiper .no-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 534px) {
  .key-banner-carousel .home-carousel .swiper {
    width: 100%;
    height: 177.8667vw;
  }
  .key-banner-carousel .home-carousel .swiper.size-XL {
    height: 177.8667vw;
    max-height: 177.8667vw;
  }
  .key-banner-carousel .home-carousel .swiper.size-L {
    height: 177.8667vw;
    max-height: 177.8667vw;
  }
  .key-banner-carousel .home-carousel .swiper.size-M {
    height: 74.933vw;
    max-height: 74.933vw;
  }
  .key-banner-carousel .home-carousel .swiper.size-M .swiper-pagination {
    bottom: 5.33333333vw;
  }
  .key-banner-carousel .home-carousel .swiper.size-S {
    height: 74.933vw;
    max-height: 74.933vw;
  }
  .key-banner-carousel .home-carousel .swiper.size-S .swiper-pagination {
    bottom: 5.33333333vw;
  }
  .key-banner-carousel .home-carousel .swiper .swiper-product-introduction {
    width: 91.467vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.position-top,
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.position-center {
    top: 14.933vw;
    transform: translate(-50%, 0);
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-left,
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-right {
    align-items: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-left
    .swiper-product-introduction-svg-title,
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-right
    .swiper-product-introduction-svg-title {
    text-align: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-left
    .swiper-product-introduction-title,
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-right
    .swiper-product-introduction-title {
    text-align: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-left
    .swiper-product-introduction-detail,
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-right
    .swiper-product-introduction-detail {
    text-align: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-left
    .swiper-product-introduction-btn-wrapper,
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-right
    .swiper-product-introduction-btn-wrapper {
    justify-content: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .pc-text {
    display: none;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .mobile-text {
    display: block;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container {
    margin-top: 3.2vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .timer-container
    .text-date {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 1.067vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .swiper-number {
    height: 9.6vw;
    width: 5.6vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .count-down-num {
    font-size: 9.6vw;
    margin-left: -2.4vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-title {
    font-size: 7.467vw;
    line-height: 9.067vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-svg-title {
    margin-bottom: 3.2vw;
    height: 9.067vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-detail {
    margin-top: 3.2vw;
    font-size: 3.733vw;
    line-height: 5.333vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-btn-wrapper {
    margin-top: 6.4vw;
    flex-direction: column;
    align-items: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-btn-wrapper
    .swiper-product-introduction-btn {
    max-width: 100%;
    box-sizing: border-box;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-btn-wrapper
    .swiper-product-introduction-btn
    + .swiper-product-introduction-btn {
    width: auto;
    margin: 2.667vw 0 0 0;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-position-top {
    top: 14.933vw;
    transform: translate(-50%, 0);
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-left {
    align-items: flex-start;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-left
    .swiper-product-introduction-svg-title {
    text-align: left;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-left
    .swiper-product-introduction-title {
    text-align: left;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-left
    .swiper-product-introduction-detail {
    text-align: left;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-left
    .swiper-product-introduction-btn-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-center {
    align-items: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-center
    .swiper-product-introduction-svg-title {
    text-align: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-center
    .swiper-product-introduction-title {
    text-align: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-center
    .swiper-product-introduction-detail {
    text-align: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-center
    .swiper-product-introduction-btn-wrapper {
    justify-content: center;
    align-items: center;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-right {
    align-items: flex-end;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-right
    .swiper-product-introduction-svg-title {
    text-align: right;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-right
    .swiper-product-introduction-title {
    text-align: right;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-right
    .swiper-product-introduction-detail {
    text-align: right;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-right
    .swiper-product-introduction-btn-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .key-banner-carousel .home-carousel .swiper .swiper-pagination {
    bottom: 8.533vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-pagination
    .my-bullet-pagination-wrapper
    .my-bullet-pagination
    .my-bullet-pagination-title {
    display: none;
  }
  .key-banner-carousel .home-carousel .swiper .video-type-container {
    position: relative;
    width: 100%;
    height: inherit;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .video-type-container.video-desktop {
    display: none;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .video-type-container.video-mobile {
    display: block;
  }
  .key-banner-carousel .home-carousel .swiper .pagination-left {
    display: none;
  }
  .key-banner-carousel .home-carousel .swiper .pagination-right {
    display: none;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .key-banner-carousel .home-carousel .swiper {
    box-sizing: border-box;
  }
  .key-banner-carousel .home-carousel .swiper.size-XL {
    height: 56.235vw;
    max-height: 56.235vw;
  }
  .key-banner-carousel .home-carousel .swiper.size-L {
    height: 42.206vw;
    max-height: 42.206vw;
  }
  .key-banner-carousel .home-carousel .swiper.size-M {
    height: 30.815vw;
    max-height: 30.815vw;
  }
  .key-banner-carousel .home-carousel .swiper.size-S {
    height: 20.863vw;
    max-height: 20.863vw;
  }
  .key-banner-carousel .home-carousel .swiper .swiper-product-introduction {
    width: 60.911vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.position-top {
    top: 4.796vw;
    transform: translate(-50%, 0);
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-title {
    font-size: 2.398vw;
    line-height: 2.87769784vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-svg-title {
    margin-bottom: 1.43884892vw;
    height: 2.87769784vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-detail {
    margin-top: 1.43884892vw;
    font-size: 1.43884892vw;
    line-height: 2.15827338vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container {
    margin-top: 1.437vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .timer-container
    .text-date {
    margin-top: 0.479vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .swiper-number {
    height: 2.878vw;
    width: 1.679vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .count-down-num {
    font-size: 2.878vw;
    margin-left: -0.6vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-btn-wrapper {
    margin-top: 1.918vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-btn-wrapper
    .swiper-product-introduction-btn {
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    border-radius: 22px;
    font-size: 14px;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-btn-wrapper
    .swiper-product-introduction-btn
    + .swiper-product-introduction-btn {
    margin-left: 16px;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-btn-wrapper
    .swiper-product-introduction-btn.isQuiet::after {
    bottom: 4px;
    height: 2px;
  }
  .key-banner-carousel .home-carousel .swiper .swiper-pagination {
    bottom: 2.0383693vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-pagination
    .my-bullet-pagination-wrapper
    .my-bullet-pagination
    .my-bullet-pagination-title {
    display: none;
  }
}
@media (min-width: 835px) and (max-width: 2560px) {
  .key-banner-carousel .home-carousel .swiper .swiper-product-introduction {
    padding: 0 0.833vw;
    width: 62.5vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-title {
    font-size: 2.5vw;
    line-height: 2.917vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-svg-title {
    margin-bottom: 1.25vw;
    height: 2.917vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-detail {
    margin-top: 1.25vw;
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container {
    margin-top: 1.25vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .timer-container
    .text-date {
    margin-top: 0.333vw;
    font-size: 0.729vw;
    line-height: 1.042vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .swiper-number {
    height: 2.5vw;
    width: 1.458vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .count-down-num {
    font-size: 2.5vw;
    margin-left: -0.521vw;
  }
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-btn-wrapper {
    margin-top: 2.08333333vw;
  }
  .key-banner-carousel .home-carousel .swiper .swiper-pagination {
    bottom: 2.083vw;
  }
}
@media (min-width: 535px) and (max-width: 1655px) {
  .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .timer-container
    .text-date {
    font-size: 12px;
    line-height: 18px;
  }
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-left {
  align-items: flex-end;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-left
  .swiper-product-introduction-btn-wrapper {
  justify-content: flex-end;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-right {
  align-items: flex-start;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction.align-right
  .swiper-product-introduction-btn-wrapper {
  justify-content: flex-start;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .swiper-product-introduction-btn-wrapper
  .swiper-product-introduction-btn
  + .swiper-product-introduction-btn {
  margin-left: 0;
  margin-right: 24px;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container {
  direction: ltr;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container
  .number-item {
  direction: rtl;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container
  .number-date {
  direction: rtl;
  flex-direction: row-reverse;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-product-introduction
  .countdown-container
  .count-down-num {
  margin-left: 0;
  margin-right: -10px;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .swiper-pagination
  .my-bullet-pagination-wrapper
  .toggle-display {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .key-banner-carousel .home-carousel .swiper .pagination-left {
  left: unset;
  right: 8px;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .pagination-left
  .icon-Faceted_Product_Detail_left::before {
  content: "\e700";
}
.rtl .key-banner-carousel .home-carousel .swiper .pagination-right {
  right: unset;
  left: 8px;
}
.rtl
  .key-banner-carousel
  .home-carousel
  .swiper
  .pagination-right
  .icon-Faceted_Product_Detail_right::before {
  content: "\e6ff";
}
@media (min-width: 835px) and (max-width: 2560px) {
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .count-down-num {
    margin-left: 0;
    margin-right: -0.521vw;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .swiper-product-introduction-btn-wrapper
    .swiper-product-introduction-btn
    + .swiper-product-introduction-btn {
    margin-left: 0;
    margin-right: 16px;
  }
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .count-down-num {
    margin-left: 0;
    margin-right: -0.6vw;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-left,
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.align-right {
    align-items: center;
  }
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-left {
    align-items: flex-end;
  }
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-left
    .swiper-product-introduction-btn-wrapper {
    align-items: flex-end;
  }
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-right {
    align-items: flex-start;
  }
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-right
    .swiper-product-introduction-btn-wrapper {
    align-items: flex-start;
  }
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-center {
    align-items: center;
  }
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction.mobile-align-center
    .swiper-product-introduction-btn-wrapper {
    align-items: center;
  }
  .rtl
    .key-banner-carousel
    .home-carousel
    .swiper
    .swiper-product-introduction
    .countdown-container
    .count-down-num {
    margin-left: 0;
    margin-right: -2.4vw;
  }
}
.message-carousels-comp {
  position: relative;
}
.message-carousels-comp.border .content .message-cards .message-card-item {
  font-family: sans-serif;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.message-carousels-comp.border
  .message-carousels-container.black
  .content
  .message-cards
  .message-card-item {
  border-color: rgba(238, 238, 238, 0.2);
}
.message-carousels-comp.zoom-animate
  .content
  .message-cards
  .message-card-item
  .thumbnail:hover
  .background
  img {
  transform: scale(1.1);
}
.message-carousels-comp .message-carousels-container.black {
  background-color: #000;
}
.message-carousels-comp .message-carousels-container.black.auto a,
.message-carousels-comp .message-carousels-container.black.text-color-white a,
.message-carousels-comp .message-carousels-container.white.text-color-white a {
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .marketing
  .title,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .marketing
  .title,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .marketing
  .title {
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .marketing
  .sub-title,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .marketing
  .sub-title,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .marketing
  .sub-title {
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .filter
  .filter-button-group
  .tag-button,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .filter
  .filter-button-group
  .tag-button,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .filter
  .filter-button-group
  .tag-button {
  border-color: rgba(238, 238, 238, 0.2);
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .content
  .message-cards
  .extra
  .view-more,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .content
  .message-cards
  .extra
  .view-more,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .content
  .message-cards
  .extra
  .view-more {
  border-color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .content
  .message-cards
  .extra
  .view-more
  span,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .content
  .message-cards
  .extra
  .view-more
  span,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .content
  .message-cards
  .extra
  .view-more
  span {
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .content
  .message-cards
  .extra
  .view-more
  i,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .content
  .message-cards
  .extra
  .view-more
  i,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .content
  .message-cards
  .extra
  .view-more
  i {
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  .message-card-title,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  .message-card-title,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  .message-card-title {
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  p.message-card-description,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  p.message-card-description,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  p.message-card-description {
  color: rgba(255, 255, 255, 0.7);
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  p.message-card-mark,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  p.message-card-mark,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  p.message-card-mark {
  color: rgba(255, 255, 255, 0.4);
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link
  .button-text,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link
  .button-text,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link
  .button-text {
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link
  .icon-Linear_Right,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link
  .icon-Linear_Right,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link
  .icon-Linear_Right {
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .tags,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .tags,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .tags {
  color: rgba(255, 255, 255, 0.7);
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .swiper-button-wrapper,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .swiper-button-wrapper,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .swiper-button-wrapper {
  position: absolute;
  bottom: -57.5px;
  width: 100%;
  justify-content: center;
  display: flex;
}
.message-carousels-comp
  .message-carousels-container.black.auto
  .swiper-button-wrapper
  .swiper-buttons,
.message-carousels-comp
  .message-carousels-container.black.text-color-white
  .swiper-button-wrapper
  .swiper-buttons,
.message-carousels-comp
  .message-carousels-container.white.text-color-white
  .swiper-button-wrapper
  .swiper-buttons {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
@media (any-hover: hover) {
  .message-carousels-comp
    .message-carousels-container.black.auto
    .swiper-button-wrapper
    .swiper-button-next:hover
    i:before,
  .message-carousels-comp
    .message-carousels-container.black.text-color-white
    .swiper-button-wrapper
    .swiper-button-next:hover
    i:before,
  .message-carousels-comp
    .message-carousels-container.white.text-color-white
    .swiper-button-wrapper
    .swiper-button-next:hover
    i:before,
  .message-carousels-comp
    .message-carousels-container.black.auto
    .swiper-button-wrapper
    .swiper-button-next:active
    i:before,
  .message-carousels-comp
    .message-carousels-container.black.text-color-white
    .swiper-button-wrapper
    .swiper-button-next:active
    i:before,
  .message-carousels-comp
    .message-carousels-container.white.text-color-white
    .swiper-button-wrapper
    .swiper-button-next:active
    i:before {
    content: "\e6f8";
    color: #fff;
  }
  .message-carousels-comp
    .message-carousels-container.black.auto
    .swiper-button-wrapper
    .swiper-button-prev:hover
    i:before,
  .message-carousels-comp
    .message-carousels-container.black.text-color-white
    .swiper-button-wrapper
    .swiper-button-prev:hover
    i:before,
  .message-carousels-comp
    .message-carousels-container.white.text-color-white
    .swiper-button-wrapper
    .swiper-button-prev:hover
    i:before,
  .message-carousels-comp
    .message-carousels-container.black.auto
    .swiper-button-wrapper
    .swiper-button-prev:active
    i:before,
  .message-carousels-comp
    .message-carousels-container.black.text-color-white
    .swiper-button-wrapper
    .swiper-button-prev:active
    i:before,
  .message-carousels-comp
    .message-carousels-container.white.text-color-white
    .swiper-button-wrapper
    .swiper-button-prev:active
    i:before {
    content: "\e6f7";
    color: #fff;
  }
}
.message-carousels-comp .message-carousels-container .marketing {
  position: relative;
  width: 1168px;
  margin: 0 auto 24px auto;
}
.message-carousels-comp .message-carousels-container .marketing .title {
  font-size: 34px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 40px;
  text-align: center;
}
.message-carousels-comp .message-carousels-container .marketing .title.left {
  text-align: left;
}
.message-carousels-comp .message-carousels-container .marketing .title.right {
  text-align: right;
}
.message-carousels-comp .message-carousels-container .marketing .sub-title {
  margin-top: 12px;
  font-size: 18px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: #111;
  line-height: 28px;
  text-align: center;
}
.message-carousels-comp
  .message-carousels-container
  .marketing
  .sub-title.left {
  text-align: left;
}
.message-carousels-comp
  .message-carousels-container
  .marketing
  .sub-title.right {
  text-align: right;
}
.message-carousels-comp .message-carousels-container .filter {
  position: relative;
  display: block;
  padding: 16px;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
}
.message-carousels-comp .message-carousels-container .filter .tags-picker {
  display: none;
}
.message-carousels-comp
  .message-carousels-container
  .filter
  .filter-button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.message-carousels-comp
  .message-carousels-container
  .filter
  .filter-button-group
  .tag-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  margin: 0 16px 16px 0;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #eee;
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: #111;
  cursor: pointer;
  user-select: none;
}
.message-carousels-comp
  .message-carousels-container
  .filter
  .filter-button-group
  .tag-button.selected {
  background: #e64c3d;
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container
  .filter
  .filter-button-group
  .tag-button:hover {
  opacity: 0.7;
}
.message-carousels-comp
  .message-carousels-container
  .filter
  .filter-button-group
  .tag-button:active {
  opacity: 0.4;
}
.message-carousels-comp
  .message-carousels-container
  .filter
  .filter-button-group
  .tag-button:last-child {
  margin-left: 0;
}
.message-carousels-comp
  .message-carousels-container
  .filter
  .tags-picker-popup {
  display: none;
}
.message-carousels-comp .message-carousels-container .content {
  position: relative;
  display: block;
  padding: 16px;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
}
.message-carousels-comp .message-carousels-container .content.carousels {
  padding: 16px 16px 64px 16px;
}
.message-carousels-comp .message-carousels-container .content .message-cards {
  position: relative;
  overflow: visible;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-3
  .message-cards-wrapper
  .list-item:nth-child(3n),
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-3
  .message-cards-wrapper
  .list-item:last-child {
  margin-right: 0;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-3
  .message-cards-wrapper
  .list-item:nth-child(n + 4) {
  margin-top: 32px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-4
  .swiper-wrapper
  .swiper-slide {
  width: 280px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-4
  .message-cards-wrapper
  .list-item {
  width: 280px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-4
  .message-cards-wrapper
  .list-item:nth-child(4n),
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-4
  .message-cards-wrapper
  .list-item:last-child {
  margin-right: 0;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-4
  .message-cards-wrapper
  .list-item:nth-child(n + 5) {
  margin-top: 32px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-4
  .message-card-item {
  width: 280px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-2
  .swiper-wrapper
  .swiper-slide {
  width: 576px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-2
  .swiper-wrapper
  .swiper-slide
  .message-card-item {
  width: 576px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-2
  .message-cards-wrapper
  .list-item {
  width: 576px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-2
  .message-cards-wrapper
  .list-item:nth-child(2n),
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-2
  .message-cards-wrapper
  .list-item:last-child {
  margin-right: 0;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-2
  .message-cards-wrapper
  .list-item:nth-child(n + 3) {
  margin-top: 32px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards.columns-2
  .message-cards-wrapper
  .list-item
  .message-card-item {
  width: 576px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: inherit;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-cards-wrapper
  .list-item {
  margin-right: 16px;
  width: 378.333px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-cards-wrapper.card-wrapper-flex-center {
  justify-content: center;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-cards-wrapper.card-wrapper-flex-right {
  justify-content: flex-end;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .extra {
  display: flex;
  justify-content: center;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .extra
  .view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #111;
  overflow: hidden;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .extra
  .view-more:hover {
  opacity: 0.4;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .extra
  .view-more.hide {
  display: none;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .extra
  .view-more
  span {
  font-size: 14px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .extra
  .view-more
  i {
  margin-left: 4px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-wrapper
  .swiper-slide {
  width: 379px;
  display: inline-flex;
  height: unset;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item {
  position: relative;
  display: inline-block;
  width: 378px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .thumbnail[data-use-video="true"]:hover
  .background {
  opacity: 0.7;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .thumbnail.with-redirect {
  cursor: pointer;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .thumbnail
  .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .thumbnail
  .background
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
  -webkit-user-drag: none;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .thumbnail
  .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url("../components/general/message-carousels/resources/play.svg")
    0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 16px 8px;
  box-sizing: border-box;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.without-thumbnail {
  padding: 16px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-left
  p,
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-left
  div {
  text-align: left;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-right {
  align-items: flex-end;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-right
  p,
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-right
  div {
  text-align: right;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-right
  .tags {
  width: 100%;
  text-align: right;
  justify-content: flex-end;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-right
  .tags
  .tag {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-right
  .tags
  .tag:before {
  content: "#	 ";
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-center {
  align-items: center;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-center
  p,
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-center
  div {
  text-align: center;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content.align-center
  .tags {
  width: 100%;
  text-align: center !important;
  justify-content: center !important;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content {
  margin-bottom: 8px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content:last-child {
  margin-bottom: 0;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  .message-card-title {
  font-size: 18px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 24px;
  word-break: break-word;
  margin-bottom: 8px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  .with-redirect {
  cursor: pointer;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  .with-redirect:hover {
  text-decoration: underline;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  a:last-child
  .message-card-title {
  margin-bottom: 0;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  p.message-card-description {
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.7);
  line-height: 20px;
  margin-bottom: 8px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  p.message-card-description:last-child {
  margin-bottom: 0;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .main-content
  p.message-card-mark {
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.4);
  line-height: 20px;
  word-break: break-word;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link {
  display: flex;
  padding-top: 8px;
  margin-bottom: 16px;
  align-items: center;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link:last-child {
  margin-bottom: 0;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link:first-child {
  padding-top: 0;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link:hover {
  cursor: pointer;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link
  .button-text {
  flex: 0 0 auto;
  max-width: calc(100% - 20px);
  font-size: 14px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  white-space: nowrap;
  line-height: 20px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .button-link
  .icon-Linear_Right {
  flex: 0 0 16px;
  margin-left: 4px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .tags {
  padding-top: 8px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.7);
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .tags
  .tag {
  margin-right: 12px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .message-card-item
  .message-card-content
  .tags
  .tag:before {
  content: "#	";
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper {
  position: absolute;
  bottom: -57.5px;
  width: 100%;
  justify-content: center;
  display: flex;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-buttons {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-buttons.black.auto
  .tcl-icon,
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-buttons.black.text-color-white
  .tcl-icon,
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-buttons.white.text-color-white
  .tcl-icon {
  color: #fff;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-button-next,
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-button-prev {
  position: static;
  top: auto;
  height: 35px;
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-button-next:after,
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-button-prev:after {
  content: "";
}
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-button-next
  i,
.message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .swiper-button-wrapper
  .swiper-button-prev
  i {
  font-size: 32px;
}
@media (any-hover: hover) {
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .swiper-button-wrapper
    .swiper-button-next:hover
    i:before {
    content: "\e6f8";
  }
}
@media (any-hover: hover) {
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .swiper-button-wrapper
    .swiper-button-prev:hover
    i:before {
    content: "\e6f7";
  }
}
@media (max-width: 1199px) {
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .swiper-button-wrapper
    .swiper-button-next:active
    i:before {
    content: "\e6f8";
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .swiper-button-wrapper
    .swiper-button-prev:active
    i:before {
    content: "\e6f7";
  }
}
.message-carousels-comp div.pagination {
  width: 100%;
}
.message-carousels-comp div.pagination div.pagerContainer {
  width: 100%;
  box-sizing: border-box;
}
.message-carousels-comp div.pagination div.pagerContainer .pagerWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  div.hide {
  visibility: hidden;
}
.message-carousels-comp div.pagination div.pagerContainer .pagerWrapper .pager {
  display: flex;
  overflow: hidden;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.auto
  a,
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.text-color-white
  a {
  background-color: #000;
  color: #fff;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.auto
  a.selected,
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.text-color-white
  a.selected {
  color: #fff;
  background-color: #e64c3d;
  border: 1px solid #e64c3d;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.auto
  .preButton,
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.text-color-white
  .preButton,
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.white.text-color-white
  .preButton {
  margin-right: 16px;
  background: url("../components/general/message-carousels/resources/arrow-left-white.svg")
    center no-repeat;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.auto
  .nextButton,
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.text-color-white
  .nextButton,
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.white.text-color-white
  .nextButton {
  margin-left: 16px;
  background: url("../components/general/message-carousels/resources/arrow-right-white.svg")
    center no-repeat;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.auto
  .pageBtnDisabled,
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.text-color-white
  .pageBtnDisabled {
  cursor: default;
  opacity: 0.2;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.text-color-black
  a {
  color: #000;
  background-color: unset;
  border-radius: unset;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.white.text-color-white
  a {
  color: #fff;
  background-color: unset;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.black.text-color-black
  a.selected,
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pagerWrapper
  .pager.white.text-color-white
  a.selected {
  color: #fff;
  background-color: #e64c3d;
  border: 1px solid #e64c3d;
}
.message-carousels-comp div.pagination div.pagerContainer .pager a {
  font-family: "TCLSans-Unity-Book", sans-serif;
  width: 24px;
  height: 24px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  color: #111;
  border-radius: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-carousels-comp div.pagination div.pagerContainer .pager a.pagerButton {
  margin-right: 4px;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pager
  a:nth-last-child(2) {
  margin: 0 !important;
}
.message-carousels-comp div.pagination div.pagerContainer .pager a.selected {
  color: #fff;
  background-color: #e64c3d;
  border: 1px solid #e64c3d;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pager
  a.pagerButton:hover {
  border: 1px solid #e64c3d;
}
.message-carousels-comp div.pagination div.pagerContainer .prevOrNext {
  cursor: pointer;
  opacity: 0.4;
  background-size: cover;
}
.message-carousels-comp div.pagination div.pagerContainer .prevOrNext:hover {
  opacity: 1;
}
.message-carousels-comp div.pagination div.pagerContainer .preButton {
  margin-right: 16px;
  background: url("../components/general/message-carousels/resources/arrow-left.svg")
    center no-repeat;
}
.message-carousels-comp div.pagination div.pagerContainer .nextButton {
  margin-left: 16px;
  background: url("../components/general/message-carousels/resources/arrow-right.svg")
    center no-repeat;
}
.message-carousels-comp div.pagination div.pagerContainer .pageBtnDisabled {
  cursor: default;
  opacity: 0.12;
}
.message-carousels-comp
  div.pagination
  div.pagerContainer
  .pageBtnDisabled:hover {
  cursor: default;
  opacity: 0.12;
}
@media screen and (max-width: 534px) {
  .message-carousels-comp .pagination a.pagerButton {
    margin-right: 10px !important;
  }
  .message-carousels-comp .marginToCardsList {
    margin-top: 24px !important;
  }
  .message-carousels-comp .cardListPaddingBottom {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 535px) {
  .message-carousels-comp .pagination a.pagerButton {
    margin-right: 4px !important;
  }
  .message-carousels-comp .cardListPaddingBottom {
    padding-bottom: 16px;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .message-carousels-comp .marginToCardsList {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .message-carousels-comp .marginToCardsList {
    margin-top: 40px !important;
  }
}
.video-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
}
.video-dialog:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2002;
}
.video-dialog .video-dialog-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 689px;
  padding: 16px;
  box-sizing: border-box;
  touch-action: none;
  z-index: 2003;
}
.video-dialog .video-dialog-wrapper .video-js {
  width: 100%;
  height: 100%;
}
.video-dialog .video-dialog-wrapper .close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2004;
}
.video-dialog .video-dialog-wrapper .close .icon-Linear_close {
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 1279px) {
  .full-container {
    width: 100vw;
  }
}
@media (min-width: 835px) and (max-width: 1199px) {
  .message-carousels-comp .message-carousels-container .marketing {
    width: 93.33333333vw;
  }
  .message-carousels-comp .message-carousels-container .filter {
    width: 100%;
  }
  .message-carousels-comp .message-carousels-container .content {
    width: 100vw;
  }
  .message-carousels-comp .message-carousels-container .content.list {
    padding: 1.916vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content.list
    .message-cards
    .message-cards-wrapper
    .list-item {
    margin-right: 1.916vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item {
    width: 30.778vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 4),
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 5) {
    margin-top: 3.832vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 30.778vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item {
    width: 22.515vw;
    margin-right: 1.916vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item:nth-child(4n) {
    margin-right: 0;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item:nth-child(n + 5) {
    margin-top: 3.832vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 22.515vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-card-item {
    width: 22.51497006vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .swiper-wrapper
    .swiper-slide {
    width: 47.066vw;
    max-width: 47.066vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item {
    width: 47.066vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.832vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-card-item {
    width: 47.066vw;
    max-width: 47.066vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .message-card-item {
    width: 30.77844311vw;
    max-width: 378px;
  }
  .video-dialog .video-dialog-wrapper {
    width: 100vw;
    height: 57.964vw;
    padding: 4.192vw 1.916vw 0 1.916vw;
  }
  .video-dialog .video-dialog-wrapper .close {
    top: 4.192vw;
    right: 1.916vw;
  }
}
@media (min-width: 792px) and (max-width: 834px) {
  .message-carousels-comp .message-carousels-container .marketing {
    width: 93.33333333vw;
  }
  .message-carousels-comp .message-carousels-container .marketing .title {
    font-size: 28px;
    line-height: 34px;
  }
  .message-carousels-comp .message-carousels-container .filter {
    width: 100%;
    padding: 12px 16px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .filter-button-group {
    margin-bottom: -12px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .filter-button-group
    .tag-button {
    margin-bottom: 12px;
  }
  .message-carousels-comp .message-carousels-container .content {
    width: 100vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item {
    margin-right: 12px;
    width: 47.242vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item:nth-child(2n + 1) {
    margin-right: 1.439vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.837vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 47.242vw;
    max-width: none;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item {
    margin-right: 1.439vw;
    width: 47.242vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.837vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 47.242vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .swiper-wrapper
    .swiper-slide {
    width: 47.12230216vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-card-item {
    width: 47.12230216vw;
    max-width: unset;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item {
    margin-right: 1.439vw;
    width: 47.242vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.837vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 47.242vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .swiper-wrapper
    .swiper-slide {
    width: 47.242vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-card-item {
    width: 47.242vw;
    max-width: unset;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-card-item
    .thumbnail {
    max-height: unset;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .message-card-item {
    width: 30.69544365vw;
    max-width: 256px;
  }
}
@media (min-width: 535px) and (max-width: 791px) {
  .message-carousels-comp .message-carousels-container .marketing {
    width: 93.33333333vw;
  }
  .message-carousels-comp .message-carousels-container .marketing .title {
    font-size: 28px;
    line-height: 34px;
  }
  .message-carousels-comp .message-carousels-container .filter {
    width: 100%;
    padding: 12px 16px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .filter-button-group {
    margin-bottom: -12px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .filter-button-group
    .tag-button {
    margin-bottom: 12px;
  }
  .message-carousels-comp .message-carousels-container .content {
    width: 100vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item {
    margin-right: 1.439vw;
    width: 45.79439252vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item:nth-child(2n + 1) {
    margin-right: 2.24299065vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.837vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 45.79439252vw;
    max-width: none;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item
    .thumbnail {
    max-height: none;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item {
    margin-right: 2.243vw;
    width: 45.794vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 5.981vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 45.794vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .swiper-wrapper
    .swiper-slide {
    width: 45.51401869vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-card-item {
    width: 45.51401869vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item {
    margin-right: 12px;
    width: 45.794vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.837vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 45.794vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .swiper-wrapper
    .swiper-slide {
    width: 45.794vw !important;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-card-item {
    width: 45.794vw;
    max-width: unset;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .swiper-wrapper
    .swiper-slide {
    width: 243.333px;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .message-card-item {
    width: 243px;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .message-carousels-comp .message-carousels-container.black .filter {
    border-color: rgba(245, 245, 245, 0.2);
  }
  .message-carousels-comp
    .message-carousels-container.black
    .filter
    .tags-picker
    .selected-text {
    color: #fff;
  }
  .message-carousels-comp
    .message-carousels-container.black
    .filter
    .tags-picker
    .icon-Faceted_down {
    color: #fff;
  }
  .message-carousels-comp .message-carousels-container .marketing {
    width: 94.00749064vw;
  }
  .message-carousels-comp .message-carousels-container .marketing .title {
    font-size: 24px;
    line-height: 28px;
  }
  .message-carousels-comp .message-carousels-container .marketing .sub-title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .message-carousels-comp .message-carousels-container .filter {
    width: 100%;
    padding: 0 16px;
    border-bottom: 1px solid #f5f5f5;
  }
  .message-carousels-comp .message-carousels-container .filter .tags-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker
    .selected-text {
    display: inline-block;
    max-width: 280px;
    font-size: 16px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    font-weight: normal;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker
    .selected-text:before {
    content: "#";
    margin-right: 4px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker
    .icon-Faceted_down {
    font-size: 24px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2002;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container {
    position: absolute;
    top: auto;
    bottom: -312px;
    left: 50%;
    transform: translatex(-50%);
    width: 95.733vw;
    height: 312px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    box-sizing: border-box;
    touch-action: none;
    overflow: hidden;
    transition: bottom 400ms ease-in-out;
    z-index: 2003;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .columns {
    position: relative;
    display: flex;
    height: 248px;
    cursor: grab;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .columns
    .column {
    flex: 1;
    overflow: hidden;
    font-size: 16px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .columns
    .column
    .column__wrapper {
    transform: translate3d(0, 97px, 0);
    transition-duration: 0;
    transition-property: none;
    transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .columns
    .column
    .column__wrapper
    .column__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    margin: 0 auto;
    height: 40px;
    max-width: 327px;
    transition: all 100ms ease-in-out;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .columns
    .column
    .column__wrapper
    .column__item
    span {
    font-size: 14px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .columns
    .column
    .column__wrapper
    .column__item.selected {
    height: 56px;
    font-size: 18px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .columns
    .column-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image:
      -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.4)
      ),
      -webkit-linear-gradient(
          bottom,
          rgba(255, 255, 255, 0.9),
          rgba(255, 255, 255, 0.4)
        );
    background-image:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.4)
      ),
      linear-gradient(0, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
    background-repeat: no-repeat;
    background-position: top, bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none;
    background-size: 100% 110px;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .columns
    .hairline-unset--top-bottom {
    position: absolute;
    top: 50%;
    right: 16px;
    left: 16px;
    height: 56px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .columns
    .hairline-unset--top-bottom:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid #ebedf0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-width: 1px 0;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .tool-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    border-top: 8px solid #f5f5f5;
    box-sizing: border-box;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .tool-bar
    .picker__cancel,
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .tool-bar
    .picker__confirm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47.86666667vw;
    height: 56px;
    font-size: 18px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    font-weight: normal;
    color: #111;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .tags-picker-popup
    .tags-picker-popup-container
    .tool-bar
    button:first-child {
    border-right: 1px solid #f5f5f5;
  }
  .message-carousels-comp
    .message-carousels-container
    .filter
    .filter-button-group {
    display: none;
  }
  .message-carousels-comp .message-carousels-container .content {
    width: 100vw;
    padding: 12px 28px;
  }
  .message-carousels-comp .message-carousels-container .content.carousels {
    padding: 12px 28px 64px 28px;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item {
    margin: 0 auto !important;
    width: 91.467vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 2) {
    margin-top: 8.533vw !important;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 91.467vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item {
    margin: 0 auto !important;
    width: 91.467vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item:nth-child(n + 2) {
    margin-top: 8.533vw !important;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-4
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 91.467vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .swiper-wrapper
    .swiper-slide {
    width: 319px;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item {
    margin: 0 auto !important;
    width: 91.467vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item:nth-child(n + 2) {
    margin-top: 8.533vw !important;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards.columns-2
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 91.467vw;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .message-cards-wrapper {
    width: 100vw;
    margin: 0 -28px 0 -28px;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .swiper-wrapper
    .swiper-slide {
    width: 319px;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .message-card-item {
    width: 319px;
    line-height: 20px;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .message-card-item
    a {
    line-height: 20px;
  }
  .message-carousels-comp
    .message-carousels-container
    .content
    .message-cards
    .message-card-item
    p {
    line-height: 20px;
  }
}
@media (max-width: 375px) {
  .message-carousels-comp .message-carousels-container .content.carousels {
    padding: 12px calc(50% - 160px) 64px calc(50% - 160px);
  }
}
@media (min-width: 320px) and (max-width: 834px) {
  .video-dialog .video-dialog-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .video-dialog .video-dialog-wrapper .close {
    top: 0;
    right: 0;
  }
  .video-dialog.youtube {
    background-color: #000;
  }
  .video-dialog.youtube .video-dialog-wrapper {
    width: 100vw;
    height: 60vw;
  }
}
.rtl .message-carousels-comp div.pagerContainer .pager a.pagerButton {
  margin-left: 4px !important;
}
.rtl .message-carousels-comp div.pagerContainer .pager a:nth-last-child(2) {
  margin: 0 !important;
}
.rtl .message-carousels-comp div.pagerContainer .preButton {
  margin-left: 16px;
  background: url("../components/general/message-carousels/resources/arrow-left.svg")
    center no-repeat;
  transform: rotate(180deg);
}
.rtl .message-carousels-comp div.pagerContainer .nextButton {
  margin-right: 16px;
  background: url("../components/general/message-carousels/resources/arrow-right.svg")
    center no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 534px) {
  .rtl .message-carousels-comp .pagination a.pagerButton {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 535px) {
  .rtl .message-carousels-comp .pagination a.pagerButton {
    margin-left: 4px !important;
  }
}
.rtl .message-carousels-comp .swiper-button-next,
.rtl .message-carousels-comp .swiper-button-prev {
  position: static;
  top: auto;
  height: 35px;
  transform: rotate(180deg);
}
.rtl .message-carousels-comp .swiper-button-next:after,
.rtl .message-carousels-comp .swiper-button-prev:after {
  content: "";
}
.rtl .message-carousels-comp .swiper-button-next i,
.rtl .message-carousels-comp .swiper-button-prev i {
  font-size: 32px;
}
.rtl .message-carousels-comp .message-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end !important;
  justify-content: center;
  width: 100%;
  padding: 16px 8px;
  box-sizing: border-box;
}
.rtl .message-carousels-comp .message-card-content p,
.rtl .message-carousels-comp .message-card-content div {
  text-align: left !important;
}
.rtl .message-carousels-comp .message-card-content.without-thumbnail {
  padding: 16px;
}
.rtl .message-carousels-comp .message-card-content.align-left {
  align-items: flex-end !important;
}
.rtl .message-carousels-comp .message-card-content.align-left p,
.rtl .message-carousels-comp .message-card-content.align-left div {
  text-align: left !important;
}
.rtl .message-carousels-comp .message-card-content.align-left .tags {
  width: 100%;
  text-align: left !important;
  justify-content: flex-end !important;
}
.rtl .message-carousels-comp .message-card-content.align-left .button-link {
  justify-content: space-between !important;
  text-align: left !important;
}
.rtl .message-carousels-comp .message-card-content.align-left .tags {
  padding-top: 8px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.7);
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.rtl .message-carousels-comp .message-card-content.align-left .tags .tag {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
.rtl
  .message-carousels-comp
  .message-card-content.align-left
  .tags
  .tag:before {
  content: "   #";
}
.rtl .message-carousels-comp .message-card-content.align-right {
  align-items: flex-start !important;
}
.rtl .message-carousels-comp .message-card-content.align-right p,
.rtl .message-carousels-comp .message-card-content.align-right div {
  text-align: right !important;
}
.rtl .message-carousels-comp .message-card-content.align-right .tags {
  padding-top: 8px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.7);
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start !important;
}
.rtl .message-carousels-comp .message-card-content.align-right .tags .tag {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl
  .message-carousels-comp
  .message-card-content.align-right
  .tags
  .tag:before {
  content: "   #";
}
.rtl .message-carousels-comp .message-card-content.align-center {
  align-items: center !important;
}
.rtl .message-carousels-comp .message-card-content.align-center p,
.rtl .message-carousels-comp .message-card-content.align-center div {
  text-align: center !important;
}
.rtl .message-carousels-comp .message-card-content.align-center .tags {
  width: 100%;
  text-align: center !important;
  justify-content: center !important;
}
.rtl .message-carousels-comp .message-card-content.align- {
  align-items: flex-end !important;
}
.rtl .message-carousels-comp .message-card-content.align- p,
.rtl .message-carousels-comp .message-card-content.align- div {
  text-align: left !important;
}
.rtl .message-carousels-comp .message-card-content.align- .tags {
  width: 100%;
  text-align: left !important;
  justify-content: flex-end !important;
}
.rtl .message-carousels-comp .message-card-content.align- .tags .tag {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
.rtl .message-carousels-comp .message-card-content.align- .tags .tag:before {
  content: "   #";
}
.rtl .message-carousels-comp .message-card-content.align- .button-link {
  justify-content: space-between !important;
  text-align: left !important;
}
.rtl .message-carousels-comp .message-card-content .tags {
  padding-top: 8px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.7);
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
}
.rtl .message-carousels-comp .message-card-content .tags .tag {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl .message-carousels-comp .message-card-content .tags .tag:before {
  content: "   #";
}
.rtl .message-carousels-comp .icon-Linear_Right {
  flex: 0 0 16px;
  margin-right: 4px !important;
  margin-left: 0 !important;
  transform: rotate(180deg);
}
.rtl
  .message-carousels-comp
  .columns-3
  .message-cards-wrapper
  .list-item:nth-child(3n),
.rtl
  .message-carousels-comp
  .columns-3
  .message-cards-wrapper
  .list-item:last-child {
  margin-right: 16px !important;
}
.rtl
  .message-carousels-comp
  .columns-3
  .message-cards-wrapper
  .list-item:nth-child(3n + 1) {
  margin-right: 0 !important;
}
.rtl
  .message-carousels-comp
  .columns-3
  .message-cards-wrapper
  .list-item:nth-child(n + 4) {
  margin-top: 32px;
}
.rtl .message-carousels-comp .columns-4 .swiper-wrapper .swiper-slide {
  width: 280px !important;
}
.rtl .message-carousels-comp .columns-4 .message-cards-wrapper .list-item {
  width: 280px;
}
.rtl
  .message-carousels-comp
  .columns-4
  .message-cards-wrapper
  .list-item:nth-child(4n),
.rtl
  .message-carousels-comp
  .columns-4
  .message-cards-wrapper
  .list-item:last-child {
  margin-right: 16px !important;
}
.rtl
  .message-carousels-comp
  .columns-4
  .message-cards-wrapper
  .list-item:nth-child(4n + 1) {
  margin-right: 0 !important;
}
.rtl
  .message-carousels-comp
  .columns-4
  .message-cards-wrapper
  .list-item:nth-child(n + 5) {
  margin-top: 32px;
}
.rtl .message-carousels-comp .columns-4 .message-card-item {
  width: 280px;
}
.rtl
  .message-carousels-comp
  .columns-2
  .message-cards-wrapper
  .list-item:nth-child(2n),
.rtl
  .message-carousels-comp
  .columns-2
  .message-cards-wrapper
  .list-item:last-child {
  margin-right: 16px !important;
}
.rtl
  .message-carousels-comp
  .columns-2
  .message-cards-wrapper
  .list-item:nth-child(2n + 1) {
  margin-right: 0 !important;
}
.rtl
  .message-carousels-comp
  .columns-2
  .message-cards-wrapper
  .list-item:nth-child(n + 3) {
  margin-top: 32px;
}
.rtl .message-carousels-comp .swiper-wrapper .swiper-slide {
  width: 379px;
}
.rtl .message-carousels-comp .message-cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rtl .message-carousels-comp .message-cards-wrapper .list-item {
  margin-right: 16px;
  width: 378.333px;
}
.rtl
  .message-carousels-comp
  .message-carousels-container
  .content
  .message-cards-wrapper.card-wrapper-flex-left,
.rtl
  .message-carousels-comp
  .message-carousels-container
  .content
  .message-cards-wrapper.card-wrapper-flex- {
  justify-content: flex-end;
}
.rtl
  .message-carousels-comp
  .message-carousels-container
  .content
  .message-cards-wrapper.card-wrapper-flex-center {
  justify-content: center;
}
.rtl
  .message-carousels-comp
  .message-carousels-container
  .content
  .message-cards-wrapper.card-wrapper-flex-right {
  justify-content: flex-start;
}
.rtl
  .message-carousels-comp
  .message-carousels-container
  .content
  .message-cards
  .extra
  .view-more
  i {
  margin-left: 0;
  margin-right: 4px;
}
@media (min-width: 835px) and (max-width: 1199px) {
  .rtl .message-carousels-comp .list {
    padding: 1.916vw;
  }
  .rtl
    .message-carousels-comp
    .list
    .message-cards
    .message-cards-wrapper
    .list-item {
    margin-right: 1.916vw;
  }
  .rtl .message-carousels-comp .columns-3 .message-cards-wrapper .list-item {
    width: 30.778vw;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(3n + 1) {
    margin-right: 0 !important;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(3n) {
    margin-right: 1.916vw !important;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 4),
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 5) {
    margin-top: 3.832vw;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 30.778vw;
  }
  .rtl .message-carousels-comp .columns-4 .message-cards-wrapper .list-item {
    width: 22.515vw;
    margin-right: 1.916vw;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(4n + 1) {
    margin-right: 0 !important;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(4n) {
    margin-right: 1.916vw !important;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(n + 5) {
    margin-top: 3.832vw;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 22.515vw;
  }
  .rtl .message-carousels-comp .columns-4 .message-card-item {
    width: 22.51497006vw;
  }
  .rtl
    .message-carousels-comp
    .columns-2
    .message-cards-wrapper
    .list-item:nth-child(2n + 1) {
    margin-right: 0 !important;
  }
  .rtl
    .message-carousels-comp
    .columns-2
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.832vw;
  }
  .rtl
    .message-carousels-comp
    .columns-2
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 1.916vw !important;
  }
}
@media (min-width: 792px) and (max-width: 834px) {
  .rtl .message-carousels-comp .columns-3 .message-cards-wrapper .list-item {
    margin-right: 1.439vw;
    width: 47.242vw;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(2n + 1) {
    margin-right: 0 !important;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 1.439vw !important;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.837vw;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 47.242vw;
    max-width: none;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item
    .thumbnail {
    max-height: none;
  }
  .rtl .message-carousels-comp .columns-4 .message-cards-wrapper .list-item {
    margin-right: 1.439vw;
    width: 47.242vw;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(2n + 1) {
    margin-right: 0 !important;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 1.439vw !important;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.837vw;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 47.242vw;
  }
  .rtl .message-carousels-comp .columns-4 .swiper-wrapper .swiper-slide {
    width: 47.12230216vw;
  }
  .rtl .message-carousels-comp .columns-4 .message-card-item {
    width: 47.12230216vw;
    max-width: unset;
  }
  .rtl .message-carousels-comp .columns-4 .message-card-item .thumbnail {
    max-height: unset;
  }
  .rtl
    .message-carousels-comp
    .columns-2
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 1.439vw !important;
  }
  .rtl
    .message-carousels-comp
    .columns-2
    .message-cards-wrapper
    .list-item:nth-child(2n + 1) {
    margin-right: 0 !important;
  }
}
@media (min-width: 535px) and (max-width: 791px) {
  .rtl .message-carousels-comp .columns-3 .message-cards-wrapper .list-item {
    margin-right: 1.439vw;
    width: 45.79439252vw;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(2n + 1) {
    margin-right: 0 !important;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 1.439vw !important;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.837vw;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 45.79439252vw;
    max-width: none;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item
    .thumbnail {
    max-height: none;
  }
  .rtl .message-carousels-comp .columns-4 .message-cards-wrapper .list-item {
    margin-right: 2.243vw;
    width: 45.794vw;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(2n + 1) {
    margin-right: 0 !important;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 2.243vw !important;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 5.981vw;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 45.794vw;
  }
  .rtl .message-carousels-comp .columns-4 .swiper-wrapper .swiper-slide {
    width: 45.51401869vw;
  }
  .rtl .message-carousels-comp .columns-4 .message-card-item {
    width: 45.51401869vw;
  }
  .rtl
    .message-carousels-comp
    .columns-2
    .message-cards-wrapper
    .list-item:nth-child(2n + 1) {
    margin-right: 0 !important;
  }
  .rtl
    .message-carousels-comp
    .columns-2
    .message-cards-wrapper
    .list-item:nth-child(2n) {
    margin-right: 12px !important;
  }
  .rtl
    .message-carousels-comp
    .columns-2
    .message-cards-wrapper
    .list-item:nth-child(n + 3) {
    margin-top: 3.837vw;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .rtl .message-carousels-comp .columns-3 .message-cards-wrapper .list-item {
    margin: 0 auto;
    width: 91.467vw;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(2n),
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(3n),
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(4n),
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(3n + 1),
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:last-child {
    margin-right: auto !important;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item:nth-child(n + 2) {
    margin-top: 8.533vw;
  }
  .rtl
    .message-carousels-comp
    .columns-3
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 91.467vw;
  }
  .rtl .message-carousels-comp .columns-4 .message-cards-wrapper .list-item {
    margin: 0 auto;
    width: 91.467vw;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(2n),
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(3n),
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(4n) {
    margin-right: auto;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(n + 2) {
    margin-top: 8.533vw;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:nth-child(4n + 1),
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item:last-child {
    margin-right: auto !important;
  }
  .rtl
    .message-carousels-comp
    .columns-4
    .message-cards-wrapper
    .list-item
    .message-card-item {
    width: 91.467vw;
  }
}
.rtl .close {
  position: absolute;
  top: 16px;
  left: 16px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2004;
}
.rtl .close .icon-Linear_close {
  font-size: 24px;
  color: #fff;
}
.key-feature-tab .key-feature-tab-container {
  position: relative;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 700;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap
  .title {
  margin: 32px auto 0 auto;
  width: 1120px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #000;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap
  .tab {
  padding: 13px 0 25px 0;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap
  .tab
  .tab-list {
  margin: 0 auto;
  width: 1120px;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  text-align: center;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap
  .tab
  .tab-list::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap
  .tab
  .tab-list
  .tab-item {
  display: inline-block;
  margin-right: 32px;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap
  .tab
  .tab-list
  .tab-item:last-child {
  margin-right: 0;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap
  .tab
  .tab-list
  .tab-item.active
  .tab-item-title
  .tab-item-line {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap
  .tab
  .tab-list
  .tab-item
  .tab-item-title {
  position: relative;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #000;
  line-height: 20px;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap
  .tab
  .tab-list
  .tab-item
  .tab-item-title
  .tab-item-line {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #000;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap.black
  .title {
  color: #000;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap.black
  .tab
  .tab-list
  .tab-item
  .tab-item-title {
  color: #000;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap.black
  .tab
  .tab-list
  .tab-item
  .tab-item-title
  .tab-item-line {
  background-color: #000;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap.white
  .title {
  color: #fff;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap.white
  .tab
  .tab-list
  .tab-item
  .tab-item-title {
  color: #fff;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .header-wrap.white
  .tab
  .tab-list
  .tab-item
  .tab-item-title
  .tab-item-line {
  background-color: #fff;
}
.key-feature-tab .key-feature-tab-container .key-feature-tab-content .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  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;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  overflow: hidden;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 128px;
  height: 588px;
  z-index: 600;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .media-wrap {
  display: flex;
  justify-content: center;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .media-wrap
  .image {
  width: 462px;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .media-wrap
  .image
  .skeleton {
  border-radius: 12px;
  overflow: hidden;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .media-wrap
  .image
  img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition:
    opacity cubic-bezier(0.4, 0, 0.2, 1) 0.5s 0.6s,
    visibility cubic-bezier(0.4, 0, 0.2, 1) 0.5s 0.6s,
    padding-top cubic-bezier(0.4, 0, 0.2, 1) 0.5s 0.6s;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .text-wrap
  .headline {
  width: 1120px;
  padding-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  line-height: 38px;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .text-wrap
  .desc {
  width: 1168px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  line-height: 20px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .text-wrap.black
  .headline {
  color: #000;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .text-wrap.black
  .desc {
  color: #000;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .text-wrap.white
  .headline {
  color: #fff;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .text-wrap.white
  .desc {
  color: #fff;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.black
  .cta-contained {
  background-color: #000;
  color: #fff;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.black
  .cta-contained:hover,
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.black
  .cta-contained:focus {
  color: #eee;
  background-color: #555;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.black
  .cta-underline {
  color: #000;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.black
  .cta-underline:after {
  background-color: #000;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.white
  .cta-contained {
  background-color: #fff;
  color: #000;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.white
  .cta-contained:hover,
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.white
  .cta-contained:focus {
  color: #313131;
  background-color: #ddd;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.white
  .cta-underline {
  color: #fff;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap.white
  .cta-underline:after {
  background-color: #fff;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap
  .cta {
  flex-direction: row;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap
  .cta.cta-contained {
  margin-left: 0;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap
  a {
  margin-right: 24px;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner
  .copyrighting
  .cta-wrap
  a:last-child {
  margin-right: 0;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .inner.no-banner
  .copyrighting {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  padding: 32px 0 0 0;
  transition:
    opacity cubic-bezier(0.4, 0, 0.2, 1) 0.5s 0.6s,
    visibility cubic-bezier(0.4, 0, 0.2, 1) 0.5s 0.6s,
    bottom cubic-bezier(0.4, 0, 0.2, 1) 0.5s 0.6s;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .background-wrap
  .image {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .background-wrap
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .inner
  .copyrighting {
  padding-top: 32px;
  opacity: 1;
  visibility: visible;
}
.key-feature-tab
  .key-feature-tab-container
  .key-feature-tab-content
  .swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .inner.no-banner
  .copyrighting {
  bottom: 32px;
  opacity: 1;
  visibility: visible;
}
.key-feature-tab .key-feature-tab-container .image .hide {
  display: none !important;
}
@media (min-width: 320px) and (max-width: 534px) {
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .title {
    margin-top: 10.667vw;
    width: 91.467vw;
    font-size: 6.4vw;
    line-height: 7.467vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab {
    padding: 4.267vw 0 6.933vw 0;
    text-align: center;
    white-space: nowrap;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list {
    width: 100%;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item {
    margin-right: 6.4vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item:first-child {
    margin-left: 4.267vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item:last-child {
    margin-right: 4.267vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item
    .tab-item-title {
    font-size: 3.733vw;
    line-height: 5.333vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner {
    padding-top: 34.667vw;
    height: 204vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .media-wrap
    .image {
    width: 91.467vw;
    height: 91.467vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting {
    width: 100%;
    box-sizing: border-box;
    padding: 12.8vw 4.267vw 0 4.267vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap {
    width: 100%;
    box-sizing: border-box;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap
    .headline {
    width: 100%;
    padding-bottom: 4.267vw;
    font-size: 6.4vw;
    line-height: 7.467vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap
    .desc {
    width: 100%;
    padding-bottom: 6.4vw;
    font-size: 3.733vw;
    line-height: 5.333vw;
    font-family: "TCLSans-Unity-Book", sans-serif;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .cta-wrap {
    flex-direction: row;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .cta-wrap
    a {
    margin-right: 6.4vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .cta-wrap
    a:last-child {
    margin-right: 0;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .inner
    .copyrighting {
    padding-top: 6.4vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .inner.no-banner
    .copyrighting {
    bottom: 10.667vw;
  }
}
@media (min-width: 535px) and (max-width: 1199px) {
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .title {
    width: 668px;
    margin-top: 5.208vw;
    font-size: 3.125vw;
    line-height: 3.646vw;
    font-weight: 500;
    font-family: "TCLSans-Unity-Medium", sans-serif;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab {
    padding: 2.083vw 0 3.385vw 0;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list {
    width: 668px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item {
    margin-right: 4.167vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item
    .tab-item-title {
    font-size: 1.823vw;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    line-height: 2.604vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner {
    padding-top: 16.927vw;
    height: 75vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .media-wrap
    .image {
    width: 60.938vw;
    height: 34.245vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting {
    width: 100%;
    box-sizing: border-box;
    padding: 6.25vw 6.51vw 0 6.51vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap {
    width: 100%;
    box-sizing: border-box;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap
    .headline {
    width: 100%;
    padding-bottom: 2.083vw;
    font-size: 3.125vw;
    line-height: 3.646vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap
    .desc {
    width: 100%;
    padding-bottom: 3.125vw;
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .cta-wrap {
    flex-direction: row;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .cta-wrap
    a {
    margin-right: 2.604vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .cta-wrap
    a:last-child {
    margin-right: 0;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .inner
    .copyrighting {
    padding-top: 3.125vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .inner.no-banner
    .copyrighting {
    bottom: 5.208vw;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .title {
    margin: 2.5vw auto 0 auto;
    font-size: 2.667vw;
    line-height: 3.167vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab {
    padding: 1.083vw 0 2.083vw 0;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item {
    margin-right: 2.667vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item
    .tab-item-title {
    padding-bottom: 0.167vw;
    font-size: 1.167vw;
    line-height: 1.667vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner {
    padding-top: 9.75vw;
    height: 47.167vw;
    max-height: 906px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .media-wrap
    .image {
    width: 38.5vw;
    height: 21.667vw;
    max-width: 740px;
    max-height: 416px;
    border-radius: 12px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting {
    padding-top: 5.334vw;
    padding-left: 0;
    padding-right: 0;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap
    .headline {
    padding-bottom: 1vw;
    font-size: 2.667vw;
    line-height: 3.167vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap
    .desc {
    padding-bottom: 1vw;
    font-size: 1.167vw;
    line-height: 1.667vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .inner
    .copyrighting {
    padding-top: 2.667vw;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .inner.no-banner
    .copyrighting {
    bottom: 1.75vw;
  }
}
@media (min-width: 1920px) {
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .title {
    margin: 80px auto 0 auto;
    font-size: 40px;
    line-height: 48px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab {
    padding: 16px 0 34px 0;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item {
    margin-right: 40px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .header-wrap
    .tab
    .tab-list
    .tab-item
    .tab-item-title {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 24px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner {
    padding-top: 202px;
    height: 906px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .media-wrap
    .image {
    width: 38.5vw;
    height: 21.667vw;
    max-width: 740px;
    max-height: 416px;
    border-radius: 12px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting {
    padding: 92px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap
    .headline {
    padding-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .inner
    .copyrighting
    .text-wrap
    .desc {
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .inner
    .copyrighting {
    padding-top: 48px;
  }
  .key-feature-tab
    .key-feature-tab-container
    .key-feature-tab-content
    .swiper
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .inner.no-banner
    .copyrighting {
    bottom: 80px;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.product-detail .product-detail-header .overview {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 16px;
  width: 1200px;
  min-height: 616px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.product-detail .product-detail-header .overview .gallery .swiper-box {
  position: relative;
  width: inherit;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider {
  position: relative;
  width: 640px;
  height: 480px;
  cursor: zoom-in;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider:hover
  .swiper-button-next,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider:hover
  .swiper-button-prev {
  display: flex;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-next,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-prev {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-next:after,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-prev:after {
  content: "";
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-next:hover,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.4);
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-next:active,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-prev:active {
  background: rgba(0, 0, 0, 0.7);
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-next.swiper-button-disabled,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-prev.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.12);
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-next
  .tcl-icon,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-prev
  .tcl-icon {
  font-size: 40px;
  color: #fff;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-next {
  right: 8px;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-prev {
  left: 8px;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide.videoSlider {
  cursor: pointer;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide
  .video-autoplay {
  display: block;
  width: 100%;
  height: 100%;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide
  .video-autoplay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--video-bg);
  background-size: cover;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide
  .video-autoplay.blur::before {
  filter: blur(64px);
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide
  video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide
  .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide
  .play-icon
  > i {
  font-size: 24px;
  color: #000;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide
  .play-icon:hover {
  opacity: 0.7;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-wrapper
  .swiper-slide
  .play-icon:active {
  opacity: 0.4;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
  max-width: 440px;
  box-sizing: border-box;
  overflow: hidden;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper {
  width: fit-content;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper.full-width {
  width: 100%;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper
  .thumbs-slide {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #eee;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-right: 8px;
  overflow: hidden;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper
  .thumbs-slide.thumb-active {
  border: 1px solid #e64c3d;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper
  .thumbs-slide.thumb-active
  img {
  opacity: 1;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper
  .thumbs-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.4;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper
  .thumbs-slide
  img.cover {
  object-fit: cover;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper
  .thumbs-slide
  .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper
  .thumbs-slide
  .play-icon
  > i {
  font-size: 24px;
  color: #fff;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-next,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-prev {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-next:after,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-prev:after {
  content: "";
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-next:hover,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.4);
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-next:active,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-prev:active {
  background: rgba(0, 0, 0, 0.7);
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-next.swiper-button-disabled,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-prev.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.12);
}
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-next
  .tcl-icon,
.product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-prev
  .tcl-icon {
  font-size: 40px;
  color: #fff;
}
.product-detail .product-detail-header .overview .gallery .swiper-box .sign {
  position: absolute;
  top: 16px;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 24px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  border-radius: 2px;
}
.product-detail .product-detail-header .overview .relation {
  width: 496px;
  padding: 16px 0;
  box-sizing: border-box;
}
.product-detail .product-detail-header .overview .relation .head .title {
  margin: 8px 0;
  font-size: 34px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 40px;
}
.product-detail .product-detail-header .overview .relation .head .sub-title,
.product-detail
  .product-detail-header
  .overview
  .relation
  .head
  .machine-model {
  font-size: 16px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .head
  .machine-model {
  color: #e64c3d;
}
.product-detail .product-detail-header .overview .relation .pis {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
.product-detail .product-detail-header .overview .relation .pis .pis-title {
  margin-right: 24px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  text-decoration: underline;
}
.product-detail .product-detail-header .overview .relation .pis .eei-icon {
  margin-right: 12px;
}
.product-detail .product-detail-header .overview .relation .pis .repair-icon,
.product-detail .product-detail-header .overview .relation .pis .eei-icon,
.product-detail .product-detail-header .overview .relation .pis .warranty-icon {
  height: 20px;
  overflow-y: hidden;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .pis
  .repair-icon
  img,
.product-detail .product-detail-header .overview .relation .pis .eei-icon img,
.product-detail
  .product-detail-header
  .overview
  .relation
  .pis
  .warranty-icon
  img {
  width: auto;
  height: 20px;
}
.product-detail .product-detail-header .overview .relation .rating {
  margin-top: 16px;
  min-height: 20px;
}
.product-detail .product-detail-header .overview .relation .characteristics {
  margin-top: 24px;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .characteristics
  .highlights
  .highlight-item {
  margin-bottom: 4px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .characteristics
  .highlights
  .highlight-item:last-child {
  margin-bottom: 0;
}
.product-detail .product-detail-header .overview .relation .price-number,
.product-detail
  .product-detail-header
  .overview
  .relation
  .price-number-mobile {
  margin-top: 24px;
  font-size: 18px;
  color: #111;
  line-height: 28px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
}
.product-detail .product-detail-header .overview .relation .price-number p,
.product-detail
  .product-detail-header
  .overview
  .relation
  .price-number-mobile
  p {
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .price-number-mobile {
  display: none;
}
.product-detail .product-detail-header .overview .relation .summary {
  margin-top: 24px;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .summary
  .summary-content {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  overflow-wrap: break-word;
}
.product-detail .product-detail-header .overview .relation .sizes {
  margin: 24px 0;
  padding: 24px 0 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product-detail .product-detail-header .overview .relation .sizes .title {
  margin-bottom: 12px;
  font-size: 16px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: 400;
  color: #111;
  line-height: 24px;
}
.product-detail .product-detail-header .overview .relation .sizes .size-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .sizes
  .size-list
  .size {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 12px;
  padding: 0 30px;
  min-width: 80px;
  height: 40px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .sizes
  .size-list
  .size:last-child {
  margin-right: 0;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .sizes
  .size-list
  .size:hover {
  opacity: 1;
  border-color: #000;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .sizes
  .size-list
  .size.active {
  border-color: #e64c3d;
  color: #e64c3d;
  cursor: inherit;
}
.product-detail .product-detail-header .overview .relation .buy .shop-now {
  display: inline-flex;
  box-sizing: border-box;
  padding: 0 24px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #e64c3d;
  font-size: 14px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 !important;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .shop-now:hover {
  opacity: 0.7;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .shop-now:active {
  opacity: 0.4;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .shop-now.disable {
  opacity: 0.4;
  cursor: not-allowed;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .shop-now.disable:hover {
  opacity: 0.4;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .shop-now.disable:active {
  opacity: 0.4;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .shop-now.loading {
  opacity: 1;
  cursor: not-allowed;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #f2f2f2),
    color-stop(37%, #e6e6e6),
    color-stop(63%, #f2f2f2)
  );
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .shop-now.loading:hover {
  opacity: 1;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .shop-now.loading:active {
  opacity: 1;
}
.product-detail .product-detail-header .overview .relation .buy .title {
  margin-bottom: 12px;
  font-size: 16px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: 400;
  color: #111;
  line-height: 24px;
}
.product-detail .product-detail-header .overview .relation .buy .retailers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 12px 0;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .retailers
  .retailer-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 12px;
  width: 157px;
  height: 72px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow: hidden;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .retailers
  .retailer-card:last-child:nth-child(3n-1) {
  margin-right: 169px;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .retailers
  .retailer-card.disabled {
  border-color: rgba(0, 0, 0, 0.12);
  cursor: unset;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .retailers
  .retailer-card.disabled
  .coming-soon {
  font-size: 14px;
  line-height: 18px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.2);
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .retailers
  .retailer-card.disabled:hover {
  border-color: rgba(0, 0, 0, 0.12);
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .retailers
  .retailer-card:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .retailers
  .retailer-card:active {
  border-color: rgba(0, 0, 0, 0.7);
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .retailers
  .retailer-card
  .retailer-logo {
  display: inline-block;
  width: 76.433121%;
  height: 40px;
  overflow: hidden;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .buy
  .retailers
  .retailer-card
  .retailer-logo
  img {
  width: 100%;
  height: 100%;
  border-color: rgba(0, 0, 0, 0.4);
  object-fit: contain;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .shop
  .extra
  .wtb-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.product-detail
  .product-detail-header
  .overview
  .relation
  .shop
  .extra
  .wtb-btn
  .icon-map {
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/product/product-detail/resources/svg/map.svg")
    0 0 no-repeat;
  background-size: 16px 16px;
}
.product-detail .product-detail-header .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #000;
  color: #fff;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  z-index: 1001;
}
.product-detail .product-detail-header .sticky-header::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eee;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-detail .product-detail-header .sticky-header.white {
  background-color: #fff;
  color: #000;
}
.product-detail .product-detail-header .sticky-header.white::after {
  opacity: 1;
}
.product-detail .product-detail-header .sticky-header.active {
  display: block;
}
.product-detail .product-detail-header .sticky-header .sticky-header-wrapper {
  position: relative;
  width: 1200px;
  padding: 12px 16px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .copyright-area {
  float: left;
  padding-bottom: 12px;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .copyright-area
  .machine-title {
  font-size: 20px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  line-height: 30px;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .operating-area {
  min-height: 32px;
  text-align: right;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .operating-area
  .buy-wrapper {
  transform: translateY(-200%);
  padding-bottom: 12px;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .operating-area
  .shop-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0 16px;
  min-width: 130px;
  height: 32px;
  background: #e64c3d;
  color: #fff;
  font-size: 14px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  line-height: 32px;
  border-radius: 4px;
  margin: 0 !important;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .operating-area
  .shop-now:hover {
  opacity: 1;
  background: #eb6f63;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .operating-area
  .shop-now:active {
  opacity: 1;
  background: #f0938a;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .operating-area
  .shop-now.disable {
  opacity: 0.4;
  cursor: not-allowed;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .operating-area
  .shop-now.disable:hover {
  opacity: 0.4;
}
.product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .operating-area
  .shop-now.disable:active {
  opacity: 0.4;
}
.pswp.pswp--custom-bg .pswp__bg {
  background: #fff;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__bullets-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 112px;
  background: rgba(255, 255, 255, 0.4);
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__bullets-indicator::-webkit-scrollbar {
  display: none;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__bullets-indicator
  .pswp__bullets-indicator-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__bullets-indicator
  .pswp__bullets-indicator-wrapper
  .pswp__bullet {
  margin-right: 12px;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__bullets-indicator
  .pswp__bullets-indicator-wrapper
  .pswp__bullet:last-child {
  margin-right: 0;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__bullets-indicator
  .pswp__bullets-indicator-wrapper
  .pswp__bullet.pswp__bullet--active {
  border: 1px solid #e64c3d;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__bullets-indicator
  .pswp__bullets-indicator-wrapper
  .pswp__bullet
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__bullets-indicator
  .pswp__bullets-indicator-wrapper
  .pswp__bullet
  img.cover {
  object-fit: cover;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__bullets-indicator
  .pswp__bullets-indicator-wrapper
  .pswp__bullet
  .pswp__bullet-play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__bullets-indicator
  .pswp__bullets-indicator-wrapper
  .pswp__bullet
  .pswp__bullet-play-icon
  > i {
  font-size: 32px;
  color: #fff;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__top-bar .pswp__counter,
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__top-bar .pswp__button--zoom,
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__top-bar .pswp__button--close {
  display: none;
}
.pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__top-bar
  .pswp__button--custom-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
  margin: 16px 16px 0 0;
  min-width: 71px;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  border-radius: 4px;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--prev,
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--prev:after,
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--next:after {
  content: "";
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--prev:hover,
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--next:hover {
  background: rgba(0, 0, 0, 0.4);
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--prev:active,
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--next:active {
  background: rgba(0, 0, 0, 0.7);
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--prev .tcl-icon,
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--next .tcl-icon {
  font-size: 40px;
  color: #fff;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--prev {
  left: 20px;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__button--arrow--next {
  right: 20px;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__video {
  padding: 112px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__video .video-wrapper {
  width: calc(100vh * 16 / 9 - 398px);
  max-width: 100%;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__video .video-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__video .video-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__video .video-container iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp img.pswp__img {
  object-fit: contain;
}
@media (min-width: 320px) and (max-width: 534px) {
  .product-detail .product-detail-header .overview {
    display: block;
    width: 100%;
    padding: 0 16px;
  }
  .product-detail .product-detail-header .overview .gallery {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .product-detail .product-detail-header .overview .gallery .swiper-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .gallerySlider:hover
    .swiper-button-next,
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .gallerySlider:hover
    .swiper-button-prev {
    display: none;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .thumbsSlider {
    display: none;
  }
  .product-detail .product-detail-header .overview .gallery .swiper-box .sign {
    display: flex;
  }
  .product-detail .product-detail-header .overview .relation {
    width: 100%;
  }
  .product-detail .product-detail-header .overview .relation .head .title {
    font-size: 24px;
    line-height: 28px;
  }
  .product-detail .product-detail-header .overview .relation .price-number {
    display: none;
  }
  .product-detail
    .product-detail-header
    .overview
    .relation
    .price-number-mobile {
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  .product-detail .product-detail-header .overview .relation .buy .retailers {
    justify-content: flex-start;
  }
  .product-detail
    .product-detail-header
    .overview
    .relation
    .buy
    .retailers
    .retailer-card {
    width: 155px;
    margin: 0 12px 12px 0;
  }
  .product-detail .product-detail-header .sticky-header .sticky-header-wrapper {
    width: 100%;
  }
  .product-detail
    .product-detail-header
    .sticky-header
    .sticky-header-wrapper
    .copyright-area
    .machine-title {
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__bullets-indicator {
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-start;
    width: calc(100% - 48px);
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .product-detail .product-detail-header .overview .relation .buy .retailers {
    justify-content: flex-start;
  }
  .product-detail
    .product-detail-header
    .overview
    .relation
    .buy
    .retailers
    .retailer-card {
    width: 132px;
  }
}
@media (max-width: 640px) {
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .gallerySlider {
    margin: 0 -16px;
    width: 100vw;
    height: 75vw;
    overflow: hidden;
    z-index: 0;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .product-detail .product-detail-header .overview {
    display: block;
    width: 100%;
    padding: 0 16px;
  }
  .product-detail .product-detail-header .overview .gallery {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .product-detail .product-detail-header .overview .gallery .swiper-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .gallerySlider {
    margin: 0 -16px;
    overflow: hidden;
    z-index: 0;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .gallerySlider:hover
    .swiper-button-next,
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .gallerySlider:hover
    .swiper-button-prev {
    display: none;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .thumbsSlider {
    display: none;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .mb-swiper-button-next,
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .mb-swiper-button-prev {
    display: flex;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .mb-swiper-button-prev {
    left: 0;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .mb-swiper-button-next {
    right: 0;
  }
  .product-detail .product-detail-header .overview .gallery .swiper-box .sign {
    display: flex;
  }
  .product-detail .product-detail-header .overview .relation {
    width: 100%;
  }
  .product-detail .product-detail-header .overview .relation .head .title {
    font-size: 28px;
    line-height: 34px;
  }
  .product-detail .product-detail-header .overview .relation .price-number {
    display: none;
  }
  .product-detail
    .product-detail-header
    .overview
    .relation
    .price-number-mobile {
    display: block;
  }
  .product-detail .product-detail-header .overview .relation .buy .retailers {
    justify-content: flex-start;
  }
  .product-detail
    .product-detail-header
    .overview
    .relation
    .buy
    .retailers
    .retailer-card {
    width: 155px;
    margin: 0 12px 12px 0;
  }
  .product-detail .product-detail-header .sticky-header .sticky-header-wrapper {
    width: 100%;
  }
  .pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__bullets-indicator {
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-start;
    width: calc(100% - 48px);
  }
}
@media (min-width: 835px) and (max-width: 1199px) {
  .product-detail .product-detail-header .overview {
    padding: 1.91616766vw;
    width: 100%;
    min-height: 460px;
  }
  .product-detail .product-detail-header .overview .gallery {
    width: 51.9760479vw;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .gallerySlider {
    width: 51.9760479vw;
    height: 39.04191617vw;
  }
  .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .thumbsSlider {
    width: 45.98802395vw;
  }
  .product-detail .product-detail-header .overview .relation {
    width: 40.35928144vw;
  }
  .product-detail .product-detail-header .overview .relation .buy .retailers {
    justify-content: flex-start;
  }
  .product-detail
    .product-detail-header
    .overview
    .relation
    .buy
    .retailers
    .retailer-card {
    margin: 0 12px 12px 0;
  }
  .product-detail
    .product-detail-header
    .overview
    .relation
    .buy
    .retailers
    .retailer-card:nth-child(2n + 2) {
    margin-right: 0;
  }
  .product-detail .product-detail-header .sticky-header .sticky-header-wrapper {
    width: 100%;
  }
}
.rtl
  .product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-next
  .tcl-icon,
.rtl
  .product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-prev
  .tcl-icon {
  transform: rotate(180deg);
}
.rtl
  .product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-prev {
  right: 8px;
  left: auto;
}
.rtl
  .product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .gallerySlider
  .swiper-button-next {
  left: 8px;
  right: auto;
}
.rtl
  .product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .thumbsSlider
  .thumbs-wrapper
  .thumbs-slide {
  margin-right: 0;
  margin-left: 8px;
}
.rtl
  .product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-next
  .tcl-icon,
.rtl
  .product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .mb-swiper-button-prev
  .tcl-icon {
  transform: rotate(180deg);
}
.rtl
  .product-detail
  .product-detail-header
  .overview
  .gallery
  .swiper-box
  .sign {
  right: auto;
  left: 0;
}
.rtl
  .product-detail
  .product-detail-header
  .overview
  .relation
  .sizes
  .size-list
  .size {
  margin-right: 0;
  margin-left: 12px;
}
.rtl
  .product-detail
  .product-detail-header
  .overview
  .relation
  .sizes
  .size-list
  .size:last-child {
  margin-left: 0;
}
.rtl
  .product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .copyright-area {
  float: right;
}
.rtl
  .product-detail
  .product-detail-header
  .sticky-header
  .sticky-header-wrapper
  .operating-area {
  text-align: left;
}
.rtl .pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__top-bar {
  flex-direction: row-reverse;
}
.rtl .pswp.pswp--custom-bg .pswp__scroll-wrap .pswp__top-bar .pswp__preloader {
  margin-left: auto;
  margin-right: 0;
}
.rtl
  .pswp.pswp--custom-bg
  .pswp__scroll-wrap
  .pswp__top-bar
  .pswp__button--custom-close-button {
  margin: 16px 0 0 16px;
}
@media (min-width: 535px) and (max-width: 834px) {
  .rtl
    .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .mb-swiper-button-prev {
    left: auto;
    right: 0;
  }
  .rtl
    .product-detail
    .product-detail-header
    .overview
    .gallery
    .swiper-box
    .mb-swiper-button-next {
    right: auto;
    left: 0;
  }
}
button[data-v-847c2e44] {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}
.tui-button[data-v-847c2e44] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  border: 1px solid transparent;
}
.tui-button__label[data-v-847c2e44] {
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.tui-button__underline[data-v-847c2e44] {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--button-color, var(--tui-color-primary, #e64c3d));
}
.tui-button--main[data-v-847c2e44] {
  border-color: var(--button-color, var(--tui-color-primary, #e64c3d));
  background-color: var(--button-color, var(--tui-color-primary, #e64c3d));
  color: var(--button-text-color, var(--tui-color-background, #fff));
}
.tui-button--main[data-v-847c2e44]:hover {
  border-color: var(
    --button-hover-color,
    var(--tui-color-primary-tint1, #eb7064)
  );
  background-color: var(
    --button-hover-color,
    var(--tui-color-primary-tint1, #eb7064)
  );
}
.tui-button--main[data-v-847c2e44]:active {
  border-color: var(
    --button-active-color,
    var(--tui-color-primary-tint3, #f5b7b1)
  );
  background-color: var(
    --button-active-color,
    var(--tui-color-primary-tint3, #f5b7b1)
  );
}
.tui-button--main.tui-button--disabled[data-v-847c2e44] {
  --background: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  border-color: transparent;
  background-color: var(
    --button-color-disabled,
    var(--background, rgba(0, 0, 0, 0.12))
  );
  color: var(--button-text-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-button--sub[data-v-847c2e44] {
  border-color: var(--button-color, var(--tui-color-primary, #e64c3d));
  color: var(--button-color, var(--tui-color-primary, #e64c3d));
}
.tui-button--sub[data-v-847c2e44]:hover {
  border-color: var(
    --button-hover-color,
    var(--tui-color-primary-tint1, #eb7064)
  );
  color: var(--button-hover-color, var(--tui-color-primary-tint1, #eb7064));
}
.tui-button--sub[data-v-847c2e44]:active {
  border-color: var(
    --button-active-color,
    var(--tui-color-primary-tint3, #f5b7b1)
  );
  color: var(--button-active-color, var(--tui-color-primary-tint3, #f5b7b1));
}
.tui-button--sub.tui-button--disabled[data-v-847c2e44] {
  --background: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  border-color: var(
    --button-color-disabled,
    var(--background, rgba(0, 0, 0, 0.12))
  );
  color: var(--button-text-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-button--auxiliary[data-v-847c2e44] {
  border-radius: 0 !important;
  border-width: 0;
  color: var(--button-color, var(--tui-color-primary, #e64c3d));
}
.tui-button--auxiliary .tui-button__label[data-v-847c2e44],
.tui-button--auxiliary[data-v-847c2e44] {
  height: 24px !important;
  line-height: 24px !important;
}
.tui-button--auxiliary
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  display: block;
}
.tui-button--auxiliary:active
  .tui-button__label
  .tui-button__underline[data-v-847c2e44],
.tui-button--auxiliary:hover
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  -webkit-animation: underline-animation-847c2e44 0.2s both;
  animation: underline-animation-847c2e44 0.2s both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.tui-button--auxiliary:active.tui-button--disabled
  .tui-button__label
  .tui-button__underline[data-v-847c2e44],
.tui-button--auxiliary:hover.tui-button--disabled
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  -webkit-animation: none;
  animation: none;
}
.tui-button--auxiliary.tui-button--disabled[data-v-847c2e44] {
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(--button-text-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-button--auxiliary.tui-button--disabled
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  --background: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  background-color: var(
    --button-color-disabled,
    var(--background, rgba(0, 0, 0, 0.12))
  );
}
.tui-button--normal[data-v-847c2e44] {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 40px;
}
.tui-button--normal .tui-button__label[data-v-847c2e44] {
  line-height: 38px;
  height: 38px;
}
.tui-button--normal.tui-button--auxiliary[data-v-847c2e44] {
  padding: 8px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tui-button--small[data-v-847c2e44] {
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  padding: 0 16px;
}
.tui-button--small .tui-button__label[data-v-847c2e44] {
  line-height: 30px;
  height: 30px;
}
.tui-button--small.tui-button--auxiliary[data-v-847c2e44] {
  padding: 4px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tui-button--mini[data-v-847c2e44] {
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  padding: 0 16px;
}
.tui-button--mini .tui-button__label[data-v-847c2e44] {
  line-height: 22px;
  height: 22px;
}
.tui-button--mini.tui-button--auxiliary[data-v-847c2e44] {
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tui-button--block[data-v-847c2e44] {
  display: block;
  width: 100%;
}
.tui-button--disabled[data-v-847c2e44] {
  cursor: not-allowed;
}
@-webkit-keyframes underline-animation-847c2e44 {
  0 {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes underline-animation-847c2e44 {
  0 {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tui-overlay[data-v-e6f2d01a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tui-overlay__mask[data-v-e6f2d01a] {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(
    --overlay-background-color,
    var(--tui-color-background-contrast, #000)
  );
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tui-overlay--show[data-v-e6f2d01a] {
  pointer-events: auto;
}
ul[data-v-51fc906d] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-tabs[data-v-51fc906d] {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--tabs-background, var(--tui-color-background, #fff));
}
.tui-tabs__before[data-v-51fc906d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 64px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(hsla(0, 0, 97.6%, 0)),
    to(var(--tabs-background, var(--tui-color-background, #fff)))
  );
  background: linear-gradient(
    270deg,
    hsla(0, 0, 97.6%, 0),
    var(--tabs-background, var(--tui-color-background, #fff))
  );
  z-index: 1;
}
.tui-tabs__after[data-v-51fc906d] {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 64px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0, 97.6%, 0)),
    to(var(--tabs-background, var(--tui-color-background, #fff)))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0, 97.6%, 0),
    var(--tabs-background, var(--tui-color-background, #fff))
  );
}
.tui-tabs ul[data-v-51fc906d] {
  position: relative;
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--tabs-background, var(--tui-color-background, #fff));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tui-tabs ul[data-v-51fc906d]::-webkit-scrollbar {
  display: none;
}
.tui-tabs__bar[data-v-51fc906d] {
  position: absolute;
  width: 24px;
  height: 4px;
  bottom: 0;
  left: -24px;
  text-align: center;
}
.tui-tabs__bar-inner[data-v-51fc906d] {
  width: 24px;
  height: 4px;
  display: block;
  background: var(--tabs-bar-color, var(--tui-color-primary, #e64c3d));
  margin: auto;
}
.tui-tabs--capsule ul[data-v-51fc906d] {
  padding: 6px 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.tui-tabs--capsule .tui-tabs__after[data-v-51fc906d],
.tui-tabs--capsule .tui-tabs__bar[data-v-51fc906d],
.tui-tabs--capsule .tui-tabs__before[data-v-51fc906d] {
  display: none;
}
.tui-tabs--outline ul[data-v-51fc906d] {
  padding: 6px 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.tui-tabs--outline .tui-tabs__after[data-v-51fc906d],
.tui-tabs--outline .tui-tabs__bar[data-v-51fc906d],
.tui-tabs--outline .tui-tabs__before[data-v-51fc906d] {
  display: none;
}
.transition-forward[data-v-51fc906d] {
  -webkit-transition:
    right 0.3s cubic-bezier(0.35, 0, 0.25, 1),
    left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
  transition:
    right 0.3s cubic-bezier(0.35, 0, 0.25, 1),
    left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
}
.tui-tab[data-v-57e2e9bc] {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tui-tab__item[data-v-57e2e9bc] {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-tab__label[data-v-57e2e9bc] {
  font-size: 16px;
  font-weight: 400;
  color: var(--tab-color, var(--tui-color-text, #111));
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tui-tab--capsule[data-v-57e2e9bc] {
  padding: 6px 8px;
}
.tui-tab--capsule .tui-tab__item[data-v-57e2e9bc] {
  border: 1px solid transparent;
  border-color: var(--tab-border-color, var(--tui-color-grey, #eee));
  background-color: var(
    --tab-background-color,
    var(--tui-color-background, #fff)
  );
  height: 32px;
  border-radius: 32px;
  padding: 0 16px;
}
.tui-tab--capsule:hover .tui-tab__item[data-v-57e2e9bc] {
  border-color: var(--tab-hover-border-color, var(--tui-color-grey-dark, #999));
}
.tui-tab--capsule .tui-tab__label[data-v-57e2e9bc] {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
}
.tui-tab--capsule.tui-tab--active .tui-tab__item[data-v-57e2e9bc] {
  border-color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
  background-color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
}
.tui-tab--capsule.tui-tab--active .tui-tab__label[data-v-57e2e9bc] {
  color: var(--tab-background-color, var(--tui-color-background, #fff));
}
.tui-tab--outline[data-v-57e2e9bc] {
  padding: 6px 8px;
}
.tui-tab--outline .tui-tab__item[data-v-57e2e9bc] {
  border: 1px solid transparent;
  border-color: var(
    --tab-outline-border-color,
    var(--tui-color-grey-dark, #999)
  );
  background-color: var(
    --tab-background-color,
    var(--tui-color-background, #fff)
  );
  height: 40px;
  padding: 0 30px;
  border-radius: 4px;
}
.tui-tab--outline .tui-tab__label[data-v-57e2e9bc] {
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.tui-tab--outline.tui-tab--active .tui-tab__item[data-v-57e2e9bc] {
  border-color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
}
.tui-tab--outline.tui-tab--active .tui-tab__label[data-v-57e2e9bc] {
  color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
}
.tui-tab--outline.tui-tab--disabled .tui-tab__item[data-v-57e2e9bc] {
  --border-color: rgba(
    var(--tui-color-grey-dark-rgb, 153, 153, 153),
    var(--tui-opacity-12, 0.12)
  );
  --background-color: rgba(
    var(--tui-color-background-rgb, 255, 255, 255),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --tab-hover-border-color-disabled,
    var(--border-color, hsla(0, 0, 60%, 0.12))
  );
  background-color: var(
    --tab-background-color-disabled,
    var(--background-color, hsla(0, 0, 100%, 0.12))
  );
}
.tui-tab--disabled[data-v-57e2e9bc] {
  cursor: not-allowed;
}
.tui-tab--disabled .tui-tab__label[data-v-57e2e9bc] {
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(--tab-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-tab--disabled .tui-tab__item[data-v-57e2e9bc] {
  --border-color: rgba(
    var(--tui-color-grey-rgb, 238, 238, 238),
    var(--tui-opacity-12, 0.12)
  );
  --background-color: rgba(
    var(--tui-color-background-rgb, 255, 255, 255),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --tab-border-color-disabled,
    var(--border-color, hsla(0, 0, 93.3%, 0.12))
  );
  background-color: var(
    --tab-background-color-disabled,
    var(--background-color, hsla(0, 0, 100%, 0.12))
  );
}
.tui-tab--active .tui-tab__label[data-v-57e2e9bc] {
  color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.tui-tag[data-v-73ccff9d] {
  height: 24px;
  line-height: 24px;
  margin-right: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  opacity: 0.7;
}
.tui-tag[data-v-73ccff9d]:hover {
  opacity: 1;
}
.tui-tag span[data-v-73ccff9d] {
  font-size: 14px;
  line-height: 24px;
  color: var(--tag-color, var(--tui-color-text, #111));
}
.tui-tag svg[data-v-73ccff9d] {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.tui-tag__close[data-v-73ccff9d] {
  fill: var(--tag-close-color, var(--tui-color-icon, #2d3132));
}
.tui-tag--disabled[data-v-73ccff9d] {
  opacity: 1;
  cursor: not-allowed;
}
.tui-tag--disabled span[data-v-73ccff9d] {
  opacity: 0.2;
}
.tui-tag--disabled .tui-tag__close[data-v-73ccff9d] {
  opacity: 0.12;
}
.tui-dialog[data-v-7a8a3fbd] {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 464px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: var(
    --dialog-background-color,
    var(--tui-color-background, #fff)
  );
  border-radius: 4px;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tui-dialog--rtl[data-v-7a8a3fbd] {
  direction: rtl;
}
.tui-dialog--rtl .tui-dialog__button[data-v-7a8a3fbd] {
  margin-left: 0;
}
.tui-dialog--rtl .tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-left: 24px;
}
.tui-dialog--rtl
  .tui-dialog__footer--column
  .tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-left: 0;
}
.tui-dialog--rtl .tui-dialog__close[data-v-7a8a3fbd] {
  left: 16px;
  right: auto;
}
.tui-dialog--show[data-v-7a8a3fbd] {
  opacity: 1;
  top: 50%;
}
.tui-dialog--shadow[data-v-7a8a3fbd] {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.tui-dialog__header[data-v-7a8a3fbd] {
  margin-top: -8px;
}
.tui-dialog__title[data-v-7a8a3fbd] {
  font-weight: 500;
  text-align: center;
}
.tui-dialog__message[data-v-7a8a3fbd],
.tui-dialog__title[data-v-7a8a3fbd] {
  font-size: 16px;
  color: var(--dialog-text-color, var(--tui-color-text, #111));
  line-height: 24px;
}
.tui-dialog__message[data-v-7a8a3fbd] {
  padding: 24px 0 32px;
}
.tui-dialog__footer[data-v-7a8a3fbd] {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tui-dialog__footer--row[data-v-7a8a3fbd] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tui-dialog__footer--column[data-v-7a8a3fbd] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tui-dialog__footer--column .tui-dialog__button[data-v-7a8a3fbd] {
  margin-left: 0;
  margin-bottom: 12px;
}
.tui-dialog__footer--column .tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-bottom: 0;
}
.tui-dialog__button[data-v-7a8a3fbd] {
  width: 100%;
  margin-left: 24px;
}
.tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-left: 0;
}
.tui-dialog__close[data-v-7a8a3fbd] {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  line-height: 0;
  cursor: pointer;
}
.tui-dialog__close svg[data-v-7a8a3fbd] {
  width: 16px;
  height: 16px;
}
.tui-dialog__close-icon[data-v-7a8a3fbd] {
  fill: var(--dialog-close-color, var(--tui-color-icon, #2d3132));
}
.tui-popover[data-v-7251fea1] {
  line-height: 0;
}
.tui-popover__anchor[data-v-7251fea1] {
  line-height: 0;
  position: relative;
  display: inline-block;
}
.tui-popover__anchor[data-v-7251fea1]:focus {
  outline: 0;
}
.tui-popper[data-v-7251fea1] {
  position: absolute;
  top: 0;
  left: 0;
}
.tui-popper--hide[data-v-7251fea1] {
  z-index: -1 !important;
  opacity: 0;
}
.tui-popper__container[data-v-7251fea1] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-popper__header.tui-popper--show-button[data-v-7251fea1] {
  margin-bottom: 16px;
}
.tui-popper .tui-popper__message[data-v-7251fea1] {
  max-width: 208px;
  font-size: 14px;
  line-height: 22px;
}
.tui-popper__footer[data-v-7251fea1] {
  line-height: 0;
  width: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tui-popper__button[data-v-7251fea1] {
  width: 84px;
  margin-right: 8px;
}
.tui-popper__button[data-v-7251fea1]:last-child {
  margin-right: 0;
}
.tui-popper__arrow[data-v-7251fea1] {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
}
.tui-popper__arrow--top-start[data-v-7251fea1],
.tui-popper__arrow--top[data-v-7251fea1] {
  bottom: 0 !important;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border-bottom-width: 0;
}
.tui-popper__arrow--top-end[data-v-7251fea1] {
  bottom: 0 !important;
  -webkit-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  border-bottom-width: 0;
}
.tui-popper__arrow--left-start[data-v-7251fea1],
.tui-popper__arrow--left[data-v-7251fea1] {
  right: 0 !important;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
  border-right-width: 0;
}
.tui-popper__arrow--left-end[data-v-7251fea1] {
  right: 0 !important;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-right-width: 0;
}
.tui-popper__arrow--right-start[data-v-7251fea1],
.tui-popper__arrow--right[data-v-7251fea1] {
  left: 0 !important;
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
  border-left-width: 0;
}
.tui-popper__arrow--right-end[data-v-7251fea1] {
  left: 0 !important;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-left-width: 0;
}
.tui-popper__arrow--bottom-start[data-v-7251fea1],
.tui-popper__arrow--bottom[data-v-7251fea1] {
  top: 0 !important;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  border-top-width: 0;
}
.tui-popper__arrow--bottom-end[data-v-7251fea1] {
  top: 0 !important;
  -webkit-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  border-top-width: 0;
}
.tui-popper--rtl[data-v-7251fea1] {
  direction: rtl;
}
.tui-popper--rtl .tui-popper__button[data-v-7251fea1] {
  margin-right: 0;
}
.tui-popper--rtl .tui-popper__button[data-v-7251fea1]:last-child {
  margin-right: 8px;
}
.tui-popper--light .tui-popper__container[data-v-7251fea1] {
  background-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.tui-popper--light .tui-popper__content[data-v-7251fea1],
.tui-popper--light .tui-popper__message[data-v-7251fea1] {
  color: var(--popover-text-color, var(--tui-color-text, #111));
}
.tui-popper--light .tui-popper__button-cancel[data-v-7251fea1] {
  --button-color: var(
    --popover-button-cancel-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-text-color: var(
    --popover-button-cancel-text-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-color-disabled: var(
    --popover-button-disabled-cancel-color,
    rgba(0, 0, 0, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-cancel-text-color,
    rgba(0, 0, 0, 0.2)
  );
}
.tui-popper--light .tui-popper__button-confirm[data-v-7251fea1] {
  --button-color: var(
    --popover-button-confirm-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-text-color: var(
    --popover-button-confirm-text-color,
    var(--tui-color-background, #fff)
  );
  --button-color-disabled: var(
    --popover-button-disabled-confirm-color,
    rgba(0, 0, 0, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-confirm-text-color,
    rgba(0, 0, 0, 0.2)
  );
}
.tui-popper--light .tui-popper__arrow--top-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--top-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--top[data-v-7251fea1] {
  border-top-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--light .tui-popper__arrow--left-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--left-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--left[data-v-7251fea1] {
  border-left-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--light .tui-popper__arrow--right-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--right-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--right[data-v-7251fea1] {
  border-right-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--light .tui-popper__arrow--bottom-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--bottom-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--bottom[data-v-7251fea1] {
  border-bottom-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--dark .tui-popper__container[data-v-7251fea1] {
  opacity: 0.8;
  background-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__content[data-v-7251fea1],
.tui-popper--dark .tui-popper__message[data-v-7251fea1] {
  color: var(--popover-text-color, var(--tui-color-background, #fff));
}
.tui-popper--dark .tui-popper__button-cancel[data-v-7251fea1] {
  --button-color: var(
    --popover-button-cancel-color,
    var(--tui-color-background, #fff)
  );
  --button-text-color: var(
    --popover-button-cancel-text-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-color-disabled: var(
    --popover-button-disabled-cancel-color,
    hsla(0, 0, 100%, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-cancel-text-color,
    hsla(0, 0, 100%, 0.2)
  );
}
.tui-popper--dark .tui-popper__button-confirm[data-v-7251fea1] {
  --button-color: var(
    --popover-button-confirm-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-text-color: var(
    --popover-button-confirm-text-color,
    var(--tui-color-background, #fff)
  );
  --button-color-disabled: var(
    --popover-button-disabled-confirm-color,
    hsla(0, 0, 100%, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-confirm-text-color,
    hsla(0, 0, 100%, 0.2)
  );
}
.tui-popper--dark .tui-popper__arrow--top-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--top-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--top[data-v-7251fea1] {
  border-top-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__arrow-left-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow-left-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow-left[data-v-7251fea1] {
  border-left-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__arrow--right-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--right-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--right[data-v-7251fea1] {
  border-right-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__arrow--bottom-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--bottom-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--bottom[data-v-7251fea1] {
  border-bottom-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--top[data-v-7251fea1] {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.tui-popper--top-start[data-v-7251fea1] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tui-popper--top-end[data-v-7251fea1] {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.tui-popper--bottom[data-v-7251fea1] {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.tui-popper--bottom-start[data-v-7251fea1] {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.tui-popper--bottom-end[data-v-7251fea1] {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}
.tui-popper--left[data-v-7251fea1] {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.tui-popper--left-start[data-v-7251fea1] {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.tui-popper--left-end[data-v-7251fea1] {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}
.tui-popper--right[data-v-7251fea1] {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tui-popper--right-start[data-v-7251fea1] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tui-popper--right-end[data-v-7251fea1] {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.tui-toast[data-v-9c6bcf44] {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tui-toast__container[data-v-9c6bcf44] {
  --background-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-70, 0.7)
  );
  width: 100%;
  min-width: 208px;
  max-width: 464px;
  height: 100%;
  background-color: var(
    --toast-background-color,
    var(--background-color, rgba(0, 0, 0, 0.7))
  );
  border-radius: 4px;
  padding: 9px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-toast__message[data-v-9c6bcf44] {
  font-size: 14px;
  color: var(--toast-text-color, var(--tui-color-background, #fff));
  line-height: 22px;
  text-align: left;
}
.tui-toast__message--center[data-v-9c6bcf44] {
  text-align: center;
}
.fade-enter-active[data-v-9c6bcf44],
.fade-leave-active[data-v-9c6bcf44] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fade-enter[data-v-9c6bcf44],
.fade-leave-to[data-v-9c6bcf44] {
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  opacity: 0;
}
li[data-v-1f1f9b65] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-pagination[data-v-1f1f9b65] {
  height: 24px;
  max-width: var(--pagination-max-width, 356px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tui-pagination--hidden[data-v-1f1f9b65] {
  display: none;
}
.tui-pagination__arrow[data-v-1f1f9b65] {
  font-size: 24px;
  height: 24px;
  opacity: 0.4;
  cursor: pointer;
}
.tui-pagination__arrow[data-v-1f1f9b65]:hover {
  opacity: 1;
}
.tui-pagination__arrow:hover.tui-pagination__arrow--disabled[data-v-1f1f9b65] {
  opacity: 0.12;
}
.tui-pagination__arrow--disabled[data-v-1f1f9b65] {
  opacity: 0.12;
  cursor: not-allowed;
}
.tui-pagination__arrow svg[data-v-1f1f9b65] {
  width: 24px;
  height: 24px;
}
.tui-pagination__arrow .tui-pagination__icon[data-v-1f1f9b65] {
  fill: var(--pagination-arrow-color, var(--tui-color-icon, #2d3132));
}
.tui-pagination__content[data-v-1f1f9b65] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tui-pagination__item[data-v-1f1f9b65] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: var(--pagination-color, var(--tui-color-text, #111));
  font-size: 16px;
  cursor: pointer;
  opacity: 0.7;
  border: 1px solid transparent;
  border-radius: 1px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-pagination__item[data-v-1f1f9b65]:hover {
  opacity: 1;
  border-color: var(
    --pagination-hover-outline-color,
    var(--tui-color-primary, #e64c3d)
  );
}
.tui-pagination--active[data-v-1f1f9b65] {
  background-color: var(
    --pagination-active-background,
    var(--tui-color-primary, #e64c3d)
  );
  border-color: var(
    --pagination-active-background,
    var(--tui-color-primary, #e64c3d)
  );
  color: var(--pagination-active-color, var(--tui-color-background, #fff));
  opacity: 1;
}
.tui-helper-line[data-v-150282e2] {
  position: relative;
  z-index: 1;
}
.tui-helper-line__label[data-v-150282e2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--helper-line-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-helper-line--hold .tui-helper-line__label[data-v-150282e2] {
  position: relative;
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
}
.tui-helper-line--invalid .tui-helper-line__label[data-v-150282e2] {
  color: var(--helper-line-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-helper-line--rtl[data-v-150282e2] {
  direction: rtl;
}
.tui-checkbox[data-v-98ad1cb6] {
  display: inline-block;
  margin-right: 32px;
}
.tui-checkbox--block[data-v-98ad1cb6] {
  display: block;
  margin: 0;
}
.tui-checkbox--strong[data-v-98ad1cb6] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.tui-checkbox--weak[data-v-98ad1cb6] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.4;
}
.tui-checkbox--checked[data-v-98ad1cb6],
.tui-checkbox--weak[data-v-98ad1cb6]:hover {
  opacity: 1;
}
.tui-checkbox--checked .tui-checkbox__icon--check[data-v-98ad1cb6] {
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.tui-checkbox--disabled[data-v-98ad1cb6] {
  cursor: not-allowed;
}
.tui-checkbox--disabled .tui-checkbox__label[data-v-98ad1cb6] {
  opacity: 0.2;
}
.tui-checkbox--disabled .tui-checkbox__icon[data-v-98ad1cb6] {
  opacity: 0.12;
}
.tui-checkbox--rtl[data-v-98ad1cb6] {
  direction: rtl;
}
.tui-checkbox--rtl.tui-checkbox[data-v-98ad1cb6] {
  margin-right: 0;
  margin-left: 32px;
}
.tui-checkbox--rtl
  .tui-checkbox--required
  .tui-checkbox__label[data-v-98ad1cb6]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-checkbox--rtl .tui-checkbox--normal .tui-checkbox__label[data-v-98ad1cb6],
.tui-checkbox--rtl .tui-checkbox--small .tui-checkbox__label[data-v-98ad1cb6] {
  margin-left: 0;
  margin-right: 4px;
}
.tui-checkbox--rtl .tui-checkbox__helper-line[data-v-98ad1cb6] {
  margin-left: 0;
  margin-right: 12px;
}
.tui-checkbox__icon[data-v-98ad1cb6] {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  fill: var(--checkbox-icon-color, var(--tui-color-icon, #2d3132));
}
.tui-checkbox__icon svg[data-v-98ad1cb6] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tui-checkbox__icon--check[data-v-98ad1cb6] {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0) !important;
  transform: translate(-50%, -50%) scale(0) !important;
}
.tui-checkbox__label[data-v-98ad1cb6] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--checkbox-label-color, var(--tui-color-text, #111));
}
.tui-checkbox__helper-line[data-v-98ad1cb6] {
  margin-left: 12px;
  display: block;
}
.tui-checkbox__helper-line-small[data-v-98ad1cb6] .tui-helper-line__label {
  padding: 6px 9px 0;
}
.tui-checkbox--required .tui-checkbox__label[data-v-98ad1cb6]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-checkbox--invalid[data-v-98ad1cb6] {
  opacity: 1;
}
.tui-checkbox--invalid .tui-checkbox__icon[data-v-98ad1cb6] {
  fill: var(--checkbox-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-checkbox--invalid .tui-checkbox__label[data-v-98ad1cb6] {
  color: var(--checkbox-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-checkbox--normal .tui-checkbox__icon[data-v-98ad1cb6] {
  width: 24px;
  height: 24px;
}
.tui-checkbox--normal .tui-checkbox__label[data-v-98ad1cb6] {
  margin: 2px 0;
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.tui-checkbox--small .tui-checkbox__icon[data-v-98ad1cb6] {
  width: 16px;
  height: 16px;
  padding: 4px 0;
}
.tui-checkbox--small .tui-checkbox__label[data-v-98ad1cb6] {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}
.tui-radio[data-v-5a3e9aba] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 32px;
}
.tui-radio--block[data-v-5a3e9aba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-bottom: 8px;
}
.tui-radio--block[data-v-5a3e9aba]:last-child {
  margin: 0;
}
.tui-radio--strong[data-v-5a3e9aba] {
  opacity: 1;
}
.tui-radio--weak[data-v-5a3e9aba] {
  opacity: 0.4;
}
.tui-radio--checked[data-v-5a3e9aba],
.tui-radio--weak[data-v-5a3e9aba]:hover {
  opacity: 1;
}
.tui-radio--checked .tui-radio__icon--check[data-v-5a3e9aba] {
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.tui-radio--normal .tui-radio__icon[data-v-5a3e9aba] {
  width: 24px;
  height: 24px;
}
.tui-radio--normal .tui-radio__label[data-v-5a3e9aba] {
  margin: 2px 0;
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.tui-radio--small .tui-radio__icon[data-v-5a3e9aba] {
  width: 16px;
  height: 16px;
  padding: 4px 0;
}
.tui-radio--small .tui-radio__label[data-v-5a3e9aba] {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}
.tui-radio--disabled[data-v-5a3e9aba] {
  cursor: not-allowed;
}
.tui-radio--disabled .tui-radio__label[data-v-5a3e9aba] {
  opacity: 0.2;
}
.tui-radio--disabled .tui-radio__icon[data-v-5a3e9aba] {
  opacity: 0.12;
}
.tui-radio--invalid[data-v-5a3e9aba] {
  opacity: 1;
}
.tui-radio--invalid .tui-radio__icon[data-v-5a3e9aba] {
  fill: var(--radio-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-radio--invalid .tui-radio__label[data-v-5a3e9aba] {
  color: var(--radio-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-radio--rtl[data-v-5a3e9aba] {
  direction: rtl;
}
.tui-radio--rtl.tui-radio[data-v-5a3e9aba] {
  margin-right: 0;
  margin-left: 32px;
}
.tui-radio--rtl.tui-radio--normal .tui-radio__label[data-v-5a3e9aba],
.tui-radio--rtl.tui-radio--small .tui-radio__label[data-v-5a3e9aba] {
  margin-left: 0;
  margin-right: 4px;
}
.tui-radio__icon[data-v-5a3e9aba] {
  position: relative;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: var(--radio-icon-color, var(--tui-color-icon, #2d3132));
}
.tui-radio__icon svg[data-v-5a3e9aba] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tui-radio__icon--check[data-v-5a3e9aba] {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0) !important;
  transform: translate(-50%, -50%) scale(0) !important;
}
.tui-radio__label[data-v-5a3e9aba] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--radio-label-color, var(--tui-color-text, #111));
}
.tui-radio-group[data-v-84d76e30] {
  display: block;
}
.tui-radio-group__helper-line[data-v-84d76e30] {
  margin-left: -12px;
  display: block;
}
.tui-radio-group--rtl[data-v-84d76e30] {
  direction: rtl;
}
.tui-radio-group--rtl .tui-radio-group__helper-line[data-v-84d76e30] {
  margin-left: 0;
  margin-right: -12px;
}
input[data-v-eab1a4e0] {
  border: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
}
input[data-v-eab1a4e0]::-ms-clear {
  width: 0;
  height: 0;
}
input[type="search"][data-v-eab1a4e0]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.tui-text-field[data-v-eab1a4e0] {
  display: inline-block;
  position: relative;
}
.tui-text-field__container[data-v-eab1a4e0] {
  padding: 0 16px;
  position: relative;
  height: var(--text-field-height, 48px);
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
}
.tui-text-field__container[data-v-eab1a4e0],
.tui-text-field__outline[data-v-eab1a4e0] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-text-field__outline[data-v-eab1a4e0] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  border-color: var(
    --text-field-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__notch[data-v-eab1a4e0] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__input[data-v-eab1a4e0] {
  color: var(--text-field-color, var(--tui-color-text, #111));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none !important;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--text-field-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-text-field__label[data-v-eab1a4e0] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(
    --text-field-label-color,
    var(--label-color, rgba(17, 17, 17, 0.4))
  );
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__trailing[data-v-eab1a4e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: var(--text-field-color, var(--tui-color-text, #111));
  line-height: var(--text-field-height, 48px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.tui-text-field__wordlimit[data-v-eab1a4e0] {
  position: absolute;
  width: 100%;
  text-align: right;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-field-wordlimit-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-text-field:hover .tui-text-field__outline[data-v-eab1a4e0] {
  border-color: var(
    --text-field-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-text-field--block[data-v-eab1a4e0] {
  display: block;
}
.tui-text-field--required .tui-text-field__label[data-v-eab1a4e0]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-text-field--intergal .tui-text-field__notch[data-v-eab1a4e0] {
  display: none;
}
.tui-text-field--notched .tui-text-field__notch[data-v-eab1a4e0] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-text-field--notched .tui-text-field__label[data-v-eab1a4e0] {
  -webkit-transform: translateY(-100%) scaleY(0.7);
  transform: translateY(-100%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-text-field--focused .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--focused:hover .tui-text-field__outline[data-v-eab1a4e0] {
  border-color: var(
    --text-field-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-text-field--focused .tui-text-field__outline[data-v-eab1a4e0] {
  border-width: 2px;
  padding: 0 14px;
}
.tui-text-field--focused.tui-text-field--notched
  .tui-text-field__label[data-v-eab1a4e0] {
  color: var(--text-field-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-text-field--invalid .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--invalid:hover .tui-text-field__outline[data-v-eab1a4e0] {
  border-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid .tui-text-field__input[data-v-eab1a4e0] {
  caret-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid.tui-text-field--notched
  .tui-text-field__label[data-v-eab1a4e0],
.tui-text-field--invalid .tui-text-field__input[data-v-eab1a4e0],
.tui-text-field--invalid .tui-text-field__label[data-v-eab1a4e0],
.tui-text-field--invalid .tui-text-field__trailing[data-v-eab1a4e0] {
  color: var(--text-field-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-field--readonly .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--readonly:hover .tui-text-field__outline[data-v-eab1a4e0] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--readonly .tui-text-field__label[data-v-eab1a4e0] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--disabled[data-v-eab1a4e0] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--disabled:hover .tui-text-field__outline[data-v-eab1a4e0] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--disabled .tui-text-field__input[data-v-eab1a4e0] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__input[data-v-eab1a4e0],
.tui-text-field--disabled .tui-text-field__label[data-v-eab1a4e0],
.tui-text-field--disabled .tui-text-field__trailing[data-v-eab1a4e0] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--rtl[data-v-eab1a4e0] {
  direction: rtl;
}
.tui-text-field--rtl.tui-text-field--required
  .tui-text-field__label[data-v-eab1a4e0]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-text-field--rtl.tui-text-field--notched
  .tui-text-field__notch[data-v-eab1a4e0] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl.tui-text-field--notched
  .tui-text-field__label[data-v-eab1a4e0] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl .tui-text-field__wordlimit[data-v-eab1a4e0] {
  direction: ltr;
  text-align: left;
}
textarea[data-v-04fd3942] {
  border: 0;
  outline: 0;
  background: 0;
  font-family: inherit;
  -webkit-appearance: none;
  overflow: auto;
}
.tui-text-area[data-v-04fd3942] {
  display: inline-block;
  position: relative;
}
.tui-text-area__container[data-v-04fd3942] {
  padding: 0 2px 2px 16px;
  position: relative;
  background-color: var(
    --text-area-background,
    var(--tui-color-background, #fff)
  );
}
.tui-text-area__container[data-v-04fd3942],
.tui-text-area__outline[data-v-04fd3942] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-text-area__outline[data-v-04fd3942] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  border-color: var(
    --text-area-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-area__notch[data-v-04fd3942] {
  background-color: var(
    --text-area-background,
    var(--tui-color-background, #fff)
  );
  padding: 11px 0;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-area__input[data-v-04fd3942],
.tui-text-area__notch[data-v-04fd3942] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tui-text-area__input[data-v-04fd3942] {
  color: var(--text-area-color, var(--tui-color-text, #111));
  resize: none;
  width: 100%;
  min-width: var(--text-area-min-width, 208px);
  height: var(--text-area-height, 96px);
  min-height: var(--text-area-min-height, 96px);
  border: none !important;
  background-color: transparent;
  padding: 12px 16px 12px 0;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--text-area-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-text-area__label[data-v-04fd3942] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  height: 24px;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(
    --text-area-label-color,
    var(--label-color, rgba(17, 17, 17, 0.4))
  );
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-area__wordlimit[data-v-04fd3942] {
  position: absolute;
  width: 100%;
  line-height: 1.5;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-area-wordlimit-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-text-area--block[data-v-04fd3942] {
  display: block;
}
.tui-text-area--resize .tui-text-area__input[data-v-04fd3942] {
  resize: both;
}
.tui-text-area:hover .tui-text-area__outline[data-v-04fd3942] {
  border-color: var(
    --text-area-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-text-area--required .tui-text-area__label[data-v-04fd3942]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-text-area--intergal .tui-text-area__notch[data-v-04fd3942] {
  display: none;
}
.tui-text-area--notched .tui-text-area__notch[data-v-04fd3942] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-text-area--notched .tui-text-area__label[data-v-04fd3942] {
  -webkit-transform: translateY(-60%) scaleY(0.7);
  transform: translateY(-60%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-text-area--focused .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--focused:hover .tui-text-area__outline[data-v-04fd3942] {
  border-color: var(
    --text-area-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-text-area--focused .tui-text-area__outline[data-v-04fd3942] {
  border-width: 2px;
  padding: 0 14px;
}
.tui-text-area--focused:not(.tui-text-area--notched)
  .tui-text-area__notch[data-v-04fd3942] {
  padding: 10px 0;
}
.tui-text-area--focused.tui-text-area--notched
  .tui-text-area__label[data-v-04fd3942] {
  color: var(--text-area-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-text-area--invalid .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--invalid:hover .tui-text-area__outline[data-v-04fd3942] {
  border-color: var(
    --text-area-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-area--invalid .tui-text-area__input[data-v-04fd3942] {
  caret-color: var(--text-area-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-area--invalid.tui-text-area--notched
  .tui-text-area__label[data-v-04fd3942],
.tui-text-area--invalid .tui-text-area__input[data-v-04fd3942],
.tui-text-area--invalid .tui-text-area__label[data-v-04fd3942] {
  color: var(--text-area-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-area--readonly .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--readonly:hover .tui-text-area__outline[data-v-04fd3942] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-area-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-area--readonly .tui-text-area__label[data-v-04fd3942] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-area-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-area--disabled[data-v-04fd3942] {
  cursor: not-allowed;
}
.tui-text-area--disabled .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--disabled:hover .tui-text-area__outline[data-v-04fd3942] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-area-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-area--disabled .tui-text-area__input[data-v-04fd3942] {
  cursor: not-allowed;
}
.tui-text-area--disabled .tui-text-area__input[data-v-04fd3942],
.tui-text-area--disabled .tui-text-area__label[data-v-04fd3942] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-area-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-area--rtl[data-v-04fd3942] {
  direction: rtl;
}
.tui-text-area--rtl .tui-text-area__container[data-v-04fd3942] {
  padding: 0 16px 2px 2px;
}
.tui-text-area--rtl .tui-text-area__input[data-v-04fd3942] {
  padding: 12px 0 12px 16px;
}
.tui-text-area--rtl.tui-text-area--required
  .tui-text-area__label[data-v-04fd3942]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-text-area--rtl.tui-text-area--notched
  .tui-text-area__notch[data-v-04fd3942] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-area--rtl.tui-text-area--notched
  .tui-text-area__label[data-v-04fd3942] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-area--rtl .tui-text-area__wordlimit[data-v-04fd3942] {
  direction: ltr;
  text-align: left;
}
input[data-v-9675c0c2] {
  border: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
}
input[data-v-9675c0c2]::-ms-clear {
  width: 0;
  height: 0;
}
ul[data-v-9675c0c2] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-select[data-v-9675c0c2] {
  display: inline-block;
}
.tui-select--block[data-v-9675c0c2] {
  display: block;
}
.tui-select__container[data-v-9675c0c2] {
  position: relative;
}
.tui-select__anchor[data-v-9675c0c2] {
  padding-left: 16px;
  position: relative;
  height: var(--select-height, 48px);
  background-color: var(--select-background, var(--tui-color-background, #fff));
}
.tui-select__anchor[data-v-9675c0c2],
.tui-select__outline[data-v-9675c0c2] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-select__outline[data-v-9675c0c2] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  border-color: var(
    --select-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-select__notch[data-v-9675c0c2] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--select-background, var(--tui-color-background, #fff));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-select__input[data-v-9675c0c2] {
  color: var(--select-color, var(--tui-color-text, #111));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none !important;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--select-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-select__input--textable[data-v-9675c0c2] {
  cursor: text;
}
.tui-select__label[data-v-9675c0c2] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(--select-label-color, var(--label-color, rgba(17, 17, 17, 0.4)));
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-select__dropdown-icon[data-v-9675c0c2] {
  --dropdown-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-40, 0.4)
  );
  width: 48px;
  height: 48px;
  fill: var(
    --select-dropdown-color,
    var(--dropdown-color, rgba(45, 49, 50, 0.4))
  );
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.tui-select__dropdown-icon svg[data-v-9675c0c2] {
  width: 10px;
  height: 5px;
}
.tui-select--inactive[data-v-9675c0c2] {
  opacity: 1;
}
.tui-select--active[data-v-9675c0c2],
.tui-select--inactive[data-v-9675c0c2] {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 75ms linear 75ms;
  transition: opacity 75ms linear 75ms;
}
.tui-select--active[data-v-9675c0c2] {
  opacity: 0;
}
.tui-select:hover .tui-select__outline[data-v-9675c0c2] {
  border-color: var(
    --select-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-select:hover .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-dropdown-active-color, var(--tui-color-icon, #2d3132));
}
.tui-select:hover .tui-select--focused .tui-select__outline[data-v-9675c0c2] {
  border-color: var(
    --select-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-select:hover
  .tui-select--focused
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-select:hover .tui-select--invalid .tui-select__outline[data-v-9675c0c2] {
  border-color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select:hover
  .tui-select--invalid
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select:hover .tui-select--readonly .tui-select__outline[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select:hover
  .tui-select--readonly
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-readonly-color,
    var(--readonly-color, rgba(45, 49, 50, 0.12))
  );
  cursor: default;
}
.tui-select:hover .tui-select--disabled .tui-select__outline[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select:hover
  .tui-select--disabled
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-disabled-color,
    var(--disabled-color, rgba(45, 49, 50, 0.2))
  );
  cursor: not-allowed;
}
.tui-select--activated .tui-select--inactive[data-v-9675c0c2] {
  opacity: 0;
}
.tui-select--activated .tui-select--active[data-v-9675c0c2] {
  opacity: 1;
}
.tui-select--activated .tui-select-menu[data-v-9675c0c2] {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tui-select--required .tui-select__label[data-v-9675c0c2]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-select--intergal .tui-select__notch[data-v-9675c0c2] {
  display: none;
}
.tui-select--notched .tui-select__notch[data-v-9675c0c2] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-select--notched .tui-select__label[data-v-9675c0c2] {
  -webkit-transform: translateY(-100%) scaleY(0.7);
  transform: translateY(-100%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-select--focused .tui-select__outline[data-v-9675c0c2] {
  border-width: 2px;
  border-color: var(
    --select-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
  padding: 0 14px;
}
.tui-select--focused.tui-select--notched .tui-select__label[data-v-9675c0c2] {
  color: var(--select-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-select--focused .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-select--invalid .tui-select__outline[data-v-9675c0c2] {
  border-color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--invalid .tui-select__input[data-v-9675c0c2] {
  caret-color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--invalid.tui-select--notched .tui-select__label[data-v-9675c0c2],
.tui-select--invalid .tui-select__input[data-v-9675c0c2],
.tui-select--invalid .tui-select__label[data-v-9675c0c2] {
  color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--invalid .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--readonly .tui-select__outline[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select--readonly .tui-select__label[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --select-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-select--readonly .tui-select__dropdown-icon[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-readonly-color,
    var(--readonly-color, rgba(45, 49, 50, 0.12))
  );
  cursor: default;
}
.tui-select--disabled .tui-select__outline[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select--disabled .tui-select__input[data-v-9675c0c2] {
  cursor: not-allowed;
}
.tui-select--disabled .tui-select__input[data-v-9675c0c2],
.tui-select--disabled .tui-select__label[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --select-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-select--disabled .tui-select__dropdown-icon[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-disabled-color,
    var(--disabled-color, rgba(45, 49, 50, 0.2))
  );
  cursor: not-allowed;
}
.tui-select--rtl[data-v-9675c0c2] {
  direction: rtl;
}
.tui-select--rtl .tui-select__anchor[data-v-9675c0c2] {
  padding-left: 0;
  padding-right: 16px;
}
.tui-select--rtl.tui-select--required
  .tui-select__label[data-v-9675c0c2]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-select--rtl .tui-select--notched .tui-select__notch[data-v-9675c0c2] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-select--rtl .tui-select--notched .tui-select__label[data-v-9675c0c2] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-select-menu[data-v-9675c0c2] {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(50vh - 60px);
  margin: 4px 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  -webkit-transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(
    --select-menu-background,
    var(--tui-color-background, #fff)
  );
  border-radius: 4px;
}
.tui-select-menu__list[data-v-9675c0c2] {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.tui-select-menu--block[data-v-9675c0c2] {
  width: 100%;
}
.tui-select-menu--up[data-v-9675c0c2] {
  bottom: 60px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
li[data-v-16313008] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-select-item[data-v-16313008] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  min-height: var(--select-item-min-height, 48px);
  color: var(--select-item-color, var(--tui-color-text, #111));
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.tui-select-item[data-v-16313008]:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tui-select-item:hover.tui-select-item[data-v-16313008]:after {
  background-color: var(
    --select-item-hover-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-select-item--selected[data-v-16313008] {
  color: var(--select-item-selected-color, var(--tui-color-secondary, #5971e5));
}
.tui-select-item--selected.tui-select-item:hover.tui-select-item[data-v-16313008]:after,
.tui-select-item--selected.tui-select-item[data-v-16313008]:after {
  background-color: var(
    --select-item-selected-background,
    var(--tui-color-secondary-tint5, #eef0fc)
  );
}
.tui-select-item--disabled[data-v-16313008] {
  opacity: 0.2;
  cursor: not-allowed;
}
.tui-select-item--hidden[data-v-16313008] {
  display: none;
}
input[data-v-2ed7f243] {
  border: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
}
input[data-v-2ed7f243]::-ms-clear {
  width: 0;
  height: 0;
}
input[type="search"][data-v-2ed7f243]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
li[data-v-2ed7f243],
ul[data-v-2ed7f243] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-text-field[data-v-2ed7f243] {
  display: inline-block;
  position: relative;
}
.tui-text-field__container[data-v-2ed7f243] {
  position: relative;
}
.tui-text-field__anchor[data-v-2ed7f243] {
  padding: 0 16px;
  position: relative;
  height: var(--text-field-height, 48px);
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
}
.tui-text-field__anchor[data-v-2ed7f243],
.tui-text-field__outline[data-v-2ed7f243] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-text-field__outline[data-v-2ed7f243] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  text-align: left;
  pointer-events: none;
  border-color: var(
    --text-field-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__notch[data-v-2ed7f243] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__input[data-v-2ed7f243] {
  color: var(--text-field-color, var(--tui-color-text, #111));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none !important;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--text-field-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-text-field__label[data-v-2ed7f243] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(
    --text-field-label-color,
    var(--label-color, rgba(17, 17, 17, 0.4))
  );
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__trailing[data-v-2ed7f243] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: var(--text-field-color, var(--tui-color-text, #111));
  line-height: var(--text-field-height, 48px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.tui-text-field__wordlimit[data-v-2ed7f243] {
  position: absolute;
  width: 100%;
  text-align: right;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-field-wordlimit-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-text-field:hover .tui-text-field__outline[data-v-2ed7f243] {
  border-color: var(
    --text-field-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-text-field--block[data-v-2ed7f243] {
  display: block;
}
.tui-text-field--required .tui-text-field__label[data-v-2ed7f243]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-text-field--intergal .tui-text-field__notch[data-v-2ed7f243] {
  display: none;
}
.tui-text-field--notched .tui-text-field__notch[data-v-2ed7f243] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-text-field--notched .tui-text-field__label[data-v-2ed7f243] {
  -webkit-transform: translateY(-100%) scaleY(0.7);
  transform: translateY(-100%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-text-field--focused .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--focused:hover .tui-text-field__outline[data-v-2ed7f243] {
  border-color: var(
    --text-field-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-text-field--focused .tui-text-field__outline[data-v-2ed7f243] {
  border-width: 2px;
  padding: 0 14px;
}
.tui-text-field--focused.tui-text-field--notched
  .tui-text-field__label[data-v-2ed7f243] {
  color: var(--text-field-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-text-field--invalid .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--invalid:hover .tui-text-field__outline[data-v-2ed7f243] {
  border-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid .tui-text-field__input[data-v-2ed7f243] {
  caret-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid.tui-text-field--notched
  .tui-text-field__label[data-v-2ed7f243],
.tui-text-field--invalid .tui-text-field__input[data-v-2ed7f243],
.tui-text-field--invalid .tui-text-field__label[data-v-2ed7f243],
.tui-text-field--invalid .tui-text-field__trailing[data-v-2ed7f243] {
  color: var(--text-field-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-field--readonly .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--readonly:hover .tui-text-field__outline[data-v-2ed7f243] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--readonly .tui-text-field__label[data-v-2ed7f243] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--disabled[data-v-2ed7f243] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--disabled:hover .tui-text-field__outline[data-v-2ed7f243] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--disabled .tui-text-field__input[data-v-2ed7f243] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__input[data-v-2ed7f243],
.tui-text-field--disabled .tui-text-field__label[data-v-2ed7f243],
.tui-text-field--disabled .tui-text-field__trailing[data-v-2ed7f243] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--activated .tui-autocomplete-menu[data-v-2ed7f243] {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tui-text-field--rtl[data-v-2ed7f243] {
  direction: rtl;
}
.tui-text-field--rtl
  .tui-text-field--required
  .tui-text-field__label[data-v-2ed7f243]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-text-field--rtl
  .tui-text-field--notched
  .tui-text-field__notch[data-v-2ed7f243] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl
  .tui-text-field--notched
  .tui-text-field__label[data-v-2ed7f243] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl .tui-text-field__wordlimit[data-v-2ed7f243] {
  direction: ltr;
  text-align: left;
}
.tui-autocomplete-menu[data-v-2ed7f243] {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(50vh - 60px);
  margin: 4px 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  -webkit-transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(
    --autocomplete-menu-background,
    var(--tui-color-background, #fff)
  );
  border-radius: 4px;
}
.tui-autocomplete-menu__list[data-v-2ed7f243] {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.tui-autocomplete-menu--block[data-v-2ed7f243] {
  width: 100%;
}
.tui-autocomplete-menu--up[data-v-2ed7f243] {
  bottom: 60px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.tui-autocomplete-item[data-v-2ed7f243] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  min-height: var(--autocomplete-item-min-height, 48px);
  color: var(--autocomplete-item-color, var(--tui-color-text, #111));
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.tui-autocomplete-item[data-v-2ed7f243]:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tui-autocomplete-item:hover.tui-autocomplete-item[data-v-2ed7f243]:after {
  background-color: var(
    --autocomplete-item-hover-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-autocomplete-item--selected[data-v-2ed7f243] {
  color: var(
    --autocomplete-item-selected-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-autocomplete-item--selected.tui-autocomplete-item:hover.tui-autocomplete-item[data-v-2ed7f243]:after,
.tui-autocomplete-item--selected.tui-autocomplete-item[data-v-2ed7f243]:after {
  background-color: var(
    --autocomplete-item-selected-background,
    var(--tui-color-secondary-tint5, #eef0fc)
  );
}
.tui-autocomplete-item--disabled[data-v-2ed7f243] {
  opacity: 0.2;
  cursor: not-allowed;
}
.tui-autocomplete-item--hidden[data-v-2ed7f243] {
  display: none;
}
.tui-switch[data-v-6c081d47] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  position: relative;
  background: #ebebeb;
}
.tui-switch--disabled[data-v-6c081d47] {
  cursor: not-allowed;
  opacity: 0.2;
}
.tui-switch__input[data-v-6c081d47] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.tui-switch__core[data-v-6c081d47] {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--switch-color, var(--tui-color-primary, #e64c3d));
}
.tui-switch__handle[data-v-6c081d47] {
  position: absolute;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.tui-popup[data-v-b2066a12] {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
  padding: 8px 8px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.tui-popup__container[data-v-b2066a12] {
  width: 100%;
  min-height: 60px;
  overflow: hidden;
  background-color: var(
    --popup-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popup--round[data-v-b2066a12] {
  border-radius: 12px;
}
.tui-popup--show[data-v-b2066a12] {
  bottom: 0;
}
.tui-popup--shadow[data-v-b2066a12] {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.tui-action-sheet[data-v-23f9bbaa] {
  width: 100%;
}
.tui-action-sheet__action[data-v-23f9bbaa] {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid
    var(--action-sheet-border-color, var(--tui-color-grey, #eee));
  background-color: var(
    --action-sheet-action-background,
    var(--tui-color-background, #fff)
  );
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tui-action-sheet__action[data-v-23f9bbaa]:last-child {
  border: 0;
}
.tui-action-sheet__action-title[data-v-23f9bbaa] {
  font-size: 16px;
  color: var(--action-sheet-action-name-color, var(--tui-color-text, #111));
  line-height: 24px;
}
.tui-action-sheet__action-subtitle[data-v-23f9bbaa] {
  --background: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 12px;
  color: var(
    --action-sheet-action-subname-color,
    var(--background, rgba(17, 17, 17, 0.4))
  );
  line-height: 18px;
}
.tui-action-sheet__action[data-v-23f9bbaa]:active {
  background-color: var(
    --action-sheet-active-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-action-sheet__action--disabled[data-v-23f9bbaa] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  cursor: not-allowed;
}
.tui-action-sheet__action--disabled
  .tui-action-sheet__action-subtitle[data-v-23f9bbaa],
.tui-action-sheet__action--disabled
  .tui-action-sheet__action-title[data-v-23f9bbaa] {
  color: var(
    --action-sheet-action-color-disabled,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-action-sheet__action--disabled[data-v-23f9bbaa]:active {
  background-color: var(
    --action-sheet-action-background,
    var(--tui-color-background, #fff)
  );
}
.tui-action-sheet__cancel[data-v-23f9bbaa] {
  position: relative;
  margin-top: 8px;
  padding: 14px 16px;
  font-size: 18px;
  color: var(--action-sheet-cancel-text-color, var(--tui-color-text, #111));
  line-height: 28px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.tui-action-sheet__cancel[data-v-23f9bbaa]:active {
  background-color: var(
    --action-sheet-active-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-action-sheet__cancel[data-v-23f9bbaa]:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  background-color: var(
    --action-sheet-cancel-border-color,
    var(--tui-color-grey-active, #f5f5f5)
  );
}
ul[data-v-262e3259] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-picker[data-v-262e3259] {
  width: 100%;
  background-color: var(
    --picker-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-picker__columns[data-v-262e3259] {
  width: 100%;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.tui-picker-column[data-v-262e3259] {
  height: 216px;
  overflow: hidden;
}
.tui-picker-column__item[data-v-262e3259] {
  width: 100%;
  height: 40px;
  color: var(--picker-column-color, var(--tui-color-text, #111));
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
.tui-picker__frame[data-v-262e3259] {
  position: absolute;
  height: 56px;
  width: 100%;
  border-top: 1px solid
    var(--picker-frame-border-color, var(--tui-color-grey, #eee));
  border-bottom: 1px solid
    var(--picker-frame-border-color, var(--tui-color-grey, #eee));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tui-picker__buttons[data-v-262e3259] {
  position: relative;
  margin-top: 8px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tui-picker__buttons[data-v-262e3259]:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  background-color: var(
    --picker-buttons-border-color,
    var(--tui-color-grey-active, #f5f5f5)
  );
}
.tui-picker__button[data-v-262e3259] {
  min-width: 50%;
  width: 100%;
  padding: 14px 16px;
  font-size: 18px;
  color: var(--picker-button-text-color, var(--tui-color-text, #111));
  line-height: 28px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-picker__button[data-v-262e3259]:nth-child(2) {
  border-left: 1px solid
    var(--picker-buttons-border-color, var(--tui-color-grey-active, #f5f5f5));
}
.tui-picker__button[data-v-262e3259]:active {
  background-color: var(
    --picker-active-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
p[data-v-ee85cbfa] {
  margin: 0;
  padding: 0;
}
.tui-scroll-anim[data-v-ee85cbfa] {
  position: relative;
}
.tui-scroll-anim__trigger[data-v-ee85cbfa] {
  position: fixed;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--trigger-color, var(--tui-color-secondary, #5971e5));
  border-bottom: 1px solid
    var(--trigger-color, var(--tui-color-secondary, #5971e5));
}
.tui-scroll-anim__trigger p[data-v-ee85cbfa] {
  min-width: 100px;
}
.tui-scroll-anim__startpos[data-v-ee85cbfa] {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--trigger-color, var(--tui-color-primary, #e64c3d));
  border-bottom: 1px solid
    var(--trigger-color, var(--tui-color-primary, #e64c3d));
}
.tui-scroll-anim__startpos p[data-v-ee85cbfa] {
  min-width: 100px;
}
.tui-scroll-anim__endpos[data-v-ee85cbfa] {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--trigger-color, var(--tui-color-primary, #e64c3d));
  border-bottom: 1px solid
    var(--trigger-color, var(--tui-color-primary, #e64c3d));
}
.tui-scroll-anim__endpos p[data-v-ee85cbfa] {
  min-width: 100px;
}
.tui-scroll-anim__container[data-v-ee85cbfa] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-scroll-anim__wrap[data-v-ee85cbfa] {
  position: relative;
}
.tui-scroll-anim--pinned[data-v-ee85cbfa] {
  position: fixed;
}
.resize-observer[data-v-8859cc6c] {
  border: 0;
  background-color: transparent;
  opacity: 0;
}
.resize-observer[data-v-8859cc6c],
.resize-observer[data-v-8859cc6c] object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  overflow: hidden;
}
.image-wrapper[data-v-709725aa] {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-wrapper picture img[data-v-709725aa] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.image-aspect .lazy_load_img_wrap[data-v-709725aa] {
  width: 100%;
  height: 0;
  padding-top: var(--image-ratio);
}
@media only screen and (max-width: 834px) {
  .tablet-aspect .lazy_load_img_wrap[data-v-709725aa] {
    padding-top: var(--tablet-ratio);
  }
}
@media only screen and (max-width: 534px) {
  .mobile-aspect .lazy_load_img_wrap[data-v-709725aa] {
    padding-top: var(--mobile-ratio);
  }
}
.rtl .product-card[data-v-a0dc4a4c] {
  direction: rtl;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-left
  .filter-icon[data-v-a0dc4a4c] {
  padding: 0 0 0 16px !important;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-right
  .count-text[data-v-a0dc4a4c] {
  padding-right: 0 !important;
  padding-left: 5px !important;
}
.rtl .product-card .filter-panel .tag-item[data-v-a0dc4a4c] {
  margin: 0 0 20px 24px !important;
}
.rtl .product-card .filter-panel .tag-item .tcl-icon[data-v-a0dc4a4c] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl .product-card .filter-menu .filter-menu-item ul li span[data-v-a0dc4a4c] {
  margin-left: 0 !important;
  margin-right: 8px !important;
}
@media only screen and (max-width: 834px) {
  .rtl .product-card .filter-menu[data-v-a0dc4a4c] {
    -webkit-transform: translateX(-375px) !important;
    transform: translateX(-375px) !important;
    left: 0 !important;
    right: auto !important;
    margin: 0 8px;
    margin-left: 0 !important;
  }
  .rtl .product-card .filter-menu.active[data-v-a0dc4a4c] {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .rtl .product-card .filter-menu-top[data-v-a0dc4a4c] {
    padding: 0 20px 0 16px !important;
  }
  .rtl
    .product-card
    .filter-menu
    .filter-bottom-content
    > div[data-v-a0dc4a4c]:first-child {
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
}
@media only screen and (max-width: 534px) {
  .rtl .product-card .filter-menu[data-v-a0dc4a4c] {
    -webkit-transform: translateX(-100vw) !important;
    transform: translateX(-100vw) !important;
  }
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-a0dc4a4c] {
  padding-right: 0;
  padding-left: 6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-a0dc4a4c]:only-child {
  padding-left: 0;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-a0dc4a4c] {
  margin-left: 0;
  margin-right: -6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-a0dc4a4c]:only-child {
  padding-right: -12px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons
  .icon[data-v-a0dc4a4c] {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .product-card .card-item .card-item-checkbox span[data-v-a0dc4a4c] {
  padding-left: 0 !important;
  padding-right: 4px !important;
}
.rtl .product-card .card-item .card-item-tags ul li[data-v-a0dc4a4c] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl
  .product-card
  .card-item
  .card-item-tags
  ul
  li[data-v-a0dc4a4c]:nth-last-child {
  margin-left: 0 !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-a0dc4a4c],
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-a0dc4a4c] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-a0dc4a4c] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-a0dc4a4c] {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
.rtl .product-card .product-list-pager[data-v-a0dc4a4c] .tui-pagination__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.rtl .product-card .product-list-pager[data-v-a0dc4a4c] .tui-pagination__item {
  margin: 0 4px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-a0dc4a4c]
  .tui-pagination__item:first-child {
  margin-left: 0 !important;
  margin-right: 16px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-a0dc4a4c]
  .tui-pagination__item:last-child {
  margin-right: 0 !important;
  margin-left: 16px !important;
}
.rtl
  .product-card
  .pagination-wrapper
  .view-more-button
  .view-more-button-icon[data-v-a0dc4a4c] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl
  .product-card
  .product-card-swiper-button-prev
  .icon-Linear_Left_2[data-v-a0dc4a4c]:before {
  content: "\E6FB";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-prev
    .tcl-icon[data-v-a0dc4a4c]:hover:before {
    content: "\E6F8" !important;
  }
}
.rtl
  .product-card
  .product-card-swiper-button-next
  .icon-Linear_Right_2[data-v-a0dc4a4c]:before {
  content: "\E6FA";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-next
    .tcl-icon[data-v-a0dc4a4c]:hover:before {
    content: "\E6F7" !important;
  }
}
.card-item[data-v-a0dc4a4c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-item .card-item-checkbox[data-v-a0dc4a4c] {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.card-item .card-item-checkbox span[data-v-a0dc4a4c],
.card-item .card-item-checkbox svg[data-v-a0dc4a4c] {
  cursor: pointer;
}
.card-item-image[data-v-a0dc4a4c] {
  position: relative;
  width: 100%;
  padding: 75% 0 0;
}
.card-item-image li[data-v-a0dc4a4c] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.card-item-image li.active[data-v-a0dc4a4c] {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.card-item-image li .image[data-v-a0dc4a4c] {
  width: 100%;
  height: 100%;
}
.card-item-tags[data-v-a0dc4a4c] {
  width: 100%;
  padding: 8px 4px 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.card-item-tags .arrow-left[data-v-a0dc4a4c],
.card-item-tags .arrow-right[data-v-a0dc4a4c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 0 6px 0;
  height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.card-item-tags .arrow-left.disable[data-v-a0dc4a4c],
.card-item-tags .arrow-right.disable[data-v-a0dc4a4c] {
  opacity: 0.4;
}
.card-item-tags .arrow-left[data-v-a0dc4a4c] {
  margin-right: 12px;
}
.card-item-tags .arrow-right[data-v-a0dc4a4c] {
  margin-left: 12px;
}
.card-item-tags ul[data-v-a0dc4a4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 92px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.card-item-tags ul[data-v-a0dc4a4c]::-webkit-scrollbar {
  display: none;
}
.card-item-tags ul li[data-v-a0dc4a4c] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 12px;
  font-size: 14px;
  padding: 4px 7px;
  border: 1px solid #fff;
  border-radius: 16px;
  text-align: center;
  white-space: nowrap;
  line-height: 18px;
  cursor: pointer;
}
.card-item-tags ul li[data-v-a0dc4a4c]:last-child {
  margin-right: 0;
}
.card-item-tags ul li.active[data-v-a0dc4a4c] {
  color: #e64c3d;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  border-color: #e64c3d;
}
.card-item-info[data-v-a0dc4a4c] {
  overflow: hidden;
}
.card-item-info-wrap[data-v-a0dc4a4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-item-info .title[data-v-a0dc4a4c] {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.card-item-info .title h1[data-v-a0dc4a4c],
.card-item-info .title h2[data-v-a0dc4a4c],
.card-item-info .title h3[data-v-a0dc4a4c] {
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  line-height: 20px;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.card-item-info .title[data-v-a0dc4a4c]:hover {
  text-decoration: underline;
}
.card-item-info .product-model[data-v-a0dc4a4c] {
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.7);
}
.card-item-info .product-rating[data-v-a0dc4a4c] {
  margin-top: 12px;
  min-height: 20px;
}
.card-item-info .product-rating[data-v-a0dc4a4c] .bv_main_container .bv_text {
  color: #000 !important;
}
.card-item-info .product-certifications[data-v-a0dc4a4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}
.card-item-info .product-certifications .product-pis[data-v-a0dc4a4c] {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  padding-top: 4px;
  padding-right: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-item-info
  .product-certifications
  .product-pis[data-v-a0dc4a4c]:only-child {
  padding-right: 0;
}
.card-item-info .product-certifications .product-cert-icons[data-v-a0dc4a4c] {
  line-height: 0;
  margin-left: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-item-info
  .product-certifications
  .product-cert-icons[data-v-a0dc4a4c]:only-child {
  margin-left: -12px;
}
.card-item-info
  .product-certifications
  .product-cert-icons
  .icon[data-v-a0dc4a4c] {
  display: inline-block;
  line-height: 0;
  margin-top: 4px;
  margin-left: 12px;
}
.card-item-info
  .product-certifications
  .product-cert-icons
  .icon
  img[data-v-a0dc4a4c] {
  width: auto;
  height: 20px;
}
.card-item-info ul[data-v-a0dc4a4c] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.card-item-info ul li[data-v-a0dc4a4c] {
  line-height: 16px;
  font-size: 12px;
  padding-bottom: 8px;
  color: rgba(17, 17, 17, 0.7);
}
.card-item-info ul li[data-v-a0dc4a4c]:last-child {
  padding-bottom: 0;
}
.card-item-info-item[data-v-a0dc4a4c] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.card-item-info-item.active[data-v-a0dc4a4c] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.card-item-checkbox[data-v-a0dc4a4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 15px;
  font-size: 12px;
  padding: 12px 0 0 0;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-item-checkbox span[data-v-a0dc4a4c] {
  padding-left: 4px;
}
.card-item-buttons[data-v-a0dc4a4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 12px 0 0 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-item-buttons.active[data-v-a0dc4a4c] {
  display: block;
}
.card-item-buttons .button-item[data-v-a0dc4a4c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
}
.card-item-buttons .button-item.active[data-v-a0dc4a4c] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.card-item-buttons
  .button-item.cta-wrap
  .cta.cta-contained[data-v-a0dc4a4c]:active,
.card-item-buttons
  .button-item.cta-wrap
  .cta.cta-contained[data-v-a0dc4a4c]:hover,
.card-item-buttons
  .button-item.cta-wrap
  .cta.cta-outline[data-v-a0dc4a4c]:active,
.card-item-buttons
  .button-item.cta-wrap
  .cta.cta-outline[data-v-a0dc4a4c]:hover {
  opacity: 0.4 !important;
}
.card-item-buttons
  .button-item.cta-wrap
  .cta.cta-contained.disable[data-v-a0dc4a4c]:active,
.card-item-buttons
  .button-item.cta-wrap
  .cta.cta-contained.disable[data-v-a0dc4a4c]:hover {
  opacity: 1 !important;
}
.card-item-buttons
  .button-item.cta-wrap
  .cta.cta-outline.disable[data-v-a0dc4a4c] {
  opacity: 0.4 !important;
}
.card-item-buttons .buy-link-item[data-v-a0dc4a4c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-item-buttons .buy-link-item[data-v-a0dc4a4c] a {
  width: 100%;
  margin: 0;
  font-size: 14px;
  border-radius: 20px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 24px;
}
.card-item-buttons .buy-link-item[data-v-a0dc4a4c] a.back-cover {
  background-color: #fff !important;
}
.card-item-buttons .buy-link-item[data-v-a0dc4a4c] a.disable {
  cursor: not-allowed !important;
}
.card-item-buttons .buy-link-item[data-v-a0dc4a4c]:first-child {
  margin: 16px 0 0 0 !important;
}
.card-item-buttons .buy-link-item[data-v-a0dc4a4c]:nth-child(2) {
  margin: 12px 0 0 0 !important;
}
.card-item.black .card-item-buttons[data-v-a0dc4a4c],
.card-item.black .card-item-info ul[data-v-a0dc4a4c] {
  border-color: #333;
}
.card-item.black.text-auto .title[data-v-a0dc4a4c],
.card-item.black.text-auto .title h1[data-v-a0dc4a4c],
.card-item.black.text-auto .title h2[data-v-a0dc4a4c],
.card-item.black.text-auto .title h3[data-v-a0dc4a4c],
.card-item.text-white .title[data-v-a0dc4a4c],
.card-item.text-white .title h1[data-v-a0dc4a4c],
.card-item.text-white .title h2[data-v-a0dc4a4c],
.card-item.text-white .title h3[data-v-a0dc4a4c] {
  color: #fff;
}
.card-item.black.text-auto .buy-link-item[data-v-a0dc4a4c] a,
.card-item.text-white .buy-link-item[data-v-a0dc4a4c] a {
  background-color: #fff;
  color: #111;
}
.card-item.black.text-auto .buy-link-item[data-v-a0dc4a4c]:nth-child(2) a,
.card-item.text-white .buy-link-item[data-v-a0dc4a4c]:nth-child(2) a {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.card-item.black.text-auto
  .buy-link-item[data-v-a0dc4a4c]:nth-child(2)
  a.back-cover,
.card-item.text-white
  .buy-link-item[data-v-a0dc4a4c]:nth-child(2)
  a.back-cover {
  background-color: #000 !important;
}
.card-item.black.text-auto .product-model[data-v-a0dc4a4c],
.card-item.text-white .product-model[data-v-a0dc4a4c] {
  color: #fff;
}
.card-item.black.text-auto
  .product-rating[data-v-a0dc4a4c]
  .bv_main_container
  .bv_text,
.card-item.text-white
  .product-rating[data-v-a0dc4a4c]
  .bv_main_container
  .bv_text {
  color: #fff !important;
}
.card-item.black.text-auto .product-pis[data-v-a0dc4a4c],
.card-item.text-white .product-pis[data-v-a0dc4a4c] {
  color: #fff;
}
.card-item.black.text-auto ul li[data-v-a0dc4a4c],
.card-item.text-white ul li[data-v-a0dc4a4c] {
  border-color: #000;
  color: #fff;
}
.card-item.black.text-auto ul li.active[data-v-a0dc4a4c],
.card-item.text-white ul li.active[data-v-a0dc4a4c] {
  border-color: #e64c3d;
}
.card-item.black.text-auto .arrow-left .icon[data-v-a0dc4a4c],
.card-item.black.text-auto .arrow-right .icon[data-v-a0dc4a4c],
.card-item.text-white .arrow-left .icon[data-v-a0dc4a4c],
.card-item.text-white .arrow-right .icon[data-v-a0dc4a4c] {
  color: #fff;
}
.card-item.black.text-auto .card-item-tags ul li.active[data-v-a0dc4a4c],
.card-item.text-white .card-item-tags ul li.active[data-v-a0dc4a4c] {
  color: #e64c3d;
}
.card-item .transparent .card-item-tags ul li[data-v-a0dc4a4c] {
  border-color: transparent;
}
@media only screen and (max-width: 834px) {
  .card-item .card-item-info-item .title h1[data-v-a0dc4a4c],
  .card-item .card-item-info-item .title h2[data-v-a0dc4a4c],
  .card-item .card-item-info-item .title h3[data-v-a0dc4a4c] {
    font-family: TCLSans-Unity-Medium, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
  .card-item .card-item-info-item ul li[data-v-a0dc4a4c] {
    font-size: 14px;
  }
  .card-item .product-model[data-v-a0dc4a4c] {
    font-size: 14px;
    line-height: 20px;
  }
  .card-item .card-item-checkbox span[data-v-a0dc4a4c] {
    font-size: 14px;
  }
  .card-item .card-item-tags .tcl-icon[data-v-a0dc4a4c] {
    font-size: 24px !important;
  }
  .card-item .card-item-tags .arrow-left[data-v-a0dc4a4c],
  .card-item .card-item-tags .arrow-right[data-v-a0dc4a4c] {
    padding: 0 10px 0 8px;
  }
}
.image-wrapper[data-v-fb0d7d3a] {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-wrapper picture img[data-v-fb0d7d3a] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.image-aspect .lazy_load_img_wrap[data-v-fb0d7d3a] {
  width: 100%;
  height: 0;
  padding-top: var(--image-ratio);
}
@media only screen and (max-width: 834px) {
  .tablet-aspect .lazy_load_img_wrap[data-v-fb0d7d3a] {
    padding-top: var(--tablet-ratio);
  }
}
@media only screen and (max-width: 534px) {
  .mobile-aspect .lazy_load_img_wrap[data-v-fb0d7d3a] {
    padding-top: var(--mobile-ratio);
  }
}
.rtl .product-card[data-v-f6e4363c] {
  direction: rtl;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-left
  .filter-icon[data-v-f6e4363c] {
  padding: 0 0 0 16px !important;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-right
  .count-text[data-v-f6e4363c] {
  padding-right: 0 !important;
  padding-left: 5px !important;
}
.rtl .product-card .filter-panel .tag-item[data-v-f6e4363c] {
  margin: 0 0 20px 24px !important;
}
.rtl .product-card .filter-panel .tag-item .tcl-icon[data-v-f6e4363c] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl .product-card .filter-menu .filter-menu-item ul li span[data-v-f6e4363c] {
  margin-left: 0 !important;
  margin-right: 8px !important;
}
@media only screen and (max-width: 834px) {
  .rtl .product-card .filter-menu[data-v-f6e4363c] {
    -webkit-transform: translateX(-375px) !important;
    transform: translateX(-375px) !important;
    left: 0 !important;
    right: auto !important;
    margin: 0 8px;
    margin-left: 0 !important;
  }
  .rtl .product-card .filter-menu.active[data-v-f6e4363c] {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .rtl .product-card .filter-menu-top[data-v-f6e4363c] {
    padding: 0 20px 0 16px !important;
  }
  .rtl
    .product-card
    .filter-menu
    .filter-bottom-content
    > div[data-v-f6e4363c]:first-child {
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
}
@media only screen and (max-width: 534px) {
  .rtl .product-card .filter-menu[data-v-f6e4363c] {
    -webkit-transform: translateX(-100vw) !important;
    transform: translateX(-100vw) !important;
  }
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-f6e4363c] {
  padding-right: 0;
  padding-left: 6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-f6e4363c]:only-child {
  padding-left: 0;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-f6e4363c] {
  margin-left: 0;
  margin-right: -6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-f6e4363c]:only-child {
  padding-right: -12px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons
  .icon[data-v-f6e4363c] {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .product-card .card-item .card-item-checkbox span[data-v-f6e4363c] {
  padding-left: 0 !important;
  padding-right: 4px !important;
}
.rtl .product-card .card-item .card-item-tags ul li[data-v-f6e4363c] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl
  .product-card
  .card-item
  .card-item-tags
  ul
  li[data-v-f6e4363c]:nth-last-child {
  margin-left: 0 !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-f6e4363c],
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-f6e4363c] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-f6e4363c] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-f6e4363c] {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
.rtl .product-card .product-list-pager[data-v-f6e4363c] .tui-pagination__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.rtl .product-card .product-list-pager[data-v-f6e4363c] .tui-pagination__item {
  margin: 0 4px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-f6e4363c]
  .tui-pagination__item:first-child {
  margin-left: 0 !important;
  margin-right: 16px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-f6e4363c]
  .tui-pagination__item:last-child {
  margin-right: 0 !important;
  margin-left: 16px !important;
}
.rtl
  .product-card
  .pagination-wrapper
  .view-more-button
  .view-more-button-icon[data-v-f6e4363c] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl
  .product-card
  .product-card-swiper-button-prev
  .icon-Linear_Left_2[data-v-f6e4363c]:before {
  content: "\E6FB";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-prev
    .tcl-icon[data-v-f6e4363c]:hover:before {
    content: "\E6F8" !important;
  }
}
.rtl
  .product-card
  .product-card-swiper-button-next
  .icon-Linear_Right_2[data-v-f6e4363c]:before {
  content: "\E6FA";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-next
    .tcl-icon[data-v-f6e4363c]:hover:before {
    content: "\E6F7" !important;
  }
}
.card-item[data-v-f6e4363c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-item .card-item-checkbox[data-v-f6e4363c] {
  cursor: pointer;
}
.card-item-image[data-v-f6e4363c] {
  position: relative;
  width: 100%;
  padding: 69.2% 0 0;
}
.card-item-image li[data-v-f6e4363c] {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 12px;
  right: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}
.card-item-image li.active[data-v-f6e4363c] {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.card-item-image li .image[data-v-f6e4363c] {
  width: 100%;
  height: 100%;
}
.card-item-tags[data-v-f6e4363c] {
  width: 100%;
  padding: 8px 8px 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.card-item-tags .arrow-left[data-v-f6e4363c],
.card-item-tags .arrow-right[data-v-f6e4363c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 10px 6px 8px;
  height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.card-item-tags .arrow-left.disable[data-v-f6e4363c],
.card-item-tags .arrow-right.disable[data-v-f6e4363c] {
  opacity: 0.4;
}
.card-item-tags .arrow-left[data-v-f6e4363c] {
  margin-right: 12px;
}
.card-item-tags .arrow-right[data-v-f6e4363c] {
  margin-left: 12px;
}
.card-item-tags ul[data-v-f6e4363c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 92px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.card-item-tags ul[data-v-f6e4363c]::-webkit-scrollbar {
  display: none;
}
.card-item-tags ul li[data-v-f6e4363c] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 12px;
  font-size: 14px;
  padding: 4px 7px;
  border: 1px solid #fff;
  border-radius: 16px;
  text-align: center;
  white-space: nowrap;
  line-height: 18px;
  cursor: pointer;
}
.card-item-tags ul li[data-v-f6e4363c]:last-child {
  margin-right: 0;
}
.card-item-tags ul li.active[data-v-f6e4363c] {
  color: #e64c3d;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  border-color: #e64c3d;
}
.card-item-info[data-v-f6e4363c] {
  padding: 0 12px;
  overflow: hidden;
}
.card-item-info-wrap[data-v-f6e4363c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-item-info .title[data-v-f6e4363c] {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.card-item-info .title h1[data-v-f6e4363c],
.card-item-info .title h2[data-v-f6e4363c],
.card-item-info .title h3[data-v-f6e4363c] {
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  line-height: 20px;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.card-item-info .title[data-v-f6e4363c]:hover {
  text-decoration: underline;
}
.card-item-info .product-model[data-v-f6e4363c] {
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.7);
}
.card-item-info .product-rating[data-v-f6e4363c] {
  margin-top: 12px;
  min-height: 20px;
}
.card-item-info .product-certifications[data-v-f6e4363c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}
.card-item-info .product-certifications .product-pis[data-v-f6e4363c] {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  padding-top: 4px;
  padding-right: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-item-info
  .product-certifications
  .product-pis[data-v-f6e4363c]:only-child {
  padding-right: 0;
}
.card-item-info .product-certifications .product-cert-icons[data-v-f6e4363c] {
  line-height: 0;
  margin-left: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-item-info
  .product-certifications
  .product-cert-icons[data-v-f6e4363c]:only-child {
  margin-left: -12px;
}
.card-item-info
  .product-certifications
  .product-cert-icons
  .icon[data-v-f6e4363c] {
  display: inline-block;
  line-height: 0;
  margin-top: 4px;
  margin-left: 12px;
}
.card-item-info
  .product-certifications
  .product-cert-icons
  .icon
  img[data-v-f6e4363c] {
  width: auto;
  height: 20px;
}
.card-item-info ul[data-v-f6e4363c] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.card-item-info ul li[data-v-f6e4363c] {
  line-height: 16px;
  font-size: 12px;
  padding-bottom: 8px;
  color: rgba(17, 17, 17, 0.7);
}
.card-item-info ul li[data-v-f6e4363c]:last-child {
  padding-bottom: 0;
}
.card-item-info-item[data-v-f6e4363c] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.card-item-info-item.active[data-v-f6e4363c] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.card-item-checkbox[data-v-f6e4363c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 15px;
  font-size: 12px;
  padding: 12px 12px 0 12px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-item-checkbox span[data-v-f6e4363c] {
  padding-left: 4px;
}
.card-item-buttons[data-v-f6e4363c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 12px 12px 0 12px;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-item-buttons.active[data-v-f6e4363c] {
  display: block;
}
.card-item-buttons .button-item[data-v-f6e4363c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
}
.card-item-buttons .button-item.active[data-v-f6e4363c] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.card-item-buttons
  .button-item.cta-wrap
  .cta.cta-outline[data-v-f6e4363c]:active,
.card-item-buttons
  .button-item.cta-wrap
  .cta.cta-outline[data-v-f6e4363c]:hover {
  opacity: 0.4 !important;
}
.card-item-buttons .buy-link-item[data-v-f6e4363c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-item-buttons .buy-link-item a[data-v-f6e4363c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 14px;
  border-radius: 20px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 40px;
}
.card-item-buttons .buy-link-item a.disable[data-v-f6e4363c] {
  cursor: not-allowed !important;
}
.card-item-buttons .buy-link-item[data-v-f6e4363c]:first-child {
  margin: 16px 0 0 0 !important;
}
.card-item-buttons .buy-link-item[data-v-f6e4363c]:nth-child(2) {
  margin: 12px 0 0 0 !important;
}
.card-item.black.text-auto .title[data-v-f6e4363c],
.card-item.black.text-auto .title h1[data-v-f6e4363c],
.card-item.black.text-auto .title h2[data-v-f6e4363c],
.card-item.black.text-auto .title h3[data-v-f6e4363c],
.card-item.text-white .title[data-v-f6e4363c],
.card-item.text-white .title h1[data-v-f6e4363c],
.card-item.text-white .title h2[data-v-f6e4363c],
.card-item.text-white .title h3[data-v-f6e4363c] {
  color: #fff;
}
.card-item.black.text-auto .buy-link-item a[data-v-f6e4363c],
.card-item.text-white .buy-link-item a[data-v-f6e4363c] {
  background-color: #fff;
  color: #111;
}
.card-item.black.text-auto .buy-link-item:nth-child(2) a[data-v-f6e4363c],
.card-item.text-white .buy-link-item:nth-child(2) a[data-v-f6e4363c] {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.card-item.black.text-auto .product-model[data-v-f6e4363c],
.card-item.text-white .product-model[data-v-f6e4363c] {
  color: #fff;
}
.card-item.black.text-auto ul li[data-v-f6e4363c],
.card-item.text-white ul li[data-v-f6e4363c] {
  border-color: #000;
  color: #fff;
}
.card-item.black.text-auto ul li.active[data-v-f6e4363c],
.card-item.text-white ul li.active[data-v-f6e4363c] {
  border-color: #e64c3d;
}
.card-item.black.text-auto .arrow-left .icon[data-v-f6e4363c],
.card-item.black.text-auto .arrow-right .icon[data-v-f6e4363c],
.card-item.text-white .arrow-left .icon[data-v-f6e4363c],
.card-item.text-white .arrow-right .icon[data-v-f6e4363c] {
  color: #fff;
}
.card-item .transparent .card-item-tags ul li[data-v-f6e4363c] {
  border-color: transparent;
}
.rtl .product-card[data-v-4883d6d7] {
  direction: rtl;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-left
  .filter-icon[data-v-4883d6d7] {
  padding: 0 0 0 16px !important;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-right
  .count-text[data-v-4883d6d7] {
  padding-right: 0 !important;
  padding-left: 5px !important;
}
.rtl .product-card .filter-panel .tag-item[data-v-4883d6d7] {
  margin: 0 0 20px 24px !important;
}
.rtl .product-card .filter-panel .tag-item .tcl-icon[data-v-4883d6d7] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl .product-card .filter-menu .filter-menu-item ul li span[data-v-4883d6d7] {
  margin-left: 0 !important;
  margin-right: 8px !important;
}
@media only screen and (max-width: 834px) {
  .rtl .product-card .filter-menu[data-v-4883d6d7] {
    -webkit-transform: translateX(-375px) !important;
    transform: translateX(-375px) !important;
    left: 0 !important;
    right: auto !important;
    margin: 0 8px;
    margin-left: 0 !important;
  }
  .rtl .product-card .filter-menu.active[data-v-4883d6d7] {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .rtl .product-card .filter-menu-top[data-v-4883d6d7] {
    padding: 0 20px 0 16px !important;
  }
  .rtl
    .product-card
    .filter-menu
    .filter-bottom-content
    > div[data-v-4883d6d7]:first-child {
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
}
@media only screen and (max-width: 534px) {
  .rtl .product-card .filter-menu[data-v-4883d6d7] {
    -webkit-transform: translateX(-100vw) !important;
    transform: translateX(-100vw) !important;
  }
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-4883d6d7] {
  padding-right: 0;
  padding-left: 6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-4883d6d7]:only-child {
  padding-left: 0;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-4883d6d7] {
  margin-left: 0;
  margin-right: -6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-4883d6d7]:only-child {
  padding-right: -12px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons
  .icon[data-v-4883d6d7] {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .product-card .card-item .card-item-checkbox span[data-v-4883d6d7] {
  padding-left: 0 !important;
  padding-right: 4px !important;
}
.rtl .product-card .card-item .card-item-tags ul li[data-v-4883d6d7] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl
  .product-card
  .card-item
  .card-item-tags
  ul
  li[data-v-4883d6d7]:nth-last-child {
  margin-left: 0 !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-4883d6d7],
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-4883d6d7] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-4883d6d7] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-4883d6d7] {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
.rtl .product-card .product-list-pager[data-v-4883d6d7] .tui-pagination__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.rtl .product-card .product-list-pager[data-v-4883d6d7] .tui-pagination__item {
  margin: 0 4px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-4883d6d7]
  .tui-pagination__item:first-child {
  margin-left: 0 !important;
  margin-right: 16px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-4883d6d7]
  .tui-pagination__item:last-child {
  margin-right: 0 !important;
  margin-left: 16px !important;
}
.rtl
  .product-card
  .pagination-wrapper
  .view-more-button
  .view-more-button-icon[data-v-4883d6d7] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl
  .product-card
  .product-card-swiper-button-prev
  .icon-Linear_Left_2[data-v-4883d6d7]:before {
  content: "\E6FB";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-prev
    .tcl-icon[data-v-4883d6d7]:hover:before {
    content: "\E6F8" !important;
  }
}
.rtl
  .product-card
  .product-card-swiper-button-next
  .icon-Linear_Right_2[data-v-4883d6d7]:before {
  content: "\E6FA";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-next
    .tcl-icon[data-v-4883d6d7]:hover:before {
    content: "\E6F7" !important;
  }
}
.filter-panel[data-v-4883d6d7] {
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.filter-panel-wrap[data-v-4883d6d7] {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 16px 0 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.filter-panel-left[data-v-4883d6d7] {
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-panel-left .filter-icon[data-v-4883d6d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px 0 0;
  cursor: pointer;
}
.filter-panel-left .filter-icon .tcl-icon[data-v-4883d6d7] {
  font-size: 24px;
  height: 24px;
}
.filter-panel-left .filter-icon span[data-v-4883d6d7] {
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.filter-panel-left .filter-icon.active[data-v-4883d6d7] {
  color: #e64c3d !important;
}
.filter-panel-left .filter-icon.active .tcl-icon[data-v-4883d6d7],
.filter-panel-left .filter-icon.active span[data-v-4883d6d7] {
  color: #e64c3d;
}
.filter-panel-left .split-line[data-v-4883d6d7] {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-top: 7px;
  border-radius: 1px;
  background: #999;
}
.filter-panel-right[data-v-4883d6d7] {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-panel-tags-count[data-v-4883d6d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  max-width: 70%;
}
.filter-panel-tags-count .count-text[data-v-4883d6d7] {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-right: 5px;
}
.filter-panel-tags-count .result-tip[data-v-4883d6d7] {
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
  opacity: 0.7;
  min-width: 48px;
}
.filter-panel-tags-list[data-v-4883d6d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 44px;
  padding: 0 40px;
  font-size: 14px;
}
.filter-panel-tags-list li.tag-item[data-v-4883d6d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 24px;
  line-height: 24px;
  margin: 0 24px 20px 0;
  cursor: pointer;
}
.filter-panel-tags-list li.tag-item span[data-v-4883d6d7] {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
}
.filter-panel-tags-list li.tag-item .tcl-icon[data-v-4883d6d7] {
  font-size: 16px;
  margin-left: 4px;
  opacity: 0.4;
  cursor: pointer;
}
.filter-panel-tags-list li.clear-underline-container[data-v-4883d6d7] {
  margin-bottom: 20px;
}
.filter-panel-tags-list li.tag-item:hover .tcl-icon[data-v-4883d6d7],
.filter-panel-tags-list li.tag-item:hover span[data-v-4883d6d7] {
  opacity: 1;
}
.filter-panel-tags-list li .clear-underline[data-v-4883d6d7] {
  height: 24px;
  line-height: 24px;
  margin: 0 24px 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition-property:
    color, background-color, border-color, border-bottom-color;
  transition-property:
    color, background-color, border-color, border-bottom-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
}
.filter-panel-tags-list li .clear-underline[data-v-4883d6d7]:hover:after {
  -webkit-animation: cta-underline-animation 0.2s both;
  animation: cta-underline-animation 0.2s both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.filter-panel-tags-list li .clear-underline[data-v-4883d6d7]:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #000;
}
.filter-panel.black[data-v-4883d6d7] {
  background: #000;
  border-bottom: 1px solid #333;
}
.filter-panel.transparent[data-v-4883d6d7] {
  background: transparent;
}
.filter-panel.black.text-auto
  .filter-panel-left
  .filter-icon
  .tcl-icon[data-v-4883d6d7],
.filter-panel.black.text-auto .filter-panel-left .filter-icon[data-v-4883d6d7],
.filter-panel.text-white
  .filter-panel-left
  .filter-icon
  .tcl-icon[data-v-4883d6d7],
.filter-panel.text-white .filter-panel-left .filter-icon[data-v-4883d6d7] {
  color: #fff;
}
.filter-panel.black.text-auto
  .filter-panel-left
  .filter-icon.active
  .tcl-icon[data-v-4883d6d7],
.filter-panel.black.text-auto
  .filter-panel-left
  .filter-icon.active[data-v-4883d6d7],
.filter-panel.text-white
  .filter-panel-left
  .filter-icon.active
  .tcl-icon[data-v-4883d6d7],
.filter-panel.text-white
  .filter-panel-left
  .filter-icon.active[data-v-4883d6d7] {
  color: #e64c3d;
}
.filter-panel.black.text-auto .clear-underline[data-v-4883d6d7],
.filter-panel.black.text-auto .count-text[data-v-4883d6d7],
.filter-panel.black.text-auto .result-tip[data-v-4883d6d7],
.filter-panel.black.text-auto .tag-item .tcl-icon[data-v-4883d6d7],
.filter-panel.black.text-auto .tag-item span[data-v-4883d6d7],
.filter-panel.text-white .clear-underline[data-v-4883d6d7],
.filter-panel.text-white .count-text[data-v-4883d6d7],
.filter-panel.text-white .result-tip[data-v-4883d6d7],
.filter-panel.text-white .tag-item .tcl-icon[data-v-4883d6d7],
.filter-panel.text-white .tag-item span[data-v-4883d6d7] {
  color: #fff;
}
.filter-panel.black.text-auto .clear-underline[data-v-4883d6d7]:after,
.filter-panel.text-white .clear-underline[data-v-4883d6d7]:after {
  background-color: #fff;
}
@media only screen and (max-width: 1199px) {
  .filter-panel-wrap[data-v-4883d6d7] {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .filter-panel-wrap[data-v-4883d6d7] {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .filter-panel .filter-panel-tags-list[data-v-4883d6d7] {
    display: none;
  }
  .filter-panel .filter-panel-tags-count[data-v-4883d6d7] {
    max-width: 100% !important;
  }
}
.ui-button--dark[data-v-1d5d6d66] {
  --button-color: #000;
  --button-hover-color: rgba(0, 0, 0, 0.7);
  --button-active-color: rgba(0, 0, 0, 0.2);
}
.ui-button--light[data-v-1d5d6d66] {
  --button-color: #fff;
  --button-hover-color: hsla(0, 0, 100%, 0.7);
  --button-active-color: hsla(0, 0, 100%, 0.2);
}
.ui-button--disabled-dark[data-v-1d5d6d66] {
  --button-color-disabled: hsla(0, 0, 100%, 0.12);
  --button-text-color-disabled: hsla(0, 0, 100%, 0.2);
}
.ui-button--disabled-light[data-v-1d5d6d66] {
  --button-color-disabled: rgba(0, 0, 0, 0.12);
  --button-text-color-disabled: rgba(17, 17, 17, 0.2);
}
.ui-button--label[data-v-1d5d6d66] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-button--icon[data-v-1d5d6d66] {
  font-size: 16px;
  margin-left: 4px;
}
.ui-button--loading[data-v-1d5d6d66] {
  margin-right: 4px;
  -webkit-animation: turn-1d5d6d66 1s linear infinite;
  animation: turn-1d5d6d66 1s linear infinite;
}
@-webkit-keyframes turn-1d5d6d66 {
  0 {
    -webkit-transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes turn-1d5d6d66 {
  0 {
    -webkit-transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
.rtl .ui-button--loading[data-v-1d5d6d66] {
  margin-left: 4px;
  margin-right: 0;
}
.rtl .product-card[data-v-53f1ac81] {
  direction: rtl;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-left
  .filter-icon[data-v-53f1ac81] {
  padding: 0 0 0 16px !important;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-right
  .count-text[data-v-53f1ac81] {
  padding-right: 0 !important;
  padding-left: 5px !important;
}
.rtl .product-card .filter-panel .tag-item[data-v-53f1ac81] {
  margin: 0 0 20px 24px !important;
}
.rtl .product-card .filter-panel .tag-item .tcl-icon[data-v-53f1ac81] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl .product-card .filter-menu .filter-menu-item ul li span[data-v-53f1ac81] {
  margin-left: 0 !important;
  margin-right: 8px !important;
}
@media only screen and (max-width: 834px) {
  .rtl .product-card .filter-menu[data-v-53f1ac81] {
    -webkit-transform: translateX(-375px) !important;
    transform: translateX(-375px) !important;
    left: 0 !important;
    right: auto !important;
    margin: 0 8px;
    margin-left: 0 !important;
  }
  .rtl .product-card .filter-menu.active[data-v-53f1ac81] {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .rtl .product-card .filter-menu-top[data-v-53f1ac81] {
    padding: 0 20px 0 16px !important;
  }
  .rtl
    .product-card
    .filter-menu
    .filter-bottom-content
    > div[data-v-53f1ac81]:first-child {
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
}
@media only screen and (max-width: 534px) {
  .rtl .product-card .filter-menu[data-v-53f1ac81] {
    -webkit-transform: translateX(-100vw) !important;
    transform: translateX(-100vw) !important;
  }
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-53f1ac81] {
  padding-right: 0;
  padding-left: 6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-53f1ac81]:only-child {
  padding-left: 0;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-53f1ac81] {
  margin-left: 0;
  margin-right: -6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-53f1ac81]:only-child {
  padding-right: -12px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons
  .icon[data-v-53f1ac81] {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .product-card .card-item .card-item-checkbox span[data-v-53f1ac81] {
  padding-left: 0 !important;
  padding-right: 4px !important;
}
.rtl .product-card .card-item .card-item-tags ul li[data-v-53f1ac81] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl
  .product-card
  .card-item
  .card-item-tags
  ul
  li[data-v-53f1ac81]:nth-last-child {
  margin-left: 0 !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-53f1ac81],
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-53f1ac81] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-53f1ac81] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-53f1ac81] {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
.rtl .product-card .product-list-pager[data-v-53f1ac81] .tui-pagination__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.rtl .product-card .product-list-pager[data-v-53f1ac81] .tui-pagination__item {
  margin: 0 4px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-53f1ac81]
  .tui-pagination__item:first-child {
  margin-left: 0 !important;
  margin-right: 16px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-53f1ac81]
  .tui-pagination__item:last-child {
  margin-right: 0 !important;
  margin-left: 16px !important;
}
.rtl
  .product-card
  .pagination-wrapper
  .view-more-button
  .view-more-button-icon[data-v-53f1ac81] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl
  .product-card
  .product-card-swiper-button-prev
  .icon-Linear_Left_2[data-v-53f1ac81]:before {
  content: "\E6FB";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-prev
    .tcl-icon[data-v-53f1ac81]:hover:before {
    content: "\E6F8" !important;
  }
}
.rtl
  .product-card
  .product-card-swiper-button-next
  .icon-Linear_Right_2[data-v-53f1ac81]:before {
  content: "\E6FA";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-next
    .tcl-icon[data-v-53f1ac81]:hover:before {
    content: "\E6F7" !important;
  }
}
.filter-menu[data-v-53f1ac81] {
  top: 82px;
  left: 0;
  width: calc(25% - 16px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  margin: 0 8px;
  background-color: #fff;
  margin-bottom: 16px;
  overflow-y: auto;
}
.filter-menu.three-column[data-v-53f1ac81] {
  width: calc(33.33% - 16px);
}
.filter-menu-top[data-v-53f1ac81] {
  padding: 0;
}
.filter-menu-item[data-v-53f1ac81] {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #111;
}
.filter-menu-item ul[data-v-53f1ac81] {
  display: none;
}
.filter-menu-item ul.selected[data-v-53f1ac81] {
  display: block;
}
.filter-menu-item ul li[data-v-53f1ac81] {
  padding: 12px 0;
}
.filter-menu-item ul li .filter-menu-item-wrap[data-v-53f1ac81],
.filter-menu-item ul li[data-v-53f1ac81] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.filter-menu-item ul li .filter-menu-item-wrap[data-v-53f1ac81] {
  cursor: pointer;
  overflow: hidden;
}
.filter-menu-item
  ul
  li
  .filter-menu-item-wrap
  .filter-menu-item-icon[data-v-53f1ac81] {
  width: 24px;
  height: 24px;
}
.filter-menu-item ul li .filter-menu-item-wrap .icon[data-v-53f1ac81] {
  font-size: 24px;
}
.filter-menu-item ul li span[data-v-53f1ac81] {
  padding-top: 2px;
  margin-left: 8px;
  font-size: 14px;
  line-height: 18px;
}
.filter-menu-item.no-border[data-v-53f1ac81] {
  border: 0;
}
.filter-menu-header[data-v-53f1ac81] {
  min-height: 52px;
  color: #000;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.filter-menu-header-text[data-v-53f1ac81] {
  font-size: 14px;
}
.filter-menu-header span[data-v-53f1ac81] {
  width: 80%;
  overflow: hidden;
  line-height: 20px;
}
.filter-menu-header .tcl-icon[data-v-53f1ac81] {
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  font-size: 24px;
}
.filter-menu.black[data-v-53f1ac81] {
  background: #000;
}
.filter-menu.black .filter-menu-item[data-v-53f1ac81] {
  border-color: #333 !important;
}
.filter-menu.grey[data-v-53f1ac81] {
  background: #fff;
}
.filter-menu.transparent[data-v-53f1ac81] {
  background: transparent;
}
.filter-menu.black.desktop.text-auto .filter-menu-header[data-v-53f1ac81],
.filter-menu.black.desktop.text-auto .filter-menu-item[data-v-53f1ac81],
.filter-menu.black.desktop.text-auto .tcl-icon[data-v-53f1ac81],
.filter-menu.black.desktop.text-auto[data-v-53f1ac81],
.filter-menu.desktop.text-white .filter-menu-header[data-v-53f1ac81],
.filter-menu.desktop.text-white .filter-menu-item[data-v-53f1ac81],
.filter-menu.desktop.text-white .tcl-icon[data-v-53f1ac81],
.filter-menu.desktop.text-white[data-v-53f1ac81] {
  color: #fff;
}
.filter-menu .close-button[data-v-53f1ac81] {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.filter-menu .close-button .tcl-icon[data-v-53f1ac81] {
  font-size: 24px;
  height: 24px;
}
.filter-menu .close-button .close-button-icon[data-v-53f1ac81] {
  margin: 12px 0;
}
.filter-menu .filter-bottom[data-v-53f1ac81] {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filter-menu .filter-bottom .clear-underline[data-v-53f1ac81] {
  height: 24px;
  line-height: 40px;
  margin: 0 0 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition-property:
    color, background-color, border-color, border-bottom-color;
  transition-property:
    color, background-color, border-color, border-bottom-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
}
.filter-menu .filter-bottom .clear-underline[data-v-53f1ac81]:hover:after {
  -webkit-animation: cta-underline-animation 0.2s both;
  animation: cta-underline-animation 0.2s both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.filter-menu .filter-bottom .clear-underline[data-v-53f1ac81]:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #000;
}
@media only screen and (max-width: 1199px) {
  .filter-menu[data-v-53f1ac81] {
    max-height: none;
  }
}
@media only screen and (max-width: 834px) {
  .filter-menu[data-v-53f1ac81] {
    position: fixed;
    left: auto;
    bottom: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 375px !important;
    height: 100%;
    z-index: 2001;
    right: 0;
    top: 0;
    -webkit-transform: translateX(375px);
    transform: translateX(375px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    transition:
      transform 0.3s cubic-bezier(0.6, 0, 0.4, 1),
      -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .filter-menu-top[data-v-53f1ac81] {
    padding: 0 16px 0 20px;
  }
  .filter-menu.black[data-v-53f1ac81],
  .filter-menu.grey[data-v-53f1ac81],
  .filter-menu.transparent[data-v-53f1ac81] {
    background: #fff;
  }
  .filter-menu.active[data-v-53f1ac81] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .filter-menu .close-button[data-v-53f1ac81] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: sticky;
    top: 0;
    background: #fff;
  }
  .filter-menu-bottom[data-v-53f1ac81] {
    position: sticky;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .filter-bottom[data-v-53f1ac81] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: #fff;
    height: 72px;
    -webkit-box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.1);
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .filter-bottom-content[data-v-53f1ac81] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-bottom-content > div[data-v-53f1ac81]:first-child {
    margin-right: 24px;
  }
  .filter-menu-header[data-v-53f1ac81] {
    line-height: 56px !important;
  }
  .filter-menu-header .filter-menu-header-text[data-v-53f1ac81] {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .filter-menu-item ul[data-v-53f1ac81] {
    padding-left: 12px;
  }
  .filter-menu-item ul li[data-v-53f1ac81] {
    padding: 12px 0;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .filter-menu[data-v-53f1ac81] {
    left: auto;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 375px;
    height: 100%;
    z-index: 2001;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 534px) {
  .filter-menu[data-v-53f1ac81] {
    left: auto;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: none;
    width: 100vw !important;
    height: 100%;
    z-index: 2001;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  .filter-bottom[data-v-53f1ac81] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100vw;
    background: #fff;
    height: 72px;
  }
}
.rtl .product-card[data-v-4272374a] {
  direction: rtl;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-left
  .filter-icon[data-v-4272374a] {
  padding: 0 0 0 16px !important;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-right
  .count-text[data-v-4272374a] {
  padding-right: 0 !important;
  padding-left: 5px !important;
}
.rtl .product-card .filter-panel .tag-item[data-v-4272374a] {
  margin: 0 0 20px 24px !important;
}
.rtl .product-card .filter-panel .tag-item .tcl-icon[data-v-4272374a] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl .product-card .filter-menu .filter-menu-item ul li span[data-v-4272374a] {
  margin-left: 0 !important;
  margin-right: 8px !important;
}
@media only screen and (max-width: 834px) {
  .rtl .product-card .filter-menu[data-v-4272374a] {
    -webkit-transform: translateX(-375px) !important;
    transform: translateX(-375px) !important;
    left: 0 !important;
    right: auto !important;
    margin: 0 8px;
    margin-left: 0 !important;
  }
  .rtl .product-card .filter-menu.active[data-v-4272374a] {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .rtl .product-card .filter-menu-top[data-v-4272374a] {
    padding: 0 20px 0 16px !important;
  }
  .rtl
    .product-card
    .filter-menu
    .filter-bottom-content
    > div[data-v-4272374a]:first-child {
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
}
@media only screen and (max-width: 534px) {
  .rtl .product-card .filter-menu[data-v-4272374a] {
    -webkit-transform: translateX(-100vw) !important;
    transform: translateX(-100vw) !important;
  }
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-4272374a] {
  padding-right: 0;
  padding-left: 6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-4272374a]:only-child {
  padding-left: 0;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-4272374a] {
  margin-left: 0;
  margin-right: -6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-4272374a]:only-child {
  padding-right: -12px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons
  .icon[data-v-4272374a] {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .product-card .card-item .card-item-checkbox span[data-v-4272374a] {
  padding-left: 0 !important;
  padding-right: 4px !important;
}
.rtl .product-card .card-item .card-item-tags ul li[data-v-4272374a] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl
  .product-card
  .card-item
  .card-item-tags
  ul
  li[data-v-4272374a]:nth-last-child {
  margin-left: 0 !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-4272374a],
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-4272374a] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-4272374a] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-4272374a] {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
.rtl .product-card .product-list-pager[data-v-4272374a] .tui-pagination__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.rtl .product-card .product-list-pager[data-v-4272374a] .tui-pagination__item {
  margin: 0 4px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-4272374a]
  .tui-pagination__item:first-child {
  margin-left: 0 !important;
  margin-right: 16px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-4272374a]
  .tui-pagination__item:last-child {
  margin-right: 0 !important;
  margin-left: 16px !important;
}
.rtl
  .product-card
  .pagination-wrapper
  .view-more-button
  .view-more-button-icon[data-v-4272374a] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl
  .product-card
  .product-card-swiper-button-prev
  .icon-Linear_Left_2[data-v-4272374a]:before {
  content: "\E6FB";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-prev
    .tcl-icon[data-v-4272374a]:hover:before {
    content: "\E6F8" !important;
  }
}
.rtl
  .product-card
  .product-card-swiper-button-next
  .icon-Linear_Right_2[data-v-4272374a]:before {
  content: "\E6FA";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-next
    .tcl-icon[data-v-4272374a]:hover:before {
    content: "\E6F7" !important;
  }
}
.black[data-v-4272374a] {
  --pagination-color: #b3b3b3;
  --pagination-arrow-color: #666;
}
.pagination-wrapper[data-v-4272374a] {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 16px;
}
.pagination-wrapper .product-view-more[data-v-4272374a] {
  overflow: hidden;
}
.pagination-wrapper .product-view-more .tui-button[data-v-4272374a],
.pagination-wrapper
  .product-view-more
  .tui-button[data-v-4272374a]
  .tui-button__label {
  width: 100% !important;
}
.pagination-wrapper .view-more-button[data-v-4272374a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 40px;
  border: 1px solid #000;
  width: 100%;
}
.pagination-wrapper .view-more-button-text[data-v-4272374a] {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.pagination-wrapper .view-more-button .view-more-button-icon[data-v-4272374a] {
  font-size: 16px;
  margin-left: 4px;
}
.pagination-wrapper.black.text-auto .view-more-button[data-v-4272374a],
.pagination-wrapper.text-white .view-more-button[data-v-4272374a] {
  border: 1px solid #fff;
}
.pagination-wrapper.black.text-auto .view-more-button-icon[data-v-4272374a],
.pagination-wrapper.black.text-auto .view-more-button-text[data-v-4272374a],
.pagination-wrapper.text-white .view-more-button-icon[data-v-4272374a],
.pagination-wrapper.text-white .view-more-button-text[data-v-4272374a] {
  color: #fff;
}
.pagination-wrapper .product-list-pager[data-v-4272374a] .tui-pagination__item {
  margin: 0 4px !important;
}
.pagination-wrapper
  .product-list-pager[data-v-4272374a]
  .tui-pagination__item:first-child {
  margin-left: 16px !important;
}
.pagination-wrapper
  .product-list-pager[data-v-4272374a]
  .tui-pagination__item:last-child {
  margin-right: 16px !important;
}
.rtl .product-card[data-v-14a58ff0] {
  direction: rtl;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-left
  .filter-icon[data-v-14a58ff0] {
  padding: 0 0 0 16px !important;
}
.rtl
  .product-card
  .filter-panel
  .filter-panel-right
  .count-text[data-v-14a58ff0] {
  padding-right: 0 !important;
  padding-left: 5px !important;
}
.rtl .product-card .filter-panel .tag-item[data-v-14a58ff0] {
  margin: 0 0 20px 24px !important;
}
.rtl .product-card .filter-panel .tag-item .tcl-icon[data-v-14a58ff0] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl .product-card .filter-menu .filter-menu-item ul li span[data-v-14a58ff0] {
  margin-left: 0 !important;
  margin-right: 8px !important;
}
@media only screen and (max-width: 834px) {
  .rtl .product-card .filter-menu[data-v-14a58ff0] {
    -webkit-transform: translateX(-375px) !important;
    transform: translateX(-375px) !important;
    left: 0 !important;
    right: auto !important;
    margin: 0 8px;
    margin-left: 0 !important;
  }
  .rtl .product-card .filter-menu.active[data-v-14a58ff0] {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .rtl .product-card .filter-menu-top[data-v-14a58ff0] {
    padding: 0 20px 0 16px !important;
  }
  .rtl
    .product-card
    .filter-menu
    .filter-bottom-content
    > div[data-v-14a58ff0]:first-child {
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
}
@media only screen and (max-width: 534px) {
  .rtl .product-card .filter-menu[data-v-14a58ff0] {
    -webkit-transform: translateX(-100vw) !important;
    transform: translateX(-100vw) !important;
  }
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-14a58ff0] {
  padding-right: 0;
  padding-left: 6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-pis[data-v-14a58ff0]:only-child {
  padding-left: 0;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-14a58ff0] {
  margin-left: 0;
  margin-right: -6px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons[data-v-14a58ff0]:only-child {
  padding-right: -12px;
}
.rtl
  .product-card
  .card-item
  .card-item-info
  .product-certifications
  .product-cert-icons
  .icon[data-v-14a58ff0] {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .product-card .card-item .card-item-checkbox span[data-v-14a58ff0] {
  padding-left: 0 !important;
  padding-right: 4px !important;
}
.rtl .product-card .card-item .card-item-tags ul li[data-v-14a58ff0] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl
  .product-card
  .card-item
  .card-item-tags
  ul
  li[data-v-14a58ff0]:nth-last-child {
  margin-left: 0 !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-14a58ff0],
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-14a58ff0] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .product-card .card-item .card-item-tags .arrow-left[data-v-14a58ff0] {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
.rtl .product-card .card-item .card-item-tags .arrow-right[data-v-14a58ff0] {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
.rtl .product-card .product-list-pager[data-v-14a58ff0] .tui-pagination__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.rtl .product-card .product-list-pager[data-v-14a58ff0] .tui-pagination__item {
  margin: 0 4px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-14a58ff0]
  .tui-pagination__item:first-child {
  margin-left: 0 !important;
  margin-right: 16px !important;
}
.rtl
  .product-card
  .product-list-pager[data-v-14a58ff0]
  .tui-pagination__item:last-child {
  margin-right: 0 !important;
  margin-left: 16px !important;
}
.rtl
  .product-card
  .pagination-wrapper
  .view-more-button
  .view-more-button-icon[data-v-14a58ff0] {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
.rtl
  .product-card
  .product-card-swiper-button-prev
  .icon-Linear_Left_2[data-v-14a58ff0]:before {
  content: "\E6FB";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-prev
    .tcl-icon[data-v-14a58ff0]:hover:before {
    content: "\E6F8" !important;
  }
}
.rtl
  .product-card
  .product-card-swiper-button-next
  .icon-Linear_Right_2[data-v-14a58ff0]:before {
  content: "\E6FA";
}
@media (any-hover: hover) {
  .rtl
    .product-card
    .product-card-swiper-button-next
    .tcl-icon[data-v-14a58ff0]:hover:before {
    content: "\E6F7" !important;
  }
}
.card-move-default-transtion[data-v-14a58ff0] {
  -webkit-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.card-move-no-transtion[data-v-14a58ff0] {
  -webkit-transition: 0 !important;
  transition: 0 !important;
}
.card-move-to[data-v-14a58ff0] {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.card-move-from[data-v-14a58ff0] {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.product-card.product-padding-top[data-v-14a58ff0] {
  padding-top: 80px;
}
.product-card .product-border-bottom[data-v-14a58ff0] {
  border-bottom: 1px solid #eee;
}
.product-card .product-list-title-wrapper[data-v-14a58ff0] {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  width: 1200px;
  margin: 0 auto;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-card .product-list-title-wrapper .product-list-title[data-v-14a58ff0] {
  line-height: 40px;
  font-weight: 500;
  font-size: 34px;
  width: 100%;
  overflow: hidden;
}
.product-card a.font-icon-box[data-v-14a58ff0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card a.font-icon-box span[data-v-14a58ff0] {
  font-size: 16px;
  line-height: 18px;
}
.product-card a.font-icon-box .font-blod[data-v-14a58ff0] {
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
}
.product-card a.font-icon-box .icon[data-v-14a58ff0] {
  font-size: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-card a.font-icon-box .icon.hide[data-v-14a58ff0] {
  display: none;
}
.product-card.grey[data-v-14a58ff0] {
  background-color: #f5f5f5;
}
.product-card.grey .product-card-item[data-v-14a58ff0] {
  background-color: #fff;
}
.product-card.transparent .product-card-item[data-v-14a58ff0],
.product-card.transparent[data-v-14a58ff0] {
  background-color: transparent;
}
.product-card.black .product-card-item[data-v-14a58ff0],
.product-card.black[data-v-14a58ff0] {
  background-color: #000;
}
.product-card.black .extra-product-padding-bottom[data-v-14a58ff0] {
  border-color: #333;
}
.product-card.black.text-auto .product-card-item[data-v-14a58ff0],
.product-card.black.text-auto
  .product-list-title-wrapper
  .product-list-title[data-v-14a58ff0],
.product-card.text-white .product-card-item[data-v-14a58ff0],
.product-card.text-white
  .product-list-title-wrapper
  .product-list-title[data-v-14a58ff0] {
  color: #fff;
}
.product-card-list[data-v-14a58ff0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  padding: 16px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-card-list .swiper-slide[data-v-14a58ff0] {
  height: auto;
}
.product-card-list.extra-product-padding-bottom[data-v-14a58ff0] {
  padding-bottom: 96px;
}
.product-card-list.carousels[data-v-14a58ff0] {
  padding-bottom: 80px;
}
.product-card-list.four-column .product-card-container[data-v-14a58ff0] {
  width: 100%;
}
.product-card-list.four-column
  .product-card-wrap
  .product-list-swiper[data-v-14a58ff0] {
  width: 100% !important;
}
.product-card-list.four-column
  .product-card-wrap
  .product-card-item[data-v-14a58ff0] {
  width: calc(25% - 16px);
}
.product-card-list.three-column .product-card-container[data-v-14a58ff0] {
  width: 100%;
}
.product-card-list.three-column
  .product-card-wrap
  .product-list-swiper[data-v-14a58ff0] {
  width: 100% !important;
}
.product-card-list.three-column
  .product-card-wrap
  .product-card-item[data-v-14a58ff0] {
  width: calc(33.33% - 16px);
}
.product-card-list .swiper-button-wrapper[data-v-14a58ff0] {
  width: 100%;
}
.product-card-list .swiper-button-wrapper .swiper-button[data-v-14a58ff0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card-list .swiper-button-wrapper .tcl-icon[data-v-14a58ff0] {
  font-family: tcl-icon !important;
  font-size: 32px;
  color: #2d3132;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.product-card-list
  .swiper-button-wrapper
  .product-card-swiper-button-next[data-v-14a58ff0],
.product-card-list
  .swiper-button-wrapper
  .product-card-swiper-button-prev[data-v-14a58ff0] {
  cursor: pointer;
  margin: 8px 0;
  padding-left: 8px;
  padding-right: 8px;
  width: 32px;
  height: 32px;
}
.product-card-list
  .swiper-button-wrapper
  .product-card-swiper-button-next.swiper-button-disabled[data-v-14a58ff0],
.product-card-list
  .swiper-button-wrapper
  .product-card-swiper-button-prev.swiper-button-disabled[data-v-14a58ff0] {
  opacity: 0.4;
}
@media (any-hover: hover) {
  .product-card-list
    .swiper-button-wrapper
    .product-card-swiper-button-prev
    .tcl-icon[data-v-14a58ff0]:hover:before {
    content: "\E6F7";
  }
}
@media (any-hover: hover) {
  .product-card-list
    .swiper-button-wrapper
    .product-card-swiper-button-next
    .tcl-icon[data-v-14a58ff0]:hover:before {
    content: "\E6F8";
  }
}
.product-card-list.has-filter-menu.four-column
  .product-card-container[data-v-14a58ff0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.product-card-list.has-filter-menu.four-column
  .product-card-container.width_100_cover[data-v-14a58ff0] {
  width: 100%;
}
.product-card-list.has-filter-menu.four-column
  .product-card-wrap
  .product-card-item[data-v-14a58ff0] {
  width: calc(33.33% - 16px);
}
.product-card-list.has-filter-menu.three-column
  .product-card-container[data-v-14a58ff0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.product-card-list.has-filter-menu.three-column
  .product-card-container.width_100_cover[data-v-14a58ff0] {
  width: 100%;
}
.product-card-list.has-filter-menu.three-column
  .product-card-wrap
  .product-card-item[data-v-14a58ff0] {
  width: calc(50% - 16px);
}
.product-card-wrap[data-v-14a58ff0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.product-card-item[data-v-14a58ff0] {
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-card .pagination[data-v-14a58ff0] {
  margin: 0 auto;
  padding: 24px 0 40px 0;
}
.product-card .null-info-tip[data-v-14a58ff0] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-card .null-info-tip p[data-v-14a58ff0] {
  padding: 240px 0;
  font-size: 40px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
}
@media (min-width: 835px) and (max-width: 1199px) {
  .product-card.product-padding-top[data-v-14a58ff0] {
    padding-top: 80px;
  }
  .product-card-list[data-v-14a58ff0] {
    width: 100%;
  }
  .product-card-list.extra-product-padding-bottom[data-v-14a58ff0] {
    padding-bottom: 96px;
  }
  .product-card-list.four-column .product-card-container[data-v-14a58ff0],
  .product-card-list.has-filter-menu.four-column
    .product-card-container.width_100_cover[data-v-14a58ff0],
  .product-card-list.has-filter-menu.four-column
    .product-card-wrap[data-v-14a58ff0],
  .product-card-list.has-filter-menu.three-column
    .product-card-container.width_100_cover[data-v-14a58ff0],
  .product-card-list.has-filter-menu.three-column
    .product-card-wrap[data-v-14a58ff0] {
    width: 100%;
  }
  .product-card-list.four-column
    .product-card-wrap
    .product-list-swiper
    .swiper-slide[data-v-14a58ff0] {
    width: calc(25% - 16px);
  }
}
@media only screen and (max-width: 834px) {
  .product-card .product-list-title[data-v-14a58ff0] {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .product-card.product-padding-top[data-v-14a58ff0] {
    padding-top: 56px;
  }
  .product-card-list[data-v-14a58ff0] {
    width: 100%;
    padding: 12px 10px;
  }
  .product-card-list.extra-product-padding-bottom[data-v-14a58ff0] {
    padding-bottom: 72px;
  }
  .product-card-list.four-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0],
  .product-card-list.has-filter-menu.four-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0],
  .product-card-list.has-filter-menu.three-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0],
  .product-card-list.three-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0] {
    width: calc(33.33% - 12px);
  }
  .product-card-item[data-v-14a58ff0] {
    margin: 0 6px;
    margin-bottom: 12px;
  }
}
@media (min-width: 535px) and (max-width: 790px) {
  .product-card.product-padding-top[data-v-14a58ff0] {
    padding-top: 56px;
  }
  .product-card-list[data-v-14a58ff0] {
    width: 100%;
  }
  .product-card-list.extra-product-padding-bottom[data-v-14a58ff0] {
    padding-bottom: 72px;
  }
  .product-card-list.four-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0],
  .product-card-list.has-filter-menu.four-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0],
  .product-card-list.has-filter-menu.three-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0],
  .product-card-list.three-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0] {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 534px) {
  .product-card .product-list-title[data-v-14a58ff0] {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .product-card.product-padding-top[data-v-14a58ff0] {
    padding-top: 40px;
  }
  .product-card-list[data-v-14a58ff0] {
    width: 100%;
    padding: 16px;
  }
  .product-card-list.extra-product-padding-bottom[data-v-14a58ff0] {
    padding-bottom: 56px;
  }
  .product-card-list.four-column
    .product-card-wrap
    .product-list-swiper[data-v-14a58ff0],
  .product-card-list.three-column
    .product-card-wrap
    .product-list-swiper[data-v-14a58ff0] {
    padding: 0 6px;
  }
  .product-card-list.four-column
    .product-card-wrap
    .swiper-slide[data-v-14a58ff0],
  .product-card-list.three-column
    .product-card-wrap
    .swiper-slide[data-v-14a58ff0] {
    width: 319px !important;
    margin: 0 6px;
  }
  .product-card-list.four-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0],
  .product-card-list.has-filter-menu.four-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0],
  .product-card-list.has-filter-menu.four-column
    .product-card-wrap[data-v-14a58ff0],
  .product-card-list.has-filter-menu.three-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0],
  .product-card-list.has-filter-menu.three-column
    .product-card-wrap[data-v-14a58ff0],
  .product-card-list.three-column
    .product-card-wrap
    .product-card-item[data-v-14a58ff0] {
    width: 100%;
  }
  .product-card-item[data-v-14a58ff0] {
    margin: 0 0 12px 0;
    padding: 12px 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-list-title-wrapper[data-v-14a58ff0] {
    width: 100% !important;
  }
}
.product-spec-component {
  padding-bottom: 80px;
}
.product-spec-component .product-spec-component-title {
  display: block;
  margin: 0 auto;
  padding: 80px 16px 0;
  width: 1200px;
  font-size: 34px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.product-spec-component .layout-waterfall {
  width: 1200px;
  margin: 0 auto;
}
.product-spec-component .layout-waterfall .key-features {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 80px 0;
}
.product-spec-component .layout-waterfall .key-features .key-feature {
  max-width: 398px;
}
.product-spec-component
  .layout-waterfall
  .key-features
  .key-feature
  .key-feature-title {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
  overflow: hidden;
}
.product-spec-component
  .layout-waterfall
  .key-features
  .key-feature
  .key-feature-value {
  margin-top: 16px;
  font-size: 24px;
  line-height: 31px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
  overflow: hidden;
}
.product-spec-component .layout-waterfall .features {
  background: #f5f5f5;
  height: 0;
  overflow: hidden;
  transition-property: height, margin-bottom;
  transition-timing-function: ease-in-out;
  transition-duration: 600ms;
}
.product-spec-component .layout-waterfall .features .category {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 32px 40px 32px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.product-spec-component .layout-waterfall .features .category:last-child {
  border-bottom: 0;
}
.product-spec-component .layout-waterfall .features .category .category-title {
  display: inline-flex;
  align-items: center;
  padding-left: 40px;
  width: 332px;
  height: 52px;
  font-size: 24px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 36px;
  box-sizing: border-box;
}
.product-spec-component
  .layout-waterfall
  .features
  .category
  .category-content {
  display: inline-flex;
  flex-wrap: wrap;
  width: 836px;
  height: auto;
  box-sizing: border-box;
}
.product-spec-component
  .layout-waterfall
  .features
  .category
  .category-content
  .feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.product-spec-component
  .layout-waterfall
  .features
  .category
  .category-content
  .feature-list
  .feature-list-item {
  margin-bottom: 16px;
  padding: 16px 40px;
  width: 398px;
  box-sizing: border-box;
}
.product-spec-component
  .layout-waterfall
  .features
  .category
  .category-content
  .feature-list
  .feature-list-item
  .feature-title {
  font-size: 16px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 22px;
  overflow: hidden;
}
.product-spec-component
  .layout-waterfall
  .features
  .category
  .category-content
  .feature-list
  .feature-list-item
  .feature-value {
  margin-top: 8px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  overflow: hidden;
}
.product-spec-component .layout-waterfall .operator {
  display: flex;
  justify-content: center;
}
.product-spec-component .layout-waterfall .operator .spec-button {
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 20px;
}
.product-spec-component .layout-waterfall .operator .spec-button .icon-arrow {
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
.product-spec-component
  .layout-waterfall
  .operator
  .spec-button
  .icon-arrow.up {
  background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/product/product-spec/resources/svg/up.svg")
    0 0 no-repeat;
  background-size: 100% 100%;
}
.product-spec-component
  .layout-waterfall
  .operator
  .spec-button
  .icon-arrow.down {
  background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/product/product-spec/resources/svg/down.svg")
    0 0 no-repeat;
  background-size: 100% 100%;
}
.product-spec-component .layout-waterfall .operator .spec-button .button-text {
  font-size: 14px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 18px;
}
.product-spec-component .layout-table .key-feature-tabs {
  margin-top: 24px;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .key-feature-tabs-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .key-feature-tabs-wrapper::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eee;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.product-spec-component .layout-table .key-feature-tabs .menus-box {
  flex-shrink: 1;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box::-webkit-scrollbar {
  display: none;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-before {
  position: absolute;
  bottom: 0;
  padding-left: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-before
  .tcl-icon {
  font-size: 24px;
  cursor: pointer;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-before
  .tcl-icon:hover,
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-before
  .tcl-icon:active {
  opacity: 0.7;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-before::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.product-spec-component .layout-table .key-feature-tabs .menus-box-arrow-after {
  position: absolute;
  bottom: 0;
  padding-right: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-after
  .tcl-icon {
  font-size: 24px;
  cursor: pointer;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-after
  .tcl-icon:hover,
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-after
  .tcl-icon:active {
  opacity: 0.7;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-after::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.product-spec-component .layout-table .key-feature-tabs .menus-box .menus {
  display: flex;
  height: 100%;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box
  .menus
  .menu-item {
  padding: 4px 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box
  .menus
  .menu-item:last-child {
  margin-right: 0;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box
  .menus
  .menu-item
  .item-name {
  max-width: 320px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  height: 100%;
  user-select: none;
  font-weight: normal;
  cursor: pointer;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box
  .menus
  .menu-item
  .item-name.active {
  color: #e64c3d;
}
.product-spec-component
  .layout-table
  .key-feature-tabs
  .menus-box
  .menus
  .menu-item
  .item-name.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  display: block;
  width: 24px;
  height: 4px;
  background: #e64c3d;
  transform: translateX(-50%);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
}
.product-spec-component .layout-table .features-tb {
  margin: 0 auto;
  width: 1200px;
}
.product-spec-component .layout-table .features-tb .feature-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
}
.product-spec-component
  .layout-table
  .features-tb
  .feature-item:nth-child(odd) {
  background: #fff;
}
.product-spec-component
  .layout-table
  .features-tb
  .feature-item:nth-child(even) {
  background: #f9f9f9;
}
.product-spec-component
  .layout-table
  .features-tb
  .feature-item
  .feature-item-name,
.product-spec-component
  .layout-table
  .features-tb
  .feature-item
  .feature-item-value {
  display: inline-block;
  width: 420px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  font-weight: normal;
}
.product-spec-component
  .layout-table
  .features-tb
  .feature-item
  .feature-item-value {
  margin-left: 80px;
  color: rgba(0, 0, 0, 0.4);
}
.product-spec-component.black {
  background-color: #000;
}
.product-spec-component.black .product-spec-component-title {
  color: #fff;
}
.product-spec-component.black
  .layout-table
  .key-feature-tabs
  .key-feature-tabs-wrapper::after {
  opacity: 0.2;
}
.product-spec-component.black
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-before {
  background-color: #000;
}
.product-spec-component.black
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-before
  .tcl-icon {
  color: #fff;
}
.product-spec-component.black
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-before::after {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.product-spec-component.black
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-after {
  background-color: #000;
}
.product-spec-component.black
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-after
  .tcl-icon {
  color: #fff;
}
.product-spec-component.black
  .layout-table
  .key-feature-tabs
  .menus-box-arrow-after::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.product-spec-component.black
  .layout-table
  .key-feature-tabs
  .menus-box
  .menus
  .menu-item {
  color: #fff;
}
.product-spec-component.black
  .layout-table
  .key-feature-tabs
  .menus-box
  .menus
  .menu-item.active {
  color: #e64c3d;
}
.product-spec-component.black .features-tb .feature-item:nth-child(odd) {
  background: #000;
}
.product-spec-component.black .features-tb .feature-item:nth-child(even) {
  background: rgba(249, 249, 249, 0.1);
}
.product-spec-component.black .features-tb .feature-item .feature-item-name,
.product-spec-component.black .features-tb .feature-item .feature-item-value {
  color: #fff;
}
.product-spec-component.black .features-tb .feature-item .feature-item-value {
  color: rgba(255, 255, 255, 0.4);
}
.rtl
  .product-spec-component
  .layout-table
  .features-tb
  .feature-item
  .feature-item-value {
  margin-left: 0;
  margin-right: 80px;
}
@media (min-width: 535px) and (max-width: 1279px) {
  .product-spec-component .layout-waterfall {
    width: 100%;
  }
  .product-spec-component .layout-waterfall .key-features {
    flex-direction: column;
    align-items: center;
    margin: 4.166666667vw 0 5.208vw 0;
  }
  .product-spec-component
    .layout-waterfall
    .key-features
    .key-feature
    .key-feature-title {
    font-size: 2.083vw;
    line-height: 3.125vw;
    color: #000;
    text-align: center;
  }
  .product-spec-component
    .layout-waterfall
    .key-features
    .key-feature
    .key-feature-value {
    margin-top: 1.302vw;
    font-size: 2.604vw;
    line-height: 3.125vw;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
  }
  .product-spec-component
    .layout-waterfall
    .key-features
    .key-feature:nth-of-type(2) {
    margin-top: 4.167vw;
  }
  .product-spec-component .layout-waterfall .features {
    background: #f5f5f5;
    height: 0;
    overflow: hidden;
    transition-property: height, margin-bottom;
    transition-timing-function: ease-in-out;
    transition-duration: 600ms;
  }
  .product-spec-component .layout-waterfall .features .category {
    padding: 3.125vw;
  }
  .product-spec-component .layout-waterfall .features .category:last-child {
    border-bottom: 0;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-title {
    padding: 1.042vw 2.083vw;
    width: 29.167vw;
    height: auto;
    box-sizing: content-box;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content {
    width: 61.458vw;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content
    .feature-list {
    margin-bottom: -2.083vw;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content
    .feature-list
    .feature-list-item {
    margin-bottom: 2.083vw;
    padding: 2.083vw;
    width: 29.167vw;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content
    .feature-list
    .feature-list-item
    .feature-title {
    font-size: 2.083vw;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 3.125vw;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content
    .feature-list
    .feature-list-item
    .feature-value {
    margin-top: 1.042vw;
    font-size: 2.083vw;
    color: #000;
    line-height: 3.125vw;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .product-spec-component .layout-waterfall {
    width: 100%;
  }
  .product-spec-component .layout-waterfall .key-features {
    flex-direction: column;
    align-items: center;
    margin: 8.533vw 0 10.667vw 0;
  }
  .product-spec-component .layout-waterfall .key-features .key-feature {
    max-width: 91.466vw;
  }
  .product-spec-component
    .layout-waterfall
    .key-features
    .key-feature
    .key-feature-title {
    font-size: 4.267vw;
    line-height: 6.4vw;
    color: #000;
    text-align: center;
  }
  .product-spec-component
    .layout-waterfall
    .key-features
    .key-feature
    .key-feature-value {
    margin-top: 2.667vw;
    font-size: 5.333vw;
    line-height: 6.4vw;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
  }
  .product-spec-component
    .layout-waterfall
    .key-features
    .key-feature:nth-of-type(2) {
    margin-top: 8.533vw;
  }
  .product-spec-component .layout-waterfall .features {
    background: #f5f5f5;
    height: 0;
    overflow: hidden;
    transition-property: height, margin-bottom;
    transition-timing-function: ease-in-out;
    transition-duration: 600ms;
  }
  .product-spec-component .layout-waterfall .features .category {
    flex-direction: column;
    padding: 4.267vw;
  }
  .product-spec-component .layout-waterfall .features .category:last-child {
    border-bottom: 0;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-title {
    width: 100%;
    padding: 4.267vw 0;
    height: auto;
    box-sizing: content-box;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content {
    width: 100%;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content
    .feature-list {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content
    .feature-list
    .feature-list-item {
    padding: 4.267vw 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content
    .feature-list
    .feature-list-item
    .feature-title {
    font-size: 4.267vw;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 5.867vw;
  }
  .product-spec-component
    .layout-waterfall
    .features
    .category
    .category-content
    .feature-list
    .feature-list-item
    .feature-value {
    margin-top: 2.133vw;
    font-size: 4.267vw;
    color: #000;
    line-height: 6.4vw;
  }
}
@media (min-width: 835px) and (max-width: 1200px) {
  .product-spec-component .product-spec-component-title {
    width: 100%;
  }
  .product-spec-component .layout-table .features-tb {
    width: 100%;
  }
  .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-name,
  .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-value {
    width: 35vw;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .product-spec-component {
    padding-bottom: 56px;
  }
  .product-spec-component .product-spec-component-title {
    padding: 56px 16px 0;
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  .product-spec-component
    .layout-table
    .key-feature-tabs
    .menus-box
    .menus
    .menu-item {
    padding: 4px 8px 4px 16px;
  }
  .product-spec-component
    .layout-table
    .key-feature-tabs
    .menus-box
    .menus
    .menu-item:last-child {
    padding-right: 16px;
  }
  .product-spec-component
    .layout-table
    .key-feature-tabs
    .menus-box
    .menus
    .menu-item
    .item-name {
    max-width: 183px;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }
  .product-spec-component .layout-table .features-tb {
    width: 100%;
  }
  .product-spec-component .layout-table .features-tb .feature-item {
    padding: 14px 16px;
  }
  .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-name,
  .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-value {
    width: 39.808vw;
    font-size: 14px;
    line-height: 20px;
  }
  .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-value {
    margin-left: 40px;
  }
  .rtl
    .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-value {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (max-width: 534px) {
  .product-spec-component {
    padding-bottom: 40px;
  }
  .product-spec-component .product-spec-component-title {
    padding: 40px 16px 0;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
  .product-spec-component
    .layout-table
    .key-feature-tabs
    .menus-box
    .menus
    .menu-item {
    padding: 4px 8px 4px 16px;
  }
  .product-spec-component
    .layout-table
    .key-feature-tabs
    .menus-box
    .menus
    .menu-item:last-child {
    padding-right: 16px;
  }
  .product-spec-component
    .layout-table
    .key-feature-tabs
    .menus-box
    .menus
    .menu-item
    .item-name {
    max-width: 183px;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }
  .product-spec-component .layout-table .features-tb {
    width: 100%;
  }
  .product-spec-component .layout-table .features-tb .feature-item {
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 16px;
    height: auto;
    box-sizing: border-box;
  }
  .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-name,
  .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-value {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-value {
    margin: 4px 0 0 0;
    color: #111;
  }
  .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-name {
    color: rgba(0, 0, 0, 0.4);
  }
  .product-spec-component.black .features-tb .feature-item .feature-item-name,
  .product-spec-component.black .features-tb .feature-item .feature-item-value {
    color: #fff;
  }
  .product-spec-component.black .features-tb .feature-item .feature-item-name {
    color: rgba(255, 255, 255, 0.4);
  }
  .rtl
    .product-spec-component
    .layout-table
    .features-tb
    .feature-item
    .feature-item-value {
    margin-right: 0;
  }
}
.where-to-buy-mapComp {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.where-to-buy-mapComp .where-to-buy-mapComp-title {
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  width: 1120px;
  font-size: 40px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 48px;
  text-align: center;
}
.where-to-buy-mapComp .switch-map {
  width: 800px;
  height: 400px;
  margin: auto;
  position: relative;
}
.where-to-buy-mapComp .switch-map img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 535px) and (max-width: 834px) {
  .where-to-buy-mapComp {
    width: 100%;
    height: auto;
  }
  .where-to-buy-mapComp .where-to-buy-mapComp-title {
    padding: 3.125vw 0;
    width: 100%;
    font-size: 3.125vw;
    line-height: 4.036vw;
  }
  .where-to-buy-mapComp .switch-map {
    width: 52.083vw;
    height: 26.042vw;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .where-to-buy-mapComp {
    width: 100%;
    height: auto;
  }
  .where-to-buy-mapComp .where-to-buy-mapComp-title {
    padding: 6.4vw 0 4.267vw 0;
    width: 100%;
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
  .where-to-buy-mapComp .switch-map {
    width: 85.333vw;
    height: 42.667vw;
  }
}
.ksp-carousel-comp-box {
  position: relative;
  width: 100%;
  background-color: #fbfbfd;
}
.ksp-carousel-comp-box .ksp-carousel-comp {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.ksp-carousel-comp-box .ksp-carousel-comp .swiper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.ksp-carousel-comp-box .ksp-carousel-comp .swiper .inner {
  display: flex;
  margin: 0 auto;
  width: 1200px;
  height: auto !important;
}
.ksp-carousel-comp-box .ksp-carousel-comp .swiper .inner .swiper-slide {
  height: auto !important;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card.left {
  flex-direction: row-reverse;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card.right {
  flex-direction: row;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .banner {
  position: relative;
  display: inline-flex;
  flex: 0 0 600px;
  width: 600px;
  height: 450px;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .banner
  img {
  width: 100%;
  height: 100%;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .banner
  .carousel-video-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .banner
  .carousel-video-content
  .ksp-carousel-video {
  max-width: 100%;
  max-height: 100%;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .banner
  .carousel-video-content
  .video-js
  .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background: 0;
  border: 0;
  border-radius: unset;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .banner
  .carousel-video-content
  .video-js
  .vjs-big-play-button.animation {
  display: block;
  -webkit-animation: playPause 1s;
  animation: playPause 1s;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .banner
  .carousel-video-content
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder::before {
  content: "";
  font-family: unset;
  background: url("../components/product/ksp-banner-simple/resources/icon/play.svg")
    0 0 no-repeat;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .banner
  .carousel-video-content
  .video-js.vjs-paused.vjs-has-started
  .vjs-big-play-button
  .vjs-icon-placeholder::before {
  background: url("../components/product/ksp-banner-simple/resources/icon/pause.svg")
    0 0 no-repeat;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright {
  display: inline-flex;
  flex: 0 0 600px;
  width: 600px;
  height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 40px;
  box-sizing: border-box;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main {
  max-height: 402px;
  overflow-y: auto;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main
  .copyright-tag {
  height: 56px;
  width: 180px;
  margin-bottom: 8px;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main
  .copyright-tag
  img {
  max-width: 100%;
  max-height: 100%;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main
  .copyright-title {
  display: -webkit-box;
  font-size: 40px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #111;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main
  .copyright-content {
  display: -webkit-box;
  margin-top: 16px;
  font-size: 18px;
  color: #111;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main
  .copyright-remarks {
  display: -webkit-box;
  margin-top: 8px;
  font-size: 14px;
  opacity: 0.4;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main
  .copyright-links {
  display: -webkit-box;
  margin-top: 16px;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main
  .copyright-links
  a {
  display: inline-block;
  line-height: 20px;
  margin-right: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #5971e5;
  white-space: nowrap;
  text-decoration: underline;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.left
  .copyright-tag,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.left
  .copyright-title,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.left
  .copyright-content,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.left
  .copyright-remarks,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.left
  .copyright-links {
  width: 100%;
  text-align: left;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.right
  .copyright-tag,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.right
  .copyright-title,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.right
  .copyright-content,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.right
  .copyright-remarks,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.right
  .copyright-links {
  width: 100%;
  text-align: right;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.center
  .copyright-tag,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.center
  .copyright-title,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.center
  .copyright-content,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.center
  .copyright-remarks,
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright.center
  .copyright-links {
  width: 100%;
  text-align: center;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main::-webkit-scrollbar {
  width: 2px;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-main::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner.no-swiper
  .swiper-slide
  .carousel-card {
  align-items: center;
  min-height: 450px;
  height: auto;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner.no-swiper
  .swiper-slide
  .carousel-card
  .copyright {
  height: auto;
  min-height: 450px;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner.no-swiper
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-title {
  -webkit-line-clamp: 100000;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner.no-swiper
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-content {
  -webkit-line-clamp: 100000;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner.no-swiper
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-remarks {
  -webkit-line-clamp: 100000;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .inner.no-swiper
  .swiper-slide
  .carousel-card
  .copyright
  .copyright-links {
  -webkit-line-clamp: 100000;
}
.ksp-carousel-comp-box .ksp-carousel-comp .swiper .swiper-pagination-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .swiper-pagination-wrapper
  .swiper-pagination-limit {
  bottom: 0;
  padding: 16px 0 24px 0;
}
.ksp-carousel-comp-box
  .ksp-carousel-comp
  .swiper
  .swiper-pagination-wrapper
  .swiper-pagination-limit
  .swiper-pagination {
  line-height: 5px;
}
@media (min-width: 535px) and (max-width: 1279px) {
  .ksp-carousel-comp-box .ksp-carousel-comp {
    width: 100vw;
  }
  .ksp-carousel-comp-box .ksp-carousel-comp .swiper {
    width: 100%;
    min-height: 37.5vw;
  }
  .ksp-carousel-comp-box .ksp-carousel-comp .swiper .inner {
    width: 100%;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: auto;
    box-sizing: border-box;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .banner {
    position: relative;
    display: inline-flex;
    flex: 0 0 50vw;
    width: 50vw;
    height: 37.5vw;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .banner
    img {
    width: 100%;
    height: 100%;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright {
    display: inline-flex;
    flex: 0 0 50vw;
    width: 50vw;
    height: 37.5vw;
    padding: 24px 40px;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main {
    max-height: 37.5vw;
    overflow-y: auto;
    width: 40vw;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-tag {
    width: 20.052vw;
    height: 6.25vw;
    margin-bottom: 8px;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-title {
    font-size: 3.125vw;
    line-height: 3.646vw;
    -webkit-line-clamp: 1;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-content {
    margin-top: 4px;
    font-size: 2.083vw;
    line-height: 3.125vw;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-remarks {
    margin-top: 4px;
    font-size: 1.563vw;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-links {
    margin-top: 4px;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-links
    a {
    line-height: 2.604vw;
    margin-right: 1.042vw;
    margin-bottom: 1.042vw;
    font-size: 1.823vw;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main::-webkit-scrollbar {
    width: 0;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner.no-swiper
    .swiper-slide
    .carousel-card {
    min-height: 37.5vw;
    height: auto;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner.no-swiper
    .swiper-slide
    .carousel-card
    .copyright {
    min-height: 37.5vw;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .ksp-carousel-comp-box .ksp-carousel-comp {
    width: 100vw;
  }
  .ksp-carousel-comp-box .ksp-carousel-comp .swiper {
    width: 100%;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: auto;
    box-sizing: border-box;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card.left,
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card.right {
    flex-direction: column-reverse;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .banner {
    display: inline-flex;
    flex: none;
    width: 100vw;
    height: 75vw;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .banner
    img {
    width: 100%;
    height: 100%;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright {
    flex: none;
    height: auto;
    width: 100%;
    padding: 24px 16px;
    align-items: center;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main {
    max-height: 396px;
    overflow-y: auto;
    width: 100%;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-tag {
    text-align: center !important;
    width: 48vw;
    height: 14.933vw;
    margin-bottom: 2.133vw;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-title {
    font-size: 6.4vw;
    line-height: 7.467vw;
    text-align: center !important;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-content {
    margin-top: 4.267vw;
    font-size: 4.267vw;
    line-height: 6.4vw;
    text-align: left !important;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-content:active {
    background: #fff;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-remarks {
    margin-top: 2.133vw;
    font-size: 3.733vw;
    text-align: left !important;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-links {
    margin-top: 1.067vw;
    text-align: left !important;
    width: 100%;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main
    .copyright-links
    a {
    line-height: 5.333vw;
    margin-right: 3.2vw;
    margin-bottom: 2.133vw;
    font-size: 3.733vw;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main::-webkit-scrollbar {
    width: 0;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner
    .swiper-slide
    .carousel-card
    .copyright
    .copyright-main::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner.no-swiper
    .swiper-slide
    .carousel-card {
    min-height: 75vw;
    height: auto;
  }
  .ksp-carousel-comp-box
    .ksp-carousel-comp
    .swiper
    .inner.no-swiper
    .swiper-slide
    .carousel-card
    .copyright {
    min-height: 75vw;
  }
}
.ksp-banner-mask-container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 675px;
  overflow: hidden;
}
.ksp-banner-mask-container .glass-mask-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ksp-banner-mask-container .glass-mask-bottom img {
  width: 100%;
  height: 100%;
}
.ksp-banner-mask-container .mask-info-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
}
.ksp-banner-mask-container .mask-info-wrapper.info-glass {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ksp-banner-mask-container .mask-info-wrapper.info-white {
  background-color: #fff;
}
.ksp-banner-mask-container .mask-info-wrapper .mask-info {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.ksp-banner-mask-container .mask-info-wrapper .mask-info.info-text-right {
  text-align: right;
}
.ksp-banner-mask-container .mask-info-wrapper .mask-info.info-text-center {
  text-align: center;
}
.ksp-banner-mask-container .mask-info-wrapper .mask-info .common-attrs {
  color: #111;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ksp-banner-mask-container .mask-info-wrapper .mask-info .title {
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-size: 40px;
  font-weight: 500;
  -webkit-line-clamp: 4;
}
.ksp-banner-mask-container .mask-info-wrapper .mask-info .desc {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.55555556;
  -webkit-line-clamp: 12;
}
.ksp-banner-mask-container .mask-info-wrapper .mask-info .footnote {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.42857143;
  opacity: 0.4;
  -webkit-line-clamp: 2;
}
.ksp-banner-mask-container .info-right {
  left: initial;
  right: 0;
}
.ksp-banner-mask-container .info-top {
  width: 100%;
  height: 50%;
}
.ksp-banner-mask-container .info-top .mask-info .title {
  padding: 0 24px;
  -webkit-line-clamp: 2;
}
.ksp-banner-mask-container .info-top .mask-info .desc {
  -webkit-line-clamp: 4;
}
.ksp-banner-mask-container .info-top .mask-info .footnote {
  -webkit-line-clamp: 2;
}
@media (min-width: 535px) and (max-width: 1279px) {
  .ksp-banner-mask-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    overflow: unset;
  }
  .ksp-banner-mask-container .glass-mask-bottom {
    position: relative;
    width: 100%;
    height: 56.233072917vw;
  }
  .ksp-banner-mask-container .mask-info-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: unset;
    background-color: transparent;
  }
  .ksp-banner-mask-container .mask-info-wrapper.info-glass {
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .ksp-banner-mask-container .mask-info-wrapper.info-white {
    background-color: #fff;
  }
  .ksp-banner-mask-container .mask-info-wrapper .mask-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 3.125vw 2.083vw;
    text-align: left;
  }
  .ksp-banner-mask-container .mask-info-wrapper .mask-info .title {
    font-size: 3.125vw;
    line-height: 3.646vw;
    -webkit-line-clamp: unset;
    text-align: center;
  }
  .ksp-banner-mask-container .mask-info-wrapper .mask-info .desc {
    margin-top: 2.083vw;
    font-size: 2.083vw;
    line-height: 3.125vw;
    -webkit-line-clamp: unset;
    text-align: left;
  }
  .ksp-banner-mask-container .mask-info-wrapper .mask-info .footnote {
    margin-top: 1.042vw;
    font-size: 1.823vw;
    line-height: 2.604vw;
    opacity: 0.4;
    -webkit-line-clamp: unset;
    text-align: left;
  }
  .ksp-banner-mask-container .info-right {
    left: initial;
    right: 0;
  }
  .ksp-banner-mask-container .info-top {
    width: 100%;
    height: unset;
  }
  .ksp-banner-mask-container .info-top .mask-info .title {
    -webkit-line-clamp: unset;
  }
  .ksp-banner-mask-container .info-top .mask-info .desc {
    -webkit-line-clamp: unset;
  }
  .ksp-banner-mask-container .info-top .mask-info .footnote {
    -webkit-line-clamp: unset;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .ksp-banner-mask-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    overflow: unset;
  }
  .ksp-banner-mask-container .glass-mask-bottom {
    position: relative;
    width: 100%;
    height: 56.233072917vw;
  }
  .ksp-banner-mask-container .mask-info-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: unset;
    background-color: transparent;
  }
  .ksp-banner-mask-container .mask-info-wrapper.info-glass {
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .ksp-banner-mask-container .mask-info-wrapper.info-white {
    background-color: #fff;
  }
  .ksp-banner-mask-container .mask-info-wrapper .mask-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 6.4vw 4.267vw;
    text-align: left;
  }
  .ksp-banner-mask-container .mask-info-wrapper .mask-info .title {
    font-size: 6.4vw;
    line-height: 7.467vw;
    -webkit-line-clamp: unset;
    text-align: center;
  }
  .ksp-banner-mask-container .mask-info-wrapper .mask-info .desc {
    margin-top: 4.267vw;
    font-size: 4.267vw;
    line-height: 6.4vw;
    -webkit-line-clamp: unset;
    text-align: left;
  }
  .ksp-banner-mask-container .mask-info-wrapper .mask-info .footnote {
    margin-top: 2.133vw;
    font-size: 3.733vw;
    line-height: 5.333vw;
    opacity: 0.4;
    -webkit-line-clamp: unset;
    text-align: left;
  }
  .ksp-banner-mask-container .info-right {
    left: initial;
    right: 0;
  }
  .ksp-banner-mask-container .info-top {
    width: 100%;
    height: unset;
  }
  .ksp-banner-mask-container .info-top .mask-info .title {
    padding: 0;
    -webkit-line-clamp: unset;
  }
  .ksp-banner-mask-container .info-top .mask-info .desc {
    -webkit-line-clamp: unset;
  }
  .ksp-banner-mask-container .info-top .mask-info .footnote {
    -webkit-line-clamp: unset;
  }
}
@keyframes myfirst {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  0 {
    opacity: 0;
    transform: translateY(80px);
  }
}
.ksp-charact-container .feature-container {
  position: relative;
  display: block;
  width: 1200px;
  margin: auto;
  height: auto;
  box-sizing: border-box;
  color: #111;
}
.ksp-charact-container .feature-container .add-padding {
  height: 28px;
  width: 100%;
}
.ksp-charact-container .feature-container .title-box {
  padding: 0 16px 12px 16px;
}
.ksp-charact-container .feature-container .feature-title {
  display: block;
  margin: 0 auto;
  width: 1168px;
  font-size: 34px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  line-height: 40px;
  overflow: hidden;
}
.ksp-charact-container .feature-container .opacity-transition {
  opacity: 0;
  -webkit-transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  -moz-transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  -o-transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  -ms-transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.ksp-charact-container .feature-container .opacity-transition-icon {
  opacity: 0;
  -webkit-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -moz-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -o-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -ms-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.ksp-charact-container .feature-container .subtitle-box {
  padding: 0 16px 24px;
}
.ksp-charact-container .feature-container .feature-subtitle {
  display: block;
  margin: 0 auto;
  width: 1168px;
  font-size: 18px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  line-height: 28px;
  min-height: 4px;
  overflow: hidden;
}
.ksp-charact-container .feature-container .add-feature-title-move {
  opacity: 1;
  transform: translateY(0) !important;
}
.ksp-charact-container .feature-container .align-left {
  text-align: left;
}
.ksp-charact-container .feature-container .align-center {
  text-align: center;
}
.ksp-charact-container .feature-container .align-right {
  text-align: right;
}
.ksp-charact-container .feature-container .feature-box .feature-list {
  display: flex;
  flex-wrap: wrap;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list.flex-start {
  justify-content: flex-start;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin: 24px 0;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content.card-num-five {
  width: 240px;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content.card-num-five:nth-child(5n):after {
  display: none;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content.card-num-four {
  width: 300px;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content.card-num-four:nth-child(4n):after {
  display: none;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content.card-num-three {
  width: 400px;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content.card-num-three:nth-child(3n):after {
  display: none;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 1px;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content:last-child:after {
  display: none;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content
  .image-content {
  display: flex;
  align-items: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 8px;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content
  .card-title {
  margin-bottom: 4px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content
  .card-title:last-child {
  margin-bottom: 0;
}
.ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content
  .card-text {
  padding: 0 24px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.ksp-charact-container.white {
  background-color: #fff;
}
.ksp-charact-container.white .feature-container {
  color: #111;
}
.ksp-charact-container.black {
  background-color: #000;
}
.ksp-charact-container.black .feature-container {
  color: #fff;
}
.ksp-charact-container.black .feature-container .feature-subtitle {
  opacity: 0.7;
}
.ksp-charact-container.black
  .feature-container
  .feature-box
  .feature-list
  .card-content:after {
  background: rgba(238, 238, 238, 0.2);
}
.ksp-charact-container .feature-container.text-white {
  color: #fff;
}
.ksp-charact-container .feature-container.text-white .feature-subtitle {
  opacity: 0.7;
}
.ksp-charact-container .feature-container.text-black {
  color: #111;
}
@media (min-width: 835px) and (max-width: 1200px) {
  .ksp-charact-container .feature-container {
    width: 100%;
  }
  .ksp-charact-container .feature-container .feature-title {
    width: 100%;
    box-sizing: border-box;
  }
  .ksp-charact-container .feature-container .feature-subtitle {
    width: 100%;
    box-sizing: border-box;
    min-height: 28px;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-five {
    width: 20%;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-four {
    width: 25%;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-three {
    width: 33.333%;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .ksp-charact-container .feature-container {
    width: 100%;
    box-sizing: border-box;
  }
  .ksp-charact-container .feature-container .add-padding {
    height: 12px;
  }
  .ksp-charact-container .feature-container .feature-title {
    width: 100%;
    box-sizing: border-box;
    font-size: 28px;
    line-height: 34px;
  }
  .ksp-charact-container .feature-container .feature-subtitle {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 28px;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content {
    margin: 16px 0;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-five {
    width: 20%;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-five:nth-child(5n):after {
    display: none;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-four {
    width: 25%;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-four:nth-child(4n):after {
    display: none;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-three {
    width: 33.333%;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-three:nth-child(3n):after {
    display: none;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content
    .image-content {
    width: 64px;
    height: 64px;
    overflow: hidden;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content
    .card-title {
    font-size: 12px;
    padding: 0 16px;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content
    .card-text {
    padding: 0 16px;
  }
}
@media (max-width: 534px) {
  .ksp-charact-container .feature-container {
    width: 100%;
  }
  .ksp-charact-container .feature-container .add-padding {
    height: 24px;
  }
  .ksp-charact-container .feature-container .title-box {
    padding: 0 16px 8px;
  }
  .ksp-charact-container .feature-container .feature-title {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
  .ksp-charact-container .feature-container .subtitle-box {
    padding: 0 16px 24px;
  }
  .ksp-charact-container .feature-container .feature-subtitle {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content {
    margin: 16px 0;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-five {
    width: 50%;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-five:nth-child(5n):after {
    display: block;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-five:nth-child(even):after {
    display: none;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-four {
    width: 50%;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-four:nth-child(4n):after {
    display: block;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-four:nth-child(even):after {
    display: none;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-three {
    width: 50%;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-three:nth-child(3n):after {
    display: block;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content.card-num-three:nth-child(even):after {
    display: none;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content
    .image-content {
    width: 64px;
    height: 64px;
    overflow: hidden;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content
    .card-title {
    font-size: 12px;
    padding: 0 24px;
  }
  .ksp-charact-container
    .feature-container
    .feature-box
    .feature-list
    .card-content
    .card-text {
    line-height: 18px;
    padding: 0 24px;
  }
}
.rtl
  .ksp-charact-container
  .feature-container
  .feature-box
  .feature-list
  .card-content:after {
  left: 0;
  right: auto;
}
@keyframes iconWrap {
  from {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 50%;
  }
}
@keyframes iconWrapRtl {
  from {
    left: 100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 50%;
  }
}
@keyframes imageTop {
  from {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 50%;
  }
}
@keyframes imageTopRtl {
  from {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 50%;
  }
}
.drag-black-container {
  background: #000;
}
.drag-container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.drag-container.simple {
  max-width: 1200px;
}
.drag-container.simple.drag-component-underline {
  position: relative;
}
.drag-container.simple.drag-component-underline::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  max-width: 1200px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.drag-container.fullScreen {
  max-width: 2560px;
}
.drag-container.fullScreen.drag-component-underline {
  position: relative;
}
.drag-container.fullScreen.drag-component-underline::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.drag-container .title-wrapper {
  padding: 0 16px 24px 16px;
}
.drag-container .title-wrapper .title-box {
  display: flex;
  flex-direction: column;
}
.drag-container .title-wrapper .title-box.left {
  text-align: left;
  align-items: flex-start;
}
.drag-container .title-wrapper .title-box.center {
  text-align: center;
  align-items: center;
}
.drag-container .title-wrapper .title-box.right {
  text-align: right;
  align-items: flex-end;
}
.drag-container .title-wrapper .title-box .svgTitle {
  flex-shrink: 0;
  border-radius: 1px;
  max-width: 100%;
  overflow: hidden;
}
.drag-container .title-wrapper .title-box .title {
  overflow: hidden;
  white-space: normal;
  margin-top: 12px;
  font-size: 34px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 40px;
}
.drag-container .title-wrapper .text-box.left {
  text-align: left;
}
.drag-container .title-wrapper .text-box.center {
  text-align: center;
}
.drag-container .title-wrapper .text-box.right {
  text-align: right;
}
.drag-container .title-wrapper .text-box .desc {
  overflow: hidden;
  white-space: normal;
  margin-top: 12px;
  font-size: 18px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: normal;
  color: #111;
  line-height: 28px;
}
.drag-container .title-wrapper .text-box .remarks {
  overflow: hidden;
  white-space: normal;
  margin-top: 12px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Book", sans-serif;
  color: rgba(17, 17, 17, 0.4);
  line-height: 20px;
}
.drag-container .title-wrapper .text-box .text-link {
  display: inline-block;
  width: fit-content;
  margin-top: 16px;
  font-size: 14px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 18px;
  padding: 10px 24px;
  border-radius: 22px;
  border: 1px solid #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 50px);
  cursor: pointer;
}
.drag-container .title-wrapper .text-box .text-link .button-text {
  width: 100%;
  overflow: hidden;
}
.drag-container .title-wrapper .text-box .text-link a:link {
  color: #111;
  background-color: #fff;
}
.drag-container .title-wrapper .text-box .text-link a:visited {
  color: #111;
  background-color: #fff;
}
.drag-container .title-wrapper .text-box .text-link:hover {
  color: rgba(17, 17, 17, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.drag-container .title-wrapper .text-box .text-link:active {
  color: rgba(17, 17, 17, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.drag-container .title-wrapper .text-box .text-link.black {
  color: #fff;
  border-color: #fff;
}
.drag-container .title-wrapper .text-box .text-link.black a:link {
  background-color: black;
  color: #fff;
  border-color: #fff;
}
.drag-container .title-wrapper .text-box .text-link.black a:visited {
  background-color: black;
  color: #fff;
  border-color: #fff;
}
.drag-container .title-wrapper .text-box .text-link.black:hover {
  background-color: black;
  color: #fff;
  border-color: #fff;
  opacity: 0.7 !important;
}
.drag-container .title-wrapper .text-box .text-link.black:active {
  background-color: black;
  color: #fff;
  border-color: #fff;
  opacity: 0.7;
}
.drag-container .content {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 0;
  overflow: hidden;
  user-select: none;
  pointer-events: auto !important;
}
.drag-container .content .icon-wrap .scrubber {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  min-height: 100%;
  bottom: -24px;
  background-color: #fff;
  z-index: 8;
  color: #fff;
  pointer-events: none;
}
.drag-container .content .icon-wrap .scrubber .handle {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: -27px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  pointer-events: auto;
}
.drag-container .content .icon-wrap .scrubber .handle .inner {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  background: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  pointer-events: auto;
}
.drag-container .content .icon-wrap .scrubber .handle .inner .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drag-container .content .icon-wrap .scrubber.fade-in-up-custome {
  left: 0;
}
.drag-container
  .content
  .icon-wrap
  .scrubber.fade-in-up-custome.fade-in-up-active {
  animation: iconWrap 5s;
  left: 50%;
}
.drag-container .content .top {
  position: absolute;
  top: 0;
  z-index: 6;
  width: 50%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  display: flex;
  align-items: center;
}
.drag-container .content .top picture {
  position: inherit;
}
.drag-container .content .top picture img {
  font-size: 16px;
}
.drag-container .content .top.fade-in-up-custome {
  width: 0;
}
.drag-container .content .top.fade-in-up-custome.fade-in-up-active {
  animation: imageTop 5s;
  width: 50%;
}
.drag-container .content .bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.drag-container .content .bottom picture {
  position: inherit;
}
.drag-container .content .bottom picture img {
  font-size: 16px;
}
.drag-container.black {
  background: #000;
}
.drag-container.black.drag-component-underline::after {
  opacity: 20%;
}
.drag-container.black .title-wrapper .title-box .title {
  color: #fff;
}
.drag-container.black .title-wrapper .text-box .desc {
  color: #eee;
}
.drag-container.black .title-wrapper .text-box .remarks {
  color: rgba(255, 255, 255, 0.4);
}
.drag-container.text-white {
  color: #fff;
}
.drag-container.text-white .title-wrapper .title-box .title {
  color: #fff;
}
.drag-container.text-white .title-wrapper .text-box .desc {
  color: #eee;
}
.drag-container.text-white .title-wrapper .text-box .remarks {
  color: rgba(255, 255, 255, 0.4);
}
.drag-container.text-white .title-wrapper .text-box .text-link {
  color: #fff;
  border-color: #fff;
}
.drag-container.text-black .title-wrapper .title-box .title {
  color: #111;
}
.drag-container.text-black .title-wrapper .text-box .desc {
  color: #111;
}
.drag-container.text-black .title-wrapper .text-box .remarks {
  color: rgba(17, 17, 17, 0.4);
}
.drag-container.text-black .title-wrapper .text-box .text-link.black {
  color: #111;
  border-color: #111;
}
@media (min-width: 1200px) {
  .drag-container.simple {
    max-width: 1200px;
  }
  .drag-container.simple .content {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    user-select: none;
    pointer-events: auto !important;
  }
  .drag-container.simple .content .top-animation {
    animation: imageTop 5s;
  }
  .drag-container.simple .content .top picture {
    position: inherit;
  }
  .drag-container.simple .content .top picture img {
    width: 1200px;
  }
  .drag-container.simple .content .bottom picture {
    position: inherit;
  }
  .drag-container.simple .content .bottom picture img {
    width: 1200px;
  }
  .drag-container.fullScreen {
    width: 100%;
  }
  .drag-container.fullScreen .content {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    user-select: none;
    pointer-events: auto !important;
  }
  .drag-container.fullScreen .content .top-animation {
    animation: imageTop 5s;
  }
  .drag-container.fullScreen .content .top picture {
    position: inherit;
  }
  .drag-container.fullScreen .content .top picture img {
    width: 100vw;
  }
  .drag-container.fullScreen .content .bottom picture {
    position: inherit;
  }
  .drag-container.fullScreen .content .bottom picture img {
    width: 100vw;
  }
}
@media (min-width: 835px) and (max-width: 1199px) {
  .drag-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .drag-container .content {
    margin: 0 auto;
    width: 100vw;
  }
  .drag-container .content .top-animation {
    animation: imageTop 5s;
  }
  .drag-container .content .top picture {
    position: inherit;
  }
  .drag-container .content .top picture img {
    width: 100vw;
  }
  .drag-container .content .bottom picture {
    position: inherit;
  }
  .drag-container .content .bottom picture img {
    width: 100vw;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .drag-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: unset;
  }
  .drag-container .title-wrapper {
    padding: 0 16px 24px 16px;
  }
  .drag-container .title-wrapper .title-box .title {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 28px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 34px;
  }
  .drag-container .title-wrapper .text-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
  }
  .drag-container .title-wrapper .text-box .desc {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 18px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    font-weight: normal;
    color: #111;
    line-height: 28px;
  }
  .drag-container .title-wrapper .text-box .remarks {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 14px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
  }
  .drag-container .title-wrapper .text-box .text-link {
    display: inline-block;
    width: fit-content;
    margin-top: 16px;
    font-size: 14px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 18px;
    padding: 10px 24px;
    border-radius: 22px;
    border: 1px solid #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 50px);
    cursor: pointer;
  }
  .drag-container .title-wrapper .text-box .text-link a:link {
    color: #111;
    background-color: #fff;
  }
  .drag-container .title-wrapper .text-box .text-link a:visited {
    color: #111;
    background-color: #fff;
  }
  .drag-container .title-wrapper .text-box .text-link:hover {
    color: rgba(17, 17, 17, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
  }
  .drag-container .title-wrapper .text-box .text-link:active {
    color: rgba(17, 17, 17, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
  }
  .drag-container .title-wrapper .text-box .text-link.black {
    background-color: black;
    color: #fff;
    border-color: #fff;
  }
  .drag-container .title-wrapper .text-box .text-link.black:hover {
    opacity: 0.7;
  }
  .drag-container .content {
    margin: 0 auto;
    width: 100%;
  }
  .drag-container .content .top-animation {
    animation: imageTop 5s;
  }
  .drag-container .content .top picture {
    position: inherit;
  }
  .drag-container .content .top picture img {
    width: 100vw;
  }
  .drag-container .content .bottom picture {
    position: inherit;
  }
  .drag-container .content .bottom picture img {
    width: 100vw;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .drag-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .drag-container .title-wrapper {
    padding: 0 16px 24px 16px;
  }
  .drag-container .title-wrapper .title-box .title {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 24px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 28px;
  }
  .drag-container .title-wrapper .text-box .desc {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 16px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    font-weight: normal;
    color: #111;
    line-height: 24px;
  }
  .drag-container .title-wrapper .text-box .remarks {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 14px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
  }
  .drag-container .title-wrapper .text-box .text-link {
    display: inline-block;
    width: fit-content;
    margin-top: 16px;
    font-size: 14px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 18px;
    padding: 10px 24px;
    border-radius: 22px;
    border: 1px solid #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 50px);
    cursor: pointer;
  }
  .drag-container .title-wrapper .text-box .text-link a:link {
    color: #111;
    background-color: #fff;
  }
  .drag-container .title-wrapper .text-box .text-link a:visited {
    color: #111;
    background-color: #fff;
  }
  .drag-container .title-wrapper .text-box .text-link:hover {
    color: rgba(17, 17, 17, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
  }
  .drag-container .title-wrapper .text-box .text-link:active {
    color: rgba(17, 17, 17, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
  }
  .drag-container .title-wrapper .text-box .text-link.black {
    background-color: black;
    color: #fff;
    border-color: #fff;
  }
  .drag-container .title-wrapper .text-box .text-link.black:hover {
    opacity: 0.7;
  }
  .drag-container .content {
    margin: 0 auto;
    width: 100vw;
  }
  .drag-container .content .top-animation {
    animation: imageTop 5s;
  }
  .drag-container .content .top picture {
    position: inherit;
  }
  .drag-container .content .top picture img {
    width: 100vw;
  }
  .drag-container .content .bottom picture {
    position: inherit;
  }
  .drag-container .content .bottom picture img {
    width: 100vw;
  }
}
.rtl .drag-container .title-wrapper .title-box.left {
  align-items: flex-end;
}
.rtl .drag-container .title-wrapper .title-box.right {
  align-items: flex-start;
}
.rtl .drag-container .content .icon-wrap .scrubber.fade-in-up-custome {
  left: 100%;
}
.rtl
  .drag-container
  .content
  .icon-wrap
  .scrubber.fade-in-up-custome.fade-in-up-active {
  animation: iconWrapRtl 5s;
  left: 50%;
}
.rtl .drag-container .content .top.fade-in-up-custome {
  width: 100%;
}
.rtl .drag-container .content .top.fade-in-up-custome.fade-in-up-active {
  animation: imageTopRtl 5s;
  width: 50%;
}
.ksp-photowall-container {
  margin: 0;
  width: 100%;
  height: 100%;
}
.ksp-photowall-container .photowall-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1200px;
  height: auto;
}
.ksp-photowall-container .photowall-wrap .photowall-box {
  position: relative;
  width: calc(50% - 8px);
  height: 675px;
  overflow: hidden;
}
.ksp-photowall-container .photowall-wrap .photowall-box .image {
  width: 100%;
  height: 100%;
}
.ksp-photowall-container .photowall-wrap .photowall-box:first-child {
  margin-bottom: 16px;
  width: 100%;
}
.ksp-photowall-container .photowall-wrap .photowall-box:nth-child(4) {
  margin-top: 16px;
  width: 100%;
}
.ksp-photowall-container .photowall-wrap .photowall-box:nth-child(5) {
  margin-top: 16px;
}
.ksp-photowall-container .photowall-wrap .photowall-box.pic-count-1 {
  margin-bottom: 0;
}
.ksp-photowall-container .photowall-wrap .photowall-box.pic-count-2 {
  width: calc(50% - 8px) !important;
  height: 592px;
  margin-bottom: 0;
}
.ksp-photowall-container .photowall-wrap .photowall-box.pic-count-3,
.ksp-photowall-container .photowall-wrap .photowall-box.pic-count-4,
.ksp-photowall-container .photowall-wrap .photowall-box.pic-count-5 {
  width: calc(50% - 8px) !important;
  height: 592px;
}
.ksp-photowall-container .photowall-wrap .photowall-box.pic-count-3:first-child,
.ksp-photowall-container .photowall-wrap .photowall-box.pic-count-4:first-child,
.ksp-photowall-container
  .photowall-wrap
  .photowall-box.pic-count-5:first-child {
  width: 100% !important;
  height: 675px;
}
.ksp-photowall-container .photowall-wrap .photowall-box.pic-count-4:last-child {
  width: 100% !important;
  height: 675px;
}
@media (min-width: 535px) and (max-width: 1279px) {
  .ksp-photowall-container {
    width: 100%;
    height: auto;
  }
  .ksp-photowall-container .photowall-wrap {
    width: 100%;
    height: auto;
  }
  .ksp-photowall-container .photowall-wrap .photowall-box {
    height: 56.25vw;
  }
  .ksp-photowall-container .photowall-wrap .photowall-box.pic-count-2 {
    height: 48.958vw;
  }
  .ksp-photowall-container .photowall-wrap .photowall-box.pic-count-3,
  .ksp-photowall-container .photowall-wrap .photowall-box.pic-count-4,
  .ksp-photowall-container .photowall-wrap .photowall-box.pic-count-5 {
    height: 48.958vw;
  }
  .ksp-photowall-container
    .photowall-wrap
    .photowall-box.pic-count-3:first-child,
  .ksp-photowall-container
    .photowall-wrap
    .photowall-box.pic-count-4:first-child,
  .ksp-photowall-container
    .photowall-wrap
    .photowall-box.pic-count-5:first-child {
    height: 56.25vw;
  }
  .ksp-photowall-container
    .photowall-wrap
    .photowall-box.pic-count-4:last-child {
    height: 56.25vw;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .ksp-photowall-container {
    width: 100%;
    height: auto;
  }
  .ksp-photowall-container .photowall-wrap {
    width: 100%;
    height: auto;
  }
  .ksp-photowall-container .photowall-wrap .photowall-box {
    height: 56.267vw;
  }
  .ksp-photowall-container .photowall-wrap .photowall-box.pic-count-2 {
    height: 48.8vw;
  }
  .ksp-photowall-container .photowall-wrap .photowall-box.pic-count-3,
  .ksp-photowall-container .photowall-wrap .photowall-box.pic-count-4,
  .ksp-photowall-container .photowall-wrap .photowall-box.pic-count-5 {
    height: 48.8vw;
  }
  .ksp-photowall-container
    .photowall-wrap
    .photowall-box.pic-count-3:first-child,
  .ksp-photowall-container
    .photowall-wrap
    .photowall-box.pic-count-4:first-child,
  .ksp-photowall-container
    .photowall-wrap
    .photowall-box.pic-count-5:first-child {
    height: 56.267vw;
  }
  .ksp-photowall-container
    .photowall-wrap
    .photowall-box.pic-count-4:last-child {
    height: 56.267vw;
  }
}
.product-rte-comp {
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  width: 1200px;
  box-sizing: border-box;
}
.product-rte-comp .dividing-line {
  width: 100%;
  height: 1px;
  background: #eee;
  border-radius: 6px;
}
.product-rte-comp .description {
  margin-top: 24px;
}
.product-rte-comp .description .cmp-text {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.7);
  line-height: 22px;
}
.product-rte-comp .description .cmp-text p {
  margin: 10px 0;
}
.product-rte-comp .description .cmp-text p:last-child {
  margin-bottom: 0;
}
.product-rte-comp .description .cmp-text a {
  color: #5971e5;
  text-decoration: underline;
}
.product-rte-comp .description .cmp-text ul > li,
.product-rte-comp .description .cmp-text ol > li {
  padding-left: 24px;
}
.product-rte-comp .description .cmp-text ul > li::before,
.product-rte-comp .description .cmp-text ol > li::before {
  display: inline-block;
  margin-left: -24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}
.product-rte-comp .description .cmp-text ul > li::before {
  content: "\e60f";
  font-family: "tcl-icon" !important;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-rte-comp .description .cmp-text ol {
  counter-reset: li;
}
.product-rte-comp .description .cmp-text ol > li {
  counter-increment: li;
  display: list-item;
}
.product-rte-comp .description .cmp-text ol > li::before {
  content: counter(li) ".";
}
@media (min-width: 535px) and (max-width: 1279px) {
  .product-rte-comp {
    padding: 5.208vw 0 10.417vw 0;
    width: 100%;
  }
  .product-rte-comp .dividing-line {
    width: 100%;
    height: 0.13vw;
    background: #eee;
    border-radius: 0.781vw;
  }
  .product-rte-comp .description {
    margin: 3.125vw 6.51vw 0 6.51vw;
  }
  .product-rte-comp .description .cmp-text {
    font-size: 1.823vw;
    color: rgba(17, 17, 17, 0.7);
    line-height: 2.865vw;
  }
  .product-rte-comp .description .cmp-text p {
    margin: 1.302vw 0;
  }
  .product-rte-comp .description .cmp-text p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .product-rte-comp {
    padding: 10.667vw 4.267vw 21.333vw 4.267vw;
    width: 100%;
  }
  .product-rte-comp .dividing-line {
    width: 100%;
    height: 0.267vw;
    background: #eee;
    border-radius: 1.6vw;
  }
  .product-rte-comp .description {
    margin: 6.4vw 0 0 0;
  }
  .product-rte-comp .description .cmp-text {
    font-size: 3.733vw;
    color: rgba(17, 17, 17, 0.7);
    line-height: 5.867vw;
  }
  .product-rte-comp .description .cmp-text p {
    margin: 2.667vw 0;
  }
  .product-rte-comp .description .cmp-text p:last-child {
    margin-bottom: 0;
  }
}
.rtl .product-rte-comp .description .cmp-text ul > li,
.rtl .product-rte-comp .description .cmp-text ol > li {
  padding-left: 0;
  padding-right: 24px;
}
.rtl .product-rte-comp .description .cmp-text ul > li::before,
.rtl .product-rte-comp .description .cmp-text ol > li::before {
  margin-left: 0;
  margin-right: -24px;
}
.ksp-video-autoplay-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ksp-video-autoplay-container .video-wrap {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 675px;
}
.ksp-video-autoplay-container .video-wrap .video-perview {
  width: 100%;
  height: 100%;
}
.ksp-video-autoplay-container .video-wrap .perview-box .video-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 595px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ksp-video-autoplay-container .video-wrap .perview-box .video-mask .text {
  margin-bottom: 24px;
  width: 1040px;
  max-height: 144px;
  line-height: 48px;
  overflow: hidden;
  color: #fff;
  font-size: 48px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  text-align: center;
  text-overflow: ellipsis;
}
.ksp-video-autoplay-container .video-wrap .perview-box .video-mask .play-icon {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: url(../../../../etc.clientlibs/brandsite/clientlibs/components/product/ksp-video-autoplay/resources/icons/play-icon.svg)
    0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media (min-width: 535px) and (max-width: 1279px) {
  .ksp-video-autoplay-container {
    margin: 0 auto;
    width: 100vw;
    height: 56.38vw;
  }
  .ksp-video-autoplay-container .video-wrap {
    position: relative;
    width: 100vw;
    height: 56.38vw;
  }
  .ksp-video-autoplay-container .video-wrap .video {
    display: none;
    width: 100%;
    height: 100%;
  }
  .ksp-video-autoplay-container .video-wrap .perview-box .video-perview {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .ksp-video-autoplay-container .video-wrap .perview-box .video-mask {
    width: 91.667vw;
    height: 47.917vw;
  }
  .ksp-video-autoplay-container .video-wrap .perview-box .video-mask .text {
    margin: 4.167vw 0 1.563vw 0;
    width: 83.333vw;
    max-height: 31.25vw;
    color: #fff;
    font-size: 4.167vw;
    line-height: 6.25vw;
  }
  .ksp-video-autoplay-container
    .video-wrap
    .perview-box
    .video-mask
    .play-icon {
    width: 10.417vw;
    height: 10.417vw;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .ksp-video-autoplay-container {
    margin: 0 auto;
    width: 100vw;
    height: 56.267vw;
  }
  .ksp-video-autoplay-container .video-wrap {
    width: 100vw;
    height: 56.267vw;
  }
  .ksp-video-autoplay-container .video-wrap .video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .ksp-video-autoplay-container .video-wrap .perview-box .video-perview {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .ksp-video-autoplay-container .video-wrap .perview-box .video-mask {
    width: 91.467vw;
    height: 47.733vw;
  }
  .ksp-video-autoplay-container .video-wrap .perview-box .video-mask .text {
    text-align: center;
    margin-bottom: 2.133vw;
    width: 82.933vw;
    max-height: 12.8vw;
    line-height: 6.4vw;
    font-size: 4.267vw;
  }
  .ksp-video-autoplay-container
    .video-wrap
    .perview-box
    .video-mask
    .play-icon {
    width: 8.533vw;
    height: 8.533vw;
  }
}
.ksp-banner-simple-container {
  width: 100%;
  background-color: #fff;
}
.ksp-banner-simple-container.grey {
  background-color: #fbfbfd;
}
.ksp-banner-simple-container.grey .ksp-banner-simple-wrapper {
  padding: 40px 0 0 0;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .icon-box {
  margin: 0 auto;
  width: 1120px;
  height: 58px;
  margin-bottom: 16px;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .icon-box .icon-img {
  height: 100%;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .icon-box.left {
  text-align: left;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .icon-box.center {
  text-align: center;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .icon-box.right {
  text-align: right;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box {
  margin: 0 auto;
  width: 1168px;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box .title-text {
  margin: 0 auto;
  width: 1120px;
  text-align: center;
  font-size: 40px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 52px;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .title-box
  .title-text.left {
  text-align: left;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .title-box
  .title-text.center {
  text-align: center;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .title-box
  .title-text.right {
  text-align: right;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box .desc {
  margin-top: 16px;
  font-size: 18px;
  font-weight: normal;
  color: #111;
  line-height: 28px;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box .desc.left {
  text-align: left;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .title-box
  .desc.center {
  text-align: center;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box .desc.right {
  text-align: right;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box .remarks {
  padding-top: 8px;
  font-size: 14px;
  color: rgba(17, 17, 17, 0.4);
  line-height: 28px;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .title-box
  .remarks.left {
  text-align: left;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .title-box
  .remarks.center {
  text-align: center;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .title-box
  .remarks.right {
  text-align: right;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .content-box {
  position: relative;
  margin-top: 16px;
  width: 1200px;
  height: 675px;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .content-box .image {
  width: 100%;
  height: 100%;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .ksp-banner-simple-video-content {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .ksp-banner-simple-video-content
  .ksp-banner-simple-video {
  width: 100%;
  height: 100%;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .ksp-banner-simple-video-content
  .video-js
  .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background: 0;
  border: 0;
  border-radius: unset;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .ksp-banner-simple-video-content
  .video-js
  .vjs-big-play-button.animation {
  display: block;
  -webkit-animation: playPause 1s;
  animation: playPause 1s;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .ksp-banner-simple-video-content
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder::before {
  content: "";
  font-family: unset;
  background: url("../components/product/ksp-banner-simple/resources/icon/play.svg")
    0 0 no-repeat;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .ksp-banner-simple-video-content
  .video-js.vjs-paused.vjs-has-started
  .vjs-big-play-button
  .vjs-icon-placeholder::before {
  background: url("../components/product/ksp-banner-simple/resources/icon/pause.svg")
    0 0 no-repeat;
}
.ksp-banner-simple-container .ksp-banner-simple-wrapper .content-box .swiper {
  width: 100%;
  height: 675px;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .image-wrap {
  width: 100%;
  height: 100%;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .image-wrap
  .image-item {
  width: 100%;
  height: 100%;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-prev,
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-next {
  width: 40px;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-prev:after,
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../components/product/ksp-banner-simple/resources/icon/left-arrow.svg")
    0 0 no-repeat;
  background-size: cover;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-prev.swiper-button-disabled,
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-next.swiper-button-disabled {
  opacity: 0.12;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-prev:hover,
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-next:hover {
  opacity: 0.7;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-prev.click,
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-next.click {
  opacity: 0.4;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-prev {
  left: 16px;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-next {
  right: 16px;
}
.ksp-banner-simple-container
  .ksp-banner-simple-wrapper
  .content-box
  .swiper
  .swiper-button-next:after {
  background: url("../components/product/ksp-banner-simple/resources/icon/right-arrow.svg")
    0 0 no-repeat;
  background-size: cover;
}
.ksp-banner-simple-container .active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.ksp-banner-simple-container .fadeInupout {
  opacity: 0;
  transform: translateY(300%);
  transition: all 1s;
}
@media (min-width: 535px) and (max-width: 1279px) {
  .ksp-banner-simple-container.grey {
    background-color: #fbfbfd;
  }
  .ksp-banner-simple-container.grey .ksp-banner-simple-wrapper {
    padding: 5.208vw 0 0 0;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper {
    padding: 3.125vw 0 4.167vw 0vw;
    width: 100%;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .icon-box {
    width: 86.979vw;
    height: 48px;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box {
    width: 86.979vw;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .title-box
    .title-text {
    width: inherit;
    font-size: 3.125vw;
    line-height: 3.646vw;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box .desc {
    margin-top: 2.083vw;
    text-align: center;
    font-size: 2.083vw;
    line-height: 3.125vw;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .content-box {
    margin-top: 4.167vw;
    width: 100vw;
    height: 56.25vw;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .content-box .swiper {
    width: 100%;
    height: 56.25vw;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-prev,
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-next {
    width: 5.208vw;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-prev:after,
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-next:after {
    content: "";
    width: 5.208vw;
    height: 5.208vw;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-prev:hover,
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-next:hover {
    opacity: 1;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-prev {
    left: 2.604vw;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-next {
    right: 2.604vw;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .ksp-banner-simple-container.grey {
    background-color: #fbfbfd;
  }
  .ksp-banner-simple-container.grey .ksp-banner-simple-wrapper {
    padding: 6.4vw 0 0 0;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper {
    padding: 6.4vw 0;
    width: 100%;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .icon-box {
    width: 91.467vw;
    height: 48px;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box {
    width: 91.467vw;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .title-box
    .title-text {
    width: 100%;
    font-size: 6.4vw;
    line-height: 7.467vw;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .title-box .desc {
    margin-top: 4.267vw;
    text-align: center;
    font-size: 4.267vw;
    line-height: 6.4vw;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .content-box {
    margin-top: 6.4vw;
    width: 100%;
    height: 56vw;
  }
  .ksp-banner-simple-container .ksp-banner-simple-wrapper .content-box .swiper {
    width: 100%;
    height: 56.267vw;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-prev,
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-next {
    width: 10.667vw;
    -webkit-tap-highlight-color: transparent;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-prev:after,
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-next:after {
    content: "";
    width: 10.667vw;
    height: 10.667vw;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-prev:hover,
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-next:hover {
    opacity: 1;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-prev {
    left: 2.133vw;
  }
  .ksp-banner-simple-container
    .ksp-banner-simple-wrapper
    .content-box
    .swiper
    .swiper-button-next {
    right: 2.133vw;
  }
}
.soundbar-container {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.soundbar-container .product-soundbar-title {
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: normal;
  color: #111;
  font-size: 28px;
}
.soundbar-container .product-soundbar-desc {
  padding: 12px 0 20px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: normal;
  color: #111;
  font-size: 19px;
}
.soundbar-container .mobile-box {
  display: none !important;
}
.soundbar-container .image picture {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
}
.soundbar-container .image picture img {
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.soundbar-container .content-wrap {
  width: 100%;
  margin: 0 auto 0;
  display: inline-flex;
  justify-content: center;
}
.soundbar-container .content-wrap .img-left-wrap {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 26%;
  max-height: 315px;
}
.soundbar-container .content-wrap .img-right-wrap {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 26%;
  max-height: 315px;
}
.soundbar-container .content-wrap .video-wrap {
  position: relative;
  width: 48%;
  max-width: 560px;
  margin: 0;
  display: inline;
}
.soundbar-container .content-wrap .video-wrap .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.soundbar-container .content-wrap .video-wrap::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.soundbar-container .img-bottom-box {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  min-height: 40px;
}
.soundbar-container .audio-button-wrap {
  position: relative;
  width: 50%;
  max-width: 580px;
  margin: 20px auto 10px;
  display: inline-flex;
  justify-content: space-around;
}
.soundbar-container .audio-button-wrap .audio-button {
  width: 47%;
  min-height: 60px;
  margin: 0 1.5%;
  padding: 16px 16px 16px 40px;
  border-radius: 4px;
  text-align: left;
  display: inline;
  position: relative;
  cursor: pointer;
  background-image: linear-gradient(45deg, #f3f3f3, #fff);
  color: #000;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.soundbar-container .audio-button-wrap .audio-button .text {
  font-size: 18px;
  overflow: hidden;
  white-space: normal;
}
.soundbar-container .audio-button-wrap .audio-button .audio-button-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 14px;
  top: 16px;
  background-image: url(../../../../etc.clientlibs/brandsite/clientlibs/components/product/product-soundbar/resources/icons/checked.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.soundbar-container .audio-button-wrap .active {
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  background-image: linear-gradient(45deg, #2d3132, #595f61);
}
.soundbar-container .audio-button-wrap .active .audio-button-icon {
  background-image: url(../../../../etc.clientlibs/brandsite/clientlibs/components/product/product-soundbar/resources/icons/Unchecked.svg);
}
.soundbar-container .sound-close {
  opacity: 0.3;
}
@media (min-width: 280px) and (max-width: 834px) {
  .soundbar-container {
    width: 100%;
    padding: 16px;
  }
  .soundbar-container .product-soundbar-desc {
    font-size: 18px;
    padding-top: 10px;
  }
  .soundbar-container .pc-box {
    display: none !important;
  }
  .soundbar-container .mobile-box {
    display: block !important;
  }
  .soundbar-container .content-wrap .img-left-wrap,
  .soundbar-container .content-wrap .img-right-wrap {
    display: none !important;
  }
  .soundbar-container .content-wrap .video-wrap {
    width: 100%;
    max-width: 560px;
  }
  .soundbar-container .audio-button-wrap {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin: 16px auto 8px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }
  .soundbar-container .audio-button-wrap .audio-button {
    min-height: 50px;
    padding: 14px 14px 14px 34px;
    width: 100%;
    margin: 10px 0;
  }
  .soundbar-container .audio-button-wrap .audio-button .audio-button-icon {
    width: 20px;
    height: 20px;
    left: 12px;
    top: 14px;
  }
  .soundbar-container .audio-button-wrap .audio-button .text {
    font-size: 16px;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .soundbar-container .content-wrap .img-left-wrap,
  .soundbar-container .content-wrap .img-right-wrap {
    display: none !important;
  }
  .soundbar-container .content-wrap .video-wrap {
    width: 100%;
    max-width: 560px;
  }
  .soundbar-container .product-soundbar-desc {
    font-size: 18px;
    padding-top: 10px;
  }
  .soundbar-container .audio-button-wrap {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .soundbar-container .audio-button-wrap .audio-button {
    display: inline;
    width: 48.5%;
    margin: 10px 0;
  }
}
.product-priice-review-comp {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.product-priice-review-comp .title {
  font-size: 34px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 40px;
  margin: 0 16px 40px;
  overflow: hidden;
  box-sizing: border-box;
}
.product-priice-review-comp .title.center {
  text-align: center;
}
.product-priice-review-comp .title.left {
  text-align: left;
}
.product-priice-review-comp .title.right {
  text-align: right;
}
.product-priice-review-comp .product-priice-review-content {
  padding: 0 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  .product-priice-review-comp .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 534px) {
  .product-priice-review-comp .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.product-review-comp {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  .product-review-comp {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 534px) {
  .product-review-comp {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.product-bv-qna-comp {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  .product-bv-qna-comp {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 534px) {
  .product-bv-qna-comp {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.photo_wall_container {
  overflow: hidden;
}
.photo_wall_container.black {
  background: #000;
}
.photo_wall_container.black.photo-component-underline::after {
  opacity: 20%;
}
.photo_wall_container.black .photo_wall_wrapper .title-wrapper .title-box {
  overflow: hidden;
}
.photo_wall_container.black
  .photo_wall_wrapper
  .title-wrapper
  .title-box
  .title {
  color: #fff;
}
.photo_wall_container.black .photo_wall_wrapper .title-wrapper .text-box .desc {
  color: #eee;
}
.photo_wall_container.black
  .photo_wall_wrapper
  .title-wrapper
  .text-box
  .remarks {
  color: #fff;
  opacity: 0.4;
}
.photo_wall_container.simple {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}
.photo_wall_container.simple.photo-component-underline {
  position: relative;
}
.photo_wall_container.simple.photo-component-underline::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  max-width: 1200px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.photo_wall_container.fullScreen {
  overflow: hidden;
  max-width: 2560px;
}
.photo_wall_container.fullScreen.photo-component-underline {
  position: relative;
}
.photo_wall_container.fullScreen.photo-component-underline::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.photo_wall_black_container {
  overflow: hidden;
  background: #000;
}
@media (min-width: 1200px) {
  .photo_wall_container .photo_wall_wrapper {
    width: 100%;
    height: auto;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper {
    padding: 0 16px 24px 16px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.left {
    text-align: left;
    align-items: flex-start;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.center {
    text-align: center;
    align-items: center;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.right {
    text-align: right;
    align-items: flex-end;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .title-wrapper
    .title-box
    picture
    .img {
    width: unset;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .title-wrapper
    .title-box
    .svgTitle {
    flex-shrink: 0;
    border-radius: 1px;
    max-height: 80px;
    max-width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box .title {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 34px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 40px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.left {
    text-align: left;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.center {
    text-align: center;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.right {
    text-align: right;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box .desc {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 18px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    font-weight: normal;
    color: #111;
    line-height: 28px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box .remarks {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 14px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
  }
  .photo_wall_container .photo_wall_wrapper .images-box {
    width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper .images-box.images-box-pc {
    display: block;
  }
  .photo_wall_container .photo_wall_wrapper .images-box.images-box-mb {
    display: none;
  }
  .photo_wall_container .photo_wall_wrapper .images-box .image_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item.paddingBott {
    margin-bottom: 16px;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item
    .left-image {
    width: calc(50% - 8px);
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item
    .right-image {
    width: calc(50% - 8px);
  }
}
@media (min-width: 834px) and (max-width: 1200px) {
  .photo_wall_container {
    width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper {
    width: 100%;
    height: auto;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper {
    padding: 0 16px 24px 16px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.left {
    text-align: left;
    align-items: flex-start;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.center {
    text-align: center;
    align-items: center;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.right {
    text-align: right;
    align-items: flex-end;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .title-wrapper
    .title-box
    picture
    .img {
    width: unset;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .title-wrapper
    .title-box
    .svgTitle {
    flex-shrink: 0;
    border-radius: 1px;
    max-height: 80px;
    max-width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box .title {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 34px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 40px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.left {
    text-align: left;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.center {
    text-align: center;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.right {
    text-align: right;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box .desc {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 18px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    font-weight: normal;
    color: #111;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box .remarks {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 14px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
  }
  .photo_wall_container .photo_wall_wrapper .images-box {
    width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper .images-box.images-box-pc {
    display: block;
  }
  .photo_wall_container .photo_wall_wrapper .images-box.images-box-mb {
    display: none;
  }
  .photo_wall_container .photo_wall_wrapper .images-box .image_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item.paddingBott {
    margin-bottom: 16px;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item
    .left-image {
    position: relative;
    width: calc(50% - 8px);
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item
    .right-image {
    position: relative;
    width: calc(50% - 8px);
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .photo_wall_container {
    width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper {
    width: 100%;
    height: auto;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper {
    padding: 0 16px 24px 16px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.left {
    text-align: left;
    align-items: flex-start;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.center {
    text-align: center;
    align-items: center;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.right {
    text-align: right;
    align-items: flex-end;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .title-wrapper
    .title-box
    picture
    .img {
    width: unset;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .title-wrapper
    .title-box
    .svgTitle {
    flex-shrink: 0;
    border-radius: 1px;
    max-height: 80px;
    max-width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box .title {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 28px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 34px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.left {
    text-align: left;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.center {
    text-align: center;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.right {
    text-align: right;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box .desc {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 18px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    font-weight: normal;
    color: #111;
    line-height: 28px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box .remarks {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 14px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
  }
  .photo_wall_container .photo_wall_wrapper .images-box {
    width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper .images-box.images-box-pc {
    display: block;
  }
  .photo_wall_container .photo_wall_wrapper .images-box.images-box-mb {
    display: none;
  }
  .photo_wall_container .photo_wall_wrapper .images-box .image_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item.paddingBott {
    margin-bottom: 12px;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item
    .left-image {
    position: relative;
    width: calc(50% - 6px);
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item
    .right-image {
    position: relative;
    width: calc(50% - 6px);
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .photo_wall_container {
    width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper {
    width: 100%;
    height: auto;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper {
    padding: 0 16px 24px 16px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.left {
    text-align: left;
    align-items: flex-start;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.center {
    text-align: center;
    align-items: center;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box.right {
    text-align: right;
    align-items: flex-end;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .title-wrapper
    .title-box
    picture
    .img {
    width: unset;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .title-wrapper
    .title-box
    .svgTitle {
    flex-shrink: 0;
    border-radius: 1px;
    max-height: 80px;
    max-width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .title-box .title {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 24px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 28px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.left {
    text-align: left;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.center {
    text-align: center;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box.right {
    text-align: right;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box .desc {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 16px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    font-weight: normal;
    color: #111;
    line-height: 24px;
  }
  .photo_wall_container .photo_wall_wrapper .title-wrapper .text-box .remarks {
    overflow: hidden;
    white-space: normal;
    margin-top: 12px;
    font-size: 14px;
    font-family: "TCLSans-Unity-Book", sans-serif;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
  }
  .photo_wall_container .photo_wall_wrapper .images-box {
    width: 100%;
  }
  .photo_wall_container .photo_wall_wrapper .images-box.images-box-pc {
    display: none;
  }
  .photo_wall_container .photo_wall_wrapper .images-box.images-box-mb {
    display: block;
  }
  .photo_wall_container .photo_wall_wrapper .images-box .image_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item.paddingBott {
    margin-bottom: 8px;
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item
    .left-image {
    position: relative;
    width: calc(50% - 4px);
  }
  .photo_wall_container
    .photo_wall_wrapper
    .images-box
    .image_item
    .right-image {
    position: relative;
    width: calc(50% - 4px);
  }
}
.classic-video-wrapper.black {
  background-color: #000;
}
.classic-video-wrapper .classic-video-container {
  overflow: hidden;
}
.classic-video-wrapper .classic-video-container .classic-video-cover {
  position: relative;
  line-height: 0;
  font-size: 10px;
  color: #fff;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover
  .video-mobile {
  display: none;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover
  .video-desktop {
  display: block;
}
.classic-video-wrapper .classic-video-container .classic-video-cover-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  padding: 40px 8px;
  transform: translate(-50%);
  left: 50%;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-wrapper.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-wrapper.left {
  text-align: left;
  justify-content: flex-start;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-wrapper.right {
  text-align: right;
  justify-content: flex-end;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-wrapper.top {
  align-items: flex-start;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-wrapper.bottom {
  align-items: flex-end;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-wrapper
  .pc-richtext {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-wrapper
  .mobile-tablet-richtext {
  display: none;
}
.classic-video-wrapper .classic-video-container .classic-video-cover-content {
  overflow: hidden;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-content
  .link-btn {
  margin: 0 8px 24px;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-content
  .link-btn
  .classic-video-cover-link {
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  border-radius: 22px;
  background-color: transparent;
  display: inline-flex;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-content
  .link-btn
  .classic-video-cover-link:hover:not(.is-disabled) {
  opacity: 0.7;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-content
  .link-btn
  .classic-video-cover-link:hover.is-disabled {
  opacity: 1;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-content
  .link-btn
  .classic-video-cover-link-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-content
  .rich-text {
  overflow: hidden;
  margin-left: 8px;
  margin-right: 8px;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-theme-default {
  color: #fff;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-theme-default
  .classic-video-cover-link {
  border: 1px solid #fff;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-theme-default
  .classic-video-cover-link-label {
  color: #fff;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-theme-black {
  color: #000;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-theme-black
  .classic-video-cover-link {
  border: 1px solid #000;
}
.classic-video-wrapper
  .classic-video-container
  .classic-video-cover-theme-black
  .classic-video-cover-link-label {
  color: #000;
}
.classic-video-wrapper .classic-video-container .classic-video-cover-title {
  font-size: 2.833vw;
  font-weight: 500;
  line-height: 3.333vw;
  margin: 0 8px 1.333vw;
  overflow: hidden;
}
.classic-video-wrapper .classic-video-container .classic-video-cover-subtitle {
  font-size: 1.333vw;
  line-height: 2vw;
  margin: 0 8px 2vw;
  overflow: hidden;
}
.classic-video-wrapper .classic-video-container.classic-video-simple {
  margin: 0 16px;
}
.classic-video-wrapper .classic-video-container.classic-video-full {
  width: 100%;
}
.classic-video-wrapper
  .classic-video-container.classic-video-full
  .classic-video-cover-title {
  font-size: 2.5vw;
  line-height: 2.917vw;
  margin-bottom: 1.25vw;
}
.classic-video-wrapper
  .classic-video-container.classic-video-full
  .classic-video-cover-subtitle {
  font-size: 1.25vw;
  line-height: 1.875vw;
  margin-bottom: 2.083vw;
}
.classic-video-wrapper
  .classic-video-container
  .video-specific-to-classic-video.tcl-player.video-js {
  line-height: 0;
}
@media only screen and (min-width: 1200px) {
  .classic-video-wrapper .classic-video-container.classic-video-simple {
    width: 1168px;
    margin: 0 auto;
  }
  .classic-video-wrapper
    .classic-video-container.classic-video-full
    .classic-video-cover-wrapper {
    max-width: 1168px;
  }
  .classic-video-wrapper .classic-video-container .classic-video-cover-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 834px) {
  .classic-video-wrapper .classic-video-container.classic-video-full {
    width: auto;
  }
  .classic-video-wrapper .classic-video-container.mobile-classic-video-simple {
    margin: 0 16px;
    width: auto;
  }
  .classic-video-wrapper .classic-video-container.mobile-classic-video-full {
    width: 100%;
    margin: auto;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover
    .video-desktop {
    display: none;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover
    .video-mobile {
    display: block;
  }
  .classic-video-wrapper .classic-video-container .classic-video-cover-wrapper {
    padding: 32px 8px;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper.mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper.mobile-left {
    text-align: left;
    justify-content: flex-start;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper.mobile-right {
    text-align: right;
    justify-content: flex-end;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper.mobile-top {
    align-items: flex-start;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper.mobile-bottom {
    align-items: flex-end;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper
    .mobile-tablet-richtext {
    display: block;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper
    .pc-richtext {
    display: none;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-content
    .link-btn
    .classic-video-cover-link {
    padding: 0 24px;
    height: 32px;
    line-height: 32px;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-content
    .link-btn
    .classic-video-cover-link-label {
    line-height: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 534px) {
  .classic-video-wrapper .classic-video-container .classic-video-cover-wrapper {
    padding: 24px 8px;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper
    .mobile-tablet-richtext {
    display: block;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper
    .pc-richtext {
    display: none;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-wrapper
    .mobile-tablet-richtext {
    display: block;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-content
    .link-btn
    .classic-video-cover-link {
    padding: 0 24px;
    height: 38px;
    line-height: 38px;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-content
    .link-btn
    .classic-video-cover-link-label {
    line-height: 38px;
  }
  .classic-video-wrapper .classic-video-container .classic-video-cover-title {
    font-size: 7.467vw;
    line-height: 9.067vw;
    margin-bottom: 3.2vw;
  }
  .classic-video-wrapper
    .classic-video-container
    .classic-video-cover-subtitle {
    font-size: 3.733vw;
    line-height: 5.333vw;
    margin-bottom: 6.4vw;
  }
}
.rtl .classic-video-wrapper .classic-video-cover-wrapper.left {
  text-align: left;
  justify-content: flex-end;
}
.rtl .classic-video-wrapper .classic-video-cover-wrapper.right {
  text-align: right;
  justify-content: flex-start;
}
@media only screen and (max-width: 834px) {
  .rtl .classic-video-wrapper .classic-video-cover-wrapper.mobile-center {
    text-align: center;
    justify-content: center;
  }
  .rtl .classic-video-wrapper .classic-video-cover-wrapper.mobile-left {
    text-align: left;
    justify-content: flex-end;
  }
  .rtl .classic-video-wrapper .classic-video-cover-wrapper.mobile-right {
    text-align: right;
    justify-content: flex-start;
  }
}
.subnav-menus-anchors {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #f9f9f9;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  z-index: 1000;
}
.subnav-menus-anchors.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.subnav-menus-anchors.custom {
  position: -webkit-sticky;
  position: sticky;
}
.subnav-menus-anchors.black {
  background: #000;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
.subnav-menus-anchors.black .subnav-menus-title {
  color: #fff;
}
.subnav-menus-anchors.black .subnav-menus-arrow-before {
  background-color: #000;
}
.subnav-menus-anchors.black .subnav-menus-arrow-before .tcl-icon {
  color: #fff;
}
.subnav-menus-anchors.black .subnav-menus-arrow-before::after {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.subnav-menus-anchors.black .subnav-menus-arrow-after {
  background-color: #000;
}
.subnav-menus-anchors.black .subnav-menus-arrow-after .tcl-icon {
  color: #fff;
}
.subnav-menus-anchors.black .subnav-menus-arrow-after::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.subnav-menus-anchors.black .subnav-menus-point a {
  color: #fff;
}
.subnav-menus-anchors.black .subnav-menus-point a .tcl-icon {
  color: #fff;
}
.subnav-menus-anchors.black .subnav-menus-point a:hover {
  color: #e64c3d;
}
.subnav-menus-anchors.black .subnav-menus-point a:hover .tcl-icon {
  color: #e64c3d;
}
.subnav-menus-anchors.black .subnav-menus-point.active a {
  color: #e64c3d;
}
.subnav-menus-anchors.white {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.subnav-menus-anchors.white .subnav-menus-arrow-before {
  background-color: #fff;
}
.subnav-menus-anchors.white .subnav-menus-arrow-before::after {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.subnav-menus-anchors.white .subnav-menus-arrow-after {
  background-color: #fff;
}
.subnav-menus-anchors.white .subnav-menus-arrow-after::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.subnav-menus-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.subnav-menus-title {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #111;
  line-height: 24px;
  padding: 4px 16px;
  margin-right: 16px;
  min-height: 48px;
  max-width: 240px;
  overflow: hidden;
  flex-shrink: 0;
}
.subnav-menus-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  padding: 4px 16px;
  margin-right: 16px;
  min-height: 48px;
  max-width: 240px;
  flex-shrink: 0;
}
.subnav-menus-arrow-before {
  position: absolute;
  bottom: 0;
  padding-left: 16px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  z-index: 1;
}
.subnav-menus-arrow-before .tcl-icon {
  font-size: 24px;
  cursor: pointer;
}
.subnav-menus-arrow-before .tcl-icon:hover,
.subnav-menus-arrow-before .tcl-icon:active {
  opacity: 0.7;
}
.subnav-menus-arrow-before::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(249, 249, 249, 0) 0, #f9f9f9 100%);
}
.subnav-menus-arrow-after {
  position: absolute;
  bottom: 0;
  padding-right: 16px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  z-index: 1;
}
.subnav-menus-arrow-after .tcl-icon {
  font-size: 24px;
  cursor: pointer;
}
.subnav-menus-arrow-after .tcl-icon:hover,
.subnav-menus-arrow-after .tcl-icon:active {
  opacity: 0.7;
}
.subnav-menus-arrow-after::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 100%;
  background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0, #f9f9f9 100%);
}
.subnav-menus-items {
  flex-shrink: 1;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.subnav-menus-items::-webkit-scrollbar {
  display: none;
}
.subnav-menus-items ul {
  display: flex;
  height: 100%;
}
.subnav-menus-point {
  padding: 4px 16px;
  max-width: 320px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.subnav-menus-point a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #111;
  line-height: 20px;
  min-height: 48px;
  height: 100%;
  user-select: none;
  cursor: pointer;
}
.subnav-menus-point a .tcl-icon {
  line-height: 16px;
  margin-left: 2px;
}
.subnav-menus-point a:hover {
  color: #e64c3d;
}
.subnav-menus-point a:hover .tcl-icon {
  color: #e64c3d;
}
.subnav-menus-point:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 4px;
  background: #e64c3d;
  transform: translateX(-50%);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
}
.subnav-menus-point.active a {
  color: #e64c3d;
}
.subnav-menus-point.active:after {
  width: 24px;
}
.subnav-modules .subnav-module-panel .subnav-main-title {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 40px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  background-color: #fa541c;
  color: #fff;
  line-height: 52px;
  text-align: center;
}
@media (max-width: 834px) {
  .subnav-menus-anchors.black .subnav-menus-title::after {
    background-color: rgba(238, 238, 238, 0.2);
  }
  .subnav-menus-anchors.black .subnav-menus-logo::after {
    background-color: rgba(238, 238, 238, 0.2);
  }
  .subnav-menus-anchors.black .subnav-menus-point a:hover {
    color: #fff;
  }
  .subnav-menus-anchors.black .subnav-menus-point a:hover .tcl-icon {
    color: #fff;
  }
  .subnav-menus-anchors.black .subnav-menus-point.active a {
    color: #e64c3d;
  }
  .subnav-menus-inner {
    flex-direction: column;
  }
  .subnav-menus-title {
    display: flex;
    margin-right: 0;
    min-height: 40px;
    max-width: 100%;
    position: relative;
  }
  .subnav-menus-title::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
  }
  .subnav-menus-logo {
    display: flex;
    margin-right: 0;
    min-height: 40px;
    max-width: 100%;
    position: relative;
  }
  .subnav-menus-logo::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
  }
  .subnav-menus-point {
    max-width: 183px;
    line-height: 0;
  }
  .subnav-menus-point a {
    min-height: 40px;
  }
  .subnav-menus-point a:hover {
    color: #111;
  }
  .subnav-menus-point a:hover .tcl-icon {
    color: #111;
  }
  .subnav-menus-point.active a {
    color: #e64c3d;
  }
}
.rtl .subnav-menus-title {
  margin-right: 0;
  margin-left: 16px;
}
.rtl .subnav-menus-point a .tcl-icon {
  transform: scaleX(-1);
}
@media (max-width: 834px) {
  .rtl .subnav-menus-title {
    margin-right: 0;
    margin-left: 0;
  }
}
.image-text-group {
  width: 100%;
}
.image-text-group.white {
  color: #111;
}
.image-text-group.black {
  background: #000;
}
.image-text-group.black,
.image-text-group.text-white {
  color: #fff;
}
.image-text-group.black .cta-wrap .cta.cta-outline,
.image-text-group.text-white .cta-wrap .cta.cta-outline {
  border-color: #fff;
  color: #fff;
}
.image-text-group.black .cta-wrap .cta.cta-outline.disable,
.image-text-group.text-white .cta-wrap .cta.cta-outline.disable {
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.12);
}
.image-text-group.black
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-left,
.image-text-group.text-white
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-left {
  background-image: url("../assets/w-icon-left.svg");
}
.image-text-group.black
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-right,
.image-text-group.text-white
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-right {
  background-image: url("../assets/w-icon-right.svg");
}
.image-text-group.text-black {
  color: #111;
}
.image-text-group.text-black .cta-wrap .cta.cta-outline {
  border-color: #111;
  color: #111;
}
.image-text-group.text-black .cta-wrap .cta.cta-outline.disable {
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.12);
}
.image-text-group.text-black
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-left {
  background-image: url("../assets/icon_left.svg");
}
.image-text-group.text-black
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-right {
  background-image: url("../assets/icon_right.svg");
}
.image-text-group .image-text-title {
  max-width: 1168px;
  padding: 0 16px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 40px;
}
.image-text-group .image-text-title .title {
  overflow: hidden;
}
.image-text-group .image-text-title .title-left {
  text-align: left;
}
.image-text-group .image-text-title .title-center {
  text-align: center;
}
.image-text-group .image-text-title .title-right {
  text-align: right;
}
.image-text-group .image-text-title .title-l-size {
  font-size: 48px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  line-height: 58px;
}
.image-text-group .image-text-title .title-m-size {
  font-size: 40px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  line-height: 48px;
}
.image-text-group .image-text-title .title-s-size {
  font-size: 34px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  line-height: 40px;
}
.image-text-group .swiper {
  max-width: 100%;
}
.image-text-group .swiper .swiper-slide {
  display: flex;
}
.image-text-group .video-js {
  width: 100%;
}
.image-text-group ::-webkit-scrollbar {
  width: 0;
}
.image-text-group ::-webkit-scrollbar-thumb {
  width: 0;
}
.image-text-group .flex-direction--row {
  display: flex;
  flex-direction: row;
}
.image-text-group .flex-direction--row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.image-text-group .flex-direction--column {
  display: flex;
  flex-direction: column;
}
.image-text-group .flex-direction--column .swiper-pagination-custom {
  margin-top: 24px;
}
.image-text-group .flex-direction--column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.image-text-group .text-group__wrapper {
  position: relative;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.image-text-group .text-group__wrapper.contains-button .text-group__item {
  bottom: 24px;
}
.image-text-group .text-group__item {
  position: absolute;
  top: 24px;
  bottom: 12px;
  left: 40px;
  right: 40px;
  width: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.image-text-group .text-group__item__content {
  max-height: 100%;
  width: 100%;
}
.image-text-group .image-group__wrapper {
  position: relative;
  height: 100%;
}
.image-text-group .image-group__item {
  position: relative;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.image-text-group .flex-direction--row .image-group__wrapper,
.image-text-group .flex-direction--row-reverse .image-group__wrapper {
  width: 50%;
}
.image-text-group .flex-direction--row .text-group__wrapper,
.image-text-group .flex-direction--row-reverse .text-group__wrapper {
  width: 50%;
}
.image-text-group .layout-simple {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.image-text-group .layout-fullscreen {
  max-width: 2560px;
  margin: 0 auto;
  height: 100%;
}
.image-text-group .cta-wrap {
  padding-top: 4px;
  padding-bottom: 1px;
}
.image-text-group .cta-wrap.align-left {
  justify-content: flex-start;
}
.image-text-group .cta-wrap.align-right {
  justify-content: flex-end;
}
.image-text-group .cta-wrap.align-center {
  justify-content: center;
}
.image-text-group__stationary {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.image-text-group__stationary.flex-direction--row .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.image-text-group__stationary.flex-direction--row,
.image-text-group__stationary.flex-direction--row-reverse {
  align-items: center;
}
.image-text-group__stationary.flex-direction--row .text-group__wrapper,
.image-text-group__stationary.flex-direction--row-reverse .text-group__wrapper {
  padding: 24px 40px 12px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.image-text-group__stationary.flex-direction--row
  .text-group__wrapper.contains-button,
.image-text-group__stationary.flex-direction--row-reverse
  .text-group__wrapper.contains-button {
  padding: 24px 40px;
}
.image-text-group__stationary.flex-direction--column
  .text-group__wrapper.common-empty,
.image-text-group__stationary.flex-direction--column-reverse
  .text-group__wrapper.common-empty {
  display: none;
}
.image-text-group__stationary.flex-direction--column .image-group__item,
.image-text-group__stationary.flex-direction--column-reverse
  .image-group__item {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}
.image-text-group__stationary.flex-direction--column .text-group__wrapper,
.image-text-group__stationary.flex-direction--column-reverse
  .text-group__wrapper {
  padding: 24px 16px 12px 16px;
}
.image-text-group__stationary.flex-direction--column
  .text-group__wrapper.contains-button,
.image-text-group__stationary.flex-direction--column-reverse
  .text-group__wrapper.contains-button {
  padding-bottom: 24px;
}
.image-text-group__stationary.flex-direction--column .text-group__item,
.image-text-group__stationary.flex-direction--column-reverse .text-group__item {
  position: relative;
  width: 100%;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.image-text-group__stationary
  .text-group__wrapper.contains-button
  .text-group__item {
  bottom: auto;
}
.image-text-group__stationary .text-group__item {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
}
.image-text-group__stationary .image-group__item {
  position: relative;
  top: auto;
  left: auto;
}
.image-text-group__carousel .swiper {
  width: 100%;
  position: relative;
}
.image-text-group__carousel .swiper .text-group__wrapper {
  width: 100%;
}
.image-text-group__carousel .swiper .image-group__wrapper {
  width: 100%;
}
.image-text-group__carousel .swiper .pagination-left,
.image-text-group__carousel .swiper .pagination-right {
  margin: 0 8px;
  background: #eee;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.image-text-group__carousel .swiper .pagination-left.disable,
.image-text-group__carousel .swiper .pagination-right.disable {
  cursor: not-allowed;
  opacity: 0.2;
  pointer-events: none;
}
.image-text-group__carousel .swiper .pagination-left:hover,
.image-text-group__carousel .swiper .pagination-right:hover {
  opacity: 0.6;
}
.image-text-group__carousel .swiper .swiper-pagination-custom {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: auto;
}
.image-text-group__carousel .swiper .swiper-pagination-custom .pagination-left {
  background: url("../assets/icon_left.svg") 0 0 no-repeat;
}
.image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-right {
  background: url("../assets/icon_right.svg") 0 0 no-repeat;
}
.image-text-group__carousel .swiper.image-swiper .pagination-left,
.image-text-group__carousel .swiper.image-swiper .pagination-right {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.image-text-group__carousel .swiper.image-swiper .pagination-left {
  left: 12px;
  background: url("../assets/icon_left_ghost.svg") 0 0 no-repeat;
  background-size: 32px;
}
.image-text-group__carousel .swiper.image-swiper .pagination-right {
  right: 12px;
  background: url("../assets/icon_right_ghost.svg") 0 0 no-repeat;
  background-size: 32px;
}
.image-text-group__carousel.image-text-group__marketing.flex-direction--column-reverse
  .image-group__item,
.image-text-group__carousel.image-text-group__marketing.flex-direction--column
  .image-group__item {
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
}
.image-text-group__carousel.image-text-group__marketing.flex-direction--column
  .text-group__wrapper.contains-button
  .text-group__item,
.image-text-group__carousel.image-text-group__marketing.flex-direction--column-reverse
  .text-group__wrapper.contains-button
  .text-group__item {
  bottom: 24px;
}
.image-text-group__carousel.image-text-group__marketing.flex-direction--column
  .text-group__wrapper
  .text-group__item,
.image-text-group__carousel.image-text-group__marketing.flex-direction--column-reverse
  .text-group__wrapper
  .text-group__item {
  left: 16px;
  right: 16px;
}
.image-text-group__carousel.image-text-group__marketing.flex-direction--column
  .swiper-pagination-custom {
  position: relative;
  bottom: auto;
  margin-top: 0;
}
.image-text-group__carousel.image-text-group__marketing.flex-direction--row-reverse
  .text-group__wrapper
  .text-group__item,
.image-text-group__carousel.image-text-group__marketing.flex-direction--row
  .text-group__wrapper
  .text-group__item {
  bottom: 32px;
}
.image-text-group__carousel.image-text-group__marketing.flex-direction--row-reverse
  .swiper-pagination-custom,
.image-text-group__carousel.image-text-group__marketing.flex-direction--row
  .swiper-pagination-custom {
  position: absolute;
  bottom: 0;
}
.image-text-group__carousel.image-text-group__media.flex-direction--column
  .text-group__item,
.image-text-group__carousel.image-text-group__media.flex-direction--column-reverse
  .text-group__item {
  position: relative;
  width: 100%;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
}
.image-text-group__carousel.image-text-group__media.flex-direction--column
  .text-group__wrapper.contains-button
  .text-group__item,
.image-text-group__carousel.image-text-group__media.flex-direction--column-reverse
  .text-group__wrapper.contains-button
  .text-group__item {
  bottom: auto;
}
.image-text-group__carousel.image-text-group__media.flex-direction--column
  .text-group__wrapper {
  padding: 0 16px 12px 16px;
}
.image-text-group__carousel.image-text-group__media.flex-direction--column
  .text-group__wrapper.contains-button {
  padding-bottom: 24px;
}
.image-text-group__carousel.image-text-group__media.flex-direction--column-reverse
  .text-group__wrapper {
  padding: 24px 16px 0 16px;
}
.image-text-group__together .swiper .swiper-slide {
  justify-content: space-between;
  align-items: center;
}
.image-text-group__together
  .swiper
  .swiper-slide.flex-direction--row-reverse
  .text-group__wrapper,
.image-text-group__together
  .swiper
  .swiper-slide.flex-direction--row
  .text-group__wrapper,
.image-text-group__together
  .swiper
  .swiper-slide.flex-direction--row-reverse
  .image-group__wrapper,
.image-text-group__together
  .swiper
  .swiper-slide.flex-direction--row
  .image-group__wrapper {
  width: 50%;
}
.image-text-group__together
  .swiper
  .swiper-slide.flex-direction--column-reverse
  .text-group__wrapper {
  padding-bottom: 12px;
}
.image-text-group__together
  .swiper
  .swiper-slide.flex-direction--column-reverse
  .text-group__wrapper.contains-button {
  padding-bottom: 24px;
}
.image-text-group__together
  .swiper
  .swiper-slide.flex-direction--column-reverse
  .text-group__wrapper.common-empty {
  padding-bottom: 0;
}
.image-text-group__together .swiper .pc-direction--row.swiper-pagination-custom,
.image-text-group__together
  .swiper
  .pc-direction--row-reverse.swiper-pagination-custom {
  margin-top: 24px;
}
.image-text-group__together .swiper .swiper-pagination.text-empty,
.image-text-group__together .swiper .swiper-pagination.pc-direction--column {
  margin-top: 24px;
}
.image-text-group__together
  .flex-direction--column
  .text-group__wrapper
  .text-group__item,
.image-text-group__together
  .flex-direction--column-reverse
  .text-group__wrapper
  .text-group__item {
  left: 16px;
  right: 16px;
}
.image-text-group__marketing.flex-direction--row .swiper,
.image-text-group__marketing.flex-direction--row-reverse .swiper {
  width: 50%;
}
.image-text-group__marketing.flex-direction--row .swiper .swiper-wrapper,
.image-text-group__marketing.flex-direction--row-reverse
  .swiper
  .swiper-wrapper {
  height: 100%;
}
.image-text-group__marketing.flex-direction--row
  .swiper
  .swiper-wrapper
  .swiper-slide,
.image-text-group__marketing.flex-direction--row-reverse
  .swiper
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-text-group__marketing.flex-direction--column .swiper {
  padding-bottom: 24px;
}
.image-text-group__marketing.flex-direction--column .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-text-group__marketing.flex-direction--column-reverse
  .swiper
  .swiper-slider {
  height: 100%;
}
.image-text-group__marketing.flex-direction--column-reverse
  .swiper
  .swiper-slider
  .text-group__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.image-text-group__media.flex-direction--row,
.image-text-group__media.flex-direction--row-reverse {
  align-items: center;
  height: 100%;
}
.image-text-group__media.flex-direction--row .swiper,
.image-text-group__media.flex-direction--row-reverse .swiper {
  width: 50%;
}
.image-text-group__media.flex-direction--row .text-group__item,
.image-text-group__media.flex-direction--row-reverse .text-group__item {
  padding-top: 0;
  padding-bottom: 0;
}
.image-text-group__media.flex-direction--column
  .text-group__wrapper.common-empty,
.image-text-group__media.flex-direction--column-reverse
  .text-group__wrapper.common-empty {
  display: none;
}
.image-text-group .mobile {
  display: none;
}
.image-text-group .common {
  display: block;
}
@media only screen and (max-width: 834px) {
  .image-text-group .image-text-title {
    margin-bottom: 32px;
  }
  .image-text-group .image-text-title .title-l-size {
    font-size: 36px;
    line-height: 44px;
  }
  .image-text-group .image-text-title .title-m-size {
    font-size: 34px;
    line-height: 40px;
  }
  .image-text-group .image-text-title .title-s-size {
    font-size: 28px;
    line-height: 34px;
  }
  .image-text-group .cta-wrap {
    padding-bottom: 2px;
  }
  .image-text-group .text-group__wrapper {
    padding: 0 0 12px 0;
    box-sizing: border-box;
  }
  .image-text-group .text-group__wrapper.contains-button {
    padding-bottom: 24px;
  }
  .image-text-group .text-group__wrapper.contains-button .text-group__item {
    bottom: 0;
  }
  .image-text-group .text-group__item {
    top: 24px;
    bottom: 0;
    left: 16px;
    right: 16px;
  }
  .image-text-group .flex-direction--mobile--column {
    display: flex;
    flex-direction: column;
  }
  .image-text-group .flex-direction--mobile--column .swiper-slide {
    width: 100%;
  }
  .image-text-group
    .flex-direction--mobile--column
    .text-swiper
    .swiper-pagination-custom {
    margin-bottom: 24px;
    position: relative;
  }
  .image-text-group .flex-direction--mobile--column .image-group__wrapper {
    width: 100%;
  }
  .image-text-group .flex-direction--mobile--column .text-group__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .image-text-group .flex-direction--mobile--column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .image-text-group
    .flex-direction--mobile--column-reverse
    .image-group__wrapper {
    width: 100%;
  }
  .image-text-group
    .flex-direction--mobile--column-reverse
    .text-group__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .image-text-group .flex-direction--mobile--column-reverse .text-group__item {
    box-sizing: border-box;
  }
  .image-text-group__stationary.flex-direction--column
    .text-group__wrapper.common-empty,
  .image-text-group__stationary.flex-direction--column-reverse
    .text-group__wrapper.common-empty {
    display: flex;
  }
  .image-text-group__stationary.flex-direction--mobile--column
    .text-group__wrapper.mobile-empty,
  .image-text-group__stationary.flex-direction--mobile--column-reverse
    .text-group__wrapper.mobile-empty {
    display: none;
  }
  .image-text-group__stationary.flex-direction--row .text-group__wrapper,
  .image-text-group__stationary.flex-direction--row-reverse
    .text-group__wrapper {
    padding: 24px 16px 12px 16px;
  }
  .image-text-group__stationary.flex-direction--row
    .text-group__wrapper.contains-button,
  .image-text-group__stationary.flex-direction--row-reverse
    .text-group__wrapper.contains-button {
    padding: 24px 16px 24px;
  }
  .image-text-group__stationary .image-group__item {
    position: relative;
    top: auto;
    left: auto;
  }
  .image-text-group__stationary .text-group__wrapper {
    padding: 24px 16px 12px 16px;
  }
  .image-text-group__stationary .text-group__wrapper.contains-button {
    padding-bottom: 24px;
    bottom: auto;
  }
  .image-text-group__stationary .text-group__item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .image-text-group__marketing.flex-direction--row .swiper,
  .image-text-group__marketing.flex-direction--row-reverse .swiper {
    width: 100%;
  }
  .image-text-group__marketing.flex-direction--row .swiper .swiper-wrapper,
  .image-text-group__marketing.flex-direction--row-reverse
    .swiper
    .swiper-wrapper {
    height: auto;
    min-height: 100%;
  }
  .image-text-group__marketing.flex-direction--row .image-group__wrapper,
  .image-text-group__marketing.flex-direction--row-reverse
    .image-group__wrapper {
    width: 100%;
  }
  .image-text-group__media.flex-direction--row .swiper,
  .image-text-group__media.flex-direction--row-reverse .swiper {
    width: 100%;
  }
  .image-text-group__media.flex-direction--row .text-group__wrapper,
  .image-text-group__media.flex-direction--row-reverse .text-group__wrapper {
    width: 100%;
  }
  .image-text-group__media.flex-direction--column
    .text-group__wrapper.common-empty,
  .image-text-group__media.flex-direction--column-reverse
    .text-group__wrapper.common-empty {
    display: flex;
  }
  .image-text-group__media.flex-direction--mobile--column
    .text-group__wrapper.mobile-empty,
  .image-text-group__media.flex-direction--mobile--column-reverse
    .text-group__wrapper.mobile-empty {
    display: none;
  }
  .image-text-group__carousel.image-text-group__media.flex-direction--mobile--column-reverse
    .text-group__wrapper {
    padding: 24px 16px 0 16px;
  }
  .image-text-group__carousel.image-text-group__media.flex-direction--mobile--column-reverse
    .text-group__wrapper.contains-button {
    padding-bottom: 0;
  }
  .image-text-group__carousel.image-text-group__media.flex-direction--mobile--column
    .text-group__wrapper {
    padding: 0 16px 12px 16px;
  }
  .image-text-group__carousel.image-text-group__media.flex-direction--mobile--column
    .text-group__wrapper.contains-button {
    padding-bottom: 24px;
  }
  .image-text-group__carousel.image-text-group__media .text-group__wrapper {
    padding: 24px 16px 12px 16px;
  }
  .image-text-group__carousel.image-text-group__media
    .text-group__wrapper.contains-button {
    padding-bottom: 24px;
  }
  .image-text-group__carousel.image-text-group__media .text-group__item {
    position: relative;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .image-text-group__carousel.image-text-group__marketing .image-group__item {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
  .image-text-group__together
    .swiper
    .swiper-slide.flex-direction--row-reverse
    .text-group__wrapper,
  .image-text-group__together
    .swiper
    .swiper-slide.flex-direction--row
    .text-group__wrapper,
  .image-text-group__together
    .swiper
    .swiper-slide.flex-direction--row-reverse
    .image-group__wrapper,
  .image-text-group__together
    .swiper
    .swiper-slide.flex-direction--row
    .image-group__wrapper {
    width: 100%;
  }
  .image-text-group__together
    .swiper
    .swiper-pagination.mob-direction--column-reverse {
    margin-top: 0;
  }
  .image-text-group__together
    .swiper
    .swiper-pagination.mob-direction--column-reverse.text-empty {
    margin-top: 24px;
  }
  .image-text-group__together .swiper .swiper-pagination.mob-direction--column {
    margin-top: 24px;
  }
  .image-text-group .common {
    display: none;
  }
  .image-text-group .mobile {
    display: block;
  }
}
@media only screen and (max-width: 534px) {
  .image-text-group .image-text-title {
    margin-bottom: 24px;
  }
  .image-text-group .image-text-title .title-l-size {
    font-size: 32px;
    line-height: 38px;
  }
  .image-text-group .image-text-title .title-m-size {
    font-size: 28px;
    line-height: 34px;
  }
  .image-text-group .image-text-title .title-s-size {
    font-size: 24px;
    line-height: 28px;
  }
}
.rtl .image-text-group .flex-direction--row {
  flex-direction: row-reverse;
}
.rtl .image-text-group .flex-direction--row-reverse {
  flex-direction: row;
}
.rtl
  .image-text-group.black
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-left,
.rtl
  .image-text-group.text-white
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-left {
  background-image: url("../assets/w-icon-right.svg");
}
.rtl
  .image-text-group.black
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-right,
.rtl
  .image-text-group.text-white
  .image-text-group__carousel
  .swiper
  .swiper-pagination-custom
  .pagination-right {
  background-image: url("../assets/w-icon-left.svg");
}
.rtl .image-text-group__carousel .swiper-pagination-custom .pagination-left {
  background: url("../assets/icon_right.svg") 0 0 no-repeat;
}
.rtl .image-text-group__carousel .swiper-pagination-custom .pagination-right {
  background: url("../assets/icon_left.svg") 0 0 no-repeat;
}
.rtl .image-text-group__carousel .swiper.image-swiper .pagination-left {
  right: 12px;
  left: auto;
  background: url("../assets/icon_right_ghost.svg") 0 0 no-repeat;
  background-size: 32px;
}
.rtl .image-text-group__carousel .swiper.image-swiper .pagination-right {
  left: 12px;
  right: auto;
  background: url("../assets/icon_left_ghost.svg") 0 0 no-repeat;
  background-size: 32px;
}
.rtl .image-text-group .cta-wrap.align-right {
  justify-content: flex-start;
}
.rtl .image-text-group .cta-wrap.align-left {
  justify-content: flex-end;
}
@media only screen and (max-width: 834px) {
  .rtl .image-text-group .flex-direction--mobile--column {
    flex-direction: column;
  }
  .rtl .image-text-group .flex-direction--mobile--column-reverse {
    flex-direction: column-reverse;
  }
}
.common-title-container {
  width: 100%;
}
.common-title-container .common-title-mobile,
.common-title-container .common-title-pad {
  display: none !important;
}
.common-title-container .common-title-pc {
  display: inline-block !important;
}
.common-title-container.common-title-white {
  color: #111;
  background: #fff;
}
.common-title-container.common-title-white .common-title-border {
  border-color: #111;
}
.common-title-container.common-title-black {
  color: #fff;
  background: #000;
}
.common-title-container.common-title-black .common-title-border {
  border-color: #fff;
}
.common-title-container.common-title-black
  .common-title-button-container
  .common-title-button-text
  .common-title-link {
  color: #fff;
}
.common-title-container .common-title-img {
  width: auto;
  max-width: 100%;
}
.common-title-container .common-title-subtitle-container {
  font-size: 20px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  line-height: 22px;
}
.common-title-container .common-title-subtitle-container .content-wrap {
  display: inline-block;
}
.common-title-container .common-title-subtitle-container .common-title-capsule,
.common-title-container .common-title-subtitle-container .mob-capsule {
  padding: 5px 16px;
  position: relative;
}
.common-title-container
  .common-title-subtitle-container
  .common-title-capsule:not(.linear-granite),
.common-title-container
  .common-title-subtitle-container
  .mob-capsule:not(.linear-granite) {
  border-radius: 16px;
  border: 1px solid;
}
.common-title-container
  .common-title-subtitle-container
  .common-title-capsule.linear-granite::before,
.common-title-container
  .common-title-subtitle-container
  .mob-capsule.linear-granite::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  border-radius: 16px;
}
.common-title-container .common-title-subtitle-container.subtitle-pc-margin {
  margin-bottom: 20px;
}
.common-title-container .common-title-button-container {
  max-width: 100%;
}
.common-title-container
  .common-title-button-container
  .common-title-button-text {
  position: relative;
  font-size: 14px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  max-width: 100%;
  box-sizing: border-box;
}
.common-title-container
  .common-title-button-container
  .common-title-button-text
  .common-title-link {
  max-width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
}
.common-title-container
  .common-title-button-container
  .common-title-button-text
  .common-title-link:after {
  content: "";
  border-width: 0 1px 1px 0;
  border-style: solid;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  margin-right: 3px;
}
.common-title-container
  .common-title-button-container
  .common-title-button-text
  .common-title-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-title-container
  .common-title-button-container
  .common-title-button-text.common-title-border {
  border-radius: 20px;
  border: 1px solid;
  padding: 10px 24px;
}
.common-title-container .linear-granite.common-title-capsule {
  border: 1px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.common-title-container .linear-granite-text {
  -webkit-text-fill-color: transparent;
}
.common-title-container .common-title-wrap {
  max-width: 1168px;
  padding: 0 16px;
  overflow: hidden;
  margin: 0 auto;
}
.common-title-container .common-title-wrap .title-left {
  text-align: left;
}
.common-title-container .common-title-wrap .title-center {
  text-align: center;
}
.common-title-container .common-title-wrap .title-right {
  text-align: right;
}
.common-title-container .common-title-wrap .title-l-size {
  font-size: 48px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.common-title-container .common-title-wrap .title-m-size {
  font-size: 40px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.common-title-container .common-title-wrap .title-s-size {
  font-size: 34px;
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.common-title-container .common-title-wrap .common-title-text {
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}
.common-title-container .flex-direction--row,
.common-title-container .flex-direction--row-reverse {
  display: flex;
  flex-wrap: wrap;
}
.common-title-container .flex-direction--row .title-container,
.common-title-container .flex-direction--row-reverse .title-container {
  width: auto;
}
.common-title-container .flex-direction--row .common-title-button-container,
.common-title-container
  .flex-direction--row-reverse
  .common-title-button-container {
  margin-top: 0;
}
.common-title-container .flex-direction--row {
  flex-direction: row;
}
.common-title-container .flex-direction--row-reverse {
  flex-direction: row-reverse;
}
.common-title-container .flex-direction--column,
.common-title-container .flex-direction--column-reverse {
  display: flex;
  flex-wrap: wrap;
}
.common-title-container .flex-direction--column .title-container,
.common-title-container .flex-direction--column-reverse .title-container {
  width: 100%;
}
.common-title-container .flex-direction--column .common-title-button-container,
.common-title-container
  .flex-direction--column-reverse
  .common-title-button-container {
  margin-top: 20px;
}
.common-title-container .flex-direction--column-reverse {
  flex-direction: column-reverse;
}
.common-title-container .flex-direction--column {
  flex-direction: column;
}
.common-title-container .layout-simple {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.common-title-container .layout-fullscreen {
  max-width: 2560px;
  margin: 0 auto;
  height: 100%;
}
.common-title-container
  .common-title-content-container.justify-content-between {
  justify-content: space-between;
  align-items: center;
}
.common-title-container
  .common-title-content-container.justify-content-between-reverse {
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.common-title-container .common-title-content-container.justify-left {
  justify-content: flex-start;
}
.common-title-container .common-title-content-container.justify-right {
  justify-content: flex-end;
}
.common-title-container .common-title-content-container.justify-center {
  justify-content: center;
}
.common-title-container .common-title-content-container.align-left {
  align-items: flex-start;
}
.common-title-container .common-title-content-container.align-right {
  align-items: flex-end;
}
.common-title-container .common-title-content-container.align-center {
  align-items: center;
}
.common-title-container .common-title-content-container.flex-wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .common-title-container .common-title-wrap .mob-title-center {
    text-align: center;
  }
  .common-title-container .common-title-wrap .mob-title-right {
    text-align: right;
  }
  .common-title-container .common-title-wrap .mob-title-left {
    text-align: left;
  }
  .common-title-container .common-title-wrap .title-l-size {
    font-size: 36px;
  }
  .common-title-container .common-title-wrap .title-m-size {
    font-size: 34px;
  }
  .common-title-container .common-title-wrap .title-s-size {
    font-size: 28px;
  }
  .common-title-container
    .common-title-content-container.mob-justify-content-between {
    justify-content: space-between;
    align-items: center;
  }
  .common-title-container
    .common-title-content-container.mob-justify-content-between-reverse {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .common-title-container .common-title-content-container.mob-justify-left {
    justify-content: flex-start;
  }
  .common-title-container .common-title-content-container.mob-justify-right {
    justify-content: flex-end;
  }
  .common-title-container .common-title-content-container.mob-justify-center {
    justify-content: center;
  }
  .common-title-container .common-title-content-container.mob-align-left {
    align-items: flex-start;
  }
  .common-title-container .common-title-content-container.mob-align-right {
    align-items: flex-end;
  }
  .common-title-container .common-title-content-container.mob-align-center {
    align-items: center;
  }
  .common-title-container .common-title-content-container.flex-wrap {
    flex-wrap: wrap;
  }
  .common-title-container .mob-flex-direction--row,
  .common-title-container .mob-flex-direction--row-reverse {
    display: flex;
    flex-wrap: wrap;
  }
  .common-title-container .mob-flex-direction--row .title-container,
  .common-title-container .mob-flex-direction--row-reverse .title-container {
    width: auto;
  }
  .common-title-container
    .mob-flex-direction--row
    .common-title-button-container,
  .common-title-container
    .mob-flex-direction--row-reverse
    .common-title-button-container {
    margin-top: 0;
  }
  .common-title-container .mob-flex-direction--row {
    flex-direction: row;
  }
  .common-title-container .mob-flex-direction--row-reverse {
    flex-direction: row-reverse;
  }
  .common-title-container .mob-flex-direction--column,
  .common-title-container .mob-flex-direction--column-reverse {
    display: flex;
    flex-wrap: wrap;
  }
  .common-title-container .mob-flex-direction--column .title-container,
  .common-title-container .mob-flex-direction--column-reverse .title-container {
    width: 100%;
  }
  .common-title-container
    .mob-flex-direction--column
    .common-title-button-container,
  .common-title-container
    .mob-flex-direction--column-reverse
    .common-title-button-container {
    margin-top: 20px;
  }
  .common-title-container .mob-flex-direction--column {
    flex-direction: column;
  }
  .common-title-container .mob-flex-direction--column-reverse {
    flex-direction: column-reverse;
  }
  .common-title-container .common-title-pc {
    display: none !important;
  }
  .common-title-container .common-title-mobile,
  .common-title-container .common-title-pad {
    display: inline-block !important;
  }
  .common-title-container .common-title-subtitle-container {
    font-size: 18px;
  }
  .common-title-container
    .common-title-subtitle-container.subtitle-mobile-margin {
    margin-bottom: 16px;
  }
  .common-title-container .common-title-subtitle-container .mob-capsule {
    border: 1px solid;
    border-radius: 16px;
    padding: 5px 16px;
    font-size: 20px;
    font-family: TCLSans-Unity-Medium, sans-serif;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
  }
  .common-title-container .linear-granite.mob-capsule {
    border: 1px solid transparent;
    border-radius: 16px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
  }
}
@media only screen and (max-width: 534px) {
  .common-title-container .common-title-wrap .title-l-size {
    font-size: 32px;
  }
  .common-title-container .common-title-wrap .title-m-size {
    font-size: 28px;
  }
  .common-title-container .common-title-wrap .title-s-size {
    font-size: 24px;
  }
  .common-title-container .common-title-wrap .common-title-subtitle-container {
    font-size: 18px;
  }
  .common-title-container
    .common-title-wrap
    .common-title-subtitle-container.subtitle-mobile-margin {
    margin-bottom: 16px;
  }
  .common-title-container
    .common-title-wrap
    .common-title-subtitle-container
    .common-title-text {
    font-size: 18px;
    font-family: TCLSans-Unity-Medium, sans-serif;
    font-weight: 500;
    line-height: 22px;
  }
  .common-title-container .common-title-pc,
  .common-title-container .common-title-pad {
    display: none !important;
  }
  .common-title-container .common-title-mobile {
    display: inline-block !important;
  }
  .common-title-content-container
    .common-title-button-container
    .common-title-text {
    display: none;
  }
  .common-title-content-container
    .common-title-button-container
    .common-title-button-text {
    width: 23px;
    height: 23px;
    padding: 0;
    text-align: center;
    position: relative;
    border-radius: 50%;
    max-width: 100%;
  }
  .common-title-content-container
    .common-title-button-container
    .common-title-button-text.common-title-border {
    padding: 0;
  }
  .common-title-content-container
    .common-title-button-container
    .common-title-button-text
    .common-title-link {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .common-title-content-container
    .common-title-button-container
    .common-title-button-text:after {
    transform: translate(-60%, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
.rtl .common-title-container .common-title-content-container.align-left {
  align-items: flex-end;
}
.rtl .common-title-container .common-title-content-container.align-center {
  align-items: center;
}
.rtl .common-title-container .common-title-content-container.align-right {
  align-items: flex-start;
}
.rtl .common-title-container .flex-direction--row {
  flex-direction: row-reverse;
}
.rtl .common-title-container .flex-direction--row-reverse {
  flex-direction: row;
}
.rtl
  .common-title-container
  .common-title-button-container
  .common-title-button-text
  .common-title-link:after {
  content: "";
  border-width: 0 1px 1px 0;
  border-style: solid;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
}
@media only screen and (max-width: 834px) {
  .rtl .common-title-container .common-title-content-container.mob-align-left {
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .rtl .common-title-container .common-title-content-container.mob-align-right {
    align-items: flex-start;
    flex-direction: row;
  }
  .rtl
    .common-title-container
    .common-title-content-container.mob-align-center {
    align-items: center;
  }
  .rtl
    .common-title-container
    .common-title-content-container
    .common-title-button-container
    .common-title-button-text:before {
    transform: translate(100%, 0) rotate(135deg);
  }
  .rtl .common-title-container .mob-flex-direction--row {
    flex-direction: row-reverse;
  }
  .rtl .common-title-container .mob-flex-direction--row-reverse {
    flex-direction: row;
  }
  .rtl .common-title-container .mob-flex-direction--column {
    flex-direction: column;
  }
  .rtl .common-title-container .mob-flex-direction--column-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 534px) {
  .rtl
    .common-title-container
    .common-title-content-container
    .common-title-button-container
    .common-title-button-text
    .common-title-link:after {
    margin-right: 0;
    margin-left: 3px;
  }
}
.key-tab-carousel-container {
  margin: 0 auto;
  width: 100%;
}
.key-tab-carousel-container.theme-black {
  background-color: #000;
}
.key-tab-carousel-container .add-components-title {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 40px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  background-color: #fa541c;
  color: #fff;
  line-height: 52px;
  text-align: center;
  visibility: visible;
}
.key-tab-carousel-container .rich-text-content .rich-text.mobile {
  display: none;
}
.key-tab-carousel-container .key-tab-carousel-swiper {
  width: 100%;
  position: relative;
}
.key-tab-carousel-container .key-tab-carousel-swiper .head-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.key-tab-carousel-container .key-tab-carousel-swiper .head-wrap.has-pc-media {
  padding-top: 40px;
}
.key-tab-carousel-container .key-tab-carousel-swiper .head-wrap.text-white {
  color: #fff;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap.text-white
  .tab-warpper
  u {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(#fff, #fff);
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap.text-white
  .tab-warpper.capsule-warpper
  .tab-item {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap.text-white
  .tab-warpper.capsule-warpper
  .tab-item.active {
  border: 1px solid #fff !important;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap.text-white
  .tab-warpper.capsule-warpper
  .tab-item.active
  u {
  background-size: 0;
  -webkit-transition: none;
  transition: none;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap.text-white
  .tab-warpper.capsule-warpper
  .tab-item:hover {
  border: 1px solid #fff !important;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap.text-white
  .tcl-icon {
  color: #fff;
}
.key-tab-carousel-container .key-tab-carousel-swiper .head-wrap.text-black {
  color: #111;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap.text-black
  .tab-warpper
  u {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(#000)
  );
  background-image: linear-gradient(#000, #000);
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap.text-black
  .tcl-icon {
  color: #111;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .rich-text-content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
}
.key-tab-carousel-container .key-tab-carousel-swiper .head-wrap .tabs-content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .arrow-left,
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .arrow-right {
  position: absolute;
  top: 0;
  height: 100%;
  display: none;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .arrow-left
  .tcl-icon,
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .arrow-right
  .tcl-icon {
  font-size: 24px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .arrow-left {
  left: 16px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .arrow-right {
  right: 16px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .arrow-left:hover,
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .arrow-left:active {
  opacity: 0.7;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.flex-left {
  justify-content: flex-start;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.flex-right {
  justify-content: flex-end;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.flex-center {
  justify-content: center;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper {
  position: relative;
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper
  .tab-item {
  text-align: center;
  padding: 12px 20px;
  max-width: 320px;
  box-sizing: content-box;
  display: block;
  flex-shrink: 0;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper
  .tab-item
  img {
  cursor: pointer;
  display: flex;
  max-width: 100%;
  margin: 0 auto 4px auto;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper
  .tab-item
  u {
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 50% 100%;
  cursor: pointer;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper
  .tab-item.active
  u {
  background-size: 100% 2px;
  -webkit-transition: background-size 0.2s cubic-bezier(0.33, 0, 0.3, 1);
  transition: background-size 0.2s cubic-bezier(0.33, 0, 0.3, 1);
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper
  .tab-item:hover {
  opacity: 0.7;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper
  .tab-item:first-child {
  padding-left: 16px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper
  .tab-item:last-child {
  padding-right: 16px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper.capsule-warpper
  .tab-item {
  padding: 0;
  border-radius: 20px;
  margin-right: 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  max-width: none;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper.capsule-warpper
  .tab-item:first-child {
  margin-left: 16px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper.capsule-warpper
  .tab-item.active {
  border: 1px solid #000;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper.capsule-warpper
  .tab-item.active
  u {
  background-size: 0;
  -webkit-transition: none;
  transition: none;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper.capsule-warpper
  .tab-item:hover {
  border: 1px solid #000;
  opacity: 1;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper.capsule-warpper
  .tab-item
  u {
  display: block;
  padding: 8px 24px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.has-arrow-tab {
  padding: 0 40px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.has-arrow-tab
  .arrow-left,
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.has-arrow-tab
  .arrow-right {
  display: inline-flex;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.has-l-arrow-tab {
  padding-left: 40px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.has-l-arrow-tab
  .arrow-left {
  display: inline-flex;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.has-l-arrow-tab
  .arrow-right {
  display: none;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.has-r-arrow-tab {
  padding-right: 40px;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.has-r-arrow-tab
  .arrow-left {
  display: none;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.has-r-arrow-tab
  .arrow-right {
  display: inline-flex;
}
.key-tab-carousel-container .key-tab-carousel-swiper .head-wrap.float {
  position: absolute;
  top: 40px;
  padding-top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.key-tab-carousel-container .key-tab-carousel-swiper .item-background {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: flex-start;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .item-background
  .media-image {
  width: 2560px;
  flex-shrink: 0;
  line-height: 0;
}
.key-tab-carousel-container .key-tab-carousel-swiper .item-background video {
  width: 2560px;
  flex-shrink: 0;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .item-background.tablet-image,
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .item-background.tablet-video,
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .item-background.mobile-image,
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .item-background.mobile-video {
  display: none;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .item-background.desktop-image,
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .item-background.desktop-video {
  display: flex;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .key-tab-carousel-swiper-wrapper.wcmmode-edit {
  flex-direction: column;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .key-tab-carousel-swiper-slide {
  padding-top: 20px;
  box-sizing: border-box;
  visibility: hidden;
}
.key-tab-carousel-container
  .key-tab-carousel-swiper
  .key-tab-carousel-swiper-slide.swiper-slide-active {
  visibility: visible;
}
.key-tab-carousel.cq-Editable-dom .key-tab-carousel-swiper-slide {
  visibility: visible;
}
@media only screen and (max-width: 834px) {
  .key-tab-carousel-container .add-components-title {
    max-width: 100%;
  }
  .key-tab-carousel-container .rich-text-content .rich-text.common {
    display: none;
  }
  .key-tab-carousel-container .rich-text-content .rich-text.mobile {
    display: block;
  }
  .key-tab-carousel-container .key-tab-carousel-swiper .head-wrap {
    max-width: 100%;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap.has-mobile-media {
    padding-top: 32px;
  }
  .key-tab-carousel-container .key-tab-carousel-swiper .head-wrap.float {
    top: 32px;
    padding-top: 0;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper
    .tab-item {
    padding: 10px 16px;
    max-width: 320px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper
    .tab-item
    u {
    font-size: 14px;
    line-height: 20px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item {
    margin-right: 12px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item:first-child {
    margin-left: 16px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item
    u {
    display: block;
    padding: 6px 24px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item:last-child {
    margin-right: 16px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background
    .media-image {
    width: 834px;
  }
  .key-tab-carousel-container .key-tab-carousel-swiper .item-background video {
    width: 834px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.mobile-image,
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.mobile-video,
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.desktop-image,
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.desktop-video {
    display: none;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.tablet-image,
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.tablet-video {
    display: flex;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap.has-mobile-media {
    padding-top: 24px;
  }
  .key-tab-carousel-container .key-tab-carousel-swiper .head-wrap.float {
    top: 24px;
    padding-top: 0;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper
    .tab-item {
    padding: 10px 12px;
    max-width: 183px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper
    .tab-item:first-child {
    padding-left: 16px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper
    .tab-item:last-child {
    padding-right: 16px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper
    .tab-item
    u {
    font-size: 14px;
    line-height: 20px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item {
    margin-right: 12px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item:first-child {
    margin-left: 16px;
    padding-left: 0;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item:last-child {
    padding-right: 0;
    margin-right: 16px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item
    u {
    display: block;
    padding: 6px 24px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background
    .media-image {
    width: 534px;
  }
  .key-tab-carousel-container .key-tab-carousel-swiper .item-background video {
    width: 534px;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.desktop-image,
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.desktop-video,
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.tablet-image,
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.tablet-video {
    display: none;
  }
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.mobile-image,
  .key-tab-carousel-container
    .key-tab-carousel-swiper
    .item-background.mobile-video {
    display: flex;
  }
}
.rtl
  .key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.flex-left {
  justify-content: flex-end;
}
.rtl
  .key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content.flex-right {
  justify-content: flex-start;
}
.rtl
  .key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper.capsule-warpper
  .tab-item {
  margin-right: 0;
  margin-left: 16px;
}
.rtl
  .key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper.capsule-warpper
  .tab-item:first-child {
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0;
}
.rtl
  .key-tab-carousel-container
  .key-tab-carousel-swiper
  .head-wrap
  .tabs-content
  .tab-warpper.capsule-warpper
  .tab-item:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 834px) {
  .rtl
    .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item {
    margin-right: 0;
    margin-left: 12px;
  }
  .rtl
    .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item:first-child {
    margin-left: 12px;
    padding-left: 0;
  }
  .rtl
    .key-tab-carousel-container
    .key-tab-carousel-swiper
    .head-wrap
    .tabs-content
    .tab-warpper.capsule-warpper
    .tab-item:last-child {
    padding-right: 0;
    margin-right: 0;
    margin-left: 16px;
  }
}
.resize-observer[data-v-8859cc6c] {
  border: 0;
  background-color: transparent;
  opacity: 0;
}
.resize-observer[data-v-8859cc6c],
.resize-observer[data-v-8859cc6c] object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  overflow: hidden;
}
button[data-v-847c2e44] {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}
.tui-button[data-v-847c2e44] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  border: 1px solid transparent;
}
.tui-button__label[data-v-847c2e44] {
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.tui-button__underline[data-v-847c2e44] {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--button-color, var(--tui-color-primary, #e64c3d));
}
.tui-button--main[data-v-847c2e44] {
  border-color: var(--button-color, var(--tui-color-primary, #e64c3d));
  background-color: var(--button-color, var(--tui-color-primary, #e64c3d));
  color: var(--button-text-color, var(--tui-color-background, #fff));
}
.tui-button--main[data-v-847c2e44]:hover {
  border-color: var(
    --button-hover-color,
    var(--tui-color-primary-tint1, #eb7064)
  );
  background-color: var(
    --button-hover-color,
    var(--tui-color-primary-tint1, #eb7064)
  );
}
.tui-button--main[data-v-847c2e44]:active {
  border-color: var(
    --button-active-color,
    var(--tui-color-primary-tint3, #f5b7b1)
  );
  background-color: var(
    --button-active-color,
    var(--tui-color-primary-tint3, #f5b7b1)
  );
}
.tui-button--main.tui-button--disabled[data-v-847c2e44] {
  --background: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  border-color: transparent;
  background-color: var(
    --button-color-disabled,
    var(--background, rgba(0, 0, 0, 0.12))
  );
  color: var(--button-text-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-button--sub[data-v-847c2e44] {
  border-color: var(--button-color, var(--tui-color-primary, #e64c3d));
  color: var(--button-color, var(--tui-color-primary, #e64c3d));
}
.tui-button--sub[data-v-847c2e44]:hover {
  border-color: var(
    --button-hover-color,
    var(--tui-color-primary-tint1, #eb7064)
  );
  color: var(--button-hover-color, var(--tui-color-primary-tint1, #eb7064));
}
.tui-button--sub[data-v-847c2e44]:active {
  border-color: var(
    --button-active-color,
    var(--tui-color-primary-tint3, #f5b7b1)
  );
  color: var(--button-active-color, var(--tui-color-primary-tint3, #f5b7b1));
}
.tui-button--sub.tui-button--disabled[data-v-847c2e44] {
  --background: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  border-color: var(
    --button-color-disabled,
    var(--background, rgba(0, 0, 0, 0.12))
  );
  color: var(--button-text-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-button--auxiliary[data-v-847c2e44] {
  border-radius: 0 !important;
  border-width: 0;
  color: var(--button-color, var(--tui-color-primary, #e64c3d));
}
.tui-button--auxiliary .tui-button__label[data-v-847c2e44],
.tui-button--auxiliary[data-v-847c2e44] {
  height: 24px !important;
  line-height: 24px !important;
}
.tui-button--auxiliary
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  display: block;
}
.tui-button--auxiliary:active
  .tui-button__label
  .tui-button__underline[data-v-847c2e44],
.tui-button--auxiliary:hover
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  -webkit-animation: underline-animation-847c2e44 0.2s both;
  animation: underline-animation-847c2e44 0.2s both;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.tui-button--auxiliary:active.tui-button--disabled
  .tui-button__label
  .tui-button__underline[data-v-847c2e44],
.tui-button--auxiliary:hover.tui-button--disabled
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  -webkit-animation: none;
  animation: none;
}
.tui-button--auxiliary.tui-button--disabled[data-v-847c2e44] {
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(--button-text-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-button--auxiliary.tui-button--disabled
  .tui-button__label
  .tui-button__underline[data-v-847c2e44] {
  --background: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  background-color: var(
    --button-color-disabled,
    var(--background, rgba(0, 0, 0, 0.12))
  );
}
.tui-button--normal[data-v-847c2e44] {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 40px;
}
.tui-button--normal .tui-button__label[data-v-847c2e44] {
  line-height: 38px;
  height: 38px;
}
.tui-button--normal.tui-button--auxiliary[data-v-847c2e44] {
  padding: 8px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tui-button--small[data-v-847c2e44] {
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  padding: 0 16px;
}
.tui-button--small .tui-button__label[data-v-847c2e44] {
  line-height: 30px;
  height: 30px;
}
.tui-button--small.tui-button--auxiliary[data-v-847c2e44] {
  padding: 4px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tui-button--mini[data-v-847c2e44] {
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  padding: 0 16px;
}
.tui-button--mini .tui-button__label[data-v-847c2e44] {
  line-height: 22px;
  height: 22px;
}
.tui-button--mini.tui-button--auxiliary[data-v-847c2e44] {
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tui-button--block[data-v-847c2e44] {
  display: block;
  width: 100%;
}
.tui-button--disabled[data-v-847c2e44] {
  cursor: not-allowed;
}
@-webkit-keyframes underline-animation-847c2e44 {
  0 {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes underline-animation-847c2e44 {
  0 {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tui-overlay[data-v-e6f2d01a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tui-overlay__mask[data-v-e6f2d01a] {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(
    --overlay-background-color,
    var(--tui-color-background-contrast, #000)
  );
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tui-overlay--show[data-v-e6f2d01a] {
  pointer-events: auto;
}
ul[data-v-51fc906d] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-tabs[data-v-51fc906d] {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--tabs-background, var(--tui-color-background, #fff));
}
.tui-tabs__before[data-v-51fc906d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 64px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(hsla(0, 0, 97.6%, 0)),
    to(var(--tabs-background, var(--tui-color-background, #fff)))
  );
  background: linear-gradient(
    270deg,
    hsla(0, 0, 97.6%, 0),
    var(--tabs-background, var(--tui-color-background, #fff))
  );
  z-index: 1;
}
.tui-tabs__after[data-v-51fc906d] {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 64px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0, 97.6%, 0)),
    to(var(--tabs-background, var(--tui-color-background, #fff)))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0, 97.6%, 0),
    var(--tabs-background, var(--tui-color-background, #fff))
  );
}
.tui-tabs ul[data-v-51fc906d] {
  position: relative;
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--tabs-background, var(--tui-color-background, #fff));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tui-tabs ul[data-v-51fc906d]::-webkit-scrollbar {
  display: none;
}
.tui-tabs__bar[data-v-51fc906d] {
  position: absolute;
  width: 24px;
  height: 4px;
  bottom: 0;
  left: -24px;
  text-align: center;
}
.tui-tabs__bar-inner[data-v-51fc906d] {
  width: 24px;
  height: 4px;
  display: block;
  background: var(--tabs-bar-color, var(--tui-color-primary, #e64c3d));
  margin: auto;
}
.tui-tabs--capsule ul[data-v-51fc906d] {
  padding: 6px 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.tui-tabs--capsule .tui-tabs__after[data-v-51fc906d],
.tui-tabs--capsule .tui-tabs__bar[data-v-51fc906d],
.tui-tabs--capsule .tui-tabs__before[data-v-51fc906d] {
  display: none;
}
.tui-tabs--outline ul[data-v-51fc906d] {
  padding: 6px 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.tui-tabs--outline .tui-tabs__after[data-v-51fc906d],
.tui-tabs--outline .tui-tabs__bar[data-v-51fc906d],
.tui-tabs--outline .tui-tabs__before[data-v-51fc906d] {
  display: none;
}
.transition-forward[data-v-51fc906d] {
  -webkit-transition:
    right 0.3s cubic-bezier(0.35, 0, 0.25, 1),
    left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
  transition:
    right 0.3s cubic-bezier(0.35, 0, 0.25, 1),
    left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
}
.tui-tab[data-v-57e2e9bc] {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tui-tab__item[data-v-57e2e9bc] {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-tab__label[data-v-57e2e9bc] {
  font-size: 16px;
  font-weight: 400;
  color: var(--tab-color, var(--tui-color-text, #111));
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tui-tab--capsule[data-v-57e2e9bc] {
  padding: 6px 8px;
}
.tui-tab--capsule .tui-tab__item[data-v-57e2e9bc] {
  border: 1px solid transparent;
  border-color: var(--tab-border-color, var(--tui-color-grey, #eee));
  background-color: var(
    --tab-background-color,
    var(--tui-color-background, #fff)
  );
  height: 32px;
  border-radius: 32px;
  padding: 0 16px;
}
.tui-tab--capsule:hover .tui-tab__item[data-v-57e2e9bc] {
  border-color: var(--tab-hover-border-color, var(--tui-color-grey-dark, #999));
}
.tui-tab--capsule .tui-tab__label[data-v-57e2e9bc] {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
}
.tui-tab--capsule.tui-tab--active .tui-tab__item[data-v-57e2e9bc] {
  border-color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
  background-color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
}
.tui-tab--capsule.tui-tab--active .tui-tab__label[data-v-57e2e9bc] {
  color: var(--tab-background-color, var(--tui-color-background, #fff));
}
.tui-tab--outline[data-v-57e2e9bc] {
  padding: 6px 8px;
}
.tui-tab--outline .tui-tab__item[data-v-57e2e9bc] {
  border: 1px solid transparent;
  border-color: var(
    --tab-outline-border-color,
    var(--tui-color-grey-dark, #999)
  );
  background-color: var(
    --tab-background-color,
    var(--tui-color-background, #fff)
  );
  height: 40px;
  padding: 0 30px;
  border-radius: 4px;
}
.tui-tab--outline .tui-tab__label[data-v-57e2e9bc] {
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.tui-tab--outline.tui-tab--active .tui-tab__item[data-v-57e2e9bc] {
  border-color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
}
.tui-tab--outline.tui-tab--active .tui-tab__label[data-v-57e2e9bc] {
  color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
}
.tui-tab--outline.tui-tab--disabled .tui-tab__item[data-v-57e2e9bc] {
  --border-color: rgba(
    var(--tui-color-grey-dark-rgb, 153, 153, 153),
    var(--tui-opacity-12, 0.12)
  );
  --background-color: rgba(
    var(--tui-color-background-rgb, 255, 255, 255),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --tab-hover-border-color-disabled,
    var(--border-color, hsla(0, 0, 60%, 0.12))
  );
  background-color: var(
    --tab-background-color-disabled,
    var(--background-color, hsla(0, 0, 100%, 0.12))
  );
}
.tui-tab--disabled[data-v-57e2e9bc] {
  cursor: not-allowed;
}
.tui-tab--disabled .tui-tab__label[data-v-57e2e9bc] {
  --color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(--tab-color-disabled, var(--color, rgba(17, 17, 17, 0.2)));
}
.tui-tab--disabled .tui-tab__item[data-v-57e2e9bc] {
  --border-color: rgba(
    var(--tui-color-grey-rgb, 238, 238, 238),
    var(--tui-opacity-12, 0.12)
  );
  --background-color: rgba(
    var(--tui-color-background-rgb, 255, 255, 255),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --tab-border-color-disabled,
    var(--border-color, hsla(0, 0, 93.3%, 0.12))
  );
  background-color: var(
    --tab-background-color-disabled,
    var(--background-color, hsla(0, 0, 100%, 0.12))
  );
}
.tui-tab--active .tui-tab__label[data-v-57e2e9bc] {
  color: var(--tab-active-color, var(--tui-color-primary, #e64c3d));
  font-family: var(--tui-font-medium, inherit);
  font-weight: 500;
}
.tui-tag[data-v-73ccff9d] {
  height: 24px;
  line-height: 24px;
  margin-right: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  opacity: 0.7;
}
.tui-tag[data-v-73ccff9d]:hover {
  opacity: 1;
}
.tui-tag span[data-v-73ccff9d] {
  font-size: 14px;
  line-height: 24px;
  color: var(--tag-color, var(--tui-color-text, #111));
}
.tui-tag svg[data-v-73ccff9d] {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.tui-tag__close[data-v-73ccff9d] {
  fill: var(--tag-close-color, var(--tui-color-icon, #2d3132));
}
.tui-tag--disabled[data-v-73ccff9d] {
  opacity: 1;
  cursor: not-allowed;
}
.tui-tag--disabled span[data-v-73ccff9d] {
  opacity: 0.2;
}
.tui-tag--disabled .tui-tag__close[data-v-73ccff9d] {
  opacity: 0.12;
}
.tui-dialog[data-v-7a8a3fbd] {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 464px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: var(
    --dialog-background-color,
    var(--tui-color-background, #fff)
  );
  border-radius: 4px;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tui-dialog--rtl[data-v-7a8a3fbd] {
  direction: rtl;
}
.tui-dialog--rtl .tui-dialog__button[data-v-7a8a3fbd] {
  margin-left: 0;
}
.tui-dialog--rtl .tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-left: 24px;
}
.tui-dialog--rtl
  .tui-dialog__footer--column
  .tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-left: 0;
}
.tui-dialog--rtl .tui-dialog__close[data-v-7a8a3fbd] {
  left: 16px;
  right: auto;
}
.tui-dialog--show[data-v-7a8a3fbd] {
  opacity: 1;
  top: 50%;
}
.tui-dialog--shadow[data-v-7a8a3fbd] {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.tui-dialog__header[data-v-7a8a3fbd] {
  margin-top: -8px;
}
.tui-dialog__title[data-v-7a8a3fbd] {
  font-weight: 500;
  text-align: center;
}
.tui-dialog__message[data-v-7a8a3fbd],
.tui-dialog__title[data-v-7a8a3fbd] {
  font-size: 16px;
  color: var(--dialog-text-color, var(--tui-color-text, #111));
  line-height: 24px;
}
.tui-dialog__message[data-v-7a8a3fbd] {
  padding: 24px 0 32px;
}
.tui-dialog__footer[data-v-7a8a3fbd] {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tui-dialog__footer--row[data-v-7a8a3fbd] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tui-dialog__footer--column[data-v-7a8a3fbd] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tui-dialog__footer--column .tui-dialog__button[data-v-7a8a3fbd] {
  margin-left: 0;
  margin-bottom: 12px;
}
.tui-dialog__footer--column .tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-bottom: 0;
}
.tui-dialog__button[data-v-7a8a3fbd] {
  width: 100%;
  margin-left: 24px;
}
.tui-dialog__button[data-v-7a8a3fbd]:last-child {
  margin-left: 0;
}
.tui-dialog__close[data-v-7a8a3fbd] {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  line-height: 0;
  cursor: pointer;
}
.tui-dialog__close svg[data-v-7a8a3fbd] {
  width: 16px;
  height: 16px;
}
.tui-dialog__close-icon[data-v-7a8a3fbd] {
  fill: var(--dialog-close-color, var(--tui-color-icon, #2d3132));
}
.tui-popover[data-v-7251fea1] {
  line-height: 0;
}
.tui-popover__anchor[data-v-7251fea1] {
  line-height: 0;
  position: relative;
  display: inline-block;
}
.tui-popover__anchor[data-v-7251fea1]:focus {
  outline: 0;
}
.tui-popper[data-v-7251fea1] {
  position: absolute;
  top: 0;
  left: 0;
}
.tui-popper--hide[data-v-7251fea1] {
  z-index: -1 !important;
  opacity: 0;
}
.tui-popper__container[data-v-7251fea1] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-popper__header.tui-popper--show-button[data-v-7251fea1] {
  margin-bottom: 16px;
}
.tui-popper .tui-popper__message[data-v-7251fea1] {
  max-width: 208px;
  font-size: 14px;
  line-height: 22px;
}
.tui-popper__footer[data-v-7251fea1] {
  line-height: 0;
  width: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tui-popper__button[data-v-7251fea1] {
  width: 84px;
  margin-right: 8px;
}
.tui-popper__button[data-v-7251fea1]:last-child {
  margin-right: 0;
}
.tui-popper__arrow[data-v-7251fea1] {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
}
.tui-popper__arrow--top-start[data-v-7251fea1],
.tui-popper__arrow--top[data-v-7251fea1] {
  bottom: 0 !important;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border-bottom-width: 0;
}
.tui-popper__arrow--top-end[data-v-7251fea1] {
  bottom: 0 !important;
  -webkit-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  border-bottom-width: 0;
}
.tui-popper__arrow--left-start[data-v-7251fea1],
.tui-popper__arrow--left[data-v-7251fea1] {
  right: 0 !important;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
  border-right-width: 0;
}
.tui-popper__arrow--left-end[data-v-7251fea1] {
  right: 0 !important;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-right-width: 0;
}
.tui-popper__arrow--right-start[data-v-7251fea1],
.tui-popper__arrow--right[data-v-7251fea1] {
  left: 0 !important;
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
  border-left-width: 0;
}
.tui-popper__arrow--right-end[data-v-7251fea1] {
  left: 0 !important;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-left-width: 0;
}
.tui-popper__arrow--bottom-start[data-v-7251fea1],
.tui-popper__arrow--bottom[data-v-7251fea1] {
  top: 0 !important;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  border-top-width: 0;
}
.tui-popper__arrow--bottom-end[data-v-7251fea1] {
  top: 0 !important;
  -webkit-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  border-top-width: 0;
}
.tui-popper--rtl[data-v-7251fea1] {
  direction: rtl;
}
.tui-popper--rtl .tui-popper__button[data-v-7251fea1] {
  margin-right: 0;
}
.tui-popper--rtl .tui-popper__button[data-v-7251fea1]:last-child {
  margin-right: 8px;
}
.tui-popper--light .tui-popper__container[data-v-7251fea1] {
  background-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.tui-popper--light .tui-popper__content[data-v-7251fea1],
.tui-popper--light .tui-popper__message[data-v-7251fea1] {
  color: var(--popover-text-color, var(--tui-color-text, #111));
}
.tui-popper--light .tui-popper__button-cancel[data-v-7251fea1] {
  --button-color: var(
    --popover-button-cancel-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-text-color: var(
    --popover-button-cancel-text-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-color-disabled: var(
    --popover-button-disabled-cancel-color,
    rgba(0, 0, 0, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-cancel-text-color,
    rgba(0, 0, 0, 0.2)
  );
}
.tui-popper--light .tui-popper__button-confirm[data-v-7251fea1] {
  --button-color: var(
    --popover-button-confirm-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-text-color: var(
    --popover-button-confirm-text-color,
    var(--tui-color-background, #fff)
  );
  --button-color-disabled: var(
    --popover-button-disabled-confirm-color,
    rgba(0, 0, 0, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-confirm-text-color,
    rgba(0, 0, 0, 0.2)
  );
}
.tui-popper--light .tui-popper__arrow--top-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--top-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--top[data-v-7251fea1] {
  border-top-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--light .tui-popper__arrow--left-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--left-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--left[data-v-7251fea1] {
  border-left-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--light .tui-popper__arrow--right-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--right-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--right[data-v-7251fea1] {
  border-right-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--light .tui-popper__arrow--bottom-end[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--bottom-start[data-v-7251fea1],
.tui-popper--light .tui-popper__arrow--bottom[data-v-7251fea1] {
  border-bottom-color: var(
    --popover-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popper--dark .tui-popper__container[data-v-7251fea1] {
  opacity: 0.8;
  background-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__content[data-v-7251fea1],
.tui-popper--dark .tui-popper__message[data-v-7251fea1] {
  color: var(--popover-text-color, var(--tui-color-background, #fff));
}
.tui-popper--dark .tui-popper__button-cancel[data-v-7251fea1] {
  --button-color: var(
    --popover-button-cancel-color,
    var(--tui-color-background, #fff)
  );
  --button-text-color: var(
    --popover-button-cancel-text-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-color-disabled: var(
    --popover-button-disabled-cancel-color,
    hsla(0, 0, 100%, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-cancel-text-color,
    hsla(0, 0, 100%, 0.2)
  );
}
.tui-popper--dark .tui-popper__button-confirm[data-v-7251fea1] {
  --button-color: var(
    --popover-button-confirm-color,
    var(--tui-color-primary, #e64c3d)
  );
  --button-text-color: var(
    --popover-button-confirm-text-color,
    var(--tui-color-background, #fff)
  );
  --button-color-disabled: var(
    --popover-button-disabled-confirm-color,
    hsla(0, 0, 100%, 0.12)
  );
  --button-text-color-disabled: var(
    --popover-button-disabled-confirm-text-color,
    hsla(0, 0, 100%, 0.2)
  );
}
.tui-popper--dark .tui-popper__arrow--top-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--top-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--top[data-v-7251fea1] {
  border-top-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__arrow-left-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow-left-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow-left[data-v-7251fea1] {
  border-left-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__arrow--right-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--right-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--right[data-v-7251fea1] {
  border-right-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--dark .tui-popper__arrow--bottom-end[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--bottom-start[data-v-7251fea1],
.tui-popper--dark .tui-popper__arrow--bottom[data-v-7251fea1] {
  border-bottom-color: var(
    --popover-background-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-popper--top[data-v-7251fea1] {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.tui-popper--top-start[data-v-7251fea1] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tui-popper--top-end[data-v-7251fea1] {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.tui-popper--bottom[data-v-7251fea1] {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.tui-popper--bottom-start[data-v-7251fea1] {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.tui-popper--bottom-end[data-v-7251fea1] {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}
.tui-popper--left[data-v-7251fea1] {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.tui-popper--left-start[data-v-7251fea1] {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.tui-popper--left-end[data-v-7251fea1] {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}
.tui-popper--right[data-v-7251fea1] {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tui-popper--right-start[data-v-7251fea1] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tui-popper--right-end[data-v-7251fea1] {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.tui-toast[data-v-9c6bcf44] {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tui-toast__container[data-v-9c6bcf44] {
  --background-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-70, 0.7)
  );
  width: 100%;
  min-width: 208px;
  max-width: 464px;
  height: 100%;
  background-color: var(
    --toast-background-color,
    var(--background-color, rgba(0, 0, 0, 0.7))
  );
  border-radius: 4px;
  padding: 9px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-toast__message[data-v-9c6bcf44] {
  font-size: 14px;
  color: var(--toast-text-color, var(--tui-color-background, #fff));
  line-height: 22px;
  text-align: left;
}
.tui-toast__message--center[data-v-9c6bcf44] {
  text-align: center;
}
.fade-enter-active[data-v-9c6bcf44],
.fade-leave-active[data-v-9c6bcf44] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fade-enter[data-v-9c6bcf44],
.fade-leave-to[data-v-9c6bcf44] {
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  opacity: 0;
}
li[data-v-1f1f9b65] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-pagination[data-v-1f1f9b65] {
  height: 24px;
  max-width: var(--pagination-max-width, 356px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tui-pagination--hidden[data-v-1f1f9b65] {
  display: none;
}
.tui-pagination__arrow[data-v-1f1f9b65] {
  font-size: 24px;
  height: 24px;
  opacity: 0.4;
  cursor: pointer;
}
.tui-pagination__arrow[data-v-1f1f9b65]:hover {
  opacity: 1;
}
.tui-pagination__arrow:hover.tui-pagination__arrow--disabled[data-v-1f1f9b65] {
  opacity: 0.12;
}
.tui-pagination__arrow--disabled[data-v-1f1f9b65] {
  opacity: 0.12;
  cursor: not-allowed;
}
.tui-pagination__arrow svg[data-v-1f1f9b65] {
  width: 24px;
  height: 24px;
}
.tui-pagination__arrow .tui-pagination__icon[data-v-1f1f9b65] {
  fill: var(--pagination-arrow-color, var(--tui-color-icon, #2d3132));
}
.tui-pagination__content[data-v-1f1f9b65] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tui-pagination__item[data-v-1f1f9b65] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: var(--pagination-color, var(--tui-color-text, #111));
  font-size: 16px;
  cursor: pointer;
  opacity: 0.7;
  border: 1px solid transparent;
  border-radius: 1px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-pagination__item[data-v-1f1f9b65]:hover {
  opacity: 1;
  border-color: var(
    --pagination-hover-outline-color,
    var(--tui-color-primary, #e64c3d)
  );
}
.tui-pagination--active[data-v-1f1f9b65] {
  background-color: var(
    --pagination-active-background,
    var(--tui-color-primary, #e64c3d)
  );
  border-color: var(
    --pagination-active-background,
    var(--tui-color-primary, #e64c3d)
  );
  color: var(--pagination-active-color, var(--tui-color-background, #fff));
  opacity: 1;
}
.tui-helper-line[data-v-150282e2] {
  position: relative;
  z-index: 1;
}
.tui-helper-line__label[data-v-150282e2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--helper-line-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-helper-line--hold .tui-helper-line__label[data-v-150282e2] {
  position: relative;
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
}
.tui-helper-line--invalid .tui-helper-line__label[data-v-150282e2] {
  color: var(--helper-line-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-helper-line--rtl[data-v-150282e2] {
  direction: rtl;
}
.tui-checkbox[data-v-98ad1cb6] {
  display: inline-block;
  margin-right: 32px;
}
.tui-checkbox--block[data-v-98ad1cb6] {
  display: block;
  margin: 0;
}
.tui-checkbox--strong[data-v-98ad1cb6] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.tui-checkbox--weak[data-v-98ad1cb6] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.4;
}
.tui-checkbox--checked[data-v-98ad1cb6],
.tui-checkbox--weak[data-v-98ad1cb6]:hover {
  opacity: 1;
}
.tui-checkbox--checked .tui-checkbox__icon--check[data-v-98ad1cb6] {
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.tui-checkbox--disabled[data-v-98ad1cb6] {
  cursor: not-allowed;
}
.tui-checkbox--disabled .tui-checkbox__label[data-v-98ad1cb6] {
  opacity: 0.2;
}
.tui-checkbox--disabled .tui-checkbox__icon[data-v-98ad1cb6] {
  opacity: 0.12;
}
.tui-checkbox--rtl[data-v-98ad1cb6] {
  direction: rtl;
}
.tui-checkbox--rtl.tui-checkbox[data-v-98ad1cb6] {
  margin-right: 0;
  margin-left: 32px;
}
.tui-checkbox--rtl
  .tui-checkbox--required
  .tui-checkbox__label[data-v-98ad1cb6]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-checkbox--rtl .tui-checkbox--normal .tui-checkbox__label[data-v-98ad1cb6],
.tui-checkbox--rtl .tui-checkbox--small .tui-checkbox__label[data-v-98ad1cb6] {
  margin-left: 0;
  margin-right: 4px;
}
.tui-checkbox--rtl .tui-checkbox__helper-line[data-v-98ad1cb6] {
  margin-left: 0;
  margin-right: 12px;
}
.tui-checkbox__icon[data-v-98ad1cb6] {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  fill: var(--checkbox-icon-color, var(--tui-color-icon, #2d3132));
}
.tui-checkbox__icon svg[data-v-98ad1cb6] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tui-checkbox__icon--check[data-v-98ad1cb6] {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0) !important;
  transform: translate(-50%, -50%) scale(0) !important;
}
.tui-checkbox__label[data-v-98ad1cb6] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--checkbox-label-color, var(--tui-color-text, #111));
}
.tui-checkbox__helper-line[data-v-98ad1cb6] {
  margin-left: 12px;
  display: block;
}
.tui-checkbox__helper-line-small[data-v-98ad1cb6] .tui-helper-line__label {
  padding: 6px 9px 0;
}
.tui-checkbox--required .tui-checkbox__label[data-v-98ad1cb6]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-checkbox--invalid[data-v-98ad1cb6] {
  opacity: 1;
}
.tui-checkbox--invalid .tui-checkbox__icon[data-v-98ad1cb6] {
  fill: var(--checkbox-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-checkbox--invalid .tui-checkbox__label[data-v-98ad1cb6] {
  color: var(--checkbox-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-checkbox--normal .tui-checkbox__icon[data-v-98ad1cb6] {
  width: 24px;
  height: 24px;
}
.tui-checkbox--normal .tui-checkbox__label[data-v-98ad1cb6] {
  margin: 2px 0;
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.tui-checkbox--small .tui-checkbox__icon[data-v-98ad1cb6] {
  width: 16px;
  height: 16px;
  padding: 4px 0;
}
.tui-checkbox--small .tui-checkbox__label[data-v-98ad1cb6] {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}
.tui-radio[data-v-5a3e9aba] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 32px;
}
.tui-radio--block[data-v-5a3e9aba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-bottom: 8px;
}
.tui-radio--block[data-v-5a3e9aba]:last-child {
  margin: 0;
}
.tui-radio--strong[data-v-5a3e9aba] {
  opacity: 1;
}
.tui-radio--weak[data-v-5a3e9aba] {
  opacity: 0.4;
}
.tui-radio--checked[data-v-5a3e9aba],
.tui-radio--weak[data-v-5a3e9aba]:hover {
  opacity: 1;
}
.tui-radio--checked .tui-radio__icon--check[data-v-5a3e9aba] {
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.tui-radio--normal .tui-radio__icon[data-v-5a3e9aba] {
  width: 24px;
  height: 24px;
}
.tui-radio--normal .tui-radio__label[data-v-5a3e9aba] {
  margin: 2px 0;
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.tui-radio--small .tui-radio__icon[data-v-5a3e9aba] {
  width: 16px;
  height: 16px;
  padding: 4px 0;
}
.tui-radio--small .tui-radio__label[data-v-5a3e9aba] {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}
.tui-radio--disabled[data-v-5a3e9aba] {
  cursor: not-allowed;
}
.tui-radio--disabled .tui-radio__label[data-v-5a3e9aba] {
  opacity: 0.2;
}
.tui-radio--disabled .tui-radio__icon[data-v-5a3e9aba] {
  opacity: 0.12;
}
.tui-radio--invalid[data-v-5a3e9aba] {
  opacity: 1;
}
.tui-radio--invalid .tui-radio__icon[data-v-5a3e9aba] {
  fill: var(--radio-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-radio--invalid .tui-radio__label[data-v-5a3e9aba] {
  color: var(--radio-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-radio--rtl[data-v-5a3e9aba] {
  direction: rtl;
}
.tui-radio--rtl.tui-radio[data-v-5a3e9aba] {
  margin-right: 0;
  margin-left: 32px;
}
.tui-radio--rtl.tui-radio--normal .tui-radio__label[data-v-5a3e9aba],
.tui-radio--rtl.tui-radio--small .tui-radio__label[data-v-5a3e9aba] {
  margin-left: 0;
  margin-right: 4px;
}
.tui-radio__icon[data-v-5a3e9aba] {
  position: relative;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: var(--radio-icon-color, var(--tui-color-icon, #2d3132));
}
.tui-radio__icon svg[data-v-5a3e9aba] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tui-radio__icon--check[data-v-5a3e9aba] {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0) !important;
  transform: translate(-50%, -50%) scale(0) !important;
}
.tui-radio__label[data-v-5a3e9aba] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--radio-label-color, var(--tui-color-text, #111));
}
.tui-radio-group[data-v-84d76e30] {
  display: block;
}
.tui-radio-group__helper-line[data-v-84d76e30] {
  margin-left: -12px;
  display: block;
}
.tui-radio-group--rtl[data-v-84d76e30] {
  direction: rtl;
}
.tui-radio-group--rtl .tui-radio-group__helper-line[data-v-84d76e30] {
  margin-left: 0;
  margin-right: -12px;
}
input[data-v-eab1a4e0] {
  border: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
}
input[data-v-eab1a4e0]::-ms-clear {
  width: 0;
  height: 0;
}
input[type="search"][data-v-eab1a4e0]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.tui-text-field[data-v-eab1a4e0] {
  display: inline-block;
  position: relative;
}
.tui-text-field__container[data-v-eab1a4e0] {
  padding: 0 16px;
  position: relative;
  height: var(--text-field-height, 48px);
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
}
.tui-text-field__container[data-v-eab1a4e0],
.tui-text-field__outline[data-v-eab1a4e0] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-text-field__outline[data-v-eab1a4e0] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  border-color: var(
    --text-field-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__notch[data-v-eab1a4e0] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__input[data-v-eab1a4e0] {
  color: var(--text-field-color, var(--tui-color-text, #111));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none !important;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--text-field-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-text-field__label[data-v-eab1a4e0] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(
    --text-field-label-color,
    var(--label-color, rgba(17, 17, 17, 0.4))
  );
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__trailing[data-v-eab1a4e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: var(--text-field-color, var(--tui-color-text, #111));
  line-height: var(--text-field-height, 48px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.tui-text-field__wordlimit[data-v-eab1a4e0] {
  position: absolute;
  width: 100%;
  text-align: right;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-field-wordlimit-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-text-field:hover .tui-text-field__outline[data-v-eab1a4e0] {
  border-color: var(
    --text-field-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-text-field--block[data-v-eab1a4e0] {
  display: block;
}
.tui-text-field--required .tui-text-field__label[data-v-eab1a4e0]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-text-field--intergal .tui-text-field__notch[data-v-eab1a4e0] {
  display: none;
}
.tui-text-field--notched .tui-text-field__notch[data-v-eab1a4e0] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-text-field--notched .tui-text-field__label[data-v-eab1a4e0] {
  -webkit-transform: translateY(-100%) scaleY(0.7);
  transform: translateY(-100%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-text-field--focused .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--focused:hover .tui-text-field__outline[data-v-eab1a4e0] {
  border-color: var(
    --text-field-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-text-field--focused .tui-text-field__outline[data-v-eab1a4e0] {
  border-width: 2px;
  padding: 0 14px;
}
.tui-text-field--focused.tui-text-field--notched
  .tui-text-field__label[data-v-eab1a4e0] {
  color: var(--text-field-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-text-field--invalid .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--invalid:hover .tui-text-field__outline[data-v-eab1a4e0] {
  border-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid .tui-text-field__input[data-v-eab1a4e0] {
  caret-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid.tui-text-field--notched
  .tui-text-field__label[data-v-eab1a4e0],
.tui-text-field--invalid .tui-text-field__input[data-v-eab1a4e0],
.tui-text-field--invalid .tui-text-field__label[data-v-eab1a4e0],
.tui-text-field--invalid .tui-text-field__trailing[data-v-eab1a4e0] {
  color: var(--text-field-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-field--readonly .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--readonly:hover .tui-text-field__outline[data-v-eab1a4e0] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--readonly .tui-text-field__label[data-v-eab1a4e0] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--disabled[data-v-eab1a4e0] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__outline[data-v-eab1a4e0],
.tui-text-field--disabled:hover .tui-text-field__outline[data-v-eab1a4e0] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--disabled .tui-text-field__input[data-v-eab1a4e0] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__input[data-v-eab1a4e0],
.tui-text-field--disabled .tui-text-field__label[data-v-eab1a4e0],
.tui-text-field--disabled .tui-text-field__trailing[data-v-eab1a4e0] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--rtl[data-v-eab1a4e0] {
  direction: rtl;
}
.tui-text-field--rtl.tui-text-field--required
  .tui-text-field__label[data-v-eab1a4e0]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-text-field--rtl.tui-text-field--notched
  .tui-text-field__notch[data-v-eab1a4e0] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl.tui-text-field--notched
  .tui-text-field__label[data-v-eab1a4e0] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl .tui-text-field__wordlimit[data-v-eab1a4e0] {
  direction: ltr;
  text-align: left;
}
textarea[data-v-04fd3942] {
  border: 0;
  outline: 0;
  background: 0;
  font-family: inherit;
  -webkit-appearance: none;
  overflow: auto;
}
.tui-text-area[data-v-04fd3942] {
  display: inline-block;
  position: relative;
}
.tui-text-area__container[data-v-04fd3942] {
  padding: 0 2px 2px 16px;
  position: relative;
  background-color: var(
    --text-area-background,
    var(--tui-color-background, #fff)
  );
}
.tui-text-area__container[data-v-04fd3942],
.tui-text-area__outline[data-v-04fd3942] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-text-area__outline[data-v-04fd3942] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  border-color: var(
    --text-area-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-area__notch[data-v-04fd3942] {
  background-color: var(
    --text-area-background,
    var(--tui-color-background, #fff)
  );
  padding: 11px 0;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-area__input[data-v-04fd3942],
.tui-text-area__notch[data-v-04fd3942] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tui-text-area__input[data-v-04fd3942] {
  color: var(--text-area-color, var(--tui-color-text, #111));
  resize: none;
  width: 100%;
  min-width: var(--text-area-min-width, 208px);
  height: var(--text-area-height, 96px);
  min-height: var(--text-area-min-height, 96px);
  border: none !important;
  background-color: transparent;
  padding: 12px 16px 12px 0;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--text-area-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-text-area__label[data-v-04fd3942] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  height: 24px;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(
    --text-area-label-color,
    var(--label-color, rgba(17, 17, 17, 0.4))
  );
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-area__wordlimit[data-v-04fd3942] {
  position: absolute;
  width: 100%;
  line-height: 1.5;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-area-wordlimit-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-text-area--block[data-v-04fd3942] {
  display: block;
}
.tui-text-area--resize .tui-text-area__input[data-v-04fd3942] {
  resize: both;
}
.tui-text-area:hover .tui-text-area__outline[data-v-04fd3942] {
  border-color: var(
    --text-area-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-text-area--required .tui-text-area__label[data-v-04fd3942]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-text-area--intergal .tui-text-area__notch[data-v-04fd3942] {
  display: none;
}
.tui-text-area--notched .tui-text-area__notch[data-v-04fd3942] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-text-area--notched .tui-text-area__label[data-v-04fd3942] {
  -webkit-transform: translateY(-60%) scaleY(0.7);
  transform: translateY(-60%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-text-area--focused .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--focused:hover .tui-text-area__outline[data-v-04fd3942] {
  border-color: var(
    --text-area-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-text-area--focused .tui-text-area__outline[data-v-04fd3942] {
  border-width: 2px;
  padding: 0 14px;
}
.tui-text-area--focused:not(.tui-text-area--notched)
  .tui-text-area__notch[data-v-04fd3942] {
  padding: 10px 0;
}
.tui-text-area--focused.tui-text-area--notched
  .tui-text-area__label[data-v-04fd3942] {
  color: var(--text-area-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-text-area--invalid .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--invalid:hover .tui-text-area__outline[data-v-04fd3942] {
  border-color: var(
    --text-area-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-area--invalid .tui-text-area__input[data-v-04fd3942] {
  caret-color: var(--text-area-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-area--invalid.tui-text-area--notched
  .tui-text-area__label[data-v-04fd3942],
.tui-text-area--invalid .tui-text-area__input[data-v-04fd3942],
.tui-text-area--invalid .tui-text-area__label[data-v-04fd3942] {
  color: var(--text-area-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-area--readonly .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--readonly:hover .tui-text-area__outline[data-v-04fd3942] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-area-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-area--readonly .tui-text-area__label[data-v-04fd3942] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-area-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-area--disabled[data-v-04fd3942] {
  cursor: not-allowed;
}
.tui-text-area--disabled .tui-text-area__outline[data-v-04fd3942],
.tui-text-area--disabled:hover .tui-text-area__outline[data-v-04fd3942] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-area-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-area--disabled .tui-text-area__input[data-v-04fd3942] {
  cursor: not-allowed;
}
.tui-text-area--disabled .tui-text-area__input[data-v-04fd3942],
.tui-text-area--disabled .tui-text-area__label[data-v-04fd3942] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-area-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-area--rtl[data-v-04fd3942] {
  direction: rtl;
}
.tui-text-area--rtl .tui-text-area__container[data-v-04fd3942] {
  padding: 0 16px 2px 2px;
}
.tui-text-area--rtl .tui-text-area__input[data-v-04fd3942] {
  padding: 12px 0 12px 16px;
}
.tui-text-area--rtl.tui-text-area--required
  .tui-text-area__label[data-v-04fd3942]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-text-area--rtl.tui-text-area--notched
  .tui-text-area__notch[data-v-04fd3942] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-area--rtl.tui-text-area--notched
  .tui-text-area__label[data-v-04fd3942] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-area--rtl .tui-text-area__wordlimit[data-v-04fd3942] {
  direction: ltr;
  text-align: left;
}
input[data-v-9675c0c2] {
  border: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
}
input[data-v-9675c0c2]::-ms-clear {
  width: 0;
  height: 0;
}
ul[data-v-9675c0c2] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-select[data-v-9675c0c2] {
  display: inline-block;
}
.tui-select--block[data-v-9675c0c2] {
  display: block;
}
.tui-select__container[data-v-9675c0c2] {
  position: relative;
}
.tui-select__anchor[data-v-9675c0c2] {
  padding-left: 16px;
  position: relative;
  height: var(--select-height, 48px);
  background-color: var(--select-background, var(--tui-color-background, #fff));
}
.tui-select__anchor[data-v-9675c0c2],
.tui-select__outline[data-v-9675c0c2] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-select__outline[data-v-9675c0c2] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  pointer-events: none;
  border-color: var(
    --select-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-select__notch[data-v-9675c0c2] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--select-background, var(--tui-color-background, #fff));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-select__input[data-v-9675c0c2] {
  color: var(--select-color, var(--tui-color-text, #111));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none !important;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--select-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-select__input--textable[data-v-9675c0c2] {
  cursor: text;
}
.tui-select__label[data-v-9675c0c2] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(--select-label-color, var(--label-color, rgba(17, 17, 17, 0.4)));
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-select__dropdown-icon[data-v-9675c0c2] {
  --dropdown-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-40, 0.4)
  );
  width: 48px;
  height: 48px;
  fill: var(
    --select-dropdown-color,
    var(--dropdown-color, rgba(45, 49, 50, 0.4))
  );
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.tui-select__dropdown-icon svg[data-v-9675c0c2] {
  width: 10px;
  height: 5px;
}
.tui-select--inactive[data-v-9675c0c2] {
  opacity: 1;
}
.tui-select--active[data-v-9675c0c2],
.tui-select--inactive[data-v-9675c0c2] {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 75ms linear 75ms;
  transition: opacity 75ms linear 75ms;
}
.tui-select--active[data-v-9675c0c2] {
  opacity: 0;
}
.tui-select:hover .tui-select__outline[data-v-9675c0c2] {
  border-color: var(
    --select-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-select:hover .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-dropdown-active-color, var(--tui-color-icon, #2d3132));
}
.tui-select:hover .tui-select--focused .tui-select__outline[data-v-9675c0c2] {
  border-color: var(
    --select-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-select:hover
  .tui-select--focused
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-select:hover .tui-select--invalid .tui-select__outline[data-v-9675c0c2] {
  border-color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select:hover
  .tui-select--invalid
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select:hover .tui-select--readonly .tui-select__outline[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select:hover
  .tui-select--readonly
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-readonly-color,
    var(--readonly-color, rgba(45, 49, 50, 0.12))
  );
  cursor: default;
}
.tui-select:hover .tui-select--disabled .tui-select__outline[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select:hover
  .tui-select--disabled
  .tui-select__dropdown-icon[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-disabled-color,
    var(--disabled-color, rgba(45, 49, 50, 0.2))
  );
  cursor: not-allowed;
}
.tui-select--activated .tui-select--inactive[data-v-9675c0c2] {
  opacity: 0;
}
.tui-select--activated .tui-select--active[data-v-9675c0c2] {
  opacity: 1;
}
.tui-select--activated .tui-select-menu[data-v-9675c0c2] {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tui-select--required .tui-select__label[data-v-9675c0c2]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-select--intergal .tui-select__notch[data-v-9675c0c2] {
  display: none;
}
.tui-select--notched .tui-select__notch[data-v-9675c0c2] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-select--notched .tui-select__label[data-v-9675c0c2] {
  -webkit-transform: translateY(-100%) scaleY(0.7);
  transform: translateY(-100%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-select--focused .tui-select__outline[data-v-9675c0c2] {
  border-width: 2px;
  border-color: var(
    --select-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
  padding: 0 14px;
}
.tui-select--focused.tui-select--notched .tui-select__label[data-v-9675c0c2] {
  color: var(--select-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-select--focused .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-select--invalid .tui-select__outline[data-v-9675c0c2] {
  border-color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--invalid .tui-select__input[data-v-9675c0c2] {
  caret-color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--invalid.tui-select--notched .tui-select__label[data-v-9675c0c2],
.tui-select--invalid .tui-select__input[data-v-9675c0c2],
.tui-select--invalid .tui-select__label[data-v-9675c0c2] {
  color: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--invalid .tui-select__dropdown-icon[data-v-9675c0c2] {
  fill: var(--select-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-select--readonly .tui-select__outline[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select--readonly .tui-select__label[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --select-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-select--readonly .tui-select__dropdown-icon[data-v-9675c0c2] {
  --readonly-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-readonly-color,
    var(--readonly-color, rgba(45, 49, 50, 0.12))
  );
  cursor: default;
}
.tui-select--disabled .tui-select__outline[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --select-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-select--disabled .tui-select__input[data-v-9675c0c2] {
  cursor: not-allowed;
}
.tui-select--disabled .tui-select__input[data-v-9675c0c2],
.tui-select--disabled .tui-select__label[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --select-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-select--disabled .tui-select__dropdown-icon[data-v-9675c0c2] {
  --disabled-color: rgba(
    var(--tui-color-icon-rgb, 45, 49, 50),
    var(--tui-opacity-12, 0.12)
  );
  fill: var(
    --select-dropdown-disabled-color,
    var(--disabled-color, rgba(45, 49, 50, 0.2))
  );
  cursor: not-allowed;
}
.tui-select--rtl[data-v-9675c0c2] {
  direction: rtl;
}
.tui-select--rtl .tui-select__anchor[data-v-9675c0c2] {
  padding-left: 0;
  padding-right: 16px;
}
.tui-select--rtl.tui-select--required
  .tui-select__label[data-v-9675c0c2]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-select--rtl .tui-select--notched .tui-select__notch[data-v-9675c0c2] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-select--rtl .tui-select--notched .tui-select__label[data-v-9675c0c2] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-select-menu[data-v-9675c0c2] {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(50vh - 60px);
  margin: 4px 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  -webkit-transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(
    --select-menu-background,
    var(--tui-color-background, #fff)
  );
  border-radius: 4px;
}
.tui-select-menu__list[data-v-9675c0c2] {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.tui-select-menu--block[data-v-9675c0c2] {
  width: 100%;
}
.tui-select-menu--up[data-v-9675c0c2] {
  bottom: 60px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
li[data-v-16313008] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-select-item[data-v-16313008] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  min-height: var(--select-item-min-height, 48px);
  color: var(--select-item-color, var(--tui-color-text, #111));
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.tui-select-item[data-v-16313008]:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tui-select-item:hover.tui-select-item[data-v-16313008]:after {
  background-color: var(
    --select-item-hover-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-select-item--selected[data-v-16313008] {
  color: var(--select-item-selected-color, var(--tui-color-secondary, #5971e5));
}
.tui-select-item--selected.tui-select-item:hover.tui-select-item[data-v-16313008]:after,
.tui-select-item--selected.tui-select-item[data-v-16313008]:after {
  background-color: var(
    --select-item-selected-background,
    var(--tui-color-secondary-tint5, #eef0fc)
  );
}
.tui-select-item--disabled[data-v-16313008] {
  opacity: 0.2;
  cursor: not-allowed;
}
.tui-select-item--hidden[data-v-16313008] {
  display: none;
}
input[data-v-2ed7f243] {
  border: 0;
  outline: 0;
  background: 0;
  -webkit-appearance: none;
}
input[data-v-2ed7f243]::-ms-clear {
  width: 0;
  height: 0;
}
input[type="search"][data-v-2ed7f243]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
li[data-v-2ed7f243],
ul[data-v-2ed7f243] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-text-field[data-v-2ed7f243] {
  display: inline-block;
  position: relative;
}
.tui-text-field__container[data-v-2ed7f243] {
  position: relative;
}
.tui-text-field__anchor[data-v-2ed7f243] {
  padding: 0 16px;
  position: relative;
  height: var(--text-field-height, 48px);
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
}
.tui-text-field__anchor[data-v-2ed7f243],
.tui-text-field__outline[data-v-2ed7f243] {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-text-field__outline[data-v-2ed7f243] {
  --border-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-40, 0.4)
  );
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
  height: 100%;
  text-align: left;
  pointer-events: none;
  border-color: var(
    --text-field-outline-color,
    var(--border-color, rgba(0, 0, 0, 0.4))
  );
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__notch[data-v-2ed7f243] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(
    --text-field-background,
    var(--tui-color-background, #fff)
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__input[data-v-2ed7f243] {
  color: var(--text-field-color, var(--tui-color-text, #111));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none !important;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  caret-color: var(--text-field-color, var(--tui-color-text, #111));
  z-index: 1;
}
.tui-text-field__label[data-v-2ed7f243] {
  --label-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  right: auto;
  color: var(
    --text-field-label-color,
    var(--label-color, rgba(17, 17, 17, 0.4))
  );
  -webkit-transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.tui-text-field__trailing[data-v-2ed7f243] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: var(--text-field-color, var(--tui-color-text, #111));
  line-height: var(--text-field-height, 48px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.tui-text-field__wordlimit[data-v-2ed7f243] {
  position: absolute;
  width: 100%;
  text-align: right;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-field-wordlimit-color, var(--tui-color-text, #111));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tui-text-field:hover .tui-text-field__outline[data-v-2ed7f243] {
  border-color: var(
    --text-field-outline-hover-color,
    var(--tui-color-background-contrast, #000)
  );
}
.tui-text-field--block[data-v-2ed7f243] {
  display: block;
}
.tui-text-field--required .tui-text-field__label[data-v-2ed7f243]:after {
  margin-left: 1px;
  margin-right: 0;
  content: "*";
}
.tui-text-field--intergal .tui-text-field__notch[data-v-2ed7f243] {
  display: none;
}
.tui-text-field--notched .tui-text-field__notch[data-v-2ed7f243] {
  margin-top: -2px;
  padding: 2px 11.4286px 0 5.7143px;
  -webkit-transform: translateX(-4px) scaleX(0.7);
  transform: translateX(-4px) scaleX(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  max-width: 150%;
}
.tui-text-field--notched .tui-text-field__label[data-v-2ed7f243] {
  -webkit-transform: translateY(-100%) scaleY(0.7);
  transform: translateY(-100%) scaleY(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.tui-text-field--focused .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--focused:hover .tui-text-field__outline[data-v-2ed7f243] {
  border-color: var(
    --text-field-focused-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-text-field--focused .tui-text-field__outline[data-v-2ed7f243] {
  border-width: 2px;
  padding: 0 14px;
}
.tui-text-field--focused.tui-text-field--notched
  .tui-text-field__label[data-v-2ed7f243] {
  color: var(--text-field-focused-color, var(--tui-color-secondary, #5971e5));
}
.tui-text-field--invalid .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--invalid:hover .tui-text-field__outline[data-v-2ed7f243] {
  border-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid .tui-text-field__input[data-v-2ed7f243] {
  caret-color: var(
    --text-field-invalid-color,
    var(--tui-color-danger, #b93043)
  );
}
.tui-text-field--invalid.tui-text-field--notched
  .tui-text-field__label[data-v-2ed7f243],
.tui-text-field--invalid .tui-text-field__input[data-v-2ed7f243],
.tui-text-field--invalid .tui-text-field__label[data-v-2ed7f243],
.tui-text-field--invalid .tui-text-field__trailing[data-v-2ed7f243] {
  color: var(--text-field-invalid-color, var(--tui-color-danger, #b93043));
}
.tui-text-field--readonly .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--readonly:hover .tui-text-field__outline[data-v-2ed7f243] {
  --readonly-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-readonly-color,
    var(--readonly-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--readonly .tui-text-field__label[data-v-2ed7f243] {
  --readonly-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-readonly-color,
    var(--readonly-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--disabled[data-v-2ed7f243] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__outline[data-v-2ed7f243],
.tui-text-field--disabled:hover .tui-text-field__outline[data-v-2ed7f243] {
  --disabled-color: rgba(
    var(--tui-color-background-contrast-rgb, 0, 0, 0),
    var(--tui-opacity-12, 0.12)
  );
  border-color: var(
    --text-field-outline-disabled-color,
    var(--disabled-color, rgba(0, 0, 0, 0.12))
  );
}
.tui-text-field--disabled .tui-text-field__input[data-v-2ed7f243] {
  cursor: not-allowed;
}
.tui-text-field--disabled .tui-text-field__input[data-v-2ed7f243],
.tui-text-field--disabled .tui-text-field__label[data-v-2ed7f243],
.tui-text-field--disabled .tui-text-field__trailing[data-v-2ed7f243] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  color: var(
    --text-field-label-disabled-color,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-text-field--activated .tui-autocomplete-menu[data-v-2ed7f243] {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tui-text-field--rtl[data-v-2ed7f243] {
  direction: rtl;
}
.tui-text-field--rtl
  .tui-text-field--required
  .tui-text-field__label[data-v-2ed7f243]:after {
  margin-right: 1px;
  margin-left: 0;
}
.tui-text-field--rtl
  .tui-text-field--notched
  .tui-text-field__notch[data-v-2ed7f243] {
  padding: 2px 5.7143px 0 11.4286px;
  -webkit-transform: translateX(4px) scaleX(0.7);
  transform: translateX(4px) scaleX(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl
  .tui-text-field--notched
  .tui-text-field__label[data-v-2ed7f243] {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.tui-text-field--rtl .tui-text-field__wordlimit[data-v-2ed7f243] {
  direction: ltr;
  text-align: left;
}
.tui-autocomplete-menu[data-v-2ed7f243] {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(50vh - 60px);
  margin: 4px 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  -webkit-transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition:
    opacity 0.03s linear,
    transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(
    --autocomplete-menu-background,
    var(--tui-color-background, #fff)
  );
  border-radius: 4px;
}
.tui-autocomplete-menu__list[data-v-2ed7f243] {
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}
.tui-autocomplete-menu--block[data-v-2ed7f243] {
  width: 100%;
}
.tui-autocomplete-menu--up[data-v-2ed7f243] {
  bottom: 60px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.tui-autocomplete-item[data-v-2ed7f243] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  min-height: var(--autocomplete-item-min-height, 48px);
  color: var(--autocomplete-item-color, var(--tui-color-text, #111));
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.tui-autocomplete-item[data-v-2ed7f243]:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tui-autocomplete-item:hover.tui-autocomplete-item[data-v-2ed7f243]:after {
  background-color: var(
    --autocomplete-item-hover-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-autocomplete-item--selected[data-v-2ed7f243] {
  color: var(
    --autocomplete-item-selected-color,
    var(--tui-color-secondary, #5971e5)
  );
}
.tui-autocomplete-item--selected.tui-autocomplete-item:hover.tui-autocomplete-item[data-v-2ed7f243]:after,
.tui-autocomplete-item--selected.tui-autocomplete-item[data-v-2ed7f243]:after {
  background-color: var(
    --autocomplete-item-selected-background,
    var(--tui-color-secondary-tint5, #eef0fc)
  );
}
.tui-autocomplete-item--disabled[data-v-2ed7f243] {
  opacity: 0.2;
  cursor: not-allowed;
}
.tui-autocomplete-item--hidden[data-v-2ed7f243] {
  display: none;
}
.tui-switch[data-v-6c081d47] {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  position: relative;
  background: #ebebeb;
}
.tui-switch--disabled[data-v-6c081d47] {
  cursor: not-allowed;
  opacity: 0.2;
}
.tui-switch__input[data-v-6c081d47] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.tui-switch__core[data-v-6c081d47] {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--switch-color, var(--tui-color-primary, #e64c3d));
}
.tui-switch__handle[data-v-6c081d47] {
  position: absolute;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.tui-popup[data-v-b2066a12] {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
  padding: 8px 8px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.tui-popup__container[data-v-b2066a12] {
  width: 100%;
  min-height: 60px;
  overflow: hidden;
  background-color: var(
    --popup-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-popup--round[data-v-b2066a12] {
  border-radius: 12px;
}
.tui-popup--show[data-v-b2066a12] {
  bottom: 0;
}
.tui-popup--shadow[data-v-b2066a12] {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.tui-action-sheet[data-v-23f9bbaa] {
  width: 100%;
}
.tui-action-sheet__action[data-v-23f9bbaa] {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid
    var(--action-sheet-border-color, var(--tui-color-grey, #eee));
  background-color: var(
    --action-sheet-action-background,
    var(--tui-color-background, #fff)
  );
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tui-action-sheet__action[data-v-23f9bbaa]:last-child {
  border: 0;
}
.tui-action-sheet__action-title[data-v-23f9bbaa] {
  font-size: 16px;
  color: var(--action-sheet-action-name-color, var(--tui-color-text, #111));
  line-height: 24px;
}
.tui-action-sheet__action-subtitle[data-v-23f9bbaa] {
  --background: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-40, 0.4)
  );
  font-size: 12px;
  color: var(
    --action-sheet-action-subname-color,
    var(--background, rgba(17, 17, 17, 0.4))
  );
  line-height: 18px;
}
.tui-action-sheet__action[data-v-23f9bbaa]:active {
  background-color: var(
    --action-sheet-active-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-action-sheet__action--disabled[data-v-23f9bbaa] {
  --disabled-color: rgba(
    var(--tui-color-text-rgb, 17, 17, 17),
    var(--tui-opacity-20, 0.2)
  );
  cursor: not-allowed;
}
.tui-action-sheet__action--disabled
  .tui-action-sheet__action-subtitle[data-v-23f9bbaa],
.tui-action-sheet__action--disabled
  .tui-action-sheet__action-title[data-v-23f9bbaa] {
  color: var(
    --action-sheet-action-color-disabled,
    var(--disabled-color, rgba(17, 17, 17, 0.2))
  );
}
.tui-action-sheet__action--disabled[data-v-23f9bbaa]:active {
  background-color: var(
    --action-sheet-action-background,
    var(--tui-color-background, #fff)
  );
}
.tui-action-sheet__cancel[data-v-23f9bbaa] {
  position: relative;
  margin-top: 8px;
  padding: 14px 16px;
  font-size: 18px;
  color: var(--action-sheet-cancel-text-color, var(--tui-color-text, #111));
  line-height: 28px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.tui-action-sheet__cancel[data-v-23f9bbaa]:active {
  background-color: var(
    --action-sheet-active-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
.tui-action-sheet__cancel[data-v-23f9bbaa]:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  background-color: var(
    --action-sheet-cancel-border-color,
    var(--tui-color-grey-active, #f5f5f5)
  );
}
ul[data-v-262e3259] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.tui-picker[data-v-262e3259] {
  width: 100%;
  background-color: var(
    --picker-background-color,
    var(--tui-color-background, #fff)
  );
}
.tui-picker__columns[data-v-262e3259] {
  width: 100%;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.tui-picker-column[data-v-262e3259] {
  height: 216px;
  overflow: hidden;
}
.tui-picker-column__item[data-v-262e3259] {
  width: 100%;
  height: 40px;
  color: var(--picker-column-color, var(--tui-color-text, #111));
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
.tui-picker__frame[data-v-262e3259] {
  position: absolute;
  height: 56px;
  width: 100%;
  border-top: 1px solid
    var(--picker-frame-border-color, var(--tui-color-grey, #eee));
  border-bottom: 1px solid
    var(--picker-frame-border-color, var(--tui-color-grey, #eee));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tui-picker__buttons[data-v-262e3259] {
  position: relative;
  margin-top: 8px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tui-picker__buttons[data-v-262e3259]:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  background-color: var(
    --picker-buttons-border-color,
    var(--tui-color-grey-active, #f5f5f5)
  );
}
.tui-picker__button[data-v-262e3259] {
  min-width: 50%;
  width: 100%;
  padding: 14px 16px;
  font-size: 18px;
  color: var(--picker-button-text-color, var(--tui-color-text, #111));
  line-height: 28px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-picker__button[data-v-262e3259]:nth-child(2) {
  border-left: 1px solid
    var(--picker-buttons-border-color, var(--tui-color-grey-active, #f5f5f5));
}
.tui-picker__button[data-v-262e3259]:active {
  background-color: var(
    --picker-active-background,
    var(--tui-color-grey-hover, #f9f9f9)
  );
}
p[data-v-ee85cbfa] {
  margin: 0;
  padding: 0;
}
.tui-scroll-anim[data-v-ee85cbfa] {
  position: relative;
}
.tui-scroll-anim__trigger[data-v-ee85cbfa] {
  position: fixed;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--trigger-color, var(--tui-color-secondary, #5971e5));
  border-bottom: 1px solid
    var(--trigger-color, var(--tui-color-secondary, #5971e5));
}
.tui-scroll-anim__trigger p[data-v-ee85cbfa] {
  min-width: 100px;
}
.tui-scroll-anim__startpos[data-v-ee85cbfa] {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--trigger-color, var(--tui-color-primary, #e64c3d));
  border-bottom: 1px solid
    var(--trigger-color, var(--tui-color-primary, #e64c3d));
}
.tui-scroll-anim__startpos p[data-v-ee85cbfa] {
  min-width: 100px;
}
.tui-scroll-anim__endpos[data-v-ee85cbfa] {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--trigger-color, var(--tui-color-primary, #e64c3d));
  border-bottom: 1px solid
    var(--trigger-color, var(--tui-color-primary, #e64c3d));
}
.tui-scroll-anim__endpos p[data-v-ee85cbfa] {
  min-width: 100px;
}
.tui-scroll-anim__container[data-v-ee85cbfa] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tui-scroll-anim__wrap[data-v-ee85cbfa] {
  position: relative;
}
.tui-scroll-anim--pinned[data-v-ee85cbfa] {
  position: fixed;
}
.social-media-share-icons .icons-container[data-v-1dada0dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-media-share-icons .icons-container.left[data-v-1dada0dc] {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.social-media-share-icons .icons-container.center[data-v-1dada0dc] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-media-share-icons .icons-container.right[data-v-1dada0dc] {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.social-media-share-icons .fold-wrapper[data-v-1dada0dc],
.social-media-share-icons .icon-item-wrapper[data-v-1dada0dc] {
  position: relative;
}
.social-media-share-icons .fold-wrapper .fold-pop-container[data-v-1dada0dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 100;
  padding: 12px;
  top: 40px;
  right: -12px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.15);
}
.social-media-share-icons
  .fold-wrapper
  .fold-pop-container
  .icon-item[data-v-1dada0dc]:first-of-type {
  margin-left: 0;
}
.social-media-share-icons
  .fold-wrapper
  .fold-pop-container
  .fold-arrow[data-v-1dada0dc] {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  -webkit-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  border-bottom-color: #fff;
  top: 0;
  right: 28px;
}
.social-media-share-icons
  .fold-wrapper
  .fold-pop-container.left[data-v-1dada0dc] {
  right: auto;
  left: -12px;
}
.social-media-share-icons
  .fold-wrapper
  .fold-pop-container.left
  .fold-arrow[data-v-1dada0dc] {
  right: auto;
  left: 28px;
}
.social-media-share-icons
  .fold-wrapper
  .fold-pop-container.over-flow[data-v-1dada0dc] {
  width: 416px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-media-share-icons
  .fold-wrapper
  .fold-pop-container.over-flow
  .icon-item[data-v-1dada0dc]:nth-of-type(11) {
  margin-left: 0;
}
.social-media-share-icons .icon-item[data-v-1dada0dc] {
  margin-left: 8px;
  height: 32px;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.code-modal-wrapper[data-v-1dada0dc] {
  position: absolute;
  z-index: 3001;
  top: 36px;
  left: calc(-100% - 16px);
  width: 160px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.code-modal-wrapper .code-modal-top[data-v-1dada0dc] {
  padding: 4px 4px 4px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.code-modal-wrapper .code-modal-top .code-modal-top-title[data-v-1dada0dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center !important;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.code-modal-wrapper
  .code-modal-top
  .code-modal-top-title
  span[data-v-1dada0dc] {
  width: 120px;
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.code-modal-wrapper .code-modal-top .code-modal-top-title i[data-v-1dada0dc] {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.code-modal-wrapper .code-modal-bottom[data-v-1dada0dc] {
  background: #fff;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.code-modal-wrapper
  .code-modal-bottom
  .code-modal-bottom-code-ref[data-v-1dada0dc] {
  width: 112px;
  height: 112px;
}
.code-modal-wrapper
  .code-modal-bottom
  .code-modal-bottom-code-scan-tip[data-v-1dada0dc] {
  margin-top: 8px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #111;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fold-wrapper .fold-pop-container .code-modal-wrapper[data-v-1dada0dc] {
  left: calc(-100% - 32px);
}
.social-media-tui .popup-container[data-v-1dada0dc] {
  background-color: #f6f6f6;
}
.social-media-tui .popup-container .popup-content[data-v-1dada0dc] {
  padding: 0 20px;
  background: #fff;
}
.social-media-tui
  .popup-container
  .popup-content
  .popup-content-title[data-v-1dada0dc] {
  font-family: TCLSans-Unity-Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #111;
  line-height: 30px;
  padding: 16px 0 24px 0;
  text-align: center;
}
.social-media-tui
  .popup-container
  .popup-content
  .popup-content-icons
  .popup-content-icon-container[data-v-1dada0dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 12px;
}
.social-media-tui
  .popup-container
  .popup-content
  .popup-content-icons
  .popup-content-icon-container
  .icon-item[data-v-1dada0dc] {
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
}
.social-media-tui
  .popup-container
  .popup-content
  .popup-content-icons
  .popup-content-icon-container
  .icon-item
  svg[data-v-1dada0dc] {
  width: 56px;
  height: 56px;
}
.social-media-tui
  .popup-container
  .popup-content
  .popup-content-icons
  .popup-content-icon-container
  .icon-item
  .media-text[data-v-1dada0dc] {
  font-size: 12px;
  font-weight: 400;
  color: #111;
  line-height: 18px;
  margin-top: 4px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.social-media-tui .popup-container .popup-footer[data-v-1dada0dc] {
  margin-top: 10px;
  padding: 16px 20px;
  background: #fff;
}
.social-media-tui .popup-container .popup-footer .cancel-text[data-v-1dada0dc] {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #333;
  line-height: 24px;
}
.social-media-tui[data-v-1dada0dc] .tui-overlay--show .tui-overlay__mask {
  opacity: 0.2 !important;
}
.social-media-tui[data-v-1dada0dc] .tui-popup {
  padding: 0 !important;
}
.social-media-tui[data-v-1dada0dc] .tui-popup--round {
  border-radius: 10px 10px 0 0;
}
.rtl .social-media-share-icons .icon-item[data-v-1dada0dc] {
  margin-left: 0;
  margin-right: 8px;
}
.rtl .social-media-share-icons .fold-pop-container[data-v-1dada0dc] {
  right: -4px;
}
.rtl
  .social-media-share-icons
  .fold-pop-container
  .icon-item[data-v-1dada0dc]:first-of-type {
  margin-right: 0;
}
.rtl
  .social-media-share-icons
  .fold-pop-container.left
  .fold-arrow[data-v-1dada0dc] {
  right: auto;
  left: 20px;
}
.rtl
  .social-media-share-icons
  .code-modal-wrapper
  .code-modal-top[data-v-1dada0dc] {
  padding: 4px 20px 4px 4px;
}
.rtl .social-media-share-component[data-v-4e321a5e] {
  direction: rtl;
}
.social-media-share-component .text-white .line-bottom[data-v-4e321a5e]:after,
.social-media-share-component .text-white .line-top[data-v-4e321a5e]:after {
  opacity: 0.2;
}
.social-media-share-component.theme-black[data-v-4e321a5e] {
  background-color: #000;
}
.social-media-share-component.theme-black .text-auto[data-v-4e321a5e] {
  color: #fff;
}
.social-media-share-component.theme-black
  .text-auto
  .line-bottom[data-v-4e321a5e]:after,
.social-media-share-component.theme-black
  .text-auto
  .line-top[data-v-4e321a5e]:after {
  opacity: 0.2;
}
.social-media-share-component.theme-white[data-v-4e321a5e] {
  background: #fff;
}
.social-media-share-component.theme-white .text-auto[data-v-4e321a5e] {
  color: #111;
}
.social-media-share-component .theme-transparent[data-v-4e321a5e] {
  background: transparent;
}
.social-media-share-component .theme-transparent.text-auto[data-v-4e321a5e] {
  color: #111;
}
.social-media-share-component .padding-top[data-v-4e321a5e] {
  padding-top: 80px;
}
.social-media-share-component .padding-bottom[data-v-4e321a5e] {
  padding-bottom: 80px;
}
@media only screen and (max-width: 834px) {
  .social-media-share-component .padding-top[data-v-4e321a5e] {
    padding-top: 56px;
  }
  .social-media-share-component .padding-bottom[data-v-4e321a5e] {
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 534px) {
  .social-media-share-component .padding-top[data-v-4e321a5e] {
    padding-top: 40px;
  }
  .social-media-share-component .padding-bottom[data-v-4e321a5e] {
    padding-bottom: 40px;
  }
}
.social-media-share-component .social-media-share-wrapper[data-v-4e321a5e] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.social-media-share-component
  .social-media-share-wrapper.text-white[data-v-4e321a5e] {
  color: #fff;
}
.social-media-share-component
  .social-media-share-wrapper.text-black[data-v-4e321a5e] {
  color: #000;
}
.social-media-share-component
  .social-media-share-wrapper
  .social-media-share[data-v-4e321a5e] {
  padding: 0 16px;
}
.social-media-share-component
  .social-media-share-wrapper
  .social-media-share.line-bottom[data-v-4e321a5e]:after,
.social-media-share-component
  .social-media-share-wrapper
  .social-media-share
  .share-title-wrapper.line-top[data-v-4e321a5e]:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
}
.social-media-share-component
  .social-media-share-wrapper
  .social-media-share
  .share-main[data-v-4e321a5e] {
  padding: 16px 0;
}
.social-media-share-component
  .social-media-share-wrapper
  .social-media-share
  .share-main
  .share-main-wrapper[data-v-4e321a5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.social-media-share-component
  .social-media-share-wrapper
  .social-media-share
  .share-main
  .share-main-wrapper.left[data-v-4e321a5e] {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: left;
}
.social-media-share-component
  .social-media-share-wrapper
  .social-media-share
  .share-main
  .share-main-wrapper.center[data-v-4e321a5e] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.social-media-share-component
  .social-media-share-wrapper
  .social-media-share
  .share-main
  .share-main-wrapper.right[data-v-4e321a5e] {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  text-align: right;
}
.social-media-share-component
  .social-media-share-wrapper
  .social-media-share
  .share-main
  .share-main-wrapper
  .share-label[data-v-4e321a5e] {
  font-size: 20px;
  font-weight: 500;
  font-family: TCLSans-Unity-Medium, sans-serif;
  line-height: 30px;
}
.title-rich-text a,
.title-rich-text a:link {
  color: #5971e5 !important;
  text-decoration: underline !important;
}
.rte-container.white {
  background-color: #fff;
}
.rte-container.black {
  background-color: #000;
}
.rte-rich-text {
  width: 100%;
  font-family: "TCLSans-Unity-Book", sans-serif;
  font-weight: 400;
  font-size: 18px;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rte-rich-text.fullscreen {
  max-width: 2560px;
  margin: 0 auto;
}
.rte-rich-text.padding-horizontal-hidden {
  padding: 0;
}
.rte-rich-text img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.rte-rich-text video {
  width: 100%;
  height: auto;
}
.rte-rich-text canvas {
  width: 100%;
  height: auto;
}
.rte-rich-text b {
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: bold;
  font-size: inherit !important;
}
.rte-rich-text p {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 12px;
  overflow: hidden;
}
.rte-rich-text p b {
  font-size: inherit !important;
}
.rte-rich-text table {
  border-collapse: collapse;
}
.rte-rich-text hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #eee;
}
.rte-rich-text h1,
.rte-rich-text h2,
.rte-rich-text h3,
.rte-rich-text h4,
.rte-rich-text h5,
.rte-rich-text h6 {
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: bold;
  padding-bottom: 12px;
}
.rte-rich-text .heading1,
.rte-rich-text .heading2,
.rte-rich-text .heading3,
.rte-rich-text .heading4,
.rte-rich-text .heading5,
.rte-rich-text .heading6 {
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: bold;
  padding-bottom: 12px;
}
.rte-rich-text .heading1 {
  font-size: 2em;
}
.rte-rich-text .heading2 {
  font-size: 1.5em;
}
.rte-rich-text .heading3 {
  font-size: 1.17em;
}
.rte-rich-text .heading5 {
  font-size: 0.83em;
}
.rte-rich-text .heading6 {
  font-size: 0.67em;
}
.rte-rich-text a {
  color: #5971e5;
  text-decoration: underline;
  font-size: inherit;
}
.rte-rich-text a b {
  font-size: inherit !important;
}
.rte-rich-text ul,
.rte-rich-text ol {
  margin: 0;
  padding-bottom: 12px;
  list-style: normal;
}
.rte-rich-text ul > li,
.rte-rich-text ol > li {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 24px;
}
.rte-rich-text ul > li::before,
.rte-rich-text ol > li::before {
  display: inline-block;
  margin-left: -24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}
.rte-rich-text ul > li b,
.rte-rich-text ol > li b {
  font-size: inherit !important;
}
.rte-rich-text ul > li ul,
.rte-rich-text ol > li ul,
.rte-rich-text ul > li ol,
.rte-rich-text ol > li ol {
  padding-bottom: 0;
}
.rte-rich-text ul > li::before {
  content: "\e60f";
  font-family: "tcl-icon" !important;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rte-rich-text ol {
  counter-reset: li;
}
.rte-rich-text ol > li {
  counter-increment: li;
  display: list-item;
}
.rte-rich-text ol > li::before {
  content: counter(li) ".";
}
.rte-rich-text .text-7xl {
  font-size: 48px;
  line-height: 1.2;
}
.rte-rich-text .text-6xl {
  font-size: 40px;
  line-height: 1.2;
}
.rte-rich-text .text-5xl {
  font-size: 34px;
  line-height: 1.2;
}
.rte-rich-text .text-4xl {
  font-size: 32px;
  line-height: 1.2;
}
.rte-rich-text .text-3xl {
  font-size: 28px;
  line-height: 1.2;
}
.rte-rich-text .text-2xl {
  font-size: 24px;
  line-height: 1.5;
}
.rte-rich-text .text-xl {
  font-size: 20px;
  line-height: 1.5;
}
.rte-rich-text .text-lg {
  font-size: 18px;
  line-height: 1.5;
}
.rte-rich-text .text-base {
  font-size: 16px;
  line-height: 1.5;
}
.rte-rich-text .text-sm {
  font-size: 14px;
  line-height: 1.5;
}
.rte-rich-text .text-xs {
  font-size: 12px;
  line-height: 1.5;
}
.rte-rich-text .block-display-none {
  display: none;
}
.rte-rich-text .block-visibility-hidden {
  visibility: hidden;
}
.rte-rich-text .mobile-text {
  display: none;
}
.rte-rich-text .all-text > :last-child {
  padding-bottom: 0;
}
.rte-rich-text .pc-text > :last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 834px) {
  .rte-rich-text {
    max-width: 100%;
  }
  .rte-rich-text p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 12px;
  }
  .rte-rich-text ul,
  .rte-rich-text ol {
    padding-bottom: 12px;
  }
  .rte-rich-text ul > li,
  .rte-rich-text ol > li {
    font-size: 16px;
    line-height: 1.5;
  }
  .rte-rich-text .pc-text {
    display: none;
  }
  .rte-rich-text .mobile-text {
    display: block;
  }
  .rte-rich-text .mobile-text > :last-child {
    padding-bottom: 0;
  }
}
.rtl .rte-rich-text ul > li,
.rtl .rte-rich-text ol > li {
  padding-left: 0;
  padding-right: 24px;
}
.rtl .rte-rich-text ul > li::before,
.rtl .rte-rich-text ol > li::before {
  margin-left: 0;
  margin-right: -24px;
}
.film-comment-wrap {
  line-height: 0;
  overflow: hidden;
  background: #f9f9f9;
  position: relative;
}
.film-comment-wrap .film-swiper-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.film-comment-wrap .padding-top-120 {
  padding-top: 120px;
}
.film-comment-wrap .padding-top-72 {
  padding-top: 72px;
}
.film-comment-wrap .linear-granite-text {
  -webkit-text-fill-color: transparent;
}
.film-comment-wrap .film-comment {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.film-comment-wrap .film-comment.component-padding-top,
.film-comment-wrap .film-comment.component-padding-bottom {
  height: calc(100vh - 80px);
}
.film-comment-wrap .film-comment.component-padding-all {
  height: calc(100vh - 160px);
}
.film-comment-wrap.has-sub-menu .film-comment {
  height: calc(100vh - 120px);
}
.film-comment-wrap.has-sub-menu .film-comment.component-padding-top,
.film-comment-wrap.has-sub-menu .film-comment.component-padding-bottom {
  height: calc(100vh - 120px);
}
.film-comment-wrap.has-sub-menu .film-comment.component-padding-all {
  height: calc(100vh - 200px);
}
.film-comment-wrap .film-comment-cnt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.film-comment-wrap .film-comment-cnt .film-comment-title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.film-comment-wrap .film-comment-cnt .film-comment-title .title-wrap {
  width: auto;
  max-width: calc(80.556% - 80px);
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-title
  .title-wrap
  .content-wrap {
  color: #111;
}
.film-comment-wrap .film-comment-cnt .film-comment-title .title-wrap .text {
  font-size: 40px;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-title
  .title-wrap
  .text
  .common-title-img {
  width: auto;
  max-width: 100%;
  max-height: 64px;
}
.film-comment-wrap .film-comment-cnt .film-comment-title .img-wrap {
  margin-right: 16px;
}
.film-comment-wrap .film-comment-cnt .film-comment-title .img-wrap img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-title
  .img-wrap
  .image-error {
  width: 64px;
  height: 64px;
}
.film-comment-wrap .film-comment-cnt .film-comment-title.no-icon .title-wrap {
  width: auto;
  max-width: 944px;
}
.film-comment-wrap .film-comment-cnt .film-comment-swiper {
  overflow: visible;
  height: 100%;
}
.film-comment-wrap .film-comment-cnt .film-comment-ul {
  width: 100%;
  position: relative;
  height: 100%;
}
.film-comment-wrap .film-comment-cnt .film-comment-ul.single-item .film-item {
  width: 100%;
}
.film-comment-wrap .film-comment-cnt .film-comment-ul .film-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 80.649%;
  height: 100%;
  min-height: 400px;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.film-comment-wrap .film-comment-cnt .film-comment-ul .film-item .item-swiper {
  overflow: visible;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .item-swiper
  .swiper-scrollbar {
  display: none;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item:not(
    .twoOpacity,
    .fourOpacity,
    .sixOpacity,
    .eightOpacity,
    .nonOpacity
  )
  .li-cnt
  .li-top {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top {
  position: relative;
  border-radius: 12px;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top:after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .img-wrap {
  height: 490px;
  background: #c4c4c4;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  position: relative;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .img-wrap
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .img-wrap.pcNoImg
  img {
  display: none;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .img-wrap.pcNoImg:after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 56px;
  background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  position: relative;
  padding: 16px 16px 10px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  width: calc(100% - 132px);
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .icon-wrap
  .recording-icon {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .icon-wrap
  .recording-icon
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .icon-wrap
  .li-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  color: #111;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 2px;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .li-num {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 16px;
  color: #111;
  font-weight: 700;
  line-height: 24px;
  padding-left: 8px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
  margin-top: 4px;
  max-width: 132px;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .li-num
  .kong {
  flex: 1;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .li-num
  .li-num-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .li-num
  .shotNum {
  margin-left: 3px;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom {
  opacity: 0;
  padding: 0 16px;
  overflow: hidden;
  margin-top: 20px;
  position: absolute;
  height: auto;
  width: 100%;
  top: auto;
  word-break: break-all;
  box-sizing: border-box;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  p,
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  h1,
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  h2,
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  h3,
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  h4,
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  blockquote {
  font-size: 16px;
  color: #111;
  line-height: 1.5;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow: visible;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  ol,
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  ul {
  padding-bottom: 0;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  ol
  > li,
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  ul
  > li {
  font-size: 16px;
  color: #111;
  line-height: 1.5;
  padding-bottom: 0;
  box-sizing: border-box;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text.mobile {
  display: none;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  > :last-child {
  padding-bottom: 0;
}
.film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom.textOpacity {
  animation-name: filmTextOpacity;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}
.film-comment-wrap .film-comment-cnt .film-comment-ul .film-item.onlyOne {
  width: 100% !important;
}
.film-comment-wrap.film-comment-black {
  background: #000;
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-title
  .title-wrap
  .content-wrap {
  color: #fff;
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .img-wrap {
  background: #c4c4c4;
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  p,
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  h1,
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  h2,
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  h3,
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  h4,
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  blockquote {
  color: #fff;
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  ol
  > li,
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-bottom
  .rich-text
  ul
  > li {
  color: #fff;
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item.eightOpacity
  .li-top:after {
  background: rgba(0, 0, 0, 0.2);
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item.eightOpacity
  .text-wrap:before {
  background: rgba(0, 0, 0, 0.1);
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item.sixOpacity
  .li-top:after {
  background: rgba(0, 0, 0, 0.4);
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item.sixOpacity
  .text-wrap:before {
  background: rgba(0, 0, 0, 0.2);
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item.fourOpacity
  .li-top:after {
  background: rgba(0, 0, 0, 0.6);
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item.fourOpacity
  .text-wrap:before {
  background: rgba(0, 0, 0, 0.3);
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item.twoOpacity
  .li-top:after {
  background: rgba(0, 0, 0, 0.8);
}
.film-comment-wrap.film-comment-black
  .film-comment-cnt
  .film-comment-ul
  .film-item.twoOpacity
  .text-wrap:before {
  background: rgba(0, 0, 0, 0.4);
}
.film-comment-wrap.transparent {
  background: transparent;
}
@keyframes filmTextOpacity {
  from {
    opacity: 0;
    transform: translateY(2.5vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1200px) {
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap {
    height: 44.0647vw;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.eightOpacity
    .li-top:after {
    height: 44.0647vw;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.sixOpacity
    .li-top:after {
    height: 44.0647vw;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.fourOpacity
    .li-top:after {
    height: 44.0647vw;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.twoOpacity
    .li-top:after {
    height: 44.0647vw;
  }
}
@media screen and (max-width: 834px) {
  .film-comment-wrap .film-comment-cnt {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title {
    align-items: flex-start;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title .title-wrap {
    width: auto;
    max-width: 588px;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title .title-wrap .text {
    font-size: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 120px;
    white-space: unset;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-title
    .title-wrap
    .text
    .common-title-img {
    max-height: 48px;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title .img-wrap img {
    width: 48px;
    height: 48px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-title
    .img-wrap
    .image-error {
    width: 48px;
    height: 48px;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title.no-icon .title-wrap {
    width: auto;
    max-width: 652px;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-ul .film-item {
    width: 83.292%;
    height: auto;
    max-height: 100%;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap {
    height: 45.084vw;
    max-height: 376px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.pcNoImg
    img {
    display: block;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.pcNoImg:after {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.tabletNoImg
    img {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.tabletNoImg:after {
    content: "";
    display: inline-block;
    width: 136px;
    height: 56px;
    background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
      no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap {
    height: 56px;
    padding: 12px 16px 4px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .recording-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .li-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num {
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
    margin-bottom: 12px;
    margin-top: 4px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-bottom {
    padding: 0 16px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-bottom
    .rich-text.common {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-bottom
    .rich-text.mobile {
    display: -webkit-box;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.eightOpacity
    .li-top:after {
    height: 45.084vw;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.eightOpacity
    .text-wrap:before {
    height: 56px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.sixOpacity
    .li-top:after {
    height: 45.084vw;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.sixOpacity
    .text-wrap:before {
    height: 56px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.fourOpacity
    .li-top:after {
    height: 45.084vw;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.fourOpacity
    .text-wrap:before {
    height: 56px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.twoOpacity
    .li-top:after {
    height: 45.084vw;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.twoOpacity
    .text-wrap:before {
    height: 56px;
  }
  @keyframes filmTextOpacity {
    from {
      opacity: 0;
      transform: translateY(5.7554vw);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media screen and (min-width: 535px) {
  .film-comment-wrap .film-comment-cnt.film-right .film-comment-title {
    justify-content: flex-end;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-title
    .title-wrap
    .text {
    text-align: right;
  }
  .film-comment-wrap .film-comment-cnt.film-right .film-comment-swiper {
    direction: rtl;
  }
  .film-comment-wrap .film-comment-cnt.film-right .film-comment-ul .film-item {
    left: auto;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .recording-icon {
    margin-right: 0;
    margin-left: 8px;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .li-title {
    direction: ltr;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num {
    padding-left: 0;
    padding-right: 8px;
    direction: ltr;
    justify-content: flex-start;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num
    .shotNum {
    margin-left: 0;
    margin-right: 3px;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-bottom {
    padding: 0 16px;
    direction: ltr;
  }
  .film-comment-wrap
    .film-comment-cnt.film-left
    .film-comment-title
    .title-wrap
    .text {
    text-align: left;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.eightOpacity
    .li-top:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 56px);
    border-radius: 0 12px 0 0;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.eightOpacity
    .text-wrap
    .li-num-text {
    display: none !important;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.eightOpacity
    .text-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 64px;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.sixOpacity
    .li-top:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 56px);
    border-radius: 0 12px 0 0;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.sixOpacity
    .text-wrap
    .li-num-text {
    display: none !important;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.sixOpacity
    .text-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 64px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.fourOpacity
    .li-top:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 56px);
    border-radius: 0 12px 0 0;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.fourOpacity
    .text-wrap
    .li-num-text {
    display: none !important;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.fourOpacity
    .text-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 64px;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.twoOpacity
    .li-top:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 56px);
    border-radius: 0 12px 0 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.twoOpacity
    .text-wrap
    .li-num-text {
    display: none !important;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.twoOpacity
    .text-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 64px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 835px) {
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.eightOpacity
    .li-top:after {
    height: calc(100% - 64px);
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.sixOpacity
    .li-top:after {
    height: calc(100% - 64px);
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.fourOpacity
    .li-top:after {
    height: calc(100% - 64px);
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.twoOpacity
    .li-top:after {
    height: calc(100% - 64px);
  }
}
@media screen and (max-width: 534px) {
  .film-comment-wrap {
    overflow: hidden;
  }
  .film-comment-wrap .film-comment {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .film-comment-wrap .film-comment.component-padding-top,
  .film-comment-wrap .film-comment.component-padding-bottom {
    height: calc(100vh - 40px);
  }
  .film-comment-wrap .film-comment.component-padding-all {
    height: calc(100vh - 80px);
  }
  .film-comment-wrap.has-sub-menu .film-comment.component-padding-all {
    height: calc(100vh - 120px);
  }
  .film-comment-wrap .film-comment-cnt {
    padding: 0 16px;
    margin: 0;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title {
    align-items: flex-start;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title .title-wrap {
    width: auto;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title .title-wrap .text {
    font-size: 28px;
    -webkit-line-clamp: 3;
    max-height: 99px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-title
    .title-wrap
    .text
    .common-title-img {
    max-height: 40px;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title .img-wrap {
    height: 100%;
    margin-right: 8px;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title .img-wrap img {
    width: 40px;
    height: 40px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-title
    .img-wrap
    .image-error {
    width: 40px;
    height: 40px;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-title.no-icon .title-wrap {
    width: auto;
    max-width: 100%;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-swiper {
    max-height: 100vh;
    overflow: hidden;
    margin: 0 -8px;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-ul {
    overflow: hidden;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-ul .film-item {
    top: 120%;
    width: 100%;
    left: 0;
    right: 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .item-swiper {
    width: 100%;
    height: 100%;
  }
  .film-comment-wrap .film-comment-cnt .film-comment-ul .film-item .li-cnt {
    width: 100%;
    height: calc(100vh - 138px);
    padding: 0 8px 24px;
    box-sizing: border-box;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top {
    transform-origin: center bottom;
    transition: all 0.8s ease 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .li-top-cnt.animationImg {
    animation: filmImgHeight 1s 1 forwards;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap {
    height: 51.4667vw;
    border-radius: 12px 12px 0 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.pcNoImg
    img {
    display: block;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.pcNoImg:after {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.tabletNoImg
    img {
    display: block;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.tabletNoImg:after {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.mobNoImg
    img {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .img-wrap.mobNoImg:after {
    content: "";
    display: inline-block;
    width: 136px;
    height: 56px;
    background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
      no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap {
    height: 48px;
    padding: 10px 8px 2px;
    border-radius: 0 0 12px 12px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap {
    margin-bottom: 8px;
    width: calc(100% - 40px);
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .recording-icon {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-right: 8px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .li-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num {
    font-size: 14px;
    line-height: 20px;
    padding-left: 8px;
    margin-bottom: 8px;
    margin-top: 4px;
    max-width: 40px;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num
    .li-num-text {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-bottom {
    padding: 0;
    margin-top: 24px;
    position: static;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.eightOpacity
    .li-top:after {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.sixOpacity
    .li-top:after {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.fourOpacity
    .li-top:after {
    display: none;
  }
  .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item.twoOpacity
    .li-top:after {
    display: none;
  }
  .film-comment-wrap .film-comment-cnt.film-right.left .film-comment-title {
    justify-content: flex-start;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right.left
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num {
    padding-right: 0;
    padding-left: 8px;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right.left
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num
    .shotNum {
    margin-left: 3px;
    margin-right: 0;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right.left
    .film-comment-ul
    .film-item
    .li-cnt
    .li-bottom {
    padding: 0;
  }
  .film-comment-wrap .film-comment-cnt.film-right.center .film-comment-title {
    justify-content: center;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right.center
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num {
    padding-right: 0;
    padding-left: 8px;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right.center
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num
    .shotNum {
    margin-left: 3px;
    margin-right: 0;
  }
  .film-comment-wrap
    .film-comment-cnt.film-right.center
    .film-comment-ul
    .film-item
    .li-cnt
    .li-bottom {
    padding: 0;
  }
  .film-comment-wrap .film-comment-cnt.center .film-comment-title {
    justify-content: center;
    text-align: left;
  }
  .film-comment-wrap .film-comment-cnt.center .film-comment-title.no-icon {
    text-align: center;
  }
  .film-comment-wrap .film-comment-cnt.center .li-bottom {
    text-align: center;
  }
  .film-comment-wrap .film-comment-cnt.right .film-comment-title {
    justify-content: flex-end;
    text-align: right;
    flex-direction: row;
  }
  .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top {
    transform-origin: center bottom;
  }
  .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap {
    flex-direction: row-reverse;
  }
  .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap {
    flex-direction: row-reverse;
  }
  .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .recording-icon {
    margin-right: 0;
    margin-left: 8px;
  }
  .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .li-title {
    text-align: right;
  }
  .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num {
    padding-right: 8px;
    padding-left: 0;
    justify-content: flex-start;
  }
  .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num
    .shotNum {
    margin-left: 0;
    margin-right: 3px;
  }
  .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-bottom {
    padding: 0;
  }
  .film-comment-wrap .film-comment-cnt.right .li-bottom {
    text-align: right;
  }
  @keyframes filmTextOpacity {
    from {
      opacity: 0;
      transform: translateY(40vh);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes filmImgHeight {
    from {
      transform: scale(0.3);
    }
    to {
      transform: scale(1);
    }
  }
}
@keyframes filmRotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.filmRotateOutUpLeft {
  -webkit-animation-name: filmRotateOutUpLeft;
  animation-name: filmRotateOutUpLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes filmZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(50vh);
    -ms-transform: scale(0.7) translateY(50vh);
    transform: scale(0.7) translateY(50vh);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes filmZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(50vh);
    -ms-transform: scale(0.7) translateY(50vh);
    transform: scale(0.7) translateY(50vh);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
.filmZoomIn {
  -webkit-animation-name: filmZoomIn;
  animation-name: filmZoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.film-no-scroll {
  overflow: hidden;
}
.aem-AuthorLayer-Edit .film-comment-wrap,
.aem-AuthorLayer-Design .film-comment-wrap {
  height: 800px !important;
}
.rtl .film-comment-wrap .film-comment-cnt.right .film-comment-title {
  flex-direction: row;
}
.rtl .film-comment-wrap .film-comment-cnt .film-comment-title {
  direction: rtl;
  justify-content: flex-end;
}
.rtl .film-comment-wrap .film-comment-cnt .film-comment-title .img-wrap {
  margin-right: 0;
  margin-left: 16px;
}
.rtl .film-comment-wrap .film-comment-cnt .film-comment-title .title-wrap {
  width: auto;
}
.rtl
  .film-comment-wrap
  .film-comment-cnt
  .film-comment-title
  .title-wrap
  .text {
  direction: rtl;
}
.rtl
  .film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap {
  justify-content: space-between;
}
.rtl
  .film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .icon-wrap {
  flex-direction: row-reverse;
  max-width: calc(100% - 132px);
  width: auto;
}
.rtl
  .film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .icon-wrap
  .recording-icon {
  margin-right: 0;
  margin-left: 8px;
}
.rtl
  .film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .icon-wrap
  .li-title {
  direction: rtl;
}
.rtl
  .film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .li-cnt
  .li-top
  .text-wrap
  .li-num {
  direction: rtl;
  justify-content: flex-start;
}
.rtl
  .film-comment-wrap
  .film-comment-cnt
  .film-comment-ul
  .film-item
  .rich-text {
  direction: rtl;
}
@media screen and (max-width: 534px) {
  .rtl .film-comment-wrap .film-comment-cnt.right .film-comment-title {
    flex-direction: row;
    justify-content: flex-start;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-title
    .img-wrap {
    margin-left: 8px;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num {
    justify-content: flex-end;
  }
  .rtl .film-comment-wrap .film-comment-cnt.left .film-comment-title .img-wrap {
    margin-left: 8px;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.left
    .film-comment-title
    .title-wrap
    .text {
    text-align: left;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.left
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap {
    flex-direction: row;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.left
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .recording-icon {
    margin-right: 8px;
    margin-left: 0;
  }
  .rtl .film-comment-wrap .film-comment-cnt.center .film-comment-title {
    justify-content: center;
    text-align: right;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.center
    .film-comment-title
    .img-wrap {
    margin-left: 8px;
  }
  .rtl .film-comment-wrap .film-comment-cnt.center .film-comment-title.no-icon {
    text-align: center;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.center
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap {
    flex-direction: row;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.center
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .recording-icon {
    margin-right: 8px;
    margin-left: 0;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.center
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num {
    justify-content: flex-start;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 535px) {
  .rtl .film-comment-wrap .film-comment-cnt.film-right .film-comment-title {
    justify-content: flex-start;
    flex-direction: row;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap {
    flex-direction: row;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .recording-icon {
    margin-right: 0;
    margin-left: 8px;
  }
  .rtl .film-comment-wrap .film-comment-cnt.film-left .film-comment-title {
    justify-content: flex-end;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.film-left
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap {
    flex-direction: row;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.film-left
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .recording-icon {
    margin-right: 8px;
    margin-left: 0;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item {
    left: auto;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .icon-wrap
    .li-title {
    direction: rtl;
  }
  .rtl
    .film-comment-wrap
    .film-comment-cnt.film-right
    .film-comment-ul
    .film-item
    .li-cnt
    .li-top
    .text-wrap
    .li-num {
    direction: rtl;
    justify-content: flex-end;
  }
}
.showcase-card-grid-container {
  background-color: #fff;
  color: #111;
}
.showcase-card-grid-container.black {
  background-color: #000;
  color: #fff;
}
.showcase-card-grid-container.transparent {
  background-color: unset;
  color: #111;
}
.showcase-card-grid-container .main-subheading {
  max-width: 1200px;
  padding: 0 16px 8px;
  margin: 0 auto;
  box-sizing: border-box;
}
.showcase-card-grid-container .main-subheading.white {
  color: #fff;
}
.showcase-card-grid-container .main-subheading.black {
  color: #111;
}
.showcase-card-grid-container .main-subheading .title {
  text-align: center;
  font-size: 34px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  line-height: 40px;
  overflow: hidden;
}
.showcase-card-grid-container .main-subheading .title.left {
  text-align: left;
}
.showcase-card-grid-container .main-subheading .title.right {
  text-align: right;
}
.showcase-card-grid-container .main-subheading .desc {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding-top: 12px;
  overflow: hidden;
}
.showcase-card-grid-container .main-subheading .desc.left {
  text-align: left;
}
.showcase-card-grid-container .main-subheading .desc.right {
  text-align: right;
}
.showcase-card-grid-container .marketing-box {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.showcase-card-grid-container .marketing-box .marketing-card-grid {
  margin: 16px;
  margin-bottom: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-auto-rows: minmax(calc((1168px - 23 * 16px) / 24), auto);
  grid-auto-flow: row dense;
  grid-gap: 16px;
  position: relative;
}
.showcase-card-grid-container .marketing-box .marketing-card-grid .grid-item {
  position: relative;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .bg-img
  .skeleton {
  z-index: 1;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .bg-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
  -webkit-user-drag: none;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 16px 16px 16px 24px;
  box-sizing: border-box;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .content-box-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box {
  max-height: 100%;
  flex: 1;
  overflow: hidden;
  margin-right: 8px;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box
  .marketing-text-box {
  max-height: 100%;
  height: 100%;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box
  .marketing-text-box
  .marketing-set-flex {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box
  .marketing-text-box
  .marketing-set-flex.middle {
  align-items: center;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box
  .marketing-text-box
  .marketing-set-flex.top {
  align-items: flex-start;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box
  .marketing-text-box
  .marketing-set-overflow {
  overflow: hidden;
  width: 100%;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box
  .marketing-text-box
  .marketing-set-overflow
  img {
  vertical-align: bottom;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box.middle,
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box.top {
  margin-bottom: 8px;
  margin-right: 0;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn {
  position: relative;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn
  .desc {
  padding-top: 8px;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  opacity: 0.7;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn
  .btn {
  position: absolute;
  bottom: 0;
  align-items: flex-end;
  display: flex;
  right: 0;
  height: 100%;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn
  .btn
  i {
  font-size: 32px;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn.middle,
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn.top {
  min-height: 32px;
  display: flex;
  align-items: flex-end;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn.middle
  .desc,
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn.top
  .desc {
  padding-top: 0;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box.white {
  color: #fff;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box.white
  .btn-icon {
  color: #fff;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box.black
  .btn-icon {
  color: #000;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .marketing-item-preset {
  position: absolute;
  width: 100%;
  top: 0;
  display: grid;
  grid-gap: 16px;
  grid-auto-rows: minmax(calc((1168px - 23 * 16px) / 24), auto);
  z-index: 2;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .marketing-item-preset
  .preset-box {
  background: #e64c3d;
  color: #fff;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid.mobile-grid-card {
  display: none;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .marketing-preset {
  position: absolute;
  width: 100%;
  top: 0;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(24, 1fr);
  grid-auto-rows: minmax(calc((1168px - 23 * 16px) / 24), auto);
  z-index: 1;
}
.showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .marketing-preset
  .preset-box {
  background: #e64c3d;
  opacity: 0.3;
}
.showcase-card-grid-container
  .marketing-box.show-animation
  .marketing-card-grid
  .grid-item.opacity-transition-item {
  opacity: 0;
  transform: translateY(40px);
  -webkit-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -moz-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -o-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -ms-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.showcase-card-grid-container
  .marketing-box.show-animation
  .marketing-card-grid
  .grid-item.add-item-move {
  opacity: 1;
  transform: translateY(0);
}
.showcase-card-grid-container.grid-card-zoom
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .marketing-desc-btn {
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}
.showcase-card-grid-container.grid-card-zoom
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .marketing-desc-btn
  .btn {
  opacity: 0;
  bottom: -20px;
  transition: all 0.5s;
}
.showcase-card-grid-container.grid-card-zoom
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link:hover
  .bg-img
  img {
  transform: scale(1.1);
}
.showcase-card-grid-container.grid-card-zoom
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link:hover
  .content-box
  .marketing-desc-btn {
  opacity: 1;
}
.showcase-card-grid-container.grid-card-zoom
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link:hover
  .content-box
  .marketing-desc-btn
  .btn {
  opacity: 1;
  bottom: 0;
}
@media only screen and (max-width: 1168px) {
  .showcase-card-grid-container .marketing-box .marketing-card-grid {
    grid-auto-rows: minmax(calc((97.333vw - 23 * 16px) / 24), auto);
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .marketing-preset {
    grid-auto-rows: minmax(calc((97.333vw - 23 * 16px) / 24), auto);
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .marketing-item-preset {
    grid-auto-rows: minmax(calc((97.333vw - 23 * 16px) / 24), auto);
  }
}
@media only screen and (max-width: 834px) {
  .showcase-card-grid-container .main-subheading .title {
    font-size: 28px;
    line-height: 34px;
  }
  .showcase-card-grid-container .main-subheading .desc {
    font-size: 18px;
    line-height: 28px;
  }
  .showcase-card-grid-container .marketing-box .marketing-card-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(calc((100vw - 7 * 16px) / 6), auto);
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box {
    padding: 16px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box.mobile-marketing-rich-text {
    display: none;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-7xl {
    font-size: 40px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-6xl {
    font-size: 34px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-5xl {
    font-size: 32px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-4xl {
    font-size: 28px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-3xl {
    font-size: 24px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-2xl {
    font-size: 20px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-xl {
    font-size: 18px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-lg {
    font-size: 16px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-base {
    font-size: 14px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-sm {
    font-size: 14px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .tablet-rich-text-sty
    .text-xs {
    font-size: 12px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .marketing-desc-btn {
    height: unset;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .marketing-item-preset {
    grid-auto-rows: minmax(calc((100vw - 7 * 16px) / 6), auto);
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid.mobile-grid-card {
    display: grid;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid.mobile-grid-card
    .marketing-preset {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(calc((100vw - 7 * 16px) / 6), auto);
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid.pc-grid-card {
    display: none;
  }
  .showcase-card-grid-container.grid-card-zoom
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .marketing-desc-btn {
    max-height: 100%;
    opacity: 1;
    transform: translateY(0);
  }
  .showcase-card-grid-container.grid-card-zoom
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .marketing-desc-btn
    .btn {
    opacity: 1;
    bottom: 0;
  }
  .showcase-card-grid-container.grid-card-zoom
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link:hover
    .bg-img
    img {
    transform: scale(1);
  }
}
@media only screen and (max-width: 534px) {
  .showcase-card-grid-container .main-subheading .title {
    font-size: 24px;
    line-height: 28px;
  }
  .showcase-card-grid-container .main-subheading .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .showcase-card-grid-container .marketing-box .marketing-card-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(calc((100vw - 7 * 16px) / 6), auto);
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box.tablet-marketing-rich-text {
    display: none;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box.mobile-marketing-rich-text {
    display: block;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-7xl {
    font-size: 34px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-6xl {
    font-size: 32px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-5xl {
    font-size: 28px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-4xl {
    font-size: 24px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-3xl {
    font-size: 20px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-2xl {
    font-size: 18px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-xl {
    font-size: 16px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-lg {
    font-size: 14px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-base {
    font-size: 14px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-sm {
    font-size: 12px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-pc
    .text-xs {
    font-size: 12px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-7xl {
    font-size: 40px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-6xl {
    font-size: 34px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-5xl {
    font-size: 32px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-4xl {
    font-size: 28px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-3xl {
    font-size: 24px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-2xl {
    font-size: 20px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-xl {
    font-size: 18px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-lg {
    font-size: 16px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-base {
    font-size: 14px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-sm {
    font-size: 14px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box
    .card-grid-box
    .marketing-text-box
    .mobile-rich-text-inherit-tablet
    .text-xs {
    font-size: 12px;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid.mobile-grid-card {
    display: grid;
  }
  .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid.pc-grid-card {
    display: none;
  }
}
.rtl
  .showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box {
  padding: 16px 24px 16px 16px;
}
.rtl
  .showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn
  .btn {
  right: auto;
  left: 0;
}
.rtl
  .showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .marketing-desc-btn
  .btn
  .icon-Linear_Right_2::before {
  content: "\e6fa";
}
.rtl
  .showcase-card-grid-container
  .marketing-box
  .marketing-card-grid
  .grid-item
  .link
  .content-box
  .card-grid-box {
  margin-right: unset;
  margin-left: 8px;
}
@media only screen and (max-width: 834px) {
  .rtl
    .showcase-card-grid-container
    .marketing-box
    .marketing-card-grid
    .grid-item
    .link
    .content-box {
    padding: 16px;
  }
}
.animations_section {
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  padding: 80px 16px;
}
.animations_section.has-sub-menu {
  padding: 120px 16px 80px;
}
.aem-AuthorLayer-Edit .animations_section {
  height: 800px;
}
.animations_img.hidden,
.ant_set_two_img picture.hidden,
.sub-function-switching picture.hidden {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f2f2;
  margin-top: 0;
}
.animations_img.hidden::after,
.ant_set_two_img picture.hidden::after,
.sub-function-switching picture.hidden::after {
  font-size: 24px;
  color: rgba(45, 49, 50, 0.12);
  content: "\e692";
  font-family: "tcl-icon" !important;
}
.animations_img.hidden img,
.ant_set_two_img picture.hidden img,
.sub-function-switching picture.hidden img {
  display: none;
}
.animite_section_one-in {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.over-height-container,
.mobile-over-height-container {
  display: none;
}
.over-dialog .over-height-container {
  display: block;
}
.over-dialog .over-height-container,
.over-dialog .mobile-over-height-container {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  max-width: 496px;
}
.over-dialog .over-height-container .over-height-mask,
.over-dialog .mobile-over-height-container .over-height-mask {
  height: 80px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.71) 51%,
    #fff 100%
  );
  width: 100%;
}
.over-dialog .over-height-container .over-height-btn,
.over-dialog .mobile-over-height-container .over-height-btn {
  background: #fff;
  text-align: center;
  height: 64px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.over-dialog .over-height-container .over-height-btn .btn-text,
.over-dialog .mobile-over-height-container .over-height-btn .btn-text {
  border-radius: 16px;
  border: 1px solid #111;
  font-size: 14px;
  font-weight: normal;
  color: #111;
  line-height: 32px;
  padding: 0 16px;
}
.ant_set_one_cont {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.ant_set_one_cont .common-text img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.5);
  opacity: 0;
}
.ant_set_one_cont .common-text .item_content:not(:nth-last-of-type(1)),
.sub-function-switching .common-text .item_content:not(:nth-last-of-type(1)),
.ant_set_one_cont .common-rich-text .item_content:not(:nth-last-of-type(1)),
.sub-function-switching
  .common-rich-text
  .item_content:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}
.ant_set_one_cont .common-text .item_content h4,
.sub-function-switching .common-text .item_content h4,
.ant_set_one_cont .common-rich-text .item_content h4,
.sub-function-switching .common-rich-text .item_content h4 {
  padding-bottom: 0;
}
.ant_set_one_cont .common-text .item_content p,
.sub-function-switching .common-text .item_content p,
.ant_set_one_cont .common-rich-text .item_content p,
.sub-function-switching .common-rich-text .item_content p {
  margin-top: 12px;
}
.ant_set_one_cont .common-text > :first-child,
.sub-function-switching .common-text > :first-child,
.ant_set_one_cont .common-rich-text > :first-child,
.sub-function-switching .common-rich-text > :first-child {
  margin-top: 0;
  margin-bottom: 12px;
}
.ant_set_one_cont .common-text a,
.sub-function-switching .common-text a,
.ant_set_one_cont .common-rich-text a,
.sub-function-switching .common-rich-text a {
  color: #5971e5;
  text-decoration: underline;
}
.ant_set_one_cont .common-text h1,
.sub-function-switching .common-text h1,
.ant_set_one_cont .common-rich-text h1,
.sub-function-switching .common-rich-text h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}
.ant_set_one_cont .common-text h2,
.sub-function-switching .common-text h2,
.ant_set_one_cont .common-rich-text h2,
.sub-function-switching .common-rich-text h2 {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}
.ant_set_one_cont .common-text h3,
.sub-function-switching .common-text h3,
.ant_set_one_cont .common-rich-text h3,
.sub-function-switching .common-rich-text h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}
.ant_set_one_cont .common-text h4,
.sub-function-switching .common-text h4,
.ant_set_one_cont .common-rich-text h4,
.sub-function-switching .common-rich-text h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.ant_set_one_cont .common-text p,
.sub-function-switching .common-text p,
.ant_set_one_cont .common-rich-text p,
.sub-function-switching .common-rich-text p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.ant_set_one_cont .common-text blockquote,
.sub-function-switching .common-text blockquote,
.ant_set_one_cont .common-rich-text blockquote,
.sub-function-switching .common-rich-text blockquote {
  font-size: 12px;
  line-height: 18px;
  margin-inline: 0;
  margin-block: 0;
}
.ant_set_one_cont .close-btn,
.sub-function-switching .close-btn {
  z-index: 11;
}
.ant_set_one_title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.ant_set_one_second_title {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}
.animations_section ul,
.animations_section ol {
  margin: 0;
  padding-inline-start: 0;
  padding-bottom: 12px;
}
.animations_section ul > li,
.animations_section ol > li {
  line-height: 28px;
  font-size: 18px;
  position: relative;
  padding-left: 24px;
}
.animations_section ul > li::before,
.animations_section ol > li::before {
  display: inline-block;
  margin-left: -24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}
.animations_section ul > li b,
.animations_section ol > li b {
  font-size: inherit !important;
}
.animations_section ul > li ul,
.animations_section ol > li ul,
.animations_section ul > li ol,
.animations_section ol > li ol {
  padding-bottom: 0;
}
.animations_section ul > li::before {
  content: "\e60f";
  font-family: "tcl-icon" !important;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animations_section ol {
  counter-reset: li;
}
.animations_section ol > li {
  counter-increment: li;
  display: list-item;
}
.animations_section ol > li::before {
  content: counter(li) ".";
}
.ant_set_one_desc {
  margin-top: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.animations_img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.5);
  opacity: 0;
}
.animations_img.pc-no-img {
  display: block;
  width: 100%;
  height: 41.1458vw;
  max-height: 790px;
  background: #c4c4c4;
  border-radius: 12px;
}
.animations_img.pc-no-img:after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 56px;
  background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.animations_img.pc-no-img img {
  display: none;
}
.ant_set_two_cont {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ant_set_two_cont.over-dialog {
  justify-content: flex-start;
}
.ant_set_two_cont a {
  color: #5971e5;
  text-decoration: underline;
}
.ant_set_two_cont .item_content > h1:nth-of-type(1),
.ant_set_two_cont .item_content > h2:nth-of-type(1),
.ant_set_two_cont .item_content > h3:nth-of-type(1),
.ant_set_two_cont .item_content > h4:nth-of-type(1) {
  margin-top: 0;
}
.ant_set_two_cont h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin-top: 40px;
}
.ant_set_two_cont h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin-top: 40px;
}
.ant_set_two_cont h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 40px;
}
.ant_set_two_cont h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-top: 40px;
}
.ant_set_two_cont p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.ant_set_two_cont blockquote {
  font-size: 12px;
  line-height: 18px;
}
.ant_set_two_cont img {
  font-size: 0;
  display: inline-block;
  margin: 12px 12px 12px 0;
  max-width: 100%;
}
.ant_set_two_cont img:not(:first-child) {
  margin-left: 12px;
}
.empty-image {
  background: #c4c4c4;
}
.ant_set_two_cont-item {
  opacity: 1;
  max-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.ant_set_two_cont-item .item_content .item_content:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}
.ant_set_two_cont-item:not(:first-child) {
  margin-top: 40px;
}
.ant_set_two_cont-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}
.ant_set_two_cont-desc {
  margin-top: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.ant_set_two_cont-icons {
  font-size: 0;
}
.ant_set_two_cont-icons picture {
  display: inline-block;
  margin-top: 10px;
  max-width: 100%;
}
.ant_set-pc-two-icon {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.ant_set_two_cont-icons picture:not(:first-child) {
  margin-left: 10px;
}
.ant_set_two_box,
.ant_set_two_layout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}
.ant_set_two_img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: flex;
  flex-direction: column;
}
.ant_set_two_img.pc-no-img {
  display: flex;
  width: 100%;
  height: 41.1458vw;
  max-height: 790px;
  background: #c4c4c4;
  border-radius: 12px;
}
.ant_set_two_img.pc-no-img:after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 56px;
  background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ant_set_two_img.pc-no-img img {
  display: none;
}
.ant_set_two_item-img {
  display: block;
  opacity: 0;
}
.ant_set_one_cont {
  z-index: 999;
}
.ant_set_one_cont,
.ant_set_two_cont {
  max-width: 496px;
  width: calc(50% - 24px);
  max-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.ant_set_one_cont span,
.ant_set_two_cont span {
  display: inline-block;
}
.animations_img,
.ant_set_two_img,
.ant_set_two_item-img {
  max-height: 790px;
  max-width: 592px;
  width: 50%;
}
.animations_img img,
.ant_set_two_img img,
.ant_set_two_item-img img {
  width: 100%;
  height: auto;
  max-width: 592px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: calc(100vh - 160px);
  object-fit: cover;
}
.animations_animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fade_In_Down {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
[animations-theme="light"] {
  background-color: #fff;
}
[animations-theme="light"] .common-text,
[animations-theme="light"] .ant_set_two_cont {
  color: #111;
}
[animations-theme="dark"] {
  background-color: #111;
}
[animations-theme="dark"] .common-text,
[animations-theme="dark"] .ant_set_two_cont {
  color: #fff;
}
[animations-theme="dark"] .over-dialog .over-height-container .over-height-mask,
[animations-theme="dark"]
  .over-dialog
  .mobile-over-height-container
  .over-height-mask {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0, #111 100%);
}
[animations-theme="dark"] .over-dialog .over-height-container .over-height-btn,
[animations-theme="dark"]
  .over-dialog
  .mobile-over-height-container
  .over-height-btn {
  background: #111;
}
[animations-theme="dark"]
  .over-dialog
  .over-height-container
  .over-height-btn
  .btn-text,
[animations-theme="dark"]
  .over-dialog
  .mobile-over-height-container
  .over-height-btn
  .btn-text {
  border: 1px solid #fff;
  color: #fff;
}
@keyframes fade_In_Down {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animations_fadeInDown {
  -webkit-animation-name: fade_In_Down;
  animation-name: fade_In_Down;
}
@keyframes fade_In_Up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animations_fadeInUp {
  -webkit-animation-name: fade_In_Up;
  animation-name: fade_In_Up;
}
.pc {
  display: block;
}
.animations_section .pc {
  display: block;
}
.animations_section .mobile,
.animations_section .mobile-tablet {
  display: none;
}
@media (min-width: 835px) {
  .sub-function-switching.feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-box-pc {
    padding-bottom: 64px;
  }
  .animations_img.hidden {
    transform: translateY(-50%);
  }
  .right .ant_set_one_cont {
    left: 100%;
    transform: translate3d(0, -50%, 0);
    padding-left: 24px;
  }
  .right .animations_img {
    left: 25%;
    transform: translate3d(50%, -50%, 0) scale(1.5);
  }
  .right.animations_section_one .animations_img.hidden {
    margin-top: -150px;
  }
  .right .ant_set_two_cont {
    left: 0;
    right: auto;
  }
  .right .ant_set_two_img {
    left: 50%;
  }
}
@media only screen and (max-width: 834px) {
  .animations_section .pc {
    display: none;
  }
  .animations_section .mobile-tablet {
    display: block;
  }
}
@media (min-width: 535px) and (max-width: 834px) {
  .animations_section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .animite_section_one-in {
    max-width: 100%;
  }
  .ant_set_one_cont,
  .ant_set_two_cont {
    max-width: calc(50% - 24px);
    width: calc(50% - 24px);
  }
  .ant_set_two_cont {
    max-height: calc(100vh - 96px);
  }
  .right .ant_set_one_cont {
    left: 115%;
    transform: translate3d(0, -50%, 0);
    padding-left: 24px;
  }
  .right.animations_section_one .animations_img.hidden {
    margin-top: -150px;
  }
  .right .animations_img {
    left: 50%;
    transform: translate3d(50%, -50%, 0) scale(1.5);
  }
  .right .ant_set_two_cont {
    left: 0;
    right: auto;
  }
  .right .ant_set_two_img {
    left: 50%;
  }
  .animations_img,
  .ant_set_two_img,
  .ant_set_two_item-img {
    max-width: 368px;
    max-height: 491px;
    width: 50%;
  }
  .animations_img img,
  .ant_set_two_img img,
  .ant_set_two_item-img img {
    width: 100%;
    height: auto;
    max-width: 368px;
    max-height: 491px;
    object-fit: cover;
  }
  .animations_img.pc-no-img {
    width: 100%;
    height: auto;
    max-height: 491px;
    background: transparent;
    border-radius: 0;
  }
  .animations_img.pc-no-img:after {
    display: none;
  }
  .animations_img.pc-no-img img {
    display: block;
  }
  .animations_img.tablet-no-img {
    height: 47.9492vw;
    max-height: 491px;
    display: block;
    background: #c4c4c4;
    border-radius: 12px;
  }
  .animations_img.tablet-no-img:after {
    display: block;
  }
  .animations_img.tablet-no-img img {
    display: none;
  }
  .ant_set_two_img.pc-no-img {
    width: 100%;
    height: auto;
    max-height: 491px;
    background: transparent;
    border-radius: 0;
  }
  .ant_set_two_img.pc-no-img:after {
    display: none;
  }
  .ant_set_two_img.pc-no-img img {
    display: block;
  }
  .ant_set_two_img.tablet-no-img {
    height: 47.9492vw;
    max-height: 491px;
    display: flex;
    background: #c4c4c4;
    border-radius: 12px;
  }
  .ant_set_two_img.tablet-no-img:after {
    display: block;
  }
  .ant_set_two_img.tablet-no-img img {
    display: none;
  }
  .ant_set_two_cont-icons picture {
    margin-top: 24px;
  }
  .ant_set_two_cont-icons picture:not(:first-child) {
    margin-left: 25px;
  }
  .ant_set_one_cont .common-text h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ant_set_one_cont .common-text h1 span {
    font-size: 40px;
    line-height: 48px;
  }
  .ant_set_one_cont .common-text h2 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 12px;
  }
  .ant_set_one_cont .common-text h2 span {
    font-size: 34px;
    line-height: 40px;
  }
  .ant_set_one_cont .common-text h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .ant_set_one_cont .common-text h3 span {
    font-size: 32px;
    line-height: 38px;
  }
  .ant_set_one_cont .common-text h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .ant_set_one_cont .common-text h4 span {
    font-size: 28px;
    line-height: 32px;
  }
  .ant_set_one_cont .common-text blockquote {
    font-size: 12px;
    line-height: 18px;
  }
  .ant_set_two_cont a {
    color: #5971e5;
    text-decoration: underline;
  }
  .ant_set_two_cont h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ant_set_two_cont h1 span {
    font-size: 40px;
    line-height: 48px;
  }
  .ant_set_two_cont h2 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 12px;
  }
  .ant_set_two_cont h2 span {
    font-size: 34px;
    line-height: 40px;
  }
  .ant_set_two_cont h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .ant_set_two_cont h3 span {
    font-size: 32px;
    line-height: 38px;
  }
  .ant_set_two_cont h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .ant_set_two_cont h4 span {
    font-size: 28px;
    line-height: 32px;
  }
  .ant_set_two_cont blockquote {
    font-size: 12px;
    line-height: 18px;
  }
  .ant_set_two_cont img {
    margin-top: 12px;
  }
  .ant_set_two_cont img:not(:first-child) {
    margin-left: 15px;
  }
}
@media (width: 768px) {
  .animite_section_one-in {
    max-width: 100%;
  }
  .ant_set_one_cont,
  .ant_set_two_cont {
    max-width: 340px;
    width: 340px;
  }
  .animations_img {
    margin-top: 16px;
  }
  .animations_img,
  .ant_set_two_img,
  .ant_set_two_item-img {
    max-width: 340px;
    max-height: 454px;
  }
  .animations_img img,
  .ant_set_two_img img,
  .ant_set_two_item-img img {
    max-width: 340px;
    width: 340px;
    height: auto;
    max-height: 454px;
    object-fit: cover;
  }
}
@media (max-width: 534px) {
  .pc {
    display: none;
  }
  .animations_section_one .ant_set_two_cont,
  .animations_section_two .ant_set_two_cont {
    margin-top: 24px;
  }
  .over-dialog .mobile-over-height-container {
    display: block;
    bottom: -1px;
  }
  .over-dialog .mobile-over-height-container .over-height-btn {
    padding-bottom: 24px;
  }
  .mobile-tablet {
    display: block;
  }
  .animations_section,
  .animite_section_one-in {
    height: auto;
  }
  .animations_section {
    padding: 40px 16px;
  }
  .animations_section.has-sub-menu {
    padding: 40px 16px 40px;
  }
  .animations_section.has-sub-menu .ant_set_two_box {
    padding-top: 80px;
  }
  .animations_section.has-sub-menu .ant_set_two_layout {
    top: 100px;
    height: calc(100vh - 100px);
  }
  .ant_set_two_box,
  .ant_set_two_layout {
    padding-top: 16px;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
  }
  .ant_set_two_box {
    position: relative;
  }
  .animations-section h1,
  .animations-section h2,
  .animations-section h3,
  .animations-section h4,
  .animations-section p,
  .animations-section blockquote,
  .animations-section ol,
  .animations-section ul {
    opacity: 0;
  }
  .ant_set_one_cont {
    opacity: 1;
  }
  .ant_set_one_cont,
  .animations_img,
  .ant_set_two_cont,
  .ant_set_two_img {
    position: static;
    transform: translate3d(0, 0, 0);
    max-width: 100%;
  }
  .animations_img {
    display: block;
    height: 100%;
  }
  .animations_img.pc-no-img {
    width: 100%;
    height: auto;
    max-height: 457px;
    background: transparent;
    border-radius: 0;
  }
  .animations_img.pc-no-img:after {
    display: none;
  }
  .animations_img.pc-no-img img {
    display: block;
  }
  .animations_img.mob-no-img {
    height: 121.8666vw;
    display: block;
    background: #c4c4c4;
    border-radius: 12px;
  }
  .animations_img.mob-no-img:after {
    display: block;
  }
  .animations_img.mob-no-img img {
    display: none;
  }
  .ant_set_two_img.pc-no-img {
    width: 100%;
    height: auto;
    max-height: 457px;
    background: transparent;
    border-radius: 0;
  }
  .ant_set_two_img.pc-no-img:after {
    display: none;
  }
  .ant_set_two_img.pc-no-img img {
    display: block;
  }
  .ant_set_two_img.mob-no-img {
    height: 121.8666vw;
    max-height: 457px;
    display: flex;
    background: #c4c4c4;
    border-radius: 12px;
  }
  .ant_set_two_img.mob-no-img:after {
    display: block;
  }
  .ant_set_two_img.mob-no-img img {
    display: none;
  }
  .ant_set_two_cont-item,
  .ant_set_two_item-img {
    opacity: 1;
  }
  .ant_set_two_cont-item h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .ant_set_two_cont-item h1 span {
    font-size: 34px;
    line-height: 40px;
  }
  .ant_set_two_cont-item h2 {
    font-size: 32px;
    line-height: 28px;
  }
  .ant_set_two_cont-item h2 span {
    font-size: 32px;
    line-height: 28px;
  }
  .ant_set_two_cont-item h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .ant_set_two_cont-item h3 span {
    font-size: 28px;
    line-height: 32px;
  }
  .ant_set_two_cont-item h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .ant_set_two_cont-item h4 span {
    font-size: 24px;
    line-height: 28px;
  }
  .ant_set_two_cont-item blockquote {
    font-size: 12px;
    line-height: 18px;
  }
  .ant_set_one_cont .common-text h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .ant_set_one_cont .common-text h1 span {
    font-size: 34px;
    line-height: 40px;
  }
  .ant_set_one_cont .common-text h2 {
    font-size: 32px;
    line-height: 28px;
  }
  .ant_set_one_cont .common-text h2 span {
    font-size: 32px;
    line-height: 28px;
  }
  .ant_set_one_cont .common-text h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .ant_set_one_cont .common-text h3 span {
    font-size: 28px;
    line-height: 32px;
  }
  .ant_set_one_cont .common-text h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .ant_set_one_cont .common-text h4 span {
    font-size: 24px;
    line-height: 28px;
  }
  .ant_set_one_cont .common-text blockquote {
    font-size: 12px;
    line-height: 18px;
  }
  .ant_set_one_cont .common-text p {
    margin-top: 16px;
  }
  .ant_set_one_cont .common-text img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1.5);
    opacity: 0;
  }
  .ant_set_two_img {
    max-height: 457px;
    overflow: hidden;
  }
  .animite_sectionn_one-in,
  .ant_set_one_cont,
  .ant_set_two_cont,
  .animations_img,
  .ant_set_two_img,
  .ant_set_two_item-img {
    max-width: none;
    width: 100%;
  }
  .animite_sectionn_one-in img,
  .ant_set_one_cont img,
  .ant_set_two_cont img,
  .animations_img img,
  .ant_set_two_img img,
  .ant_set_two_item-img img {
    max-width: 100%;
    position: static;
    transform: translateY(0);
  }
  .ant_set_one_cont {
    margin-bottom: 16px;
    padding: 0;
  }
  .ant_set_two_cont {
    justify-content: flex-start;
    margin-top: 24px;
  }
  .ant_set_two_item-img {
    width: 100%;
    max-width: 100% !important;
  }
  .ant_set_one_title {
    font-size: 20px;
    line-height: 30px;
  }
  .ant_set_one_second_title {
    font-size: 28px;
    line-height: 34px;
  }
  .ant_set_one_desc {
    margin-top: 16px;
  }
  .ant_set_two_cont-title {
    font-size: 24px;
    line-height: 28px;
  }
  .ant_set_two_cont-icons picture {
    margin-top: 12px;
  }
  .ant_set_two_cont-icons picture:not(:first-child) {
    margin-left: 15px;
  }
  .sub-function-switching .common-rich-text img {
    max-height: 457px;
    height: auto;
    object-fit: cover;
  }
}
.rtl .ant_set_one_cont {
  text-align: right;
}
.rtl .ant_set_two_cont-item {
  text-align: right;
}
.rtl .animations_section {
  direction: rtl;
}
.rtl .animations_section ul > li,
.rtl .animations_section ol > li {
  padding-left: 0;
  padding-right: 24px;
}
.rtl .animations_section ul > li::before,
.rtl .animations_section ol > li::before {
  margin-left: 0;
  margin-right: -24px;
}
.graphics-card-wrap {
  line-height: 0;
  overflow: hidden;
  background: #fff;
}
.graphics-card-wrap .over-dialog .over-height-container {
  display: block;
}
.graphics-card-wrap .over-dialog .over-height-container,
.graphics-card-wrap .over-dialog .mobile-over-height-container {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  max-width: 496px;
}
.graphics-card-wrap .over-dialog .over-height-container .over-height-mask,
.graphics-card-wrap
  .over-dialog
  .mobile-over-height-container
  .over-height-mask {
  height: 80px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.71) 51%,
    #fff 100%
  );
  width: 100%;
}
.graphics-card-wrap .over-dialog .over-height-container .over-height-btn,
.graphics-card-wrap
  .over-dialog
  .mobile-over-height-container
  .over-height-btn {
  background: #fff;
  text-align: center;
  height: 64px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graphics-card-wrap
  .over-dialog
  .over-height-container
  .over-height-btn
  .btn-text,
.graphics-card-wrap
  .over-dialog
  .mobile-over-height-container
  .over-height-btn
  .btn-text {
  border-radius: 16px;
  border: 1px solid #111;
  font-size: 14px;
  font-weight: normal;
  color: #111;
  line-height: 32px;
  padding: 0 16px;
  opacity: 0;
}
.graphics-card-wrap.graphics-card-black
  .over-dialog
  .over-height-container
  .over-height-mask,
.graphics-card-wrap.graphics-card-black
  .over-dialog
  .mobile-over-height-container
  .over-height-mask {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0, #111 100%);
}
.graphics-card-wrap.graphics-card-black
  .over-dialog
  .over-height-container
  .over-height-btn,
.graphics-card-wrap.graphics-card-black
  .over-dialog
  .mobile-over-height-container
  .over-height-btn {
  background: #111;
}
.graphics-card-wrap.graphics-card-black
  .over-dialog
  .over-height-container
  .over-height-btn
  .btn-text,
.graphics-card-wrap.graphics-card-black
  .over-dialog
  .mobile-over-height-container
  .over-height-btn
  .btn-text {
  border: 1px solid #fff;
  color: #fff;
}
.graphics-card-wrap .graphics-card-cnt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-mobile-title {
  display: none;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-three-random-first {
  display: none;
}
.graphics-card-wrap .graphics-card-cnt .graphics-pc-wrap .graphics-card {
  column-count: 2;
  column-gap: 40px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item {
  break-inside: avoid;
  padding-top: 48px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item:first-child {
  margin-top: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item:nth-child(2) {
  padding-top: 48px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item.card-paddingTop {
  padding-top: 48px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .img-wrap {
  max-height: 752px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .img-wrap
  .image-error {
  height: 564px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .img-wrap.no-pc-img {
  height: 564px;
  background: #c4c4c4;
  border-radius: 12px;
  position: relative;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .img-wrap.no-pc-img:after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 56px;
  background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .img-wrap.no-pc-img
  img {
  display: none;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .img-wrap
  img {
  width: 100%;
  object-fit: cover;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap {
  margin-top: 12px;
  background: #efefef;
  border-radius: 12px;
  padding: 24px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #111;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h1
  span {
  font-size: 48px !important;
  font-weight: 600;
  line-height: 56px !important;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h2
  span {
  font-size: 40px !important;
  font-weight: 500;
  line-height: 48px !important;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h3
  span {
  font-size: 34px !important;
  font-weight: 500;
  line-height: 40px !important;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h4
  span {
  font-size: 32px !important;
  font-weight: 500;
  line-height: 38px !important;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h1,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h2,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h3,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h4,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  p {
  color: #111;
  overflow: hidden;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h1.has-icon,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h2.has-icon,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h3.has-icon,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h4.has-icon,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  p.has-icon {
  position: relative;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h1
  img,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h2
  img,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h3
  img,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h4
  img,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  p
  img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  top: 0;
  left: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  p {
  font-size: 16px;
  color: #111;
  line-height: 24px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  blockquote {
  font-size: 12px;
  color: #111;
  line-height: 18px;
  padding-bottom: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  ol
  > li,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  ul
  > li {
  font-size: 16px;
  color: #111;
  line-height: 24px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  img {
  margin-right: 8px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  .li-title {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  .icon-wrap
  + .li-title {
  padding-left: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  .li-title
  + .rich-desc {
  font-size: 16px;
  color: #111;
  line-height: 24px;
  padding-bottom: 0;
  margin-top: 12px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text.mobile {
  display: none;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-tip {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.5);
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 36px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-columns
  .graphics-card {
  column-count: unset;
  column-gap: 0;
  display: flex;
  margin: 0 -8.5px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-columns
  .graphics-card
  .graphics-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 8.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-columns
  .graphics-card
  .graphics-item:nth-child(2) {
  padding-top: 48px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-columns
  .graphics-card
  .graphics-item
  .img-wrap {
  max-height: 504px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-columns
  .graphics-card {
  column-count: unset;
  display: flex;
  column-gap: 0;
  margin: 0 -8px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-columns
  .graphics-card
  .graphics-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-columns
  .graphics-card
  .graphics-item:first-child {
  padding-top: 48px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-columns
  .graphics-card
  .graphics-item:nth-child(2) {
  padding-top: 96px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-columns
  .graphics-card
  .graphics-item:nth-child(4) {
  padding-top: 48px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-columns
  .graphics-card
  .graphics-item
  .img-wrap {
  max-height: 373px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-columns
  .graphics-card
  .graphics-item
  .img-wrap.no-pc-img {
  height: 280px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first {
  display: block;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt {
  display: flex;
  flex-direction: row-reverse;
  background: #efefef;
  border-radius: 12px;
  overflow: hidden;
  height: 608px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .img-wrap {
  width: 564px;
  height: 608px;
  overflow: hidden;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .img-wrap
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .img-wrap
  .image-error {
  height: 608px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .img-wrap.no-pc-img {
  height: 608px;
  background: #c4c4c4;
  border-radius: 0 12px 12px 0;
  position: relative;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .img-wrap.no-pc-img:after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 56px;
  background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .img-wrap.no-pc-img
  img {
  display: none;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap {
  padding: 48px 40px 48px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #111;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc {
  max-height: 608px;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h1 {
  font-size: 48px;
  line-height: 56px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h1
  span {
  font-size: 48px !important;
  line-height: 56px !important;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h2 {
  font-size: 40px;
  line-height: 48px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h2
  span {
  font-size: 40px !important;
  line-height: 48px !important;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h3 {
  font-size: 34px;
  line-height: 40px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h3
  span {
  font-size: 34px !important;
  line-height: 40px !important;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h4 {
  font-size: 32px;
  line-height: 38px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h4
  span {
  font-size: 32px !important;
  line-height: 38px !important;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h1,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h2,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h3,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h4,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  p {
  font-weight: 600;
  color: #111;
  overflow: hidden;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h1.has-icon,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h2.has-icon,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h3.has-icon,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h4.has-icon,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  p.has-icon {
  position: relative;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h1
  img,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h2
  img,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h3
  img,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h4
  img,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  p
  img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  top: 0;
  left: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  p {
  font-size: 16px;
  color: #111;
  line-height: 24px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  blockquote {
  font-size: 12px;
  color: #111;
  line-height: 18px;
  padding-bottom: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  ol
  > li,
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  ul
  > li {
  font-size: 16px;
  color: #111;
  line-height: 24px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  .li-title {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  .icon-wrap
  + .li-title {
  padding-left: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  .li-title
  + .rich-desc {
  font-size: 16px;
  color: #111;
  line-height: 24px;
  padding-bottom: 0;
  margin-top: 12px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text.mobile {
  display: none;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-tip {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.5);
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 36px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-card {
  padding-top: 48px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-card
  .graphics-item:first-child {
  display: none;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-card
  .graphics-item:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-randoms
  .graphics-card {
  column-count: 2;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-randoms
  .graphics-card
  .graphics-item {
  padding-top: 48px;
  margin-top: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-randoms
  .graphics-card
  .graphics-item:first-child {
  margin-top: 0;
  padding-top: 0;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-four-randoms
  .graphics-card
  .graphics-item.card-paddingTop {
  padding-top: 48px;
}
.graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-card-vertical {
  opacity: 1;
}
.graphics-card-wrap.graphics-card-black {
  background: #000;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap {
  background: #393939;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-title {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h1,
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h2,
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h3,
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h4 {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  p {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  blockquote {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  ol
  > li,
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  ul
  > li {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  .li-title
  + .rich-desc {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt {
  background: #393939;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap {
  background: #393939;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-title {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h1,
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h2,
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h3,
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h4 {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  p {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  blockquote {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  ol
  > li,
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  ul
  > li {
  color: #fff;
}
.graphics-card-wrap.graphics-card-black
  .graphics-card-cnt
  .graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  .li-title
  + .rich-desc {
  color: #fff;
}
.graphics-card-wrap.transparent {
  background: transparent;
}
.graphics-card-wrap .graphics-mobile-wrap {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap {
    height: auto;
    max-height: 62.6666vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap
    .image-error {
    height: 47vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img {
    height: 47vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt {
    height: 50.6666vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap {
    width: 47vw;
    height: auto;
    max-height: 608px;
    min-height: 50.6666vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap
    .image-error {
    height: auto;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap.no-pc-img {
    height: auto;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-columns
    .graphics-card
    .graphics-item
    .img-wrap {
    height: auto;
    max-height: 42vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-columns
    .graphics-card
    .graphics-item
    .img-wrap
    .image-error {
    height: 31.5vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-columns
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img {
    height: 31.5vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap {
    height: auto;
    max-height: 31.0833vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap
    .image-error {
    height: 23.3333vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img {
    height: 23.3333vw;
  }
}
@media only screen and (max-width: 834px) {
  .graphics-card-wrap .graphics-card-cnt .graphics-pc-wrap .graphics-card {
    column-gap: 30px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap {
    max-height: 61.7506vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap
    .image-error {
    height: 46.2829vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img {
    height: auto;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img:after {
    display: none;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img
    img {
    display: block;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap.no-table-img {
    height: 46.2829vw;
    background: #c4c4c4;
    border-radius: 12px;
    position: relative;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap.no-table-img:after {
    content: "";
    display: inline-block;
    width: 136px;
    height: 56px;
    background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
      no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .img-wrap.no-table-img
    img {
    display: none;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-title {
    font-size: 34px;
    line-height: 40px;
    -webkit-line-clamp: unset;
    max-height: unset;
    text-overflow: unset;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h1
    span {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h2
    span {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h3
    span {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h4
    span {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h1
    img,
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h2
    img,
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h3
    img,
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h4
    img,
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    p
    img {
    width: 40px;
    height: 40px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    p {
    font-size: 16px;
    line-height: 24px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    ol
    > li,
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    ul
    > li {
    font-size: 16px;
    line-height: 24px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    .icon-wrap
    + .li-title {
    padding-left: 0;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-columns
    .graphics-card
    .graphics-item:nth-child(2) {
    padding-top: 32px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-columns
    .graphics-card
    .graphics-item
    .img-wrap {
    max-height: 40.8872vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-columns
    .graphics-card
    .graphics-item
    .img-wrap
    .image-error {
    height: 46.2829vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-columns
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img {
    height: auto;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-columns
    .graphics-card
    .graphics-item
    .img-wrap.no-table-img {
    height: 46.2829vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card {
    column-count: 2;
    column-gap: 30px;
    display: block;
    margin: 0;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item {
    -webkit-box-flex: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: unset;
    padding: 0;
    margin-top: 48px;
    overflow: hidden;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item:nth-child(2) {
    padding-top: 0;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item:nth-child(3) {
    padding-top: 48px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item:nth-child(4) {
    padding-top: 0;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap {
    max-height: 61.7506vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap
    .image-error {
    height: 46.2829vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img {
    height: auto;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img:after {
    display: none;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap.no-pc-img
    img {
    display: block;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap.no-table-img {
    height: 46.2829vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-columns
    .graphics-card
    .graphics-item
    .img-wrap.no-table-img:after {
    display: block;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt {
    height: 50.1199vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap {
    max-width: 386px;
    max-height: 418px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap.no-pc-img {
    height: auto;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap.no-pc-img:after {
    display: none;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap.no-pc-img
    img {
    display: block;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap
    .image-error {
    height: auto;
    min-height: 50.1199vw;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap.no-table-img {
    height: auto;
    min-height: 50.1199vw;
    background: #c4c4c4;
    border-radius: 0 12px 12px 0;
    position: relative;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap.no-table-img:after {
    content: "";
    display: inline-block;
    width: 136px;
    height: 56px;
    background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
      no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap.no-table-img
    img {
    display: none;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap {
    padding: 24px 16px 24px 24px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-title {
    font-size: 34px;
    line-height: 40px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc {
    max-height: 418px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1
    span {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2
    span {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3
    span {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4
    span {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1
    img,
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2
    img,
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3
    img,
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4
    img,
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    p
    img {
    width: 40px;
    height: 40px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    .icon-wrap
    + .li-title {
    padding-left: 0;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    .li-title
    + .rich-desc {
    -webkit-line-clamp: 7;
    max-height: 168px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-card {
    padding-top: 32px;
  }
  .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-four-randoms
    .graphics-card {
    column-count: 2;
  }
}
@media only screen and (max-width: 534px) {
  @keyframes graphiceImgHeight {
    from {
      transform: translateY(100vh);
      height: 100vh;
      margin: 0;
    }
    to {
      transform: translateY(0);
      height: 100vh;
      margin: 0;
    }
  }
  @keyframes graphiceSmallerHeight {
    from {
      height: 80vh;
      margin: 0;
    }
    to {
      height: 388px;
      margin: 0 16px;
    }
  }
  @keyframes textOpacity {
    from {
      transform: translateY(50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .graphics-card-wrap .graphics-pc-wrap {
    display: none;
  }
  .graphics-card-wrap .graphics-card-cnt {
    padding: 0;
  }
  .graphics-card-wrap .over-dialog .over-height-container .over-height-btn,
  .graphics-card-wrap
    .over-dialog
    .mobile-over-height-container
    .over-height-btn {
    padding-bottom: 48px;
  }
  .graphics-card-wrap .graphics-mobile-wrap {
    display: block;
    overflow: hidden;
    height: 100vh;
  }
  .graphics-card-wrap .graphics-mobile-wrap.padding-top-72 {
    height: calc(100vh - 72px);
  }
  .graphics-card-wrap
    .graphics-mobile-wrap.padding-top-72
    .graphics-mobile-swiper {
    height: calc(100vh - 72px);
  }
  .graphics-card-wrap .graphics-mobile-wrap.padding-top-120 {
    height: calc(100vh - 120px);
  }
  .graphics-card-wrap
    .graphics-mobile-wrap.padding-top-120
    .graphics-mobile-swiper {
    height: calc(100vh - 120px);
  }
  .graphics-card-wrap .graphics-mobile-wrap .graphics-mobile-swiper {
    width: 100%;
    height: 100vh;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper.graphics-compatible-subnav {
    top: 48px !important;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper.graphics-compatible-nav {
    top: 102px !important;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    box-sizing: border-box;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item:not(:nth-of-type(1)) {
    opacity: 0;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item.padding-top-120.graphics-item {
    height: calc(100vh - 120px);
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item.padding-top-72.graphics-item {
    height: calc(100vh - 72px);
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .item-swiper {
    height: 100%;
    margin: 0;
    width: 100%;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .item-swiper
    .graphics-scrollbar {
    display: none;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt {
    height: auto;
    padding-top: 16px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .graphics-mobile-title {
    display: none;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .animationImg {
    animation-name: graphiceImgHeight;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    margin: 0 -16px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .animationSmallerHeight {
    animation-name: graphiceSmallerHeight;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    margin: 0 -16px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .textOpacity {
    animation-name: textOpacity;
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .img-wrap {
    border-radius: 0;
    position: relative;
    z-index: 2;
    height: 388px;
    margin: 0 16px;
    max-width: 100%;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .img-wrap
    img {
    width: 100%;
    border-radius: 3.2vw;
    height: 100%;
    object-fit: cover;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .img-wrap.no-mob-img {
    height: 388px;
    background: #c4c4c4;
    border-radius: 12px;
    position: relative;
    margin: 0 16px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .img-wrap.no-mob-img:after {
    content: "";
    display: inline-block;
    width: 136px;
    height: 56px;
    background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
      no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .img-wrap.no-mob-img
    img {
    display: none;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap {
    margin-top: 16px;
    background: #fff;
    border-radius: 0;
    padding: 0 16px 24px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    color: #111;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1
    span {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2
    span {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3
    span {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4
    span {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    p {
    font-weight: 500;
    color: #111;
    padding-bottom: 12px;
    overflow: hidden;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1.has-icon,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2.has-icon,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3.has-icon,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4.has-icon,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    p.has-icon {
    position: relative;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1
    img,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2
    img,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3
    img,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4
    img,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    p
    img {
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    p {
    font-size: 16px;
    line-height: 24px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    blockquote {
    font-size: 12px;
    color: #111;
    line-height: 18px;
    margin-top: 0;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    ol
    > li,
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    ul
    > li {
    font-size: 16px;
    line-height: 24px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    .icon-wrap
    + .li-title {
    padding-left: 0;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    .li-title
    + .rich-desc {
    color: #111;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 12px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-tip {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
    line-height: 18px;
  }
  .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item:first-child
    .li-cnt
    .graphics-mobile-title {
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg, #e65c00 0, #f9d423 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0 24px;
  }
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item {
    background: #000;
  }
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap {
    background: #000;
  }
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-title {
    color: #fff;
  }
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1,
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2,
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3,
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4 {
    color: #fff;
  }
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    p {
    color: #fff;
  }
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    blockquote {
    color: #fff;
  }
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    ol
    > li,
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    ul
    > li {
    color: #fff;
  }
  .graphics-card-wrap.graphics-card-black
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-mobile-ul
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    .li-title
    + .rich-desc {
    color: #fff;
  }
  .graphics-card-wrap.graphics-no-animate
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .text-wrap {
    opacity: 1;
  }
  .graphics-card-wrap.graphics-no-animate
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .animationImg {
    animation-play-state: paused !important;
    height: 388px !important;
    transform: translateY(0) !important;
    margin: 0 16px !important;
  }
  .graphics-card-wrap.graphics-no-animate
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .textOpacity {
    animation-play-state: paused !important;
    opacity: 1 !important;
  }
}
.rtl .graphics-card-wrap {
  direction: rtl;
}
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h1.has-icon,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h2.has-icon,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h3.has-icon,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h4.has-icon {
  padding-left: 0;
}
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h1
  img,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h2
  img,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h3
  img,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  h4
  img {
  left: auto;
  right: 0;
}
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap
  .graphics-card
  .graphics-item
  .text-wrap
  .li-desc
  .rich-text
  img {
  margin-left: 8px;
  margin-right: 0;
}
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .img-wrap.no-pc-img {
  border-radius: 12px 0 0 12px;
}
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap {
  padding: 48px 24px 48px 40px;
}
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h1.has-icon,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h2.has-icon,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h3.has-icon,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h4.has-icon {
  padding-left: 0;
}
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h1
  img,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h2
  img,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h3
  img,
.rtl
  .graphics-card-wrap
  .graphics-card-cnt
  .graphics-pc-wrap.graphics-three-randoms
  .graphics-three-random-first
  .li-cnt
  .text-wrap
  .li-desc
  .rich-text
  h4
  img {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 834px) {
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h1.has-icon,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h2.has-icon,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h3.has-icon,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h4.has-icon {
    padding-left: 0;
  }
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h1
    img,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h2
    img,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h3
    img,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap
    .graphics-card
    .graphics-item
    .text-wrap
    .li-desc
    .rich-text
    h4
    img {
    left: auto;
    right: 0;
  }
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .img-wrap.no-table-img {
    border-radius: 12px 0 0 12px;
  }
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap {
    padding: 16px 24px 16px 16px;
  }
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1.has-icon,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2.has-icon,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3.has-icon,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4.has-icon {
    padding-left: 0;
  }
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1
    img,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2
    img,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3
    img,
  .rtl
    .graphics-card-wrap
    .graphics-card-cnt
    .graphics-pc-wrap.graphics-three-randoms
    .graphics-three-random-first
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4
    img {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 534px) {
  .rtl
    .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1.has-icon,
  .rtl
    .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2.has-icon,
  .rtl
    .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3.has-icon,
  .rtl
    .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4.has-icon {
    padding-left: 0;
  }
  .rtl
    .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h1
    img,
  .rtl
    .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h2
    img,
  .rtl
    .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h3
    img,
  .rtl
    .graphics-card-wrap
    .graphics-mobile-wrap
    .graphics-mobile-swiper
    .graphics-item
    .li-cnt
    .text-wrap
    .li-desc
    .rich-text
    h4
    img {
    left: auto;
    right: 0;
  }
}
.graphics-no-scroll {
  overflow: hidden;
}
.graphics-card-dialog .close-btn {
  z-index: 22;
}
.graphics-card-dialog .li-cnt h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: #111;
  padding-bottom: 12px;
  overflow: hidden;
}
.graphics-card-dialog .li-cnt h1.has-icon {
  position: relative;
}
.graphics-card-dialog .li-cnt h1.has-icon img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.graphics-card-dialog .text-wrap {
  margin-top: 24px;
}
.graphics-card-dialog .text-wrap .li-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: #111;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h1 {
  font-size: 34px;
  line-height: 40px;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h1 span {
  font-size: 34px !important;
  line-height: 40px !important;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h2 {
  font-size: 32px;
  line-height: 38px;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h2 span {
  font-size: 32px !important;
  line-height: 38px !important;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h3 {
  font-size: 28px;
  line-height: 34px;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h3 span {
  font-size: 28px !important;
  line-height: 34px !important;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h4 {
  font-size: 24px;
  line-height: 28px;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h4 span {
  font-size: 24px !important;
  line-height: 28px !important;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h1,
.graphics-card-dialog .text-wrap .li-desc .rich-text h2,
.graphics-card-dialog .text-wrap .li-desc .rich-text h3,
.graphics-card-dialog .text-wrap .li-desc .rich-text h4,
.graphics-card-dialog .text-wrap .li-desc .rich-text p {
  font-weight: 500;
  color: #111;
  padding-bottom: 12px;
  overflow: hidden;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h1.has-icon,
.graphics-card-dialog .text-wrap .li-desc .rich-text h2.has-icon,
.graphics-card-dialog .text-wrap .li-desc .rich-text h3.has-icon,
.graphics-card-dialog .text-wrap .li-desc .rich-text h4.has-icon,
.graphics-card-dialog .text-wrap .li-desc .rich-text p.has-icon {
  position: relative;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text h1 img,
.graphics-card-dialog .text-wrap .li-desc .rich-text h2 img,
.graphics-card-dialog .text-wrap .li-desc .rich-text h3 img,
.graphics-card-dialog .text-wrap .li-desc .rich-text h4 img,
.graphics-card-dialog .text-wrap .li-desc .rich-text p img {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  object-fit: cover;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text p {
  font-size: 16px;
  line-height: 24px;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text blockquote {
  font-size: 12px;
  color: #111;
  line-height: 18px;
  margin-top: 0;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text ol > li,
.graphics-card-dialog .text-wrap .li-desc .rich-text ul > li {
  font-size: 16px;
  line-height: 24px;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text .icon-wrap + .li-title {
  padding-left: 0;
}
.graphics-card-dialog .text-wrap .li-desc .rich-text .li-title + .rich-desc {
  color: #111;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 12px;
}
.graphics-card-dialog .text-wrap .li-tip {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.5);
  line-height: 18px;
}
.graphics-card-dialog .text-wrap .over-height-container {
  display: none !important;
}
.graphics-card-dialog .img-wrap {
  border-radius: 0;
  position: relative;
  z-index: 2;
  height: 388px;
  max-width: 100%;
  margin: 0 !important;
}
.graphics-card-dialog .img-wrap img {
  width: 100%;
  border-radius: 3.2vw;
  height: 100%;
  object-fit: cover;
}
.graphics-card-dialog .img-wrap.no-mob-img {
  height: 388px;
  background: #c4c4c4;
  border-radius: 12px;
  position: relative;
}
.graphics-card-dialog .img-wrap.no-mob-img:after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 56px;
  background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.graphics-card-dialog .img-wrap.no-mob-img img {
  display: none;
}
.graphics-card-dialog .dialog-box .dialog-rich-text {
  padding-bottom: 40px !important;
}
.tv-detail-wrap {
  margin: 0 auto;
  background: #fff;
  line-height: 0;
  overflow: hidden;
}
.tv-detail-wrap .feature-fold-img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.tv-detail-wrap .tv-detail-cnt {
  overflow: hidden;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt .tvAll-swiper-banner {
  padding-bottom: 24px;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-video
  .tablet-video {
  display: none;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-video
  .mobile-video {
  display: none;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-prev {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  margin: 0;
  z-index: 2;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-prev:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(17, 17, 17, 0.4);
  border-radius: 28px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 0;
  outline: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-prev:after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTIgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+6Lev5b6EPC90aXRsZT4KICAgIDxnIGlkPSJUVi1EZXRhaWwtQ29tcG9uZW50IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVFbor6bmg4XpobXnu4Tku7YtTU9CIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA5OC4wMDAwMDAsIC00MDEuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtNeWkh+S7vS0xNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA3OC4wMDAwMDAsIDM4Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMC45NDM5NTU1LDE0IEwzMS44MTQ1NzEyLDE0LjgwNzQ4MTMgQzMyLjA0MjI2MjQsMTUuMDE4NjYxIDMyLjA2MDMzNTcsMTUuMzUxNDc3NiAzMS44NjgzOTU4LDE1LjU4MTk2MjYgTDMxLjgxNTA5ODIsMTUuNjM4MTk1MyBMMjIuNzA5MDIzNywyNC4xMDMyOTg0IEwzMS41OTI2MTksMzIuMzYyMjQxIEMzMS44MTk5OTYxLDMyLjU3NDUxODQgMzEuODM2OTI4MSwzMi45MDc0MTk1IDMxLjY0NDE3ODUsMzMuMTM3MzE5MSBMMzEuNTkxNjIzMiwzMy4xOTI1MTg3IEwzMC43MjEwMDc1LDM0IEwyMCwyNC4wNjQwNjUyIEwyMC44MTIyMDI2LDIzLjM4OTE3ODcgTDMwLjk0Mzk1NTUsMTQgWiIgaWQ9Iui3r+W+hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYuMDAwMDAwLCAyNC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTI2LjAwMDAwMCwgLTI0LjAwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%) rotate(180deg);
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-next {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  margin: 0;
  z-index: 2;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-next:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(17, 17, 17, 0.4);
  border-radius: 28px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 0;
  outline: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-next:after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTIgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+6Lev5b6EPC90aXRsZT4KICAgIDxnIGlkPSJUVi1EZXRhaWwtQ29tcG9uZW50IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVFbor6bmg4XpobXnu4Tku7YtTU9CIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA5OC4wMDAwMDAsIC00MDEuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtNeWkh+S7vS0xNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA3OC4wMDAwMDAsIDM4Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMC45NDM5NTU1LDE0IEwzMS44MTQ1NzEyLDE0LjgwNzQ4MTMgQzMyLjA0MjI2MjQsMTUuMDE4NjYxIDMyLjA2MDMzNTcsMTUuMzUxNDc3NiAzMS44NjgzOTU4LDE1LjU4MTk2MjYgTDMxLjgxNTA5ODIsMTUuNjM4MTk1MyBMMjIuNzA5MDIzNywyNC4xMDMyOTg0IEwzMS41OTI2MTksMzIuMzYyMjQxIEMzMS44MTk5OTYxLDMyLjU3NDUxODQgMzEuODM2OTI4MSwzMi45MDc0MTk1IDMxLjY0NDE3ODUsMzMuMTM3MzE5MSBMMzEuNTkxNjIzMiwzMy4xOTI1MTg3IEwzMC43MjEwMDc1LDM0IEwyMCwyNC4wNjQwNjUyIEwyMC44MTIyMDI2LDIzLjM4OTE3ODcgTDMwLjk0Mzk1NTUsMTQgWiIgaWQ9Iui3r+W+hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYuMDAwMDAwLCAyNC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTI2LjAwMDAwMCwgLTI0LjAwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-prev:hover:before,
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-next:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-prev.swiper-button-disabled,
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-next.swiper-button-disabled {
  pointer-events: auto;
  cursor: no-drop;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-prev.swiper-button-disabled:before,
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-next.swiper-button-disabled:before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.12);
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-prev.swiper-button-disabled:after,
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-next.swiper-button-disabled:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTIgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+6Lev5b6EPC90aXRsZT4KICAgIDxnIGlkPSJUVi1EZXRhaWwtQ29tcG9uZW50IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVFbor6bmg4XpobXnu4Tku7YtTU9CIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA5OC4wMDAwMDAsIC00MDEuMDAwMDAwKSIgZmlsbD0icmdiYSgyNTUsIDI1NSwgMjU1LCAuMTIpIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC015aSH5Lu9LTE3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMDc4LjAwMDAwMCwgMzg3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTMwLjk0Mzk1NTUsMTQgTDMxLjgxNDU3MTIsMTQuODA3NDgxMyBDMzIuMDQyMjYyNCwxNS4wMTg2NjEgMzIuMDYwMzM1NywxNS4zNTE0Nzc2IDMxLjg2ODM5NTgsMTUuNTgxOTYyNiBMMzEuODE1MDk4MiwxNS42MzgxOTUzIEwyMi43MDkwMjM3LDI0LjEwMzI5ODQgTDMxLjU5MjYxOSwzMi4zNjIyNDEgQzMxLjgxOTk5NjEsMzIuNTc0NTE4NCAzMS44MzY5MjgxLDMyLjkwNzQxOTUgMzEuNjQ0MTc4NSwzMy4xMzczMTkxIEwzMS41OTE2MjMyLDMzLjE5MjUxODcgTDMwLjcyMTAwNzUsMzQgTDIwLDI0LjA2NDA2NTIgTDIwLjgxMjIwMjYsMjMuMzg5MTc4NyBMMzAuOTQzOTU1NSwxNCBaIiBpZD0i6Lev5b6EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI0LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMjYuMDAwMDAwLCAtMjQuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-swiper
  .swiper-slide {
  height: 656px;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-swiper
  .swiper-slide
  img {
  height: 100%;
  object-fit: cover;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-swiper
  .swiper-slide.no-pc-img {
  background: #c4c4c4;
  position: relative;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-swiper
  .swiper-slide.no-pc-img:after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 56px;
  background: url("../../../../content/dam/brandsite/it-resources/common/navigation/logo_white.png")
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-swiper
  .swiper-slide.no-pc-img
  img {
  display: none;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-pagination {
  width: 70px;
  height: 24px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0 0 0;
  backdrop-filter: blur(5px);
  font-size: 14px;
  color: #eee;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-pagination
  .banner-line {
  margin: 0 4px;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .video {
  height: 100%;
  position: relative;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .video
  .video-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .video
  .video-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .video
  video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt .tvAll-desc {
  padding: 0 0 16px;
  color: #111;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-desc
  .rich-text
  h1,
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-desc
  .rich-text
  h2,
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-desc
  .rich-text
  h3,
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-desc
  .rich-text
  h4 {
  font-size: 34px;
  line-height: 40px;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-desc
  .rich-text.mobile {
  display: none;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt .tvAll-disclaimers {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.4);
  line-height: 20px;
  text-align: center;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-disclaimers.left {
  text-align: left;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-disclaimers.right {
  text-align: right;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt.topText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt.topText
  .tvAll-disclaimers {
  padding: 0 25px 24px;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt.topText
  .tvAll-swiper-banner {
  padding-bottom: 0;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-all .mobile-cnt-bottom {
  display: none;
}
.tv-detail-wrap .tv-detail-cnt .mobile-first-pop .pop-bottom {
  display: none;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul {
  padding-top: 50px;
  position: relative;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul.has-nav {
  padding-top: 0;
  margin-top: -118px;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul.has-subNav {
  padding-top: 0;
  margin-top: -64px;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li {
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li:last-child {
  height: auto;
  min-height: 100vh;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li.compatible-subnav {
  top: 56px !important;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li.compatible-nav {
  top: 110px !important;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li .top-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 1;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li .top-box .top-tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  line-height: 0;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .top-box
  .top-tip
  .icon-title {
  font-size: 20px;
  color: #111;
  line-height: 30px;
  position: relative;
  font-weight: 700;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .top-box
  .top-tip
  .icon-wrap {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li .top-box .sub-title {
  padding-top: 12px;
  font-size: 34px;
  color: #111;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .tvItem-swiper
  .swiper-scrollbar {
  display: none;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .top-box.mobile-top-box {
  display: none;
}
.tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li .li-cnt .bottom-box {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .bottom-box
  .bottom-box-cnt::-webkit-scrollbar {
  display: none;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .bottom-box
  .bottom-box-cnt
  .li-desc {
  font-size: 18px;
  color: #111;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .bottom-box
  .bottom-box-cnt
  .li-tip {
  font-size: 14px;
  color: #717171;
  line-height: 20px;
  text-align: center;
  padding-top: 16px;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .bottom-box
  .bottom-box-cnt
  .img-wrap {
  margin-top: 24px;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .pin-spacer:first-child
  .tv-detail-li {
  box-shadow: none;
}
.tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .pin-spacer:last-child
  .tv-detail-li
  .li-cnt
  .bottom-box
  .bottom-box-cnt:after {
  display: none;
}
.tv-detail-wrap .tv-detail-cnt .mobile-second-pop {
  display: none;
}
.tv-detail-wrap .tv-detail-cnt .pop-unfold {
  display: none;
}
.tv-detail-wrap .tv-detail-cnt .first-pop-colse {
  display: none;
}
.tv-detail-wrap.tv-detail-black {
  background: #000;
}
.tv-detail-wrap.tv-detail-black .tv-detail-cnt .tv-detail-title {
  background: linear-gradient(126deg, #e1fe5d 0, #49feb2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-desc {
  color: #fff;
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-disclaimers {
  color: #717171;
}
.tv-detail-wrap.tv-detail-black .tv-detail-cnt .tv-detail-ul .tv-detail-li {
  background: #000;
  box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, 0.57);
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .top-box {
  background: #000;
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .top-box
  .top-tip
  .icon-title {
  color: #fff;
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .top-box
  .sub-title {
  color: #fff;
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt::-webkit-scrollbar-thumb {
  background: #d8d8d8;
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .top-box
  .top-tip
  .icon-title {
  color: #fff;
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .top-box
  .sub-title {
  color: #fff;
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .bottom-box
  .bottom-box-cnt
  .li-desc {
  color: #fff;
}
.tv-detail-wrap.tv-detail-black
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .bottom-box
  .bottom-box-cnt
  .li-tip {
  color: #717171;
}
.tv-detail-wrap.transparent {
  background: transparent;
}
.tv-detail-wrap .tv-detail-mobile {
  display: none;
}
.rtl .tv-detail-wrap {
  direction: rtl;
}
.rtl
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-prev {
  left: auto;
  right: 8px;
}
.rtl
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-prev:after {
  transform: rotate(0) translateY(-50%);
  left: 20px;
}
.rtl
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-next {
  right: auto;
  left: 8px;
}
.rtl
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-next:after {
  transform: rotate(180deg) translateY(50%);
  right: 20px;
}
.rtl
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-all
  .tvAll-cnt
  .tvAll-swiper-banner
  .banner-pagination {
  left: 0;
  right: auto;
  border-radius: 0 8px 0 0;
}
.rtl
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .top-box
  .top-tip
  .icon-wrap {
  margin-right: 0;
  margin-left: 8px;
}
@media only screen and (max-width: 1360px) {
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide {
    height: 48.2352vw;
  }
}
@media only screen and (max-width: 834px) {
  .tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt {
    padding: 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-video
    .pc-video {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-video
    .tablet-video {
    display: block;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-video
    .mobile-video {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide {
    height: 56.25vw;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img {
    background: transparent;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img:after {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img
    img {
    display: block;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img.no-tablet-img {
    background: #c4c4c4;
    position: relative;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img.no-tablet-img:after {
    display: block;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img.no-tablet-img
    img {
    display: none;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt .tvAll-desc {
    padding: 0 16px 16px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h1,
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h2,
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h3,
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt .tvAll-disclaimers {
    padding: 0 16px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt.topText
    .tvAll-disclaimers {
    padding: 0 16px 24px;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-ul {
    padding-top: 26px;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-ul.has-nav {
    padding-top: 0;
    margin-top: -110px;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-ul.has-subNav {
    padding-top: 0;
    margin-top: -56px;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li.compatible-subnav {
    top: 48px !important;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li.compatible-nav {
    top: 102px !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .top-box
    .sub-title {
    font-size: 28px;
    line-height: 34px;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-ul .tv-detail-li .li-cnt .top-box {
    padding: 0 16px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .sub-title {
    font-size: 28px;
    line-height: 34px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .bottom-box {
    padding: 0;
  }
}
@media only screen and (max-width: 534px) {
  .tv-detail-wrap .tv-detail-cnt .tv-detail-element {
    opacity: 0;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-active {
    animation: scroll-tv-detail-up 0.4s ease forwards;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt {
    padding: 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner {
    padding-bottom: 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-video
    .tablet-video {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-video
    .pc-video {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-video
    .mobile-video {
    display: block;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide {
    height: 56vw;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img {
    background: transparent;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img:after {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img
    img {
    display: block;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img.no-tablet-img {
    background: transparent;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img.no-tablet-img:after {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img.no-tablet-img
    img {
    display: block;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img.no-mob-img {
    background: #c4c4c4;
    position: relative;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img.no-mob-img:after {
    display: block;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-swiper
    .swiper-slide.no-pc-img.no-mob-img
    img {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-swiper-banner
    .banner-pagination {
    width: 64px;
    height: 24px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px 0 0 0;
    backdrop-filter: blur(5px);
    font-size: 14px;
    color: #eee;
    line-height: 20px;
    text-align: center;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt .tvAll-bottom {
    padding: 0 16px;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt .tvAll-desc {
    padding: 16px 0 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    p,
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h1,
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h2,
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h3,
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h4,
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    blockquote {
    font-size: 14px;
    line-height: 20px;
    color: rgba(17, 17, 17, 0.8);
    padding-bottom: 0;
    overflow: visible;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    ol
    > li,
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    ul
    > li {
    font-size: 14px;
    line-height: 20px;
    color: rgba(17, 17, 17, 0.8);
    padding-bottom: 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text.common {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text.mobile {
    display: -webkit-box;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-all .tvAll-cnt .tvAll-disclaimers {
    font-size: 14px;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
    padding: 8px 0 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt.topText
    .tvAll-disclaimers {
    padding: 0 0 16px;
  }
  .tv-detail-wrap .tv-detail-cnt .tv-detail-all .mobile-cnt-bottom {
    display: block;
    padding: 0 16px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    list-style: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item {
    padding-top: 8px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item:first-child {
    padding-top: 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt {
    background: #f5f5f5;
    border-radius: 8px;
    position: relative;
    padding: 16px 46px 16px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 32px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .open-btn {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 24px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .img-wrap {
    width: 32px;
    padding-right: 8px;
    height: 32px;
    display: flex;
    align-items: center;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .img-wrap
    .white-img {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 24px;
    max-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 4px 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    padding-top: 6px;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-first-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 120%;
    left: 0;
    z-index: 2001;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-first-pop.active {
    top: 0;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-first-pop .pop-cnt {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-first-pop .pop-cnt .mobile-first-list {
    height: 100%;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-first-pop .pop-cnt .tv-detail-ul {
    padding-top: 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li {
    position: relative;
    box-shadow: none;
    padding: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li:last-child
    .li-cnt {
    padding-bottom: 40px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .pc-top-box {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .tvItem-swiper {
    width: 100%;
    height: 100%;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .tvItem-swiper
    .swiper-scrollbar {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt {
    padding: 80px 16px 174px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box.mobile-top-box {
    display: block;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .top-tip {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .top-tip
    .icon-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 24px;
    display: block;
    margin-top: 4px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .top-tip
    .icon-wrap {
    width: 32px;
    height: 32px;
    padding-right: 8px;
    margin-right: 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .top-tip
    .icon-wrap
    img {
    height: 100%;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .sub-title {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    line-height: 28px;
    text-align: left;
    padding-top: 0;
    display: block;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .bottom-box {
    margin: 16px 0 0;
    padding: 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .bottom-box
    .bottom-box-cnt {
    max-height: unset;
    overflow: hidden;
    overflow-y: hidden;
    margin: 0 -16px;
    padding-bottom: 200px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .bottom-box
    .bottom-box-cnt:after {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .bottom-box
    .bottom-box-cnt::-webkit-scrollbar {
    display: block;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-first-pop .pop-cnt .pop-bottom {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 16px 16px 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-first-pop .pop-cnt .pop-bottom.hide {
    display: none;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-first-pop .pop-cnt .pop-bottom:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 24px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.19) 18%,
      rgba(255, 255, 255, 0.53) 36%,
      rgba(255, 255, 255, 0.76) 53%,
      rgba(255, 255, 255, 0.86) 69%,
      rgba(255, 255, 255, 0.94) 87%,
      #fff 100%
    );
    position: absolute;
    top: -23px;
    left: 0;
    z-index: 1;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder {
    position: relative;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder.pop-folder-one:before {
    content: "";
    display: inline-block;
    width: calc(100% - 8px);
    height: 100%;
    border-radius: 8px;
    background: #ededed;
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt {
    background: #f5f5f5;
    border-radius: 8px;
    position: relative;
    padding: 16px 46px 16px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    min-height: 32px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt.hide {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .pop-folder-open {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 24px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .img-wrap {
    width: 32px;
    padding-right: 8px;
    height: 32px;
    display: flex;
    align-items: center;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .img-wrap
    .white-img {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 24px;
    max-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 4px 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-desc {
    margin-top: 6px;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-after {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-after.tv-card-active {
    animation: tv-card-up 1s ease forwards;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder.pop-folder-more:before {
    content: "";
    display: inline-block;
    width: calc(100% - 8px);
    height: 100%;
    border-radius: 8px;
    background: #ededed;
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder.pop-folder-more:after {
    content: "";
    display: inline-block;
    width: calc(100% - 16px);
    height: 100%;
    border-radius: 8px;
    background: #e7e7e7;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder.have-two:after {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder.have-one:before {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder.have-one:after {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder.last-one {
    display: none;
  }
  .tv-detail-wrap .tv-detail-cnt .first-pop-colse {
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDhweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTEyMy4wMDAwMDAsIC0zMzAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxMjMuMDAwMDAwLCAzMzAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNC4wMDAwMDAsIDI0LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMjQuMDAwMDAwLCAtMjQuMDAwMDAwKSAiPgogICAgICAgICAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgZmlsbC1vcGFjaXR5PSIwLjciIGZpbGw9IiMwMDAwMDAiIGN4PSIyNCIgY3k9IjI0IiByPSIyMCI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTMxLjc2NDcwNTksMTUgTDMyLjExNjQyMjYsMTUuMzUxNzE2NyBDMzIuNTA2OTQ2OSwxNS43NDIyNDEgMzIuNTA2OTQ2OSwxNi4zNzU0MDYgMzIuMTE2NDIyNiwxNi43NjU5MzAzIEwyNS4wNTgsMjMuODIzIEwzMywzMS43NjQ3MDU5IEwzMi42NDgyODMzLDMyLjExNjQyMjYgQzMyLjI1Nzc1OSwzMi41MDY5NDY5IDMxLjYyNDU5NCwzMi41MDY5NDY5IDMxLjIzNDA2OTcsMzIuMTE2NDIyNiBMMjQsMjQuODgyIEwxNS44ODIzNTI5LDMzIEwxNS41MzA2MzYyLDMyLjY0ODI4MzMgQzE1LjE0MDExMTksMzIuMjU3NzU5IDE1LjE0MDExMTksMzEuNjI0NTk0IDE1LjUzMDYzNjIsMzEuMjM0MDY5NyBMMjIuOTQxLDIzLjgyMyBMMTUsMTUuODgyMzUyOSBMMTUuMzUxNzE2NywxNS41MzA2MzYyIEMxNS43NDIyNDEsMTUuMTQwMTExOSAxNi4zNzU0MDYsMTUuMTQwMTExOSAxNi43NjU5MzAzLDE1LjUzMDYzNjIgTDI0LDIyLjc2NCBMMzEuNzY0NzA1OSwxNSBaIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+")
      no-repeat center;
    background-size: cover;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2002;
  }
  .tv-detail-wrap .tv-detail-cnt .first-pop-colse.active {
    display: inline-block;
  }
  .tv-detail-wrap .tv-detail-cnt .pop-unfold {
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2002;
    text-align: center;
  }
  .tv-detail-wrap .tv-detail-cnt .pop-unfold.active {
    display: block;
  }
  .tv-detail-wrap .tv-detail-cnt .pop-unfold.current {
    display: block;
  }
  .tv-detail-wrap .tv-detail-cnt .pop-unfold.current span:before {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
  }
  .tv-detail-wrap .tv-detail-cnt .pop-unfold.hide {
    display: none;
  }
  .tv-detail-wrap .tv-detail-cnt .pop-unfold span {
    display: inline-block;
    height: 32px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border-radius: 32px;
    border: 2px solid #f5f5f5;
    padding-right: 36px;
    padding-left: 16px;
    font-size: 14px;
    color: #111;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    max-width: calc(52%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tv-detail-wrap .tv-detail-cnt .pop-unfold span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-second-pop {
    display: block;
    position: fixed;
    top: 120%;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2002;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    opacity: 1;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-second-pop.active {
    top: 0;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-second-pop .pop-cnt {
    width: 100%;
    height: 100%;
    padding: 64px 16px 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-second-pop .pop-cnt .second-pop-colse {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    font-size: 16px;
    color: #111;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap {
    height: calc(100vh - 132px);
    overflow: hidden;
    overflow-y: auto;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item {
    padding-top: 8px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item:first-child {
    padding-top: 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt {
    background: #f5f5f5;
    border-radius: 8px;
    position: relative;
    padding: 16px 46px 16px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 32px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .open-btn {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 24px;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .img-wrap {
    width: 32px;
    padding-right: 8px;
    height: 32px;
    display: flex;
    align-items: center;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .img-wrap
    .white-img {
    display: none;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 24px;
    max-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 4px 0;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    padding-top: 6px;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.4);
    line-height: 20px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-second-pop .pop-cnt .pop-packUp {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 16px 0 20px;
    background: #fff;
  }
  .tv-detail-wrap .tv-detail-cnt .mobile-second-pop .pop-cnt .pop-packUp span {
    display: inline-block;
    height: 32px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border-radius: 32px;
    border: 2px solid #f5f5f5;
    padding-right: 36px;
    padding-left: 16px;
    font-size: 14px;
    color: #111;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .pop-packUp
    span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt {
    background: #fff !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .open-btn {
    color: #111 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:before {
    background: #ededed !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:after {
    background: #e7e7e7 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt {
    background: #fff !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .pop-folder-open {
    color: #111 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-after {
    background: #fff !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt {
    background: #fff !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap
    .tv-detail-cnt.white
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .open-btn {
    color: #111 !important;
  }
  .tv-detail-wrap .tv-detail-cnt.white .pop-unfold span {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: 2px solid #f5f5f5;
    color: #111;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt {
    background: #f5f5f5 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .open-btn {
    color: #111 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:before {
    background: #ededed !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:after {
    background: #e7e7e7 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt {
    background: #f5f5f5 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .pop-folder-open {
    color: #111 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-after {
    background: #f5f5f5 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt {
    background: #f5f5f5 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap
    .tv-detail-cnt.light
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .open-btn {
    color: #111 !important;
  }
  .tv-detail-wrap .tv-detail-cnt.light .pop-unfold span {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: 2px solid #f5f5f5;
    color: #111;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt {
    background: #414141 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #fff;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .open-btn {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:before {
    background: #323232 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:after {
    background: #1f1f1f !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt {
    background: #414141 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-title {
    color: #fff;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .pop-folder-open {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-after {
    background: #414141 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt {
    background: #414141 !important;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #fff;
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap
    .tv-detail-cnt.dark
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .open-btn {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .tv-detail-wrap .tv-detail-cnt.dark .pop-unfold span {
    background: #000;
    box-shadow: none;
    border: 2px solid #414141;
    color: #dedede;
  }
  .tv-detail-wrap.tv-detail-black {
    background: #000;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    p,
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h1,
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h2,
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h3,
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    h4,
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    blockquote {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    ol
    > li,
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-desc
    .rich-text
    ul
    > li {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .tvAll-cnt
    .tvAll-disclaimers {
    color: rgba(255, 255, 255, 0.4);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt {
    background: #414141;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .open-btn {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black .tv-detail-cnt .tv-detail-ul .tv-detail-li {
    background: #000;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .top-box {
    background: #000;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .top-box
    .top-tip
    .icon-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .top-box
    .sub-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .top-tip
    .icon-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .sub-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .bottom-box
    .bottom-box-cnt
    .li-desc {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .bottom-box
    .bottom-box-cnt
    .li-tip {
    color: #717171;
  }
  .tv-detail-wrap.tv-detail-black .tv-detail-cnt .mobile-first-pop .pop-cnt {
    background: #000;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .top-tip
    .icon-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .sub-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom {
    background: #000;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom:before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 18%,
      rgba(0, 0, 0, 0.55) 36%,
      rgba(0, 0, 0, 0.75) 53%,
      rgba(0, 0, 0, 0.85) 69%,
      rgba(0, 0, 0, 0.94) 87%,
      #000 100%
    );
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt {
    background: #414141;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .pop-folder-open {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-after {
    background: #414141;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder.pop-folder-more:before {
    background: #323232;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder.pop-folder-more:after {
    background: #1f1f1f;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-unfold
    span {
    background: #000;
    box-shadow: none;
    border: 2px solid #414141;
    color: #dedede;
  }
  .tv-detail-wrap.tv-detail-black .tv-detail-cnt .mobile-second-pop {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-colse {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.12);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt {
    background: #414141;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .open-btn {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .pop-packUp {
    background: #0a0a0a;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .pop-packUp
    span {
    background: #000;
    box-shadow: none;
    border: 2px solid #414141;
    color: #dbdbdb;
  }
  .tv-detail-wrap.tv-detail-black .tv-detail-cnt .pop-unfold span {
    background: #000;
    box-shadow: none;
    border: 2px solid #414141;
    color: #dedede;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt {
    background: #fff !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .open-btn {
    color: #111 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:before {
    background: #ededed !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:after {
    background: #e7e7e7 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt {
    background: #fff !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .pop-folder-open {
    color: #111 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-after {
    background: #fff !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt {
    background: #fff !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.white
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .open-btn {
    color: #111 !important;
  }
  .tv-detail-wrap.tv-detail-black .tv-detail-cnt.white .pop-unfold span {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: 2px solid #f5f5f5;
    color: #111;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt {
    background: #f5f5f5 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .open-btn {
    color: #111 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:before {
    background: #ededed !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:after {
    background: #e7e7e7 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt {
    background: #f5f5f5 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .pop-folder-open {
    color: #111 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-after {
    background: #f5f5f5 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt {
    background: #f5f5f5 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #111;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(17, 17, 17, 0.4);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.light
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .open-btn {
    color: #111 !important;
  }
  .tv-detail-wrap.tv-detail-black .tv-detail-cnt.light .pop-unfold span {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: 2px solid #f5f5f5;
    color: #111;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt {
    background: #414141 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .open-btn {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:before {
    background: #323232 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder:after {
    background: #1f1f1f !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt {
    background: #414141 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .pop-folder-open {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-after {
    background: #414141 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt {
    background: #414141 !important;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-title {
    color: #fff;
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .text-cnt
    .li-desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .tv-detail-wrap.tv-detail-black
    .tv-detail-cnt.dark
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .open-btn {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .tv-detail-wrap.tv-detail-black .tv-detail-cnt.dark .pop-unfold span {
    background: #000;
    box-shadow: none;
    border: 2px solid #414141;
    color: #dedede;
  }
  .rtl .tv-detail-wrap .tv-detail-cnt .first-pop-colse {
    right: auto;
    left: 20px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list {
    padding-right: 0;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt {
    padding: 16px 16px 16px 46px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .open-btn {
    right: auto;
    left: 12px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .tv-detail-all
    .mobile-cnt-bottom
    .mobile-list
    .mobile-item
    .li-cnt
    .img-wrap {
    padding-right: 0;
    padding-left: 8px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .first-pop-colse {
    right: auto;
    left: 20px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li {
    padding: 0;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .top-tip
    .icon-wrap {
    padding-right: 0;
    padding-left: 8px;
    margin-left: 0;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .tv-detail-ul
    .tv-detail-li
    .li-cnt
    .top-box
    .sub-title {
    text-align: right;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt {
    padding: 16px 16px 16px 46px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .pop-folder-open {
    right: auto;
    left: 12px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-folder
    .li-cnt
    .img-wrap {
    padding-right: 0;
    padding-left: 8px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-unfold
    span {
    padding-right: 24px;
    padding-left: 36px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-first-pop
    .pop-cnt
    .pop-bottom
    .pop-unfold
    span:before {
    right: auto;
    left: 16px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-colse {
    right: auto;
    left: 16px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt {
    padding: 16px 16px 16px 46px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .open-btn {
    right: auto;
    left: 12px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .second-pop-ul-wrap
    .second-pop-ul
    .mobile-item
    .li-cnt
    .img-wrap {
    padding-right: 0;
    padding-left: 8px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .pop-packUp
    span {
    padding-right: 16px;
    padding-left: 36px;
  }
  .rtl
    .tv-detail-wrap
    .tv-detail-cnt
    .mobile-second-pop
    .pop-cnt
    .pop-packUp
    span:before {
    right: auto;
    left: 16px;
  }
  .rtl .tv-detail-wrap .tv-detail-cnt .pop-unfold span {
    padding-right: 16px;
    padding-left: 36px;
  }
  .rtl .tv-detail-wrap .tv-detail-cnt .pop-unfold span:before {
    right: auto;
    left: 16px;
  }
}
.no-scroll {
  overflow: hidden;
}
.tv-add-components-title {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 32px;
  font-weight: 500;
  background-color: skyblue;
  color: #fff;
  line-height: 48px;
  text-align: center;
}
@keyframes scroll-tv-detail-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes tv-card-up {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
  }
  to {
    -webkit-transform: translateY(-78vh);
    transform: translateY(-78vh);
    opacity: 0;
    height: 70vh;
  }
}
.aem-AuthorLayer-Edit .tv-detail-wrap .fade-in-up-element,
.aem-AuthorLayer-Design .tv-detail-wrap .fade-in-up-element {
  opacity: 1;
}
.aem-AuthorLayer-Edit
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li,
.aem-AuthorLayer-Design
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li {
  height: auto !important;
  min-height: unset !important;
}
.aem-AuthorLayer-Edit
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .bottom-box
  .bottom-box-cnt,
.aem-AuthorLayer-Design
  .tv-detail-wrap
  .tv-detail-cnt
  .tv-detail-ul
  .tv-detail-li
  .li-cnt
  .bottom-box
  .bottom-box-cnt {
  max-height: unset !important;
  line-height: 1.5;
}
.aem-AuthorLayer-Preview .tv-detail-wrap .fade-in-up-element {
  opacity: 1;
}
.background-container-setting {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
}
.background-container-setting .content-folding {
  overflow: hidden;
}
.background-container-setting .folding-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
  box-sizing: border-box;
}
.background-container-setting .folding-container.desktop {
  display: block;
}
.background-container-setting .folding-container.tablet {
  display: none;
}
.background-container-setting .folding-container.mobile {
  display: none;
}
.background-container-setting .folding-text {
  position: relative;
}
.background-container-setting .folding-text.black {
  color: #000;
}
.background-container-setting .folding-text.white {
  color: #fff;
}
.background-container-setting .folding-text.red {
  color: #e64c3d;
}
.background-container-setting .folding-trigger {
  text-align: center;
  position: relative;
}
.background-container-setting .folding-trigger.offset {
  transform: translateY(-50%);
}
.background-container-setting .folding-trigger > button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  max-width: 100%;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.background-container-setting .folding-trigger > button > span {
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.background-container-setting .folding-trigger > button > i.tcl-icon {
  margin-left: 4px;
}
.background-container-setting .folding-trigger > .trigger-arrow {
  width: 56px;
  height: 68px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
.background-container-setting .folding-trigger > .trigger-arrow > i.tcl-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  font-size: 56px;
}
.background-container-setting
  .folding-trigger
  > .trigger-arrow
  > i.tcl-icon.animate {
  animation: trigger-bounce 2s linear infinite;
}
.background-container-setting .folding-trigger.black > button {
  background-color: #000;
  color: #fff;
}
.background-container-setting .folding-trigger.black > button > i.tcl-icon {
  color: #fff;
}
.background-container-setting
  .folding-trigger.black
  > .trigger-arrow
  > i.tcl-icon {
  color: #000;
}
.background-container-setting .folding-trigger.white > button {
  background-color: #fff;
  color: #000;
}
.background-container-setting .folding-trigger.white > button > i.tcl-icon {
  color: #000;
}
.background-container-setting
  .folding-trigger.white
  > .trigger-arrow
  > i.tcl-icon {
  color: #fff;
}
.background-container-setting .folding-trigger.red > button {
  background-color: #e64c3d;
  color: #fff;
}
.background-container-setting .folding-trigger.red > button > i.tcl-icon {
  color: #fff;
}
.background-container-setting
  .folding-trigger.red
  > .trigger-arrow
  > i.tcl-icon {
  color: #e64c3d;
}
.background-container-setting .component-container {
  position: relative;
}
.background-container-setting .item-background-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: flex-start;
}
.background-container-setting .item-background-box .bg-media-image {
  width: 2560px;
  flex-shrink: 0;
  line-height: 0;
}
.background-container-setting .item-background-box video {
  width: 2560px;
  flex-shrink: 0;
}
.background-container-setting .item-background-box.bg-tablet-image,
.background-container-setting .item-background-box.bg-tablet-video,
.background-container-setting .item-background-box.bg-mobile-image,
.background-container-setting .item-background-box.bg-mobile-video {
  display: none;
}
.background-container-setting .item-background-box.bg-desktop-image,
.background-container-setting .item-background-box.bg-desktop-video {
  display: flex;
}
.background-container-setting .bg-components-title {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 40px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  font-weight: 500;
  background-color: #fa541c;
  color: #fff;
  line-height: 52px;
  text-align: center;
}
@keyframes trigger-bounce {
  0 {
    top: 0;
  }
  8% {
    top: 12px;
  }
  20% {
    top: 0;
  }
  28% {
    top: 12px;
  }
  40% {
    top: 0;
  }
  50% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@media only screen and (max-width: 834px) {
  .background-container-setting .folding-container.desktop {
    display: none;
  }
  .background-container-setting .folding-container.tablet {
    display: block;
  }
  .background-container-setting .folding-container.mobile {
    display: none;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-7xl {
    font-size: 40px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-6xl {
    font-size: 34px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-5xl {
    font-size: 32px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-4xl {
    font-size: 28px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-3xl {
    font-size: 24px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-2xl {
    font-size: 20px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-xl {
    font-size: 18px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-lg {
    font-size: 16px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-base {
    font-size: 14px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-sm {
    font-size: 14px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-xs {
    font-size: 12px;
  }
  .background-container-setting .item-background-box .bg-media-image {
    width: 834px;
  }
  .background-container-setting .item-background-box video {
    width: 834px;
  }
  .background-container-setting .item-background-box.bg-mobile-image,
  .background-container-setting .item-background-box.bg-mobile-video,
  .background-container-setting .item-background-box.bg-desktop-image,
  .background-container-setting .item-background-box.bg-desktop-video {
    display: none;
  }
  .background-container-setting .item-background-box.bg-tablet-image,
  .background-container-setting .item-background-box.bg-tablet-video {
    display: flex;
  }
  .background-container-setting .bg-components-title {
    max-width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .background-container-setting .folding-container.desktop {
    display: none;
  }
  .background-container-setting .folding-container.tablet {
    display: none;
  }
  .background-container-setting .folding-container.mobile {
    display: block;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-7xl {
    font-size: 34px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-6xl {
    font-size: 32px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-5xl {
    font-size: 28px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-4xl {
    font-size: 24px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-3xl {
    font-size: 20px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-2xl {
    font-size: 18px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-xl {
    font-size: 16px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-lg {
    font-size: 14px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-base {
    font-size: 14px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-sm {
    font-size: 12px;
  }
  .background-container-setting
    .folding-container
    .folding-text.common-rich-text.inherit
    .text-xs {
    font-size: 12px;
  }
  .background-container-setting .item-background-box .bg-media-image {
    width: 534px;
  }
  .background-container-setting .item-background-box video {
    width: 534px;
  }
  .background-container-setting .item-background-box.bg-desktop-image,
  .background-container-setting .item-background-box.bg-desktop-video,
  .background-container-setting .item-background-box.bg-tablet-image,
  .background-container-setting .item-background-box.bg-tablet-video {
    display: none;
  }
  .background-container-setting .item-background-box.bg-mobile-image,
  .background-container-setting .item-background-box.bg-mobile-video {
    display: flex;
  }
}
.feature-purchase-guider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.feature-purchase-guider .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.feature-purchase-guider .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feature-purchase-guider .column.hidden {
  visibility: hidden;
  position: absolute !important;
  top: 0;
}
.feature-purchase-guider .flex-start-center {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-purchase-guider .flex-start {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
}
.feature-purchase-guider .flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: end;
}
.feature-purchase-guider .flex-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-purchase-guider .flex-center {
  -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;
}
.feature-purchase-guider .flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
}
.feature-purchase-guider video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.feature-purchase-guider canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.feature-purchase-guider .image-container {
  height: 100%;
  width: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.feature-purchase-guider .pc,
.feature-purchase-guider .pc-tablet {
  display: block;
}
.feature-purchase-guider .table-mobile,
.feature-purchase-guider .mobile {
  display: none;
}
.feature-purchase-guider .guider-nav-box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.feature-purchase-guider .guider-nav-box .tcl-icon {
  font-size: 24px;
}
.feature-purchase-guider .guider-nav-box::after {
  content: "";
  height: 1px;
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.feature-purchase-guider .guider-nav-box.show-result .start-again.pc {
  display: block;
}
.feature-purchase-guider .guider-nav-box .start-again {
  font-size: 14px;
  font-weight: 500;
  color: #2d47ca;
  line-height: 20px;
  text-decoration: underline;
  padding: 16px;
  cursor: pointer;
  display: none;
  white-space: nowrap;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.feature-purchase-guider .guider-nav-box .nav-view {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.feature-purchase-guider .guider-nav-box .nav-view::-webkit-scrollbar {
  display: none;
}
.feature-purchase-guider .guider-nav-box .nav-list-item {
  padding: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.feature-purchase-guider .guider-nav-box .nav-list-item.selected::after {
  content: "";
  background: #e64c3d;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.feature-purchase-guider .guider-nav-box .nav-list-item.active {
  color: #e64c3d;
}
.feature-purchase-guider .guider-nav-box .nav-list-item.disabled {
  color: #111;
  opacity: 0.2;
}
.feature-purchase-guider .guider-nav-box .guider-nav-arrow-before {
  position: absolute;
  top: 0;
  height: 100%;
  padding-left: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.feature-purchase-guider .guider-nav-box .guider-nav-arrow-before.hidden {
  display: none;
}
.feature-purchase-guider .guider-nav-box .guider-nav-arrow-before::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.feature-purchase-guider
  .guider-nav-box
  .guider-nav-arrow-before:hover
  .tcl-icon,
.feature-purchase-guider
  .guider-nav-box
  .guider-nav-arrow-before:active
  .tcl-icon {
  opacity: 0.7;
}
.feature-purchase-guider .guider-nav-box .guider-nav-arrow-before.is-hidden {
  animation-name: specialFadeOut;
  animation-delay: 30ms;
  animation-duration: 400ms;
  animation-fill-mode: both;
}
.feature-purchase-guider .guider-nav-box .guider-nav-arrow-after {
  position: absolute;
  top: 0;
  height: 100%;
  padding-right: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  transform: translateX(-100%);
}
.feature-purchase-guider .guider-nav-box .guider-nav-arrow-after.hidden {
  display: none;
}
.feature-purchase-guider .guider-nav-box .guider-nav-arrow-after::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.feature-purchase-guider
  .guider-nav-box
  .guider-nav-arrow-after:hover
  .tcl-icon,
.feature-purchase-guider
  .guider-nav-box
  .guider-nav-arrow-after:active
  .tcl-icon {
  opacity: 0.7;
}
.feature-purchase-guider .guider-nav-box .guider-nav-arrow-after.is-hidden {
  animation-name: specialFadeOut;
  animation-delay: 30ms;
  animation-duration: 400ms;
  animation-fill-mode: both;
}
.feature-purchase-guider .feature-purchase-guider-box {
  position: relative;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .feature-purchase-guider-room {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .feature-purchase-guider-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 16px 56px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .feature-purchase-guider-media {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-purchase-guider .feature-purchase-guider-box .item-title {
  font-size: 34px;
  font-weight: 500;
  color: #111;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 24px;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.feature-purchase-guider .feature-purchase-guider-box .room-tags-wrap {
  width: 100%;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .room-tags-wrap
  .tags-item {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  background: #000;
  border-radius: 20px;
  padding: 8px 24px;
  display: inline-block;
  margin: 0 6px 16px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .room-tags-wrap
  .tags-item:hover {
  opacity: 0.4;
}
.feature-purchase-guider .feature-purchase-guider-box .full-screen {
  background: #f5f5f5;
  padding: 40px 0 24px;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.feature-purchase-guider .feature-purchase-guider-box .full-screen .max-layout {
  width: 1200px;
  padding: 0 16px;
  box-sizing: border-box;
  max-width: 100%;
}
.feature-purchase-guider .feature-purchase-guider-box .full-screen .item-media {
  text-align: center;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .item-media.hidden {
  visibility: hidden;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .selected-label {
  display: block;
  position: absolute;
  top: 368px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap {
  width: 784px;
  margin: 0 auto;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .feature-purchase-guider-size-media {
  padding-bottom: 24px;
  position: relative;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .feature-purchase-guider-size-media
  .item-media {
  text-align: center;
  width: 496px;
  height: 279px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap {
  margin: 54px auto 40px auto;
  position: relative;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-wrap-line {
  width: 100%;
  height: 8px;
  background: #eee;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-slider-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: -30px;
  z-index: 15;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-slider-active
  .inner {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  background: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  pointer-events: auto;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-slider-active
  .inner
  .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 20px;
  margin-left: -10px;
  z-index: 10;
  cursor: pointer;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-slider:nth-of-type(1)
  .dotted {
  margin-left: 10px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-slider:nth-last-of-type(1)
  .dotted {
  margin-left: -10px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-slider
  .dotted {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 4px solid #eee;
  background: #fff;
  border-radius: 50%;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-slider
  .label {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 1168px;
  cursor: default;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .range-slide-wrap
  .range-wrap
  .range-slider.active
  .label {
  opacity: 1;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .feature-purchase-guider-tips {
  margin: 12px auto;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .feature-purchase-guider-tips
  .recommend-text {
  font-size: 14px;
  font-weight: normal;
  color: #d68f14;
  line-height: 20px;
  margin-top: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .feature-purchase-guider-tips
  .recommend-text::before {
  color: #f9bf5d;
  font-size: 16px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .feature-purchase-guider-tips
  .desc {
  height: 54px;
  font-size: 12px;
  font-weight: normal;
  color: #111;
  line-height: 18px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: pre-wrap;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .feature-purchase-guider-picture-media {
  position: relative;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .feature-purchase-guider-picture-media
  .item-media {
  width: 496px;
  height: 279px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .picture-tags {
  display: flex;
  align-items: center;
  margin: 40px -8px 36px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .picture-tags
  .picture-tag-item {
  flex: 0 0 calc(33.33333333%);
  cursor: pointer;
  max-width: calc(33.33333333%);
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .picture-tags
  .picture-tag-item
  .picture-tag-name {
  height: 56px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  color: #000;
  line-height: 56px;
  margin: 8px;
  padding: 0 16px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .picture-tags
  .picture-tag-item
  .picture-tag-name
  > span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .picture-tags
  .picture-tag-item
  .picture-tag-name:before {
  font-size: 24px;
  margin-right: 8px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .picture-tags
  .picture-tag-item.active
  .picture-tag-name {
  background: linear-gradient(270deg, #595f61 0, #2d3132 100%);
  color: #fff;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .picture-tags
  .picture-tag-item.active
  .picture-tag-name:before {
  content: "\e68c";
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap {
  margin: 16px -8px -12px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap.no-desc {
  margin-bottom: 8px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card {
  flex: 0 0 calc(33.33333333%);
  border-radius: 8px;
  position: relative;
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 16px;
  font-size: 0;
  overflow: hidden;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card
  .budget-wrap-card-container {
  width: 257px;
  height: 192px;
  background: #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card.active
  .selected-btn.selected {
  display: block;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card.active
  .selected-btn.unselected {
  display: none;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card
  .selected-btn {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 1;
  height: 32px;
  width: 32px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card
  .selected-btn.unselected {
  display: block;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card
  .selected-btn.selected {
  display: none;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card
  .budget-tag-item {
  position: absolute;
  bottom: 12px;
  left: 20px;
  max-width: calc(100% - 40px);
  overflow: hidden;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card
  .budget-tag-title {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 24px;
}
.feature-purchase-guider .feature-purchase-guider-box .full-screen .width-804 {
  width: 804px;
  margin: 0 auto;
}
.feature-purchase-guider .feature-purchase-guider-box .full-screen .width-784 {
  width: 784px;
  margin: 0 auto;
}
.feature-purchase-guider .feature-purchase-guider-box .row-buttons .cta-wrap {
  width: 100%;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .row-buttons
  .cta-wrap
  button {
  border-radius: 22px;
  border: 1px solid #000;
  padding: 0 24px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  height: 40px;
  margin: 0 12px;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .row-buttons
  .cta-wrap
  button.next {
  background: #000;
  color: #fff;
  margin-left: 12px;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .row-buttons
  .cta-wrap
  button.next.disabled {
  background: #000;
  border-radius: 22px;
  opacity: 0.12;
  cursor: not-allowed;
}
.feature-purchase-guider
  .feature-purchase-guider-box
  .row-buttons
  .cta-wrap
  button.back {
  margin-right: 12px;
}
.feature-purchase-guider .range-slide-select-box {
  position: relative;
}
.feature-purchase-guider .range-slide-select-box .options-default {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 12px 16px;
  font-size: 16px;
  font-weight: normal;
  color: rgba(17, 17, 17, 0.4);
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
.feature-purchase-guider .range-slide-select-box .options-default .select-btn {
  font-size: 24px;
  color: rgba(17, 17, 17, 0.4);
  transition: all 0.5s;
}
.feature-purchase-guider .range-slide-select-box .options-default:hover {
  border: 1px solid #000;
}
.feature-purchase-guider
  .range-slide-select-box
  .options-default:hover
  .select-btn {
  color: #000;
}
.feature-purchase-guider .range-slide-select-box .options-default.selected {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #111;
}
.feature-purchase-guider
  .range-slide-select-box
  .options-default.selected
  .select-btn {
  color: #111;
}
.feature-purchase-guider .range-slide-select-box .options-default.up {
  border: 2px solid #5971e5;
}
.feature-purchase-guider
  .range-slide-select-box
  .options-default.up
  .select-btn {
  transform: rotate(180deg);
  color: #5971e5;
}
.feature-purchase-guider .range-slide-select-box .options-default .option-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.feature-purchase-guider .range-slide-select-box ul {
  background: #fff;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  top: 60px;
  width: calc(100% - 32px);
  display: none;
  z-index: 22;
  padding: 8px 0 12px;
  max-height: 212px;
  overflow-y: auto;
}
.feature-purchase-guider .range-slide-select-box ul li {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.feature-purchase-guider .range-slide-select-box ul li.active {
  background: #f5f5f5;
}
.feature-purchase-guider .icon-Faceted_star_2 {
  color: #f9bf5d;
}
.feature-purchase-guider .selection-product-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  padding: 16px 16px 80px;
  background: #fff;
}
.feature-purchase-guider .selection-product-box .number-btn {
  display: none;
}
.feature-purchase-guider .selection-product-box .next-btn {
  opacity: 0.7 !important;
}
.feature-purchase-guider .selection-product-box .product-box-left {
  width: 640px;
  overflow: hidden;
  position: sticky;
  top: 16px;
  margin-right: 32px;
}
.feature-purchase-guider .selection-product-box .product-box-left .include-btn {
  position: relative;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .include-btn
  .swiper-button-next,
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .include-btn
  .swiper-button-prev {
  display: none;
  width: 40px;
  height: 40px;
  opacity: 0.2;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .include-btn
  .swiper-button-next.swiper-button-disabled,
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .include-btn
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0.12;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .include-btn
  .swiper-button-next:hover,
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .include-btn
  .swiper-button-prev:hover {
  opacity: 0.4;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .include-btn
  .swiper-button-next:after {
  width: 40px;
  height: 40px;
  display: block;
  content: "";
  border-radius: 50%;
  background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/general/start-the-experience/resources/icons/next.svg")
    #000 no-repeat center center;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .include-btn
  .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  display: block;
  content: "";
  border-radius: 50%;
  background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/general/start-the-experience/resources/icons/prev.svg")
    #000 no-repeat center center;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-slide {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.feature-purchase-guider .selection-product-box .product-box-left .swiper {
  margin-left: auto;
  margin-right: auto;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-small-img {
  height: 480px;
  width: 640px;
  margin-bottom: 24px;
  position: sticky;
  top: 0;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-small-img
  .swiper-pagination {
  display: none;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-small-img:hover
  .swiper-button-next,
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-small-img:hover
  .swiper-button-prev {
  display: block;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-small-img:hover
  .swiper-button-next:hover,
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-small-img:hover
  .swiper-button-prev:hover {
  display: block;
}
.feature-purchase-guider .selection-product-box .product-box-left .swiper-img {
  box-sizing: border-box;
  padding: 8px 10px;
  max-width: 475px;
  height: 64px;
  overflow: hidden;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-img
  .tab-item-img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 2px;
  border: 1px solid #eee;
  opacity: 0.4;
  margin-right: 10px;
  flex: none;
  position: relative;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-img
  .tab-item-img.select-active {
  border: 1px solid #e64c3d;
  opacity: 1;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-img
  .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #e64c3d;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .swiper-img
  .slide-small-box {
  justify-content: center;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-left
  .tab-item-img
  img {
  display: block;
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-purchase-guider .selection-product-box .product-box-right {
  display: inline-block;
  width: 496px;
  padding-top: 16px;
  padding-bottom: 8px;
}
.feature-purchase-guider .selection-product-box .product-box-right .title-top {
  font-size: 16px;
  line-height: 24px;
  color: #111;
  margin-bottom: 8px;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .product-title {
  font-size: 34px;
  font-weight: 500;
  color: #111;
  line-height: 40px;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .link-box
  .product-desc {
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 20px;
  display: inline-block;
  margin-right: 24px;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .link-box
  .link-img {
  display: inline-block;
  height: 20px;
  position: relative;
  bottom: -4px;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .link-box
  .link-img
  img {
  width: auto;
  height: 100%;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .product-info {
  margin: 8px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .product-content {
  width: 100%;
  margin: 24px 0;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 24px;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .characteristics {
  padding-top: 16px;
  padding-bottom: 16px;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .characteristics
  .highlight-item {
  font-size: 14px;
  line-height: 24px;
}
.feature-purchase-guider .selection-product-box .product-box-right .sizes {
  padding: 24px 0 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .sizes
  .title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  color: #111;
  line-height: 28px;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .sizes
  .size-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .sizes
  .size-list
  .size {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px 12px 0;
  padding: 10px 31px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  line-height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  opacity: 0.2;
  cursor: not-allowed;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .sizes
  .size-list
  .size:hover {
  opacity: 0.2;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .sizes
  .size-list
  .size:last-child {
  margin-right: 0;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .sizes
  .size-list
  .size.active {
  border-color: #e64c3d;
  color: #e64c3d;
  opacity: 1;
  cursor: pointer;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .buy
  .learn-more {
  margin-top: 24px;
  display: inline-block;
  max-width: 100%;
  background: #e64c3d;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  font-family: "TCLSans-Unity-Medium", sans-serif;
  color: #fff;
  line-height: 20px;
  margin-right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feature-purchase-guider
  .selection-product-box
  .product-box-right
  .buy
  .shop-now {
  display: inline-block;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 20px;
  margin-right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.feature-purchase-guider .selection-product-box .start-again {
  font-size: 14px;
  font-weight: 500;
  color: #2d47ca;
  line-height: 20px;
  text-decoration: underline;
  text-align: center;
  margin-top: 22px;
  display: none;
  font-family: "TCLSans-Unity-Medium", sans-serif;
}
.feature-purchase-guider .product-recommendation-box {
  background-color: #f5f5f5;
  padding-bottom: 64px;
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.feature-purchase-guider .product-recommendation-box .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.feature-purchase-guider .product-recommendation-box .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feature-purchase-guider .product-recommendation-box .flex-start-center {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-purchase-guider .product-recommendation-box .flex-start-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feature-purchase-guider .product-recommendation-box .flex-center-start {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feature-purchase-guider .product-recommendation-box .flex-start {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
}
.feature-purchase-guider .product-recommendation-box .flex-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-purchase-guider .product-recommendation-box .flex-center {
  -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;
}
.feature-purchase-guider .product-recommendation-box .hidden {
  display: none;
}
.feature-purchase-guider .product-recommendation-box .recommendation-title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 48px;
  padding: 0 40px 40px;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 280px;
  height: 452px;
  padding: 12px 12px 16px 12px;
  margin-right: 16px;
  background-color: #fff;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .image {
  position: relative;
  width: 256px;
  height: 192px;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-title-box {
  padding-top: 46px;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-title-box
  .product-recommend-title {
  padding: 0;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-title-box
  .product-recommend-title
  h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  line-height: 18px;
  color: #111;
  overflow: hidden;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  h6 {
  padding: 24px 0;
  font-size: 18px;
  font-weight: 500;
  color: #111;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  p {
  padding-top: 8px;
  font-size: 12px;
  color: #111;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  p.note {
  opacity: 0.7;
  line-height: 15px;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  p.price {
  padding: 32px 0 0 0;
  font-size: 16px;
  font-weight: 500;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab {
  position: absolute;
  top: 204px;
  right: 12px;
  left: 12px;
  height: 46px;
  z-index: 1;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags {
  height: 100%;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  .card-tags-list {
  overflow: hidden;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  .card-tags-list
  .card-tags-list-wrap {
  min-width: 100%;
  overflow-x: auto;
  height: 100%;
  line-height: 18px;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  .card-tags-list
  .card-tags-list-wrap::-webkit-scrollbar {
  display: none;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  .card-tags-list
  .card-tags-list-wrap
  li {
  margin-right: 12px;
  font-size: 14px;
  padding: 4px 7px;
  border: 1px solid #fff;
  border-radius: 14px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  .card-tags-list
  .card-tags-list-wrap
  li.selected {
  font-weight: 500;
  border-color: #e64c3d;
  color: #e64c3d;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  .card-tags-list
  .card-tags-list-wrap
  li:last-child {
  margin-right: 0;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a {
  width: 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 9px;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a
  .l-arrow,
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a
  .r-arrow {
  font-size: 16px;
  color: #111;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a:first-child {
  margin-right: 12px;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a:last-child {
  margin-left: 12px;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a.disable {
  display: flex;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a.disable
  .l-arrow,
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a.disable
  .r-arrow {
  opacity: 0.4;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a.active {
  display: flex;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a.active
  .l-arrow,
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .product-recommend-tab
  .card-tags
  a.active
  .r-arrow {
  opacity: 1;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap:last-child {
  margin-right: 0;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe {
  position: relative;
  height: 100%;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.5s ease;
  height: 100%;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li {
  display: none;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li
  > div {
  width: 100%;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li
  dl {
  display: block;
  padding: 0;
  margin: 0;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li
  dl
  dt {
  border-bottom: 1px solid #eee;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li
  dl
  dt
  p {
  padding: 10px 0;
  width: 100%;
  color: #000;
  max-height: 37px;
  overflow: hidden;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li
  dl
  dt
  p
  span {
  display: -webkit-box;
  max-width: 228px;
  font-size: 12px;
  -webkit-box-orient: vertical;
  line-height: 15px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li
  dl
  dt
  p
  img {
  display: inline-block;
  width: 16px;
  height: 16px;
  object-fit: cover;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li
  dl
  dt
  p
  .tag-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../components/general/feature-purchase-guider/resources/icons/placeholder.svg");
  background-size: 16px 16px;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li
  dl
  dt:first-child {
  margin-top: 0;
}
.feature-purchase-guider
  .product-recommendation-box
  .product-recommend-content
  .product-recommend-wrap
  .compare-card-swipe
  .compare-card-swipe-content
  li.active {
  display: flex;
}
.feature-purchase-guider .show-selection-box {
  display: none;
}
@media only screen and (max-width: 834px) {
  .feature-purchase-guider .feature-purchase-guider-box .pc {
    display: none;
  }
  .feature-purchase-guider .feature-purchase-guider-box .table-mobile {
    display: block;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .feature-purchase-guider-sofa-container
    .item-title {
    padding-bottom: 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .feature-purchase-guider-picture-media {
    padding-bottom: 24px;
  }
  .feature-purchase-guider .feature-purchase-guider-box .item-title {
    font-size: 28px;
    line-height: 34px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .feature-purchase-guider-room {
    flex-direction: column-reverse;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .feature-purchase-guider-room
    .feature-purchase-guider-content {
    position: static;
    transform: none;
  }
  .feature-purchase-guider .feature-purchase-guider-box .full-screen {
    width: 100%;
    box-sizing: border-box;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .picture-tags {
    margin-top: -8px;
  }
  .feature-purchase-guider .feature-purchase-guider-box .full-screen .width-784,
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .width-804 {
    width: 100%;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .max-layout {
    width: 100%;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .feature-purchase-guider-budget {
    padding-top: 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .range-slide-wrap {
    width: 100%;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .range-slide-wrap
    .range-wrap {
    width: 100%;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .budget-wrap
    .budget-wrap-card {
    flex: 0 0 50%;
  }
  .feature-purchase-guider .guider-nav-box.show-result .start-again.pc {
    display: none;
  }
  .selection-product-box .start-again.tablet-mobile {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  .show-selection-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .show-selection-box .selection-product-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    margin: 0 auto;
    padding: 16px 16px 80px;
    box-sizing: border-box;
  }
  .show-selection-box .selection-product-box .product-box-left {
    width: 53.333vw;
    min-width: 434px;
    min-height: 27.167vw;
    overflow: hidden;
    position: sticky;
    top: 16px;
    margin-right: 32px;
  }
  .show-selection-box .selection-product-box .product-box-left .include-btn {
    position: relative;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .include-btn
    .swiper-button-next,
  .show-selection-box
    .selection-product-box
    .product-box-left
    .include-btn
    .swiper-button-prev {
    display: none;
    width: 40px;
    height: 40px;
    opacity: 0.2;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .include-btn
    .swiper-button-next.swiper-button-disabled,
  .show-selection-box
    .selection-product-box
    .product-box-left
    .include-btn
    .swiper-button-prev.swiper-button-disabled {
    opacity: 0.12;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .include-btn
    .swiper-button-next:hover,
  .show-selection-box
    .selection-product-box
    .product-box-left
    .include-btn
    .swiper-button-prev:hover {
    opacity: 0.4;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .include-btn
    .swiper-button-next:after {
    width: 40px;
    height: 40px;
    display: block;
    content: "";
    border-radius: 50%;
    background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/general/start-the-experience/resources/icons/next.svg")
      #000 no-repeat center center;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .include-btn
    .swiper-button-prev:after {
    width: 40px;
    height: 40px;
    display: block;
    content: "";
    border-radius: 50%;
    background: url("../../../../etc.clientlibs/brandsite/clientlibs/components/general/start-the-experience/resources/icons/prev.svg")
      #000 no-repeat center center;
  }
  .show-selection-box .selection-product-box .product-box-left .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center;
  }
  .show-selection-box .selection-product-box .product-box-left .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-small-img {
    width: 100%;
    height: 40vw;
    margin-bottom: 24px;
    position: sticky;
    top: 0;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-small-img
    .swiper-pagination {
    display: none;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-small-img:hover
    .swiper-button-next,
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-small-img:hover
    .swiper-button-prev {
    display: block;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-small-img:hover
    .swiper-button-next:hover,
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-small-img:hover
    .swiper-button-prev:hover {
    display: block;
  }
  .show-selection-box .selection-product-box .product-box-left .swiper-img {
    box-sizing: border-box;
    padding: 8px 2.083vw;
    max-width: 39.583vw;
    min-width: 416px;
    height: 64px;
    overflow: hidden;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-img
    .swiper-slide {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #eee;
    opacity: 0.4;
    margin-right: 8px;
    box-sizing: content-box;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-img
    .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #e64c3d;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-img
    .slide-small-box {
    justify-content: center;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-slide
    img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .show-selection-box .selection-product-box .product-box-right {
    display: inline-block;
    width: 41.333vw;
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .link-box
    .product-desc {
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 20px;
    display: inline-block;
    margin-right: 24px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .link-box
    .link-img {
    display: inline-block;
    height: 20px;
    position: relative;
    bottom: -4px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .link-box
    .link-img
    img {
    width: auto;
    height: 100%;
  }
  .show-selection-box .selection-product-box .product-box-right .product-info {
    margin: 8px 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .product-content {
    width: 100%;
    margin: 24px 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .characteristics {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .characteristics
    .highlight-item {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .show-selection-box .product-recommendation-box {
    background-color: #f5f5f5;
    padding-bottom: 64px;
    min-width: 100vw;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    box-sizing: border-box;
  }
  .show-selection-box .product-recommendation-box .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .show-selection-box .product-recommendation-box .column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .show-selection-box .product-recommendation-box .flex-start-center {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .show-selection-box .product-recommendation-box .flex-start-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .show-selection-box .product-recommendation-box .flex-center-start {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .show-selection-box .product-recommendation-box .flex-start {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .show-selection-box .product-recommendation-box .flex-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .show-selection-box .product-recommendation-box .flex-center {
    -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;
  }
  .show-selection-box .product-recommendation-box .hidden {
    display: none;
  }
  .show-selection-box .product-recommendation-box .recommendation-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    line-height: 48px;
    padding: 0 40px 40px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 22.333vw;
    height: 37.667vw;
    min-height: 397px;
    padding: 0;
    margin-right: 16px;
    background-color: #fff;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .image {
    position: relative;
    width: 100%;
    height: 16vw;
    padding: 16px 12px 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-title-box {
    padding: 46px 12px 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-title-box
    .product-recommend-title
    h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    line-height: 18px;
    color: #111;
    overflow: hidden;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    h6 {
    padding: 24px 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    color: #111;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    p {
    padding-top: 8px;
    font-size: 12px;
    color: #111;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    p.note {
    opacity: 0.7;
    line-height: 15px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    p.price {
    padding: 32px 0 0 0;
    font-size: 16px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab {
    position: absolute;
    top: 17vw;
    right: 1vw;
    left: 1vw;
    height: 3.833vw;
    z-index: 1;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags {
    height: auto;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list {
    overflow: hidden;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap {
    min-width: 100%;
    overflow-x: auto;
    height: 100%;
    line-height: 18px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap::-webkit-scrollbar {
    display: none;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap
    li {
    margin-right: 12px;
    font-size: 14px;
    padding: 4px 7px;
    border: 1px solid #fff;
    border-radius: 14px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap
    li.selected {
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    border-color: #e64c3d;
    color: #e64c3d;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap
    li:last-child {
    margin-right: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a {
    width: 34px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 9px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a
    .l-arrow,
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a
    .r-arrow {
    font-size: 16px;
    color: #111;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a:first-child {
    margin-right: 12px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a:last-child {
    margin-left: 12px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.disable {
    display: flex;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.disable
    .l-arrow,
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.disable
    .r-arrow {
    opacity: 0.4;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.active {
    display: flex;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.active
    .l-arrow,
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.active
    .r-arrow {
    opacity: 1;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap:last-child {
    margin-right: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe {
    position: relative;
    height: 100%;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition: all 0.5s ease;
    height: 100%;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li {
    display: none;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    .tag-list {
    padding: 0 12px 16px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    > div {
    width: 100%;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl {
    display: block;
    padding: 0;
    margin: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt {
    border-bottom: 1px solid #eee;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt
    p {
    padding: 10px 0;
    width: 100%;
    color: #000;
    max-height: 37px;
    overflow: hidden;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt
    p
    span {
    display: -webkit-box;
    max-width: 228px;
    font-size: 12px;
    -webkit-box-orient: vertical;
    line-height: 15px;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt
    p
    img {
    display: inline-block;
    width: 16px;
    height: 16px;
    object-fit: cover;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt
    p
    .tag-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../components/general/feature-purchase-guider/resources/icons/placeholder.svg");
    background-size: 16px 16px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt:first-child {
    margin-top: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li.active {
    display: flex;
  }
}
@media only screen and (min-width: 535px) and (max-width: 834px) {
  .feature-purchase-guider .feature-purchase-guider-box .mobile {
    display: none;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .feature-purchase-guider-room
    .feature-purchase-guider-content {
    padding: 32px 16px 24px;
  }
  .feature-purchase-guider .feature-purchase-guider-box .full-screen {
    background: #fff;
    padding-top: 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen.feature-purchase-guider-sofa {
    padding-top: 0;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen.feature-purchase-guider-sofa
    .max-layout {
    padding: 0;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen.feature-purchase-guider-sofa
    .feature-purchase-guider-size-media {
    padding: 24px 20px 0;
    background: #f5f5f5;
    margin-bottom: 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen.feature-purchase-guider-sofa
    .feature-purchase-guider-size-content {
    padding: 0 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen.feature-purchase-guider-budget {
    background: #f5f5f5;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .max-layout {
    width: 100%;
    padding: 0 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .picture-tags
    .picture-tag-item {
    flex: 0 0 calc(50%);
    max-width: 50%;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .picture-tags
    .picture-tag-item
    .picture-tag-name {
    border: 1px solid #eee;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .budget-wrap {
    width: 518px;
    margin: 16px auto -12px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .budget-wrap
    .budget-wrap-card
    .budget-wrap-card-container {
    width: 243px;
    height: 182px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .feature-purchase-guider-tips
    .desc {
    height: auto;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .feature-purchase-guider-sofa
    .cta-wrap {
    padding-top: 20px;
  }
  .show-selection-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .show-selection-box .selection-product-box {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .show-selection-box .selection-product-box .swiper-pagination-fraction {
    right: 15px;
    width: auto;
    left: auto;
    bottom: auto;
    margin-top: 16px;
    background: #000;
    border-radius: 2px;
    opacity: 0.5;
    padding: 3px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -2px;
  }
  .show-selection-box .selection-product-box .swiper-pagination-fraction span {
    letter-spacing: 0;
  }
  .show-selection-box .selection-product-box .number-btn {
    display: block;
  }
  .show-selection-box .selection-product-box .product-box-left {
    max-width: 640px;
    max-height: 480px;
    min-width: auto;
    margin: 0 auto;
    position: static;
    min-height: auto;
    width: 100%;
    height: calc(75.01875469%);
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-small-img {
    position: static;
    top: auto;
    margin-bottom: 0;
    width: 76.73860911vw;
    height: 57.55395683vw;
    overflow: hidden;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-small-img
    .swiper-pagination {
    display: block;
  }
  .show-selection-box .selection-product-box .product-box-left .picture-btn {
    display: none;
  }
  .show-selection-box .selection-product-box .product-box-left .swiper-img {
    display: none;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box {
    height: 43.467vw;
    padding: 5.333vw;
    position: relative;
    margin-bottom: 2.133vw;
    background-color: #f7e1e1;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box
    img {
    height: 100%;
    width: 100%;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box
    .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    --swiper-theme-color: #f60;
    --swiper-navigation-size: 30px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box
    .swiper
    .swiper-button-next,
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box
    .swiper
    .swiper-button-prev {
    display: none;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-small-list {
    margin: auto;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-small-list
    .small-img-list {
    height: 8.533vw;
    padding: 1.067vw;
    text-align: center;
    margin: 0 auto;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-small-list
    .small-img-list
    .small-img-box {
    display: inline-block;
    cursor: pointer;
    margin-right: 1.067vw;
    width: 6.4vw;
    height: 6.4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-small-list
    .small-img-list
    .small-img-box.active {
    border: 1px solid #e64c3d;
  }
  .show-selection-box .selection-product-box .product-box-right {
    width: 100%;
    padding: 16px 16px 56px;
    box-sizing: border-box;
  }
  .show-selection-box .selection-product-box .product-box-right .title-top {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .show-selection-box .selection-product-box .product-box-right .product-title {
    font-size: 28px;
    font-weight: 500;
    color: #111;
    line-height: 40px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .link-box
    .product-desc {
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .link-box
    .link-img {
    display: inline-block;
    height: 20px;
    position: relative;
    bottom: -4px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .link-box
    .link-img
    img {
    width: auto;
    height: 100%;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .buy
    .learn-more {
    margin-top: 12px;
    display: block;
    text-align: center;
    background: #e64c3d;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .show-selection-box .selection-product-box .product-box-right .buy .shop-now {
    display: block;
    text-align: center;
    margin-top: 12px;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .show-selection-box .product-recommendation-box {
    background-color: #f5f5f5;
    min-width: 69.5vw;
    width: 100%;
    margin: 0 auto;
    padding: 56px 17px 64px;
  }
  .show-selection-box .product-recommendation-box .flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .show-selection-box .product-recommendation-box .product-recommend-box-wrap {
    overflow-x: auto;
    max-width: 717px;
    margin-top: 24px;
  }
  .show-selection-box .product-recommendation-box .hidden {
    display: none;
  }
  .show-selection-box .product-recommendation-box .recommendation-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 48px;
    padding: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 29.417vw;
    height: auto;
    min-height: auto;
    padding: 12px 12px 16px 12px;
    margin-right: 12px;
    background-color: #fff;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .image {
    position: relative;
    width: 24.54vw;
    height: 19.065vw;
    padding: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-title-box {
    padding: 46px 0 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-title-box
    .product-recommend-title {
    padding: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-title-box
    .product-recommend-title
    h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    line-height: 18px;
    color: #111;
    overflow: hidden;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    h6 {
    padding: 24px 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    color: #111;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    p {
    padding-top: 8px;
    font-size: 12px;
    color: #111;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    p.note {
    opacity: 0.7;
    line-height: 15px;
    margin-bottom: 12px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    p.price {
    padding: 32px 0 0 0;
    font-size: 16px;
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab {
    position: absolute;
    top: 20.384vw;
    right: 0;
    left: 0;
    height: 46px;
    z-index: 1;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags {
    height: 100%;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list {
    overflow: hidden;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap {
    min-width: 100%;
    overflow-x: auto;
    height: 100%;
    line-height: 18px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap::-webkit-scrollbar {
    display: none;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap
    li {
    margin-right: 10px;
    font-size: 12px;
    padding: 4px 7px;
    border: 1px solid #fff;
    border-radius: 14px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap
    li.selected {
    font-family: "TCLSans-Unity-Medium", sans-serif;
    font-weight: 500;
    border-color: #e64c3d;
    color: #e64c3d;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    .card-tags-list
    .card-tags-list-wrap
    li:last-child {
    margin-right: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a {
    width: 34px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 9px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a
    .l-arrow,
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a
    .r-arrow {
    font-size: 16px;
    color: #111;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a:first-child {
    margin-right: 10px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a:last-child {
    margin-left: 10px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.disable {
    display: flex;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.disable
    .l-arrow,
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.disable
    .r-arrow {
    opacity: 0.4;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.active {
    display: flex;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.active
    .l-arrow,
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .product-recommend-tab
    .card-tags
    a.active
    .r-arrow {
    opacity: 1;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap:last-child {
    margin-right: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition: all 0.5s ease;
    height: 100%;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li {
    width: 100%;
    display: none;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    .tag-list {
    padding: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    > div {
    width: 100%;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl {
    display: block;
    padding: 0;
    margin: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt {
    border-bottom: 1px solid #eee;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt
    p {
    padding: 10px 0;
    width: 100%;
    color: #000;
    max-height: 37px;
    overflow: hidden;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt
    p
    span {
    display: -webkit-box;
    max-width: 228px;
    font-size: 12px;
    -webkit-box-orient: vertical;
    line-height: 15px;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt
    p
    img {
    display: inline-block;
    width: 16px;
    height: 16px;
    object-fit: cover;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt
    p
    .tag-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../components/general/feature-purchase-guider/resources/icons/placeholder.svg");
    background-size: 16px 16px;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li
    dl
    dt:first-child {
    margin-top: 0;
  }
  .show-selection-box
    .product-recommendation-box
    .product-recommend-content
    .product-recommend-wrap
    .compare-card-swipe
    .compare-card-swipe-content
    li.active {
    display: flex;
  }
}
@media only screen and (max-width: 534px) {
  .feature-purchase-guider .feature-purchase-guider-box .pc,
  .feature-purchase-guider .feature-purchase-guider-box .pc-tablet {
    display: none;
  }
  .feature-purchase-guider .feature-purchase-guider-box .mobile {
    display: block;
  }
  .feature-purchase-guider .feature-purchase-guider-box .item-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
    white-space: normal;
    overflow: visible;
  }
  .feature-purchase-guider .feature-purchase-guider-box .full-screen {
    padding-top: 0;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .max-layout {
    padding: 0;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .mob-padding {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .item-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
    white-space: normal;
    overflow: visible;
    padding-bottom: 0;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .picture-tags
    .picture-tag-item {
    flex: 0 0 calc(100%);
    max-width: 100%;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen.feature-purchase-guider-sofa {
    background: #fff;
    padding-top: 0;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen.feature-purchase-guider-budget {
    padding-top: 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .feature-purchase-guider-picture-media
    .item-media {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .picture-tags {
    margin: -8px -8px 16px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .feature-purchase-guider-tips {
    margin: 8px auto 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .feature-purchase-guider-tips
    .desc {
    overflow: visible;
    height: auto;
    display: block;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .feature-purchase-guider-tips
    .recommend-text {
    margin-top: 24px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .budget-wrap
    .budget-wrap-card {
    box-sizing: border-box;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .budget-wrap
    .budget-wrap-card
    .budget-wrap-card-container {
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .range-slide-wrap
    .feature-purchase-guider-size-media
    .item-media {
    width: 100%;
    height: 56.25vw;
    background: #f5f5f5;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .full-screen
    .feature-purchase-guider-picture-media {
    padding-bottom: 0;
    padding-top: 16px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .feature-purchase-guider-room
    .feature-purchase-guider-content {
    padding: 24px 16px;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .room-tags-wrap
    .tags-item {
    width: 100%;
    text-align: center;
    background: transparent;
    color: #111;
    border: 1px solid #111;
    margin: 0 0 16px 0;
  }
  .feature-purchase-guider .feature-purchase-guider-box .row-buttons .cta-wrap {
    width: 100%;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .row-buttons
    .cta-wrap
    button {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .feature-purchase-guider
    .feature-purchase-guider-box
    .row-buttons
    .cta-wrap
    button.next {
    margin-bottom: 16px;
  }
  .show-selection-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .show-selection-box .selection-product-box {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .show-selection-box .selection-product-box .number-btn {
    display: block;
  }
  .show-selection-box .selection-product-box .swiper-pagination-fraction {
    right: 15px;
    width: auto;
    left: auto;
    bottom: auto;
    margin-top: 16px;
    background: #000;
    border-radius: 2px;
    opacity: 0.5;
    padding: 3px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -2px;
  }
  .show-selection-box .selection-product-box .swiper-pagination-fraction span {
    letter-spacing: 0;
  }
  .show-selection-box .selection-product-box .product-box-left {
    width: 100%;
    min-width: 100%;
    position: static;
    height: calc(75.24454477%);
    min-height: 69.288vw;
    margin: auto;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .swiper-small-img {
    margin: 12.35955056vw auto 10.86142322vw;
    width: 81.27340824vw;
    height: 50.31273408vw;
    overflow: hidden;
  }
  .show-selection-box .selection-product-box .product-box-left .picture-btn {
    display: none;
  }
  .show-selection-box .selection-product-box .product-box-left .swiper-img {
    display: none;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box {
    height: 43.467vw;
    padding: 5.333vw;
    position: relative;
    margin-bottom: 2.133vw;
    background-color: #f7e1e1;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box
    img {
    height: 100%;
    width: 100%;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box
    .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    --swiper-theme-color: #f60;
    --swiper-navigation-size: 30px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box
    .swiper
    .swiper-button-next,
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-box
    .swiper
    .swiper-button-prev {
    display: none;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-small-list {
    margin: auto;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-small-list
    .small-img-list {
    height: 8.533vw;
    padding: 1.067vw;
    text-align: center;
    margin: 0 auto;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-small-list
    .small-img-list
    .small-img-box {
    display: inline-block;
    cursor: pointer;
    margin-right: 1.067vw;
    width: 6.4vw;
    height: 6.4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
  }
  .show-selection-box
    .selection-product-box
    .product-box-left
    .product-img-small-list
    .small-img-list
    .small-img-box.active {
    border: 1px solid #e64c3d;
  }
  .show-selection-box .selection-product-box .product-box-right {
    width: 100%;
    padding: 16px 16px 40px;
    box-sizing: border-box;
  }
  .show-selection-box .selection-product-box .product-box-right .title-top {
    font-size: 16px;
    line-height: 3.2vw;
    margin-bottom: 8px;
  }
  .show-selection-box .selection-product-box .product-box-right .product-title {
    font-size: 24px;
    font-weight: 500;
    color: #111;
    line-height: 40px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .link-box
    .product-desc {
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .link-box
    .link-img {
    display: inline-block;
    height: 20px;
    position: relative;
    bottom: -4px;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .link-box
    .link-img
    img {
    width: auto;
    height: 100%;
  }
  .show-selection-box
    .selection-product-box
    .product-box-right
    .buy
    .learn-more {
    margin-top: 24px;
    display: block;
    text-align: center;
    background: #e64c3d;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .show-selection-box .selection-product-box .product-box-right .buy .shop-now {
    display: block;
    margin-top: 12px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.rtl .feature-purchase-guider {
  direction: rtl;
}
.rtl
  .feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .picture-tags
  .picture-tag-item
  .picture-tag-name:before {
  margin-right: 0;
  margin-left: 8px;
}
.rtl
  .feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card
  .selected-btn {
  left: auto;
  right: 20px;
}
.rtl
  .feature-purchase-guider
  .feature-purchase-guider-box
  .full-screen
  .budget-wrap
  .budget-wrap-card
  .budget-tag-item {
  left: auto;
  right: 20px;
}
.rtl
  .feature-purchase-guider
  .feature-purchase-guider-box
  .row-buttons
  button.next {
  margin-right: 12px;
}
.rtl
  .feature-purchase-guider
  .feature-purchase-guider-box
  .row-buttons
  button.back {
  margin-left: 12px;
}
.rtl
  .feature-purchase-guider
  .selection-product-box
  .product-box-right
  .sizes
  .size-list
  .size {
  margin: 0 0 12px 12px;
}
.rtl .feature-purchase-guider .swiper-rtl .swiper-button-next,
.rtl .feature-purchase-guider .swiper-rtl .swiper-button-prev {
  transform: rotate(180deg);
}
.popup-dialog-body-style {
  overflow: hidden !important;
}
.feature-dialog-container {
  position: relative;
  display: none;
  transition: opacity 0.4s ease;
  opacity: 0;
}
@keyframes mobile-fade-in-animation {
  from {
    transform: translateY(100vh);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mobile-fade-out-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100vh);
  }
}
.feature-dialog-container .dialog-position {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
}
.feature-dialog-container .dialog-box {
  position: fixed;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  width: 1040px;
  max-height: calc(100% - 160px);
  min-height: 146px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.feature-dialog-container .dialog-box .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.feature-dialog-container .dialog-box .close-btn .close-icon {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.7);
}
.feature-dialog-container .dialog-box .dialog-rich-text {
  padding: 0 80px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: thin;
}
.feature-dialog-container .dialog-box .dialog-rich-text::-webkit-scrollbar {
  width: 8px;
}
.feature-dialog-container
  .dialog-box
  .dialog-rich-text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ddd;
}
.feature-dialog-container .dialog-box .dialog-rich-text .rich-box-mobile,
.feature-dialog-container .dialog-box .dialog-rich-text .rich-box-pc {
  padding-top: 64px;
}
.feature-dialog-container .dialog-box .dialog-rich-text .rich-box-mobile {
  display: none;
}
.feature-dialog-container.active {
  opacity: 1;
}
.feature-dialog-container.active .dialog-box {
  opacity: 1;
}
.feature-dialog-container.is-open {
  display: block;
  z-index: 2014;
}
@media only screen and (max-width: 1200px) {
  .feature-dialog-container .dialog-box {
    width: calc(100% - 32px);
    max-width: 1040px;
  }
}
@media only screen and (max-width: 834px) {
  .feature-dialog-container {
    opacity: 0;
  }
  .feature-dialog-container .dialog-box {
    width: 100%;
    border-radius: 24px 24px 0 0;
    bottom: 0;
    top: auto;
    left: 0;
    transform: none;
    max-height: calc(100% - 40px);
    transition: none;
    animation: mobile-fade-out-animation 0.4s forwards;
    opacity: 1;
  }
  .feature-dialog-container .dialog-box .dialog-rich-text {
    padding: 0 16px;
  }
  .feature-dialog-container .dialog-box .dialog-rich-text .rich-box-pc {
    display: none;
  }
  .feature-dialog-container .dialog-box .dialog-rich-text .rich-box-mobile {
    display: block;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-7xl {
    font-size: 40px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-6xl {
    font-size: 34px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-5xl {
    font-size: 32px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-4xl {
    font-size: 28px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-3xl {
    font-size: 24px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-2xl {
    font-size: 20px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-xl {
    font-size: 18px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-lg {
    font-size: 16px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-base {
    font-size: 14px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-sm {
    font-size: 14px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-xs {
    font-size: 12px;
  }
  .feature-dialog-container.active {
    opacity: 1;
  }
  .feature-dialog-container.active .dialog-box {
    animation: mobile-fade-in-animation 0.4s forwards;
  }
}
@media (min-width: 320px) and (max-width: 534px) {
  .feature-dialog-container .dialog-box {
    max-height: calc(100% - 24px);
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-7xl {
    font-size: 34px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-6xl {
    font-size: 32px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-5xl {
    font-size: 28px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-4xl {
    font-size: 24px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-3xl {
    font-size: 20px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-2xl {
    font-size: 18px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-xl {
    font-size: 16px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-lg {
    font-size: 14px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-base {
    font-size: 14px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-sm {
    font-size: 12px;
  }
  .feature-dialog-container
    .dialog-box
    .dialog-rich-text
    .rich-text-inherit-pc
    .text-xs {
    font-size: 12px;
  }
}
.rtl .feature-dialog-container .dialog-box .close-btn {
  left: 16px;
  right: auto;
}
