#player1 {
  background-color: #f58930 !important;
}

#player2 {
  background-color: #e15755 !important;
}

#player3 {
  background-color: #66bd5c !important;
}

.video-js .vjs-control-bar {
  display: none;
}

/* turn off click events for the progress scrubber */
.vjs-progress-control {
  pointer-events: none;
}

.upsa_vit-item.background-video {
  cursor: auto;
}

.video-js.vjs-has-started .vjs-tech {
  pointer-events: none;
}

/*fonts*/
@font-face {
  font-family: "NeoSansProBold";
  src: url("../fonts/NeoSansProBold.eot");
  src: url("../fonts/NeoSansProBold.eot") format("embedded-opentype"), url("../fonts/NeoSansProBold.woff2") format("woff2"), url("../fonts/NeoSansProBold.woff") format("woff"),
    url("../fonts/NeoSansProBold.ttf") format("truetype"), url("../fonts/NeoSansProBold.svg#NeoSansProBold") format("svg");
}
@font-face {
  font-family: "NeoSansProRegular";
  src: url("../fonts/NeoSansProRegular.eot");
  src: url("../fonts/NeoSansProRegular.eot") format("embedded-opentype"), url("../fonts/NeoSansProRegular.woff2") format("woff2"),
    url("../fonts/NeoSansProRegular.woff") format("woff"), url("../fonts/NeoSansProRegular.ttf") format("truetype"),
    url("../fonts/NeoSansProRegular.svg#NeoSansProRegular") format("svg");
}
@font-face {
  font-family: "NeoSansProItalic";
  src: url("../fonts/NeoSansProItalic.eot");
  src: url("../fonts/NeoSansProItalic.eot") format("embedded-opentype"), url("../fonts/NeoSansProItalic.woff2") format("woff2"),
    url("../fonts/NeoSansProItalic.woff") format("woff"), url("../fonts/NeoSansProItalic.ttf") format("truetype"),
    url("../fonts/NeoSansProItalic.svg#NeoSansProItalic") format("svg");
}
@font-face {
  font-family: "URWDINBold";
  src: url("../fonts/URWDINBold.eot");
  src: url("../fonts/URWDINBold.eot") format("embedded-opentype"), url("../fonts/URWDINBold.woff2") format("woff2"), url("../fonts/URWDINBold.woff") format("woff"),
    url("../fonts/URWDINBold.ttf") format("truetype"), url("../fonts/URWDINBold.svg#URWDINBold") format("svg");
}
@font-face {
  font-family: "URWDINCondMedium";
  src: url("../fonts/URWDINCondMedium.eot");
  src: url("../fonts/URWDINCondMedium.eot") format("embedded-opentype"), url("../fonts/URWDINCondMedium.woff2") format("woff2"),
    url("../fonts/URWDINCondMedium.woff") format("woff"), url("../fonts/URWDINCondMedium.ttf") format("truetype"),
    url("../fonts/URWDINCondMedium.svg#URWDINCondMedium") format("svg");
}
/*responsive text*/
/*utility classes*/
.upsa_vit-item-light-red {
  color: #e15756;
}

.upsa_vit-item-green {
  color: #5a912f;
}

.uspa_vit-item-lightorange {
  color: #f58930;
}

.upsa_vit-redpink-txt {
  color: #e81f49;
}

.upsa_vit-back-btn.uspa_vit-item-bg-lightorange {
  background-color: #f58930;
}

.upsa_vit-back-btn.upsa_vit-back-redpink-bg {
  background-color: #e81f49;
}

.upsa_vit-back-btn.upsa_vit-back-green-bg {
  background-color: #5a912f;
}

/*Header*/
.upsa_vit-header {
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/header.jpg) #ffbb64 0vw -8vw no-repeat;
  background-size: cover;
}

.upsa_vit-logo {
  position: absolute;
  top: 73px;
  right: 66px;
}

.upsa_vit-title {
  font-family: "NeoSansProBold";
  font-weight: normal;
  font-size: 86px;
  line-height: 103px;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 162px;
  text-shadow: -2px 11px 71px rgb(0, 0, 0);
  text-transform: uppercase;
  width: 100%;
}

.upsa_vit-nav ul {
  display: flex;
  justify-content: space-between;
  margin-left: 12px;
}

.upsa_vit-nav li {
  text-align: left;
  padding: 29px 35px;
  width: 100%;
  max-width: 28%;
  min-height: 125px;
  margin: 0 38px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.upsa_vit-nav-item {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: "NeoSansProBold";
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .upsa_vit-nav-item {
    font-size: calc(28px + 3 * (100vw - 1800px) / (1920 - 1800));
  }
}
@media only screen and (min-width: 1920px) {
  .upsa_vit-nav-item {
    font-size: 31px;
  }
}

.upsa_vit-nav-item span {
  position: absolute;
  right: 0;
  bottom: 0;
}

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

.upsa_vit-lightorange {
  background-color: #f58930;
}

.upsa_vit-redpink {
  background-color: #e81f49;
}

.upsa_vit-grass {
  background-color: #5a912f;
}

.upsa_vit-item-bg-lightred,
.upsa_vit-back-btn.upsa_vit-item-bg-lightred {
  background-color: #e15756;
}

.upsa_vit-offset {
  padding: 71px 60px 55px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/*Content*/
.upsa_vit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 75px 112px 30px;
  flex-direction: column;
}

.upsa_vit-section h2 {
  font-family: "NeoSansProBold";
  font-weight: normal;
  color: #fff;
  font-size: 35px;
  line-height: 68px;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
  min-height: 68px;
}

.upsa_vit-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.upsa_vit-section:nth-child(2) .upsa_vit-items,
.upsa_vit-section:nth-child(3) .upsa_vit-items {
  grid-template-columns: repeat(2, 1fr);
}

.upsa_vit-item {
  position: relative;
  perspective: 1000px;
  transition: transform 0.5s;
  min-height: 758px;
  max-width: 830px;
  z-index: 100;
}

.upsa_vit-item:hover {
  z-index: 111;
}

.upsa_vit-item:hover + .upsa_vit-item {
  /* Increase z-index */
  z-index: 105; /* or any value higher than 100 */
}

.upsa_vit-shadow {
  box-shadow: 0px 9px 22px 1.38px rgba(0, 0, 0, 0.25);
  z-index: 111;
}

.flip {
  transform: rotateY(180deg);
}

.upsa_vit-flipper {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s;
}

.upsa_vit-front,
.upsa_vit-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 0 0 0 20px;
}

.upsa_vit-front {
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}

.upsa_vit-back {
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.upsa_vit-front {
  color: #fff;
  text-align: center;
}

.upsa_vit-front .upsa_vit-product-name {
  text-transform: uppercase;
  font-family: "NeoSansProBold";
  font-weight: normal;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0;
}

.upsa_vit-front .upsa_vit-product-sub-name {
  font-family: "NeoSansProRegular";
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.upsa_vit-front .upsa_vit-product-desc {
  text-transform: uppercase;
  font-family: "NeoSansProBold";
  font-size: 33px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: normal;
}

.upsa_vit-front .upsa_vit-product-desc-small {
  font-family: "NeoSansProRegular";
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  display: block;
  text-transform: none;
}

.upsa_vit-back-product-name {
  text-transform: uppercase;
  font-family: "NeoSansProBold";
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0;
  font-weight: normal;
}

.upsa_vit-product-back-sub-name {
  font-family: "NeoSansProRegular";
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 62px;
  color: #606060;
  letter-spacing: -0.06em;
}

.upsa_vit-back-desc {
  font-family: "NeoSansProBold";
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 20px;
  color: #606060;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
  width: 100%;
}

.upsa_vit-italic {
  font-family: "NeoSansProItalic";
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: normal;
  font-style: italic;
  color: #606060;
  margin-bottom: 55px;
  letter-spacing: 0.01em;
}

.upsa_vit-darkorange {
  color: #e25212;
}

.upsa_vit-back-btn {
  max-width: 284px;
  min-height: 60px;
  text-transform: uppercase;
  font-family: "NeoSansProBold";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  background-color: #e25212;
  padding: 16px 30px 0px 30px;
  text-align: center;
  color: #fff;
}

.upsa_vit-btn-arrow {
  height: 24px;
  width: 13px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 3px;
}

.upsa_vit-back {
  padding: 38px 60px 45px 60px;
  background-color: #fff;
}

.upsa_vit-item-bg-dark-orange {
  background: url("../images/dark_orange.jpg") center no-repeat;
  background-size: cover;
}

.upsa_vit-item-bg-orange {
  background: url("../images/orange.jpg") center no-repeat;
  background-size: cover;
}

.upsa_vit-item-bg-red {
  background: url("../images/red.jpg") center no-repeat;
  background-size: cover;
}

.upsa_vit-item-bg-light-red {
  background: url("../images/light_red.jpg") center no-repeat;
  background-size: cover;
}

.upsa_vit-item-bg-green {
  background: url("../images/green.jpg") center no-repeat;
  background-size: cover;
}

.upsa_vit-item-bg-clover {
  background: url("../images/clover_lights.jpg") center no-repeat;
  background-size: cover;
  z-index: 1;
}
.upsa_vit-item-bg-vitalite {
  background: url("../images/KV-vitalite.jpg") center no-repeat;
  background-size: cover;
  z-index: 1;
}

.upsa_vit-item {
  position: relative;
}

#background-video-1,
#background-video-2,
#background-video-3,
#background-video-4 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.upsa_vit-red {
  background-color: #e81f49;
}

.upsa_vit-green {
  background-color: #65be5c;
}

.upsa_vit-text-green {
  color: #65be5c;
}

.upsa_vit-footer {
  background-color: #e55311;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  padding-bottom: 55px;
  padding-top: 34px;
}

.upsa_vit-footer p {
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-stretch: 100%;
}

.upsa_vit-footer a {
  color: #fff;
}

.upsa_vit-footer-bold {
  font-family: "URWDINBold";
  font-weight: normal;
}

.upsa_vit-footer-regular {
  font-family: "URWDINCondMedium";
}

.upsa_vit-underline {
  font-family: "URWDINCondMedium";
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  border-bottom: 1px solid #fff;
}

.upsa_vit-energie-slider {
  visibility: hidden;
  position: absolute;
}

.upsa_vit-item {
  cursor: pointer;
}

.upsa_vit-product-vegan {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "NeoSansProBold";
  font-weight: normal;
  font-size: 30px;
  padding: 21px 37px 21px 37px;
  background-color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.upsa_vit-item-multi .upsa_vit-product-back-sub-name,
.upsa_vit-item-booster .upsa_vit-product-back-sub-name {
  margin-bottom: 10px;
}

.upsa_vit-item-multi .upsa_vit-italic,
.upsa_vit-item-booster .upsa_vit-italic {
  margin-bottom: 20px;
}

.upsa_vit-item-booster .upsa_vit-back {
  padding: 75px 56px 65px 65px;
}

#section3 .upsa_vit-items {
  grid-row-gap: 20px;
  margin-bottom: 75px;
}

.upsa_vit-item-multi .upsa_vit-front {
  padding: 0 20px 0 20px;
}

.slick-slide.hidden-on-mobile {
  display: block;
}

.upsa_vit-d3 .upsa_vit-product-name span,
.upsa_vit-d3 .upsa_vit-back-product-name span {
  text-transform: none;
}

.upsa_vit-item-booster .upsa_vit-back-desc,
.upsa_vit-item-multi .upsa_vit-back-desc {
  letter-spacing: -0.06em;
}

.upsa_vit-item-multi .upsa_vit-front {
  padding: 35px;
}

.upsa_vit-item-multi .upsa_vit-front .upsa_vit-product-sub-name {
  margin-bottom: 21px;
}

.upsa_vit-front img {
  margin: 20px 0 40px 0;
  max-width: 27vw;
}

.upsa_vit-item-green {
  color: #5a912f;
}

.uspa_vit-item-lightorange {
  color: #f58930;
}

.upsa_vit-redpink-txt {
  color: #e81f49;
}

.upsa_vit-loading {
  background: url("../images/logo.png") no-repeat center center;
}

#section1 .upsa_vit-loading {
  background-color: #f58930;
}

#section2 .upsa_vit-loading {
  background-color: #e81f49;
}

#section3 .upsa_vit-loading {
  background-color: #5a912f;
}

@media screen and (max-width: 1903px) {
  .upsa_vit-title {
    width: 100%;
  }
  .upsa_vit-product-name {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1500px) {
  .upsa_vit-product-name {
    font-size: calc(38px + 2 * (100vw - 1500px) / (1920 - 1500));
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1920px) {
  .upsa_vit-product-name {
    font-size: 40px;
  }
}
@media screen and (max-width: 1903px) {
  .upsa_vit-product-sub-name {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1500px) {
  .upsa_vit-product-sub-name {
    font-size: calc(34px + 1 * (100vw - 1500px) / (1920 - 1500));
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1920px) {
  .upsa_vit-product-sub-name {
    font-size: 35px;
  }
}
@media screen and (max-width: 1903px) {
  .upsa_vit-product-desc {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1500px) {
  .upsa_vit-product-desc {
    font-size: calc(30px + 3 * (100vw - 1500px) / (1920 - 1500));
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1920px) {
  .upsa_vit-product-desc {
    font-size: 33px;
  }
}
@media screen and (max-width: 1903px) {
  .upsa_vit-product-desc-small {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1500px) {
  .upsa_vit-product-desc-small {
    font-size: calc(23px + 2 * (100vw - 1500px) / (1920 - 1500));
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1920px) {
  .upsa_vit-product-desc-small {
    font-size: 25px;
  }
}
@media screen and (max-width: 1903px) {
  .upsa_vit-back-product-name {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1500px) {
  .upsa_vit-back-product-name {
    font-size: calc(38px + 2 * (100vw - 1500px) / (1920 - 1500));
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1920px) {
  .upsa_vit-back-product-name {
    font-size: 40px;
  }
}
@media screen and (max-width: 1903px) {
  .upsa_vit-italic {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1500px) {
  .upsa_vit-italic {
    font-size: calc(23px + 2 * (100vw - 1500px) / (1920 - 1500));
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1920px) {
  .upsa_vit-italic {
    font-size: 25px;
  }
}
@media screen and (max-width: 1903px) {
  .upsa_vit-back-desc {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1500px) {
  .upsa_vit-back-desc {
    font-size: calc(23px + 2 * (100vw - 1500px) / (1920 - 1500));
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1920px) {
  .upsa_vit-back-desc {
    font-size: 25px;
  }
}
@media screen and (max-width: 1903px) {
  .upsa_vit-back-btn {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1500px) {
  .upsa_vit-back-btn {
    font-size: calc(23px + 1 * (100vw - 1500px) / (1920 - 1500));
  }
}
@media only screen and (max-width: 1903px) and (min-width: 1920px) {
  .upsa_vit-back-btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 1903px) {
  .upsa_vit-item-booster .upsa_vit-back {
    padding: 40px 4.5% 30px 7.8%;
  }
  .upsa_vit-nav li {
    min-height: 125px;
    margin: 0 38px;
    display: flex;
    align-items: center;
    padding: 29px 35px;
  }
}
@media screen and (max-width: 1750px) {
  .upsa_vit-nav-item {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1750px) and (min-width: 1500px) {
  .upsa_vit-nav-item {
    font-size: calc(28px + 3 * (100vw - 1500px) / (1750 - 1500));
  }
}
@media only screen and (max-width: 1750px) and (min-width: 1750px) {
  .upsa_vit-nav-item {
    font-size: 31px;
  }
}
@media screen and (max-width: 1750px) {
  .upsa_vit-front {
    padding: 0 8%;
  }
  .upsa_vit-item {
    max-width: 100%;
  }
  .upsa_vit-front .upsa_vit-product-name {
    font-size: 2.083vw;
    line-height: 2.292vw;
  }
  .upsa_vit-front .upsa_vit-product-sub-name {
    font-size: 1.823vw;
    line-height: 2.083vw;
  }
  .upsa_vit-front .upsa_vit-product-desc {
    font-size: 1.719vw;
    line-height: 1.875vw;
  }
  .upsa_vit-front .upsa_vit-product-desc-small {
    font-size: 1.302vw;
    line-height: 1.563vw;
  }
  .upsa_vit-item {
    min-height: 39.479vw;
  }
  .upsa_vit-container {
    padding: 3.906vw 5.833vw 0vw;
  }
  .upsa_vit-back-product-name {
    font-size: 2.083vw;
    line-height: 2.292vw;
  }
  .upsa_vit-product-back-sub-name {
    font-size: 1.823vw;
    line-height: 2.083vw;
    margin-bottom: 1.5vw;
  }
  .upsa_vit-back-desc {
    font-size: 1.302vw;
    line-height: 1.458vw;
    margin-bottom: 1.146vw;
  }
  .upsa_vit-italic {
    font-size: 1.302vw;
    line-height: 1.563vw;
    margin-bottom: 2.865vw;
  }
  .upsa_vit-back-btn {
    max-width: 14.792vw;
    min-height: 3.125vw;
    line-height: 1.458vw;
    padding: 0.833vw 1.563vw 0px 1.563vw;
    font-size: 1.25vw;
  }
  .upsa_vit-back {
    padding: 3.906vw 4.167vw 3.385vw 4.948vw;
  }
  .upsa_vit-btn-arrow {
    height: 1.25vw;
    width: 0.677vw;
    display: inline-block;
    margin-left: 0.521vw;
    margin-top: 0;
  }
  .upsa_vit-nav li {
    padding: 16px;
  }
  #section1 .upsa_vit-flipper .upsa_vit-front img {
    width: 15vw;
    max-width: inherit;
  }
  #section1 .upsa_vit-item-acerola .upsa_vit-front img {
    margin-bottom: 15px;
    width: 13vw;
  }
  #section2 .upsa_vit-flipper .upsa_vit-front img {
    width: 12vw;
  }
}
@media screen and (max-width: 1600px) {
  .upsa_vit-nav-item {
    font-size: 20px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1366px) {
  .upsa_vit-nav-item {
    font-size: calc(20px + 8 * (100vw - 1366px) / (1600 - 1366));
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1600px) {
  .upsa_vit-nav-item {
    font-size: 28px;
  }
}
@media screen and (max-width: 1600px) {
  .upsa_vit-nav ul {
    margin-left: 0;
  }
  .upsa_vit-nav li {
    min-height: 100px;
    margin: 0 2%;
    max-width: 31%;
  }
  .upsa_vit-header img {
    max-width: 20vw;
    width: 100%;
  }
  .upsa_vit-section h2 {
    font-size: 33px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1366px) {
  .upsa_vit-section h2 {
    font-size: calc(33px + 2 * (100vw - 1366px) / (1750 - 1366));
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1750px) {
  .upsa_vit-section h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1600px) {
  .upsa_vit-front .upsa_vit-product-sub-name {
    margin-bottom: 2vw;
  }
  .upsa_vit-front img {
    margin: 0vw 0 1vw 0;
    max-width: 14vw;
  }
  #section1 .upsa_vit-item-acerola .upsa_vit-front img {
    margin-bottom: 25px;
    width: 12vw;
  }
  #section2 .upsa_vit-flipper .upsa_vit-front img {
    width: 12vw;
  }
}
@media screen and (max-width: 1366px) {
  .upsa_vit-title {
    font-size: 80px;
    line-height: 1.1em;
    width: 100%;
    top: 137px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  .upsa_vit-title {
    font-size: calc(80px + 6 * (100vw - 1024px) / (1366 - 1024));
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1366px) {
  .upsa_vit-title {
    font-size: 86px;
  }
}
@media screen and (max-width: 1366px) {
  .upsa_vit-header img {
    max-width: 15vw;
    width: 100%;
  }
  .upsa_vit-nav-item {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1333px) {
  .upsa_vit-nav-item {
    font-size: calc(20px + 6 * (100vw - 1333px) / (1750 - 1333));
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1750px) {
  .upsa_vit-nav-item {
    font-size: 26px;
  }
}
@media screen and (max-width: 1366px) {
  .upsa_vit-nav li {
    padding: 16px;
  }
  .upsa_vit-section h2 {
    font-size: 25px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  .upsa_vit-section h2 {
    font-size: calc(25px + 5 * (100vw - 1024px) / (1366 - 1024));
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1366px) {
  .upsa_vit-section h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .upsa_vit-product-vegan {
    font-size: 16px;
    padding: 11px 19px 11px 18px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  .upsa_vit-product-vegan {
    font-size: calc(16px + 14 * (100vw - 1024px) / (1280 - 1024));
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
  .upsa_vit-product-vegan {
    font-size: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .upsa_vit-front {
    padding: 0 5% 3% 5%;
    justify-content: flex-end;
  }
  .upsa_vit-front img {
    margin: 0vw 0 2vw 0;
  }
}
@media screen and (max-width: 1280px) {
  .upsa_vit-nav-item {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .upsa_vit-nav-item {
    font-size: calc(16px + 2 * (100vw - 1024px) / (1280 - 1024));
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1280px) {
  .upsa_vit-nav-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .upsa_vit-header .upsa_vit-nav-item img {
    max-width: 18vw;
    width: 100%;
  }
  .upsa_vit-nav li {
    padding: 16px;
    min-height: auto;
  }
  .upsa_vit-section h2 {
    font-size: 25px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .upsa_vit-section h2 {
    font-size: calc(25px + 3 * (100vw - 1024px) / (1366 - 1024));
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1366px) {
  .upsa_vit-section h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .upsa_vit-nav-item {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .upsa_vit-nav-item {
    font-size: calc(12px + 4 * (100vw - 1024px) / (1200 - 1024));
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1200px) {
  .upsa_vit-nav-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .upsa_vit-nav-item span {
    position: absolute;
    right: 5px;
    bottom: 0px;
    line-height: 28px;
    top: 40%;
    right: 0;
    transform: translate(-30%, -40%);
  }
  /* Flip animation */
  .upsa_vit-title {
    font-size: 40px;
    top: 107px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .upsa_vit-title {
    font-size: calc(40px + 40 * (100vw - 768px) / (1024 - 768));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  .upsa_vit-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .upsa_vit-header img {
    max-width: 12vw;
    width: 100%;
  }
  .upsa_vit-logo {
    top: 45px;
    right: 5vw;
  }
  .upsa_vit-nav ul {
    flex-direction: column;
  }
  .upsa_vit-nav li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .upsa_vit-nav-item {
    font-size: 16px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .upsa_vit-nav-item {
    font-size: calc(16px + 12 * (100vw - 768px) / (1024 - 768));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  .upsa_vit-nav-item {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .upsa_vit-nav-item br {
    display: none;
  }
  .upsa_vit-section h2 {
    font-size: 16px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .upsa_vit-section h2 {
    font-size: calc(16px + 4 * (100vw - 768px) / (1024 - 768));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  .upsa_vit-section h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .upsa_vit-offset {
    padding: 71px 60px 0px;
  }
  .upsa_vit-header {
    min-height: 100vh;
    position: relative;
    text-align: center;
    background: url(../images/header.jpg) #ffbb64 -16vw -103px no-repeat;
    background-size: cover;
  }
  #section1 .upsa_vit-flipper .upsa_vit-front img {
    width: 15vw;
    max-width: inherit;
  }
  #section1 .upsa_vit-item-acerola .upsa_vit-front img {
    margin-bottom: 15px;
    width: 13vw;
  }
  #section2 .upsa_vit-flipper .upsa_vit-front img {
    width: 12vw;
  }
}
@media screen and (max-width: 1024px) {
  .upsa_vit-header {
    min-height: 66vw;
  }
}
@media screen and (max-width: 768px) {
  .background-video {
    min-height: auto;
  }
  .upsa_vit-page {
    overflow: hidden;
  }
  #section3 .slick-list {
    margin: 0;
  }
  .upsa_vit-container {
    flex-direction: column;
  }
  .upsa_vit-section {
    width: 100%;
  }
  .upsa_vit-items,
  .upsa_vit-section:nth-child(2) .items,
  .upsa_vit-section:nth-child(3) .items {
    grid-template-columns: 1fr;
  }
  .upsa_vit-nav-item {
    font-size: 23px;
    padding-right: 10%;
  }
  .upsa_vit-nav ul {
    flex-direction: column;
  }
  .upsa_vit-title {
    font-size: 56px;
    line-height: 68px;
    text-transform: uppercase;
  }
  .upsa_vit-nav li {
    padding: 20px;
    min-height: 75px;
    margin-bottom: 20px;
    line-height: 10px;
    width: 100%;
    margin-left: 0;
  }
  .upsa_vit-nav li br {
    display: none;
  }
  .upsa_vit-nav li span {
    margin-left: 10px;
  }
  .upsa_vit-container {
    padding: 75px 0px 120px;
  }
  .upsa_vit-item {
    padding-left: 0px;
    margin: 20px 0 50px 0;
  }
  .upsa_vit-section h2 {
    line-height: 68px;
    font-size: 16px;
    margin: 0 13.6vw 5px 13.6vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
  .upsa_vit-section h2 {
    font-size: calc(16px + 8 * (100vw - 320px) / (768 - 320));
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .upsa_vit-section h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #section1 .upsa_vit-back {
    padding: 42px 40px 50px 70px;
  }
  .upsa_vit-back-desc {
    font-family: "NeoSansProBold";
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 25px;
  }
  .upsa_vit-item-bg-clover {
    display: none !important;
  }
  .upsa_vit-section:nth-child(2) .upsa_vit-items,
  .upsa_vit-section:nth-child(3) .upsa_vit-items {
    grid-template-columns: auto;
  }
  .upsa_vit-energie .upsa_vit-items {
    display: flex;
    flex-direction: column;
  }
  .upsa_vit-energie-slider {
    visibility: visible;
    position: relative;
  }
  .slick-slide.hidden-on-mobile {
    display: none;
  }
  .upsa_vit-title {
    width: 100%;
  }
  .upsa_vit-offset {
    padding: 71px 0px 55px;
  }
  .upsa_vit-nav {
    margin: 32vw 93px 0px 93px;
  }
  .upsa_vit-header {
    min-height: 100vh;
    background: url("../images/header_m.jpg") #ffbb64 no-repeat;
    background-size: cover;
  }
  .upsa_vit-enfant .upsa_vit-item {
    margin-left: auto;
    margin-right: auto;
  }
  .upsa_vit-logo {
    width: 96px;
    height: 50px;
    top: 35px;
    right: 50px;
  }
  #section1 .upsa_vit-item .upsa_vit-flipper {
    width: 72vw;
    margin: 0 7vw 0vw 7vw;
  }
  .upsa_vit-front .upsa_vit-product-name {
    font-size: 27px;
    line-height: 30px;
  }
  .upsa_vit-front .upsa_vit-product-sub-name {
    font-size: 23px;
    line-height: 25px;
  }
  .upsa_vit-front .upsa_vit-product-desc {
    font-size: 21px;
    line-height: 25px;
  }
  .upsa_vit-front .upsa_vit-product-desc-small {
    font-size: 17px;
    line-height: 20px;
    text-transform: none;
  }
  .upsa_vit-item-bg-green,
  .upsa_vit-item-bg-orange,
  .upsa_vit-item-bg-red,
  .upsa_vit-item-bg-light-red,
  .upsa_vit-item-bg-green,
  .upsa_vit-item-bg-clover,
  .upsa_vit-item-bg-upsa-cover,
  .upsa_vit-item-bg-upsa-energie,
  .upsa_vit-item-bg-hibiscus-cover {
    background-size: cover;
  }
  .upsa_vit-items-slider-vitalite .slick-dots li button:before {
    font-size: 23px;
    color: #e25212;
  }
  .upsa_vit-energie-slider .slick-dots li button:before {
    font-size: 23px;
    color: #5a912f;
  }
  #section2 .upsa_vit-item .upsa_vit-flipper {
    width: 72vw;
    display: inline-block;
    margin-left: 0;
  }
  .upsa_vit-container {
    padding: 75px 0px 0px;
  }
  #section1 .upsa_vit-item {
    min-height: 510px;
  }
  .upsa_vit-back-product-name {
    font-size: 27px;
    line-height: 30px;
  }
  #section1 .upsa_vit-product-back-sub-name {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 39px;
  }
  .upsa_vit-back-btn {
    line-height: 18px;
    padding: 15px 20px;
    font-size: 16px;
    min-width: 190px;
    min-height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .upsa_vit-back-btn img {
    position: absolute;
    right: 10px;
    width: 8px;
    height: 15px;
  }
  .upsa_vit-item {
    width: 553px;
  }
  .background-video {
    width: 100%;
  }
  .slick-dots {
    bottom: 0vw;
  }
  .upsa_vit-title {
    top: 100px;
  }
  #section3 .upsa_vit-items {
    grid-row-gap: 0px;
    margin-bottom: 0;
  }
  .upsa_vit-product-vegan {
    font-size: 20px;
    padding: 15px 25px 14px 24px;
  }
  .upsa_vit-item-multi .upsa_vit-front {
    padding: 0 2%;
  }
  #section2 .upsa_vit-item .upsa_vit-flipper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #section2 .upsa_vit-item .upsa_vit-back-desc {
    letter-spacing: 0;
    padding-right: 2%;
    margin-bottom: 10px;
  }
  #section2 .upsa_vit-item .upsa_vit-back {
    padding: 42px 50px 35px 62px;
  }
  #section2 {
    margin-top: 8px;
  }
  #section3 {
    margin-top: 55px;
  }
  .upsa_vit-item.upsa_vit-item-bg-hibiscus-cover {
    min-height: 523px;
  }
  #section3 .upsa_vit-back {
    justify-content: flex-start;
    padding: 33px 43px 25px 58px;
  }
  #section3 .upsa_vit-product-back-sub-name {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  #section3 .slick-dots {
    bottom: -10px;
  }
  #section3 .upsa_vit-item {
    min-height: 86vw;
  }
  .upsa_vit-footer {
    background-color: #e55311;
    padding: 58px 20px 80px 20px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
  }
  .upsa_vit-underline {
    margin-top: 32px;
  }
  .upsa_vit-back-desc {
    letter-spacing: -0.006em;
    font-size: 16px;
    font-weight: normal;
    font-family: "NeoSansProBold";
  }
  .upsa_vit-italic.upsa_vit-back-desc {
    letter-spacing: -0.006em;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    font-family: "NeoSansProItalic";
    margin-bottom: 45px;
  }
  .upsa_vit-item-vitc-500-sache .upsa_vit-italic.upsa_vit-back-desc,
  .upsa_vit-item-vitc-500 .upsa_vit-italic.upsa_vit-back-desc {
    margin-bottom: 25px;
  }
  #section3 .upsa_vit-bold.upsa_vit-back-desc,
  #section3 .upsa_vit-italic.upsa_vit-back-desc {
    margin-bottom: 10px;
  }
  .upsa_vit-front {
    padding: 0 0%;
  }
  #section3 .upsa_vit-front .upsa_vit-product-desc {
    padding: 0 8% 40px 8%;
  }
  #section3 .upsa_vit-item-booster .upsa_vit-product-desc {
    padding-bottom: 0;
  }
  .upsa_vit-back {
    justify-content: center;
  }
  #section1 .upsa_vit-back,
  #section2 .upsa_vit-back {
    padding: 6vw 8vw 3vw 8vw;
  }
  .upsa_vit-front {
    justify-content: flex-end;
    padding-bottom: 40px;
  }
  #section1 .upsa_vit-back,
  #section2 .upsa_vit-back {
    justify-content: start;
  }
  #section1 .upsa_vit-back-desc {
    margin-bottom: 14px;
  }
  .upsa_vit-section h2 {
    min-height: 50px;
    line-height: 50px;
  }
  #section1 .upsa_vit-back-btn,
  #section2 .upsa_vit-back-btn {
    position: absolute;
    bottom: 40px;
  }
  #section2 .upsa_vit-back-btn {
    bottom: 20px;
  }
  #section2 .upsa_vit-product-back-sub-name {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .upsa_vit-page .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 11px;
    padding: 0;
    cursor: pointer;
  }
  #section1 .slick-dotted.slick-slider {
    margin-bottom: 36px;
  }
  .upsa_vit-item-bg-upsa-cover {
    min-height: 526px;
  }
  #section1 .upsa_vit-item-vitc-500 .upsa_vit-product-back-sub-name,
  #section1 .upsa_vit-item-vitc-500-sache .upsa_vit-product-back-sub-name {
    margin-bottom: 10px;
  }
  .upsa_vit-item {
    min-height: 510px;
  }
  #background-video-1,
  #background-video-2,
  #background-video-3,
  #background-video-4 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    object-fit: cover;
  }
  #section3 .background-video.upsa_vit-item,
  #section3 .background-video.upsa_vit-item {
    min-height: 55vw;
  }
  #section2 .upsa_vit-front img {
    margin: 0vw 0 3vw 0;
    max-width: 20vw;
  }
  #section3 .upsa_vit-front img {
    max-width: 27vw;
    margin-bottom: 23px;
  }
  #section2 .upsa_vit-flipper .upsa_vit-front img {
    width: 20vw;
    margin-bottom: 2vw;
  }
  #section1 .upsa_vit-item-acerola .upsa_vit-front img {
    width: 23vw;
    max-width: inherit;
    margin-bottom: 5.5%;
  }
  #section1 .upsa_vit-flipper .upsa_vit-front img {
    width: 22vw;
    max-width: inherit;
  }
  .upsa_vit-flipper {
    transform: rotateY(0deg) !important;
  }
  .upsa_vit-flipper.flip {
    transform: rotateY(180deg) !important;
  }
  .upsa_vit-footer p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .upsa_vit-underline {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 680px) {
  #section2 .upsa_vit-item .upsa_vit-back-desc {
    padding-right: 0%;
  }
  #section2 .upsa_vit-item {
    min-height: 80vw;
  }
}
@media screen and (max-width: 640px) {
  .upsa_vit-header {
    min-height: 95vw;
  }
  #section1 .upsa_vit-item {
    min-height: 78vw;
  }
  .upsa_vit-title {
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    top: 54px;
  }
  .upsa_vit-logo {
    width: 96px;
    height: 50px;
    top: 20px;
    right: 6px;
  }
  .upsa_vit-enfant .upsa_vit-item {
    justify-content: center;
    display: flex;
  }
  .upsa_vit-front .upsa_vit-product-name {
    font-size: 14px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .upsa_vit-front .upsa_vit-product-name {
    font-size: calc(14px + 10 * (100vw - 320px) / (640 - 320));
  }
}
@media only screen and (max-width: 640px) and (min-width: 640px) {
  .upsa_vit-front .upsa_vit-product-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #section3 .upsa_vit-front .upsa_vit-product-desc {
    padding: 0 4vw 20px 4vw;
  }
  #section3 .upsa_vit-front {
    padding-bottom: 0px;
  }
  .upsa_vit-front .upsa_vit-product-desc {
    font-size: 11px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .upsa_vit-front .upsa_vit-product-desc {
    font-size: calc(11px + 9 * (100vw - 320px) / (640 - 320));
  }
}
@media only screen and (max-width: 640px) and (min-width: 640px) {
  .upsa_vit-front .upsa_vit-product-desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .upsa_vit-front .upsa_vit-product-desc-small {
    font-size: 2.656vw;
    line-height: 3.125vw;
  }
  .upsa_vit-back-desc {
    font-size: 2.813vw;
    line-height: 3.125vw;
    margin-bottom: 3.125vw;
    margin-bottom: 1.875vw;
  }
  .upsa_vit-item {
    min-height: 80vw;
    width: 74vw;
  }
  .upsa_vit-item-bg-upsa-energie.background-video,
  .upsa_vit-item-bg-hibiscus-cover,
  .upsa_vit-item-bg-upsa-cover {
    width: 100%;
  }
  .upsa_vit-item-multi .upsa_vit-front .upsa_vit-product-sub-name {
    margin-bottom: 1vw;
  }
  .upsa_vit-back-product-name {
    font-size: 4.219vw;
    line-height: 4.688vw;
  }
  .upsa_vit-product-back-sub-name {
    font-size: 3.594vw;
    line-height: 4.063vw;
    margin-bottom: 4vw;
  }
  .upsa_vit-back-desc {
    font-size: 2.513vw;
    line-height: 2.8vw;
    margin-bottom: 3.125vw;
    margin-bottom: 1.875vw;
  }
  .upsa_vit-back-btn {
    line-height: 1.5vw;
    padding: 2.344vw 3.125vw;
    font-size: 2.5vw;
    min-width: 29.688vw;
    min-height: 6.25vw;
    position: absolute;
    bottom: 20px;
  }
  .upsa_vit-back-btn img {
    top: 1.875vw;
    right: 1.563vw;
    width: 1.25vw;
    height: 2.344vw;
  }
  .upsa_vit-nav {
    margin: 0 40px 0px 40px;
  }
  .upsa_vit-section h2 {
    min-height: 42px;
    line-height: 42px;
    font-size: 12px;
    margin: 0 40px 0px 40px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .upsa_vit-section h2 {
    font-size: calc(12px + 8 * (100vw - 320px) / (640 - 320));
  }
}
@media only screen and (max-width: 640px) and (min-width: 640px) {
  .upsa_vit-section h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .upsa_vit-front .upsa_vit-product-sub-name {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .upsa_vit-front .upsa_vit-product-sub-name {
    font-size: calc(11px + 5 * (100vw - 320px) / (640 - 320));
  }
}
@media only screen and (max-width: 640px) and (min-width: 640px) {
  .upsa_vit-front .upsa_vit-product-sub-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .upsa_vit-front img {
    max-width: 100%;
    position: relative;
    top: 4vw;
    left: -1vw;
  }
  .upsa_vit-front {
    padding-bottom: 20px;
  }
  .upsa_vit-front img {
    max-width: 75vw;
  }
  .upsa_vit-product-vegan {
    font-size: 15px;
    padding: 7px 12px 7px 12px;
  }
  .upsa_vit-nav-item {
    font-size: 18px;
    line-height: 22px;
  }
  .upsa_vit-nav li {
    padding: 10px;
    min-height: 37px;
    margin-bottom: 10px;
    line-height: 10px;
    width: 100%;
    margin-left: 0;
  }
  .upsa_vit-header .upsa_vit-lightorange img {
    position: relative;
    right: -10px;
  }
  .upsa_vit-offset {
    padding: 35px 0px 26px;
  }
  .upsa_vit-header .upsa_vit-nav-item img {
    max-width: 14vw;
    width: 57%;
  }
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 8px;
    line-height: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: calc(8px + 8 * (100vw - 320px) / (640 - 320));
  }
}
@media only screen and (max-width: 640px) and (min-width: 640px) {
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .upsa_vit-italic.upsa_vit-back-desc {
    line-height: 18px;
  }
  #section3 .upsa_vit-italic.upsa_vit-back-desc {
    line-height: 15px;
  }
  .upsa_vit-item-vitc-500-sache .upsa_vit-product-back-sub-name {
    margin-bottom: 1vw;
  }
  .upsa_vit-item-booster .upsa_vit-back {
    padding: 20px 4.5% 65px 7.8%;
  }
  .upsa_vit-back {
    padding: 25px 6vw 40px 6vw;
  }
  #section1 .upsa_vit-italic.upsa_vit-back-desc {
    line-height: 15px;
  }
  #section2 .upsa_vit-item {
    min-height: 90vw;
  }
  #section2 .upsa_vit-item .upsa_vit-back {
    padding: 20px 50px 35px 62px;
  }
  #section1 .upsa_vit-back-btn,
  #section2 .upsa_vit-back-btn {
    bottom: 30px;
  }
  #section3 .upsa_vit-item {
    min-height: 82vw;
  }
  .upsa_vit-front img {
    max-width: 32vw;
    margin-bottom: 30px;
  }
  #section1 .upsa_vit-flipper .upsa_vit-front img {
    width: 27vw;
    max-width: inherit;
  }
  #section2 .upsa_vit-front img {
    max-width: 23vw;
    margin-bottom: 45px;
  }
  #section3 .upsa_vit-front img {
    max-width: 27vw;
    margin-bottom: 35px;
  }
  #section2 .upsa_vit-flipper .upsa_vit-front img {
    margin-bottom: 7vw;
  }
  #section1 .upsa_vit-item-acerola .upsa_vit-front img {
    width: 23vw;
    max-width: 25vw;
    margin-bottom: 7.5%;
  }
  .upsa_vit-item.background-video,
  .upsa_vit-item.background-video {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: calc(8px + 8 * (100vw - 320px) / (640 - 320));
  }
}
@media only screen and (max-width: 480px) and (min-width: 640px) {
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .upsa_vit-item {
    min-height: 87vw;
  }
  .upsa_vit-item.background-video,
  .upsa_vit-item.background-video {
    min-height: auto;
  }
  .upsa_vit-back-btn {
    line-height: 2vw;
  }
  #section1 .upsa_vit-back {
    padding: 17px 6vw 0px 6vw;
  }
  #section1 .upsa_vit-product-back-sub-name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  #section1 .upsa_vit-back-btn,
  #section2 .upsa_vit-back-btn {
    bottom: 20px;
  }
  #section2 .upsa_vit-item .upsa_vit-back {
    padding: 20px 20px 35px 40px;
  }
  #section3 .upsa_vit-item {
    min-height: 95vw;
  }
  #section3 .upsa_vit-back {
    padding: 13px 33px 25px 38px;
  }
  #section3 .slick-list {
    overflow: initial;
  }
  #section3 .upsa_vit-product-back-sub-name {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  #section3 .upsa_vit-back-btn {
    bottom: 10px;
  }
  #section3 .upsa_vit-item-booster .upsa_vit-back {
    padding: 13px 23px 25px 38px;
  }
  .upsa_vit-front img {
    max-width: 27vw;
    margin-bottom: 20px;
  }
  #section2 .upsa_vit-front img {
    max-width: 23vw;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 414px) {
  .upsa_vit-title {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    top: 36px;
  }
  .upsa_vit-offset {
    padding: 35px 0px 8px;
  }
  .upsa_vit-nav-item {
    font-size: 13px;
    line-height: 16px;
  }
  .upsa_vit-header .upsa_vit-lightorange img {
    position: relative;
    right: 0px;
  }
  .upsa_vit-container {
    padding: 35px 0px 0px;
  }
  #section1 .upsa_vit-italic.upsa_vit-back-desc {
    line-height: 13px;
  }
  #section1 .upsa_vit-item-vitc-500 .upsa_vit-back-desc,
  #section1 .upsa_vit-item-vitc-500-sache .upsa_vit-back-desc {
    margin-bottom: 7px;
  }
  #section1 .upsa_vit-item-vitc-500 .upsa_vit-product-back-sub-name,
  #section1 .upsa_vit-item-vitc-500-sache .upsa_vit-product-back-sub-name {
    margin-bottom: 5px;
  }
  #section1 .upsa_vit-item-vitc-500-sache .upsa_vit-product-back-sub-name {
    margin-bottom: 0px;
  }
  #section1 .upsa_vit-back-btn,
  #section2 .upsa_vit-back-btn {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #section2 .upsa_vit-item.upsa_vit-item-bg-upsa-cover {
    margin: 0;
  }
  .upsa_vit-item {
    padding-left: 0px;
    margin: 20px 0 25px 0;
  }
  #section2 .upsa_vit-product-back-sub-name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  #section2 .upsa_vit-item .upsa_vit-back {
    padding: 20px 10px 35px 40px;
  }
  #section3 .upsa_vit-italic.upsa_vit-back-desc {
    line-height: 12px;
  }
  #section3 .upsa_vit-bold.upsa_vit-back-desc,
  #section3 .upsa_vit-italic.upsa_vit-back-desc {
    margin-bottom: 5px;
  }
  #section3 .upsa_vit-back {
    padding: 13px 23px 25px 28px;
  }
  #section3 .upsa_vit-item-booster .upsa_vit-back {
    padding: 13px 23px 25px 28px;
  }
  #section3 .slick-dots {
    bottom: -29px;
  }
  #section1 .upsa_vit-item {
    min-height: 75vw;
  }
  #section2 .upsa_vit-item {
    min-height: 79vw;
  }
  #section3 .upsa_vit-item {
    min-height: 80vw;
  }
  .upsa_vit-front img {
    max-width: 27vw;
    margin-bottom: 20px;
  }
  #section1 .upsa_vit-item-acerola .upsa_vit-front img {
    max-width: 22vw;
    margin-bottom: 8%;
  }
  #section3 .upsa_vit-item {
    min-height: 88vw;
  }
}
@media screen and (max-width: 400px) {
  #section3 .upsa_vit-item {
    min-height: 85vw;
  }
  .upsa_vit-nav-item span {
    position: absolute;
    right: 0;
    bottom: -3.5vw;
  }
  .upsa_vit-front img {
    max-width: 27vw;
  }
}
@media screen and (max-width: 380px) {
  #section3 .upsa_vit-item {
    min-height: 78vw;
  }
  #section3 .upsa_vit-back {
    padding: 24px 23px 25px 28px;
  }
  .upsa_vit-section h2 {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
  }
}
@media only screen and (max-width: 380px) and (min-width: 320px) {
  .upsa_vit-section h2 {
    font-size: calc(12px + 1 * (100vw - 320px) / (380 - 320));
  }
}
@media only screen and (max-width: 380px) and (min-width: 380px) {
  .upsa_vit-section h2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 380px) {
  .upsa_vit-front .upsa_vit-product-desc {
    font-size: 9px;
    line-height: 12px;
    padding: 0 2%;
  }
}
@media only screen and (max-width: 380px) and (min-width: 320px) {
  .upsa_vit-front .upsa_vit-product-desc {
    font-size: calc(9px + 2 * (100vw - 320px) / (360 - 320));
  }
}
@media only screen and (max-width: 380px) and (min-width: 360px) {
  .upsa_vit-front .upsa_vit-product-desc {
    font-size: 11px;
  }
}
@media screen and (max-width: 380px) {
  .upsa_vit-front .upsa_vit-product-name {
    font-size: 10px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 380px) and (min-width: 320px) {
  .upsa_vit-front .upsa_vit-product-name {
    font-size: calc(10px + 5 * (100vw - 320px) / (360 - 320));
  }
}
@media only screen and (max-width: 380px) and (min-width: 360px) {
  .upsa_vit-front .upsa_vit-product-name {
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  .upsa_vit-front .upsa_vit-product-sub-name {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 380px) and (min-width: 320px) {
  .upsa_vit-front .upsa_vit-product-sub-name {
    font-size: calc(11px + 1 * (100vw - 320px) / (360 - 320));
  }
}
@media only screen and (max-width: 380px) and (min-width: 360px) {
  .upsa_vit-front .upsa_vit-product-sub-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .upsa_vit-italic.upsa_vit-back-desc {
    letter-spacing: -0.006em;
    font-size: 9px;
    line-height: 11px;
    font-weight: normal;
    font-family: "NeoSansProItalic";
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 380px) and (min-width: 320px) {
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: calc(9px + 1 * (100vw - 320px) / (360 - 320));
  }
}
@media only screen and (max-width: 380px) and (min-width: 360px) {
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  #section1 .slick-dots {
    bottom: -6vw;
  }
  #section2 .upsa_vit-item .upsa_vit-back {
    padding: 17px 10px 35px 31px;
  }
  .upsa_vit-item-vitc-500-sache .upsa_vit-italic.upsa_vit-back-desc,
  .upsa_vit-item-vitc-500 .upsa_vit-italic.upsa_vit-back-desc {
    margin-bottom: 5px;
  }
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 10px;
  }
  .upsa_vit-item-booster .upsa_vit-back {
    padding: 15px 4.5% 65px 7.8%;
  }
  .upsa_vit-item-booster .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 9px;
  }
  #section3 .upsa_vit-back-btn {
    line-height: 1.5vw;
  }
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  #section1 .upsa_vit-italic.upsa_vit-back-desc {
    line-height: 10px;
  }
  #section1 .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 9px;
  }
  .upsa_vit-back-btn {
    bottom: 7px;
  }
  .upsa_vit-product-back-sub-name {
    font-size: 3.594vw;
    line-height: 4.063vw;
    margin-bottom: 1vw;
  }
  .upsa_vit-back-desc {
    font-size: 2.513vw;
    line-height: 2.5vw;
    margin-bottom: 3.125vw;
    margin-bottom: 1.875vw;
  }
  #section1 .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 10px;
    line-height: 11px;
  }
  .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 9px;
    line-height: 10px;
  }
  #section3 .upsa_vit-italic.upsa_vit-back-desc {
    line-height: 10px;
    font-size: 9px;
  }
  .upsa_vit-item-vitc-500-sache .upsa_vit-italic.upsa_vit-back-desc,
  .upsa_vit-item-vitc-500 .upsa_vit-italic.upsa_vit-back-desc,
  #section3 .upsa_vit-italic.upsa_vit-back-desc {
    margin-bottom: 0;
  }
  .upsa_vit-back-desc {
    line-height: 10px;
  }
  .upsa_vit-item {
    min-height: 86vw;
  }
  .upsa_vit-front img {
    max-width: 30vw;
  }
  #section2 .upsa_vit-front img {
    max-width: 21vw;
    margin-bottom: 1vw;
  }
  #section3 .upsa_vit-flipper {
    min-height: 83vw;
  }
  #section1 .upsa_vit-item-acerola .upsa_vit-front img {
    max-width: 22vw;
    margin-bottom: 4vh;
  }
}
@media screen and (max-width: 330px) {
  .upsa_vit-title {
    font-size: 23px;
    line-height: 26px;
    text-transform: uppercase;
    top: 54px;
  }
  .upsa_vit-nav-item {
    font-size: 9px;
  }
  .upsa_vit-header .upsa_vit-nav-item img {
    max-width: 14vw;
    width: 40%;
  }
  .upsa_vit-nav li {
    padding: 10px;
    min-height: 30px;
    margin-bottom: 6px;
    line-height: 10px;
    width: 100%;
    margin-left: 0;
  }
  .upsa_vit-offset {
    padding: 35px 0px 5px;
  }
  .upsa_vit-section h2 {
    font-size: 10px;
    min-height: 28px;
  }
  #section1 .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 8px;
    line-height: 10px;
  }
  #section1 .upsa_vit-product-back-sub-name {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  #section1 .upsa_vit-back-desc {
    margin-bottom: 7px;
  }
  #section1 .upsa_vit-item-vitc-500 .upsa_vit-italic.upsa_vit-back-desc {
    font-size: 8px;
    line-height: 10px;
  }
  #section1 .upsa_vit-item-vitc-500 .upsa_vit-back-desc,
  #section1 .upsa_vit-item-vitc-500-sache .upsa_vit-back-desc {
    margin-bottom: 7px;
    font-size: 7px;
    line-height: 8px;
  }
  #section2 .upsa_vit-product-back-sub-name {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 3px;
  }
  #section2 .upsa_vit-item .upsa_vit-back-desc {
    letter-spacing: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  #section2 .upsa_vit-item {
    min-height: 78vw;
  }
  .upsa_vit-front img {
    position: relative;
    top: 0vw;
    left: 2vw;
  }
  #section2 .upsa_vit-item .upsa_vit-back {
    padding: 16px 10px 35px 20px;
  }
  #section3 {
    margin-top: 50px;
  }
  .upsa_vit-item {
    padding-left: 0px;
    margin: 20px 0 25px 0;
  }
  #section3 .upsa_vit-item {
    min-height: 96vw;
  }
  #section3 .upsa_vit-flipper {
    min-height: 101vw;
  }
  #section3 .upsa_vit-product-back-sub-name {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1921px) {
  .upsa_vit-nav li {
    max-width: 31%;
    width: 100%;
  }
  .upsa_vit-item {
    max-width: 100%;
    min-height: 41.5vw;
  }
  .upsa_vit-offset {
    padding: 71px 69px 55px;
  }
}
@media screen and (max-width: 320px) {
  #section2 .upsa_vit-item {
    min-height: 92vw;
    margin-bottom: 18vw;
    padding-right: 5%;
  }
  #section3 .upsa_vit-flipper {
    min-height: 120vw;
  }
  #section3 .upsa_vit-back {
    padding-right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
.upsa_vit-back-btn{
  display: none !important;
}

html body #tarteaucitronRoot #tarteaucitronPrivacyUrl{
  display: none;
}
