@charset "UTF-8";
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/*** Global ***/
.text-left {
  text-align: left; }

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

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

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

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

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

html {
  font-size: 15px; }

body {
  font-size: 1em;
  line-height: 1.33333;
  margin-bottom: 0em; }

.inline__block {
  display: inline-block; }

sup {
  position: relative;
  vertical-align: baseline;
  top: -0.44em;
  font-size: 0.6em;
  line-height: unset;
  line-height: 0 !important; }
  sup.sign-deg {
    top: -0.5em; }
  sup.sign-star {
    top: -0.83em;
    font-size: 0.5em; }
  sup.sign-cr {
    top: -0.05em;
    font-size: 1em; }
  sup.footnote-num {
    top: -1em;
    padding-left: 1px;
    font-size: 0.33em;
    line-height: 0; }

.wd__content .content__info sup.sign-cr {
  top: -0.05em;
  font-size: 1em; }

.wd__content .content__info sup.sign-tm {
  top: 0;
  font-size: 1em; }

.wd__content .content__info sup.sign-star {
  top: -0.17em;
  font-size: 1em; }

.wd__content .content__info sup.sign-deg {
  top: -0.1em;
  padding: 0 0.02em;
  font-size: 1em; }

.wd__content .content__info sup.footnote-num {
  top: -0.97em;
  font-size: 0.5em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
  top: 0.1em;
  font-size: 1.1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-tm {
  top: 0;
  font-size: 1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-deg {
  top: -0.1em;
  font-size: 1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
  top: -0.86em;
  font-size: 0.5em; }

.wd__feature__list .wd__feature .wd__feature__describe span sup.sign-deg {
  padding: 0 0.02em; }

.footnote-item sup.sign-deg {
  top: -0.2em;
  font-size: 0.9em; }

.footnote-item sup.sign-tm {
  top: -0.09em;
  font-size: 0.9em; }

.footnote-item sup.sign-cr {
  top: 0.03em;
  font-size: 1.1em; }

.ie #CMD sup {
  top: -0.1em;
  font-size: 1em;
  line-height: unset; }
  .ie #CMD sup.sign-deg {
    top: -0.5em; }
  .ie #CMD sup.sign-star {
    top: -0.83em;
    font-size: 0.5em; }
  .ie #CMD sup.sign-cr {
    top: -0.2em;
    font-size: 1em; }
  .ie #CMD sup.sign-fnum {
    top: -0.5em;
    font-size: 0.7em; }
  .ie #CMD sup.footnote-num {
    top: -1.7em;
    font-size: 0.33em; }

.ie #CMD .wd__content .content__title sup.sign-tm {
  top: -0.5em;
  font-size: 0.7em; }

.ie #CMD .wd__content .content__info sup.sign-cr {
  top: 0;
  font-size: 1.3em; }

.ie #CMD .wd__content .content__info sup.sign-tm {
  top: -0.1em;
  font-size: 1.2em; }

.ie #CMD .wd__content .content__info sup.sign-star {
  top: -0.17em;
  font-size: 1em; }

.ie #CMD .wd__content .content__info sup.sign-deg {
  top: -0.1em;
  padding: 0 0.02em;
  font-size: 1em; }

.ie #CMD .wd__content .content__info sup.footnote-num {
  top: -0.97em;
  font-size: 0.5em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
  top: 0;
  font-size: 1.3em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.sign-tm {
  top: 0;
  font-size: 1.3em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.sign-deg {
  top: -0.1em;
  font-size: 1em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
  top: -0.86em;
  font-size: 0.5em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe span sup.sign-deg {
  padding: 0 0.02em; }

@media all and (min-width: 1280px) {
  .wd__content .content__slogan sup.sign-star {
    top: -0.5em;
    font-size: 0.6em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -1.4em; }
  .wd__content .content__title sup.sign-star {
    top: -0.8em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.3em;
    font-size: 0.7em; }
  .wd__content .content__title sup.footnote-num {
    top: -1.65em; }
  .wd__content .content__info sup.sign-star {
    top: -0.1em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.75em;
    font-size: 0.5em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.75em;
    font-size: 0.3em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.4em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-deg {
    top: -0.1em;
    font-size: 0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.2em;
    font-size: 0.43em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0.1em;
    font-size: 1.3em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: -0.03em;
    font-size: 1.25em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.7em;
    font-size: 0.6em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.65em;
    font-size: 0.55em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.6em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.2em;
    font-size: 0.9em; }
  .section__kv .wd__content .content__info sup.sign-deg {
    padding: 0; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -1em; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  sup {
    top: -0.5em; }
    sup.sign-deg {
      top: -0.25em;
      font-size: 0.8em; }
    sup.sign-star {
      top: -0.85em; }
  .wd__content .content__slogan sup.sign-tm {
    top: -0.4em; }
  .wd__content .content__slogan sup.sign-cr {
    top: -0.27em;
    font-size: 0.7em; }
  .wd__content .content__slogan sup.sign-star {
    top: -0.37em;
    font-size: 0.75em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -1.5em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.45em; }
  .wd__content .content__title sup.sign-star {
    top: -0.77em; }
  .wd__content .content__title sup.sign-cr {
    top: -0.3em; }
  .wd__content .content__title sup.footnote-num {
    top: -1.58em; }
  .wd__content .content__info sup.sign-star {
    top: -0.08em;
    font-size: 1.1em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.8em;
    font-size: 0.6em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-cr {
    top: -0.3em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-tm {
    top: -0.42em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.56em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.6em;
    font-size: 0.55em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.15em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.34em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.1em;
    font-size: 0.43em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: 0;
    font-size: 1.35em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.47em;
    font-size: 0.8em; }
  .section__kv .wd__content .content__title sup.sign-tm {
    top: -0.45em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.48em;
    font-size: 0.65em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.57em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.2em;
    font-size: 0.9em; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -1.25em;
    font-size: 0.4em; }
  .footnote-item sup.sign-cr {
    top: 0.1em; } }

@media all and (max-width: 730px) {
  sup.sign-deg {
    top: -0.25em;
    font-size: 0.8em; }
  .wd__content .content__slogan sup.sign-tm {
    top: -0.33em; }
  .wd__content .content__slogan sup.sign-cr {
    top: -0.31em; }
  .wd__content .content__slogan sup.sign-star {
    top: -0.1em;
    font-size: 1.1em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -0.85em;
    font-size: 0.5em; }
  .wd__content .content__title sup.sign-cr {
    top: -0.06em;
    font-size: 0.9em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__content .content__title sup.sign-star {
    top: -0.42em;
    font-size: 0.7em; }
  .wd__content .content__title sup.footnote-num {
    top: -1.3em;
    font-size: 0.4em; }
  .wd__content .content__info sup.sign-cr {
    top: 0.15em;
    font-size: 1.4em; }
  .wd__content .content__info sup.sign-tm {
    top: 0.1em;
    font-size: 1.2em; }
  .wd__content .content__info sup.sign-star {
    top: 0;
    font-size: 1.25em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.7em;
    font-size: 0.6em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-cr {
    top: -0.24em;
    font-size: 0.75em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-tm {
    top: -0.27em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.4em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.3em;
    font-size: 12px; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.11em;
    font-size: 0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.23em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.22em;
    font-size: 0.88em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.2em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0.18em;
    font-size: 1.5em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: 0.08em;
    font-size: 1.6em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.5em;
    font-size: 12px; }
  .section__kv .wd__content .content__title sup.sign-cr {
    top: -0.1em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.43em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.26em; }
  .section__kv .wd__content .content__info sup.sign-tm {
    top: 0;
    font-size: 1em; }
  .section__kv .wd__content .content__info sup.sign-cr {
    top: 0;
    font-size: 1.2em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.06em;
    font-size: 1.2em; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -0.65em;
    font-size: 12px; }
  .footnote-item sup.sign-cr {
    top: 0.03em;
    font-size: 1.1em; } }

.stopScrollbar {
  overflow: hidden; }

#af-header.popHide,
#overview-top-nav.popHide,
.section__comment.popHide,
#asus-api-footer.popHide,
#main-zone #product-footer-zone.popHide {
  display: none !important; }

.modal-button-container {
  z-index: 2147483647; }
  @media (max-width: 720px) {
    .modal-button-container {
      transform: scale(0.8); } }
  .modal-button-container.inner {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .modal-button-container.text-white .modal-button {
    color: #fff; }
  .modal-button-container.text-dark .modal-button {
    color: #000; }
  .modal-button-container.outer {
    position: relative;
    text-align: center; }
    .modal-button-container.outer .modal-button-target {
      top: 50px; }
    @media (max-width: 720px) {
      .modal-button-container.outer .modal-button-target {
        top: 42px; } }
  .modal-button-container button {
    cursor: pointer;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: transparent; }
    .modal-button-container button:focus {
      outline: 0; }
  .modal-button-container .modal-button-text,
  .modal-button-container .modal-inner-text {
    display: block;
    position: relative;
    font-size: 22px;
    pointer-events: none; }
    @media (min-width: 731px) and (max-width: 1279px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        font-size: 18px; } }
    @media (max-width: 730px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        margin-bottom: 8px;
        font-size: 19px; } }
  .modal-button-container .modal-button-target {
    display: none;
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 50%;
    height: 50px;
    transform: translateX(-50%); }
  .modal-button-container .modal-button {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    cursor: pointer;
    margin: 10px 0;
    padding: 0 30px;
    height: 46px;
    font-weight: 200;
    text-align: center;
    border: 0;
    border-style: solid;
    border-width: 3px;
    border-radius: 25px;
    background-color: #000;
    transition: background-color 400ms ease-out, border-color 400ms ease-out, color 400ms ease-out;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    pointer-events: all;
    min-width: 50px;
    line-height: 46px; }

.outer-view {
  transform-origin: 50vw 50vh; }
  .outer-view.animate-scale {
    transform: translateZ(0) translateY(200px) scale(0.96);
    transition: transform 650ms ease-out; }
  .outer-view .modal-button-container.ready .modal-button {
    transform: translate(0, 0) !important; }

.inner-view {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 1000000000;
  top: 0;
  left: 0;
  margin-bottom: -60px;
  margin-left: 0;
  width: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  transform: translateY(110vh);
  transition: transform 750ms linear; }
  .inner-view.killFixed {
    position: relative !important; }
  .inner-view .inner-view-container {
    height: 100%; }
  .inner-view .inner-modal {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 0;
    padding-bottom: 50px;
    width: 100%;
    transition: opacity 250ms;
    min-height: 100vh;
    min-height: var(--safarivh); }
    .inner-view .inner-modal.showed {
      opacity: 1; }
  .inner-view .modal-button-container {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch; }
  .inner-view .modal-button-container {
    position: fixed;
    bottom: -80px;
    left: 0%;
    opacity: 0;
    width: 100%;
    transform: translate3d(0%, 0, 0) translateZ(0);
    transition: transform 400ms ease, opacity 300ms linear; }
  .inner-view.show-inner {
    transform: none !important; }
    .inner-view.show-inner .modal-active {
      display: block;
      visibility: visible; }
    .inner-view.show-inner .modal-button-container {
      opacity: 1;
      transform: translate3d(0%, -130px, 0) translateZ(0);
      transition: transform 300ms ease;
      transition-delay: 1200ms; }
      @media (max-width: 720px) {
        .inner-view.show-inner .modal-button-container {
          transform: translate3d(0%, -110px, 0) translateZ(0) scale(0.8); } }

@media (min-width: 731px) and (max-width: 1279px) {
  .modal-button-container.inner {
    bottom: 20px; } }

@media (max-width: 730px) {
  .modal-button-container .modal-button {
    text-align: center; }
  .modal-button-container.inner {
    bottom: 9px; } }

html.stop-scrolling {
  overflow: hidden; }

body {
  background-attachment: scroll !important;
  -moz-osx-font-smoothing: grayscale; }

#CMD {
  -webkit-transition-duration: 700ms;
  -khtml-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -ms-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-property: opacity;
  -khtml-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -khtml-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  position: relative;
  z-index: 1 !important;
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
  -webkit-tap-highlight-color: transparent; }
  @media all and (min-width: 1px) {
    #CMD {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@media all and (max-width: 720px) {
  #CMD {
    margin-bottom: 0; } }

.fix_ie_png {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#0fff, endColorstr=#0fff); }

@media all and (min-width: 1280px) {
  .clear__background__src {
    background-image: none !important; } }

section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 2560px; }
  @media all and (min-width: 731px) and (max-width: 1279px) {
    section {
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 1279px; } }
  @media all and (min-width: 0) and (max-width: 730px) {
    section {
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 730px; } }

.progressive-image {
  background-image: none !important; }

@media all and (min-width: 1px) {
  .grace-show {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 800ms; }
    .grace-show.show {
      transform: translate3d(0, 0, 0);
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      will-change: opacity; }
    .grace-show.animated {
      transform: none;
      will-change: null; } }

.in.moving__element {
  will-change: transform, opacity; }

.smooth__animation {
  -webkit-transition-duration: 1.25s, 1.25s;
  -khtml-transition-duration: 1.25s, 1.25s;
  -moz-transition-duration: 1.25s, 1.25s;
  -ms-transition-duration: 1.25s, 1.25s;
  -o-transition-duration: 1.25s, 1.25s;
  transition-duration: 1.25s, 1.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.smooth__animation-fast {
  -webkit-transition-duration: 400ms, 400ms;
  -khtml-transition-duration: 400ms, 400ms;
  -moz-transition-duration: 400ms, 400ms;
  -ms-transition-duration: 400ms, 400ms;
  -o-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.wd__animation__easeout {
  -webkit-transition-duration: 500ms, 500ms;
  -khtml-transition-duration: 500ms, 500ms;
  -moz-transition-duration: 500ms, 500ms;
  -ms-transition-duration: 500ms, 500ms;
  -o-transition-duration: 500ms, 500ms;
  transition-duration: 500ms, 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-property: all; }

.wd__animation__easeout__slow {
  -webkit-transition-duration: 1200ms, 1200ms;
  -khtml-transition-duration: 1200ms, 1200ms;
  -moz-transition-duration: 1200ms, 1200ms;
  -ms-transition-duration: 1200ms, 1200ms;
  -o-transition-duration: 1200ms, 1200ms;
  transition-duration: 1200ms, 1200ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

.wd__animation__easeout-fast {
  -webkit-transition-duration: 400ms, 400ms;
  -khtml-transition-duration: 400ms, 400ms;
  -moz-transition-duration: 400ms, 400ms;
  -ms-transition-duration: 400ms, 400ms;
  -o-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 400ms;
  -moz-transition-property: all; }

@keyframes ripple {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes wifiRipple {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes soundCirclePlay {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  10% {
    opacity: 0.6; }
  50% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 0;
    transform: scale(0.2); } }

@keyframes soundRipple {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    opacity: 0;
    transform: scale(0, 0); } }

@keyframes disappearAndAppear {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes ballRotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.wd__content.text__animation > span, .wd__content.text__animation > div, .wd__content.text__animation > figure, .wd__content.text__animation > img, .wd__content.text__animation > a {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.wd__content.text__animation.text-showed .content__slogan,
.wd__content.text__animation.text-showed .content__title,
.wd__content.text__animation.text-showed .content__info,
.wd__content.text__animation.text-showed .content__comment,
.wd__content.text__animation.text-showed .content__link,
.wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

.inner-modal .wd__content.text__animation .content__slogan, .inner-modal .wd__content.text__animation .content__title, .inner-modal .wd__content.text__animation .content__info, .inner-modal .wd__content.text__animation .content__comment, .inner-modal .wd__content.text__animation .content__link, .inner-modal .wd__content.text__animation .wd__feature__list {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.inner-modal .wd__content.text__animation.text-showed .content__slogan,
.inner-modal .wd__content.text__animation.text-showed .content__title,
.inner-modal .wd__content.text__animation.text-showed .content__info,
.inner-modal .wd__content.text__animation.text-showed .content__comment,
.inner-modal .wd__content.text__animation.text-showed .content__link,
.inner-modal .wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

@keyframes fansRotateLeft {
  100% {
    transform: rotate(-360deg); } }

@keyframes fansRotateRight {
  100% {
    transform: rotate(360deg); } }

.wd__section .slick-dots {
  margin-right: auto;
  margin-left: auto; }

#overview-top-nav {
  display: none; }

#CMD .outer-view {
  margin-top: 56px \9  !important; }

#main-zone #overview-top-nav .inner {
  padding: 0; }

#product-footer-zone {
  margin-top: 0 !important; }

#main-zone > .container {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important; }
  #main-zone > .container .overview-wrapper {
    width: 100% !important; }

#ctl00_ContentPlaceHolder1_ctl00_span_model_name img {
  max-width: 100%; }

#special-sectionOverview {
  margin-top: 0; }

@media all and (min-width: 769px) {
  #CMD .outer-view {
    margin-top: 0; } }

@media (max-width: 959px) and (min-width: 731px) {
  #af-header,
  #af-header .af-inner,
  body #asus-api-footer {
    min-width: 100%;
    width: 100%; }
  #main-zone > .container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; } }

@media all and (max-width: 730px) {
  #special-sectionOverview {
    margin-top: 0; }
  #CMD {
    margin-top: 0 !important; }
  #main-zone,
  #main-zone-5,
  #main-zone-3,
  #main-zone-4,
  #main-zone-6 {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

#overview-top-nav .inner .nav > li.has-submenu > a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFIGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDUtMjFUMTQ6MTk6MzgrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTA1LTIxVDE0OjIyOjAyKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA1LTIxVDE0OjIyOjAyKzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmU2ZmNmNTc0LWE0YWUtNDZkMC05MzUyLTZiMjViMjdlYmQyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDplNmZjZjU3NC1hNGFlLTQ2ZDAtOTM1Mi02YjI1YjI3ZWJkMjMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNmZjZjU3NC1hNGFlLTQ2ZDAtOTM1Mi02YjI1YjI3ZWJkMjMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmU2ZmNmNTc0LWE0YWUtNDZkMC05MzUyLTZiMjViMjdlYmQyMyIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0yMVQxNDoxOTozOCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+moGVIwAAAJVJREFUGJVtkCELAkEQRt95cF3kmpisZn+Zf8FusVttJi1mu2CziFgMolguCM8yh8t6AwvLvvcNO1OodNQAeAGfHPQ65ClwAXZA9UfV9EzUp7/aqGXqpPJQvYY4V49xX6lFHqjVUwjLpME53hZpoFQPAdbZF8bqLdisDfTVRt2rVTZTO9dD3aoUsdYRcAearh0DdbD3FwUC138WqUD3AAAAAElFTkSuQmCC"); }

#overview-top-nav.to-submenu .inner .features-menu .close-btn {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzYwLCAyMDIwLzAyLzEzLTAxOjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDYtMTdUMTQ6MzQ6MzQrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTA2LTE3VDE0OjM0OjUzKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA2LTE3VDE0OjM0OjUzKzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMwNWI5NTg0LTQyZjAtNDVlYy1iMjIxLWY4ODAxZjQxODcwNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMDViOTU4NC00MmYwLTQ1ZWMtYjIyMS1mODgwMWY0MTg3MDQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMDViOTU4NC00MmYwLTQ1ZWMtYjIyMS1mODgwMWY0MTg3MDQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwNWI5NTg0LTQyZjAtNDVlYy1iMjIxLWY4ODAxZjQxODcwNCIgc3RFdnQ6d2hlbj0iMjAyMC0wNi0xN1QxNDozNDozNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Lv/Y4AAAAJJJREFUKJF1kcENhEAIRR9TgSVYgi1YCIlW5iYUoiXYwbZgCXthNkgYToT/PhAQM/sCM7Cr6ocizGwDDuBuwOT1w4URDDA3YAWeypTgB1jFhQU4w7S9N4iwqt4SumUTGQaQqBSmFwzQUrclTZi89o+40pZ27gYIJ5cBvHp+ZpNUcN+5ul4bwQCev/7UgKuCB6brB24YT+NnPIKZAAAAAElFTkSuQmCC"); }

@media (max-width: 768px) and (min-width: 720px) {
  #rog_black_style .page-title {
    background: #222 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABWCAYAAAAjbNN8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF52lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA1LTExVDE1OjI5OjUyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYmYzM2VmNi05ODYwLTQ2ZGItODU2NC1kMzU1ODE4Y2FkMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThERTEwNzlFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OERFMTA3OUVFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4REUxMDc2RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4REUxMDc3RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFiZjMzZWY2LTk4NjAtNDZkYi04NTY0LWQzNTU4MThjYWQxOCIgc3RFdnQ6d2hlbj0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkzXgSYAAAJqSURBVHic7dzRbdNQGIbhN4gBvAEdwUzQdAPYIEwATEA2KJ2AjJANajYwG3gEbxAuTi5ycWpO8UnPl1/fI1WqHFv6pVc+SWPXm9PptAUGTNK71gPYMgcS50DiHEicA4lzIHEOJM6BxDmQOAcS50DiHEicA4lzIHEOJM6BxDmQuGiBtsCp4GffZrzXixioxP01h6jpfesBrughs+0R6N94jlUiBxoy2+bCYz8Bv4Cuzij/ZQQeoi1xtXylbRxIZ/rOgfKm1gOcjZGXuDW+A39ov8QNkQM9Z7b1hcfOwM9ag6wRLdB88fu2cD9p0QIdgA8snykT8PQGs1QRLdBMev8Iw5/ixDmQOAcS50DiHEicA4lzIHEOJC7aH6qQruX0C69PwJEb+bonWqAd6ULbv9wDX647Sh3Rlri7yvs1F+0MurTJbHum/MaSnrbXgyZgihxojT3wo/EMM/Ax2hJXi8JtWR2+J+FFv1sPQDqDDl7i8vakj+Jdwxkmgr8HnVYeP9YYYq1oS9xUeb/mop1BB9La3S/sM5GWr5uw8fPitEVb4sJxIHEOJM6BxDmQOAcS50DiHEhctG8SOtJ1nH5hn4n03w3j1aepIFqgHfCtYL8O+HzNQWqJFqi7+H3IvN6f9+kyr0mKFuhS7jkJpfckdKSzsas2zeuNwDFyoDUeSYFa83MSXnDXeoCz3oHynmh/5+lI8HsStpltXeGxR0Qu6kUOlHtOws2JtsQNhfsp3FZVJNoZNJC/5fdmRTuDwnEgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcX8BVn1OSUK1/rIAAAAASUVORK5CYII=") 96% center no-repeat;
    background-size: 48px; } }

@media (max-width: 719px) {
  #overview-top-nav .page-title {
    background: #222 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABWCAYAAAAjbNN8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF52lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA1LTExVDE1OjI5OjUyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYmYzM2VmNi05ODYwLTQ2ZGItODU2NC1kMzU1ODE4Y2FkMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThERTEwNzlFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OERFMTA3OUVFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4REUxMDc2RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4REUxMDc3RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFiZjMzZWY2LTk4NjAtNDZkYi04NTY0LWQzNTU4MThjYWQxOCIgc3RFdnQ6d2hlbj0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkzXgSYAAAJqSURBVHic7dzRbdNQGIbhN4gBvAEdwUzQdAPYIEwATEA2KJ2AjJANajYwG3gEbxAuTi5ycWpO8UnPl1/fI1WqHFv6pVc+SWPXm9PptAUGTNK71gPYMgcS50DiHEicA4lzIHEOJM6BxDmQOAcS50DiHEicA4lzIHEOJM6BxDmQuGiBtsCp4GffZrzXixioxP01h6jpfesBrughs+0R6N94jlUiBxoy2+bCYz8Bv4Cuzij/ZQQeoi1xtXylbRxIZ/rOgfKm1gOcjZGXuDW+A39ov8QNkQM9Z7b1hcfOwM9ag6wRLdB88fu2cD9p0QIdgA8snykT8PQGs1QRLdBMev8Iw5/ixDmQOAcS50DiHEicA4lzIHEOJC7aH6qQruX0C69PwJEb+bonWqAd6ULbv9wDX647Sh3Rlri7yvs1F+0MurTJbHum/MaSnrbXgyZgihxojT3wo/EMM/Ax2hJXi8JtWR2+J+FFv1sPQDqDDl7i8vakj+Jdwxkmgr8HnVYeP9YYYq1oS9xUeb/mop1BB9La3S/sM5GWr5uw8fPitEVb4sJxIHEOJM6BxDmQOAcS50DiHEhctG8SOtJ1nH5hn4n03w3j1aepIFqgHfCtYL8O+HzNQWqJFqi7+H3IvN6f9+kyr0mKFuhS7jkJpfckdKSzsas2zeuNwDFyoDUeSYFa83MSXnDXeoCz3oHynmh/5+lI8HsStpltXeGxR0Qu6kUOlHtOws2JtsQNhfsp3FZVJNoZNJC/5fdmRTuDwnEgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcX8BVn1OSUK1/rIAAAAASUVORK5CYII=") 96% center no-repeat;
    background-size: 48px; } }

@media (max-width: 768px) and (min-width: 0) {
  body#rog_black_style #overview-top-nav .nav-tabs > .active {
    background-color: #222 !important; }
  body #overview-top-nav .inner .features-menu .nav-sub > li.active {
    background: #222 !important; } }

.wd__section .large__text-center {
  text-align: center; }
  .wd__section .large__text-center.wd__content {
    margin-left: auto;
    margin-right: auto; }
    .wd__section .large__text-center.wd__content .content__comment,
    .wd__section .large__text-center.wd__content .content__info,
    .wd__section .large__text-center.wd__content .content__link,
    .wd__section .large__text-center.wd__content .content__slogan,
    .wd__section .large__text-center.wd__content .content__title {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .large__text-center.wd__content .content__slogan:after {
      margin-left: auto;
      margin-right: auto; }
    .wd__section .large__text-center.wd__content .content__title:after {
      margin: 0 auto;
      text-align: center; }

.wd__section .large__text-left.wd__content {
  text-align: left; }
  .wd__section .large__text-left.wd__content .content__comment,
  .wd__section .large__text-left.wd__content .content__info,
  .wd__section .large__text-left.wd__content .content__link,
  .wd__section .large__text-left.wd__content .content__slogan,
  .wd__section .large__text-left.wd__content .content__title {
    text-align: left;
    margin-left: 0; }
  .wd__section .large__text-left.wd__content .content__slogan:after {
    left: 0;
    margin-left: 0px; }
  .wd__section .large__text-left.wd__content .content__title:after {
    margin-left: 0;
    text-align: left; }

.wd__section .large__text-left.wd__feature__list {
  text-align: left; }
  .wd__section .large__text-left.wd__feature__list .wd__feature {
    margin-left: 0;
    margin-right: 50px; }

.wd__section .large__text-right.wd__content {
  text-align: right; }
  .wd__section .large__text-right.wd__content .content__slogan:after {
    right: 0;
    margin-right: 0px; }

.wd__section .large__text-right.wd__feature__list {
  text-align: right; }
  .wd__section .large__text-right.wd__feature__list .wd__feature {
    margin-left: 50px;
    margin-right: 0; }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .wd__section .medium__text-left.wd__content {
    text-align: left;
    left: 0; }
    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
      text-align: left;
      margin-left: 0; }
    .wd__section .medium__text-left.wd__content .content__slogan:after {
      margin-left: 0px; }
  .wd__section .medium__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .medium__text-left.wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 50px; }
  .wd__section .medium__text-center.wd__content {
    text-align: center;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__slogan:after {
      margin-left: auto;
      margin-right: auto; }
  .wd__section .medium__text-center.wd__feature__list {
    text-align: center; }
    .wd__section .medium__text-center.wd__feature__list .wd__feature {
      margin-left: 30px;
      margin-right: 30px; }
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__data,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; } }

@media all and (max-width: 730px) {
  .wd__section .small__text-left.wd__content {
    text-align: left;
    left: 0; }
    .wd__section .small__text-left.wd__content .content__comment,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__slogan,
    .wd__section .small__text-left.wd__content .content__title {
      text-align: left;
      margin-left: 0; }
    .wd__section .small__text-left.wd__content .content__slogan:after {
      margin-left: 0; }
  .wd__section .small__text-left.wd__feature__list {
    text-align: center; }
    .wd__section .small__text-left.wd__feature__list .wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 20px; }
  .wd__section .small__text-center {
    text-align: center; }
    .wd__section .small__text-center.wd__content {
      text-align: center;
      left: 0;
      margin-left: auto;
      margin-right: auto; }
      .wd__section .small__text-center.wd__content .content__comment,
      .wd__section .small__text-center.wd__content .content__info,
      .wd__section .small__text-center.wd__content .content__link,
      .wd__section .small__text-center.wd__content .content__slogan,
      .wd__section .small__text-center.wd__content .content__title {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
      .wd__section .small__text-center.wd__content .content__slogan:after {
        margin-left: auto;
        margin-right: auto; }
    .wd__section .small__text-center.wd__feature__list {
      text-align: center; }
      .wd__section .small__text-center.wd__feature__list .wd__feature {
        margin-left: 14px;
        margin-right: 14px; } }

.wd__section .section__content.text-white .wd__content .content__comment,
.wd__section .section__content.text-white .wd__content .content__info,
.wd__section .section__content.text-white .wd__content .content__title {
  color: #fff; }

.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe span,
.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top,
.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
  color: #fff; }

.wd__section .section__content .wd__content.theme-dark .content__comment {
  color: #999; }

.wd__section .section__content .wd__content.theme-dark .content__info,
.wd__section .section__content .wd__content.theme-dark .content__title {
  color: #fff; }

.wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe, .wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe span, .wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top, .wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe, .wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe span, .wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top, .wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.modal-button-container.bg-gray .modal-button-text {
  color: #6f6f6f; }

.modal-button-container.bg-gray .modal-button .modal-button-start-cap, .modal-button-container.bg-gray .modal-button .modal-button-scaler, .modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #6f6f6f; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-start-cap, .modal-button-container.bg-white .modal-button.old__browser .modal-button-copy, .modal-button-container.bg-white .modal-button.old__browser .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button.old__browser .pluscircle-icon {
  background-image: url(/websites/global/productcustomizedTab/8316/v3/features/images/large/1x/icon/icon_modalbtn_gray.png) !important; }

.modal-button-container.bg-white .modal-button .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button .modal-button-start-cap, .modal-button-container.bg-white .modal-button .modal-button-scaler, .modal-button-container.bg-white .modal-button .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button .pluscircle-icon svg path {
  fill: #333; }

.frame_ani .frame_ani-frame {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .frame_ani .frame_ani-frame > div {
    position: absolute;
    background: #c09f7e; }
  .frame_ani .frame_ani-frame .frame-top {
    top: 0;
    left: 0;
    height: 3px; }
  .frame_ani .frame_ani-frame .frame-right {
    top: 0;
    right: 0;
    width: 3px; }
  .frame_ani .frame_ani-frame .frame-bottom {
    right: 0;
    bottom: 0;
    height: 3px; }
  .frame_ani .frame_ani-frame .frame-left {
    bottom: 0;
    left: 0;
    width: 3px; }

.imgInfoListContainer {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .imgInfoListContainer .imgInfoList {
    display: inline-block;
    box-sizing: border-box;
    font-size: 0; }
  .imgInfoListContainer .imgInfoList-item {
    display: inline-block;
    position: relative;
    overflow: visible;
    z-index: 9;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #131313;
    vertical-align: top; }
  .imgInfoListContainer .imgInfoList-item::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    content: ''; }
  .imgInfoListContainer .imgInfoList-img {
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    width: 100%; }
  .imgInfoListContainer .imgInfoList-detail {
    position: relative;
    z-index: 11;
    padding-top: 70px;
    padding-bottom: 53px;
    box-sizing: border-box;
    text-align: left; }
  .imgInfoListContainer .showbox-detail-content {
    width: 100%;
    text-align: center; }
  .imgInfoListContainer .content__title.txtMode,
  .imgInfoListContainer .content__title.txtMode * {
    color: #ceb497;
    font-size: 32px; }
  .imgInfoListContainer .content__title.txtMode span {
    line-height: 1.3; }
  .imgInfoListContainer .content__title + .content__info {
    margin-top: 15px; }
  .imgInfoListContainer .content__info {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.5; }
  .imgInfoListContainer .showbox-detail-moreLink {
    margin-top: 23px;
    color: #ceb497;
    font-size: 16px;
    text-align: center; }
    .imgInfoListContainer .showbox-detail-moreLink a,
    .imgInfoListContainer .showbox-detail-moreLink a:link,
    .imgInfoListContainer .showbox-detail-moreLink a:hover {
      display: inline-block;
      position: relative;
      padding: 10px;
      color: #ceb497; }
  .imgInfoListContainer .imgInfoList-img figure {
    margin-right: auto;
    margin-left: auto;
    width: 500px;
    height: 500px; }

.imgInfoListContainer-rl .imgInfoList-img {
  order: 2; }

.imgInfoListContainer-rl .imgInfoList-detail {
  order: 1; }

.imgInfoListContainer {
  margin-top: 10px; }
  .imgInfoListContainer:nth-child(0) {
    margin-top: 0; }

.imgInfoListContainer .listArrow-prev {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.imgInfoListContainer .listArrow-next {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.imgInfoListContainer .frame_ani .frame_ani-frame {
  z-index: 11; }
  .imgInfoListContainer .frame_ani .frame_ani-frame > div {
    background: #c09f7e; }
  .imgInfoListContainer .frame_ani .frame_ani-frame .frame-top {
    height: 1px; }
  .imgInfoListContainer .frame_ani .frame_ani-frame .frame-right {
    width: 1px; }
  .imgInfoListContainer .frame_ani .frame_ani-frame .frame-bottom {
    height: 1px; }
  .imgInfoListContainer .frame_ani .frame_ani-frame .frame-left {
    width: 1px; }

.imgInfoListContainer .frame_ani.frame_ani-h .frame_ani-frame .frame-top {
  width: 0%;
  opacity: 0;
  transition: width 200ms 200ms, opacity 200ms 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h .frame_ani-frame .frame-right {
  height: 0%;
  transition: height 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h .frame_ani-frame .frame-bottom {
  width: 0%;
  opacity: 0;
  transition: width 200ms 200ms, opacity 200ms 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h .frame_ani-frame .frame-left {
  height: 0%;
  transition: height 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h:hover .frame_ani-frame .frame-top {
  width: 100%;
  opacity: 1;
  transition: width 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h:hover .frame_ani-frame .frame-right {
  height: 100%;
  transition: height 200ms 400ms; }

.imgInfoListContainer .frame_ani.frame_ani-h:hover .frame_ani-frame .frame-bottom {
  width: 100%;
  opacity: 1;
  transition: width 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h:hover .frame_ani-frame .frame-left {
  height: 100%;
  transition: height 200ms 400ms; }

.imgInfoListContainer .frame_ani.frame_ani-v .frame_ani-frame .frame-top {
  width: 0%;
  transition: width 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v .frame_ani-frame .frame-right {
  height: 0%;
  opacity: 0;
  transition: height 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v .frame_ani-frame .frame-bottom {
  width: 0%;
  transition: width 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v .frame_ani-frame .frame-left {
  height: 0%;
  opacity: 0;
  transition: height 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v.active .frame_ani-frame .frame-top, .imgInfoListContainer .frame_ani.frame_ani-v:hover .frame_ani-frame .frame-top {
  width: 100%;
  transition: width 200ms 400ms; }

.imgInfoListContainer .frame_ani.frame_ani-v.active .frame_ani-frame .frame-right, .imgInfoListContainer .frame_ani.frame_ani-v:hover .frame_ani-frame .frame-right {
  height: 100%;
  opacity: 1;
  transition: height 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v.active .frame_ani-frame .frame-bottom, .imgInfoListContainer .frame_ani.frame_ani-v:hover .frame_ani-frame .frame-bottom {
  width: 100%;
  transition: width 200ms 400ms; }

.imgInfoListContainer .frame_ani.frame_ani-v.active .frame_ani-frame .frame-left, .imgInfoListContainer .frame_ani.frame_ani-v:hover .frame_ani-frame .frame-left {
  height: 100%;
  opacity: 1;
  transition: height 200ms 200ms, opacity 200ms; }

@media all and (min-width: 1300px) {
  .imgInfoListContainer {
    margin-top: -62px; } }

@media all and (max-width: 730px) {
  .imgInfoListContainer .listArrow-prev {
    left: 10px;
    margin-left: 0;
    transform: translateY(-50%); }
  .imgInfoListContainer .listArrow-next {
    left: calc(100% - 31px);
    margin-left: 0;
    transform: translateY(-50%); } }

#CMD .loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px; }

#CMD .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

#CMD .inner.one {
  top: 0%;
  left: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #efeffa; }

#CMD .inner.two {
  top: 0%;
  right: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #efeffa; }

#CMD .inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #efeffa; }

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

#CMD .hatch_results {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity 600ms; }
  #CMD .hatch_results.is-hidden {
    opacity: 0;
    pointer-events: none; }
  #CMD .hatch_results.hidden-end {
    display: none; }
  #CMD .hatch_results.is-error .results_container .container_error {
    display: block; }
  #CMD .hatch_results.is-loading .results_container .container_loading {
    display: block; }
  #CMD .hatch_results .container_error,
  #CMD .hatch_results .container_loading {
    display: none; }
  #CMD .hatch_results .button-close {
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    top: 22px;
    right: 22px;
    opacity: 0.7;
    width: 32px;
    height: 32px;
    transition: opacity 200ms; }
    #CMD .hatch_results .button-close:hover {
      opacity: 1; }
    #CMD .hatch_results .button-close::before, #CMD .hatch_results .button-close::after {
      position: absolute;
      left: 15px;
      width: 2px;
      height: 24px;
      background-color: #333;
      content: ' '; }
    #CMD .hatch_results .button-close::before {
      transform: rotate(45deg); }
    #CMD .hatch_results .button-close::after {
      transform: rotate(-45deg); }

#CMD .results_container {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  box-sizing: border-box;
  width: 1050px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  transform: translate(-50%, -50%);
  min-height: 300px; }
  #CMD .results_container .container_error {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    text-align: center;
    transform: translate(-50%, -50%); }
    #CMD .results_container .container_error .text_error {
      font-size: 30px; }
  #CMD .results_container .container_retailers {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    font-size: 0; }
  #CMD .results_container .product_info,
  #CMD .results_container .retailer_list {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
  #CMD .results_container .product_info {
    width: 30%; }
    #CMD .results_container .product_info::after {
      display: block;
      position: absolute;
      top: 0;
      right: -23px;
      width: 1px;
      height: 100%;
      background-color: #dcdcdc;
      content: ''; }
    #CMD .results_container .product_info .product-img {
      display: block;
      position: relative;
      left: 50%;
      margin-bottom: 30px;
      margin-left: -157px;
      width: 314px;
      height: 224px;
      background-repeat: no-repeat;
      background-size: contain; }
    #CMD .results_container .product_info .product-title {
      display: block;
      position: relative;
      margin-bottom: 21px;
      padding: 0 10px;
      color: #333;
      font-size: 20px;
      text-align: center;
      line-height: 1.35; }
    #CMD .results_container .product_info .product-specs {
      display: block;
      position: relative;
      margin: 0;
      padding: 0 21px 0 15px;
      text-align: left; }
      #CMD .results_container .product_info .product-specs li {
        list-style-type: disc;
        margin-bottom: 4px;
        color: #333;
        font-size: 17px;
        line-height: 1.4; }
  #CMD .results_container .retailer_list {
    width: 70%; }
    #CMD .results_container .retailer_list .retailer {
      display: inline-block;
      margin: 7px 7px 17px;
      padding: 13px;
      text-align: center;
      border-radius: 3px;
      background: #fff;
      transition: opacity 300ms;
      box-shadow: 3px 2px 13px #d5d5d5; }
      #CMD .results_container .retailer_list .retailer:hover {
        opacity: 0.7; }
    #CMD .results_container .retailer_list .retailer-logo {
      display: inline-block;
      width: 150px;
      height: 50px; }
    #CMD .results_container .retailer_list .retailer-price {
      display: block;
      margin-top: 6px;
      width: 100%;
      color: #333;
      font-size: 17px;
      text-align: center; }
    #CMD .results_container .retailer_list .retailer-stock {
      display: block;
      margin-top: -1px;
      width: 100%;
      color: #333;
      font-size: 17px;
      text-align: center; }
      #CMD .results_container .retailer_list .retailer-stock.stock-out {
        color: #e10000; }

@media all and (min-width: 1280px) {
  #CMD .hatch_results .results_container .retailer_list {
    padding: 0 40px 0 63px;
    box-sizing: border-box;
    text-align: left; } }

@media all and (max-width: 1279px) and (min-width: 731px) {
  #CMD .hatch_results .button-close {
    top: 12px;
    right: 12px; }
  #CMD .results_container {
    overflow: hidden;
    padding: 42px 0 40px;
    width: 85%;
    max-width: 920px;
    max-height: unset;
    text-align: left; }
    #CMD .results_container .container_retailers {
      overflow: scroll; }
      #CMD .results_container .container_retailers .product_info {
        left: 28px; }
        #CMD .results_container .container_retailers .product_info::after {
          right: -32px; }
        #CMD .results_container .container_retailers .product_info .product-img {
          left: 0;
          margin-right: auto;
          margin-bottom: 25px;
          margin-left: auto;
          padding-bottom: 71%;
          width: 100%;
          height: 0; }
        #CMD .results_container .container_retailers .product_info .product-title {
          margin-bottom: 16px;
          font-size: 20px; }
        #CMD .results_container .container_retailers .product_info .product-specs {
          left: 10px;
          padding: 0 5px; }
          #CMD .results_container .container_retailers .product_info .product-specs li {
            list-style-type: disc;
            margin-bottom: 5px;
            font-size: 16px;
            line-height: 1.35; }
      #CMD .results_container .container_retailers .retailer_list {
        top: 6px;
        padding: 0 29px 0 75px;
        box-sizing: border-box;
        text-align: left; }
        #CMD .results_container .container_retailers .retailer_list .retailer {
          margin: 0 8px 45px;
          width: 126px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-logo {
            width: 110px;
            height: 42px;
            min-width: 110px;
            min-height: 42px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-price {
            margin-top: 5px;
            font-size: 17px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-stock {
            margin-top: -1px;
            font-size: 17px; } }

@media all and (max-width: 730px) {
  #CMD .hatch_results .button-close {
    top: 12px;
    right: 12px; }
    #CMD .hatch_results .button-close::before, #CMD .hatch_results .button-close::after {
      left: 15px;
      width: 2px;
      height: 22px; }
  #CMD .results_container {
    padding: 0;
    width: 85%;
    text-align: left; }
    #CMD .results_container .container_retailers {
      overflow: scroll;
      max-height: 80vh; }
      #CMD .results_container .container_retailers .product_info {
        display: block;
        margin-top: 35px;
        margin-right: auto;
        margin-bottom: 31px;
        margin-left: auto;
        padding-bottom: 31px;
        width: 90%;
        text-align: center; }
        #CMD .results_container .container_retailers .product_info::after {
          top: unset;
          right: unset;
          bottom: 0;
          left: -10%;
          width: 120%;
          height: 1px; }
        #CMD .results_container .container_retailers .product_info .product-img {
          display: block;
          left: 0;
          margin: 0 auto;
          width: 238px;
          height: 170px; }
        #CMD .results_container .container_retailers .product_info .product-title {
          display: block;
          margin: 10px auto 0;
          box-sizing: border-box;
          width: 100%;
          font-size: 16px;
          text-align: center; }
        #CMD .results_container .container_retailers .product_info .product-specs {
          display: none; }
      #CMD .results_container .container_retailers .retailer_list {
        padding-bottom: 30px;
        width: 100%;
        text-align: center; }
        #CMD .results_container .container_retailers .retailer_list .retailer {
          margin: 0 9px 25px;
          min-width: 135px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-logo {
            width: 92px;
            height: 33px;
            min-width: unset;
            min-height: unset; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-price {
            margin-top: 4px;
            font-size: 15px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-stock {
            margin-top: -2px;
            font-size: 15px; } }

.lity {
  z-index: 999999; }

section {
  position: relative;
  width: 100%; }

.section__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%; }

section.no-pad {
  padding: 0; }

section.no-pad-bot {
  padding-bottom: 0; }

section.no-pad-top {
  padding-top: 0; }

#CMD .row {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  #CMD .row:after {
    content: "";
    display: table;
    clear: both; }
  #CMD .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
    #CMD .row .col[class*="push-"], #CMD .row .col[class*="pull-"] {
      position: relative; }
    #CMD .row .col.l1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.offset-l1 {
      margin-left: 8.33333%; }
    #CMD .row .col.pull-l1 {
      right: 8.33333%; }
    #CMD .row .col.push-l1 {
      left: 8.33333%; }
    #CMD .row .col.offset-l2 {
      margin-left: 16.66667%; }
    #CMD .row .col.pull-l2 {
      right: 16.66667%; }
    #CMD .row .col.push-l2 {
      left: 16.66667%; }
    #CMD .row .col.offset-l3 {
      margin-left: 25%; }
    #CMD .row .col.pull-l3 {
      right: 25%; }
    #CMD .row .col.push-l3 {
      left: 25%; }
    #CMD .row .col.offset-l4 {
      margin-left: 33.33333%; }
    #CMD .row .col.pull-l4 {
      right: 33.33333%; }
    #CMD .row .col.push-l4 {
      left: 33.33333%; }
    #CMD .row .col.offset-l5 {
      margin-left: 41.66667%; }
    #CMD .row .col.pull-l5 {
      right: 41.66667%; }
    #CMD .row .col.push-l5 {
      left: 41.66667%; }
    #CMD .row .col.offset-l6 {
      margin-left: 50%; }
    #CMD .row .col.pull-l6 {
      right: 50%; }
    #CMD .row .col.push-l6 {
      left: 50%; }
    #CMD .row .col.offset-l7 {
      margin-left: 58.33333%; }
    #CMD .row .col.pull-l7 {
      right: 58.33333%; }
    #CMD .row .col.push-l7 {
      left: 58.33333%; }
    #CMD .row .col.offset-l8 {
      margin-left: 66.66667%; }
    #CMD .row .col.pull-l8 {
      right: 66.66667%; }
    #CMD .row .col.push-l8 {
      left: 66.66667%; }
    #CMD .row .col.offset-l9 {
      margin-left: 75%; }
    #CMD .row .col.pull-l9 {
      right: 75%; }
    #CMD .row .col.push-l9 {
      left: 75%; }
    #CMD .row .col.offset-l10 {
      margin-left: 83.33333%; }
    #CMD .row .col.pull-l10 {
      right: 83.33333%; }
    #CMD .row .col.push-l10 {
      left: 83.33333%; }
    #CMD .row .col.offset-l11 {
      margin-left: 91.66667%; }
    #CMD .row .col.pull-l11 {
      right: 91.66667%; }
    #CMD .row .col.push-l11 {
      left: 91.66667%; }
    #CMD .row .col.offset-l12 {
      margin-left: 100%; }
    #CMD .row .col.pull-l12 {
      right: 100%; }
    #CMD .row .col.push-l12 {
      left: 100%; }
    @media only screen and (min-width: 731px) and (max-width: 1279px) {
      #CMD .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-m1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-m1 {
        right: 8.33333%; }
      #CMD .row .col.push-m1 {
        left: 8.33333%; }
      #CMD .row .col.offset-m2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-m2 {
        right: 16.66667%; }
      #CMD .row .col.push-m2 {
        left: 16.66667%; }
      #CMD .row .col.offset-m3 {
        margin-left: 25%; }
      #CMD .row .col.pull-m3 {
        right: 25%; }
      #CMD .row .col.push-m3 {
        left: 25%; }
      #CMD .row .col.offset-m4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-m4 {
        right: 33.33333%; }
      #CMD .row .col.push-m4 {
        left: 33.33333%; }
      #CMD .row .col.offset-m5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-m5 {
        right: 41.66667%; }
      #CMD .row .col.push-m5 {
        left: 41.66667%; }
      #CMD .row .col.offset-m6 {
        margin-left: 50%; }
      #CMD .row .col.pull-m6 {
        right: 50%; }
      #CMD .row .col.push-m6 {
        left: 50%; }
      #CMD .row .col.offset-m7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-m7 {
        right: 58.33333%; }
      #CMD .row .col.push-m7 {
        left: 58.33333%; }
      #CMD .row .col.offset-m8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-m8 {
        right: 66.66667%; }
      #CMD .row .col.push-m8 {
        left: 66.66667%; }
      #CMD .row .col.offset-m9 {
        margin-left: 75%; }
      #CMD .row .col.pull-m9 {
        right: 75%; }
      #CMD .row .col.push-m9 {
        left: 75%; }
      #CMD .row .col.offset-m10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-m10 {
        right: 83.33333%; }
      #CMD .row .col.push-m10 {
        left: 83.33333%; }
      #CMD .row .col.offset-m11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-m11 {
        right: 91.66667%; }
      #CMD .row .col.push-m11 {
        left: 91.66667%; }
      #CMD .row .col.offset-m12 {
        margin-left: 100%; }
      #CMD .row .col.pull-m12 {
        right: 100%; }
      #CMD .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (max-width: 730px) {
      #CMD .row .col.s1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-s1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-s1 {
        right: 8.33333%; }
      #CMD .row .col.push-s1 {
        left: 8.33333%; }
      #CMD .row .col.offset-s2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-s2 {
        right: 16.66667%; }
      #CMD .row .col.push-s2 {
        left: 16.66667%; }
      #CMD .row .col.offset-s3 {
        margin-left: 25%; }
      #CMD .row .col.pull-s3 {
        right: 25%; }
      #CMD .row .col.push-s3 {
        left: 25%; }
      #CMD .row .col.offset-s4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-s4 {
        right: 33.33333%; }
      #CMD .row .col.push-s4 {
        left: 33.33333%; }
      #CMD .row .col.offset-s5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-s5 {
        right: 41.66667%; }
      #CMD .row .col.push-s5 {
        left: 41.66667%; }
      #CMD .row .col.offset-s6 {
        margin-left: 50%; }
      #CMD .row .col.pull-s6 {
        right: 50%; }
      #CMD .row .col.push-s6 {
        left: 50%; }
      #CMD .row .col.offset-s7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-s7 {
        right: 58.33333%; }
      #CMD .row .col.push-s7 {
        left: 58.33333%; }
      #CMD .row .col.offset-s8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-s8 {
        right: 66.66667%; }
      #CMD .row .col.push-s8 {
        left: 66.66667%; }
      #CMD .row .col.offset-s9 {
        margin-left: 75%; }
      #CMD .row .col.pull-s9 {
        right: 75%; }
      #CMD .row .col.push-s9 {
        left: 75%; }
      #CMD .row .col.offset-s10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-s10 {
        right: 83.33333%; }
      #CMD .row .col.push-s10 {
        left: 83.33333%; }
      #CMD .row .col.offset-s11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-s11 {
        right: 91.66667%; }
      #CMD .row .col.push-s11 {
        left: 91.66667%; }
      #CMD .row .col.offset-s12 {
        margin-left: 100%; }
      #CMD .row .col.pull-s12 {
        right: 100%; }
      #CMD .row .col.push-s12 {
        left: 100%; } }

.productGridTableCollection {
  position: relative; }
  .productGridTableCollection.item-hide {
    display: none !important; }
  .productGridTableCollection .anchor {
    position: absolute;
    z-index: 99;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 1px;
    border: 1px solid transparent; }
  .productGridTableCollection .productGridTable {
    position: relative; }
  .productGridTableCollection .productGridTable-item {
    text-align: left; }
  .productGridTableCollection .itemImgContainer .img {
    background-size: contain; }
  .productGridTableCollection .itemInfoContainer .itemInfoContent {
    text-align: left; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent .img__pd-logo {
      background-size: contain; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-title {
      color: #333;
      font-size: 40px; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-info {
      color: #333;
      font-size: 17px;
      line-height: 1.2; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point {
      margin-top: 18px;
      margin-bottom: 7px;
      font-size: 17px;
      line-height: 1.4; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point li {
        margin-bottom: 6px;
        color: #333;
        line-height: 1.4; }
        .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point li:last-child {
          margin-bottom: 0; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point sup.sign-cr {
        top: 0;
        font-size: 1em; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point sup.sign-tm {
        top: 0;
        font-size: 1em; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point sup.footnote-num {
        top: -0.6em;
        font-size: 0.6em; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent .itemComment-item {
      color: #7f7f7f; }
  .productGridTableCollection .itemInfoContainer .itemAction {
    text-align: left; }
    .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
      display: inline-block;
      margin-top: 15px;
      font-size: 17px;
      line-height: 27px;
      text-decoration: none;
      vertical-align: top; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
          margin-top: 16px;
          margin-right: 24px; }
          .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:last-child {
            margin-right: 0; } }
      @media all and (max-width: 730px) {
        .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
          margin-top: 10px;
          font-size: 15.5px;
          line-height: 24px; } }
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link span {
        display: inline;
        border-bottom: 1px solid transparent;
        color: #147ae2; }
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link *,
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:active span,
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:link span,
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:visited span {
        border-bottom: 1px solid transparent; }
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:hover span {
        border-bottom: 1px solid #147ae2; }
    .productGridTableCollection .itemInfoContainer .itemAction .wd__link__arrow::after {
      content: '>';
      padding-left: 7px;
      color: #147ae2; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .productGridTableCollection .itemInfoContainer .itemAction .wd__link__arrow::after {
          padding-left: 3px; } }
      @media all and (max-width: 730px) {
        .productGridTableCollection .itemInfoContainer .itemAction .wd__link__arrow::after {
          padding-left: 4px; } }

@media all and (min-width: 1280px) {
  .productGridTableCollection .productGridTable-item {
    vertical-align: middle;
    min-height: 420px;
    padding: 80px 0; }
  .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
    margin-right: 24px; }
  .productGridTableCollection .itemAction__3d {
    margin-left: -2px; }
  .productGridTableCollection .itemImgContainer {
    display: inline-block;
    position: relative;
    width: 640px;
    height: 420px;
    vertical-align: middle; }
    .productGridTableCollection .itemImgContainer .img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .productGridTableCollection .itemInfoContainer {
    display: inline-block;
    position: relative;
    width: 600px;
    min-height: 300px;
    vertical-align: middle; }
    .productGridTableCollection .itemInfoContainer .itemInfo-point {
      position: relative;
      left: 19px;
      width: 420px; }
  .productGridTableCollection .productGridTable-item.odd .itemInfoContainer {
    left: 756px; }
  .productGridTableCollection .productGridTable-item.odd .itemImgContainer {
    left: -582px; }
    .productGridTableCollection .productGridTable-item.odd .itemImgContainer .img {
      position: absolute; }
  .productGridTableCollection .productGridTable-item.even .itemInfoContainer {
    left: 68px; }
    .productGridTableCollection .productGridTable-item.even .itemInfoContainer .itemInfoContent {
      width: 453px; }
  .productGridTableCollection .productGridTable-item.even .itemImgContainer {
    left: -78px; }
    .productGridTableCollection .productGridTable-item.even .itemImgContainer .img {
      position: absolute;
      left: 49px; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .productGridTableCollection {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ececec; }
    .productGridTableCollection .anchor {
      top: -47px; }
  .productGridTableCollection .productGridTable .productGridTable-item {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
  .productGridTableCollection .productGridTable .productGridTable-item .itemInfoContainer {
    position: relative;
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
    width: 570px; }
    .productGridTableCollection .productGridTable .productGridTable-item .itemInfoContainer .img__pd-logo {
      margin-left: 0; }
    .productGridTableCollection .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-point {
      position: relative;
      left: 3px;
      width: 95.8%; }
      .productGridTableCollection .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-point sup.footnote-num {
        top: -5px;
        font-size: 12px; }
  .productGridTableCollection .productGridTable .productGridTable-item .itemImgContainer {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%; }
    .productGridTableCollection .productGridTable .productGridTable-item .itemImgContainer .img__pd {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0); } }

@media all and (max-width: 730px) {
  .productGridTableCollection {
    padding-top: 36px;
    padding-bottom: 36px; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent {
      margin-right: auto;
      margin-left: auto;
      width: 89.5%; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-title {
        font-size: 28px; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-info {
        margin-top: 7px;
        font-size: 20px;
        line-height: 1.2; }
        .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-info sup.footnote-num {
          top: -5px;
          font-size: 12px; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point {
        position: relative;
        left: 17px;
        margin-top: 18px;
        margin-bottom: 8px;
        width: 96%;
        font-size: 16px;
        line-height: 1.4; }
        .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point li {
          margin-bottom: 8px; }
          .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point li:last-child {
            margin-bottom: 0; }
        .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-point sup.footnote-num {
          top: -5px;
          font-size: 12px; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemCommnet {
        margin-top: 10px; }
        .productGridTableCollection .itemInfoContainer .itemInfoContent .itemCommnet .itemComment-item {
          font-size: 12px; }
    .productGridTableCollection .itemInfoContainer .itemAction {
      margin-top: 4px;
      margin-right: auto;
      margin-left: auto;
      width: 100%; }
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
        margin-right: 22px; }
        .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:last-child {
          margin-right: 0; }
      .productGridTableCollection .itemInfoContainer .itemAction .icon-3d {
        width: 32px;
        height: 24px;
        background-size: contain; }
    .productGridTableCollection .itemImgContainer {
      margin-top: 36px; }
    .productGridTableCollection .productGridTable {
      margin-top: 74px; }
      .productGridTableCollection .productGridTable .productGridTable-item {
        padding-top: 35px;
        padding-bottom: 35px; } }

.productGridTableCollection-list {
  position: relative; }
  .productGridTableCollection-list.item-hide {
    display: none !important; }
  .productGridTableCollection-list .anchor {
    position: absolute;
    z-index: 99;
    top: -72px;
    left: 50%;
    width: 1px;
    height: 1px;
    border: 1px solid transparent; }
  .productGridTableCollection-list .productGridTable-item {
    display: inline-block;
    position: relative;
    padding: 65px 50px 91px;
    box-sizing: border-box;
    background-color: #262626;
    vertical-align: top; }
    .productGridTableCollection-list .productGridTable-item-temp {
      display: none;
      visibility: hidden; }
      .productGridTableCollection-list .productGridTable-item-temp.itemShow {
        display: inline-block; }
  .productGridTableCollection-list .productGridTable {
    position: relative;
    margin-bottom: 60px; }
  .productGridTableCollection-list .itemInfoContainer {
    margin-top: 52px;
    min-height: auto; }
    .productGridTableCollection-list .itemInfoContainer .itemInfoContent {
      text-align: left; }
      .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-title {
        color: #fff;
        font-size: 22px;
        line-height: 1.15;
        text-align: center; }
      .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-info {
        color: #fff;
        font-size: 20px;
        line-height: 1.2; }
      .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-point {
        margin-top: 18px;
        margin-bottom: 38px;
        font-size: 20px;
        line-height: 1.4; }
        .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-point li {
          margin-bottom: 6px;
          color: #fff;
          line-height: 1.4; }
          .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-point li:last-child {
            margin-bottom: 0; }
    .productGridTableCollection-list .itemInfoContainer .itemInfo-point {
      left: -6px; }
      .productGridTableCollection-list .itemInfoContainer .itemInfo-point li {
        font-size: 17px; }
  .productGridTableCollection-list .itemAction {
    position: absolute;
    bottom: 63px;
    left: 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center; }
    .productGridTableCollection-list .itemAction .itemAction-link {
      display: inline-block;
      cursor: pointer;
      margin-top: 0;
      margin-right: 17px;
      padding: 12px 5px;
      box-sizing: border-box;
      width: 46%;
      max-width: 115px;
      color: #cf836c;
      font-size: 17px;
      text-decoration: none;
      border: 1px solid #cf836c;
      border-radius: 3px;
      line-height: 1.1;
      vertical-align: top; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .productGridTableCollection-list .itemAction .itemAction-link {
          margin-top: 0;
          margin-right: 32px; }
          .productGridTableCollection-list .itemAction .itemAction-link:last-child {
            margin-right: 0; } }
      @media all and (max-width: 730px) {
        .productGridTableCollection-list .itemAction .itemAction-link {
          margin-top: 10px;
          font-size: 17px;
          line-height: 24px; } }
      .productGridTableCollection-list .itemAction .itemAction-link span {
        pointer-events: none;
        border-bottom: 0 !important; }
      .productGridTableCollection-list .itemAction .itemAction-link:last-child {
        margin-right: 0; }
      .productGridTableCollection-list .itemAction .itemAction-link span {
        display: inline;
        color: #cf836c;
        border-bottom: 1px solid transparent; }
      .productGridTableCollection-list .itemAction .itemAction-link *,
      .productGridTableCollection-list .itemAction .itemAction-link:active span,
      .productGridTableCollection-list .itemAction .itemAction-link:link span,
      .productGridTableCollection-list .itemAction .itemAction-link:visited span {
        border-bottom: 1px solid transparent; }
      .productGridTableCollection-list .itemAction .itemAction-link:hover {
        border: 1px solid #fff; }
        .productGridTableCollection-list .itemAction .itemAction-link:hover span {
          color: #fff;
          border-bottom: none; }
    .productGridTableCollection-list .itemAction .wd__link__arrow::after {
      display: none;
      padding-left: 7px;
      color: #147ae2;
      content: '>'; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .productGridTableCollection-list .itemAction .wd__link__arrow::after {
          padding-left: 3px; } }
      @media all and (max-width: 730px) {
        .productGridTableCollection-list .itemAction .wd__link__arrow::after {
          padding-left: 4px; } }
  .productGridTableCollection-list .itemImgContainer {
    width: 100%;
    height: auto; }
    .productGridTableCollection-list .itemImgContainer .img__pd {
      position: relative;
      padding-bottom: 80%;
      width: 100%;
      background-color: #ccc;
      background-size: contain; }

.productGridTableCollection-list.odd {
  background-color: #191919; }

@media all and (min-width: 1280px) {
  .productGridTableCollection-list {
    padding-top: 120px;
    padding-bottom: 115px; }
    .productGridTableCollection-list .productGridTable {
      display: flex;
      align-items: stretch;
      justify-content: center;
      margin-right: auto;
      margin-bottom: 0;
      margin-left: auto;
      max-width: 1280px;
      text-align: left;
      align-content: stretch;
      align-self: stretch;
      flex-direction: row;
      flex-wrap: wrap; }
    .productGridTableCollection-list .productGridTable-item {
      margin: 0 5px 10px;
      width: 33%;
      max-width: 410px;
      min-height: 620px; }
    .productGridTableCollection-list .itemInfoContainer {
      display: block;
      position: relative;
      box-sizing: border-box;
      width: 100%;
      vertical-align: middle; }
      .productGridTableCollection-list .itemInfoContainer .itemInfo-point {
        position: relative; }
    .productGridTableCollection-list .itemAction {
      display: flex;
      justify-content: space-around;
      padding-right: 50px;
      padding-left: 50px; }
      .productGridTableCollection-list .itemAction .itemAction-link {
        margin: 0;
        width: 148px;
        max-width: 148px; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .productGridTableCollection-list {
    padding-top: 90px;
    padding-right: 19px;
    padding-bottom: 77px;
    padding-left: 19px;
    box-sizing: border-box;
    max-width: 100%; }
    .productGridTableCollection-list .anchor {
      top: 0; }
    .productGridTableCollection-list .productGridTable {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      margin-right: auto;
      margin-bottom: 0;
      margin-left: auto;
      max-width: 732px;
      text-align: left;
      align-content: stretch;
      align-self: stretch;
      flex-direction: row;
      flex-wrap: wrap; }
      .productGridTableCollection-list .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 50px 33px 46px;
        width: 49%;
        max-width: 410px;
        min-height: auto; }
      .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer {
        margin-top: 44px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%; }
        .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-point {
          position: relative;
          left: -8px;
          margin-bottom: 0;
          width: 92%; }
          .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-point sup.footnote-num {
            top: -7px;
            font-size: 12px; }
      .productGridTableCollection-list .productGridTable .productGridTable-item .itemAction {
        display: flex;
        bottom: 46px;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 49px;
        box-sizing: border-box; }
        .productGridTableCollection-list .productGridTable .productGridTable-item .itemAction .itemAction-link {
          margin-right: 0;
          padding: 12px 5px;
          width: 100%;
          max-width: unset; }
          .productGridTableCollection-list .productGridTable .productGridTable-item .itemAction .itemAction-link:last-child {
            margin-bottom: 0; } }

@media all and (max-width: 730px) {
  .productGridTableCollection-list {
    padding-top: 72px;
    padding-right: 19px;
    padding-bottom: 56px;
    padding-left: 19px;
    box-sizing: border-box;
    max-width: 100%; }
    .productGridTableCollection-list .anchor {
      top: 0; }
    .productGridTableCollection-list:first-child {
      padding-top: 0; }
    .productGridTableCollection-list .productGridTable {
      display: flex;
      align-items: stretch;
      justify-content: center;
      margin-right: auto;
      margin-bottom: 0;
      margin-left: auto;
      max-width: 732px;
      text-align: left;
      align-content: stretch;
      align-self: stretch;
      flex-direction: row;
      flex-wrap: wrap; }
      .productGridTableCollection-list .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 45px 27px 50px;
        width: 100%;
        max-width: 280px;
        min-height: auto; }
      .productGridTableCollection-list .productGridTable .productGridTable-item .itemImgContainer {
        margin-right: auto;
        margin-left: auto; }
      .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer {
        margin-top: 29px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 34px;
        width: 100%; }
        .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-title {
          font-size: 19px; }
        .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-point {
          position: relative;
          left: -15px;
          margin-top: 17px;
          margin-bottom: 0;
          width: 92%; }
          .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-point sup.footnote-num {
            top: -7px;
            font-size: 12px; }
  .productGridTableCollection-list .productGridTable-item .itemAction {
    display: flex;
    bottom: 50px;
    justify-content: space-evenly;
    margin-top: 0;
    padding: 0 36px;
    box-sizing: border-box; }
    .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link {
      margin-top: 0;
      margin-right: 0;
      padding: 9px 5px; } }

@media (min-width: 598px) and (max-width: 730px) {
  .productGridTableCollection-list {
    margin-right: auto;
    margin-left: auto;
    padding-right: 14px;
    padding-bottom: 56px;
    padding-left: 14px;
    box-sizing: border-box;
    max-width: 602px; }
    .productGridTableCollection-list .productGridTable {
      justify-content: space-between; }
  .productGridTableCollection-list .productGridTable .productGridTable-item {
    margin-bottom: 13px; } }

.wd__section {
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* Slider */ }
  .wd__section .wd__content {
    color: #333; }
    .wd__section .wd__content .content__slogan {
      position: relative;
      color: #a89d5b;
      font-size: 30px; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .wd__section .wd__content .content__slogan {
          font-size: 24px; } }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__slogan {
          font-size: 20px; } }
    .wd__section .wd__content .content__title {
      position: relative;
      margin-top: 25px;
      font-size: 50px;
      line-height: 1.2; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .wd__section .wd__content .content__title {
          margin-top: 21px; } }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__title {
          margin-top: 14px;
          font-size: 37px; } }
    .wd__section .wd__content .content__info {
      position: relative;
      margin-top: 84px;
      font-size: 20px;
      line-height: 1.5; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .wd__section .wd__content .content__info {
          margin-top: 89px; } }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__info {
          margin-top: 67px;
          font-size: 17px;
          letter-spacing: 0.1px;
          line-height: 1.45; } }
    .wd__section .wd__content .content__comment {
      margin-top: 16px;
      font-size: 18px;
      color: #717171;
      line-height: 1.4; }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__comment {
          margin-top: 12px;
          font-size: 13px;
          letter-spacing: 0.2px; } }
    .wd__section .wd__content .content__link {
      display: block;
      margin-top: 15px;
      font-size: 20px;
      line-height: 27px; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .wd__section .wd__content .content__link {
          margin-top: 16px; } }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__link {
          margin-top: 10px;
          font-size: 15.5px;
          line-height: 24px; } }
      .wd__section .wd__content .content__link span {
        display: inline;
        border-bottom: 1px solid transparent;
        color: #147ae2; }
      .wd__section .wd__content .content__link *,
      .wd__section .wd__content .content__link:active span,
      .wd__section .wd__content .content__link:link span,
      .wd__section .wd__content .content__link:visited span {
        border-bottom: 1px solid transparent; }
      .wd__section .wd__content .content__link:hover span {
        border-bottom: 1px solid #147ae2; }
  .wd__section .wd__link__arrow:after {
    content: '>';
    padding-left: 7px;
    color: #147ae2; }
    @media all and (min-width: 731px) and (max-width: 1279px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 3px; } }
    @media all and (max-width: 730px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 4px; } }
  .wd__section .footnotes {
    margin: 25px auto 0;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px; }
    .wd__section .footnotes ul.footnote {
      font-size: 18px;
      line-height: 1.4; }
      .wd__section .footnotes ul.footnote li {
        list-style-type: decimal;
        margin-bottom: 9px;
        font-size: 18px;
        text-align: left;
        line-height: 1.3; }
    .wd__section .footnotes.footnote-item-star ul.footnote li {
      position: relative;
      list-style-type: none; }
      .wd__section .footnotes.footnote-item-star ul.footnote li::before {
        display: block;
        position: absolute;
        top: 15px;
        left: -14px;
        content: '*';
        line-height: 0; }
  @media all and (min-width: 731px) and (max-width: 1279px) {
    .wd__section .footnotes {
      padding-right: 16px;
      padding-left: 16px; }
      .wd__section .footnotes.footnote-item-star ul.footnote li::before {
        top: 15px;
        left: -14px; } }
  @media all and (max-width: 730px) {
    .wd__section .footnotes {
      padding-right: 11px;
      padding-left: 11px;
      box-sizing: border-box;
      width: auto; }
      .wd__section .footnotes ul.footnote {
        margin-left: 14px;
        font-size: 13.3px;
        line-height: 1.4; }
        .wd__section .footnotes ul.footnote li {
          margin-bottom: 12px;
          font-size: 13.3px; }
      .wd__section .footnotes.footnote-item-star ul.footnote li::before {
        top: 11px;
        left: -11px; } }

@font-face {
  .wd__section {
    font-family: "slick";
    src: url("/font/slick.eot");
    src: url("/font/slick.eot?#iefix") format("embedded-opentype"), url("/font/slick.woff") format("woff"), url("/font/slick.ttf") format("truetype"), url("/font/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .wd__section .slick-prev,
  .wd__section .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none; }
    .wd__section .slick-prev:hover, .wd__section .slick-prev:focus,
    .wd__section .slick-next:hover,
    .wd__section .slick-next:focus {
      outline: none;
      color: transparent; }
      .wd__section .slick-prev:hover:before, .wd__section .slick-prev:focus:before,
      .wd__section .slick-next:hover:before,
      .wd__section .slick-next:focus:before {
        opacity: 1; }
    .wd__section .slick-prev.slick-disabled:before,
    .wd__section .slick-next.slick-disabled:before {
      opacity: 0.25; }
  .wd__section .slick-prev {
    left: -25px; }
    [dir="rtl"] .wd__section .slick-prev {
      left: auto;
      right: -25px; }
  .wd__section .slick-next {
    right: -25px; }
    [dir="rtl"] .wd__section .slick-next {
      left: -25px;
      right: auto; }
  .wd__section .slick-slider {
    margin-bottom: 30px; }
  .wd__section .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    .wd__section .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .wd__section .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .wd__section .slick-dots li button:hover, .wd__section .slick-dots li button:focus {
          outline: none; }
          .wd__section .slick-dots li button:hover:before, .wd__section .slick-dots li button:focus:before {
            opacity: 1; }
        .wd__section .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .wd__section .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }
  .wd__section .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .wd__section .slick-list:focus {
      outline: none; }
    .wd__section .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .wd__section .slick-slider .slick-track,
  .wd__section .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wd__section .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .wd__section .slick-track:before, .wd__section .slick-track:after {
      content: "";
      display: table; }
    .wd__section .slick-track:after {
      clear: both; }
    .slick-loading .wd__section .slick-track {
      visibility: hidden; }
  .wd__section .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .wd__section .slick-slide {
      float: right; }
    .wd__section .slick-slide img {
      display: block; }
    .wd__section .slick-slide.slick-loading img {
      display: none; }
    .wd__section .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .wd__section .slick-slide {
      display: block; }
    .slick-loading .wd__section .slick-slide {
      visibility: hidden; }
    .slick-vertical .wd__section .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .wd__section .slick-arrow.slick-hidden {
    display: none; }
  .wd__section .slick__nav {
    margin-bottom: 40px;
    color: #636360;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.6; }
    .wd__section .slick__nav a {
      color: #636360; }
  .wd__section .slick-slide {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-next {
    right: 25px; }
  .wd__section .slick-prev {
    left: 25px; }
  .wd__section .slick__prev, .wd__section .slick__next {
    z-index: 9999;
    content: ''; }
    .wd__section .slick__prev:before, .wd__section .slick__next:before {
      content: '';
      display: none; }
  .wd__section [dir='rtl'] .slick__prev:before {
    content: '';
    display: none; }
  .wd__section [dir='rtl'] .slick__next:before {
    content: '';
    display: none; }
  .wd__section .wd__slick .container {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 900px; }
    .wd__section .wd__slick .container.e1 .slick__info {
      margin-top: 15em; }
    .wd__section .wd__slick .container .slick__half {
      width: 45%; }
    .wd__section .wd__slick .container .slick__left {
      float: left; }
    .wd__section .wd__slick .container .slick__right {
      float: right; }
    .wd__section .wd__slick .container .slick__img, .wd__section .wd__slick .container .slick__info {
      width: 100%; }
  .wd__section .sprite__arrow__right {
    z-index: 1000;
    background-position: -214px -5px;
    width: 49px;
    height: 96px; }
  .wd__section .sprite__arrow__left {
    z-index: 1000;
    background-position: -80px -5px;
    width: 49px;
    height: 96px; }
  .wd__section .sprite-arrow_r {
    width: 65px;
    height: 130px; }
  .wd__section .sprite-arrow_l {
    width: 65px;
    height: 130px; }
  .wd__section .slick-prev, .wd__section .slick-next {
    z-index: 1;
    background-color: transparent;
    margin-top: -19px;
    width: 50px;
    height: 118px;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: gray\9;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev:before, .wd__section .slick-next:before {
      position: absolute;
      display: block;
      z-index: 1000;
      top: 57px;
      top: 0\9;
      font-size: 34px;
      color: white; }
  .wd__section .slick-prev {
    left: 0px;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev:before {
      content: '<';
      right: 18px; }
  .wd__section .slick-next {
    right: 0;
    border-radius: 10px 0 0 10px; }
    .wd__section .slick-next:before {
      content: '>';
      left: 18px; }
  @media all and (min-width: 731px) and (max-width: 1279px) {
    .wd__section .slick-prev, .wd__section .slick-next {
      margin-top: -19px;
      width: 35px;
      height: 88px; }
      .wd__section .slick-prev:before, .wd__section .slick-next:before {
        position: absolute;
        display: block;
        z-index: 1000;
        top: 43px;
        font-size: 26px;
        color: white; }
    .wd__section .slick-prev:before {
      right: 10px; }
    .wd__section .slick-next:before {
      left: 10px; } }
  @media all and (max-width: 730px) {
    .wd__section .slick-prev, .wd__section .slick-next {
      display: none !important; } }

@media all and (min-width: 1280px) {
  #CMD.useDev .section__kv .slickContent .carousel-item .itemInfoContainer .img__logo.img__fake {
    background-image: url(https://dummyimage.com/600x42/000000/ffffff.png&text=Product+Logo);
    width: 600px;
    height: 42px;
    background-size: contain; } }

@media all and (max-width: 1279px) and (min-width: 731px) {
  #CMD.useDev .section__kv .slickContent .carousel-item .itemInfoContainer .img__logo.img__fake {
    background-image: url(https://dummyimage.com/600x42/000000/ffffff.png&text=Product+Logo);
    width: 600px;
    height: 42px;
    background-size: contain; }
  #CMD.useDev .section__kv .slickContent .img__slick {
    background-image: url("https://picsum.photos/id/181/1300/985.jpg") ; } }
  @media all and (max-width: 1279px) and (min-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 1279px) and (min-width: 731px) and (min-resolution: 144dpi) {
    #CMD.useDev .section__kv .slickContent .img__slick {
      background-image: url("https://picsum.photos/id/181/1300/985.jpg"); } }

@media all and (min-width: 1280px) {
  #CMD.useDev .productGridTableCollection-list .itemImgContainer .img__pd {
    background-image: url("https://picsum.photos/id/0/300/300.jpg") ;
    background-position: bottom center; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    #CMD.useDev .productGridTableCollection-list .itemImgContainer .img__pd {
      background-image: url("https://picsum.photos/id/0/300/300.jpg"); } }

@media all and (max-width: 1279px) and (min-width: 731px) {
  #CMD.useDev .productGridTableCollection-list .itemImgContainer .img__pd {
    background-image: url("https://picsum.photos/id/0/254/204.jpg") ;
    background-position: bottom center;
    background-size: contain; } }
  @media all and (max-width: 1279px) and (min-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 1279px) and (min-width: 731px) and (min-resolution: 144dpi) {
    #CMD.useDev .productGridTableCollection-list .itemImgContainer .img__pd {
      background-image: url("https://picsum.photos/id/0/254/204.jpg"); } }

@media all and (max-width: 730px) and (min-width: 320px) {
  #CMD.useDev .productGridTableCollection-list .itemImgContainer .img__pd {
    background-image: url("https://picsum.photos/id/0/300/300.jpg") ;
    background-position: bottom center; } }
  @media all and (max-width: 730px) and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-width: 320px) and (min-resolution: 144dpi) {
    #CMD.useDev .productGridTableCollection-list .itemImgContainer .img__pd {
      background-image: url("https://picsum.photos/id/0/300/300.jpg"); } }

/* end-test-block */
.wd__content.main-content-section .content__title {
  font-size: 45px;
  text-transform: uppercase; }

.wd__content.main-content-section .content__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(170deg, #b3664f 0%, #cf836c 35%, #fbc6b0 50%, #b3664f 70%); }

.ie #CMD .wd__content.main-content-section .content__title,
.ie #CMD .wd__content.main-content-section .content__title * {
  color: #cf836c !important;
  background: none !important; }

.ie #CMD .wd__content.main-content-section .content__title.wd__link__arrow::after {
  color: #cf836c !important; }

.wd__content.main-content-section .itemAction-theme-0 .itemAction__link:hover span {
  border-bottom: 1px solid #cf836c !important; }

.wd__content.main-content-section .content__info {
  margin-top: 0;
  color: #fefefe;
  font-size: 26px; }

@media all and (min-width: 1280px) {
  .wd__content.main-content-section {
    padding-top: 130px;
    padding-bottom: 86px; }
    .wd__content.main-content-section .content__title {
      top: -9px;
      font-size: 45px; }
    .wd__content.main-content-section .content__info {
      top: -9px;
      margin-top: 36px;
      margin-bottom: -20px;
      line-height: 1.39; } }

@keyframes timeProccess {
  0% {
    transform: translateX(-150px); }
  100% {
    transform: translateX(0); } }

.wd__section {
  background-color: #131313; }

.wd__section .lity.lity-opened {
  z-index: 999999; }

.wd__section .row .col[class*='push-'],
.wd__section .row .col[class*='pull-'] {
  position: relative; }

.wd__section .always__on__top {
  position: relative;
  z-index: 1000; }

.wd__section .no__wrap {
  display: inline-block;
  white-space: nowrap; }

.wd__section .slick-dots li {
  margin-right: 10px;
  margin-left: 10px; }
  .wd__section .slick-dots li button::before {
    color: #1c1b19;
    font-size: 41px; }
  .wd__section .slick-dots li button:hover::before {
    color: #1c1b19; }

.wd__section .large_use,
.wd__section .medium_use,
.wd__section .small_use {
  display: none; }

.wd__section .large_use {
  display: block \9; }

.wd__section .large_unuse {
  display: none \9; }

.wd__section .img {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.header-section-nav {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1920px;
  background-color: #000; }
  .header-section-nav .section-nav {
    display: block;
    position: relative;
    font-size: 0;
    text-align: center; }
    .header-section-nav .section-nav .nav-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      font-size: 0;
      vertical-align: bottom; }
      .header-section-nav .section-nav .nav-item .item-img {
        display: block;
        position: relative;
        top: -2px;
        margin-right: auto;
        margin-left: auto;
        height: 47px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .header-section-nav .section-nav .nav-item.item-hide {
        display: none !important; }
      .header-section-nav .section-nav .nav-item.item-zenbookList .item-img {
        background-image: url("../images/large/1x/nav/logo-zenbook.png") ;
        width: 248px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .header-section-nav .section-nav .nav-item.item-zenbookList .item-img {
            background-image: url("../images/large/2x/nav/logo-zenbook.png"); } }
      .header-section-nav .section-nav .nav-item.item-vivobookList .item-img {
        background-image: url("../images/large/1x/nav/logo-vivobook.png") ;
        width: 268px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .header-section-nav .section-nav .nav-item.item-vivobookList .item-img {
            background-image: url("../images/large/2x/nav/logo-vivobook.png"); } }
      .header-section-nav .section-nav .nav-item.item-expertbookList .item-img {
        background-image: url("../images/large/1x/nav/logo-expertbook.png") ;
        width: 296px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .header-section-nav .section-nav .nav-item.item-expertbookList .item-img {
            background-image: url("../images/large/2x/nav/logo-expertbook.png"); } }
      .header-section-nav .section-nav .nav-item.item-zenaioList .item-img {
        background-image: url("../images/large/1x/nav/logo-zenaio.png") ;
        width: 224px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .header-section-nav .section-nav .nav-item.item-zenaioList .item-img {
            background-image: url("../images/large/2x/nav/logo-zenaio.png"); } }

header.nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%; }
  header.nav.hide {
    display: none !important; }
  header.nav .logo {
    z-index: 9; }
    header.nav .logo .img__asus {
      position: absolute;
      top: 0;
      width: 100px;
      height: 90px;
      background-repeat: no-repeat;
      background-size: contain;
      filter: invert(1); }
  header.nav.show-section-nav .logo {
    z-index: 1; }

header.nav[data-nav-num='4'] .section-nav .nav-item {
  width: 25%; }

header.nav[data-nav-num='3'] .section-nav .nav-item {
  width: 33.33333%; }

header.nav[data-nav-num='2'] .section-nav .nav-item {
  width: 50%; }

header.nav[data-nav-num='1'] .section-nav .nav-item {
  width: 100%; }

.section__kv .slick-dots {
  position: absolute;
  z-index: 9999;
  width: 100%; }
  .section__kv .slick-dots li {
    display: inline-block;
    position: relative;
    overflow: visible;
    cursor: pointer;
    list-style-type: none;
    margin: 0 8px;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    background-color: #505050; }
    .section__kv .slick-dots li button {
      position: relative;
      cursor: pointer;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translateX(-50%) translateY(-50%); }
      .section__kv .slick-dots li button::before {
        display: none; }
  .section__kv .slick-dots li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
    content: ''; }
  .section__kv .slick-dots li.slick-active::before {
    width: 100%;
    transition: width 2500ms linear; }

.section__kv .slickContent {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  line-height: 0; }
  .section__kv .slickContent .carousel-item {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .section__kv .slickContent .carousel-item .img__slick {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0;
      transform: translate(-50%, -50%); }

.section__kv .slickContent .itemInfoContainer {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  line-height: 1; }
  .section__kv .slickContent .itemInfoContainer .itemInfo-title {
    color: #fff; }
  .section__kv .slickContent .itemInfoContainer .itemInfo-info {
    color: #fff; }

.section__kv .slickContent .itemImgContainer {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 0; }

@media all and (min-width: 1280px) {
  .section__kv .slick-dots {
    position: absolute;
    z-index: 9999;
    bottom: 20px;
    width: 100%; }
    .section__kv .slick-dots li {
      margin: 0 8px; }
      .section__kv .slick-dots li button {
        width: 100%;
        height: 20px; }
        .section__kv .slick-dots li button::before {
          display: none; }
  .section__kv .slickContent {
    max-width: 2560px;
    height: 700px; }
    .section__kv .slickContent .carousel-item {
      height: 700px; }
  .section__kv .slickContent .itemInfoContainer {
    margin-left: -300px;
    width: 540px; }
    .section__kv .slickContent .itemInfoContainer .itemInfoContent .itemInfo-title {
      color: #fff;
      font-size: 42px;
      text-align: left;
      line-height: 1.2; }
    .section__kv .slickContent .itemInfoContainer .itemInfoContent .itemInfo-info {
      color: #fff;
      font-size: 30px;
      text-align: left; } }

@media all and (max-width: 1279px) and (min-width: 731px) {
  .section__kv .slickContent {
    max-width: 1279px;
    height: 985px; }
    .section__kv .slickContent .carousel-item {
      height: 985px; }
  .section__kv .slickContent .itemInfoContainer {
    top: 90px; }
    .section__kv .slickContent .itemInfoContainer .itemInfoContent {
      margin-left: -280px;
      width: 560px;
      text-align: center; }
      .section__kv .slickContent .itemInfoContainer .itemInfoContent .itemInfo-title {
        color: #fff;
        font-size: 40px;
        text-align: center;
        line-height: 1.2; }
      .section__kv .slickContent .itemInfoContainer .itemInfoContent .itemInfo-info {
        margin-top: 19px;
        font-size: 21px;
        text-align: center;
        line-height: 1.333; }
      .section__kv .slickContent .itemInfoContainer .itemInfoContent .img__logo {
        margin-top: 28px; }
  .section__kv .slick-dots {
    bottom: 21px; } }

@media all and (max-width: 730px) and (min-width: 320px) {
  .slick_status_bar {
    bottom: 24px; }
    .slick_status_bar .bar {
      margin: 0 9px;
      width: 58px;
      height: 4px; } }

.section__kv {
  padding-top: 0;
  background-color: #000; }
  .section__kv .slickCol {
    position: relative; }
  .section__kv .slickContent .itemInfoContainer .itemInfo-title {
    letter-spacing: 0.8px; }
  .section__kv .img__slick .comment__text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    color: #fff;
    transform: translateX(-50%);
    line-height: 1.2; }

.section__2 .videoBlock {
  position: relative;
  margin-bottom: -6px;
  width: 100%; }
  .section__2 .videoBlock #video__kv {
    position: relative;
    width: 100%;
    max-width: 2560px;
    height: auto; }
  .section__2 .videoBlock .vidInterface {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 460px;
    height: 170px; }
    .section__2 .videoBlock .vidInterface video {
      filter: brightness(90%); }
    .section__2 .videoBlock .vidInterface .playBtn {
      background-image: url("../images/large/1x/icon/playBtn.png") ;
      display: block;
      margin: 0 auto;
      width: 90px;
      height: 90px;
      background-size: cover;
      transform: rotate(0);
      transition: transform 400ms ease; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__2 .videoBlock .vidInterface .playBtn {
          background-image: url("../images/large/2x/icon/playBtn.png"); } }
      .section__2 .videoBlock .vidInterface .playBtn:hover {
        transform: rotate(120deg); }
    .section__2 .videoBlock .vidInterface span {
      display: block;
      margin-top: 20px;
      color: #fff;
      font-size: 28px;
      line-height: 33px; }

.section__2 .slick-prev,
.section__2 .slick-next {
  text-indent: -1000000000000px;
  background-color: transparent; }

.section__2 .slick-prev {
  left: -40px; }

.section__2 .slick-next {
  right: -40px; }

.section__2 .slick-prev::before,
.section__2 .slick-next::before {
  top: 0; }

.section__2 .slick-prev::before {
  background-image: url("../images/large/1x/icon/arrow-l.png") ;
  width: 24px;
  height: 40px;
  background-size: contain; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__2 .slick-prev::before {
      background-image: url("../images/large/2x/icon/arrow-l.png"); } }

.section__2 .slick-next::before {
  background-image: url("../images/large/1x/icon/arrow-r.png") ;
  width: 24px;
  height: 40px;
  background-size: contain; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__2 .slick-next::before {
      background-image: url("../images/large/2x/icon/arrow-r.png"); } }

.section__2 .imgInfoListContainer .imgInfoList-img {
  min-height: auto;
  overflow: hidden; }

.section__3 .productGridTableCollection {
  background-color: transparent; }

.section__3 .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-title {
  margin-top: 8px;
  color: #fff;
  font-size: 32px;
  line-height: 1.2; }

.section__3 .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-info {
  margin-top: 9px;
  color: #7f7f7f;
  font-size: 23px; }

.section__3 .productGridTableCollection .itemInfoContainer .itemInfo-point {
  left: 0;
  margin-left: 17px; }
  .section__3 .productGridTableCollection .itemInfoContainer .itemInfo-point li {
    color: #fff; }

.section__3 .itemImgContainer .img {
  background-size: contain; }

.section__3 .itemAction-theme-0 .itemAction__link {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(150deg, #cf836c 0%, #cf836c 20%, #fbc6b0 40%, #b3664f 70%); }

.ie #CMD .section__3 .itemAction-theme-0 .itemAction__link,
.ie #CMD .section__3 .itemAction-theme-0 .itemAction__link * {
  color: #cf836c !important;
  background: none !important; }

.ie #CMD .section__3 .itemAction-theme-0 .itemAction__link.wd__link__arrow::after {
  color: #cf836c !important; }

.section__3 .itemAction-theme-0 .itemAction__link:hover span {
  border-bottom: 1px solid #cf836c !important; }

.section__3 .itemAction-theme-1 a,
.section__3 .itemAction-theme-1 a:link,
.section__3 .itemAction-theme-1 a:hover,
.section__3 .itemAction-theme-1 .wd__link__arrow::after,
.section__3 .itemAction-theme-1 .itemAction__link span {
  color: #25aae5 !important; }

.section__3 .itemAction-theme-1 .itemAction__link:hover span {
  border-bottom: 1px solid #25aae5 !important; }

.section__3 .itemAction-theme-2 a:link,
.section__3 .itemAction-theme-2 .wd__link__arrow::after,
.section__3 .itemAction-theme-2 .itemAction__link span {
  color: #7493a2 !important; }

.section__3 .itemAction-theme-2 .itemAction__link:hover span {
  border-bottom: 1px solid #b0dbf1 !important; }

.section__4 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_0-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_0.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_1-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_1.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_2-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_2.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_3-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_3.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_4-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_4.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_5-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_5.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_6-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_6.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_7-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_7.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_8-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_8.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_9-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_9.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p0/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p0/pd_10-logo.png"); } }

.section__4 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s4/p0/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p0/pd_10.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_0-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_0.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_1-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_1.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_2-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_2.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_3-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_3.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_4-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_4.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_5-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_5.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_6-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_6.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_7-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_7.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_8-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_8.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_9-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_9.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p1/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p1/pd_10-logo.png"); } }

.section__4 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s4/p1/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p1/pd_10.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_0-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_0.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_1-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_1.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_2-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_2.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_3-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_3.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_4-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_4.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_5-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_5.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_6-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_6.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_7-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_7.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_8-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_8.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_9-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_9.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p2/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p2/pd_10-logo.png"); } }

.section__4 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s4/p2/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p2/pd_10.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_0-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_0.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_1-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_1.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_2-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_2.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_3-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_3.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_4-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_4.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_5-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_5.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_6-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_6.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_7-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_7.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_8-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_8.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_9-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_9.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p3/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p3/pd_10-logo.png"); } }

.section__4 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s4/p3/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p3/pd_10.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_0-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_0.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_1-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_1.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_2-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_2.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_3-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_3.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_4-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_4.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_5-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_5.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_6-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_6.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_7-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_7.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_8-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_8.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_9-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_9.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s4/p4/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s4/p4/pd_10-logo.png"); } }

.section__4 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s4/p4/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s4/p4/pd_10.png"); } }

.section__4 {
  display: inline-block;
  padding-top: 6px; }
  .section__4 .pdcollection_nav {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px; }
    .section__4 .pdcollection_nav .nav_item {
      display: inline-block;
      overflow: hidden;
      cursor: pointer;
      margin-right: -2px;
      margin-left: -3px;
      width: 25%;
      background-color: #ccc; }
      .section__4 .pdcollection_nav .nav_item.item-hide {
        display: none !important; }
      .section__4 .pdcollection_nav .nav_item .img {
        position: relative;
        left: 50%;
        width: 627px;
        height: 576px;
        background-size: contain;
        transform: translateX(-50%); }
    .section__4 .img__nav_img-0 {
      background-image: url("../images/large/1x/s4/nav_0.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-0 {
        background-image: url("../images/large/2x/s4/nav_0.webp"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-0 {
        background-image: url("../images/large/2x/s4/nav_0.jpg"); } }
    .section__4 .img__nav_img-1 {
      background-image: url("../images/large/1x/s4/nav_1.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-1 {
        background-image: url("../images/large/2x/s4/nav_1.webp"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-1 {
        background-image: url("../images/large/2x/s4/nav_1.jpg"); } }
    .section__4 .img__nav_img-2 {
      background-image: url("../images/large/1x/s4/nav_2.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-2 {
        background-image: url("../images/large/2x/s4/nav_2.webp"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-2 {
        background-image: url("../images/large/2x/s4/nav_2.jpg"); } }
    .section__4 .img__nav_img-3 {
      background-image: url("../images/large/1x/s4/nav_3.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-3 {
        background-image: url("../images/large/2x/s4/nav_3.webp"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-3 {
        background-image: url("../images/large/2x/s4/nav_3.jpg"); } }
    .section__4 .img__nav_img-4 {
      background-image: url("../images/large/1x/s4/nav_4.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-4 {
        background-image: url("../images/large/2x/s4/nav_4.webp"); } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-4 {
        background-image: url("../images/large/2x/s4/nav_4.jpg"); } }

.section__4 .pdComment {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  width: 100%;
  text-align: left; }
  .section__4 .pdComment .img__icon {
    width: 83px;
    height: 83px; }
  .section__4 .pdComment .comment {
    display: inline-block; }
  .section__4 .pdComment .comment-text {
    color: #fffefe; }

.section__4 .pdComment .img__icon-core {
  background-image: url("../images/large/1x/icon/intel-i7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .pdComment .img__icon-core {
    background-image: url("../images/large/2x/icon/intel-i7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .pdComment .img__icon-core {
    background-image: url("../images/large/2x/icon/intel-i7.png"); } }

.section__4 .pdComment .img__icon-iris {
  background-image: url("../images/large/1x/icon/intel-iris.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__4 .pdComment .img__icon-iris {
    background-image: url("../images/large/2x/icon/intel-iris.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__4 .pdComment .img__icon-iris {
    background-image: url("../images/large/2x/icon/intel-iris.png"); } }

.section__4 .productGridTableCollection-list .itemImgContainer {
  width: 100%;
  height: 200px; }
  .section__4 .productGridTableCollection-list .itemImgContainer .img__pd {
    top: 50%;
    left: 50%;
    padding-bottom: 0;
    width: 314px;
    height: 224px;
    background-color: rgba(0, 0, 0, 0);
    background-size: contain;
    transform: translate(-50%, -50%); }

.section__4 .productGridTableCollection-list .img__pd-logo {
  display: none; }

.section__4 .productGridTableCollection-list:last-child {
  padding-bottom: 0; }

.section__4 .pdComment .comment-text {
  position: relative;
  top: 6px; }

.section__4 .pdComment .comment-1 .img__icon {
  box-shadow: 0 0 13px rgba(255, 255, 255, 0.451); }

.section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_0.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_1.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_2.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_3.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_4.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_5.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_6.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_7.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_8.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_9.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_10.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_0.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_1.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_2.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_3.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_4.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_5.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_6.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_7.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_8.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_9.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_10.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_0.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_1.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_2.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_3.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_4.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_5.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_6.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_7.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_8.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_9.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_10.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_0.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_1.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_2.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_3.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_4.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_5.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_6.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_7.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_8.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_9.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_10.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_0.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_1.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_2.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_3.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_4.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_5.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_6.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_7.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_8.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_9.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_10.png"); } }

.section__5 .itemImgContainer .img {
  background-size: contain; }

.section__5 {
  z-index: 9; }
  .section__5 .wd__content.link-content .wd__link__arrow::after {
    display: none; }
  .section__5 .wd__content.link-content .content__link {
    display: inline-block;
    margin-top: 0;
    margin-right: 12px;
    padding: 13px 5px;
    box-sizing: border-box;
    width: 100%;
    max-width: 264px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: 1.1;
    vertical-align: top; }
    @media all and (min-width: 731px) and (max-width: 1279px) {
      .section__5 .wd__content.link-content .content__link {
        margin-top: 0;
        margin-right: 32px; }
        .section__5 .wd__content.link-content .content__link:last-child {
          margin-right: 0; } }
    @media all and (max-width: 730px) {
      .section__5 .wd__content.link-content .content__link {
        margin-top: 10px;
        font-size: 17px;
        line-height: 24px; } }
    .section__5 .wd__content.link-content .content__link:last-child {
      margin-right: 0; }
    .section__5 .wd__content.link-content .content__link span {
      display: inline;
      color: #fff;
      border-bottom: 1px solid transparent; }
    .section__5 .wd__content.link-content .content__link *,
    .section__5 .wd__content.link-content .content__link:active span,
    .section__5 .wd__content.link-content .content__link:link span,
    .section__5 .wd__content.link-content .content__link:visited span {
      border-bottom: 1px solid transparent; }
    .section__5 .wd__content.link-content .content__link:hover span {
      color: #fff;
      border-bottom: none; }

.section__5 .productGridTableCollection-list .itemImgContainer {
  width: 100%;
  height: 200px; }
  .section__5 .productGridTableCollection-list .itemImgContainer .img__pd {
    top: 50%;
    left: 50%;
    padding-bottom: 0;
    width: 314px;
    height: 224px;
    background-color: #0000;
    background-size: contain;
    transform: translate(-50%, -50%); }

.section__5 .productGridTableCollection-list .img__pd-logo {
  display: none; }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd {
  background-image: url("../images/large/1x/s6/logo-sample.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd {
    background-image: url("../images/large/2x/s6/logo-sample.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd {
    background-image: url("../images/large/2x/s6/logo-sample.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-0 {
  background-image: url("../images/large/1x/s6/logo-0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-0 {
    background-image: url("../images/large/2x/s6/logo-0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-0 {
    background-image: url("../images/large/2x/s6/logo-0.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-1 {
  background-image: url("../images/large/1x/s6/logo-1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-1 {
    background-image: url("../images/large/2x/s6/logo-1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-1 {
    background-image: url("../images/large/2x/s6/logo-1.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-2 {
  background-image: url("../images/large/1x/s6/logo-2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-2 {
    background-image: url("../images/large/2x/s6/logo-2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-2 {
    background-image: url("../images/large/2x/s6/logo-2.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-3 {
  background-image: url("../images/large/1x/s6/logo-3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-3 {
    background-image: url("../images/large/2x/s6/logo-3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-3 {
    background-image: url("../images/large/2x/s6/logo-3.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-4 {
  background-image: url("../images/large/1x/s6/logo-4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-4 {
    background-image: url("../images/large/2x/s6/logo-4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-4 {
    background-image: url("../images/large/2x/s6/logo-4.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-5 {
  background-image: url("../images/large/1x/s6/logo-5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-5 {
    background-image: url("../images/large/2x/s6/logo-5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-5 {
    background-image: url("../images/large/2x/s6/logo-5.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-6 {
  background-image: url("../images/large/1x/s6/logo-6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-6 {
    background-image: url("../images/large/2x/s6/logo-6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-6 {
    background-image: url("../images/large/2x/s6/logo-6.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-7 {
  background-image: url("../images/large/1x/s6/logo-7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-7 {
    background-image: url("../images/large/2x/s6/logo-7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-7 {
    background-image: url("../images/large/2x/s6/logo-7.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-8 {
  background-image: url("../images/large/1x/s6/logo-8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-8 {
    background-image: url("../images/large/2x/s6/logo-8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-8 {
    background-image: url("../images/large/2x/s6/logo-8.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-9 {
  background-image: url("../images/large/1x/s6/logo-9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-9 {
    background-image: url("../images/large/2x/s6/logo-9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-9 {
    background-image: url("../images/large/2x/s6/logo-9.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-10 {
  background-image: url("../images/large/1x/s6/logo-10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-10 {
    background-image: url("../images/large/2x/s6/logo-10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-10 {
    background-image: url("../images/large/2x/s6/logo-10.png"); } }

.section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img__pd {
  background-color: transparent; }

.section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img {
  background-size: contain; }

.section__comment .footnotes {
  margin-top: 0; }

.section__comment .footnote-item:last-child {
  margin-bottom: 0; }

.section__comment .footnotes ul.footnote li {
  color: #999; }
  .section__comment .footnotes ul.footnote li .footnote-item {
    color: #999; }
    .section__comment .footnotes ul.footnote li .footnote-item:last-child {
      margin-bottom: 0; }

@media all and (min-width: 1280px) {
  .large_use {
    display: block; }
  .large_unuse {
    display: none; }
  .wd__content.main-content .content__title {
    color: #fff; }
  .wd__content.main-content.large__text-left {
    margin-left: -400px;
    max-width: 430px; }
  .wd__content.main-content.large__text-right {
    left: 50%;
    margin-left: 0;
    max-width: 430px; }
    .wd__content.main-content.large__text-right .content__slogan::before {
      left: -64px; }
    .wd__content.main-content.large__text-right .content__title::after {
      left: 100%;
      transform: translateX(-100%); }
  header .header-container .logo,
  footer .footer-container .footer-logo {
    left: 19px !important; }
  header.nav {
    top: -1000px;
    transition: all 400ms; }
    header.nav .header-container {
      height: 47px;
      transition: all 300ms; }
      header.nav .header-container .logo {
        opacity: 1;
        transition: opacity 400ms 300ms; }
    header.nav .header-section-nav {
      top: -47px;
      opacity: 0;
      transition: opacity 400ms; }
      header.nav .header-section-nav .section-nav .nav-item .item-img {
        top: -6px; }
      header.nav .header-section-nav .section-nav .nav-item::after {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: -1px;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 3px;
        background: #cf836c;
        transition: opacity 0ms linear;
        content: ''; }
      header.nav .header-section-nav .section-nav .nav-item.active::after {
        opacity: 1;
        transition: opacity 300ms linear; }
    header.nav.show-section-nav {
      top: 0;
      background-color: #000;
      transition: all 400ms; }
      header.nav.show-section-nav::after {
        background-color: #bababa; }
      header.nav.show-section-nav .header-container {
        height: 47px; }
        header.nav.show-section-nav .header-container .logo {
          opacity: 0;
          transition: opacity 250ms; }
      header.nav.show-section-nav .header-section-nav {
        z-index: 9;
        top: 0;
        opacity: 1;
        transition: opacity 250ms; }
  .section__4 .productGridTableCollection-list .anchor {
    top: 0; }
  .section__kv .slickContent {
    height: 700px; }
    .section__kv .slickContent .carousel-item {
      height: 800px; }
      .section__kv .slickContent .carousel-item .img__slick {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0;
        width: 2560px;
        height: 1000px;
        background-size: contain;
        transform: translate(-50%, 0); }
    .section__kv .slickContent .img__logo {
      display: inline-block;
      margin-top: 22px;
      margin-left: 0;
      width: 500px;
      height: 44px; }
    .section__kv .slickContent .itemInfoContainer {
      position: relative;
      top: 0; }
      .section__kv .slickContent .itemInfoContainer .itemInfo-title {
        line-height: 1.5; }
    .section__kv .slickContent .itemImgContainer {
      position: relative;
      overflow: visible;
      top: 0;
      left: 0; }
    .section__kv .slickContent .theme__0 .img__logo {
      background-image: url("../images/large/1x/kv/kv_0_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__0 .img__logo {
      background-image: url("../images/large/2x/kv/kv_0_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__0 .img__logo {
      background-image: url("../images/large/2x/kv/kv_0_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__0 .img__slick {
      background-image: url("../images/large/1x/kv/kv_0.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__0 .img__slick {
      background-image: url("../images/large/2x/kv/kv_0.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__0 .img__slick {
      background-image: url("../images/large/2x/kv/kv_0.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__1 .img__logo {
      background-image: url("../images/large/1x/kv/kv_1_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__1 .img__logo {
      background-image: url("../images/large/2x/kv/kv_1_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__1 .img__logo {
      background-image: url("../images/large/2x/kv/kv_1_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__1 .img__slick {
      background-image: url("../images/large/1x/kv/kv_1.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__1 .img__slick {
      background-image: url("../images/large/2x/kv/kv_1.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__1 .img__slick {
      background-image: url("../images/large/2x/kv/kv_1.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__2 .img__logo {
      background-image: url("../images/large/1x/kv/kv_2_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__2 .img__logo {
      background-image: url("../images/large/2x/kv/kv_2_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__2 .img__logo {
      background-image: url("../images/large/2x/kv/kv_2_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__2 .img__slick {
      background-image: url("../images/large/1x/kv/kv_2.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__2 .img__slick {
      background-image: url("../images/large/2x/kv/kv_2.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__2 .img__slick {
      background-image: url("../images/large/2x/kv/kv_2.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__3 .img__logo {
      background-image: url("../images/large/1x/kv/kv_3_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__3 .img__logo {
      background-image: url("../images/large/2x/kv/kv_3_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__3 .img__logo {
      background-image: url("../images/large/2x/kv/kv_3_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__3 .img__slick {
      background-image: url("../images/large/1x/kv/kv_3.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__3 .img__slick {
      background-image: url("../images/large/2x/kv/kv_3.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__3 .img__slick {
      background-image: url("../images/large/2x/kv/kv_3.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__4 .img__logo {
      background-image: url("../images/large/1x/kv/kv_4_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__4 .img__logo {
      background-image: url("../images/large/2x/kv/kv_4_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__4 .img__logo {
      background-image: url("../images/large/2x/kv/kv_4_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__4 .img__slick {
      background-image: url("../images/large/1x/kv/kv_4.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__4 .img__slick {
      background-image: url("../images/large/2x/kv/kv_4.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__4 .img__slick {
      background-image: url("../images/large/2x/kv/kv_4.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__5 .img__logo {
      background-image: url("../images/large/1x/kv/kv_5_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__5 .img__logo {
      background-image: url("../images/large/2x/kv/kv_5_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__5 .img__logo {
      background-image: url("../images/large/2x/kv/kv_5_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__5 .img__slick {
      background-image: url("../images/large/1x/kv/kv_5.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__5 .img__slick {
      background-image: url("../images/large/2x/kv/kv_5.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__5 .img__slick {
      background-image: url("../images/large/2x/kv/kv_5.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__6 .img__logo {
      background-image: url("../images/large/1x/kv/kv_6_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__6 .img__logo {
      background-image: url("../images/large/2x/kv/kv_6_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__6 .img__logo {
      background-image: url("../images/large/2x/kv/kv_6_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__6 .img__slick {
      background-image: url("../images/large/1x/kv/kv_6.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__6 .img__slick {
      background-image: url("../images/large/2x/kv/kv_6.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__6 .img__slick {
      background-image: url("../images/large/2x/kv/kv_6.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__7 .img__logo {
      background-image: url("../images/large/1x/kv/kv_7_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__7 .img__logo {
      background-image: url("../images/large/2x/kv/kv_7_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__7 .img__logo {
      background-image: url("../images/large/2x/kv/kv_7_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__7 .img__slick {
      background-image: url("../images/large/1x/kv/kv_7.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__7 .img__slick {
      background-image: url("../images/large/2x/kv/kv_7.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__7 .img__slick {
      background-image: url("../images/large/2x/kv/kv_7.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__8 .img__logo {
      background-image: url("../images/large/1x/kv/kv_8_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__8 .img__logo {
      background-image: url("../images/large/2x/kv/kv_8_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__8 .img__logo {
      background-image: url("../images/large/2x/kv/kv_8_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__8 .img__slick {
      background-image: url("../images/large/1x/kv/kv_8.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__8 .img__slick {
      background-image: url("../images/large/2x/kv/kv_8.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__8 .img__slick {
      background-image: url("../images/large/2x/kv/kv_8.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__9 .img__logo {
      background-image: url("../images/large/1x/kv/kv_9_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__9 .img__logo {
      background-image: url("../images/large/2x/kv/kv_9_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__9 .img__logo {
      background-image: url("../images/large/2x/kv/kv_9_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__9 .img__slick {
      background-image: url("../images/large/1x/kv/kv_9.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__9 .img__slick {
      background-image: url("../images/large/2x/kv/kv_9.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__9 .img__slick {
      background-image: url("../images/large/2x/kv/kv_9.jpg"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__10 .img__logo {
      background-image: url("../images/large/1x/kv/kv_10_logo.png"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__10 .img__logo {
      background-image: url("../images/large/2x/kv/kv_10_logo.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__10 .img__logo {
      background-image: url("../images/large/2x/kv/kv_10_logo.png"); } }

@media all and (min-width: 1280px) {
    .section__kv .slickContent .theme__10 .img__slick {
      background-image: url("../images/large/1x/kv/kv_10.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .slickContent .theme__10 .img__slick {
      background-image: url("../images/large/2x/kv/kv_10.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__kv .slickContent .theme__10 .img__slick {
      background-image: url("../images/large/2x/kv/kv_10.jpg"); } }

@media all and (min-width: 1280px) {
  .section__kv .theme_pd_right_large .itemInfoContainer {
    margin-top: 236px;
    margin-left: -512px;
    text-align: left; }
  .section__kv .theme_pd_right_large .img__slick {
    margin-top: -513px; }
  .section__kv .theme_pd_left_large .itemInfoContainer {
    margin-top: 228px;
    margin-left: -43px;
    text-align: right; }
    .section__kv .theme_pd_left_large .itemInfoContainer .itemInfo-title {
      text-align: right !important; }
    .section__kv .theme_pd_left_large .itemInfoContainer .img__logo {
      display: inline-block;
      margin-right: 0;
      margin-left: 0; }
  .section__kv .theme_pd_left_large .itemImgContainer .img__slick {
    margin-top: -619px; }
  .section__kv .img__slick .comment__text {
    margin-top: 353px;
    margin-left: 399px;
    width: 800px; }
  .section__kv .theme_pd_left_large .img__slick .comment__text {
    text-align: right; }
  .section__kv .theme_pd_right_large .img__slick .comment__text {
    text-align: left; }
  .section__kv .slickContent .itemInfoContainer {
    margin-top: 85px; }
  .section__kv .slickContent .theme__0 .itemImgContainer .img__slick {
    margin-top: -600px; }
  .section__kv .slickContent .theme__0 .itemImgContainer .img__slick .comment__text {
    margin-top: 325px;
    margin-left: 97px;
    font-size: 18px; }
  .section__kv .slickContent .theme__1 .itemImgContainer .img__slick {
    margin-top: -600px; }
  .section__kv .slickContent .theme__1 .itemImgContainer .img__slick .comment__text {
    margin-top: 302px;
    margin-left: 97px;
    font-size: 18px;
    letter-spacing: 0.4px; }
  .section__kv .slickContent .theme__2 .itemImgContainer .img__slick {
    margin-top: -571px; }
  .section__kv .slickContent .theme__2 .itemImgContainer .img__slick .comment__text {
    margin-top: 325px;
    margin-left: -113px;
    font-size: 18px; }
  .section__kv .slickContent .theme__3 .itemImgContainer .img__slick {
    margin-top: -571px; }
  .section__kv .slickContent .theme__3 .itemImgContainer .img__slick .comment__text {
    margin-top: 305px;
    margin-left: -112px;
    font-size: 18px;
    letter-spacing: 0.4px; }
  .section__2 {
    background-color: #131313; }
    .section__2 .wd__content.main-content-section {
      padding-top: 103px; }
    .section__2 .wd__content.main-content-section .content__info {
      margin-top: 36px;
      width: 780px; }
    .section__2 .videoBlock {
      margin-top: 130px; }
  .section__2 .imgInfoListContainer {
    width: 1248px;
    max-width: 100%; }
  .section__2 .imgInfoList {
    width: 1248px;
    min-height: 600px;
    display: inline-block; }
    .section__2 .imgInfoList > div > * {
      vertical-align: top; }
  .section__2 .imgInfoList-item {
    width: 312px;
    margin-bottom: 1px;
    min-height: 600px;
    padding: 0 0 20px 0;
    display: inline-block; }
    .section__2 .imgInfoList-item:before {
      background-color: #131313; }
  .section__2 .content__title.txtMode,
  .section__2 .content__title.txtMode * {
    font-size: 22px;
    color: #fff; }
  .section__2 .content__title + .content__info {
    margin-top: 15px; }
  .section__2 .content__info {
    color: #fff;
    font-size: 17px; }
  .section__2 .imgInfoList-img figure {
    width: 312px;
    height: 664px;
    left: 50%;
    margin-left: -156px; }
  .section__2 .imgInfoListContainer .listArrow-prev {
    margin-left: -654px; }
  .section__2 .imgInfoListContainer .listArrow-next {
    margin-left: 654px; }
  .section__2 .imgInfoList-item .link_arrows-left::before {
    display: inline-block;
    position: relative;
    top: 50%;
    margin-right: -5px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-top-color: #ceb497;
    border-left-color: #ceb497;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    content: '';
    transform-origin: 0 center; }
  .section__2 .imgInfoList-item .link_arrows-right::after, .section__2 .imgInfoList-item .link_arrows-right-down::after {
    display: inline-block;
    position: relative;
    top: 50%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-right-color: #ceb497;
    border-bottom-color: #ceb497;
    content: '';
    transform-origin: 100% center; }
  .section__2 .imgInfoList-item .link_arrows-right::after {
    margin-left: -5px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
  .section__2 .imgInfoList-item .link_arrows-right-down::after {
    margin-left: -5px;
    transform-origin: center;
    transform: translateY(-50%) rotate(45deg); }
  .section__2 .imgInfoListContainer {
    display: block;
    margin: 0 auto; }
  .section__2 .imgInfoList {
    margin: 0 auto; }
  .section__2 .imgInfoList-item {
    padding-bottom: 0;
    box-sizing: border-box;
    min-height: 500px;
    background-color: #000;
    border-left: 1px solid #131313; }
    .section__2 .imgInfoList-item::before {
      background-color: #000; }
  .section__2 .imgInfoList-img {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%; }
  .section__2 .imgInfoList-detail {
    margin-top: 0;
    padding-top: 400px;
    padding-bottom: 60px; }
  .section__2 .showbox-detail-content {
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%; }
  .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
    width: 311px;
    height: 794px; }
    .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
      background-image: url("../images/large/1x/s2/list_0.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_0.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_0.jpg"); } }

@media all and (min-width: 1280px) {
  .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
    width: 311px;
    height: 794px; }
    .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
      background-image: url("../images/large/1x/s2/list_1.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_1.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_1.jpg"); } }

@media all and (min-width: 1280px) {
  .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
    width: 311px;
    height: 794px; }
    .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
      background-image: url("../images/large/1x/s2/list_2.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_2.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_2.jpg"); } }

@media all and (min-width: 1280px) {
  .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
    width: 311px;
    height: 794px; }
    .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
      background-image: url("../images/large/1x/s2/list_3.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_3.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_3.jpg"); } }

@media all and (min-width: 1280px) {
  .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
    width: 311px;
    height: 794px; }
    .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
      background-image: url("../images/large/1x/s2/list_4.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_4.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_4.jpg"); } }

@media all and (min-width: 1280px) {
  .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
    width: 311px;
    height: 794px; }
    .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
      background-image: url("../images/large/1x/s2/list_5.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_5.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_5.jpg"); } }

@media all and (min-width: 1280px) {
  .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
    width: 311px;
    height: 794px; }
    .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
      background-image: url("../images/large/1x/s2/list_6.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_6.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
      background-image: url("../images/large/2x/s2/list_6.jpg"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 {
    padding-top: 0;
    background-color: #131313; }
    .section__3 .wd__content.main-content-section {
      padding-bottom: 0; }
  .section__3 .productGridTableCollection {
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
    max-width: 2560px; }
  .section__3 .productGridTableCollection .img__pd-logo {
    width: 440px;
    height: 40px; }
  .section__3 .productGridTableCollection .img__pd {
    width: 769px;
    height: 618px; }
  .section__3 .productGridTableCollection:first-child {
    padding-top: 25px; }
  .section__3 .productGridTableCollection.odd {
    background-color: #f5f5f5; }
  .section__3 .productGridTable-item {
    position: relative;
    overflow: hidden;
    left: 0;
    padding: 45px 0;
    max-width: 2560px;
    min-height: auto; }
    .section__3 .productGridTable-item .itemInfo-point {
      width: 90%; }
    .section__3 .productGridTable-item.even .itemInfoContainer {
      position: relative;
      z-index: 9;
      left: 50%;
      margin-left: 180px; }
    .section__3 .productGridTable-item.odd .itemInfoContainer {
      position: relative;
      z-index: 9;
      left: 50%;
      margin-left: -500px; }
  .section__3 .productGridTable-item.even .itemInfoContainer,
  .section__3 .productGridTable-item.odd .itemInfoContainer {
    display: block;
    z-index: 9;
    min-height: 540px; }
    .section__3 .productGridTable-item.even .itemInfoContainer .itemInfoContent,
    .section__3 .productGridTable-item.odd .itemInfoContainer .itemInfoContent {
      width: 350px; }
  .section__3 .productGridTable-item.even .itemImgContainer,
  .section__3 .productGridTable-item.odd .itemImgContainer {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
    .section__3 .productGridTable-item.even .itemImgContainer .img[class*='-logo'],
    .section__3 .productGridTable-item.odd .itemImgContainer .img[class*='-logo'] {
      margin: 0; }
    .section__3 .productGridTable-item.even .itemImgContainer .img,
    .section__3 .productGridTable-item.odd .itemImgContainer .img {
      position: relative;
      left: 50%;
      margin: 0;
      margin-left: 0;
      transform: translate(-50%, -50%); }
  .section__3 .productGridTable-item.even .itemImgContainer .img__pd {
    margin-left: -280px; }
  .section__3 .productGridTable-item.odd .itemImgContainer .img__pd {
    margin-left: 253px; }
  .section__3 .productGridTable-item.even .img__pd.img__pd-ux371,
  .section__3 .productGridTable-item.odd .img__pd.img__pd-ux371 {
    margin-top: -31px;
    margin-left: -204px;
    width: 800px; }
  .section__3 .productGridTable-item.even .img__pd.img__pd-ux363,
  .section__3 .productGridTable-item.odd .img__pd.img__pd-ux363 {
    margin-top: -28px;
    margin-left: 213px;
    width: 850px; }
  .section__3 .productGridTable-item.even .img__pd.img__pd-ux393,
  .section__3 .productGridTable-item.odd .img__pd.img__pd-ux393 {
    margin-top: -29px;
    margin-left: -249px;
    width: 769px; }
  .section__3 .productGridTable-item.even .img__pd.img__pd-b9400,
  .section__3 .productGridTable-item.odd .img__pd.img__pd-b9400 {
    margin-top: 0;
    margin-left: 260px;
    width: 769px; }
  .section__4 .productGridTableCollection .img__pd-logo {
    display: none; }
  .section__4 {
    padding-top: 50px;
    background-color: #131313; }
    .section__4 .wd__content.main-content-section {
      padding-top: 50px; }
      .section__4 .wd__content.main-content-section .content__info {
        width: 1060px; }
  .section__4 .pdComment {
    margin-top: 37px;
    padding-left: 16px;
    max-width: 1280px; }
    .section__4 .pdComment .img__icon {
      width: 83px;
      height: 83px; }
    .section__4 .pdComment .comment {
      padding-left: 16px;
      height: 83px;
      vertical-align: top; }
      .section__4 .pdComment .comment:first-child {
        padding-left: 0; }
    .section__4 .pdComment .comment-text {
      font-size: 20px; }
    .section__4 .pdComment .comment-2 {
      display: inline-flex;
      align-items: flex-end;
      margin-left: -2px; }
  .section__4 .pdcollection_nav[data-nav-num='4'] .nav_item {
    width: 25%; }
  .section__4 .pdcollection_nav[data-nav-num='3'] {
    max-width: 1880px; }
  .section__4 .pdcollection_nav[data-nav-num='3'] .nav_item {
    width: 33.33333%; }
  .section__4 .pdcollection_nav[data-nav-num='2'] .nav_item {
    width: 50%; }
  .section__4 .pdcollection_nav[data-nav-num='1'] .nav_item {
    width: 100%; }
  .section__4 .productGridTableCollection-list .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .itemAction .itemAction-link {
      width: 100%;
      max-width: 272px; }
      .section__4 .productGridTableCollection-list .itemAction .itemAction-link:last-child {
        margin-bottom: 0 !important; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemInfoContainer {
    margin-bottom: 102px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemInfoContainer {
    margin-bottom: 160px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemInfoContainer {
    margin-bottom: 218px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__5 {
    margin-top: -4px;
    padding-top: 0;
    background-color: #131313; }
    .section__5 .productGridTableCollection-list:first-child {
      padding-top: 0; }
    .section__5 .wd__content.main-content-section {
      padding-top: 107px;
      padding-bottom: 36px; }
    .section__5 .wd__content.link-content {
      margin-top: 23px; }
  .section__5 .productGridTableCollection-list .itemAction {
    flex-wrap: wrap; }
    .section__5 .productGridTableCollection-list .itemAction .itemAction-link {
      width: 100%;
      max-width: 272px; }
      .section__5 .productGridTableCollection-list .itemAction .itemAction-link:last-child {
        margin-bottom: 0 !important; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemInfoContainer {
    margin-bottom: 102px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction {
    flex-wrap: wrap; }
    .section__5 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemInfoContainer {
    margin-bottom: 160px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction {
    flex-wrap: wrap; }
    .section__5 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemInfoContainer {
    margin-bottom: 218px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction {
    flex-wrap: wrap; }
    .section__5 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__5 + section.section__comment {
    padding-top: 130px; }
  .section__6 .wd__content.main-content-section {
    padding-top: 120px;
    padding-bottom: 36px; }
  .section__6 .productGridTableCollection-list {
    padding-top: 0; }
    .section__6 .productGridTableCollection-list .productGridTable-item {
      padding: 25px;
      min-height: 1px; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
        display: none; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img {
        padding-bottom: 0;
        width: 360px;
        height: 150px;
        background-size: contain; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemAction {
        position: relative;
        bottom: 0;
        margin-top: 25px; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link {
          width: 148px;
          max-width: 100%; }
  .section__comment {
    padding-top: 0;
    padding-bottom: 115px; } }

@media screen and (min-width: 1280px) {
  .product_videos .video_slick.video-2.video-2,
  .product_videos .video_slick.video-1.video-1 {
    width: 100% !important;
    max-width: 1270px !important; }
    .product_videos .video_slick.video-2.video-2 .video,
    .product_videos .video_slick.video-1.video-1 .video {
      width: 100% !important;
      max-width: 634px !important; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .wd__section .medium_use {
    display: block; }
  .wd__section .medium_unuse {
    display: none; }
  .wd__section .no__wrap {
    display: inline-block;
    white-space: nowrap; }
  .wd__section .wd__content.main-content-section .content__title {
    margin-top: 0;
    font-size: 42px;
    line-height: 1.29; }
  .wd__section .wd__content.main-content-section .content__info {
    margin-top: 21px;
    font-size: 20px;
    line-height: 1.46; }
  footer {
    height: unset !important; }
    footer .footer-container {
      overflow: hidden;
      height: unset !important; }
      footer .footer-container .footer-logo {
        position: relative !important;
        top: 0 !important;
        left: 50% !important;
        margin-top: 31px !important;
        transform: translateX(-50%) !important; }
        footer .footer-container .footer-logo figure {
          margin-right: auto !important;
          margin-left: auto !important; }
        footer .footer-container .footer-logo .logo-text {
          margin-top: 11px !important;
          text-align: center; }
      footer .footer-container .footer-copyright {
        position: relative;
        right: 0;
        bottom: unset;
        left: unset;
        margin-left: unset;
        padding-top: 13px;
        padding-bottom: 40px;
        width: 100%;
        text-align: center; }
        footer .footer-container .footer-copyright .copyright {
          margin: 0 5px; }
          footer .footer-container .footer-copyright .copyright .copyright-text {
            font-size: 13px; }
          footer .footer-container .footer-copyright .copyright.copyright-pipe {
            height: 10px; }
  header.nav {
    top: -47px;
    opacity: 0;
    background: #000;
    transition: opacity 400ms; }
    header.nav .header-container {
      height: unset;
      min-height: 60px; }
      header.nav .header-container .logo {
        position: absolute;
        top: 19px;
        left: 19px;
        margin-left: unset;
        transform: none; }
        header.nav .header-container .logo figure {
          width: 100px;
          height: 19px;
          filter: invert(100%);
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmUAAACFCAYAAAAaVI+MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTEzRThFNkZEREQ0MTFFQUIyMDNEM0MzQzU2RTRBODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTEzRThFNzBEREQ0MTFFQUIyMDNEM0MzQzU2RTRBODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNFOEU2RERERDQxMUVBQjIwM0QzQzNDNTZFNEE4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNFOEU2RURERDQxMUVBQjIwM0QzQzNDNTZFNEE4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm5j+JgAABCOSURBVHja7N39ddNIFMbhKw7/YypAVICpIEoFmAowFcRUEKcChwrirSBQQZQKEiqIqYBQgVdDxseKItuSrI97pd9zjk6WLMuG8ejqnRlpFKzXawEAAEC3XtEEAAAAhDIAAAAQygAAAHR4fewfEAQBrbjfODmi5PiQHGFyjPz3hiZOjtMO2j70X9+k2j30B/rRh9z5daPo56QoljNPjnMlP8up72dtiVL16IO/Pmxq14iu0Wun6/U6rj2UIZc7mabJccbFv/UQNkmOE1/sAEDTdcHVpU++Vo1pEhDKmudCwYIw1moQO0uNOAFAUxCb+CA2oTlAKGvXlTzNkKF5rp3PCWIAFAp9fZoIy5AglBHICGMA0FkY41oAQhmBrNci386EMQDauNmwmeh5YAGEssFaEMgaL3YujHE/BgAGjOg19ik7zsSPjtBcsXsgkAFQai5P27EQyFALZsqqC/3oCM2Y0r4AlGIGH4QyZa6Ep2qabNspzQBAaSBzs2PsM4basXxZjVuyjGgGAhkAAhlAKOtOKDxhQyADQCADCGWduxaWLZswJZABUD5oJJCBUKbInJOyEZFwUz8A3bWfm/pBKFPEhTGWLevnZh2vaQYA1H4QylAUMznNtSvLwQCo/SCU0QSFLIRlyyZMhCUBAHrNqf0glOkSCbv2N2HECBSA8hp1RjOAUEZwGIKZsGwJQK8FNQqEMl3czZ0hzcAIFMDgatSUZgChTA9eNt4cZskAaK9RAKFM0SiJZcvmMEsGQLMvNAEIZXqwTUNzprQtAMXcKklIM4BQpueEZJuG5nyiCQBQowBC2SEsWzbfvgReANoH5gChTAFeNk6xAzBcY64BIJTp4J62iWiGRrEsAECzE5oAhLLuhcILZ9tA6AVAjQIIZXvxtGXzWBYAoB01CoSyjs0ZHVHsAAAglHXLzd6wbAkAAAhlHWP7CwAAoEKwXq+P+wOCwOrf3S2njekCgBmPyXFv4FyO+ahKCYUd9DE890n+eiSUAQAAdCwvf3GjPwAAgAKvB/r3DpPjLDn++l/H/uvKHwDscEuXX1Lnc3aZ895/DwBUG+ry5Y0c3gYjHdR+E94AtSJ/TheRF9gIcwBal5e/hhjK3OuUFjX+eXGqoP/KFPNdNyYD6CaUVVUmzMV8JAAIZYeFyXEn3Wxkmg5qhDfAVigrVRb5SABUCWX/vnnMYYwr3GvFxx9h53ugSijTdB4DQKFQlj2GdKP/VPS/TulC6r2H5Vq2s3IbcebX3DcDAIACQ1m+dLNPD6J7FsqFpdO6g3iF/2Ylzx9icP/8O/XrvKXWmFMJHXKDLZYvbX9+o5zBYbYWAb2Sl7+GMlN2JfqXBb8p+TlCOX537ezsmyusFxRYADtCWdF3EO+6//Z2x0D3UG0CVBlCKJv4Q7NL6deN/nmvvPlPtu8avd1TZHnoAcAuI8m/DSXve0WD3io1YHSD4y++hrnv/d7x+6hVIJRVPIG1v3TcneQXAxoR7yqgRQqm5BTK7MiXkTCAMkLZrg5s3qMaVfhz8kJadgYvzvyaeoVBhbJzsbFsyUlZrGBWEZcokox8ARwzCRDtGIimr0n75N36wWwdoawX3MkwU/4z/vAHmu0HVYtktuAdKpCMegH7Vh3+v8dH/vfM1hHK1I5YtC9bupPg28D6myt2ofGRbxnZYscsHaDfb+PXvmMGonl1K/32irzB6Ep4iItQdsC5gYv/EJ9GtBbK6h71limOzNIB3Q2Yh+xQ3SrSftmHtw7tlxnT7fobylyH0r5s6Trs5QD7263o38BX84i3bB9jlg6odu6g3to1KTEgzatfg5mt62MouzLwM36l2KHj0W7VWbpN8SPIgTqFrupXmUHpbeZ7qgNc30LZXI6/UbJplwM+6WNqjdmR7i6bAuf69C//lYsaLNsMOMY0RS9CXbQnuK0ydavzsPa6Zx/CufKf0X3gFwM+USh2/RP6I8oJ4Lf+K2EcFgeQ1Kn+Bzd3THKuUZ3Vrlc9amALy5bsSSbynVowCJEfJLl3Uv7x5+eUZoERtzTBII0ytWvtv86kpYfU+hLKZgZGNexJtm0HnhIcXqGb+mC2CWjMQoA6BSsDzEVyPCTHXdMBrQ+hLBT9y5ZD3JNsX1sQTglod34EGtEkUIpZfWSNUwHtqon61YdQdiX6X6U0xD3JDrUHo1BEPpgRzqDRkibAHtMm6pf1UDYzUMyHuifZPitGocgJZxYGWBhWnSKYoczgMhxyKHPF+9zAz8myZb65MHuIlyPPB2HWDHowq48y4ezBX9sGGcosjKrdDFlMX93pM02AnMHW5mknoGtu4MisPsrYPLlZKZ9YDWUTefnaBm0eZdh7khXhlna/0gzIsRAb29yg/+bChsgoJ5KnWbPST5lbDGUjsfMqJaa9D1sK99wh35RgBiU+U89RIavclA1mFkPZQvQvW8bCtg9lfBNuqAXBDHqthNst0EIwsxbKItG/K7gbTbEkV55rM5Z7sSuYcY8ZNAy2qe2oGswKTSa9MvYXszBi/i48VVjVXFj2Rb6F8BYAdG9JMEPF/HLdt1DmnmgIlf+M93Lk47D4V/Q+CjfW4qVrmgBKatQpg0eUFEmBGf9XffrLKMCeZPVY+WDGC9yRFjLogRIxg0dUcHByyUoos7BsyZ5kzbTpe+EhAGydif4Zcwxr8Mi9sCjq4Kb3FkLZ3EARZk+yZtv2qw9n7K4NK2/ywHDMfX1iUI4ipvsyjfZQNjZSgLk5vZ1RqSt+b317s+XIcE2Ed2RCX3069Qe1CYecWQ1lFpYtY07C1i3lac+gTUBbEooHZST6t8bBMMW+NrmZs0vhSXzkm1oMZXPR/wg8e5J13/5L/xm89YXwq2zv7yOoDXCkCSjgwtg3X5M2953xUADSA8vcV0W+VvoDh0aKLnuS6SuEy5zvj/1JMEoF/Q8534Mdof/cuNBBu3t5vl1S5PvuB9+PNweG5URyVtm0hrIr0X/PCHuS2SqKG/uWmsepfhf5r+9SBTOiKVWZEMpgUCy7HwpI16DsgPFkx++DTbnXE42hbGbk4seeZP0Ob/Ge35ce2W6K45tUAaVgtuMTAyP0uAYdGkTKjvCWvn6mB5WsCugyDoJgtF6vHzWHMtd5LDxtuRQefx6ylWyXreOCxTId5E5yvocKRY3wC/y7dzYuOKCUHeEtXYve7Al5qL+GxZpD2cJAkXUnALNkqFIsixRI7nsrX9QAlFdlYiEd3rJ16UPq+s2As3jdVxvKJrLjaQRlePUPmi6Q3Pd2RFED0JiVPH+4rcryarqGvcuEt6HVrzfZb2gJZe4DsrIn2ZLzEh3ivrfnTghlgGpVl1fTNSrMhLe+PPQw1hrKrow0KnuSweKINi44ik0XPiv3vYV81Oa9owlwYABaNOCMfe2y+9aP9Xp91FED13hrA8fc4ser6IioMaa5z8/d8/mg8NyMlP08PHxQzg11CjUb+Wu29lzx8CJTdRzKRkqL/IuGM9oxCWVowtTIeUtfJ5Tx2TGYVF0vspmq69csue0vQgMfLMuWwNZSnl4dw8at+XgitPyFE2hCLE+vuDLjVccn4szIBSimbwPPuJt3PwtPIuc5oQkIsFDjklB2mJWnLdmTDNhtJTyNnMfdJxvSDIUH50DT1/GYULbfzEjRYk8yYL+fNEGuc5qgkDOaAOg2lI2NFKyYWQAAFU2FpbkibRTSDEC3oezKSNtwcz+AY7inCtkeI58LYwuaAS0xM0BqO5TNjTSOe1pjRT8G+lPsOjDywYw2ehnIrgmsaMlMcV97mTNa3KfMnYgW9hh66FFnZO8mNB062K/s8PFHbDxp3obItwd7zKGtQaPm/nbT5T5lLFsC/Qpk18I9QUXbauFnzaYDDmM3on9Jd0V37c05N0+OO7E2I9vSTNnMyIj2umcdkxEomri4LpSPPi3Mxi8GcE5s+oql2VTYnhWb+gkgK/XpxUxZcOyrkoIgOPRbQiNp1W198V76tQWGpiJzL2wvYr3gcQ9QM2J/fvyW7VsSYiOzEdmX2b+T7YuhrX4WsGXT9yy6TDLYs71QX7fwP70yUswvCA2NX9QBvBRJsVmzrgY20cA+C6Atf7PfaDqUTY10cjc6uqR/ACatZBj3tjGwAfrlxfuDm1y+3DyZZWGWrK8vV+YeCQzBW3m6hwQALPmYZLBn2aPJpy8tLVve0zcAkx79saIpAFiSDWRNhrKJP7RzhZxlS8AuSzfGQ//1AGi7djUeytzsmKU9ybi5H7Bf2HgxOo4NZIQytCluK5Sdi41lyx+MrgHzbvcVOKDE9QDoonY1GsoisfE6ETc7xs79QH9Gm+6cXtIcqPMCCbRQuxoLZZaWLdmTDLDvR+Y8ZgkTVayEmTJ0W7saCWVu2TI0kk65uR+w72dOoVvRLKhwgQS6rF21hzK3qeHMSGN8oz8A5j3uuJhe0DQo6TtNAAW1q9ZQZmnZkj3JAPt2Tf8vhdkyFEd/gZbaVVsom4uN13+4E49lS6AfLir+O4C+ArV97qhQFgSBC2PnRhrim3BzP9AHS9k/u+H+fUwz4YBLYZYMumrXce++TELZndiYJXPThZ8H2AF49yX6xg2sPha4mIbJ4erTiCZDjpXvR+mB+o08besEtFK78vJX5ZmyJJDNjAQy1xDc3A/0w4UUm91YCUtT2I23uaBt34vUrkqhLAlkbhRqZdmyaBEHoFss5e4Ldb93SbMhp1/ENANa5B4wnBf5jVVnytzTliMjDcHN/YB9Vd/C8VV44hpb7lYWVk6gtnaVDmV+2TIy0hi8SgnoB3dP6Krif3tKMIPvA1wT0EUOKVx/SoWyJJC52TEry5aXFGKgN0UtPnKkSjAjkJ0K95Gh/dpV6o0RZWfKrCxbuhE1N/kC/Shqyxr+nE0w45U6w/ODQAYrtatwKAuCYJJ8mRhpDPYkAwhkecHsMwO2Qbn0nznXA9ioXW6fjEOHPM2O/ZGnfa+0H9f0h+3Hy8Fh8PjTwgAwSo4H2po+lHJDu3G02e/y8lbRmbKF2Fi2ZE8ywDZ374/bYLHpZcbY/394Ort/3AzFe2GpGgZr18FQFgSBG1FOjTQKe5IBdl1Isd366x7EfRT2reoD9xm6e8fYGBZtSteR42tXgWVLK1P8d/SNlx8vB4eBwy0baXg7SCQsYVk87mqaOOCz5yh7uIcfwzrz16FQtjDUOGMyGKGMw9ThBnwaHx4a+2LLZ6T//uGoxs+dUMbRShirFMp8Z7fSQAvyF6GMw9TMmIUnuUd+BuaOz0zVrNisjgsioYyjwiByXmffy8teQd5byp0gCB4a6vhNrOe+5x6CnaEM0GAlTzfAFnopr0KhH6h+8l9HfKStiZPjp+8/TfadG7Hzthq0ly9+pPpfvRfonPz1ekcgqzUNNoybOgGd7v0F9T+xv5u+CwNL2e49FPnjAyGt9oug6yu3vu/ENAk6GATc+hDWet16MVOWBDJ3P8WdocY7pQ/tDuI0AVo+HzcX1HsZ1pPQoWxn0975fx4T1g72FxfCfvn+0nWfYaZsmAMAd/xO1a/2LtA5M2V5oexObNw07xr0o7AFBqEMbRWvjZUvYo+pCynn4W6bcLYJbpIKbnnBzqK8PrDpJ9l/Hyv9OxDK+lerxP/6b6bvqeiDhUIZAAAA2veKJgAAACCUAQAAgFAGAACgw/8CDACCM2V5xmazFQAAAABJRU5ErkJggg=="); }
    header.nav::after {
      background-color: #bababa; }
    header.nav.show-section-nav {
      top: 0;
      opacity: 1;
      background-color: #000;
      transition: all 400ms; }
      header.nav.show-section-nav .header-section-nav {
        z-index: 0;
        top: 0;
        opacity: 1;
        transition: opacity 250ms; }
  .header-container .subnav-icon {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    margin-left: unset;
    width: 50px;
    height: 50px; }
    .header-container .subnav-icon.open .burger {
      background: none; }
    .header-container .subnav-icon.open .burger::before,
    .header-container .subnav-icon.open .burger::after {
      top: 0; }
    .header-container .subnav-icon.open .burger::before {
      transform: rotate(-45deg); }
    .header-container .subnav-icon.open .burger::after {
      transform: rotate(45deg); }
    .header-container .subnav-icon:hover:not(.open) .burger::before {
      transform: translateY(-2px); }
    .header-container .subnav-icon:hover:not(.open) .burger::after {
      transform: translateY(2px); }
  .header-container .burger,
  .header-container .burger::before,
  .header-container .burger::after {
    left: 0;
    width: 20px;
    height: 2px;
    background: #cf836c;
    transition: all 0.3s; }
  .header-container .burger {
    position: relative;
    margin: 25px auto 0; }
    .header-container .burger::before, .header-container .burger::after {
      content: '';
      position: absolute; }
    .header-container .burger::before {
      top: -6px; }
    .header-container .burger::after {
      top: 6px; }
  header.nav .header-section-nav {
    display: block;
    padding-top: 57px; }
    header.nav .header-section-nav .section-nav .nav-item {
      display: block;
      overflow: hidden;
      width: 100%;
      height: auto;
      max-height: 0;
      transition: all 300ms; }
      header.nav .header-section-nav .section-nav .nav-item .item-img {
        height: 44px; }
      header.nav .header-section-nav .section-nav .nav-item.active {
        background-color: #262626; }
  header.nav.show-sub-nav .header-section-nav .section-nav {
    padding-bottom: 8px; }
    header.nav.show-sub-nav .header-section-nav .section-nav .nav-item {
      padding: 7px 0;
      max-height: 400px; }
  .section__kv .slickContent .theme__0 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_0_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__0 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_0_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__0 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_0_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__0 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_0.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__0 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__0 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_0.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__1 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_1_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__1 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_1_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__1 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_1_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__1 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_1.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__1 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__1 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_1.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__2 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_2_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__2 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_2_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__2 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_2_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__2 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_2.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__2 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__2 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_2.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__3 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_3_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__3 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_3_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__3 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_3_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__3 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_3.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__3 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__3 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_3.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__4 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_4_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__4 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_4_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__4 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_4_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__4 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_4.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__4 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__4 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_4.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__5 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_5_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__5 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_5_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__5 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_5_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__5 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_5.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__5 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__5 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_5.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__6 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_6_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__6 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_6_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__6 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_6_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__6 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_6.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__6 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__6 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_6.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__7 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_7_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__7 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_7_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__7 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_7_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__7 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_7.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__7 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__7 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_7.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__8 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_8_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__8 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_8_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__8 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_8_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__8 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_8.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__8 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__8 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_8.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__9 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_9_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__9 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_9_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__9 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_9_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__9 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_9.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__9 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__9 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_9.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__10 .img__logo {
    background-image: url("../images/medium/1x/kv/kv_10_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__10 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_10_logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__10 .img__logo {
    background-image: url("../images/medium/2x/kv/kv_10_logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent .theme__10 .img__slick {
    background-image: url("../images/medium/1x/kv/kv_10.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__10 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__10 .img__slick {
    background-image: url("../images/medium/2x/kv/kv_10.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__kv .slickContent {
    height: 1102px; }
    .section__kv .slickContent .img__slick .comment__text {
      margin-top: 487px;
      width: 768px;
      font-size: 17.6px;
      text-align: center; }
    .section__kv .slickContent .carousel-item {
      height: 1112px; }
      .section__kv .slickContent .carousel-item .img__slick {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0;
        width: 1280px;
        height: 1300px;
        background-size: contain;
        transform: translate(-50%, 0); }
    .section__kv .slickContent .img__logo {
      margin-top: 25px;
      width: 600px;
      height: 50px; }
    .section__kv .slickContent .itemInfoContainer {
      position: relative;
      overflow: visible;
      top: 0;
      margin-top: 40px;
      width: 100%; }
      .section__kv .slickContent .itemInfoContainer .itemInfoContent {
        margin-left: -300px;
        width: 600px; }
      .section__kv .slickContent .itemInfoContainer .itemInfo-title {
        margin-right: auto;
        margin-left: auto;
        width: 560px;
        line-height: 1.2; }
    .section__kv .slickContent .itemImgContainer {
      position: relative;
      overflow: visible;
      top: 0;
      left: 0;
      height: 1px; }
    .section__kv .slickContent .itemImgContainer .img__slick {
      margin-top: -440px; }
  .section__kv .slick-dots {
    bottom: 20px; }
  .section__kv .slickContent .theme__0 .itemImgContainer .img__slick,
  .section__kv .slickContent .theme__1 .itemImgContainer .img__slick {
    margin-top: -420px; }
  .section__kv .slickContent .theme__2 .itemImgContainer .img__slick,
  .section__kv .slickContent .theme__3 .itemImgContainer .img__slick {
    margin-top: -420px; }
  .section__kv .slickContent .theme__1 .img__slick .comment__text,
  .section__kv .slickContent .theme__3 .img__slick .comment__text {
    margin-top: 465px;
    width: 768px;
    font-size: 17.6px;
    text-align: center;
    letter-spacing: 0.5px; }
  .section__2 {
    padding-top: 88px; }
    .section__2 .wd__content.main-content-section .content__title {
      width: 500px; }
    .section__2 .wd__content.main-content-section .content__info {
      width: 640px; }
  .section__2 .videoBlock {
    margin-top: 100px;
    margin-bottom: 0; }
    .section__2 .videoBlock #video__kv {
      position: relative;
      width: 100%;
      max-width: 1300px;
      height: auto; }
    .section__2 .videoBlock .vidInterface {
      width: 290px;
      height: 130px; }
      .section__2 .videoBlock .vidInterface .playBtn {
        width: 64px;
        height: 64px; }
      .section__2 .videoBlock .vidInterface span {
        display: block;
        margin-top: 15px;
        color: #fff;
        font-size: 22px;
        line-height: 24px; }
  .section__2 .col__foot .foot__text {
    margin: 50px auto 30px;
    width: 94%;
    max-width: 716px; }
    .section__2 .col__foot .foot__text div {
      font-size: 16px; }
    .section__2 .col__foot .foot__text .ft__left {
      width: 55%; }
    .section__2 .col__foot .foot__text .ft__right {
      margin-top: -20px; }
      .section__2 .col__foot .foot__text .ft__right > span {
        margin-right: 15px;
        padding-top: 41px;
        width: 200px;
        text-align: right; }
      .section__2 .col__foot .foot__text .ft__right .img__intel {
        background-image: url("../images/large/1x/icon/intel.jpg") ;
        width: 76px;
        height: 76px;
        background-size: cover; } }
      @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
        .section__2 .col__foot .foot__text .ft__right .img__intel {
          background-image: url("../images/large/2x/icon/intel.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .imgInfoListContainer {
    width: 624px;
    max-width: 100%; }
  .section__2 .imgInfoList {
    width: 624px;
    min-height: 1px;
    display: inline-block; }
    .section__2 .imgInfoList > div > * {
      vertical-align: top; }
  .section__2 .imgInfoList-item {
    width: 312px;
    margin-bottom: 1px;
    min-height: 1px;
    padding: 0 0 20px 0;
    display: inline-block; }
    .section__2 .imgInfoList-item:before {
      background-color: #131313; }
  .section__2 .content__title.txtMode,
  .section__2 .content__title.txtMode * {
    font-size: 20px;
    color: #fff; }
  .section__2 .content__title + .content__info {
    margin-top: 15px; }
  .section__2 .content__info {
    color: #fff;
    font-size: 16.5px; }
  .section__2 .imgInfoList-img figure {
    width: 312px;
    height: 664px;
    left: 50%;
    margin-left: -156px; }
  .section__2 .imgInfoListContainer .listArrow-prev {
    margin-left: -342px; }
  .section__2 .imgInfoListContainer .listArrow-next {
    margin-left: 342px; }
  .section__2 .imgInfoList-item .link_arrows-left::before {
    display: inline-block;
    position: relative;
    top: 50%;
    margin-right: -5px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    content: '';
    transform-origin: 0 center; }
  .section__2 .imgInfoList-item .link_arrows-right::after, .section__2 .imgInfoList-item .link_arrows-right-down::after {
    display: inline-block;
    position: relative;
    top: 50%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    content: '';
    transform-origin: 100% center; }
  .section__2 .imgInfoList-item .link_arrows-right::after {
    margin-left: -5px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
  .section__2 .imgInfoList-item .link_arrows-right-down::after {
    margin-left: -5px;
    transform-origin: center;
    transform: translateY(-50%) rotate(45deg); }
  .section__2 .imgInfoListContainer {
    display: block;
    margin: 0 auto;
    margin-top: 55px; }
  .section__2 .imgInfoList {
    margin: 0 auto; }
  .section__2 .imgInfoList-item {
    padding-bottom: 0;
    box-sizing: border-box;
    border-left: 1px solid #131313; }
    .section__2 .imgInfoList-item::before {
      background-color: #000; }
  .section__2 .imgInfoList-img {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%; }
  .section__2 .imgInfoList-detail {
    margin-top: 0;
    padding-top: 400px;
    padding-bottom: 60px; }
    .section__2 .imgInfoList-detail sup.footnote-num {
      top: -4px;
      font-size: 12px; }
  .section__2 .showbox-detail-content {
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%; }
  .section__2 .showbox-detail-moreLink {
    margin-top: 15px;
    color: #ceb497;
    font-size: 16px; }
    .section__2 .showbox-detail-moreLink a,
    .section__2 .showbox-detail-moreLink a:link,
    .section__2 .showbox-detail-moreLink a:hover {
      color: #ceb497; }
  .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
    width: 312px;
    height: 664px; }
    .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
      background-image: url("../images/medium/1x/s2/list_0.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_0.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_0.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
    width: 312px;
    height: 664px; }
    .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
      background-image: url("../images/medium/1x/s2/list_1.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_1.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_1.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
    width: 312px;
    height: 664px; }
    .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
      background-image: url("../images/medium/1x/s2/list_2.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_2.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_2.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
    width: 312px;
    height: 664px; }
    .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
      background-image: url("../images/medium/1x/s2/list_3.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_3.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_3.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
    width: 312px;
    height: 664px; }
    .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
      background-image: url("../images/medium/1x/s2/list_4.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_4.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_4.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
    width: 312px;
    height: 664px; }
    .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
      background-image: url("../images/medium/1x/s2/list_5.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_5.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_5.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
    width: 312px;
    height: 664px; }
    .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
      background-image: url("../images/medium/1x/s2/list_6.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_6.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
      background-image: url("../images/medium/2x/s2/list_6.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection .img__pd-logo {
    width: 440px;
    height: 43px; }
  .section__3 .productGridTableCollection .img__pd {
    width: 1280px;
    height: 457px; }
  .section__3 {
    padding-top: 88px; }
  .section__3 .wd__content.main-content-section {
    margin-bottom: 48px; }
    .section__3 .wd__content.main-content-section .content__title {
      width: 500px; }
  .section__3 .productGridTableCollection {
    padding-top: 0;
    background-color: #131315; }
    .section__3 .productGridTableCollection .productGridTable-item {
      padding-top: 0;
      padding-bottom: 85px; }
      .section__3 .productGridTableCollection .productGridTable-item:last-child {
        padding-bottom: 0; }
      .section__3 .productGridTableCollection .productGridTable-item .itemImgContainer {
        position: relative; }
        .section__3 .productGridTableCollection .productGridTable-item .itemImgContainer .img__pd {
          position: relative; }
      .section__3 .productGridTableCollection .productGridTable-item .itemInfoContainer .itemInfoContent .itemInfo-title {
        margin-top: 8px;
        font-size: 34px;
        line-height: 1.14; }
      .section__3 .productGridTableCollection .productGridTable-item .itemInfoContainer .itemInfoContent .itemInfo-info {
        margin-top: 8px;
        font-size: 26px; }
      .section__3 .productGridTableCollection .productGridTable-item .itemInfoContainer .itemAction .itemAction-link {
        margin-right: 46px; }
  .section__3 .productGridTable-item-3 .itemInfo-point.itemInfo-point.itemInfo-point {
    width: 102%; }
  .section__4 .pdcollection_nav[data-nav-num='3'] {
    max-width: 1024px; }
  .section__4 .pdcollection_nav[data-nav-num='3'] .nav_item {
    width: 33.33333%; }
  .section__3 .productGridTableCollection-0 .img__pd {
    margin-top: 42px; }
  .section__3 .productGridTableCollection-0 .img__pd.img__pd-ux371 {
    margin-top: 10px;
    height: 465px; }
  .section__3 .productGridTableCollection-0 .img__pd.img__pd-ux363 {
    height: 436px; }
  .section__3 .productGridTableCollection-0 .img__pd.img__pd-ux393 {
    height: 457px; }
  .section__3 .productGridTableCollection-0 .img__pd.img__pd-b9400 {
    height: 516px; }
  .section__4 {
    padding-top: 88px; }
  .section__4 .wd__content.main-content-section .content__title {
    width: 80%;
    max-width: 1000px; }
  .section__4 .wd__content.main-content-section .content__info {
    width: 80%;
    max-width: 1000px; }
  .section__4 .pdcollection_nav {
    margin-top: 63px;
    margin-right: auto;
    margin-left: auto;
    max-width: 740px; }
    .section__4 .pdcollection_nav .nav_item {
      display: inline-block;
      overflow: hidden;
      margin-bottom: -4px;
      width: 366px;
      height: 366px; }
      .section__4 .pdcollection_nav .nav_item .img {
        position: relative;
        left: 50%;
        width: 366px;
        height: 366px;
        background-size: contain;
        transform: translateX(-50%); }
    .section__4 .img__nav_img-0 {
      background-image: url("../images/medium/1x/s4/nav_0.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__4 .img__nav_img-0 {
      background-image: url("../images/medium/2x/s4/nav_0.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__4 .img__nav_img-0 {
      background-image: url("../images/medium/2x/s4/nav_0.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
    .section__4 .img__nav_img-1 {
      background-image: url("../images/medium/1x/s4/nav_1.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__4 .img__nav_img-1 {
      background-image: url("../images/medium/2x/s4/nav_1.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__4 .img__nav_img-1 {
      background-image: url("../images/medium/2x/s4/nav_1.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
    .section__4 .img__nav_img-2 {
      background-image: url("../images/medium/1x/s4/nav_2.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__4 .img__nav_img-2 {
      background-image: url("../images/medium/2x/s4/nav_2.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__4 .img__nav_img-2 {
      background-image: url("../images/medium/2x/s4/nav_2.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
    .section__4 .img__nav_img-3 {
      background-image: url("../images/medium/1x/s4/nav_3.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__4 .img__nav_img-3 {
      background-image: url("../images/medium/2x/s4/nav_3.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__4 .img__nav_img-3 {
      background-image: url("../images/medium/2x/s4/nav_3.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
    .section__4 .img__nav_img-4 {
      background-image: url("../images/medium/1x/s4/nav_4.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__4 .img__nav_img-4 {
      background-image: url("../images/medium/2x/s4/nav_4.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__4 .img__nav_img-4 {
      background-image: url("../images/medium/2x/s4/nav_4.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__4 .pdComment {
    margin-top: 37px;
    padding-right: 0;
    padding-left: 4px;
    max-width: 740px; }
    .section__4 .pdComment .img__icon {
      width: 83px;
      height: 83px; }
    .section__4 .pdComment .comment {
      padding-left: 14px;
      height: 83px;
      vertical-align: top; }
      .section__4 .pdComment .comment:first-child {
        padding-left: 0; }
    .section__4 .pdComment .comment-text {
      top: 6px;
      margin-left: -1px;
      font-size: 20px; }
    .section__4 .pdComment .comment-2 {
      display: inline-flex;
      align-items: flex-end; }
  .section__4 .productGridTableCollection-list .itemImgContainer {
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    height: 200px; }
    .section__4 .productGridTableCollection-list .itemImgContainer .img__pd {
      padding-bottom: 0;
      width: 310px;
      height: 221px;
      background-color: transparent; }
  .section__4 .productGridTableCollection-list .img__pd-logo {
    display: none; }
  .section__4 .productGridTableCollection-list .anchor {
    top: -50px; }
  .section__4 .productGridTableCollection-list.productGridTableCollection-0 .anchor {
    top: -55px; }
  .section__4 .productGridTable-item .itemAction .itemAction-link:last-child {
    margin-bottom: 0 !important; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemInfoContainer {
    margin-bottom: 102px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemInfoContainer {
    margin-bottom: 160px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemInfoContainer {
    margin-bottom: 218px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__5 {
    margin-top: -10px;
    padding-top: 88px; }
    .section__5 .productGridTableCollection-list {
      margin-top: 43px;
      padding-top: 0; }
  .section__5 .wd__content.main-content-section .content__title {
    width: 500px; }
  .section__5 .wd__content.main-content-section .content__info {
    width: 640px; }
  .section__5 .wd__content.link-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 590px; }
    .section__5 .wd__content.link-content .content__link {
      margin-right: 0;
      margin-bottom: 10px;
      margin-left: 0;
      width: 49%;
      max-width: unset; }
  .section__5 .productGridTableCollection-list {
    padding-bottom: 92px; }
    .section__5 .productGridTableCollection-list .itemImgContainer {
      margin-right: auto;
      margin-left: auto;
      width: 250px;
      height: 200px; }
      .section__5 .productGridTableCollection-list .itemImgContainer .img__pd {
        padding-bottom: 0;
        width: 310px;
        height: 221px;
        background-color: transparent; }
    .section__5 .productGridTableCollection-list .img__pd-logo {
      display: none; }
  .section__5 .productGridTable-item .itemAction .itemAction-link:last-child {
    margin-bottom: 0 !important; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemInfoContainer {
    margin-bottom: 102px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction {
    flex-wrap: wrap; }
    .section__5 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemInfoContainer {
    margin-bottom: 160px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction {
    flex-wrap: wrap; }
    .section__5 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemInfoContainer {
    margin-bottom: 218px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction {
    flex-wrap: wrap; }
    .section__5 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction .itemAction-link {
      margin-bottom: 14px; }
  .section__5 + section.section__comment {
    padding-top: 90px; }
  .section__6 {
    padding-top: 88px; }
  .section__6 .wd__content.main-content-section .content__title {
    width: 560px; }
  .section__6 .wd__content.main-content-section .content__info {
    width: 640px; }
  .section__6 .productGridTableCollection-list {
    margin-top: 46px;
    padding-top: 0; }
    .section__6 .productGridTableCollection-list .productGridTable-item {
      padding: 23px;
      min-height: 1px; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
        display: none; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer {
        width: 312px; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img {
          padding-bottom: 0;
          width: 312px;
          height: 130px;
          background-size: contain; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemAction {
        position: relative;
        bottom: 0;
        margin-top: 25px;
        padding: 0; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link {
          padding: 12px;
          width: auto;
          max-width: 100%;
          min-width: 148px; }
  .section__comment {
    padding-top: 0;
    padding-bottom: 88px; } }

@media (min-width: 731px) and (max-width: 1279px) {
  .product_videos .video_slick.video-2,
  .product_videos .video_slick.video-1 {
    width: auto !important;
    max-width: 682px !important; }
    .product_videos .video_slick.video-2 .video,
    .product_videos .video_slick.video-1 .video {
      width: 100% !important;
      max-width: 340px !important; } }

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .section__5 .wd__content.link-content {
    max-width: 1000px; }
    .section__5 .wd__content.link-content .content__link {
      width: 24%;
      max-width: 264px; } }

@media all and (max-width: 730px) {
  .wd__section .small_use {
    display: block; }
  .wd__section .small_unuse {
    display: none; }
  .wd__section .no__wrap {
    white-space: normal; }
  .wd__section .wd__content.main-content-section {
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    width: 89.5%; }
    .wd__section .wd__content.main-content-section .content__title {
      margin-top: 0;
      font-size: 34px;
      line-height: 1.29; }
    .wd__section .wd__content.main-content-section .content__info {
      margin-top: 16px;
      font-size: 17px;
      line-height: 1.46; }
  .wd__section .wd__link__arrow::after {
    padding-left: 5px; }
  footer .footer-container .footer-copyright {
    position: relative;
    right: 0;
    bottom: unset;
    left: unset;
    margin-left: unset;
    padding-top: 13px;
    padding-bottom: 4px;
    width: 100%;
    text-align: center; }
    footer .footer-container .footer-copyright .copyright {
      margin: 0 3px 4px; }
      footer .footer-container .footer-copyright .copyright .copyright-text {
        font-size: 12px; }
      footer .footer-container .footer-copyright .copyright.copyright-pipe {
        top: -2px;
        height: 10px; }
  header.nav {
    top: -47px;
    opacity: 0;
    background: #000;
    transition: opacity 400ms; }
    header.nav .header-container {
      height: unset;
      min-height: 50px; }
      header.nav .header-container .logo {
        position: absolute;
        top: 16px;
        left: 14.4px;
        margin-left: unset;
        width: unset;
        transform: none; }
        header.nav .header-container .logo figure {
          width: 100px;
          height: 18px;
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmUAAACFCAYAAAAaVI+MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTEzRThFNkZEREQ0MTFFQUIyMDNEM0MzQzU2RTRBODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTEzRThFNzBEREQ0MTFFQUIyMDNEM0MzQzU2RTRBODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNFOEU2RERERDQxMUVBQjIwM0QzQzNDNTZFNEE4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNFOEU2RURERDQxMUVBQjIwM0QzQzNDNTZFNEE4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm5j+JgAABCOSURBVHja7N39ddNIFMbhKw7/YypAVICpIEoFmAowFcRUEKcChwrirSBQQZQKEiqIqYBQgVdDxseKItuSrI97pd9zjk6WLMuG8ejqnRlpFKzXawEAAEC3XtEEAAAAhDIAAAAQygAAAHR4fewfEAQBrbjfODmi5PiQHGFyjPz3hiZOjtMO2j70X9+k2j30B/rRh9z5daPo56QoljNPjnMlP8up72dtiVL16IO/Pmxq14iu0Wun6/U6rj2UIZc7mabJccbFv/UQNkmOE1/sAEDTdcHVpU++Vo1pEhDKmudCwYIw1moQO0uNOAFAUxCb+CA2oTlAKGvXlTzNkKF5rp3PCWIAFAp9fZoIy5AglBHICGMA0FkY41oAQhmBrNci386EMQDauNmwmeh5YAGEssFaEMgaL3YujHE/BgAGjOg19ik7zsSPjtBcsXsgkAFQai5P27EQyFALZsqqC/3oCM2Y0r4AlGIGH4QyZa6Ep2qabNspzQBAaSBzs2PsM4basXxZjVuyjGgGAhkAAhlAKOtOKDxhQyADQCADCGWduxaWLZswJZABUD5oJJCBUKbInJOyEZFwUz8A3bWfm/pBKFPEhTGWLevnZh2vaQYA1H4QylAUMznNtSvLwQCo/SCU0QSFLIRlyyZMhCUBAHrNqf0glOkSCbv2N2HECBSA8hp1RjOAUEZwGIKZsGwJQK8FNQqEMl3czZ0hzcAIFMDgatSUZgChTA9eNt4cZskAaK9RAKFM0SiJZcvmMEsGQLMvNAEIZXqwTUNzprQtAMXcKklIM4BQpueEZJuG5nyiCQBQowBC2SEsWzbfvgReANoH5gChTAFeNk6xAzBcY64BIJTp4J62iWiGRrEsAECzE5oAhLLuhcILZ9tA6AVAjQIIZXvxtGXzWBYAoB01CoSyjs0ZHVHsAAAglHXLzd6wbAkAAAhlHWP7CwAAoEKwXq+P+wOCwOrf3S2njekCgBmPyXFv4FyO+ahKCYUd9DE890n+eiSUAQAAdCwvf3GjPwAAgAKvB/r3DpPjLDn++l/H/uvKHwDscEuXX1Lnc3aZ895/DwBUG+ry5Y0c3gYjHdR+E94AtSJ/TheRF9gIcwBal5e/hhjK3OuUFjX+eXGqoP/KFPNdNyYD6CaUVVUmzMV8JAAIZYeFyXEn3Wxkmg5qhDfAVigrVRb5SABUCWX/vnnMYYwr3GvFxx9h53ugSijTdB4DQKFQlj2GdKP/VPS/TulC6r2H5Vq2s3IbcebX3DcDAIACQ1m+dLNPD6J7FsqFpdO6g3iF/2Ylzx9icP/8O/XrvKXWmFMJHXKDLZYvbX9+o5zBYbYWAb2Sl7+GMlN2JfqXBb8p+TlCOX537ezsmyusFxRYADtCWdF3EO+6//Z2x0D3UG0CVBlCKJv4Q7NL6deN/nmvvPlPtu8avd1TZHnoAcAuI8m/DSXve0WD3io1YHSD4y++hrnv/d7x+6hVIJRVPIG1v3TcneQXAxoR7yqgRQqm5BTK7MiXkTCAMkLZrg5s3qMaVfhz8kJadgYvzvyaeoVBhbJzsbFsyUlZrGBWEZcokox8ARwzCRDtGIimr0n75N36wWwdoawX3MkwU/4z/vAHmu0HVYtktuAdKpCMegH7Vh3+v8dH/vfM1hHK1I5YtC9bupPg28D6myt2ofGRbxnZYscsHaDfb+PXvmMGonl1K/32irzB6Ep4iItQdsC5gYv/EJ9GtBbK6h71limOzNIB3Q2Yh+xQ3SrSftmHtw7tlxnT7fobylyH0r5s6Trs5QD7263o38BX84i3bB9jlg6odu6g3to1KTEgzatfg5mt62MouzLwM36l2KHj0W7VWbpN8SPIgTqFrupXmUHpbeZ7qgNc30LZXI6/UbJplwM+6WNqjdmR7i6bAuf69C//lYsaLNsMOMY0RS9CXbQnuK0ydavzsPa6Zx/CufKf0X3gFwM+USh2/RP6I8oJ4Lf+K2EcFgeQ1Kn+Bzd3THKuUZ3Vrlc9amALy5bsSSbynVowCJEfJLl3Uv7x5+eUZoERtzTBII0ytWvtv86kpYfU+hLKZgZGNexJtm0HnhIcXqGb+mC2CWjMQoA6BSsDzEVyPCTHXdMBrQ+hLBT9y5ZD3JNsX1sQTglod34EGtEkUIpZfWSNUwHtqon61YdQdiX6X6U0xD3JDrUHo1BEPpgRzqDRkibAHtMm6pf1UDYzUMyHuifZPitGocgJZxYGWBhWnSKYoczgMhxyKHPF+9zAz8myZb65MHuIlyPPB2HWDHowq48y4ezBX9sGGcosjKrdDFlMX93pM02AnMHW5mknoGtu4MisPsrYPLlZKZ9YDWUTefnaBm0eZdh7khXhlna/0gzIsRAb29yg/+bChsgoJ5KnWbPST5lbDGUjsfMqJaa9D1sK99wh35RgBiU+U89RIavclA1mFkPZQvQvW8bCtg9lfBNuqAXBDHqthNst0EIwsxbKItG/K7gbTbEkV55rM5Z7sSuYcY8ZNAy2qe2oGswKTSa9MvYXszBi/i48VVjVXFj2Rb6F8BYAdG9JMEPF/HLdt1DmnmgIlf+M93Lk47D4V/Q+CjfW4qVrmgBKatQpg0eUFEmBGf9XffrLKMCeZPVY+WDGC9yRFjLogRIxg0dUcHByyUoos7BsyZ5kzbTpe+EhAGydif4Zcwxr8Mi9sCjq4Kb3FkLZ3EARZk+yZtv2qw9n7K4NK2/ywHDMfX1iUI4ipvsyjfZQNjZSgLk5vZ1RqSt+b317s+XIcE2Ed2RCX3069Qe1CYecWQ1lFpYtY07C1i3lac+gTUBbEooHZST6t8bBMMW+NrmZs0vhSXzkm1oMZXPR/wg8e5J13/5L/xm89YXwq2zv7yOoDXCkCSjgwtg3X5M2953xUADSA8vcV0W+VvoDh0aKLnuS6SuEy5zvj/1JMEoF/Q8534Mdof/cuNBBu3t5vl1S5PvuB9+PNweG5URyVtm0hrIr0X/PCHuS2SqKG/uWmsepfhf5r+9SBTOiKVWZEMpgUCy7HwpI16DsgPFkx++DTbnXE42hbGbk4seeZP0Ob/Ge35ce2W6K45tUAaVgtuMTAyP0uAYdGkTKjvCWvn6mB5WsCugyDoJgtF6vHzWHMtd5LDxtuRQefx6ylWyXreOCxTId5E5yvocKRY3wC/y7dzYuOKCUHeEtXYve7Al5qL+GxZpD2cJAkXUnALNkqFIsixRI7nsrX9QAlFdlYiEd3rJ16UPq+s2As3jdVxvKJrLjaQRlePUPmi6Q3Pd2RFED0JiVPH+4rcryarqGvcuEt6HVrzfZb2gJZe4DsrIn2ZLzEh3ivrfnTghlgGpVl1fTNSrMhLe+PPQw1hrKrow0KnuSweKINi44ik0XPiv3vYV81Oa9owlwYABaNOCMfe2y+9aP9Xp91FED13hrA8fc4ser6IioMaa5z8/d8/mg8NyMlP08PHxQzg11CjUb+Wu29lzx8CJTdRzKRkqL/IuGM9oxCWVowtTIeUtfJ5Tx2TGYVF0vspmq69csue0vQgMfLMuWwNZSnl4dw8at+XgitPyFE2hCLE+vuDLjVccn4szIBSimbwPPuJt3PwtPIuc5oQkIsFDjklB2mJWnLdmTDNhtJTyNnMfdJxvSDIUH50DT1/GYULbfzEjRYk8yYL+fNEGuc5qgkDOaAOg2lI2NFKyYWQAAFU2FpbkibRTSDEC3oezKSNtwcz+AY7inCtkeI58LYwuaAS0xM0BqO5TNjTSOe1pjRT8G+lPsOjDywYw2ehnIrgmsaMlMcV97mTNa3KfMnYgW9hh66FFnZO8mNB062K/s8PFHbDxp3obItwd7zKGtQaPm/nbT5T5lLFsC/Qpk18I9QUXbauFnzaYDDmM3on9Jd0V37c05N0+OO7E2I9vSTNnMyIj2umcdkxEomri4LpSPPi3Mxi8GcE5s+oql2VTYnhWb+gkgK/XpxUxZcOyrkoIgOPRbQiNp1W198V76tQWGpiJzL2wvYr3gcQ9QM2J/fvyW7VsSYiOzEdmX2b+T7YuhrX4WsGXT9yy6TDLYs71QX7fwP70yUswvCA2NX9QBvBRJsVmzrgY20cA+C6Atf7PfaDqUTY10cjc6uqR/ACatZBj3tjGwAfrlxfuDm1y+3DyZZWGWrK8vV+YeCQzBW3m6hwQALPmYZLBn2aPJpy8tLVve0zcAkx79saIpAFiSDWRNhrKJP7RzhZxlS8AuSzfGQ//1AGi7djUeytzsmKU9ybi5H7Bf2HgxOo4NZIQytCluK5Sdi41lyx+MrgHzbvcVOKDE9QDoonY1GsoisfE6ETc7xs79QH9Gm+6cXtIcqPMCCbRQuxoLZZaWLdmTDLDvR+Y8ZgkTVayEmTJ0W7saCWVu2TI0kk65uR+w72dOoVvRLKhwgQS6rF21hzK3qeHMSGN8oz8A5j3uuJhe0DQo6TtNAAW1q9ZQZmnZkj3JAPt2Tf8vhdkyFEd/gZbaVVsom4uN13+4E49lS6AfLir+O4C+ArV97qhQFgSBC2PnRhrim3BzP9AHS9k/u+H+fUwz4YBLYZYMumrXce++TELZndiYJXPThZ8H2AF49yX6xg2sPha4mIbJ4erTiCZDjpXvR+mB+o08besEtFK78vJX5ZmyJJDNjAQy1xDc3A/0w4UUm91YCUtT2I23uaBt34vUrkqhLAlkbhRqZdmyaBEHoFss5e4Ldb93SbMhp1/ENANa5B4wnBf5jVVnytzTliMjDcHN/YB9Vd/C8VV44hpb7lYWVk6gtnaVDmV+2TIy0hi8SgnoB3dP6Krif3tKMIPvA1wT0EUOKVx/SoWyJJC52TEry5aXFGKgN0UtPnKkSjAjkJ0K95Gh/dpV6o0RZWfKrCxbuhE1N/kC/Shqyxr+nE0w45U6w/ODQAYrtatwKAuCYJJ8mRhpDPYkAwhkecHsMwO2Qbn0nznXA9ioXW6fjEOHPM2O/ZGnfa+0H9f0h+3Hy8Fh8PjTwgAwSo4H2po+lHJDu3G02e/y8lbRmbKF2Fi2ZE8ywDZ374/bYLHpZcbY/394Ort/3AzFe2GpGgZr18FQFgSBG1FOjTQKe5IBdl1Isd366x7EfRT2reoD9xm6e8fYGBZtSteR42tXgWVLK1P8d/SNlx8vB4eBwy0baXg7SCQsYVk87mqaOOCz5yh7uIcfwzrz16FQtjDUOGMyGKGMw9ThBnwaHx4a+2LLZ6T//uGoxs+dUMbRShirFMp8Z7fSQAvyF6GMw9TMmIUnuUd+BuaOz0zVrNisjgsioYyjwiByXmffy8teQd5byp0gCB4a6vhNrOe+5x6CnaEM0GAlTzfAFnopr0KhH6h+8l9HfKStiZPjp+8/TfadG7Hzthq0ly9+pPpfvRfonPz1ekcgqzUNNoybOgGd7v0F9T+xv5u+CwNL2e49FPnjAyGt9oug6yu3vu/ENAk6GATc+hDWet16MVOWBDJ3P8WdocY7pQ/tDuI0AVo+HzcX1HsZ1pPQoWxn0975fx4T1g72FxfCfvn+0nWfYaZsmAMAd/xO1a/2LtA5M2V5oexObNw07xr0o7AFBqEMbRWvjZUvYo+pCynn4W6bcLYJbpIKbnnBzqK8PrDpJ9l/Hyv9OxDK+lerxP/6b6bvqeiDhUIZAAAA2veKJgAAACCUAQAAgFAGAACgw/8CDACCM2V5xmazFQAAAABJRU5ErkJggg=="); }
    header.nav::after {
      background-color: #bababa; }
  .header-container .subnav-icon {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    margin-left: unset;
    width: 50px;
    height: 50px; }
    .header-container .subnav-icon.open .burger {
      background: none; }
    .header-container .subnav-icon.open .burger::before,
    .header-container .subnav-icon.open .burger::after {
      top: 0; }
    .header-container .subnav-icon.open .burger::before {
      transform: rotate(-45deg); }
    .header-container .subnav-icon.open .burger::after {
      transform: rotate(45deg); }
    .header-container .subnav-icon:hover:not(.open) .burger::before {
      transform: translateY(-2px); }
    .header-container .subnav-icon:hover:not(.open) .burger::after {
      transform: translateY(2px); }
  .header-container .burger,
  .header-container .burger::before,
  .header-container .burger::after {
    left: 0;
    width: 20px;
    height: 2px;
    background: #cf836c;
    transition: all 0.3s; }
  .header-container .burger {
    position: relative;
    margin: 25px auto 0; }
    .header-container .burger::before, .header-container .burger::after {
      content: '';
      position: absolute; }
    .header-container .burger::before {
      top: -6px; }
    .header-container .burger::after {
      top: 6px; }
  header.nav.show-section-nav {
    top: 0;
    opacity: 1;
    background-color: #000;
    transition: all 400ms; }
  header.nav .header-section-nav {
    display: block;
    padding-top: 50px; }
    header.nav .header-section-nav .section-nav .nav-item {
      display: block;
      overflow: hidden;
      width: 100%;
      height: auto;
      max-height: 0;
      transition: all 300ms; }
      header.nav .header-section-nav .section-nav .nav-item .item-img {
        height: 45px; }
      header.nav .header-section-nav .section-nav .nav-item.active {
        background-color: #262626; }
  header.nav.show-sub-nav .header-section-nav .section-nav {
    padding-bottom: 8px; }
    header.nav.show-sub-nav .header-section-nav .section-nav .nav-item {
      padding: 7px 0;
      max-height: 400px; }
  .section__kv .slickContent .theme__0 .img__logo {
    background-image: url("../images/small/1x/kv/kv_0_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__0 .img__logo {
    background-image: url("../images/small/2x/kv/kv_0_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__0 .img__logo {
    background-image: url("../images/small/2x/kv/kv_0_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__0 .img__slick {
    background-image: url("../images/small/1x/kv/kv_0.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__0 .img__slick {
    background-image: url("../images/small/2x/kv/kv_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__0 .img__slick {
    background-image: url("../images/small/2x/kv/kv_0.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__1 .img__logo {
    background-image: url("../images/small/1x/kv/kv_1_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__1 .img__logo {
    background-image: url("../images/small/2x/kv/kv_1_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__1 .img__logo {
    background-image: url("../images/small/2x/kv/kv_1_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__1 .img__slick {
    background-image: url("../images/small/1x/kv/kv_1.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__1 .img__slick {
    background-image: url("../images/small/2x/kv/kv_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__1 .img__slick {
    background-image: url("../images/small/2x/kv/kv_1.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__2 .img__logo {
    background-image: url("../images/small/1x/kv/kv_2_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__2 .img__logo {
    background-image: url("../images/small/2x/kv/kv_2_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__2 .img__logo {
    background-image: url("../images/small/2x/kv/kv_2_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__2 .img__slick {
    background-image: url("../images/small/1x/kv/kv_2.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__2 .img__slick {
    background-image: url("../images/small/2x/kv/kv_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__2 .img__slick {
    background-image: url("../images/small/2x/kv/kv_2.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__3 .img__logo {
    background-image: url("../images/small/1x/kv/kv_3_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__3 .img__logo {
    background-image: url("../images/small/2x/kv/kv_3_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__3 .img__logo {
    background-image: url("../images/small/2x/kv/kv_3_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__3 .img__slick {
    background-image: url("../images/small/1x/kv/kv_3.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__3 .img__slick {
    background-image: url("../images/small/2x/kv/kv_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__3 .img__slick {
    background-image: url("../images/small/2x/kv/kv_3.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__4 .img__logo {
    background-image: url("../images/small/1x/kv/kv_4_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__4 .img__logo {
    background-image: url("../images/small/2x/kv/kv_4_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__4 .img__logo {
    background-image: url("../images/small/2x/kv/kv_4_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__4 .img__slick {
    background-image: url("../images/small/1x/kv/kv_4.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__4 .img__slick {
    background-image: url("../images/small/2x/kv/kv_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__4 .img__slick {
    background-image: url("../images/small/2x/kv/kv_4.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__5 .img__logo {
    background-image: url("../images/small/1x/kv/kv_5_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__5 .img__logo {
    background-image: url("../images/small/2x/kv/kv_5_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__5 .img__logo {
    background-image: url("../images/small/2x/kv/kv_5_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__5 .img__slick {
    background-image: url("../images/small/1x/kv/kv_5.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__5 .img__slick {
    background-image: url("../images/small/2x/kv/kv_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__5 .img__slick {
    background-image: url("../images/small/2x/kv/kv_5.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__6 .img__logo {
    background-image: url("../images/small/1x/kv/kv_6_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__6 .img__logo {
    background-image: url("../images/small/2x/kv/kv_6_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__6 .img__logo {
    background-image: url("../images/small/2x/kv/kv_6_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__6 .img__slick {
    background-image: url("../images/small/1x/kv/kv_6.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__6 .img__slick {
    background-image: url("../images/small/2x/kv/kv_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__6 .img__slick {
    background-image: url("../images/small/2x/kv/kv_6.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__7 .img__logo {
    background-image: url("../images/small/1x/kv/kv_7_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__7 .img__logo {
    background-image: url("../images/small/2x/kv/kv_7_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__7 .img__logo {
    background-image: url("../images/small/2x/kv/kv_7_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__7 .img__slick {
    background-image: url("../images/small/1x/kv/kv_7.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__7 .img__slick {
    background-image: url("../images/small/2x/kv/kv_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__7 .img__slick {
    background-image: url("../images/small/2x/kv/kv_7.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__8 .img__logo {
    background-image: url("../images/small/1x/kv/kv_8_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__8 .img__logo {
    background-image: url("../images/small/2x/kv/kv_8_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__8 .img__logo {
    background-image: url("../images/small/2x/kv/kv_8_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__8 .img__slick {
    background-image: url("../images/small/1x/kv/kv_8.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__8 .img__slick {
    background-image: url("../images/small/2x/kv/kv_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__8 .img__slick {
    background-image: url("../images/small/2x/kv/kv_8.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__9 .img__logo {
    background-image: url("../images/small/1x/kv/kv_9_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__9 .img__logo {
    background-image: url("../images/small/2x/kv/kv_9_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__9 .img__logo {
    background-image: url("../images/small/2x/kv/kv_9_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__9 .img__slick {
    background-image: url("../images/small/1x/kv/kv_9.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__9 .img__slick {
    background-image: url("../images/small/2x/kv/kv_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__9 .img__slick {
    background-image: url("../images/small/2x/kv/kv_9.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__10 .img__logo {
    background-image: url("../images/small/1x/kv/kv_10_logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__10 .img__logo {
    background-image: url("../images/small/2x/kv/kv_10_logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__10 .img__logo {
    background-image: url("../images/small/2x/kv/kv_10_logo.png"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent .theme__10 .img__slick {
    background-image: url("../images/small/1x/kv/kv_10.jpg"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .slickContent .theme__10 .img__slick {
    background-image: url("../images/small/2x/kv/kv_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__kv .slickContent .theme__10 .img__slick {
    background-image: url("../images/small/2x/kv/kv_10.jpg"); } }

@media all and (max-width: 730px) {
  .section__kv .slickContent {
    height: 780px; }
    .section__kv .slickContent .img__slick .comment__text {
      margin-top: 327px;
      width: 320px;
      font-size: 14px;
      text-align: center; }
      .section__kv .slickContent .img__slick .comment__text sup.sign-deg {
        top: -0.2em;
        font-size: 12px; }
      .section__kv .slickContent .img__slick .comment__text sup.sign-tm {
        top: -0.09em;
        font-size: 12px; }
      .section__kv .slickContent .img__slick .comment__text sup.sign-cr {
        top: -0.09em;
        font-size: 12px; }
      .section__kv .slickContent .img__slick .comment__text sup.footnote-num {
        top: -4px;
        font-size: 12px; }
    .section__kv .slickContent .carousel-item {
      height: 780px; }
      .section__kv .slickContent .carousel-item .img__slick {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0;
        width: 730px;
        height: 840px;
        background-size: contain;
        transform: translate(-50%, 0); }
    .section__kv .slickContent .img__logo {
      margin-top: 22px;
      width: 320px;
      height: 24px; }
    .section__kv .slickContent .itemInfoContainer {
      position: relative;
      overflow: visible;
      top: 0;
      left: 0;
      margin-top: 35px;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 340px; }
      .section__kv .slickContent .itemInfoContainer .itemInfo-title {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        max-width: 330px;
        font-size: 23px;
        line-height: 1.2; }
    .section__kv .slickContent .itemImgContainer {
      position: relative;
      overflow: visible;
      top: 0;
      left: 0;
      height: 1px; }
    .section__kv .slickContent .itemImgContainer .img__slick {
      position: absolute;
      margin-top: -250px; }
    .section__kv .slickContent .slick-dots {
      bottom: 20px; }
      .section__kv .slickContent .slick-dots li {
        width: 15%;
        max-width: 50px; }
  .section__kv .theme__1 .img__slick .comment__text,
  .section__kv .theme__3 .img__slick .comment__text {
    margin-top: 311px;
    width: 320px;
    text-align: center;
    letter-spacing: 0.2px; }
  .section__2 {
    margin-top: 0;
    padding-top: 74px; }
  .section__2 .videoBlock {
    margin-top: 77px;
    margin-bottom: -6px; }
    .section__2 .videoBlock #video__kv {
      position: relative;
      left: 50%;
      margin-right: 0;
      margin-left: 0;
      width: 720px;
      max-width: 720px;
      height: auto;
      transform: translateX(-50%); }
    .section__2 .videoBlock .vidInterface {
      width: 260px;
      height: 122px; }
      .section__2 .videoBlock .vidInterface .playBtn {
        width: 60px;
        height: 60px; }
      .section__2 .videoBlock .vidInterface span {
        display: block;
        margin-top: 15px;
        color: #fff;
        font-size: 22px;
        text-align: center;
        line-height: 24px; }
  .section__2 .imgInfoListContainer {
    width: 100%;
    max-width: 414px; }
  .section__2 .imgInfoList {
    width: 280px;
    min-height: 596px;
    display: inline-block; }
    .section__2 .imgInfoList > div > * {
      vertical-align: top; }
  .section__2 .imgInfoList-item {
    width: 280px;
    margin-bottom: 1px;
    min-height: 596px;
    padding: 0 0 20px 0;
    display: inline-block; }
    .section__2 .imgInfoList-item:before {
      background-color: #131313; }
  .section__2 .content__title.txtMode,
  .section__2 .content__title.txtMode * {
    font-size: 17px;
    color: #fff; }
  .section__2 .content__title + .content__info {
    margin-top: 15px; }
  .section__2 .content__info {
    color: #fff;
    font-size: 15px; }
  .section__2 .imgInfoList-img figure {
    width: 280px;
    height: 596px;
    left: 50%;
    margin-left: -140px; }
  .section__2 .imgInfoListContainer .listArrow-prev {
    margin-left: -170px; }
  .section__2 .imgInfoListContainer .listArrow-next {
    margin-left: 170px; }
  .section__2 .imgInfoList-item .link_arrows-left::before {
    display: inline-block;
    position: relative;
    top: 50%;
    margin-right: -5px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-top-color: #ceb497;
    border-left-color: #ceb497;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    content: '';
    transform-origin: 0 center; }
  .section__2 .imgInfoList-item .link_arrows-right::after, .section__2 .imgInfoList-item .link_arrows-right-down::after {
    display: inline-block;
    position: relative;
    top: 50%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-right-color: #ceb497;
    border-bottom-color: #ceb497;
    content: '';
    transform-origin: 100% center; }
  .section__2 .imgInfoList-item .link_arrows-right::after {
    margin-left: -5px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
  .section__2 .imgInfoList-item .link_arrows-right-down::after {
    margin-left: -5px;
    transform-origin: center;
    transform: translateY(-50%) rotate(45deg); }
  .section__2 .slick-next,
  .section__2 .slick-prev {
    display: block !important; }
  .section__2 .slick-next {
    right: 0; }
  .section__2 .slick-prev {
    left: 0; }
  .section__2 .imgInfoListContainer {
    display: block;
    margin: 0 auto;
    margin-top: 52px; }
    .section__2 .imgInfoListContainer .imgInfoList-img {
      overflow: visible; }
      .section__2 .imgInfoListContainer .imgInfoList-img .img {
        position: absolute;
        top: 0; }
  .section__2 .imgInfoList {
    margin: 0 auto;
    width: 100%;
    max-width: 560px; }
  .section__2 .imgInfoList-item {
    box-sizing: border-box;
    border-left: 1px solid #000; }
    .section__2 .imgInfoList-item::before {
      background-color: #000; }
  .section__2 .imgInfoList-detail {
    margin-top: 0;
    padding-top: 370px; }
    .section__2 .imgInfoList-detail sup.footnote-num {
      top: -4px;
      font-size: 12px; }
  .section__2 .showbox-detail-content {
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%; }
  .section__2 .showbox-detail-moreLink {
    margin-top: 15px;
    color: #ceb497;
    font-size: 15px; }
    .section__2 .showbox-detail-moreLink a,
    .section__2 .showbox-detail-moreLink a:link,
    .section__2 .showbox-detail-moreLink a:hover {
      color: #ceb497; }
  .section__2 .imgInfoList-item {
    padding-bottom: 0; }
    .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
      width: 280px;
      height: 596px; }
      .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
        background-image: url("../images/small/1x/s2/list_0.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_0.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__2 .imgInfoList-item-0 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_0.jpg"); } }

@media all and (max-width: 730px) {
    .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
      width: 280px;
      height: 596px; }
      .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
        background-image: url("../images/small/1x/s2/list_1.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_1.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__2 .imgInfoList-item-1 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_1.jpg"); } }

@media all and (max-width: 730px) {
    .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
      width: 280px;
      height: 596px; }
      .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
        background-image: url("../images/small/1x/s2/list_2.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_2.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__2 .imgInfoList-item-2 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_2.jpg"); } }

@media all and (max-width: 730px) {
    .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
      width: 280px;
      height: 596px; }
      .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
        background-image: url("../images/small/1x/s2/list_3.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_3.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__2 .imgInfoList-item-3 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_3.jpg"); } }

@media all and (max-width: 730px) {
    .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
      width: 280px;
      height: 596px; }
      .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
        background-image: url("../images/small/1x/s2/list_4.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_4.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__2 .imgInfoList-item-4 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_4.jpg"); } }

@media all and (max-width: 730px) {
    .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
      width: 280px;
      height: 596px; }
      .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
        background-image: url("../images/small/1x/s2/list_5.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_5.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__2 .imgInfoList-item-5 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_5.jpg"); } }

@media all and (max-width: 730px) {
    .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
      width: 280px;
      height: 596px; }
      .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
        background-image: url("../images/small/1x/s2/list_6.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_6.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__2 .imgInfoList-item-6 .imgInfoList-img figure {
        background-image: url("../images/small/2x/s2/list_6.jpg"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .wd__content.main-content-section {
    margin-bottom: 0; }
  .section__3 .productGridTableCollection {
    padding-bottom: 0; }
    .section__3 .productGridTableCollection .img__pd-logo {
      width: 440px;
      height: 38px; }
    .section__3 .productGridTableCollection .img__pd {
      width: 730px;
      height: 279px; }
  .section__3 {
    padding-top: 77px; }
    .section__3 .productGridTableCollection {
      background-color: #131315; }
      .section__3 .productGridTableCollection .productGridTable {
        margin-top: 0; }
    .section__3 .itemImgContainer .img {
      position: relative;
      left: 50%;
      margin-right: 0;
      margin-left: 0;
      transform: translateX(-50%); }
    .section__3 .productGridTable .productGridTable-item {
      padding-top: 0;
      padding-bottom: 56px; }
      .section__3 .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-title {
        margin-top: 4px;
        font-size: 25px; }
      .section__3 .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-info {
        margin-top: 10px;
        font-size: 20px;
        line-height: 1.2; }
      .section__3 .productGridTable .productGridTable-item .img__pd-logo {
        margin-left: 0; }
    .section__3 .productGridTable-item-0 .itemImgContainer {
      padding-top: 6px; }
  .section__3 .productGridTableCollection-0 .itemImgContainer.itemImgContainer {
    margin-top: 0; }
  .section__3 .productGridTableCollection-0 .img__pd {
    margin-top: 32px; }
  .section__3 .productGridTableCollection-0 .img__pd.img__pd-ux371 {
    margin-top: 0;
    height: 317px; }
  .section__3 .productGridTableCollection-0 .img__pd.img__pd-ux363 {
    height: 290px; }
  .section__3 .productGridTableCollection-0 .img__pd.img__pd-ux393 {
    height: 316px; }
  .section__3 .productGridTableCollection-0 .img__pd.img__pd-b9400 {
    margin-top: 10px;
    height: 347px; }
  .section__4 {
    padding-top: 27px; }
    .section__4 .pdcollection_nav {
      margin-top: 56px;
      margin-right: auto;
      margin-left: auto; }
      .section__4 .pdcollection_nav .nav_item {
        display: inline-block;
        overflow: hidden;
        margin-bottom: -4px;
        margin-left: -3px;
        width: 100%;
        max-width: 320px;
        height: 320px;
        background-color: #ccc; }
        .section__4 .pdcollection_nav .nav_item .img {
          position: relative;
          left: 50%;
          width: 320px;
          height: 320px;
          background-size: contain;
          transform: translateX(-50%); }
      .section__4 .img__nav_img-0 {
        background-image: url("../images/medium/1x/s4/nav_0.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-0 {
        background-image: url("../images/medium/2x/s4/nav_0.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-0 {
        background-image: url("../images/medium/2x/s4/nav_0.jpg"); } }

@media all and (max-width: 730px) {
      .section__4 .img__nav_img-1 {
        background-image: url("../images/medium/1x/s4/nav_1.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-1 {
        background-image: url("../images/medium/2x/s4/nav_1.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-1 {
        background-image: url("../images/medium/2x/s4/nav_1.jpg"); } }

@media all and (max-width: 730px) {
      .section__4 .img__nav_img-2 {
        background-image: url("../images/medium/1x/s4/nav_2.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-2 {
        background-image: url("../images/medium/2x/s4/nav_2.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-2 {
        background-image: url("../images/medium/2x/s4/nav_2.jpg"); } }

@media all and (max-width: 730px) {
      .section__4 .img__nav_img-3 {
        background-image: url("../images/medium/1x/s4/nav_3.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-3 {
        background-image: url("../images/medium/2x/s4/nav_3.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-3 {
        background-image: url("../images/medium/2x/s4/nav_3.jpg"); } }

@media all and (max-width: 730px) {
      .section__4 .img__nav_img-4 {
        background-image: url("../images/medium/1x/s4/nav_4.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-4 {
        background-image: url("../images/medium/2x/s4/nav_4.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-4 {
        background-image: url("../images/medium/2x/s4/nav_4.jpg"); } }

@media all and (max-width: 730px) {
  .section__4 .pdComment {
    margin-top: 34px;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: 320px;
    text-align: left; }
    .section__4 .pdComment .img__icon {
      width: 60px;
      height: 60px;
      background-size: contain; }
    .section__4 .pdComment .comment {
      margin-right: 10px;
      text-align: left; }
    .section__4 .pdComment .comment-2 {
      width: 37%; }
    .section__4 .pdComment .comment-text {
      top: -1px;
      font-size: 14px; }
      .section__4 .pdComment .comment-text sup.sign-deg {
        top: -0.2em;
        font-size: 12px; }
      .section__4 .pdComment .comment-text sup.sign-tm {
        top: -0.09em;
        font-size: 12px; }
      .section__4 .pdComment .comment-text sup.sign-cr {
        top: -0.09em;
        font-size: 12px; }
      .section__4 .pdComment .comment-text sup.footnote-num {
        top: -4px;
        font-size: 12px; }
    .section__4 .pdComment .comment:last-child {
      margin-right: 0; }
  .section__4 .productGridTableCollection-list .productGridTable {
    max-width: 580px; }
  .section__4 .productGridTableCollection-list .itemImgContainer {
    width: 208px;
    height: 166px; }
    .section__4 .productGridTableCollection-list .itemImgContainer .img__pd {
      padding-bottom: 0;
      width: 238px;
      height: 170px;
      background-color: transparent; }
  .section__4 .productGridTableCollection-list .img__pd-logo {
    display: none; }
  .section__4 .productGridTableCollection-list .anchor {
    top: -45px; }
  .section__4 .productGridTableCollection-list.productGridTableCollection-0 {
    padding-top: 74px; }
    .section__4 .productGridTableCollection-list.productGridTableCollection-0 .anchor {
      top: -46px; }
  .section__4 .productGridTableCollection-list .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .itemAction .itemAction-link {
      width: 100%;
      max-width: 100%; }
      .section__4 .productGridTableCollection-list .itemAction .itemAction-link:last-child {
        margin-bottom: 0 !important; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemInfoContainer {
    margin-bottom: 102px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link {
    margin-bottom: 14px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemInfoContainer {
    margin-bottom: 160px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction .itemAction-link {
    margin-bottom: 14px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemInfoContainer {
    margin-bottom: 218px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction .itemAction-link {
    margin-bottom: 14px; }
  .section__5 {
    margin-top: -4px;
    padding-top: 63px; }
    .section__5 .productGridTableCollection-list:first-child {
      margin-top: 34px; }
  .section__5 .wd__content.link-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-sizing: border-box;
    max-width: 280px; }
    .section__5 .wd__content.link-content .content__link {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 14px;
      margin-left: 0;
      padding: 9px 5px;
      box-sizing: border-box;
      width: 100%;
      max-width: 280px;
      font-size: 21px;
      text-align: center;
      min-height: 50px; }
  .section__5 .productGridTableCollection-list .productGridTable {
    max-width: 580px; }
  .section__5 .productGridTableCollection-list .itemImgContainer {
    margin-right: auto;
    margin-left: auto;
    width: 208px;
    height: 166px; }
    .section__5 .productGridTableCollection-list .itemImgContainer .img__pd {
      padding-bottom: 0;
      width: 238px;
      height: 170px;
      background-color: transparent; }
  .section__5 .productGridTableCollection-list .img__pd-logo {
    display: none; }
  .section__5 .productGridTableCollection-list .itemAction {
    flex-wrap: wrap; }
    .section__5 .productGridTableCollection-list .itemAction .itemAction-link {
      width: 100%;
      max-width: 100%; }
      .section__5 .productGridTableCollection-list .itemAction .itemAction-link:last-child {
        margin-bottom: 0 !important; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemInfoContainer {
    margin-bottom: 102px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link {
    margin-bottom: 14px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemInfoContainer {
    margin-bottom: 160px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction .itemAction-link {
    margin-bottom: 14px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemInfoContainer {
    margin-bottom: 218px; }
  .section__5 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction .itemAction-link {
    margin-bottom: 14px; }
  .section__5 + section.section__comment {
    padding-top: 60px; }
  .section__6 {
    padding-top: 53px; }
  .section__6 .productGridTableCollection-list {
    margin-top: 30px;
    padding-top: 0; }
    .section__6 .productGridTableCollection-list .productGridTable-item {
      padding: 26px 15px;
      min-height: 1px; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
        display: none; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer {
        width: 100%;
        height: 104px; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img {
          position: absolute;
          left: 50%;
          padding-bottom: 0;
          width: 250px;
          height: 104px;
          background-size: contain;
          transform: translateX(-50%); }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemAction {
        position: relative;
        bottom: 0;
        margin-top: 25px;
        padding: 0; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link {
          padding: 9px 12px;
          width: auto;
          max-width: 100%;
          min-width: 148px; }
  .section__6 .productGridTableCollection-list .productGridTable {
    max-width: 580px; }
  .section__6 .productGridTableCollection-list .itemImgContainer {
    overflow: hidden;
    width: 250px;
    height: 106px; }
    .section__6 .productGridTableCollection-list .itemImgContainer .img__pd {
      padding-bottom: 0;
      width: 250px;
      height: 106px;
      background-color: #333; }
  .section__6 .productGridTableCollection-list .img__pd-logo {
    display: none; }
  .section__comment {
    padding-top: 0;
    padding-bottom: 56px; }
    .section__comment .footnotes {
      margin-top: 0; }
    .section__comment .footnote-item:last-child {
      margin-bottom: 0; } }

@media all and (min-width: 320px) and (max-width: 414px) {
  .section__1 .kv_container {
    height: 470px; } }

@media all and (min-width: 600px) and (max-width: 730px) {
  .section__1 .kv_container {
    height: 475px; } }

@media all and (min-width: 600px) and (max-width: 730px) {
  .section__2 .imgInfoListContainer {
    width: 100%;
    max-width: 600px; } }

@media all and (min-width: 320px) and (max-width: 599px) {
  .section__2 .imgInfoList {
    width: 280px; } }

@media all and (min-width: 364px) and (max-width: 599px) {
  .section__2 .imgInfoList {
    padding-right: 10%;
    padding-left: 10%;
    box-sizing: unset; } }

@media all and (min-width: 600px) and (max-width: 730px) {
  .section__4 .pdcollection_nav[data-nav-num='3'] {
    max-width: 730px; }
  .section__4 .pdcollection_nav[data-nav-num='3'] .nav_item {
    width: 33.33333%; }
  .section__4 .pdComment {
    max-width: 573px; }
  .section__5 .wd__content.link-content {
    width: 100%;
    max-width: 492px; }
    .section__5 .wd__content.link-content .content__link {
      width: 49%; } }
