@font-face {
  font-family: VP Next;
  src: url(./fonts/VPSansNext-Regular.woff2) format("woff2"),
    url(./fonts/VPSansNext-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: VP Next;
  src: url(./fonts/VPSansNext-Italic.woff2) format("woff2"),
    url(./fonts/VPSansNext-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: VP Next;
  src: url(./fonts/VPSansNext-Medium.woff2) format("woff2"),
    url(./fonts/VPSansNext-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: VP Next;
  src: url(./fonts/VPSansNext-MediumItalic.woff2) format("woff2"),
    url(./fonts/VPSansNext-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: VP Next;
  src: url(./fonts/VPSansNext-Bold.woff2) format("woff2"),
    url(./fonts/VPSansNext-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: VP Next;
  src: url(./fonts/VPSansNext-BoldItalic.woff2) format("woff2"),
    url(./fonts/VPSansNext-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: HK Grotesk;
  src: url(./fonts/HKGrotesk-Regular.woff2) format("woff2"),
    url(./fonts/HKGrotesk-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HK Grotesk;
  src: url(./fonts/HKGrotesk-Italic.woff2) format("woff2"),
    url(./fonts/HKGrotesk-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: HK Grotesk;
  src: url(./fonts/HKGrotesk-Medium.woff2) format("woff2"),
    url(./fonts/HKGrotesk-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HK Grotesk;
  src: url(./fonts/HKGrotesk-MediumItalic.woff2) format("woff2"),
    url(./fonts/HKGrotesk-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: HK Grotesk;
  src: url(./fonts/HKGrotesk-SemiBold.woff2) format("woff2"),
    url(./fonts/HKGrotesk-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HK Grotesk;
  src: url(./fonts/HKGrotesk-SemiBoldItalic.woff2) format("woff2"),
    url(./fonts/HKGrotesk-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: HK Grotesk;
  src: url(./fonts/HKGrotesk-Bold.woff2) format("woff2"),
    url(./fonts/HKGrotesk-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: HK Grotesk;
  src: url(./fonts/HKGrotesk-BoldItalic.woff2) format("woff2"),
    url(./fonts/HKGrotesk-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url(./fonts/HKGrotesk-Regular.eot);
  src: url(./fonts/HKGrotesk-Regular.eot?#iefix) format("embedded-opentype"),
    url(./fonts/HKGrotesk-Regular.woff) format("woff"),
    url(./fonts/HKGrotesk-Regular.ttf) format("truetype"),
    url(./fonts/HKGrotesk-Regular.svg-#vp_sansregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HK Grotesk";
  src: url(./fonts/HKGrotesk-SemiBold.eot);
  src: url(./fonts/HKGrotesk-SemiBold.eot-#iefix) format("embedded-opentype"),
    url(./fonts/HKGrotesk-SemiBold.woff) format("woff"),
    url(./fonts/HKGrotesk-SemiBold.ttf) format("truetype"),
    url(./fonts/HKGrotesk-SemiBold.svg-#vp_sansregular) format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "VP Next";
  src: url(./fonts/VPSansNext-Regular.eot);
  src: url(./fonts/VPSansNext-Regular.eot?#iefix) format("embedded-opentype"),
    url(./fonts/VPSansNext-Regular.woff) format("woff"),
    url(./fonts/VPSansNext-Regular.ttf) format("truetype"),
    url(./fonts/VPSansNext-Regular.svg-#vp_sansregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.footer {
  width: 100vw; /* Make it span the entire viewport width */
  position: relative;
  left: 50%;
  transform: translateX(-50%); /* Center-align for full-width effect */
  background-color: rgb(247, 247, 247); /* Use your existing background color */
  padding: 20px 0; /* Use your existing padding */
}


.active-thumbnail {
  border: 5px solid #0073e6; /* Customize border color */
  opacity: 0.8;
}

body {
  font-family: HK Grotesk, arial, sans-serif;
}
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  border: 0;
  margin: 0;
}

body {
  font-family: HK Grotesk, arial, sans-serif;
}

html {
  padding: 0;
  border: 0;
  margin: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.kSYyvn {
  height: 100%;
}

@media (min-width: 1025px) {
  .kSYyvn {
    height: 100%;
    padding: 1rem 1rem 0px;
  }
}

.DzjZ {
  min-height: 500px;
  margin: auto;
}

.hGkQjP {
  width: 100%;
  margin: 0px auto;
}

@media (min-width: 1025px) {
  .hGkQjP {
    width: 100%;
    min-width: 62.188rem;
    max-width: 76.75rem;
  }
}

.kfRssZ {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 1.875rem;
  margin-bottom: 2rem;
}

section {
  display: block;
  padding: 0;
  margin: 0;
}

.cHpUDS {
  margin-bottom: 3rem;
}

.hXAxBt {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  margin: 0px -0.5rem;
}

@media (min-width: 1221px) {
  .hXAxBt {
    margin: 0px -0.75rem;
  }
}

button {
  font-family: VP Next, arial, sans-serif;
}

.mDctC {
  position: relative;
  padding: 0px;
  border: none;
  background-color: rgb(255, 255, 255);
  color: rgb(70, 70, 80);
  cursor: pointer;
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
}

.mDctC:hover {
  color: rgb(236, 0, 140);
}

ul {
  padding: 0;
  border: 0;
  margin: 0;
}

ul {
  list-style: none;
}



.kfRssZ > ul {
  margin-left: 0.5rem;
}

.kMDrAK {
  position: relative;
  display: flex;
  margin-left: auto;
}

.glQRmn {
  order: unset;
  min-width: 0px;
}

.ipgAaG {
  padding: 0px 0.5rem;
}

@media (min-width: 1221px) {
  .ipgAaG {
    padding: 0px 0.75rem;
  }
}

@media (min-width: 0) {
  .ipgAaG {
    display: initial;
    grid-column: auto / span 12;
  }
}

@media (min-width: 1025px) {
  .ipgAaG {
    display: initial;
    grid-column: auto / span 5;
  }
}

.eANCNw {
  padding: 0px 0.5rem;
}

@media (min-width: 1221px) {
  .eANCNw {
    padding: 0px 0.75rem;
  }
}

@media (min-width: 0) {
  .eANCNw {
    display: initial;
    grid-column: auto / span 12;
  }
}

@media (min-width: 1025px) {
  .eANCNw {
    display: initial;
    grid-column: auto / span 7;
  }
}

.glXYcA {
  padding: 0px 0.5rem;
}

@media (min-width: 1221px) {
  .glXYcA {
    padding: 0px 0.75rem;
  }
}

@media (min-width: 0) {
  .glXYcA {
    display: initial;
    grid-column: auto / span 12;
  }
}

.cVvXOM {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  width: 0.9375rem;
  height: 1.875rem;
}

.jNRrfV {
  display: inline-block;
  padding: 0px 0.4375rem 0px 0.25rem;
  border-width: 0.0625rem 0.0625rem 0.0625rem 0px;
  margin: 0px 0px 0px 0.9375rem;
  background-color: rgb(255, 255, 255);
  line-height: 1.75rem;
  border-color: rgb(225, 225, 228);
  border-radius: 0px 2px 2px 0px;
  border-style: solid;
}

li {
  padding: 0;
  border: 0;
  margin: 0;
}

.cXDYCx {
  display: inline-block;
  flex-shrink: 0;
}

.kZyBvp {
  margin-bottom: 3rem;
}

@media (min-width: 1025px) {
  .kZyBvp {
    margin-right: 3.5rem;
  }
}

.loDfQW {
  margin: 1rem 0px 3rem;
}

.dickiB {
  margin: 1rem 0px;
}

.dxicU {
  position: relative;
  top: 0.1875rem;
  left: 0.3125rem;
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 1px solid rgb(225, 225, 228);
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  transform: rotate(45deg);
}

a {
  text-decoration: none;
}

.LcLTh {
  padding: 0px 0.25rem;
  color: rgb(117, 117, 122);
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
}

.jGjeQI {
  color: rgb(34, 34, 43);
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 20px;
}

.bXKEmi {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(225, 225, 228);
  margin-left: 0.5rem;
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  cursor: pointer;
}

.XFakF {
  display: inline-flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .gcCoQa {
    min-height: 499px;
  }
}

.bpNmCt {
  display: flex;
}

.hYtpIi {
  position: relative;
  width: 100%;
  height: 1.875rem;
}

@media (min-width: 1025px) {
  .hYtpIi:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgb(225, 225, 228);
  }
}

.gyGCLX {
  display: inline-block;
  margin-top: 1rem;
}

.iLJifT {
  position: relative;
  margin-top: 1rem;
}

.kUozaw {
  margin-top: 1.5rem;
}

.leaRVN {
  color: rgb(117, 117, 122);
  cursor: pointer;
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
}

.leaRVN:hover,
.leaRVN:active {
  color: rgb(236, 0, 140);
}

.txQGF {
  display: block;
  margin-top: -1px;
}

.jnufgD {
  display: block;
  margin-top: -1px;
}

.XFakF * {
  box-sizing: border-box;
}

.bAPmql {
  position: relative;
  display: flex;
}

.XFakF *,
.XFakF ::before,
.XFakF ::after {
  box-sizing: border-box;
}

.XFakF *,
.XFakF ::before,
.XFakF ::after {
  box-sizing: border-box;
}

.kEeJPr {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  max-width: 100%;
  min-width: 0px;
}

.edpNhf {
  height: 82px;
  margin-top: 1rem;
}

.crzDcz {
  flex: 1 1 0%;
}

.flQjyo {
  position: absolute;
  top: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding-right: 1rem;
  background: rgb(255, 255, 255);
  color: rgb(70, 70, 80);
  font-family: "VP Next", arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: normal;
}

.duaLcy {
  display: inline-block;
  width: 130px;
  color: unset;
  text-decoration: none;
  user-select: none;
}

.csFucw {
  margin-right: 0.5rem;
  float: left;
}

.LaabJ {
  position: relative;
}

@media (min-width: 1025px) {
  .kfKIfW {
    position: absolute;
    top: 168px;
    right: 19px;
    width: 330px;
  }
}

.ffGOrh {
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.iPvmEX {
  position: relative;
  flex: 1 1 0%;
}

.jwbUvx {
  flex-shrink: 0;
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.RShMr {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fkgOcK {
  flex-shrink: 0;
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

h1 {
  padding: 0;
  border: 0;
  margin: 0;
}

h1 {
  font-family: VP Next, arial, sans-serif;
}

.ilCUWR {
  margin-bottom: 1.5rem;
  color: rgb(34, 34, 43);
}

.bTJSkx {
  display: flex;
  align-items: flex-start;
  max-width: 326px;
}

.zomXw {
  margin-top: 1rem;
  color: rgb(70, 70, 80);
}

.eRBTK {
  margin: 4rem 0px 3rem;
}

img {
  padding: 0;
  border: 0;
  margin: 0;
}

.eGqpdt {
  border: 1px solid rgb(225, 225, 228);
  border-radius: 2px;
  transition: box-shadow 0.25s ease-in-out;
}

.eyvilh {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.eGqpdt:hover {
  box-shadow: rgba(34, 34, 43, 0.16) 0px -1px 2px -2px,
    rgba(34, 34, 43, 0.08) 0px 10px 14px -6px,
    rgba(34, 34, 43, 0.1) 0px 4px 18px -2px;
}

.duaLcy:hover .styles__Img-groot__sc-3839a924-0 {
  border-color: rgb(236, 0, 140);
}

p {
  padding: 0;
  border: 0;
  margin: 0;
}

.ghXFxR {
  overflow: hidden;
  margin: 0px;
  color: rgb(70, 70, 80);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
}

.fHXqub {
  display: flex;
  flex-flow: row;
  -webkit-box-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.bckUoN {
  width: 100%;
  border: none;
  transition: height 0.25s ease-in-out;
}

.fQvspl {
  border-radius: 2px;
  border: 1px solid rgb(225, 225, 228);
  outline: 0px;
  overflow: hidden;
  padding: 0.25rem 1rem;
  height: 2rem;
  font-family: "VP Next", arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  color: rgb(70, 70, 80);
}

.fzLnJO {
  position: initial;
  bottom: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
}

@media (hover: hover) {
  .fQvspl:hover {
    background-color: transparent;
    border-color: rgb(236, 0, 140);
    color: rgb(236, 0, 140);
  }
}

.fzLnJO:hover {
  background: rgb(255, 255, 255);
}

.jIaqSB {
  background: rgb(247, 247, 247);
  text-align: center;
}

.kfKIfW > div {
  padding: 1rem;
}

.dickiB button {
  height: 130px;
}

.hBROZS {
  display: flex;
  flex-flow: row;
  -webkit-box-align: stretch;
  align-items: stretch;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.hiaReq {
  display: flex;
  align-items: flex-start;
  width: max-content;
  height: 100% !important;
}

.ikXNwx {
  display: block;
  margin-top: 1rem;
  font-family: "VP Next", arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 26px;
}

.VKxzz {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
}

.bTOLVE {
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 23px;
}

.kstdEv {
  position: relative;
  width: 100%;
  height: 1.875rem;
}

.kCdKLa {
  margin-top: 0.75rem;
}

.fbyODK {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

.dxIoLE {
  margin: 0px 0.5rem 0px 0px;
  color: rgb(236, 0, 140);
  font-family: "HK Grotesk", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.cwAXOo > span:first-child {
  margin-bottom: 1px;
}

.eAejiY {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
}

.jjBlXG {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  color: rgb(70, 70, 80);
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 23px;
}

.cgWyg {
  border-radius: 2px;
  border: 1px solid rgb(236, 0, 140);
  outline: 0px;
  overflow: hidden;
  padding: 0.25rem 1rem;
  height: 2rem;
  font-family: "VP Next", arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  color: rgb(236, 0, 140);
}

.fazbbK {
  padding: 0px 0.25rem;
  background-color: rgb(255, 255, 255);
}

@media (hover: hover) {
  .cgWyg:hover {
    background-color: rgb(234, 81, 163);
    border-color: rgb(234, 81, 163);
    color: rgb(255, 255, 255);
  }
}

.fazbbK:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(236, 0, 140);
}

.kqpwil {
  display: flex;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
  visibility: hidden;
}

.dtWijB {
  display: flex;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
  visibility: visible;
}

.dtWijB:not(:first-child) {
  margin-left: -100%;
}

.kqpwil:not(:first-child) {
  margin-left: -100%;
}

.bmsDXD {
  display: -webkit-box;
  flex: 1 0 80px;
  height: 100%;
  user-select: none;
}

.esJcWO {
  margin: 0px 0px 0.25rem;
  color: rgb(236, 0, 140);
  font-family: "HK Grotesk", arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.loTYGJ {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
}

@media (min-width: 1025px) {
  .loTYGJ {
    width: 325px;
  }
}

.ccsIqx {
  display: inline-block;
  margin-top: 1rem;
}

.kkDlDz {
  position: relative;
  margin-top: 1rem;
  color: rgb(70, 70, 80);
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 23px;
}

@media (min-width: 1025px) {
  .kkDlDz {
    color: rgb(70, 70, 80);
  }
}

.jTVvFc {
  display: block;
  position: inherit;
}

.jzQuqQ {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 1rem;
}

.bzGvmx {
  display: inline-flex;
  margin-top: 1rem;
}

.fbyODK > .sc-epALIP {
  font-size: 0.75em;
  margin-left: -0.125rem;
}

.dxIoLE > .sc-epALIP {
  font-size: 0.625rem;
  line-height: 18px;
}

.hEWWnf {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  color: rgb(117, 117, 122);
}

.cfBKQI {
  color: rgb(70, 70, 80);
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
}

.hEWWnf:after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: rgb(117, 117, 122);
}

.cfBKQI:after {
  background-color: rgb(70, 70, 80);
}

.jjBlXG p:first-child {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.fazbbK > div {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.eFlrlM {
  display: -webkit-box;
  flex: 1 0 80px;
  height: 100%;
  user-select: none;
}

.hzomKl {
  height: 100%;
  padding: 0px 0.25rem;
}

.esJcWO > .sc-epALIP {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 32px;
}

.kdjHnV {
  color: rgb(70, 70, 80);
  font-family: "HK Grotesk", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 18px;
}

.kdjHnV:after {
  background-color: rgb(70, 70, 80);
}

.hfXRBN {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.gXqatK {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
}

@media (min-width: 1025px) {
  .fYSTGa {
    width: 325px;
  }
}

.hEHsvU {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.fALTuw {
  margin-top: 0.5rem;
  color: rgb(236, 0, 140);
  cursor: pointer;
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
}

.dMgCVR {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.gUpvsI {
  margin-right: 0.5rem !important;
}

.cTnPqi {
  z-index: 1;
  padding: 0px;
  border: none;
  margin: 0px;
  background: none;
  position: unset;
  right: 4px;
  bottom: 4px;
  cursor: pointer;
}

.bnwbgq {
  color: rgb(70, 70, 80);
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  cursor: pointer;
}

.bnwbgq:hover {
  color: rgb(236, 0, 140);
}

.bRGxmg {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: -0.5rem;
  cursor: pointer;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.hEWWnf > .sc-epALIP {
  font-size: 0.75em;
  margin-left: -0.125rem;
}

.cfBKQI > .sc-epALIP {
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 16px;
}

.dBOjJq {
  margin-right: 0.5rem !important;
}

.jCAbfz {
  margin-right: 0.5rem;
}

.fFgjzP {
  position: relative;
  height: 100%;
  border: 1px solid rgb(236, 0, 140);
  border-radius: 2px;
}

.jBBsp {
  position: relative;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
}

.jBBsp:hover {
  border-color: rgb(162, 162, 167);
}

.kdjHnV > .sc-epALIP {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 12px;
}

@media screen and (min-width: 1025px) {
  .ieCJFh {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

.kGvfxs {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}

.iPQggZ {
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
}

.dNuKTT {
  color: rgb(117, 117, 122);
}

.ABnRX {
  margin-right: 1rem;
  color: rgb(70, 70, 80);
  text-decoration: underline;
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
}

.dNuKTT:hover,
.dNuKTT:active {
  color: rgb(236, 0, 140);
}

.eokgHX {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(225, 225, 228);
  border-radius: 2px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  outline: none;
  user-select: none;
  cursor: pointer;
}

.eokgHX:hover {
  border-color: rgb(200, 200, 202);
}

.hmnkvi {
  border-radius: 2px;
  border: 1px solid rgb(236, 0, 140);
  outline: 0px;
  overflow: hidden;
  padding: 0.25rem 1rem;
  width: 100%;
  height: 2.5rem;
  font-family: "VP Next", arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  white-space: nowrap;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  background-color: rgb(236, 0, 140);
  color: rgb(255, 255, 255);
}

@media (hover: hover) {
  .hmnkvi:hover {
    background-color: rgb(234, 81, 163);
    border-color: rgb(234, 81, 163);
    color: rgb(255, 255, 255);
  }
}

.buyQey {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 641px) {
  .buyQey {
    display:block;
  }
}

.cTnPqi > svg {
  display: block;
}

.bRGxmg > svg {
  margin-right: 0.5rem;
}

.cAPndg {
  color: rgb(70, 70, 80);
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
}

.jIUhhl {
  height: 100%;
}

.MKDpI {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.eCIpEy {
  height: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex: 1 1 0%;
  color: rgb(70, 70, 80);
}

.eCIpEy:hover {
  color: rgb(236, 0, 140);
}

.khFXNK {
  width: 40px;
  height: 40px;
  padding: 0px;
  border: none;
  margin: 0px 0.5rem;
  background-color: transparent;
}

.khFXNK:hover {
  cursor: pointer;
}

.bIfLIn {
  color: rgb(117, 117, 122);
  text-decoration: underline;
  margin-left: 0.25rem;
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 18px;
}

.kRPixU {
  display: flex;
  margin: 0px 0.5rem 0px 1rem;
  -webkit-box-align: center;
  align-items: center;
  flex: 1 1 0%;
  width: calc(100% - 4.5rem);
  overflow: hidden;
}

.dtTCMc {
  margin-left: 1rem;
}

.bDVFsG {
  width: 1.25rem;
  height: 1.25rem;
  float: right;
  margin: 0px 1rem;
}

.hCVbjA {
  transition: 0.125s ease-in-out;
}

.ipprjf {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dtTCMc:hover > * {
  color: rgb(236, 0, 140);
}

.drJxFk {
  width: 100%;
  overflow: hidden;
  font-family: "HK Grotesk", arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* These were inline style tags. Uses id+class to override almost everything */
#style-sFbif.style-sFbif {
  touch-action: none;
  transform: translate3d(0px, 0px, 0px);
}
#style-HmybE.style-HmybE {
  width: 40px;
}
#style-qzHFR.style-qzHFR {
  display: block;
}
#style-7nk37.style-7nk37 {
  touch-action: none;
  transform: translate3d(0px, 0px, 0px);
}
/* These were inline style tags. Uses id+class to override almost everything */
#style-Nfk8c.style-Nfk8c {
  touch-action: none;
  transform: translate3d(0px, 0px, 0px);
}
#style-I62bR.style-I62bR {
  width: 40px;
}
#style-KtZo7.style-KtZo7 {
  display: block;
}
#style-kZ7wq.style-kZ7wq {
  touch-action: none;
  transform: translate3d(0px, 0px, 0px);
}

/* after removing the iframe */

html,
body,
ul,
ol,
li,
p,
form,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
}
html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}
body {
  font-size: 75%;
  color: #7b7b7f;
}
a {
  color: #ec008c;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
p {
  padding: 0 0 15px;
}
.clear {
  clear: both;
  visibility: hidden;
  border: 0;
  line-height: 1px;
  height: 1px;
  font-size: 1px;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "vp_sansregular";
  src: url(../fonts/vpsans-regular-webfont.eot);
  src: url(../fonts/vpsans-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/vpsans-regular-webfont.woff) format("woff"),
    url(../fonts/vpsans-regular-webfont.ttf) format("truetype"),
    url(../fonts/vpsans-regular-webfont.otf) format("truetype");
}
.hideMobile,
.ftBlocInfo,
.obj_ft .ftBlocTitle h3 {
  display: none;
}
.obj_ft .ftBlocTitle {
  color: #464650;
}
.obj_ft .ftBlocTitle h4,
.obj_ft .ftBlocTitle h5,
#tab1 .productCol h3 {
  padding: 10px 15px;
  color: #464650;
  font-size: 1em;
}
.obj_ft .ftBlocTitle .ftBlocTitleLabel,
.obj_ft .productLabel {
  padding: 16px 0 0 65px;
  height: 39px;
  background: #f7f7f7 url(https://static.vente-privee.com/vp5/_web/mobile/vp/_common/img/ev-ft_labelMarque.png) 15px 50% no-repeat;
  background-size: 35px;
}
.obj_ft .ftBlocContainer dl.ftBloc {
  margin: 0 auto;
  padding: 0 15px 0;
}
.obj_ft dl.ftBloc dt,
.obj_ft .tabs h3,
.obj_ft .tab_contentProducer h4 {
  display: block;
  margin-right: 35px;
  padding: 10px 0 5px;
  color: #464650 !important;
  font-size: 1.3em;
  text-decoration: none;
}
.obj_ft dl.ftBloc dd {
  margin: 0;
  color: #7b7b7f;
  line-height: 19px;
}
.obj_ft .ftBlocTop {
  padding: 10px 15px 0;
}
.tabs > li > a {
  display: block;
  padding: 10px 15px 5px;
  color: #22222b;
  text-decoration: none;
  cursor: default;
  font-family: vp_sansregular, Arial, sans-serif;
  font-size: 1.4em;
}
.obj_ft .ftBlocBtm,
.obj_ft .productAdvised {
  padding: 10px 15px;
  color: #22222b;
  font-size: 0.9em;
}
.infoBloc,
.obj_ft .tab_contentGen h4,
.obj_ft .tab_contentProducer .legend {
  display: none;
}
.obj_ft .tab_contentProducer,
.obj_ft .tab_contentDelivery {
  padding: 0 15px;
}
.obj_ft .tabs li {
  background-color: #fff !important;
}
.ftBlocTitle {
  border: 0 !important;
}
.obj_ft .tab_contentBrand {
  padding: 0 15px;
  width: auto !important;
}
.obj_ft .tab_contentGen .ftBloc {
  padding: 0 15px;
}
.productCol h3,
.productLabel,
.advisedProduct,
.checkList,
.legend {
  display: none !important;
}
#tab1 .productCol h3,
#tab1 .productLabel,
#tab1 .advisedProduct,
#tab1 .checkList {
  display: block !important;
}
.obj_ft .tab_contentProduct .productCol,
.obj_ft .tab_contentGen .producer,
.obj_ft .tab_content.hideDesktop .jp-video,
.obj_ft .tab_contentGen .detailBlocInfo,
.obj_ft .detailInfoWine {
  padding: 0 15px;
}
.obj_ft .tab_contentProduct .productCol.lastCol {
  padding: 0;
}
.obj_ft .productColBloc {
  padding: 0 0 15px;
}
.obj_ft .productCol h2,
.obj_ft .producer h2 {
  padding: 0 0 5px;
  font-size: 1.1em;
  font-weight: 700;
}
.checkList {
  margin: 0 15px;
  padding: 10px 0 0;
}
.checkList li {
  padding: 0 0 6px;
}
.checkList li span {
  display: inline-block;
  padding: 0 5px 0 0;
  width: 20px;
  min-height: 20px;
  background: url(.product/images/evWine_checkFt.gif) no-repeat 0 50%;
  background-size: 20px;
  vertical-align: middle;
}
.checkList li p {
  display: inline-block;
  padding: 0;
  width: 88%;
  vertical-align: middle;
}
.advisedProduct {
  padding: 15px;
}
.detailInfoWine {
  margin-top: 10px;
  list-style: none;
  min-height: 22px;
}
.detailInfoWine p {
  display: inline-block;
  width: 65%;
  background: url(.product/images/evWine_Line.png) repeat-x 0 7px;
}
.detailInfoWine span {
  display: inline-block;
  background: #fff;
}
.detailWineTitle {
  padding: 0 10px 0 0;
  background: #f8f8f8;
}
.detailWineTxt {
  padding: 0 0 0 10px;
  width: 30%;
}
#jp_container_ft {
  margin: 0 0 20px 0;
  padding: 0;
}
div.jp-interface {
  background-color: #292826;
  height: 30px;
  position: relative;
  width: 100%;
}
.obj_ft table {
  margin: 10px 0;
  width: 100%;
  border-radius: 3px;
  border-spacing: 0;
}
.obj_ft table thead th {
  padding: 5px 10px;
  color: #464650;
  font-size: 1.2em;
  background: #f0f0f1;
  text-align: left;
  font-weight: 400;
}
.obj_ft table td {
  padding: 10px;
  line-height: 18px;
  vertical-align: top;
  font-weight: 400;
  font-size: 1em;
  color: #7b7b7f;
  background: #fff;
  border-bottom: 1px solid #f0f0f1;
}
.obj_ft table .td1 {
  width: 45%;
  font-size: 1.1em;
  color: #464650;
}
.obj_ft table .td2,
.obj_ft table .th2 {
  padding-left: 20px;
}
.obj_ft table td p {
  padding: 0;
}
.obj_ft table.styleMob thead {
  display: none;
}
.obj_ft table.styleMob tbody .tableLine1 td,
.obj_ft table.styleMob tbody .tableLine2 td {
  display: block;
  border-bottom: 1px solid #f0f0f1;
}
.obj_ft table.styleMob .td1 {
  width: inherit;
}
.obj_ft table.styleMob .td2 {
  padding: 10px;
}
.obj_ft table.styleMob tbody tr td:first-child {
  padding: 5px 10px;
  color: #464650;
  font-size: 1.2em;
  background: #f0f0f1;
}
.obj_ft table.styleMob tbody td span {
  display: inline-block;
  padding-left: 20px;
  width: 46%;
  vertical-align: top;
  color: #7b7b7f;
}
.obj_ft table.styleMob tbody td:before {
  display: inline-block;
  width: 45%;
  content: attr(data-th);
  color: #464650;
}

div.jp-audio,
div.jp-video {
  font-size: 1em;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  background-color: #eee;
  position: relative;
}
div.jp-audio {
  width: 420px;
}
#jp_container_ft.jp-video-147p {
  width: 262px;
}
div.jp-video-192p {
  width: 341px;
}
div.jp-video-268p {
  width: 543px;
}
div.jp-video-295p {
  width: 525px;
}
div.jp-video-251p {
  width: 445px;
}
div.jp-video-371p {
  width: 660px;
}
div.jp-video-509p {
  width: 904px;
}
div.jp-video-147p div.jp-progress {
  left: 40px;
  top: 11px;
  width: 175px;
  height: 8px;
  z-index: 100;
}
div.jp-video-192p div.jp-progress {
  width: 130px;
}
div.jp-video-268p div.jp-progress {
  width: 330px;
}
div.jp-video-251p div.jp-progress {
  width: 232px;
}
div.jp-video-295p div.jp-progress {
  width: 308px;
}
div.jp-video-371p div.jp-progress {
  width: 446px;
}
div.jp-video-509p div.jp-progress {
  width: 593px;
}
div.jp-video-full div.jp-progress {
  width: 640px;
}
#jp_container_ba.jp-video-full div.jp-progress {
  width: 76% !important;
}
div.jp-video-147p div.jp-video-play {
  height: 147px;
}
div.jp-video-192p div.jp-video-play {
  height: 192px;
}
div.jp-video-268p div.jp-video-play {
  height: 268px;
}
div.jp-video-295p div.jp-video-play {
  height: 295px;
}
div.jp-video-371p div.jp-video-play {
  height: 371px;
}
div.jp-video-509p div.jp-video-play {
  height: 509px;
}
div.jp-video-full div.jp-video-play {
  height: 100%;
  z-index: 1000;
}
div.jp-video-295p div.jp-current-time {
  top: 2px;
}
div.jp-video-147p .jp-full-screen {
  display: none !important;
}
div.jp-video-147p div.jp-current-time {
  right: -9px;
}
div.jp-video-full {
  width: 480px;
  height: 270px;
  position: static !important;
  position: relative;
}
div.jp-video-full div.jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  overflow: hidden;
  z-index: 1000;
}
div.jp-video-full div.jp-gui {
  position: fixed !important;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
div.jp-video-full div.jp-interface {
  position: absolute !important;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
div.jp-interface {
  position: relative;
  background-color: #292826;
  width: 100%;
  height: 30px;
}
.bannerVideo div.jp-interface {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 60px;
}
.jp-video-desk:hover div.jp-interface,
.jp-video-desk:hover .closeVideo {
  display: block;
}
div.jp-controls-holder {
  height: 30px;
  margin: 0 auto;
  position: relative;
}
.bannerVideo div.jp-controls-holder {
  height: 60px;
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.jp-video div.jp-type-single ul.jp-controls {
  margin-left: 5px;
  margin-top: 0;
  float: none;
  width: auto;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
  margin-top: 2px;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
  width: 25px;
  height: 25px;
}
.bannerVideo a.jp-play,
.bannerVideo a.jp-pause {
  margin: 3px 0 0 14px;
  width: 50px;
  height: 50px;
}
a.jp-play {
  background: url(.product/images/jplayer.vp.skin.png) 0 0 no-repeat;
}
a.jp-play:hover {
  background-position: -23px 0;
}
a.jp-pause {
  background: url(.product/images/jplayer.vp.skin.png) 0 -23px no-repeat;
  display: none;
}
a.jp-pause:hover {
  background: url(.product/images/jplayer.vp.skin.png) -23px -23px no-repeat;
}
.bannerVideo a.jp-play {
  background: url(.product/images/hme_playerIcon.png) 0 0 no-repeat;
}
.bannerVideo a.jp-play:hover {
  background-position: 0 -46px;
}
.bannerVideo a.jp-pause {
  background: url(.product/images/hme_playerIcon.png) -46px 0 no-repeat;
  display: none;
}
.bannerVideo a.jp-pause:hover {
  background-position: -46px -46px;
}
div.jp-progress {
  background-color: #ddd;
}
div.jp-video div.jp-progress {
  position: absolute;
  left: 40px;
  top: 10px;
  height: 10px;
  z-index: 100;
}
.bannerVideo div.jp-video div.jp-progress {
  position: absolute;
  left: 80px;
  top: 29px;
  height: 4px;
  border-radius: 5px;
}
div .jp-current-time,
div .jp-duration {
  margin-top: 10px;
  margin-left: 40px;
  width: 70%;
}
div.jp-seek-bar {
  background: url(.product/images/jplayer.vp.skin.png) 0 -202px repeat-x;
  width: 0;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  background: url(.product/images/jplayer.vp.skin.png) 0 -218px repeat-x;
  width: 0;
  height: 100%;
}
.bannerVideo div.jp-play-bar {
  position: relative;
  background: url(.product/images/hme_playerIcon.png) 0 -149px repeat-x;
  width: 0;
  height: 100%;
}
.bannerVideo div.jp-play-bar .cursor {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 25px;
  height: 25px;
  background: url(.product/images/hme_playerIcon.png) -223px -11px no-repeat;
}
.bannerVideo div.jp-play-bar .cursor:hover {
  background-position: -223px -58px;
}
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 20px;
  height: 15px;
  margin-top: 12px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
  position: absolute;
  top: 8px;
  right: 140px;
  margin-top: 0;
}
.bannerVideo div.jp-video a.jp-mute,
.bannerVideo div.jp-video a.jp-unmute,
.bannerVideo div.jp-video a.jp-volume-max {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 155px;
  margin-top: 0;
}
div.jp-video a.jp-volume-max {
  left: 134px;
}
a.jp-mute {
  background: url(.product/images/jplayer.vp.skin.png) 0 -70px no-repeat;
}
a.jp-mute:hover {
  background: url(.product/images/jplayer.vp.skin.png) -23px -70px no-repeat;
}
a.jp-unmute {
  background: url(.product/images/jplayer.vp.skin.png) 0 -84px no-repeat;
  display: none;
}
a.jp-unmute:hover {
  background: url(.product/images/jplayer.vp.skin.png) -23px -84px no-repeat;
}
.bannerVideo a.jp-mute {
  background: url(.product/images/hme_playerIcon.png) -92px 0 no-repeat;
}
.bannerVideo a.jp-mute:hover {
  background: url(.product/images/hme_playerIcon.png) -92px -46px no-repeat;
}
.bannerVideo a.jp-unmute {
  background: url(.product/images/hme_playerIcon.png) -138px 0 no-repeat;
  display: none;
}
.bannerVideo a.jp-unmute:hover {
  background: url(.product/images/hme_playerIcon.png) -138px -46px no-repeat;
}
div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url(.product/images/jplayer.vp.skin.png) 0 -250px repeat-x;
  width: 46px;
  height: 5px;
  cursor: pointer;
}
div.jp-video div.jp-volume-bar {
  top: 13px;
  right: 85px;
}
div.jp-volume-bar-value {
  background: url(.product/images/jplayer.vp.skin.png) 0 -256px repeat-x;
  width: 0;
  height: 5px;
}
.bannerVideo #volumBloc {
  display: block;
  position: absolute;
  right: 84px;
  top: 5px;
  width: 122px;
  height: 50px;
  letter-spacing: -0.28em;
}
.bannerVideo #volumBloc #mute {
  display: inline-block;
  margin: 0 16px 0 0;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: url(.product/images/hme_playerIcon.png) -92px 0 no-repeat;
  letter-spacing: normal;
}
.bannerVideo #volumBloc #mute:hover {
  background: url(.product/images/hme_playerIcon.png) -92px -46px no-repeat;
}
.bannerVideo #volumBloc.muted #mute {
  background: url(.product/images/hme_playerIcon.png) -138px 0 no-repeat;
}
.bannerVideo #volumBloc.muted #mute:hover {
  background: url(.product/images/hme_playerIcon.png) -138px -46px no-repeat;
}
.bannerVideo #volumBloc #volumTable {
  letter-spacing: -0.25em;
}
.bannerVideo #volumBloc #volumTable,
.bannerVideo #volumBloc #volumTable li {
  display: inline-block;
  vertical-align: top;
}
.bannerVideo #volumBloc #volumTable li {
  margin: 15px 1px 0;
  letter-spacing: normal;
}
.bannerVideo #volumBloc #volumTable li a {
  display: block;
  width: 4px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  text-decoration: none;
}
.bannerVideo #volumBloc #volumTable li a:hover {
  background: #e855a5;
}
.bannerVideo #volumBloc #volumTable li a.actif {
  background: #ec008c;
}
.bannerVideo .jp-video-play {
  display: none !important;
}
.bannerVideo .closeVideo {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-indent: -10000px;
  cursor: pointer;
  z-index: 2;
}
.bannerVideo .closeVideo span {
  display: block;
  margin: 6px 6px 0 14px;
  width: 30px;
  height: 30px;
  background: url(.product/images/hme_playerIcon.png) -256px -10px no-repeat;
}
.bannerVideo .closeVideo:hover span {
  background: url(.product/images/hme_playerIcon.png) -256px -56px no-repeat;
}
div.jp-current-time,
div.jp-duration {
  width: 60px;
  font-size: 0.64em;
  font-style: oblique;
}
div.jp-current-time {
  line-height: 1em;
  position: absolute;
  right: 30px;
  width: 40px;
}
div.jp-duration {
  float: right;
  display: inline;
  text-align: right;
  display: none !important;
}
div.jp-video div.jp-current-time {
  margin-left: 20px;
}
div.jp-video div.jp-duration {
  margin-right: 20px;
}
div.jp-video-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url(.product/images/jplayer_playBt.png) 0 0 no-repeat;
  text-indent: -9999px;
  outline: 0;
}
div.jp-video-play:hover a.jp-video-play-icon {
  background: url(.product/images/jplayer_playBt.png) 0 -100px no-repeat;
}
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0;
  height: 0;
  left: 0;
}
div.jp-jplayer {
  background-color: #000;
}
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
div.jp-video ul.jp-toggles {
  right: 6px;
  top: 2px;
  position: absolute;
}
.bannerVideo div.jp-video ul.jp-toggles {
  right: 25px;
  top: 5px;
  position: absolute;
}
ul.jp-toggles li {
  display: block;
}
ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  line-height: 100%;
}
.bannerVideo ul.jp-toggles li a {
  display: block;
  width: 36px;
  height: 50px;
  text-indent: -9999px;
  line-height: 100%;
}
a.jp-full-screen {
  background: url(.product/images/jplayer.vp.skin.png) 0 -46px no-repeat;
  margin-left: 20px;
}
a.jp-full-screen:hover {
  background: url(.product/images/jplayer.vp.skin.png) -23px -46px no-repeat;
}
a.jp-restore-screen {
  background: url(.product/images/jplayer.vp.skin.png) 0 -46px no-repeat;
  margin-left: 20px;
}
*a.jp-restore-screen {
  margin: -18px 0 0 20px;
}
a.jp-restore-screen:hover {
  background: url(.product/images/jplayer.vp.skin.png) -23px -46px no-repeat;
}
.bannerVideo a.jp-full-screen,
.bannerVideo a.jp-restore-screen {
  background: url(.product/images/hme_playerIcon.png) -184px 0 no-repeat;
  margin-left: 20px;
}
.bannerVideo a.jp-full-screen:hover,
.bannerVideo a.jp-restore-screen:hover {
  background-position: -184px -46px;
}
.jp-no-solution {
  position: absolute;
  width: 390px;
  margin-left: -202px;
  left: 50%;
  top: 10px;
  padding: 5px;
  font-size: 0.8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
.touchDevice .bannerVideo #volumBloc {
  display: none;
}
.touchDevice div.jp-video-509p div.jp-progress,
.touchDevice div.jp-video-509p div.jp-progress {
  width: 740px;
}
.touchDevice .bannerVideo a.jp-full-screen:hover,
.touchDevice .bannerVideo a.jp-restore-screen:hover {
  background-position: -184px 0;
}
.touchDevice .bannerVideo ul.jp-toggles li:first-child {
  display: none;
  width: 36px;
  height: 50px;
}
.touchDevice .bannerVideo ul.jp-toggles li a.jp-full-screen {
  line-height: auto;
  margin: 0;
}
.touchDevice .bannerVideo .closeVideo:hover span {
  background: url(.product/images/hme_playerIcon.png) -256px -10px no-repeat;
}
