.nx-mob-nav__wrapper,
.nx-push-notification__outer {
  z-index: 1450;
  bottom: 160px;
  left: 0;
  position: fixed;
  right: 0px;
}

@media (min-width: 768px) {
  .nx-mob-nav__wrapper,
  .nx-push-notification__outer {
    display: none;
  }
}

.nx-mob-nav__inner,
.nx-mob-nav__inner-flyout {
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  background-color: rgb(0, 42, 94);
  border-radius: 100%;
  height: 610px;
  left: 50%;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 50%;
  width: 610px;
}

.nx-mob-nav {
  height: 68px;
  left: calc(100% - 68px);
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 68px;
}

@media (min-width: 375px) {
  .nx-mob-nav {
    left: calc(100% - 88px);
  }
}

.nx-mob-nav:before {
  background-color: hsla(0, 0%, 100%, .5);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  z-index: -10;
  transition: opacity .3s;
}

.nx-breadcrumb__container,
.nx-u-container,
.nx-user-actions-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1224px;
  min-width: 320px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}

.nx-icon,
.nx-rating__star,
.nx-share-info__icon,
.nx-share__button,
.nx-shariff .shariff-button a .fab,
.nx-shariff .shariff-button a .fas {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nx-main-inner {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%
}

.nx-u-plus-minus-btn {
  background: none;
  display: block;
  height: 18px;
  position: relative;
  width: 18px
}

.nx-u-plus-minus-btn:before {
  content: "";
  display: block;
  height: 18px;
  border-right: 2px solid #002A5E;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform .4s
}

.nx-u-plus-minus-btn:after {
  content: "";
  display: block;
  width: 18px;
  border-top: 2px solid #002A5E;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform .4s
}

[class*="--active"] .nx-u-plus-minus-btn:before {
  transform: translate(-50%, -50%) rotate(-90deg)
}

[class*="--active"] .nx-u-plus-minus-btn:after {
  transform: translate(-50%, -50%) rotate(180deg)
}

.nx-u-counter {
  font-size: 3.33333333rem;
  line-height: 2.77777778rem;
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin-right: 10px;
  color: #e5e7f0;
  display: inline-block;
  font-weight: 400
}

.nx-u-lock-screen {
  overflow: hidden
}

.nx-u-lock-screen main {
  overflow: scroll
}

.nx-close-icon:after,
.nx-close-icon:before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  width: 100%
}

.nx-close-icon:before {
  transform: rotate(45deg);
  margin-bottom: -2px
}

.nx-close-icon:after {
  transform: rotate(-45deg)
}

.nx-close-icon--blue:after,
.nx-close-icon--blue:before {
  background: #002A5E
}

.nx-close-icon--thin:after,
.nx-close-icon--thin:before {
  height: 1.2px
}

.nx-close-animate-icon:after,
.nx-close-animate-icon:before {
  background: rgb(84, 81, 82);
  content: "";
  display: block;
  height: 2px;
  transition: all .3s;
  width: 40px
}

.nx-btn--close-menu .nx-close-animate-icon:after,
.nx-btn--close-menu .nx-close-animate-icon:before {
  background: rgb(217, 0, 16);
}

.nx-u-center-block {
  margin: auto
}

.nx-u-prevent-scroll {
  position: fixed !important
}

.nx-stage__image--bg,
.nx-u-bg-light {
  background-image: radial-gradient(at bottom, #fff 20%, #bcc7e2 100%)
}

.nx-u-bg-nivea {
  background-image: radial-gradient(at bottom, #fff 0, #bcc7e2 70%)
}

.nx-u-bg-men {
  background-image: radial-gradient(at bottom, #fff 0, #e0e0e0 70%)
}

.nx-anchor-navigation .nx-scroll-wrapper,
.nx-filter-navigation__list,
.nx-u-text-fadeout--horizontal {
  -webkit-mask-image: linear-gradient(270deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
  mask-image: linear-gradient(270deg, transparent, #000 20px, #000 calc(100% - 20px), transparent)
}

.nx-debug-u-container,
.nx-debug-u-container-fluid {
  outline: 1px dotted #00f
}

.nx-debug-u-row {
  outline: 1px dotted rgba(255, 0, 255, .25)
}

.nx-debug-u-col {
  outline: 1px solid rgba(255, 0, 0, .5)
}

.nx-debug-u-col>span {
  display: block;
  padding: 4px 0;
  background-color: rgba(255, 0, 0, .55)
}

.nx-debug-u-col>span.small {
  font-size: 14px;
  text-align: center
}

body.nx-u-debug-show-grid .nx-u-debug-grid {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  height: 100%;
  pointer-events: none
}

body.nx-u-debug-show-grid .nx-u-debug-grid .nx-u-container,
body.nx-u-debug-show-grid .nx-u-debug-grid .nx-u-container-fluid {
  height: 100%;
  outline: 1px dotted #00f
}

body.nx-u-debug-show-grid .nx-u-debug-grid [class*=nx-u-col] {
  height: 100%;
  background-color: rgba(255, 0, 0, .05);
  outline: 1px dotted #f0f
}

body.nx-u-debug-show-grid .nx-u-debug-grid .nx-u-row {
  height: 100%
}

body.nx-u-debug-show-grid .nx-u-row {
  outline: 1px dotted rgba(255, 0, 255, .25)
}

body.nx-u-debug-show-grid [class*=nx-u-col] {
  outline: 1px solid rgba(255, 0, 0, .5)
}

body.nx-u-debug-show-grid [class*=nx-u-col]>span {
  display: block;
  padding: 4px 0;
  background-color: rgba(255, 0, 0, .55)
}

body.nx-u-debug-show-grid [class*=nx-u-col]>span.small {
  font-size: 14px;
  text-align: center
}

body.nx-u-debug-show-grid .nx-u-debug {
  margin: 0;
  padding: 4px 6px
}

.nx-animation--underscore-motion {
  position: relative
}

.nx-animation--underscore-motion:before {
  background: #002A5E;
  border-radius: 5px;
  content: "";
  display: block;
  height: 3px;
  margin: 24px auto 0;
  position: absolute;
  right: 0;
  transition: width .3s ease;
  width: 0
}

.nx-animation--underscore-motion:hover:before {
  background: #002A5E;
  left: 0;
  width: calc(100% - 20px)
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes fromBottomIn {
  0% {
    transform: translate3d(0, 150px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes fromBottomIn {
  0% {
    transform: translate3d(0, 150px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@-webkit-keyframes toBottomOut {
  0% {
    transform: translate3d(0, 150px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes toBottomOut {
  0% {
    transform: translate3d(0, 150px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@-webkit-keyframes fromTopIn {
  0% {
    transform: translate3d(0, -150px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes fromTopIn {
  0% {
    transform: translate3d(0, -150px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@-webkit-keyframes toTopOut {
  0% {
    transform: translateZ(0)
  }

  to {
    transform: translate3d(0, -150px, 0)
  }
}

@keyframes toTopOut {
  0% {
    transform: translateZ(0)
  }

  to {
    transform: translate3d(0, -150px, 0)
  }
}

@-webkit-keyframes scaleInnerItem {
  0% {
    padding: 0
  }

  to {
    padding: 20px
  }
}

@keyframes scaleInnerItem {
  0% {
    padding: 0
  }

  to {
    padding: 20px
  }
}

@-webkit-keyframes fromTopInSmall {
  0% {
    transform: translate3d(0, -75px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes fromTopInSmall {
  0% {
    transform: translate3d(0, -75px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@-webkit-keyframes fromTopInXSmall {
  0% {
    transform: translate3d(0, -37.5px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes fromTopInXSmall {
  0% {
    transform: translate3d(0, -37.5px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

.nx-layer--tiny,
.nx-popup__content,
.scale-opacity-animation--close {
  opacity: 0;
  transform: scale(0);
  transition: transform .4s, opacity .4s
}

.nx-layer--visible,
.nx-popup__content--visible,
.scale-opacity-animation--open {
  opacity: 1;
  transform: scale(1);
  transition: opacity .4s, transform .4s
}

.nx-svg {
  cursor: pointer
}

.nx-svg:hover circle,
.nx-svg:hover path {
  fill: #8397c6;
  transition: all .4s
}

body:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .3s ease .3s, z-index 0s .6s;
  width: 100vw;
  z-index: -1
}

body.nx-nav-desktop--open:after {
  z-index: 1300;
  opacity: .6;
  transition: opacity .3s ease
}

.nx-nav-desktop__logo-circle {
  fill: #002A5E
}

.nx-nav-desktop__flyout,
.nx-nav-desktop__global-flyout {
  background: linear-gradient(135deg, #5570b1, #a0afd3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 61px;
  overflow: hidden
}

.nx-nav-desktop__global-flyout {
  transition: max-height .2s ease-out .3s
}

.nx-nav-desktop--open .nx-nav-desktop__global-flyout {
  transition: max-height .3s ease-out
}

.nx-nav-desktop__flyout-close {
  right: 44px;
  z-index: 1350;
  display: none;
  fill: #fff;
  height: 32px;
  position: absolute;
  top: 15px;
  width: 32px
}

.nx-nav-desktop__flyout-close .nx-close-icon {
  margin-top: 15px
}

.nx-nav-desktop__flyout-inner {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 48px 0 8px;
  width: 100%
}

.nx-nav-first-level__link {
  transition: color .2s
}

.nx-nav-first-level__link.nx-active {
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin-right: 20px;
  border-bottom: 3px solid #002A5E;
  padding-bottom: 5px
}

.nx-nav-first-level__link:hover {
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #002A5E
}

.nx-nav-first-level__link--highlighted {
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #002A5E
}

.nx-nav-first-level__link--highlighted .nx-animation--underscore-motion:before {
  background: #002A5E;
  left: 0;
  width: calc(100% - 20px)
}

.nx-nav-first-level:hover .nx-nav-first-level__item--highlighted .nx-animation--underscore-motion:before {
  width: 0
}

.nx-nav-first-level:hover .nx-nav-first-level__item--highlighted:hover .nx-animation--underscore-motion:before {
  width: calc(100% - 20px)
}

.nx-nav-third-level {
  box-sizing: content-box;
  position: relative
}

.nx-nav-third-level__item {
  display: block;
  line-height: 1;
  margin: 5px 0
}

.nx-nav-third-level__link {
  font-size: .77777778rem;
  line-height: 1rem;
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase
}

.nx-no-js .nx-nav-third-level__link {
  color: #002A5E
}

.nx-nav-second-level {
  display: flex;
  flex-flow: row wrap
}

@media (max-width:374px) {
  .nx-nav-second-level {
    margin-left: -2px;
    margin-right: -2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-nav-second-level {
    margin-left: -3px;
    margin-right: -3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-nav-second-level {
    margin-left: -7px;
    margin-right: -7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-nav-second-level {
    margin-left: -7px;
    margin-right: -7px
  }
}

@media (min-width:1280px) {
  .nx-nav-second-level {
    margin-left: -9px;
    margin-right: -9px
  }
}

.nx-nav-second-level a.nx-active {
  color: #002A5E
}

.nx-nav-second-level a:hover {
  color: #bcc9ed
}

.nx-nav-desktop__second-level-link,
.nx-nav-third-level__link {
  display: inline-block
}

.nx-nav-desktop__navigation-separator {
  border-bottom: 2px solid #fff;
  flex: 0 0 100%;
  margin: 24px 0 32px;
  max-width: 100%;
  opacity: .5
}

.nx-nav-second-level__item--list {
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 48px;
  position: relative
}

@media (max-width:374px) {
  .nx-nav-second-level__item--list {
    flex-basis: calc(25% - 4px);
    max-width: calc(25% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-nav-second-level__item--list {
    flex-basis: calc(25% - 6px);
    max-width: calc(25% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-nav-second-level__item--list {
    flex-basis: calc(25% - 14px);
    max-width: calc(25% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-nav-second-level__item--list {
    flex-basis: calc(25% - 14px);
    max-width: calc(25% - 14px)
  }
}

@media (min-width:1280px) {
  .nx-nav-second-level__item--list {
    flex-basis: calc(25% - 18px);
    max-width: calc(25% - 18px)
  }
}

@media (max-width:374px) {
  .nx-nav-second-level__item--list {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-nav-second-level__item--list {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-nav-second-level__item--list {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-nav-second-level__item--list {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {
  .nx-nav-second-level__item--list {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-nav-second-level__item--list.--last-item {
  margin-right: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  max-width: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap
}

.nx-nav-second-level__item--list:nth-of-type(4n):not(:last-child) {
  display: flex;
  flex-direction: column
}

.nx-nav-second-level__item--list:nth-of-type(4n):not(:last-child):after {
  left: calc(-300% - 54px);
  border-bottom: 1px solid #fff;
  bottom: -24px;
  content: "";
  display: block;
  flex: 1 1 auto;
  position: relative;
  width: calc(400% + 64px);
  pointer-events: none
}

.nx-nav-desktop__second-level-link {
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase
}

.nx-nav-teaser {
  margin-left: auto;
  background: #fff;
  flex-shrink: 0;
  flex-grow: 0;
  height: 115px;
  margin-bottom: 48px;
  order: 999;
  width: 385px
}

.nx-nav-teaser:nth-of-type(4n):before {
  left: calc(-130% - 58px);
  border-top: 1px solid #fff;
  top: -24px;
  content: "";
  display: block;
  position: absolute;
  width: calc(230% + 64px)
}

.nx-nav-teaser__link {
  display: flex;
  height: 115px;
  line-height: 0
}

.nx-nav-teaser__image-wrapper {
  height: 100%
}

.nx-nav-teaser__image-wrapper img {
  display: block;
  height: 100%
}

.nx-nav-teaser__title {
  flex: 1 100 auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 22px;
  position: relative
}

.nx-nav-teaser__title:after {
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  right: 0;
  position: absolute
}

@media (pointer:coarse) {
  .nx-nav-desktop__flyout-close {
    display: block
  }
}

.nx-nav-first-level__item .nx-nav-desktop__flyout {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100vh);
  transition: opacity .3s ease-in-out, transform 0s .3s, z-index 0s .3s;
  z-index: -1
}

.nx-nav-first-level__item--active .nx-nav-desktop__flyout {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s ease-in-out .2s;
  z-index: 9999
}

[data-module=Navigation][data-module-initialized=true] .nx-nav-desktop__flyout {
  background: none;
  box-shadow: none
}

[data-module=Navigation][data-module-initialized=true] .nx-nav-desktop__global-flyout {
  height: 9999px;
  max-height: 0;
  z-index: 999
}

.nx-nav-second-level__item {
  opacity: 0;
  transform: translateY(-15px)
}

.nx-no-js .nx-nav-second-level__item {
  opacity: 1;
  margin: 0 20px
}

.nx-nav-second-level__item:nth-of-type(-n+24) {
  transition: all .3s .7s
}

.nx-nav-second-level__item:nth-of-type(-n+20) {
  transition: all .3s .6s
}

.nx-nav-second-level__item:nth-of-type(-n+16) {
  transition: all .3s .5s
}

.nx-nav-second-level__item:nth-of-type(-n+12) {
  transition: all .3s .4s
}

.nx-nav-second-level__item:nth-of-type(-n+8) {
  transition: all .3s .3s
}

.nx-nav-second-level__item:nth-of-type(-n+4) {
  transition: all .3s .2s
}

.nx-nav-desktop--open .nx-nav-second-level__item {
  opacity: 1;
  transform: translateY(0)
}

.nx-hide-splash-screen .nx-mob-nav {
  transition: opacity .3s 1.3s;
  opacity: 1;
  z-index: 100
}

.nx-mob-nav__item-link {
  font-size: 1.2rem;
  line-height: 1.22222222rem;
  transform: translateY(-50%);
  color: #fff;
  display: inline;
  text-transform: uppercase
}

.nx-mob-nav__item-link:active,
.nx-mob-nav__item-link:focus,
.nx-mob-nav__item-link:hover {
  color: #fff
}

.nx-mob-nav__item-link--special {
  color: #c1cae2
}

.nx-mob-nav.nx-mob-nav--show {
  opacity: 1 !important
}

.nx-mob-nav.nx-mob-nav--initialized .nx-mob-nav__inner,
.nx-mob-nav.nx-mob-nav--show .nx-mob-nav__inner-flyout,
.nx-mob-nav.nx-mob-nav--show .nx-mob-nav__meta {
  transform: scale(.10819672131147541) translate(-50%, -50%);
  transition: transform .2s ease-in, visibility 0s .3s;
  visibility: visible
}

.nx-mob-nav.nx-mob-nav--initialized .nx-mob-nav__inner {
  z-index: 1
}

.nx-mob-nav.nx-mob-nav--apply-scale:before {
  opacity: 1;
  position: fixed
}

.nx-mob-nav.nx-mob-nav--apply-scale .nx-mob-nav__inner,
.nx-mob-nav.nx-mob-nav--apply-scale .nx-mob-nav__inner-flyout,
.nx-mob-nav.nx-mob-nav--apply-scale .nx-mob-nav__meta {
  transform: scale(1) translate(-50%, -50%)
}

.nx-mob-nav.nx-mob-nav--apply-scale .nx-mob-nav__button--scrolling .nx-mob-nav__logo {
  opacity: 0;
  transition: opacity 0s
}

.nx-mob-nav.nx-mob-nav--apply-scale .nx-mob-nav__button--scrolling .nx-mob-nav__icon {
  opacity: 1;
  transition: opacity 0s
}

.nx-mob-nav.nx-mob-nav--apply-snap {
  transition: transform .3s
}

.nx-mob-nav__level {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  margin-left: 50px;
  visibility: hidden;
  width: 50%;
  z-index: -1
}

.nx-mob-nav__list {
  margin: 0
}

.nx-mob-nav--initialized .nx-mob-nav__item {
  position: absolute;
  left: 100%;
  top: 50%
}

.nx-mob-nav__item {
  transition: opacity .4s;
  left: 0;
  margin-left: -85px;
  opacity: 0;
  padding: 3px 0;
  text-align: center;
  width: 140px;
  list-style: none;
}

.nx-mob-nav__item--hidden {
  display: none
}

.nx-mob-nav__item-link {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.nx-mob-nav__item-link:before {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  content: "";
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0s .3s
}

.nx-mob-nav__item--show {
  opacity: 1
}

.nx-mob-nav__item--open .nx-mob-nav__item-link {
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  opacity: 1 !important
}

.nx-mob-nav__item--open .nx-mob-nav__item-link:before {
  left: -22px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  height: 8px;
  opacity: 1;
  transition: all .3s .3s;
  width: 8px
}

.nx-mob-nav__item--open:not(.nx-mob-nav__item--show) {
  pointer-events: none
}

.nx-mob-nav-teaser {
  padding: 0
}

.nx-mob-nav-teaser__link {
  align-items: center;
  background: #5a74b3;
  border-radius: 20px;
  display: flex;
  height: 40px;
  padding: 4px 8px;
  transform: translateY(-30%)
}

.nx-mob-nav-teaser__icon {
  margin-right: 4px;
  line-height: 0
}

.nx-mob-nav-teaser__icon svg {
  fill: #fff;
  height: 24px;
  width: 24px
}

.nx-mob-nav-teaser__title {
  font-size: .66666667rem;
  line-height: .88888889rem;
  color: #002A5E;
  margin-top: 0;
  text-transform: uppercase;
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #fff;
  max-height: 1.777rem;
  overflow: hidden
}

.nx-mob-nav__level--1 {
  height: 100%
}

.nx-mob-nav__level--1 .nx-mob-nav__item {
  margin-bottom: 42px
}

.nx-mob-nav__level--apply-fold-motion {
  z-index: 1420
}

.nx-mob-nav__level--2 {
  height: 50%
}

.nx-mob-nav__level--2 .nx-mob-nav__item {
  margin-bottom: 36px
}

.nx-mob-nav__level--2 .nx-mob-nav__item:last-child {
  margin-bottom: 0
}

.nx-mob-nav__level--2 .nx-mob-nav__item-link {
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition: none
}

.nx-mob-nav__level--3 {
  height: 50%
}

.nx-mob-nav__level--3 .nx-mob-nav__item {
  margin-bottom: 31px
}

.nx-mob-nav__level--3 .nx-mob-nav__item:last-child {
  margin-bottom: 0
}

.nx-mob-nav__level--3 .nx-mob-nav__item-link {
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition: none
}

.nx-mob-nav__level--show {
  z-index: 1410;
  visibility: visible
}

.nx-mob-nav__level--apply-fold-motion li {
  transition: transform .6s, opacity .4s
}

.nx-mob-nav__meta {
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  z-index: 1430;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background-color: rgb(217, 0, 16);
  height: 278px;
  margin: 0;
  visibility: hidden;
  width: 278px
}

.nx-mob-nav__meta,
.nx-mob-nav__scrollbar {
  top: 50%;
  border-radius: 100%;
  position: absolute
}

.nx-mob-nav__scrollbar {
  transition: opacity .4s;
  opacity: 0;
  height: 290px;
  width: 290px;
  right: calc(-50% + 58px);
  transform: translateY(-50%);
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 50%, #49811B 0), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #49811B 0);
  background-color: #49811B;
}

.nx-mob-nav__scrollbar--show {
  opacity: 1
}

.nx-mob-nav--left-aligned {
  left: 0
}

.nx-mob-nav--left-aligned .nx-mob-nav__level {
  left: 50%;
  margin-left: -50px
}

.nx-mob-nav--left-aligned .nx-mob-nav__level li {
  left: 0;
  margin-left: -55px
}

.nx-mob-nav--left-aligned .nx-mob-nav__meta .nx-search {
  left: auto;
  right: 35px
}

.nx-mob-nav--left-aligned .nx-mob-nav__scrollbar {
  right: calc(50% - 42px)
}

.nx-show-push-notification .nx-mob-nav {
  transition: opacity .3s;
  opacity: 0;
  z-index: -1
}

.nx-mob-nav__button {
  transition: background .8s, border .25s, color .25s;
  background-position: 50%;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1440;
  background: #FFFFFF;
  border-radius: 50%;
  height: 66px;
  padding: 0;
  width: 66px;
  border-width: 0;
  outline: none;
}

.nx-mob-nav__button:active {
  transition: background 0s, border .25s, color .25s
}

.nx-mob-nav__button:disabled {
  cursor: not-allowed !important
}

.nx-mob-nav__icon .nx-close-animate-icon:after,
.nx-mob-nav__icon .nx-close-animate-icon:before {
  fill: rgb(84, 81, 82);
}

.nx-mob-nav__icon {
  opacity: 1;
  transition: opacity .3s .2s
}

.nx-mob-nav__icon svg {
  fill: gb(84, 81, 82);
  height: 40px;
  transition: all .3s;
  width: 40px
}

.nx-mob-nav__logo {
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .3s;
  top: 0
}

.nx-mob-nav__logo svg {
  height: 66px;
  width: 66px
}

.nx-mob-nav__close-icon {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%
}

.nx-mob-nav__close-icon:before {
  margin: 14px 0 5px
}

.nx-btn--close-menu .nx-mob-nav__close-icon:before {
  transform: rotate(45deg);
  margin-top: 0;
  margin-bottom: -2px
}

.nx-btn--close-menu .nx-mob-nav__close-icon:after {
  transform: rotate(-45deg)
}

.nx-btn--close-menu svg {
  transform: translateY(-13px);
  opacity: 0
}

.nx-nav-action-menu__item {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  line-height: 0
}

.nx-nav-action-menu__item-link {
  display: inline-block;
  fill: #fff;
  height: 36px;
  width: 36px
}

.nx-nav-action-menu__item--0,
.nx-nav-action-menu__item--3 {
  left: 120px
}

.nx-nav-action-menu__item--0 {
  top: 60px
}

.nx-nav-action-menu__item--3 {
  top: 220px
}

.nx-nav-action-menu__item--1,
.nx-nav-action-menu__item--2 {
  left: 45px
}

.nx-mob-nav--left-aligned .nx-nav-action-menu__item--1,
.nx-mob-nav--left-aligned .nx-nav-action-menu__item--2 {
  left: 200px
}

.nx-nav-action-menu__item--1 {
  top: 95px
}

.nx-nav-action-menu__item--2 {
  top: 175px
}

.nx-meta--count-3 .nx-nav-action-menu__item--1 {
  top: 145px
}

.nx-mob-nav--left-aligned .nx-meta--count-3 .nx-nav-action-menu__item--1 {
  left: 205px
}

.nx-meta--count-3 .nx-nav-action-menu__item--2 {
  top: 220px;
  left: 120px
}

.nx-meta--count-5 .nx-nav-action-menu__item--1 {
  top: 85px
}

.nx-meta--count-5 .nx-nav-action-menu__item--2 {
  left: 35px;
  top: 138px
}

.nx-mob-nav--left-aligned .nx-meta--count-5 .nx-nav-action-menu__item--2 {
  left: 210px
}

.nx-meta--count-5 .nx-nav-action-menu__item--3 {
  top: 190px
}

.nx-meta--count-5 .nx-nav-action-menu__item--4 {
  left: 120px;
  top: 220px
}

.nx-meta--count-5 .nx-nav-action-menu__item--1,
.nx-meta--count-5 .nx-nav-action-menu__item--3 {
  left: 65px
}

.nx-mob-nav--left-aligned .nx-meta--count-5 .nx-nav-action-menu__item--1,
.nx-mob-nav--left-aligned .nx-meta--count-5 .nx-nav-action-menu__item--3 {
  left: 180px
}

.nx-nav-action-menu__item--language {
  margin-left: 5px;
  font-size: .77777778rem;
  margin-top: 8px
}

.nx-nav-action-menu__item--language .nx-nav-action-menu__item-link {
  color: #fff;
  text-transform: uppercase
}

.nx-nav-action-menu__item--language svg {
  left: -20px;
  position: absolute;
  top: -16px
}

.nx-mob-nav .nx-header-icon-lang {
  width: 36px
}

.nx-u-section {
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 0;
  margin-top: 0
}

.nx-u-section--mob-separator,
.nx-u-section--separator {
  border-bottom: 1px solid #d6dcec;
  border-top: 1px solid #d6dcec
}

.nx-homepage-teaser-container__headline,
.nx-standard-teaser-slider__headline,
.nx-u-section__headline {
  text-align: center;
  margin-bottom: 32px
}

.nx-standard-teaser-slider__subline,
.nx-u-section__subline {
  text-align: center;
  margin-bottom: 4px
}

.nx-u-section__headline--light {
  text-align: center
}

.nx-u-section__headline--no-padding {
  padding-left: 20px;
  padding-right: 20px
}

.nx-u-section__headline--no-margin {
  margin-bottom: 3px
}

.nx-u-section--background,
.nx-u-section--grey {
  background-color: #f5f5f5
}

.nx-u-parent--product-cluster-slider .nx-u-section--background {
  background-color: #cadff5;
  background-image: linear-gradient(45deg, #cadff5, #fbfdff 30%, #eff5fa 60%, #cadff5);
  position: relative
}

.nx-u-parent--product-cluster-slider .nx-u-section--background:before {
  background-image: url(/dist/NiveaX/_/img/cluster-slider-bg-s.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .nx-u-parent--product-cluster-slider .nx-u-section--background:before {
    background-image: url(/dist/NiveaX/_/img/cluster-slider-bg-s@2x.png)
  }
}

.nx-u-parent--product-cluster-slider .nx-u-section--background:nth-child(odd) {
  background-image: linear-gradient(225deg, #cadff5, #fbfdff 30%, #eff5fa 60%, #cadff5)
}

.nx-u-parent--product-cluster-slider .nx-u-section--background:nth-child(odd):before {
  transform: scaleX(-1) scaleY(-1)
}

.nx-u-parent--product-cluster-slider .nx-u-section--background .nx-u-container {
  z-index: 13
}

.nx-action-link {
  font-size: .88888889rem;
  line-height: 1.11111111rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition: color .2s;
  color: #002A5E;
  cursor: pointer;
  padding: 0;
  text-decoration: none !important;
  text-transform: uppercase
}

.nx-action-link:after,
.nx-action-link:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nx-action-link:before {
  font-size: .61111111rem;
  content: "\e90b";
  margin-right: 7px;
  font-weight: 800;
  vertical-align: 1px;
  display: inline-block
}

.nx-action-link--capital {
  text-transform: capitalize
}

.nx-action-link__cta-list-item {
  display: table;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto
}

.nx-action-link__cta-list-item:first-child {
  margin-top: 0
}

.nx-benefits__advantages+.nx-benefits-list__advantages {
  padding-top: 40px
}

.nx-awards {
  text-align: center
}

.nx-awards__item:nth-of-type(n+2) {
  display: none
}

.nx-awards__image {
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  margin-bottom: 8px
}

@media (max-width:374px) {
  .nx-awards__image {
    flex-basis: calc(50% - 4px);
    max-width: calc(50% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-awards__image {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-awards__image {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-awards__image {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1280px) {
  .nx-awards__image {
    flex-basis: calc(50% - 18px);
    max-width: calc(50% - 18px)
  }
}

@media (max-width:374px) {
  .nx-awards__image {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-awards__image {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-awards__image {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-awards__image {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {
  .nx-awards__image {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-awards__image img {
  max-width: 100%;
  width: 50vw
}

.nx-awards__headline {
  margin-bottom: 5px
}

.nx-awards__description {
  margin-bottom: 0
}

.nx-badge__item,
.nx-routine-builder-short-result figcaption,
.nx-routine-builder-step figcaption {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  float: left;
  font-size: .66666667rem;
  line-height: .88888889rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  background-color: #fe9119;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
  margin-right: 2px;
  max-width: 102px;
  min-height: 27px;
  padding: 8px 11px 8px 9px
}

.nx-badge__item:first-child {
  margin-top: 0
}

.nx-benefits-list {
  margin-bottom: 0
}

.nx-benefits-list__block {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0
}

.nx-benefits-list__item {
  padding-left: 32px;
  display: block;
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  text-indent: -32px
}

.nx-benefits-list__item svg {
  margin-right: 6px;
  height: 20px;
  position: relative;
  top: 3px;
  width: 20px
}

.nx-benefits-list__item:last-child {
  margin-bottom: 0
}

.nx-benefits {
  padding: 0;
  position: relative
}

.nx-benefits__scrollbar,
.nx-benefits__wrapper {
  position: relative;
  overflow: hidden
}

.nx-benefits__list {
  margin-left: auto;
  margin-right: auto;
  width: 9999px
}

.nx-benefit {
  float: left;
  width: 120px;
  text-align: center
}

.nx-benefit img,
.nx-benefit svg {
  padding: 14px 19px;
  border-radius: 50%;
  border: 1px solid #002A5E;
  width: 50px
}

.nx-benefit__icon {
  display: inline-block;
  margin-bottom: 10px
}

.nx-benefit__icon:before {
  border: 1px solid #002A5E;
  border-radius: 50%;
  display: inline-block;
  font-size: 44px;
  padding: 5px
}

.nx-benefit__title {
  word-break: keep-all
}

.nx-fade-left,
.nx-fade-right {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 10
}

.nx-fade-left {
  background: linear-gradient(90deg, #fff 10%, hsla(0, 0%, 100%, .8) 50%, hsla(0, 0%, 100%, 0));
  left: 0
}

.nx-fade-right {
  background: linear-gradient(270deg, #fff 10%, hsla(0, 0%, 100%, .8) 50%, hsla(0, 0%, 100%, 0));
  right: 0
}

.nx-body__breadcrumb {
  background: #fff;
  display: block;
  max-width: 100%;
  width: 100%
}

.nx-body__breadcrumb--border {
  border-bottom: 1px solid #d6dcec;
  border-top: 1px solid #d6dcec
}

.nx-breadcrumb__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  width: 100%;
  min-width: 320px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 0
}

@media (max-width:1279px) {
  .nx-breadcrumb__container {
    max-width: 968px
  }
}

@media (min-width:1280px) {
  .nx-breadcrumb__container {
    max-width: 1204px
  }
}

.nx-breadcrumb__fade-out {
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.nx-breadcrumb__fade-out:after {
  background: linear-gradient(-90deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, 0) 90%);
  content: "";
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.nx-breadcrumb__list {
  padding-left: 20px;
  cursor: pointer;
  height: 200%;
  overflow: auto;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.nx-breadcrumb__link .nx-svg {
  display: inline-block;
  height: 12px;
  position: relative;
  top: 1px;
  width: 12px
}

.nx-breadcrumb__link .nx-icon-home {
  fill: none;
  stroke: #002A5E;
  stroke-linecap: round;
  stroke-linejoin: round
}

.nx-breadcrumb__link:hover .nx-icon-home path {
  stroke: #8397c6
}

.nx-back-to-top {
  font-size: .77777778rem;
  line-height: 1.11111111rem;
  margin-left: 10px;
  color: #002A5E;
  transition: opacity .25s ease-in-out;
  white-space: nowrap
}

.nx-back-to-top:after,
.nx-back-to-top:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nx-back-to-top:before {
  font-size: .61111111rem;
  content: "\e97d";
  margin-right: 4px;
  display: inline-block;
  font-weight: 800;
  vertical-align: 1px
}

.nx-back-to-top--hide {
  display: none;
  opacity: 0
}

.nx-btn {
  outline: none;
  font-size: .88888889rem;
  line-height: 1.11111111rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  align-items: center;
  border-radius: 50px;
  color: inherit;
  display: flex;
  height: 55px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  padding: 4px 24px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: normal;
  transition: background .8s, border .25s, color .25s;
  background-position: 50%;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top
}

.nx-btn:active {
  transition: background 0s, border .25s, color .25s
}

.nx-btn:disabled {
  cursor: not-allowed !important
}

.nx-btn,
.nx-btn--primary,
.nx-btn--primary-inverse,
.nx-btn--secondary,
.nx-btn--secondary-inverse,
.nx-btn--tertiary {
  width: 230px
}

.nx-btn,
.nx-btn--primary {
  background-color: #002A5E;
  border: 0 solid #002A5E;
  color: #fff
}

.nx-btn--primary:hover,
.nx-btn:hover {
  background: #8397c6 radial-gradient(circle, transparent 1%, #8397c6 0) 50%/15000%;
  border-color: #8397c6;
  color: #fff
}

.nx-btn--primary:active,
.nx-btn:active {
  background-color: #d6dcec;
  background-size: 100%
}

.nx-btn--primary:disabled,
.nx-btn:disabled {
  background: #d6dcec;
  border-color: #d6dcec;
  color: #fff
}

.nx-btn--primary-inverse {
  background-color: #fff;
  border: 1px solid #fff;
  color: #002A5E
}

.nx-btn--primary-inverse:hover {
  background: #fff radial-gradient(circle, transparent 1%, #fff 0) 50%/15000%;
  border-color: hsla(0, 0%, 100%, .7);
  color: #8397c6
}

.nx-btn--primary-inverse:active {
  background-color: #d6dcec;
  background-size: 100%
}

.nx-btn--primary-inverse:disabled {
  background: #9babd1;
  border-color: #9babd1;
  color: #8397c6
}

.nx-btn--secondary {
  background-color: transparent;
  border: 1px solid #002A5E;
  color: #002A5E
}

.nx-btn--secondary:hover {
  background: #fff radial-gradient(circle, transparent 1%, #fff 0) 50%/15000%;
  border-color: #8397c6;
  color: #8397c6
}

.nx-btn--secondary:active {
  background-color: #d6dcec;
  background-size: 100%
}

.nx-btn--secondary:disabled {
  background: #fff;
  border-color: #d6dcec;
  color: #d6dcec
}

.nx-btn--secondary-inverse {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff
}

.nx-btn--secondary-inverse:hover {
  background: hsla(0, 0%, 100%, .1) radial-gradient(circle, transparent 1%, hsla(0, 0%, 100%, .1) 0) 50%/15000%;
  border-color: hsla(0, 0%, 100%, .7);
  color: hsla(0, 0%, 100%, .7)
}

.nx-btn--secondary-inverse:active {
  background-color: hsla(0, 0%, 100%, .1);
  background-size: 100%
}

.nx-btn--secondary-inverse:disabled {
  background: #fff;
  border-color: #9babd1;
  color: #9babd1
}

.nx-btn--tertiary {
  background-color: #fe9119;
  border: 0 solid #fe9119;
  color: #fff
}

.nx-btn--tertiary:hover {
  background: #f8b531 radial-gradient(circle, transparent 1%, #f8b531 0) 50%/15000%;
  border-color: #f8b531;
  color: #fff
}

.nx-btn--tertiary:active {
  background-color: #fff;
  background-size: 100%
}

.nx-btn--tertiary:disabled {
  background: #f7b433;
  border-color: #f7b433;
  color: hsla(0, 0%, 100%, .7)
}

.nx-btn--men {
  background-color: #fff;
  border: 0 solid #fff;
  color: #003566
}

.nx-btn--men:hover {
  background: hsla(0, 0%, 100%, .7) radial-gradient(circle, transparent 1%, hsla(0, 0%, 100%, .7) 0) 50%/15000%;
  border-color: hsla(0, 0%, 100%, .7);
  color: #05437a
}

.nx-btn--men:active {
  background-color: #d6dcec;
  background-size: 100%
}

.nx-btn--men:disabled {
  background: #9babd1;
  border-color: #9babd1;
  color: #05437a
}

.nx-btn--load-more {
  margin: 32px auto 0
}

.nx-btn--locked {
  padding-left: 40px;
  position: relative
}

.nx-btn--locked:after,
.nx-btn--locked:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nx-btn--locked:before {
  content: "\e902";
  left: 8px;
  font-size: 2.22222222rem;
  position: absolute
}

.nx-btn--center {
  margin: 0 auto
}

.nx-btn__content-zone {
  margin-top: 32px
}

section.nx-content-area hr {
  margin-bottom: 0;
  margin-top: 0
}

.nx-content-area__overline {
  text-transform: uppercase
}

.nx-content-area__overline,
.nx-content-zone__headline,
.nx-content-zone__overline,
.nx-content-zone__text.nx-content-zone__intro {
  padding-top: 40px
}

.nx-content-zone__headline+.nx-content-zone__text.nx-content-zone__intro,
.nx-content-zone__overline+.nx-content-zone__headline,
.nx-content-zone__overline+.nx-content-zone__text.nx-content-zone__intro {
  padding-top: 0
}

.nx-content-zone {
  text-align: center
}

.nx-content-zone ol:not([class]),
.nx-content-zone ul:not([class]) {
  margin-bottom: 24px
}

.nx-content-zone ol:not([class]) li,
.nx-content-zone ul:not([class]) li {
  line-height: 26px;
  margin-bottom: 8px;
  padding: 2px 0
}

.nx-content-zone ul:not([class]) {
  padding-left: 24px
}

.nx-content-zone ul:not([class]) li:not([class]) {
  padding-left: 24px;
  margin-bottom: 8px;
  white-space: normal
}

.nx-content-zone ol:not([class]) {
  counter-reset: number;
  list-style: none;
  margin-top: 4px;
  position: relative
}

.nx-content-zone ol:not([class]) li:not([class]) {
  position: relative;
  width: 100%;
  white-space: normal
}

.nx-content-zone ol:not([class]) li:not([class]):before {
  background: #002A5E;
  border-radius: 50%;
  border: 5px solid #002A5E;
  color: #fff;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  display: inline-block;
  font-size: 16px;
  margin-right: 16px;
  margin-top: -4px;
  padding: 2px 6px
}

.nx-content-zone p:not([class]) {
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0
}

.nx-content-zone p:empty {
  margin-top: 0;
  margin-bottom: 0
}

.nx-content-zone .nx-content-zone-text__media+.nx-content-zone__text,
.nx-content-zone .tns-outer+.nx-content-zone__text {
  padding-top: 0
}

.nx-content-zone .tns-nav {
  bottom: 24px
}

.nx-content-zone .nx-how-to-cp .tns-nav,
.nx-content-zone .nx-special-ingredients .tns-nav {
  bottom: 0
}

.nx-content-zone-intro {
  position: relative
}

.nx-content-zone-intro--background {
  display: flex;
  position: relative;
  z-index: 1
}

.nx-content-zone-intro--background picture {
  display: flex
}

.nx-content-zone-intro--background picture img {
  width: 100%
}

.nx-content-zone-intro--background .nx-content-zone-intro__items {
  align-self: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2
}

.nx-content-zone-intro--background .nx-content-zone-intro__items.nx-content-zone-intro__items--top {
  align-self: flex-start
}

.nx-content-zone-intro--background .nx-content-zone-intro__items.nx-content-zone-intro__items--middle {
  align-self: center
}

.nx-content-zone-intro--background .nx-content-zone-intro__items.nx-content-zone-intro__items--bottom {
  align-self: flex-end
}

.nx-content-zone-intro--background .nx-content-zone__overline {
  padding-top: 32px
}

.nx-content-zone-intro--background .nx-content-zone__text.nx-content-zone__intro {
  padding-bottom: 32px
}

.nx-content-zone--white-on-blue:after {
  background: rgba(0, 19, 111, .23);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.nx-content-zone--white-on-blue :not(button) {
  color: #fff
}

.nx-content-zone--blue-on-white:after {
  background: hsla(0, 0%, 100%, .4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.nx-content-zone--blue-on-white :not(button) {
  color: #002A5E
}

.nx-content-zone__placeholder.nx-content-zone--white-on-blue:after {
  transform: translateX(-50%);
  left: 50%;
  position: absolute
}

.nx-content-zone__placeholder.nx-content-zone--blue-on-white:after {
  transform: translateX(-50%);
  left: 50%;
  position: absolute
}

.nx-content-zone--content-width {
  position: relative
}

.nx-u-container .nx-content-zone--background.nx-content-zone--white-on-blue~* :not(button) {
  color: #fff
}

.nx-u-container .nx-content-zone--background.nx-content-zone--blue-on-white~* :not(button) {
  color: #002A5E
}

.nx-content-zone--background {
  position: absolute;
  display: flex;
  height: 100%;
  z-index: 0
}

.nx-content-zone--background picture {
  display: flex;
  height: 100%
}

.nx-content-zone--background picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.nx-content-zone__items {
  z-index: 2;
  position: relative;
  padding-left: 16px;
  padding-right: 16px
}

.nx-content-zone__cta {
  display: flex;
  justify-content: center
}

.nx-content-zone__placeholder .nx-expander__content {
  margin-bottom: 0
}

.nx-content-zone__placeholder .nx-content-zone__items>.nx-u-row.nx-u-row-center {
  padding-bottom: 40px;
  padding-top: 16px
}

.nx-content-zone__text.nx-content-zone__intro {
  margin-bottom: 0;
  padding-bottom: 40px
}

.nx-content-zone__headline {
  margin-bottom: 24px
}

.nx-content-zone-text.nx-teasers-slider {
  white-space: normal
}

.nx-content-zone-text+.nx-content-zone-text__media {
  padding-top: 12px
}

.nx-u-text__headline {
  margin-bottom: 16px;
  white-space: normal
}

.nx-content-zone__overline,
.nx-u-text__overline {
  margin-bottom: 4px
}

.nx-content-zone__image {
  margin-bottom: 24px;
  margin-top: 0
}

.nx-content-zone__image img {
  display: block;
  margin: 0 auto
}

.nx-content-zone__text {
  line-height: 26px
}

.nx-content-zone__text .nx-expander__content ol li>* {
  margin-top: 3px
}

.nx-content-zone__text .nx-expander__content p:not(:empty) {
  margin-bottom: 8px
}

div.nx-content-zone__text[data-module=Expander] {
  margin-bottom: 0
}

.nx-content-zone__text p {
  white-space: normal
}

.nx-content-zone__placeholder {
  text-align: left;
  position: relative
}

.nx-content-zone__placeholder a {
  text-decoration: underline
}

.nx-content-zone-text.nx-u-col-8,
.nx-content-zone-text.nx-u-col-10,
.nx-content-zone-text.nx-u-col-12 {
  flex-shrink: 0;
  flex-grow: 0
}

@media (max-width:374px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    flex-basis: calc(100% - 4px);
    max-width: calc(100% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    flex-basis: calc(100% - 6px);
    max-width: calc(100% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    flex-basis: calc(100% - 14px);
    max-width: calc(100% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    flex-basis: calc(100% - 14px);
    max-width: calc(100% - 14px)
  }
}

@media (min-width:1280px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    flex-basis: calc(100% - 18px);
    max-width: calc(100% - 18px)
  }
}

@media (max-width:374px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {

  .nx-content-zone-text.nx-u-col-8,
  .nx-content-zone-text.nx-u-col-10,
  .nx-content-zone-text.nx-u-col-12 {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-two-columns {
  display: flex;
  flex-direction: column
}

.nx-two-columns.nx-two-columns-switch-order {
  flex-direction: column-reverse
}

.nx-two-columns.nx-two-columns-switch-order .nx-two-columns__half-col:first-child {
  padding-bottom: 0
}

.nx-two-columns.nx-two-columns-switch-order .nx-two-columns__half-col:nth-child(2) {
  padding-bottom: 40px
}

div.nx-two-columns__half-col:first-child {
  padding-bottom: 40px
}

.nx-content-zone__action-link-list {
  margin-top: 32px;
  text-align: center
}

.nx-content-zone__action-link-list:empty {
  display: none
}

.nx-u-image {
  margin: 0 auto
}

.nx-u-image picture {
  display: block
}

.nx-u-image__figcaption {
  text-align: left;
  display: block;
  padding-top: 8px
}

.nx-content-zone__video {
  margin-bottom: 24px
}

.nx-cp-proxyframe {
  overflow: auto
}

.nx-cp-proxyframe:not(:empty) {
  margin-bottom: 32px
}

.nx-cp-proxyframe .wrapper {
  overflow: hidden
}

.nx-user-actions-container+.nx-content-area .nx-cp-proxyframe {
  margin-top: 32px
}

.nx-expander__content p:not(:empty)+ol,
.nx-expander__content p:not(:empty)+ul {
  margin-top: 24px
}

.nx-content-zone__slider .nx-u-col-8,
.nx-content-zone__slider .nx-u-col-9,
.nx-content-zone__slider .nx-u-col-10 {
  margin: 0 auto
}

@media screen and (max-width:767px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    flex-shrink: 0;
    flex-grow: 0
  }
}

@media screen and (max-width:767px) and (max-width:374px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    flex-basis: calc(100% - 4px);
    max-width: calc(100% - 4px)
  }
}

@media screen and (max-width:767px) and (min-width:375px) and (max-width:767px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    flex-basis: calc(100% - 6px);
    max-width: calc(100% - 6px)
  }
}

@media screen and (max-width:767px) and (min-width:768px) and (max-width:1023px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    flex-basis: calc(100% - 14px);
    max-width: calc(100% - 14px)
  }
}

@media screen and (max-width:767px) and (min-width:1024px) and (max-width:1279px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    flex-basis: calc(100% - 14px);
    max-width: calc(100% - 14px)
  }
}

@media screen and (max-width:767px) and (min-width:1280px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    flex-basis: calc(100% - 18px);
    max-width: calc(100% - 18px)
  }
}

@media screen and (max-width:767px) and (max-width:374px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media screen and (max-width:767px) and (min-width:375px) and (max-width:767px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media screen and (max-width:767px) and (min-width:768px) and (max-width:1023px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media screen and (max-width:767px) and (min-width:1024px) and (max-width:1279px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media screen and (max-width:767px) and (min-width:1280px) {

  .nx-content-zone__slider .nx-u-col-8,
  .nx-content-zone__slider .nx-u-col-9,
  .nx-content-zone__slider .nx-u-col-10 {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-cpy-1,
.nx-cpy-2,
.nx-cpy-3 {
  color: #002A5E;
  margin-top: 0
}

.nx-cpy-1 {
  font-size: 1rem;
  line-height: 1.44444444rem
}

.nx-cpy-2 {
  font-size: .77777778rem;
  line-height: 1.22222222rem
}

.nx-cpy-3 {
  font-size: .66666667rem;
  line-height: .88888889rem
}

.nx-cpy--white {
  color: #fff
}

.nx-cpy--center {
  text-align: center
}

.nx-lnk,
a {
  transition: color .2s;
  color: #002A5E
}

.nx-lnk:hover,
a:hover {
  color: #8397c6
}

.nx-lnk {
  text-decoration: underline
}

.nx-strong {
  font-weight: 700
}

.nx-em,
.nx-strong {
  display: inline-block;
  margin-bottom: auto;
  margin-top: auto
}

.nx-em {
  font-style: italic
}

.nx-intro {
  background-color: #f5f5f5
}

.nx-content-teaser__subline,
.nx-coupon-teaser__subline,
.nx-sbl-2,
.nx-sbl-3,
.nx-sbl-4,
.nx-sbl-5,
.nx-sbl-6 {
  color: #002A5E;
  margin-top: 0;
  text-transform: uppercase;
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400
}

.nx-sbl--book {
  font-family: NiveaBook, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.nx-sbl-2 {
  font-size: 1.33333333rem;
  line-height: 1.55555556rem
}

.nx-sbl-2,
.nx-sbl-3 {
  color: #002A5E;
  margin-top: 0;
  text-transform: uppercase;
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400
}

.nx-sbl-3 {
  font-size: 1.11111111rem;
  line-height: 1.33333333rem
}

.nx-sbl-4 {
  font-size: 1rem;
  line-height: 1.22222222rem
}

.nx-content-teaser__subline,
.nx-coupon-teaser__subline,
.nx-sbl-4,
.nx-sbl-5 {
  color: #002A5E;
  margin-top: 0;
  text-transform: uppercase;
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400
}

.nx-content-teaser__subline,
.nx-coupon-teaser__subline,
.nx-sbl-5 {
  font-size: .88888889rem;
  line-height: 1.11111111rem
}

.nx-sbl-6 {
  font-size: .66666667rem;
  line-height: .88888889rem;
  color: #002A5E;
  margin-top: 0;
  text-transform: uppercase;
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400
}

.nx-sbl--white {
  color: #fff
}

.nx-picture {
  display: inline-block
}

.nx-picture--background-gradient {
  background-image: radial-gradient(#fff 0, #bcc7e2 80%)
}

.nx-product-stage__slider {
  opacity: 1
}

.nx-product-stage__slider .tns-outer {
  width: 100%;
  margin-bottom: 24px
}

.nx-product-stage__slider .tns-nav {
  bottom: 0
}

.nx-product-stage__slider .tns-ovh {
  display: flex;
  margin-bottom: 0;
  justify-content: center;
  align-items: center
}

.nx-product-stage__item {
  position: relative;
  height: 100%;
  cursor: pointer;
  transition: opacity .3s ease-in-out
}

.nx-product-stage__item.tns-slide-active {
  opacity: 1
}

.nx-product-stage__item--image img {
  height: 100%
}

.nx-product-stage__item--video .nx-slider__flexbox {
  height: 100%;
  width: 100%
}

.nx-product-summary .nx-add-to-cart-wrapper .nx-range-dropdown,
.nx-product-summary .nx-availability,
.nx-product-summary .nx-original-price,
.nx-product-summary .nx-unit-price {
  display: none
}

.nx-product-summary .nx-rating--pdp {
  margin-top: 15px
}

.nx-product-summary .nx-product__slogan {
  text-transform: uppercase
}

.nx-product-summary .nx-pricing {
  margin-top: 12px;
  margin-bottom: 12px
}

.nx-product-summary .nx-benefits__list {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  margin: 0 -4px;
  width: 100%
}

.nx-product-summary .nx-benefits__list .nx-benefit {
  margin: 20px 4px 0;
  height: 70px;
  width: 70px
}

.nx-product-summary .nx-benefits__list img {
  width: 70px
}

.nx-product-summary .nx-benefits__list img,
.nx-product-summary .nx-benefits__list svg {
  border: none;
  border-radius: 0;
  padding: 0
}

.nx-product-summary .nx-benefits__list svg {
  height: 100%;
  width: 100%
}

.nx-product-summary__info h1 {
  text-align: left;
  max-width: 100%
}

.nx-product__shipping-info {
  display: flex;
  flex-flow: wrap;
  align-items: center
}

.nx-product__shipping-info svg {
  margin-right: 10px;
  height: 40px;
  width: 40px
}

.nx-product__shipping-info p {
  font-size: .77777778rem;
  width: calc(100% - 50px)
}

.nx-pas__product-attributes--text .nx-pas__product-attribute {
  font-size: .77777778rem;
  line-height: 1.38888889rem;
  display: inline;
  font-weight: 700;
  margin-right: 8px;
  padding-right: 10px;
  position: relative
}

.nx-pas__product-attributes--text .nx-pas__product-attribute:last-child {
  border-right: none;
  margin: 0;
  padding: 0
}

.nx-pas__product-attributes--text .nx-pas__product-attribute:last-child:after {
  border-right: none
}

.nx-pas__product-attributes--text .nx-pas__product-attribute:after {
  border-right: 2px solid #002A5E;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 52%;
  transform: translate3d(0, -50%, 0)
}

.nx-pas__button {
  cursor: pointer
}

.nx-pas__button .nx-icon__nav-arrow {
  pointer-events: none;
  transition: transform .3s;
  transform-origin: 50% 52%
}

.nx-pas__button--checkbox:checked~.nx-pas__button .nx-icon__nav-arrow {
  transform: translateY(-50%) rotate(-180deg)
}

.nx-pas__attributes {
  z-index: 1502
}

.nx-pas__list {
  font-size: 1rem;
  line-height: 1.44444444rem;
  background-color: #fff;
  border: 2px solid #eff5fa;
  border-collapse: collapse;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
  margin: 4px auto 0;
  min-width: 240px;
  max-width: 320px;
  display: inline-block
}

.nx-pas__list-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border: 1px solid #eff5fa;
  padding: 8px;
  transition: background-color .15s ease-in-out
}

.nx-pas__list-item:last-child {
  border: none
}

.nx-pas__list-item--active,
.nx-pas__list-item:hover {
  background-color: #eff5fa;
  color: #002A5E;
  font-weight: 700
}

.nx-pas__attribute {
  position: relative;
  text-align: left
}

.nx-pas__attribute span {
  border-left: 1px solid #002A5E;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: block
}

.nx-pas__attribute:first-child span {
  border: none
}

.nx-pas__attribute:after {
  content: attr(data-text);
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-weight: 700;
  text-align: center
}

.nx-pas__attribute--merchand-size,
.nx-pas__attribute--size,
.nx-pas__attribute--spf {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center
}

.nx-pas__attribute--size:not(:only-child) {
  max-width: 106px;
  flex-basis: 106px
}

.nx-pas__attribute--spf:not(:only-child) {
  max-width: 80px;
  flex-basis: 80px
}

.nx-pas__attribute--merchand-size:not(:only-child) {
  max-width: 60px;
  flex-basis: 60px
}

.nx-pas__attribute--variation-edition {
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 1
}

.nx-product-zoom {
  height: inherit;
  position: relative;
  overflow: hidden;
  background: #fff
}

.nx-product-zoom .nx-product-zoom__image-slider-item,
.nx-product-zoom .tns-inner,
.nx-product-zoom .tns-outer,
.nx-product-zoom .tns-ovh {
  height: 100%;
  margin-bottom: 0
}

.nx-product-zoom .nx-product-zoom__image-slider {
  height: calc(100% - 40px)
}

.nx-product-zoom .nx-product-zoom__image {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center
}

.nx-product-zoom .nx-product-zoom__image img {
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.nx-product-zoom .nx-product-zoom--hide {
  visibility: hidden
}

.nx-product-zoom .nx-product-zoom__panel {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
  left: 0;
  max-height: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  width: 100%;
  transition: all .5s ease-out
}

.nx-product-zoom .nx-product-zoom__panel.--open {
  max-height: 150px
}

.nx-product-zoom .nx-product-zoom__panel.--open .nx-product-zoom__panel-btn:before {
  transform: translate3d(0, 1px, 0) rotate(180deg)
}

.nx-product-zoom .nx-product-zoom__panel.--open .nx-product-zoom__panel-btn:after {
  opacity: 0;
  transform: translate3d(0, 1px, 0) rotate(-180deg)
}

.nx-product-zoom .nx-product-zoom__panel-btn {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 54px;
  left: 50%;
  position: absolute;
  top: -15px;
  transform: translate3d(-50%, 0, 0);
  width: 54px
}

.nx-product-zoom .nx-product-zoom__panel-btn:after,
.nx-product-zoom .nx-product-zoom__panel-btn:before {
  background-color: #002A5E;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all .25s ease-in-out;
  width: 20px
}

.nx-product-zoom .nx-product-zoom__panel-btn:after {
  transform: rotate(90deg)
}

.nx-product-zoom .nx-product-zoom__fadeout {
  height: 66px;
  margin-top: 20px;
  opacity: 1;
  padding: 0 20px;
  position: relative;
  transition: opacity .5s ease-in-out
}

.nx-product-zoom .nx-product-zoom__thumb-slider {
  width: 294px
}

.nx-product-zoom .nx-product-zoom__thumb {
  cursor: pointer;
  display: block;
  height: 66px;
  margin: 0 auto;
  border: 1px solid #d6dcec;
  padding-bottom: 2px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center
}

.nx-product-zoom .nx-product-zoom__thumb.--active {
  border-bottom: 3px solid #002A5E;
  padding-bottom: 0
}

.nx-product-zoom .nx-product-zoom__thumb img {
  min-height: 1px;
  min-width: 1px
}

.nx-product-zoom__wrapper .tns-controls>[data-controls=prev] {
  left: 40px
}

.nx-product-zoom__wrapper .tns-controls>[data-controls=next] {
  right: 40px
}

.media-query-540 .nx-product-zoom__fadeout {
  box-sizing: content-box;
  margin: 20px auto 0;
  overflow: hidden;
  padding: 0 60px;
  width: 296px
}

.media-query-540 .nx-product-zoom__fadeout:after,
.media-query-540 .nx-product-zoom__fadeout:before {
  content: "";
  height: 100%;
  width: 60px;
  position: absolute;
  top: 0
}

.media-query-540 .nx-product-zoom__fadeout:before {
  background: linear-gradient(90deg, #fff 55%, hsla(0, 0%, 100%, 0));
  z-index: 1110;
  left: 0
}

.media-query-540 .nx-product-zoom__fadeout:after {
  background: linear-gradient(-90deg, #fff 55%, hsla(0, 0%, 100%, 0));
  z-index: 1111;
  right: 0
}

.nx-faq__headline,
.nx-multi-level-selector__headline {
  margin: 40px 0 32px;
  text-align: center
}

.nx-mls-root {
  position: relative;
  transition: transform .3s, min-height .3s
}

.nx-mls-root>:first-of-type {
  border-top: 1px solid #d6dcec
}

.nx-mls-item {
  border-bottom: 1px solid #d6dcec;
  padding: 16px 8px;
  transition: border .3s
}

.nx-mls-content__info,
.nx-mls-item__info {
  align-items: center;
  cursor: pointer;
  display: flex;
  opacity: 1;
  transition: opacity .3s
}

.nx-mls-content__info:after,
.nx-mls-item__info:after {
  border-top: 2px solid #002A5E;
  border-right: 2px solid #002A5E;
  content: "";
  display: block;
  height: 16px;
  transform: rotate(45deg) translateX(-3px) translateY(3px);
  transition: all .3s;
  width: 16px
}

.nx-mls-content__info:hover,
.nx-mls-item__info:hover {
  opacity: .65
}

.nx-mls-item__icon {
  margin-right: 16px;
  border-radius: 50%;
  border: 1px solid #002A5E;
  line-height: 0;
  padding: 10px
}

.nx-mls-item__icon svg {
  fill: #002A5E;
  height: 32px;
  width: 32px
}

.nx-mls-item__title {
  flex: 1 1 auto;
  margin: 0 16px 0 0
}

.nx-mls-sublevel {
  left: 100%;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: transform .3s, opacity .3s, display 0s .3s;
  width: 100%
}

.nx-mls-sublevel__info {
  background-color: #f5f5f5;
  margin: 0 -20px;
  opacity: 1;
  padding: 16px 0;
  position: relative;
  transition: opacity .3s
}

.nx-mls-sublevel__title {
  margin: 0;
  text-align: center
}

.nx-mls-sublevel__back-btn {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0
}

.nx-mls-sublevel__back-btn:after {
  border-top: 2px solid #002A5E;
  border-right: 2px solid #002A5E;
  content: "";
  display: block;
  height: 16px;
  transform: rotate(-135deg) translateX(-3px) translateY(2px);
  width: 16px
}

.nx-faq__list {
  border-top: 1px solid #d6dcec;
  margin: 0 auto
}

.nx-faq-expand-item,
.nx-mls-expand-item {
  border-bottom: 1px solid #d6dcec
}

.nx-faq-expand-item--active,
.nx-mls-expand-item--active {
  padding-bottom: 16px
}

.nx-faq-expand-item__title,
.nx-mls-expand-item__title {
  cursor: pointer;
  font-weight: 700;
  padding: 16px 24px 16px 0;
  position: relative
}

.nx-faq-expand-item__close-btn,
.nx-mls-expand-item__close-btn {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: 0
}

.nx-mls-expand-item--active .nx-faq-expand-item__close-btn:before,
.nx-mls-expand-item--active .nx-mls-expand-item__close-btn:before {
  transform: translate(-50%, -50%) rotate(-90deg)
}

.nx-mls-expand-item--active .nx-faq-expand-item__close-btn:after,
.nx-mls-expand-item--active .nx-mls-expand-item__close-btn:after {
  transform: translate(-50%, -50%) rotate(180deg)
}

.nx-faq-expand-item__data,
.nx-mls-expand-item__data {
  transition: max-height .3s;
  overflow: hidden;
  position: relative
}

.nx-mls-sublevel--show {
  display: block;
  opacity: 1
}

.nx-mls-root--hide,
.nx-mls-sublevel--hide {
  transform: translateX(-100%)
}

.nx-mls-sublevel--go-back {
  transform: translateX(0);
  opacity: 0
}

.nx-mls-branch--branch {
  transform: translateX(-100%);
  transition: all .3s
}

.nx-mls-root--hide>.nx-mls-item {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent
}

.nx-mls-root--hide>.nx-mls-item>.nx-mls-item__info {
  opacity: 0;
  position: relative;
  transition: opacity .3s, z-index 0s .3s;
  z-index: -1
}

.nx-mls-sublevel--hide>.nx-mls-sublevel__info {
  opacity: 0
}

.nx-mls-sublevel--hide>.nx-mls-branch>.nx-mls-item {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent
}

.nx-mls-sublevel--hide>.nx-mls-branch>.nx-mls-item>.nx-mls-item__info {
  opacity: 0;
  position: relative;
  transition: opacity .3s, z-index 0s .3s;
  z-index: -1
}

.nx-cookie-policy-popup {
  font-size: .66666667rem;
  line-height: .88888889rem;
  z-index: 1710;
  background: #fff;
  color: #002A5E;
  height: 0;
  top: -400px;
  position: relative;
  transition: height 1s ease-in-out, top 1s ease-in-out
}

.nx-cookie-policy-popup .nx-u-container {
  padding: 20px 18px;
  text-align: center
}

.nx-cookie-policy-popup svg {
  height: 24px;
  margin-bottom: 12px;
  width: 24px
}

.nx-cookie-policy-popup .bdf-cookie-policy-confirmation-required,
.nx-cookie-policy-popup .bdf-cookie-policy-first-time {
  margin-left: auto;
  margin-right: auto
}

.bdf-cookie-policy-content {
  text-align: center
}

.bdf-cookie-policy-content a {
  color: #002A5E;
  font-weight: 700;
  text-decoration: underline
}

.bdf-cookie-policy-content a:hover {
  color: #8397c6
}

.nx-cookie-policy-popup--show {
  top: 0;
  transition: height 1s ease-in-out, top 1s ease-in-out
}

.nx-cookie-policy-popup__container {
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
  position: fixed;
  width: 100%
}

.bdf-cookie-policy-first-time {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d6dcec
}

.bdf-cookie-policy-confirmation-required,
.bdf-cookie-policy-first-time {
  flex-shrink: 0;
  flex-grow: 0;
  text-align: left
}

@media (max-width:374px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    flex-basis: calc(83.33333% - 4px);
    max-width: calc(83.33333% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    flex-basis: calc(83.33333% - 6px);
    max-width: calc(83.33333% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    flex-basis: calc(83.33333% - 14px);
    max-width: calc(83.33333% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    flex-basis: calc(83.33333% - 14px);
    max-width: calc(83.33333% - 14px)
  }
}

@media (min-width:1280px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    flex-basis: calc(83.33333% - 18px);
    max-width: calc(83.33333% - 18px)
  }
}

@media (max-width:374px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {

  .bdf-cookie-policy-confirmation-required,
  .bdf-cookie-policy-first-time {
    margin-left: 9px;
    margin-right: 9px
  }
}

.bdf-cookie-policy-buttons {
  margin-top: 26px;
  text-align: center
}

.nx-cookie-policy-popup__close {
  right: 26px;
  cursor: pointer;
  margin-bottom: 22px;
  position: absolute;
  top: 25px
}

.nx-cookie-policy-popup__close svg {
  height: 18px;
  width: 18px
}

.nx-cookie-settings {
  margin-bottom: 56px
}

.nx-cookie-settings-teaser {
  text-align: center
}

.nx-cookie-settings-teaser__image {
  margin: 0 auto 22px;
  max-height: 183px;
  max-width: 183px
}

.nx-cookie-settings-teaser__image img {
  border-radius: 50%;
  overflow: hidden
}

.nx-cookie-settings-teaser__heading {
  margin-bottom: 8px
}

.nx-cookie-settings-option__title {
  font-size: .77777778rem;
  line-height: 1.22222222rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0 10px;
  padding: 10px 10px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 3
}

.nx-cookie-settings-read-only svg {
  margin: 0 auto 30px;
  display: block;
  border: 1px solid #002A5E;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 rgba(0, 19, 111, .8)
}

.nx-cookie-settings-options {
  border: 1px solid #d6dcec
}

.nx-cookie-settings-options .nx-u-section {
  border-top: 1px solid #f5f5f5;
  margin: 0;
  overflow: hidden;
  position: relative
}

.nx-cookie-settings-options .nx-active-cookie-option fieldset {
  background: #8397c6;
  border: 1px solid #8397c6;
  z-index: 3
}

.nx-cookie-settings-options .nx-u-container {
  min-width: 250px;
  z-index: 5
}

.nx-cookie-settings-options .nx-u-section__headline {
  font-size: 1rem;
  line-height: 1.44444444rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 16px;
  text-transform: none;
  transition: color .6s
}

.nx-cookie-settings-options fieldset {
  background: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  cursor: pointer;
  height: 30px;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
  width: 60px
}

.nx-cookie-settings-options fieldset .bdf-cookie-policy-toggle {
  height: 100%;
  opacity: 0;
  width: 100%
}

.nx-cookie-settings-options fieldset label {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 26px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .5s ease;
  width: 26px;
  z-index: 1
}

.nx-cookie-settings-options fieldset input[type=checkbox]:checked+label {
  left: 32px
}

.nx-cookie-settings-btn {
  margin-top: 56px
}

.nx-cookie-settings-options-headline {
  display: table;
  margin-bottom: 0;
  padding: 25px 20px 20px;
  width: 100%
}

.nx-cookie-settings-options-headline svg {
  margin-right: 18px;
  border: 1px solid #002A5E;
  border-radius: 50%;
  padding: 16px
}

.nx-cookie-settings-options-headline span {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%
}

.nx-layer {
  background-color: #fff
}

.nx-layer--circle,
.nx-layer--page {
  z-index: 1602;
  background: none;
  height: 100%;
  opacity: 1;
  position: fixed !important;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
  width: 100%;
  -webkit-overflow-scrolling: touch
}

.nx-layer--circle:before,
.nx-layer--page:before {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: hsla(0, 0%, 100%, .7);
  content: "";
  display: block;
  z-index: 2
}

.nx-layer--page .nx-layer__wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1601;
  box-shadow: 0 0 20px 0 transparent;
  margin: 10px;
  max-height: 100%;
  overflow: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
  transform-origin: top;
  transition: all .3s, box-shadow .3s ease-out .4s
}

.nx-layer--open.nx-layer--page .nx-layer__wrapper {
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, .2)
}

.nx-layer--page .nx-layer__content {
  height: 100%;
  overflow-x: hidden;
  transition: transform .2s;
  will-change: transform
}

.nx-layer--page .nx-layer__content:before {
  content: "";
  display: block;
  height: 56px;
  left: 0;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 10
}

.nx-layer--page .nx-overlay__title {
  max-width: 100%;
  min-height: 28px;
  word-break: keep-all
}

.nx-layer--page .nx-overlay__header {
  transform: translateY(-100%)
}

.nx-layer--page .nx-overlay__header:before {
  right: 0;
  background: linear-gradient(270deg, #f5f5f5 75%, hsla(0, 0%, 100%, 0));
  content: "";
  height: 42px;
  position: absolute;
  top: 0;
  width: 64px;
  z-index: 2
}

.nx-layer--page .nx-overlay__content {
  flex-grow: 1;
  flex-basis: 100%;
  transform: translateY(30vh)
}

.nx-layer--circle {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: transform .4s, opacity .4s;
  will-change: transform, opacity
}

.nx-layer--circle:before {
  opacity: 0
}

.nx-layer--open.nx-layer--circle:before {
  opacity: 1;
  transition: opacity .3s ease-out .3s
}

.nx-layer--closing.nx-layer--circle:before {
  opacity: 0;
  transition: opacity 0s
}

.nx-layer--circle.nx-layer--open {
  opacity: 1;
  transform: scale(1)
}

.nx-layer--circle.nx-layer--closing {
  opacity: 0;
  transform: scale(0)
}

.nx-layer--circle.nx-layer--closing.nx-layer--expand {
  transform: scale(1)
}

.nx-layer--circle .nx-layer__wrapper {
  background-image: linear-gradient(180deg, #f5f7fb, #d6dcec);
  border-radius: 50%;
  box-shadow: 0 0 20px 0 transparent;
  height: 528px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s, box-shadow .3s ease-out .4s;
  width: 528px;
  z-index: 10
}

.nx-layer--open.nx-layer--circle .nx-layer__wrapper {
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, .2)
}

.nx-layer--expand.nx-layer--circle .nx-layer__wrapper {
  border-radius: 0;
  height: calc(100% - 20px);
  overflow: auto;
  width: calc(100% - 20px)
}

.nx-layer--circle .nx-layer__content {
  height: 365px;
  margin: 20% auto;
  max-width: calc(100vw - 20px);
  overflow: hidden;
  transition: all .3s, max-width 0s .3s
}

.nx-layer--expand.nx-layer--circle .nx-layer__content {
  height: auto;
  margin: 80px auto 40px
}

.nx-layer--circle .nx-u-container {
  display: flex;
  justify-content: center
}

.nx-layer--circle .nx-layer__expander {
  text-align: center
}

.nx-layer--circle.nx-layer--landscape .nx-layer__wrapper {
  border-radius: 0;
  height: calc(100% - 20px);
  overflow: auto;
  width: calc(100% - 20px)
}

.nx-layer--circle.nx-layer--landscape .nx-layer__content {
  height: auto;
  margin: 80px auto 40px
}

.nx-layer--circle.nx-layer--landscape.nx-layer--closing {
  transform: scale(1)
}

.nx-layer--popup {
  right: 0;
  background-color: #fff;
  border: 1px solid #d6dcec;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  display: block;
  opacity: 0;
  position: absolute;
  top: calc(100% + 13px);
  transition: opacity .3s;
  width: 335px
}

.nx-layer--popup:before {
  right: 22px;
  background-color: #fff;
  box-shadow: 1px -1px 0 0 hsla(0, 0%, 69.8%, .4);
  content: "\00a0";
  display: block;
  height: 20px;
  position: absolute;
  top: -10px;
  transform: rotate(-45deg);
  width: 20px;
  z-index: 0
}

.nx-layer--popup:after {
  right: 0;
  background-color: transparent;
  content: "";
  height: 20px;
  position: absolute;
  top: -19px;
  width: 80px
}

.nx-layer--popup.nx-layer--visible {
  opacity: 1
}

.nx-layer--popup .nx-close-icon {
  display: none
}

.nx-layer__close-btn {
  cursor: pointer;
  position: absolute;
  z-index: 10
}

.nx-layer__close-btn .nx-close-icon {
  height: 100%;
  width: 100%
}

.nx-layer__close-btn--tiny {
  height: 21px;
  padding-top: 10px;
  right: 17px;
  top: 21px;
  width: 21px
}

.nx-layer__close-btn--circle,
.nx-layer__close-btn--page {
  height: 28px;
  padding-top: 14px;
  top: 32px;
  width: 28px
}

.nx-layer__close-btn--page {
  margin: 14px;
  opacity: 0;
  right: 0;
  top: 0;
  transition: opacity .3s .4s
}

.nx-layer--open .nx-layer__close-btn--page {
  opacity: 1
}

.nx-layer__close-btn--circle {
  transform: translateX(-50%);
  left: 50%;
  position: absolute
}

.nx-layer--closing {
  opacity: 0
}

.nx-content__wrapper {
  height: 100%;
  display: flex;
  flex-flow: column
}

.nx-overlay__content,
.nx-overlay__header {
  background-color: #fff;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform .4s, opacity .3s ease-out;
  will-change: transform, opacity
}

.nx-layer--open .nx-overlay__content,
.nx-layer--open .nx-overlay__header {
  opacity: 1;
  transform: translateY(0)
}

.nx-content-layer-area--background>picture {
  position: fixed
}

.nx-content-layer-area--background>picture img {
  transform: translateX(-50%);
  left: 50%;
  position: fixed;
  height: 100%;
  max-width: none;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.nx-content-layer-area--background .nx-content-zone-container {
  position: relative;
  z-index: 1
}

.nx-content-zone-layer--white-on-blue:after {
  background: rgba(0, 19, 111, .23);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.nx-content-zone-layer--white-on-blue :not(button) {
  color: #fff
}

.nx-content-zone-layer--blue-on-white:after {
  background: hsla(0, 0%, 100%, .4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.nx-content-zone-layer--blue-on-white :not(button) {
  color: #002A5E
}

.nx-smart-push {
  bottom: 83px;
  position: fixed;
  right: 0;
  z-index: 99999
}

.nx-smart-push--left {
  left: 0;
  right: auto
}

.nx-smart-push--left .nx-layer--spush {
  justify-content: flex-start
}

.nx-smart-push--left .nx-layer--visible.nx-layer--spush .nx-layer__wrapper {
  border-radius: 0 86px 86px 0
}

.nx-smart-push--left .nx-spush-item .nx-layer__content {
  right: -234px;
  left: 50%
}

.nx-smart-push--left .nx-spush-item__content {
  border-radius: 0 86px 86px 0;
  transform: translateX(-100%) translateZ(0)
}

.nx-smart-push--left .nx-spush-item__text-wrapper {
  flex-flow: row-reverse;
  margin: 7px 8px 7px 28px
}

.nx-smart-push--left .nx-spush-item__icon {
  margin-left: 8px;
  margin-right: 0
}

.nx-layer--spush {
  background: none;
  display: flex;
  max-height: 0;
  margin-top: 0;
  justify-content: flex-end;
  opacity: 1 !important;
  transition: all .3s .8s;
  width: 320px;
  will-change: max-height, margin-top
}

.nx-layer--spush:first-of-type {
  margin: 0
}

.nx-spush-item .nx-layer__wrapper {
  background-color: #6e85bc;
  border-radius: 86px;
  color: #fff;
  height: 86px;
  transform: scale(0) translateZ(0);
  transition: border-radius .3s .2s, transform .3s .5s;
  padding: 16px 20px;
  width: 86px;
  will-change: border-radius, transform
}

.nx-spush-item .nx-layer__content {
  bottom: 0;
  left: -234px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0
}

.nx-spush-item--orange .nx-layer__wrapper,
.nx-spush-item--orange .nx-spush-item__content {
  background-color: #fac560
}

.nx-spush-item--orange .nx-layer__close-btn--spush {
  background-color: #f7ad18
}

.nx-spush-item--green .nx-layer__wrapper,
.nx-spush-item--green .nx-spush-item__content {
  background-color: #64a70b
}

.nx-spush-item--green .nx-layer__close-btn--spush {
  background-color: #4f820b
}

.nx-layer__close-btn--spush {
  transform: translateY(-50%);
  position: absolute;
  background: #5a74b3;
  border-radius: 50%;
  cursor: pointer;
  height: 45px;
  right: 20px;
  top: 50%;
  width: 45px;
  z-index: 10
}

.nx-close-icon--spush {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  height: auto !important;
  width: 24px !important
}

.nx-spush-item__content {
  background: #6e85bc;
  border-radius: 86px 0 0 86px;
  height: 100%;
  top: 0;
  transform: translateX(calc(100% - 43px)) translateZ(0);
  transition: transform .3s ease-in-out .2s;
  position: absolute;
  width: 100%
}

.nx-spush-item__text-wrapper {
  flex: 1 100 auto;
  flex-flow: row;
  align-items: center;
  color: #fff;
  display: flex;
  height: 72px;
  margin: 7px 28px 7px 16px;
  max-width: calc(100% - 43px);
  overflow: hidden
}

a.nx-spush-item__text-wrapper {
  color: #fff;
  transition: opacity .3s
}

a.nx-spush-item__text-wrapper:hover {
  color: #fff;
  opacity: .65
}

a.nx-spush-item__text-wrapper .nx-spush-item__icon {
  color: #fff
}

.nx-spush-item__text {
  font-size: .77777778rem;
  line-height: 1rem
}

.nx-spush-item__text strong {
  font-weight: 700;
  text-decoration: underline
}

.nx-spush-item__icon,
.nx-spush-item__text {
  opacity: 0;
  transition: opacity .2s
}

.nx-spush-item__icon {
  margin-right: 8px
}

.nx-spush-item__icon svg {
  fill: #fff;
  height: 46px;
  line-height: 0;
  width: 46px
}

.nx-layer--spush.nx-layer--visible {
  max-height: 86px;
  margin-top: 8px;
  transition: all .3s
}

.nx-layer--spush.nx-layer--visible .nx-layer__wrapper {
  border-radius: 86px 0 0 86px;
  transform: scale(1);
  transition: border-radius .3s .6s, transform .3s .3s
}

.nx-layer--spush.nx-layer--visible .nx-spush-item__content {
  transform: translateX(0) translateZ(0);
  transition: transform .3s ease-in-out .6s
}

.nx-layer--spush.nx-layer--visible .nx-spush-item__icon,
.nx-layer--spush.nx-layer--visible .nx-spush-item__text {
  opacity: 1;
  transition: opacity .2s .9s
}

.media-query-375 .nx-smart-push {
  right: 12px
}

.media-query-375 .nx-layer--spush {
  width: 357px
}

.media-query-375 .nx-layer--spush .nx-layer__content {
  left: -271px
}

.media-query-375 .nx-layer--spush.nx-layer--visible .nx-layer__wrapper {
  border-radius: 86px
}

.media-query-375 .nx-smart-push--left {
  left: 12px;
  right: auto
}

.media-query-375 .nx-smart-push--left .nx-layer--visible.nx-layer--spush .nx-layer__wrapper {
  border-radius: 86px
}

.media-query-375 .nx-smart-push--left .nx-layer--visible .nx-spush-item__content {
  transform: translateX(0) translateZ(0)
}

.media-query-375 .nx-smart-push--left .nx-spush-item .nx-layer__content {
  right: -271px;
  left: 50%
}

.nx-product-content-selector__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 600px;
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto
}

.nx-product-content-selector__item {
  flex-basis: 150px;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 150px;
  margin: 16px 3px 0
}

.nx-product-content-selector__link {
  clear: both;
  display: block;
  text-decoration: none
}

.nx-product-content-selector__link svg {
  display: block;
  fill: #002A5E;
  height: 80px;
  margin: 0 auto;
  width: auto
}

.nx-product-content-selector__link svg * {
  transition: fill .3s, stroke .3s
}

.nx-product-content-selector__link .nx-product-content-selector__link-text {
  margin-left: 50%;
  display: inline-block;
  padding-top: 16px;
  position: relative
}

.nx-product-content-selector__link .nx-product-content-selector__action-link {
  float: left;
  left: -50%;
  text-align: left;
  position: relative
}

.nx-product-content-selector__link .nx-product-content-selector__action-link:before {
  left: -14px;
  position: absolute;
  top: 5px
}

.nx-product-content-selector__link:hover path {
  fill: #8397c6
}

.nx-product-content-selector__link:hover path[stroke] {
  fill: none;
  stroke: #8397c6
}

.nx-product-content-selector__link:hover .nx-action-link {
  color: #8397c6
}

.nx-product-content-selector__svg {
  width: auto;
  height: 80px
}

.nx-product-information__awards {
  margin-top: 54px;
  margin-bottom: 0
}

.nx-warning-text__headline {
  margin-top: 30px;
  margin-bottom: -16px
}

.nx-warning-text__description {
  margin-bottom: 26px
}

.nx-quicklinks-cp {
  background: #f5f5f5
}

.nx-quicklinks-cp__headline {
  margin-bottom: 32px;
  text-align: center
}

.nx-quicklinks-cp__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  padding-left: 0
}

.nx-quicklinks-cp__item {
  background-color: #fff;
  border-bottom: 2px solid #f5f5f5;
  border-radius: 1px
}

.nx-quicklinks-cp__item:last-child {
  border-bottom: 0
}

.nx-quicklinks-cp__link {
  padding: 14px 10px 14px 34px;
  display: block;
  text-indent: -9px
}

.nx-quicklinks-teaser {
  margin-top: 40px;
  margin-bottom: 0
}

.nx-teaser-grid>.nx-quicklinks-teaser {
  margin-top: 40px !important
}

.nx-quicklinks-teaser__headline {
  margin-bottom: 32px;
  text-align: center
}

.nx-quicklinks-teaser__list {
  display: block;
  list-style: none;
  padding-left: 0
}

.nx-quicklinks-teaser__item {
  background-color: #fff;
  border-bottom: 2px solid #f5f5f5;
  border-radius: 1px
}

.nx-quicklinks-teaser__item:last-child {
  border-bottom: 0
}

.nx-quicklinks-teaser__link {
  padding: 14px 10px 14px 34px;
  display: block;
  text-indent: -9px
}

.nx-category-teaser__link-wrapper,
.nx-cluster-teaser__link-wrapper,
.nx-content-teaser__link-wrapper,
.nx-content-teaser__wrapper,
.nx-coupon-teaser__link-wrapper,
.nx-homepage-teaser__link-wrapper,
.nx-marketing-teaser__link-wrapper,
.nx-product-teaser__link-wrapper,
.nx-product-teaser__wrapper,
.nx-routine-builder-weekday__item,
.nx-teaser {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none !important
}

.nx-category-teaser__link-wrapper:hover,
.nx-cluster-teaser__link-wrapper:hover,
.nx-content-teaser__link-wrapper:hover,
.nx-coupon-teaser__link-wrapper:hover,
.nx-homepage-teaser__link-wrapper:hover,
.nx-marketing-teaser__link-wrapper:hover,
.nx-product-teaser__link-wrapper:hover,
.nx-routine-builder-weekday__item.active,
.nx-routine-builder-weekday__item:hover,
.nx-teaser:hover {
  box-shadow: 0 0 20px 1px #e0e0e0
}

.nx-cluster-teaser__image,
.nx-content-teaser__image,
.nx-coupon-teaser__image,
.nx-homepage-teaser__image,
.nx-marketing-teaser__image,
.nx-product-teaser__image,
.nx-teaser-image--transition-scale {
  transition: transform .8s cubic-bezier(.095, .33, .285, 1) 25ms;
  transform-origin: center;
  transform: scaleX(1) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.nx-cluster-teaser__link-wrapper:hover .nx-cluster-teaser__image,
.nx-content-teaser__link-wrapper:hover .nx-content-teaser__image,
.nx-coupon-teaser__link-wrapper:hover .nx-coupon-teaser__image,
.nx-homepage-teaser__link-wrapper:hover .nx-homepage-teaser__image,
.nx-marketing-teaser__link-wrapper:hover .nx-marketing-teaser__image,
.nx-product-teaser__link-wrapper:hover .nx-product-teaser__image,
.nx-teaser-image--scale {
  transform: scale3d(1.05, 1.05, 1) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

html[touch] [class*=teaser__link-wrapper]:hover {
  box-shadow: none
}

html[touch] .nx-teaser--touch [class*=teaser__link-wrapper] {
  box-shadow: 0 0 20px 1px #e0e0e0 !important
}

.nx-category-teaser__link-wrapper--standard,
.nx-cluster-teaser__link-wrapper--standard,
.nx-teaser--standard {
  height: 448px
}

.nx-content-teaser__badge,
.nx-teaser__badge {
  left: 0;
  margin-top: 30px;
  position: absolute;
  z-index: 10
}

.nx-category-teaser__image--big img,
.nx-cluster-teaser__image--big img,
.nx-content-teaser__image--big img,
.nx-teaser__bg-image {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  width: auto
}

.nx-teaser--bg-blue-grey {
  background-color: #d6dcec
}

.nx-teaser-grid {
  opacity: 1
}

.nx-teaser-grid>[class*=teaser] {
  margin-bottom: 16px
}

.nx-sort-filters+.nx-teaser-grid__wrapper {
  padding-top: 0
}

.nx-teaser-grid--compact {
  display: flex;
  flex-flow: row wrap
}

@media (max-width:374px) {
  .nx-teaser-grid--compact {
    margin-left: -2px;
    margin-right: -2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-teaser-grid--compact {
    margin-left: -3px;
    margin-right: -3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-teaser-grid--compact {
    margin-left: -7px;
    margin-right: -7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-teaser-grid--compact {
    margin-left: -7px;
    margin-right: -7px
  }
}

@media (min-width:1280px) {
  .nx-teaser-grid--compact {
    margin-left: -9px;
    margin-right: -9px
  }
}

.nx-teaser-grid--compact>[class*=teaser] {
  flex-shrink: 0;
  flex-grow: 0
}

@media (max-width:374px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    flex-basis: calc(50% - 4px);
    max-width: calc(50% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1280px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    flex-basis: calc(50% - 18px);
    max-width: calc(50% - 18px)
  }
}

@media (max-width:374px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {
  .nx-teaser-grid--compact>[class*=teaser] {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-category-teaser--wide {
  display: inline-block;
  margin: 0 !important;
  vertical-align: top
}

.nx-category-teaser__image--big .nx-spinner--align-middle .nx-spinner__container {
  margin-top: 48px
}

.nx-category-teaser__link-wrapper:after {
  transition: margin .4s cubic-bezier(.095, .33, .285, 1) 25ms;
  content: "";
  margin: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.nx-category-teaser__link-wrapper:hover:after {
  margin: -1px
}

.nx-category-teaser__link-wrapper:hover .nx-category-teaser__image {
  transform: scale(1.01)
}

.nx-category-content-teasers .nx-category-teaser__link-wrapper,
.nx-category-content-teasers .nx-cluster-teaser__link-wrapper {
  height: 100%
}

.nx-category-teaser__image {
  transform: scale(1.05);
  transition: transform 1.2s cubic-bezier(.095, .33, .285, 1) 25ms;
  height: 100%;
  line-height: 0
}

.nx-category-teaser__image img {
  width: 100%
}

.nx-category-teaser__image--big img {
  width: auto
}

.nx-category-teaser__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.nx-category-teaser__content {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  display: inline-block;
  max-width: calc(100% - 40px);
  text-align: center;
  z-index: 2
}

.nx-category-teaser__content--white>* {
  color: #fff
}

.nx-category-teaser__headline {
  font-size: 1.11111111rem;
  line-height: 1.33333333rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin-bottom: 6px
}

.nx-category-teaser__headline,
.nx-category-teaser__subline {
  color: #002A5E;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase
}

.nx-category-teaser__subline {
  font-size: .88888889rem;
  line-height: 1.11111111rem;
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-align: center
}

.nx-category-content-teasers {
  padding: 0
}

.nx-category-teaser--content .nx-category-teaser__image:not(.nx-u-spinner):after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(89, 98, 140, .8), transparent)
}

.nx-category-teaser--content .nx-category-teaser__headline,
.nx-category-teaser--content .nx-category-teaser__subline {
  color: #fff
}

.nx-category-teaser__link-wrapper--square-border:after {
  border: 1px solid #fff
}

.nx-category-teaser__link-wrapper--square-white:after {
  background: hsla(0, 0%, 100%, .7)
}

.nx-category-teaser-compact .nx-category-teaser__link-wrapper--standard {
  height: 320px
}

.nx-product-teaser--eshop+.nx-category-teaser-compact .nx-category-teaser__link-wrapper--standard {
  height: 300px
}

.nx-product-teaser--eshop+.nx-category-teaser-compact .nx-category-teaser__link-wrapper--standard .nx-category-teaser__headline {
  font-size: .88888889rem;
  line-height: 1rem
}

.nx-product-teaser--eshop+.nx-category-teaser-compact .nx-category-teaser__link-wrapper--standard .nx-category-teaser__subline {
  font-size: .77777778rem;
  line-height: .88888889rem
}

.nx-marketing-teaser {
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 6px
}

@media (max-width:374px) {
  .nx-marketing-teaser {
    flex-basis: calc(50% - 4px);
    max-width: calc(50% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-marketing-teaser {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-marketing-teaser {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-marketing-teaser {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1280px) {
  .nx-marketing-teaser {
    flex-basis: calc(50% - 18px);
    max-width: calc(50% - 18px)
  }
}

@media (max-width:374px) {
  .nx-marketing-teaser {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-marketing-teaser {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-marketing-teaser {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-marketing-teaser {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {
  .nx-marketing-teaser {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-marketing-teaser-list>:nth-child(n+3) {
  margin-top: 20px
}

.nx-marketing-teaser__link-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column
}

.nx-marketing-teaser__image-wrapper {
  line-height: 0;
  max-height: 300px;
  overflow: hidden
}

.nx-marketing-teaser__content {
  flex: 1 1 0
}

.nx-marketing-teaser__content,
.nx-marketing-teaser__headline--big {
  padding: 24px 20px 32px
}

.nx-marketing-teaser__headline {
  overflow: hidden;
  position: relative;
  text-align: center
}

.nx-marketing-teaser-list {
  margin-left: -20px;
  margin-right: -20px
}

@media screen and (max-width:539px) {
  .nx-marketing-teaser .nx-marketing-teaser__headline {
    font-size: .88888889rem;
    line-height: 1.11111111rem
  }

  .nx-marketing-teaser .nx-marketing-teaser__content {
    padding: 15px
  }
}

.nx-homepage-teaser {
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 6px
}

@media (max-width:374px) {
  .nx-homepage-teaser {
    flex-basis: calc(50% - 4px);
    max-width: calc(50% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-homepage-teaser {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-homepage-teaser {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-homepage-teaser {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1280px) {
  .nx-homepage-teaser {
    flex-basis: calc(50% - 18px);
    max-width: calc(50% - 18px)
  }
}

@media (max-width:374px) {
  .nx-homepage-teaser {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-homepage-teaser {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-homepage-teaser {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-homepage-teaser {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {
  .nx-homepage-teaser {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-homepage-teaser>:nth-child(n+3) {
  margin-top: 20px
}

.nx-homepage-teaser__link-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column
}

.nx-homepage-teaser__image {
  line-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 10
}

.nx-homepage-teaser__image img {
  width: 100%
}

.nx-homepage-teaser__content {
  background-color: #fff;
  position: relative;
  z-index: 11;
  flex: 1 1 0
}

.nx-homepage-teaser__content,
.nx-homepage-teaser__headline--big {
  padding: 24px 20px 32px
}

.nx-homepage-teaser__headline {
  overflow: hidden;
  position: relative;
  text-align: center
}

.nx-homepage-teaser-list {
  margin-left: -20px;
  margin-right: -20px
}

.nx-homepage-teaser-list__homepage-teaser--content-centered .nx-homepage-teaser__content {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0)
}

@media screen and (max-width:539px) {
  .nx-homepage-teaser .nx-homepage-teaser__headline {
    font-size: .88888889rem;
    line-height: 1.11111111rem
  }

  .nx-homepage-teaser .nx-homepage-teaser__content {
    padding: 15px
  }
}

.nx-product-teaser {
  width: 100%;
  position: relative
}

.nx-product-teaser--small {
  flex-shrink: 0;
  flex-grow: 0
}

@media (max-width:374px) {
  .nx-product-teaser--small {
    flex-basis: calc(50% - 4px);
    max-width: calc(50% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-product-teaser--small {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-product-teaser--small {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-product-teaser--small {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1280px) {
  .nx-product-teaser--small {
    flex-basis: calc(50% - 18px);
    max-width: calc(50% - 18px)
  }
}

@media (max-width:374px) {
  .nx-product-teaser--small {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-product-teaser--small {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-product-teaser--small {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-product-teaser--small {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {
  .nx-product-teaser--small {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-product-teaser__link-wrapper,
.nx-product-teaser__wrapper {
  height: 448px;
  padding: 20px 20px 10px
}

.nx-product-teaser__link-wrapper--small {
  height: 228px;
  padding: 10px 10px 0
}

.nx-product-teaser__link-wrapper--small:after {
  height: 16px
}

.nx-product-teaser__badge {
  left: 0;
  margin-top: 30px;
  position: absolute;
  z-index: 10
}

.nx-product-teaser__headline {
  height: 3.66666666rem
}

.nx-product-teaser__headline,
.nx-product-teaser__subline {
  text-align: center;
  white-space: normal
}

.nx-product-teaser__subline {
  margin-bottom: 5px
}

.nx-product-teaser__image {
  height: 300px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  text-align: center
}

.nx-product-teaser__image--small {
  height: 146px;
  margin-bottom: 10px
}

.nx-product-teaser--compact .nx-product-teaser__link-wrapper,
.nx-product-teaser--compact .nx-product-teaser__wrapper {
  height: 320px;
  padding-top: 8px
}

.nx-product-teaser--compact .nx-product-teaser__image {
  height: 160px
}

.nx-content-teaser__link-wrapper {
  display: flex;
  flex-direction: column;
  height: 448px
}

.nx-content-teaser__badge {
  display: none
}

.nx-content-teaser__image-wrapper {
  display: inline;
  line-height: 0;
  max-height: 212px;
  overflow: hidden
}

.nx-content-teaser__image--big {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  max-height: none;
  width: 100%
}

.nx-content-teaser__image img {
  max-height: none;
  width: 100%
}

.nx-content-teaser__image--big img {
  width: auto
}

.nx-content-teaser__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-align: left;
  color: #002A5E;
  padding: 15px 20px 20px;
  position: relative;
  z-index: 4
}

.nx-content-teaser__content--white {
  color: #fff
}

.nx-content-teaser__content--white .nx-content-teaser__link:before {
  border-color: #fff !important
}

.nx-content-teaser__content--big {
  height: 100%
}

.nx-content-teaser__btn {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px
}

.nx-content-teaser__input-text {
  margin-top: auto
}

.nx-content-teaser__input-text input {
  text-align: left
}

.nx-content-teaser__wrapper {
  height: 448px
}

.nx-content-teaser__content--narrow {
  padding-right: 28%
}

.nx-content-teaser__subline {
  margin-bottom: 6px;
  color: inherit
}

.nx-content-teaser__headline {
  color: inherit;
  margin-bottom: 10px
}

.nx-content-teaser__headline--large {
  font-size: 1.55555556rem;
  line-height: 1.88888889rem
}

.nx-content-teaser__headline--newsletter {
  max-height: 250px;
  overflow: hidden
}

.nx-content-teaser__description {
  color: inherit;
  height: 4.33333333rem;
  overflow: hidden;
  position: relative
}

.nx-content-teaser__link {
  color: inherit;
  margin-top: auto
}

.nx-content-teaser__link:before {
  border-right: 2px solid #002A5E;
  margin-right: 4px;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
  border-top: 2px solid #002A5E;
  height: 6px;
  width: 6px;
  margin-bottom: 2px
}

.nx-cluster-teaser__link-wrapper:hover:after {
  margin: -1px
}

.nx-category-content-teasers__scrollbar .nx-cluster-teaser__link-wrapper,
.nx-cluster-teaser__link-wrapper--small {
  height: 100%
}

.nx-cluster-teaser__image {
  height: 100%;
  line-height: 0
}

.nx-cluster-teaser__image img {
  width: 100%
}

.nx-cluster-teaser__image--big img {
  width: auto
}

.nx-cluster-teaser__content {
  bottom: 0;
  padding: 20px 20px 40px;
  position: absolute;
  text-align: center;
  width: 100%
}

.nx-cluster-teaser__headline {
  font-size: 1.11111111rem;
  line-height: 1.33333333rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin-bottom: 6px
}

.nx-cluster-teaser__headline,
.nx-cluster-teaser__subline {
  color: #002A5E;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase
}

.nx-cluster-teaser__subline {
  font-size: .88888889rem;
  line-height: 1.11111111rem;
  font-family: NiveaLight, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-align: center
}

.nx-cluster-teaser--small {
  height: 255px
}

.nx-cluster-teaser__content--wide {
  padding: 8px 24px 16px
}

.nx-cluster-teaser__content--center {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  bottom: auto;
  padding: 0 20px
}

.nx-cluster-teaser__image {
  position: relative
}

.nx-cluster-teaser__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ""
}

.nx-cluster-teaser--white .nx-cluster-teaser__headline,
.nx-cluster-teaser--white .nx-cluster-teaser__subline {
  color: #fff
}

.nx-cluster-teaser--blue .nx-cluster-teaser__headline,
.nx-cluster-teaser--blue .nx-cluster-teaser__subline {
  color: #002A5E
}

.nx-cluster-teaser--dark-layer-white .nx-cluster-teaser__image:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, transparent)
}

.nx-cluster-teaser--dark-layer-white .nx-cluster-teaser__headline,
.nx-cluster-teaser--dark-layer-white .nx-cluster-teaser__subline {
  color: #fff
}

.nx-cluster-teaser--white-layer-blue .nx-cluster-teaser__image:after {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4) 40%, hsla(0, 0%, 100%, 0))
}

.nx-cluster-teaser--white-layer-blue .nx-cluster-teaser__headline,
.nx-cluster-teaser--white-layer-blue .nx-cluster-teaser__subline {
  color: #002A5E
}

.nx-cluster-teaser--wide {
  display: inline-block;
  height: 215px;
  width: 100%;
  margin: 0 -.2em 0 0 !important
}

.nx-cluster-teaser--wide img {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  min-height: 215px;
  max-height: none;
  width: 100%
}

.nx-teasers-slider {
  white-space: nowrap
}

.nx-teasers-slider .tns-ovh {
  margin: -12px -20px
}

.nx-teasers-slider .tns-inner {
  overflow: unset;
  padding: 12px 20px
}

.nx-teasers-slider .tns-item {
  margin: 0 !important;
  white-space: normal
}

.nx-teasers-slider>.nx-slider article:nth-of-type(n+2) {
  display: none
}

.nx-teasers-slider .nx-product-teaser--small {
  opacity: 0;
  transition: opacity .3s 0s
}

.nx-teasers-slider .nx-product-teaser--small.tns-slide-active {
  opacity: 1;
  transition: opacity 0s
}

.nx-standard-teaser-slider__headline {
  margin-bottom: 24px
}

.nx-standard-teaser-slider__subline {
  margin-bottom: 48px
}

.nx-u-section--slider-with-background {
  position: relative;
  overflow: hidden
}

.nx-u-section--background-image img {
  transform: translateX(-50%);
  left: 50%;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  min-height: 100%;
  min-width: 100%
}

.nx-content-zone__slider .tns-ovh {
  overflow: unset
}

.nx-content-zone__slider .tns-nav__wrapper {
  top: -32px
}

.nx-image-slider {
  margin-bottom: 32px
}

.nx-content-zone__slider .tns-ovh,
.nx-image-slider .tns-ovh {
  margin-left: -36px;
  margin-right: -36px
}

.nx-content-zone__slider .tns-controls>[data-controls=prev],
.nx-image-slider .tns-controls>[data-controls=prev] {
  left: -36px
}

.nx-content-zone__slider .tns-controls>[data-controls=next],
.nx-image-slider .tns-controls>[data-controls=next] {
  right: -36px
}

@media (max-width:767px) {
  .nx-cluster-teaser--small {
    height: 228px
  }
}

.nx-coupon-teaser {
  width: 100%;
  position: relative;
  box-shadow: 0 0 20px 1px #e0e0e0
}

.nx-coupon-teaser a {
  text-decoration: none
}

.nx-coupon-teaser .nx-layer--popup {
  border-radius: 0;
  height: 100%;
  margin-top: 0;
  max-height: 100%;
  padding: 24px;
  top: 0;
  width: 100%;
  z-index: 55
}

.nx-coupon-teaser .nx-layer--popup svg {
  height: 35px;
  width: 60px
}

.nx-coupon-teaser .nx-layer--popup .nx-submenu-item-icon {
  left: 0
}

.nx-coupon-teaser .nx-layer--popup .nx-submenu-item:last-child .nx-submenu-item__link {
  border-bottom: none
}

.nx-coupon-teaser .nx-layer--popup:before {
  display: none
}

.nx-coupon-teaser .nx-coupon-error {
  font-family: Niveabold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.33333333rem;
  line-height: 1.55555556rem;
  left: 0;
  color: #fe2f31;
  height: 100%;
  padding: 70px 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%
}

.nx-coupon-teaser .nx-coupon-error i:before {
  font-size: 4.16666667rem;
  left: 0;
  content: "!";
  position: absolute;
  text-align: center;
  top: 43%;
  width: 100%
}

.nx-coupons--locked:after,
.nx-coupons--locked:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nx-coupons--locked .nx-coupon-teaser__image:before {
  left: 50%;
  margin-left: -19px;
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  bottom: -12px;
  width: 40px;
  z-index: 46
}

.nx-coupons--locked:before {
  content: "\e902";
  font-size: 2.88888889rem;
  position: absolute;
  text-align: center;
  top: 48%;
  width: 100%;
  z-index: 50
}

.nx-coupons--locked:after {
  left: 0;
  background: #fff;
  content: "";
  height: 100%;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 45
}

.nx-coupons--redeemed .nx-coupon-redeemed__overlay {
  display: block
}

.nx-coupon-redeemed__overlay {
  font-family: Niveabold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.33333333rem;
  line-height: 1.55555556rem;
  background: #fff;
  height: 100%;
  opacity: .9;
  padding: 70px 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 100;
  display: none
}

.nx-coupon-redeemed__icon:after,
.nx-coupon-redeemed__icon:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nx-coupon-redeemed__icon:before {
  content: "\e903";
  left: 0;
  font-size: 4.44444444rem;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 100%
}

.nx-coupon-teaser__link-wrapper {
  display: flex;
  flex-direction: column;
  height: 405px;
  overflow: hidden
}

.nx-coupon-teaser__image img {
  max-height: none
}

.nx-coupon-teaser__content {
  padding: 15px 15px 10px
}

.nx-coupon-teaser__headline {
  color: inherit;
  margin-bottom: 10px
}

.nx-coupon-teaser__subline {
  margin-bottom: 6px;
  color: inherit
}

.nx-coupon-teaser__description {
  color: inherit;
  height: 4.33333333rem;
  overflow: hidden;
  position: relative
}

.nx-coupon-teaser__image {
  min-height: 225px;
  max-height: 225px;
  overflow: hidden;
  position: relative;
  text-align: center
}

.nx-load-more {
  flex-basis: 100% !important;
  margin-bottom: 0;
  max-width: 100% !important;
  padding-top: 24px;
  position: relative;
  width: 100% !important
}

.nx-no-js .nx-load-more {
  display: none
}

.nx-load-more .nx-btn {
  margin: 0 auto
}

.nx-load-more--hide {
  visibility: hidden
}

.nx-load-more-spinner {
  display: block;
  left: 0;
  position: absolute;
  top: 24px;
  width: 100%
}

.nx-load-more-spinner .nx-spinner {
  margin: 0 auto
}

.nx-load-more-spinner--hide {
  display: none
}

.nx-trust {
  background-color: #d6dcec;
  padding-top: 40px;
  padding-bottom: 40px
}

.nx-trust__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 320px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1280px;
  position: relative
}

@media (max-width:1279px) {
  .nx-trust__inner {
    max-width: 968px
  }
}

@media (min-width:1280px) {
  .nx-trust__inner {
    max-width: 1204px
  }
}

.nx-trust__headline {
  text-align: center;
  margin-bottom: 30px
}

.nx-trust__circle {
  display: inline-block;
  height: 178px;
  margin: 0 auto 20px;
  position: relative;
  width: 178px
}

.nx-trust__circle:before {
  background-color: #eff5fa;
  border-radius: 100%;
  border: 3px solid #002A5E;
  box-sizing: border-box;
  content: "";
  height: 178px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 178px;
  z-index: 0
}

.nx-trust__circle svg {
  fill: #002A5E
}

.nx-trust__rte-text {
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #002A5E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: normal;
  width: calc(100% - 28px)
}

.nx-trust__rte-text span {
  display: inline-block;
  line-height: 1.2
}

.nx-trust__description {
  margin: 0 24px;
  position: relative
}

.nx-trust__description a {
  text-decoration: underline
}

.nx-trust__description p {
  margin: 0
}

.nx-trust__description img,
.nx-trust__description svg {
  max-width: 130px;
  padding-top: 4px;
  vertical-align: bottom
}

.nx-trust__slider .nx-trust__description {
  white-space: normal
}

.nx-trust .nx-slider__item:nth-of-type(n+2) {
  display: none
}

.nx-ingredients__section {
  position: relative
}

.nx-ingredients__section:after {
  content: attr(data-separator)
}

.nx-ingredients--breaks-always strong,
.nx-ingredients--breaks-mobile strong {
  display: block;
  font-weight: 700
}

.nx-ingredients-section.nx-expand-section--active .nx-expand-section__container {
  overflow: visible
}

.nx-ingredient-item {
  cursor: pointer;
  text-decoration: underline
}

.nx-ingredient-item-image {
  max-width: 100px;
  padding-bottom: 16px;
  margin: 0 auto
}

.nx-layer__ingredient-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  margin-top: 40px;
  text-align: center
}

@media (max-width:767px) {
  .nx-ingredients__section {
    margin-left: 0 !important
  }
}

.nx-slider {
  margin-left: auto;
  margin-right: auto;
  min-height: 1px;
  position: relative
}

.nx-slider,
.nx-slider__item {
  text-align: center
}

.nx-slider__flexbox {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center
}

.nx-slider__flexbox .nx-video {
  width: 100%
}

.nx-slider__controls {
  height: 0;
  display: flex;
  justify-content: space-between
}

.nx-slider__controls:active,
.nx-slider__controls:focus {
  outline: 0
}

.nx-slider__btn {
  position: relative;
  height: 72px;
  width: 72px;
  transform: translateY(-50%);
  border: none;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, .5);
  cursor: pointer
}

.nx-slider__btn:active,
.nx-slider__btn:focus {
  outline: 0
}

.nx-slider__btn:disabled {
  opacity: .3
}

.nx-slider__btn svg {
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: inherit
}

.nx-slider__previous {
  left: 0
}

.nx-slider__next {
  right: 0
}

.tns-inner {
  margin-top: 32px !important
}

.nx-controls {
  display: none
}

.nx-controls__btn {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  padding: 24px;
  transition: all .3s;
  z-index: 2
}

.nx-controls__btn:after {
  content: "";
  border-left: 1px solid #002A5E;
  border-top: 1px solid #002A5E;
  display: block;
  height: 24px;
  position: relative;
  width: 24px
}

.nx-stage:hover .nx-controls__btn {
  opacity: .5
}

.nx-stage:hover .nx-controls__btn:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.18)
}

.nx-controls__btn--prev {
  left: 20px
}

.nx-controls__btn--prev:after {
  left: 6px;
  transform: rotate(-45deg)
}

.nx-controls__btn--next {
  right: 20px
}

.nx-controls__btn--next:after {
  left: -6px;
  transform: rotate(135deg)
}

.nx-spinner {
  position: relative
}

.nx-spinner,
.nx-spinner--center {
  text-align: center
}

.nx-spinner--overlay {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999
}

.nx-layer__wrapper .nx-spinner--overlay,
.nx-spinner--overlay {
  background-color: hsla(0, 0%, 100%, .7);
  position: fixed
}

.nx-spinner__container {
  display: block;
  line-height: 0
}

.nx-spinner--align-middle {
  height: 100%
}

.nx-spinner--align-middle .nx-spinner__container {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%)
}

.nx-spinner__wheel {
  display: inline-block;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  -webkit-animation: spin .75s ease-in-out infinite;
  animation: spin .75s ease-in-out infinite
}

.nx-spinner--default .nx-spinner__wheel,
.nx-spinner .nx-spinner__wheel {
  width: 50px;
  height: 50px;
  border-color: #002A5E rgba(0, 19, 111, .2) rgba(0, 19, 111, .2);
  padding: 20px
}

.nx-spinner--small .nx-spinner__wheel {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-color: rgba(0, 19, 111, .4) rgba(0, 19, 111, .2) rgba(0, 19, 111, .2);
  padding: 8px
}

.nx-spinner--medium .nx-spinner__wheel {
  width: 30px;
  height: 30px;
  padding: 8px
}

.nx-u-spinner {
  position: relative
}

.nx-u-spinner:after {
  -webkit-animation: spin .75s ease-in-out infinite;
  animation: spin .75s ease-in-out infinite;
  background: none !important;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(0, 19, 111, .2);
  border-top-color: #002A5E;
  display: block;
  height: 18px;
  left: 50%;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  width: 18px;
  z-index: 3
}

.nx-u-spinner:before {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: hsla(0, 0%, 100%, .7);
  content: "";
  display: block;
  z-index: 2
}

.nx-u-spinner>img,
.nx-u-spinner source {
  opacity: 0
}

.nx-u-spinner--fixed:after,
.nx-u-spinner--fixed:before {
  position: fixed;
  z-index: 100000
}

.nx-u-spinner--big:after {
  border-width: 2px;
  margin: -37px 0 0 -37px;
  padding: 26px
}

.nx-u-spinner--medium:after {
  border-width: 1px;
  margin: -20px 0 0 -20px;
  padding: 10px
}

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

.nx-pagetype-content-cluster-page .nx-podium--bg-page-dependant,
.nx-pagetype-content-main-category-page .nx-podium--bg-page-dependant,
.nx-pagetype-content-overview-page .nx-podium--bg-page-dependant,
.nx-pagetype-highlight-overview-page .nx-podium--bg-page-dependant,
.nx-podium--bg-transparent {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, .7)
}

.nx-pagetype-content-cluster-page .nx-podium--bg-page-dependant .nx-action-link,
.nx-pagetype-content-cluster-page .nx-podium--bg-page-dependant .nx-podium__cpy,
.nx-pagetype-content-cluster-page .nx-podium--bg-page-dependant .nx-podium__hdl,
.nx-pagetype-content-main-category-page .nx-podium--bg-page-dependant .nx-action-link,
.nx-pagetype-content-main-category-page .nx-podium--bg-page-dependant .nx-podium__cpy,
.nx-pagetype-content-main-category-page .nx-podium--bg-page-dependant .nx-podium__hdl,
.nx-pagetype-content-overview-page .nx-podium--bg-page-dependant .nx-action-link,
.nx-pagetype-content-overview-page .nx-podium--bg-page-dependant .nx-podium__cpy,
.nx-pagetype-content-overview-page .nx-podium--bg-page-dependant .nx-podium__hdl,
.nx-pagetype-highlight-overview-page .nx-podium--bg-page-dependant .nx-action-link,
.nx-pagetype-highlight-overview-page .nx-podium--bg-page-dependant .nx-podium__cpy,
.nx-pagetype-highlight-overview-page .nx-podium--bg-page-dependant .nx-podium__hdl,
.nx-podium--bg-transparent .nx-action-link,
.nx-podium--bg-transparent .nx-podium__cpy,
.nx-podium--bg-transparent .nx-podium__hdl {
  color: #fff
}

.nx-pagetype-content-cluster-page .nx-podium--bg-page-dependant .nx-action-link:hover,
.nx-pagetype-content-main-category-page .nx-podium--bg-page-dependant .nx-action-link:hover,
.nx-pagetype-content-overview-page .nx-podium--bg-page-dependant .nx-action-link:hover,
.nx-pagetype-highlight-overview-page .nx-podium--bg-page-dependant .nx-action-link:hover,
.nx-podium--bg-transparent .nx-action-link:hover {
  color: hsla(0, 0%, 100%, .7)
}

.nx-pagetype-product-cluster-page .nx-podium--bg-page-dependant,
.nx-pagetype-product-main-category-page .nx-podium--bg-page-dependant,
.nx-pagetype-product-overview-page .nx-podium--bg-page-dependant,
.nx-pagetype-product-sub-category-page .nx-podium--bg-page-dependant,
.nx-podium--bg-transparent-white {
  background-color: hsla(0, 0%, 100%, .7)
}

.nx-pagetype-product-cluster-page .nx-podium--bg-page-dependant .nx-action-link,
.nx-pagetype-product-cluster-page .nx-podium--bg-page-dependant .nx-podium__cpy,
.nx-pagetype-product-cluster-page .nx-podium--bg-page-dependant .nx-podium__hdl,
.nx-pagetype-product-main-category-page .nx-podium--bg-page-dependant .nx-action-link,
.nx-pagetype-product-main-category-page .nx-podium--bg-page-dependant .nx-podium__cpy,
.nx-pagetype-product-main-category-page .nx-podium--bg-page-dependant .nx-podium__hdl,
.nx-pagetype-product-overview-page .nx-podium--bg-page-dependant .nx-action-link,
.nx-pagetype-product-overview-page .nx-podium--bg-page-dependant .nx-podium__cpy,
.nx-pagetype-product-overview-page .nx-podium--bg-page-dependant .nx-podium__hdl,
.nx-pagetype-product-sub-category-page .nx-podium--bg-page-dependant .nx-action-link,
.nx-pagetype-product-sub-category-page .nx-podium--bg-page-dependant .nx-podium__cpy,
.nx-pagetype-product-sub-category-page .nx-podium--bg-page-dependant .nx-podium__hdl,
.nx-podium--bg-transparent-white .nx-action-link,
.nx-podium--bg-transparent-white .nx-podium__cpy,
.nx-podium--bg-transparent-white .nx-podium__hdl {
  color: #002A5E
}

.nx-pagetype-product-cluster-page .nx-podium--bg-page-dependant .nx-action-link:hover,
.nx-pagetype-product-main-category-page .nx-podium--bg-page-dependant .nx-action-link:hover,
.nx-pagetype-product-overview-page .nx-podium--bg-page-dependant .nx-action-link:hover,
.nx-pagetype-product-sub-category-page .nx-podium--bg-page-dependant .nx-action-link:hover,
.nx-podium--bg-transparent-white .nx-action-link:hover {
  color: #8397c6
}

.nx-pagetype-content-cluster-page .nx-stage__image:after,
.nx-pagetype-content-main-category-page .nx-stage__image:after,
.nx-pagetype-content-overview-page .nx-stage__image:after {
  z-index: 240;
  content: "";
  background: linear-gradient(0deg, rgba(89, 98, 140, .6), transparent);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.nx-pagetype-content-cluster-page .nx-stage__content,
.nx-pagetype-content-main-category-page .nx-stage__content,
.nx-pagetype-content-overview-page .nx-stage__content {
  z-index: 275
}

.nx-stage {
  position: relative
}

.nx-stage.nx-stage--prevent-sliding:after {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: none;
  z-index: 99
}

.nx-stage__slider {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
  transition-timing-function: ease !important
}

.nx-stage__slider .nx-slider__item {
  position: relative;
  z-index: 1
}

.nx-stage__slider .nx-slider__item.tns-slide-active {
  z-index: 3
}

.nx-stage__slider .nx-slider__item.tns-slide-active+* {
  z-index: 2
}

.nx-product-stage__slider .tns-inner,
.nx-stage .tns-inner {
  margin-bottom: 32px !important;
  margin-top: 0 !important
}

.nx-product-stage__slider .tns-nav__wrapper,
.nx-stage .tns-nav__wrapper {
  bottom: 0;
  top: auto
}

.tns-slider--drag-move .nx-stage__link {
  transform: none !important;
  transition: none !important
}

.nx-tooltip {
  text-align: left;
  display: inline-block;
  line-height: 1.1rem;
  position: relative
}

.nx-tooltip .nx-tooltip__content:after,
.nx-tooltip .nx-tooltip__content:before {
  z-index: 500
}

.nx-tooltip.nx-u-over {
  z-index: 520;
  cursor: pointer
}

.nx-tooltip.nx-u-over .nx-tooltip__content,
.nx-tooltip.nx-u-over .nx-tooltip__content:after,
.nx-tooltip.nx-u-over .nx-tooltip__content:before {
  z-index: 520;
  opacity: 1
}

.nx-tooltip svg {
  width: 30px
}

.nx-tooltip path {
  transition: all .3s;
  fill: #002A5E
}

.nx-tooltip .nx-svg:hover path,
.nx-tooltip .nx-svg:hover rect {
  fill: #002A5E
}

.nx-tooltip .nx-svg .nx-u-on {
  transition: all .3s
}

.nx-tooltip .nx-u-over .nx-svg .nx-u-off {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

.nx-tooltip__content {
  transition: all .6s .1s;
  background-color: #eff5fa;
  border-radius: 3px;
  border: 1px solid #d6dcec;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  display: inline-block;
  left: -10px;
  margin-top: 24px;
  max-width: 300px;
  opacity: 0;
  padding: 16px 22px;
  position: absolute;
  top: 25px;
  width: 100vw;
  will-change: opacity, z-index;
  z-index: -1
}

.nx-tooltip__content:before {
  left: 12px;
  transition: all .3s;
  content: "\00a0";
  background-color: #eff5fa;
  box-shadow: 1px -1px 0 0 hsla(0, 0%, 69.8%, .4);
  display: block;
  height: 20px;
  position: absolute;
  top: -9px;
  transform: rotate(-45deg);
  width: 20px;
  will-change: opacity, z-index;
  z-index: -1
}

.nx-tooltip__content--password-field {
  margin-top: 13px;
  left: auto;
  opacity: 0;
  right: 0;
  top: 100%;
  width: 100%
}

.nx-tooltip__content--password-field:before {
  left: auto;
  right: 16px
}

.nx-tooltip__content--password-field.nx-tooltip__content--show {
  z-index: 520;
  opacity: 1
}

.nx-validation-item {
  display: flex;
  align-items: center
}

.nx-validation-item:before {
  margin-right: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px
}

.nx-validation-item.nx-validation-item--valid:before {
  background-image: url(/dist/NiveaX/_/img/_svg/ok.svg)
}

.nx-validation-item.nx-validation-item--invalid:before {
  background-image: url(/dist/NiveaX/_/img/_svg/error.svg)
}

.nx-validation-item__message {
  font-size: .77777778rem;
  line-height: 1.33333333rem
}

.nx-tooltip__headline {
  margin-bottom: 0
}

[data-tooltip-desktop] .nx-u-tooltip-left .nx-tooltip__content {
  left: auto;
  right: -10px
}

[data-tooltip-desktop] .nx-u-tooltip-left .nx-tooltip__content:before {
  left: auto;
  right: 12px
}

.nx-tooltip-container .nx-u-tooltip-middle .nx-tooltip__content {
  align-self: center;
  padding-bottom: 16px;
  right: -50%;
  transform: translateX(-50%);
  text-align: center
}

.nx-tooltip-container .nx-u-tooltip-middle .nx-tooltip__content:before {
  right: auto;
  left: calc(50% + 14px)
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    transform: scale(0) rotate(0)
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(-90deg)
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: scale(0) rotate(0)
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(-90deg)
  }
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(-90deg)
  }

  to {
    opacity: 0;
    transform: scale(0) rotate(0deg)
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(-90deg)
  }

  to {
    opacity: 0;
    transform: scale(0) rotate(0deg)
  }
}

.nx-tooltip__icons {
  display: block
}

.nx-tooltip__icons .nx-u-on {
  transition: transform .3s;
  opacity: 1;
  transform: scale(1);
  transform-origin: center
}

.nx-tooltip__icons .nx-u-off {
  -webkit-animation: rotateOut;
  animation: rotateOut;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center center;
  transform-box: fill-box
}

.nx-u-over .nx-tooltip__icons .nx-u-off {
  -webkit-animation: rotateIn;
  animation: rotateIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center center;
  transform-box: fill-box
}

.nx-u-over .nx-tooltip__icons .nx-u-on {
  opacity: 0;
  transform: scale(0)
}

.nx-special-ingredient {
  justify-content: center
}

.nx-special-ingredient:nth-of-type(n+2) {
  display: none
}

.nx-special-ingredient.nx-u-row {
  margin-left: 0;
  margin-right: 0
}

.nx-special-ingredient__description,
.nx-special-ingredient__image {
  display: inline-block
}

.nx-special-ingredient {
  text-align: center
}

.nx-special-ingredient__image {
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 8px
}

@media (max-width:374px) {
  .nx-special-ingredient__image {
    flex-basis: calc(50% - 4px);
    max-width: calc(50% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-special-ingredient__image {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-special-ingredient__image {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-special-ingredient__image {
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px)
  }
}

@media (min-width:1280px) {
  .nx-special-ingredient__image {
    flex-basis: calc(50% - 18px);
    max-width: calc(50% - 18px)
  }
}

@media (max-width:374px) {
  .nx-special-ingredient__image {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-special-ingredient__image {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-special-ingredient__image {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-special-ingredient__image {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {
  .nx-special-ingredient__image {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-special-ingredient__image img {
  max-width: 100%;
  width: 50vw
}

.nx-special-ingredient__description {
  margin-bottom: 0
}

.nx-special-ingredient__heading {
  margin-bottom: 8px
}

.nx-special-ingredients__heading {
  text-align: center
}

.nx-special-ingredient__btn {
  margin-top: 24px
}

.nx-anchor-navigation {
  background-color: #fff;
  border-bottom: 1px solid #d6dcec;
  border-top: 1px solid #d6dcec;
  line-height: .8em;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  z-index: 1001
}

.nx-anchor-navigation .nx-scroll-wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  display: inline-block;
  height: 36px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%
}

@media (max-width:1279px) {
  .nx-anchor-navigation .nx-scroll-wrapper {
    max-width: 968px
  }
}

@media (min-width:1280px) {
  .nx-anchor-navigation .nx-scroll-wrapper {
    max-width: 1204px
  }
}

.nx-anchor-navigation .nx-scroll-wrapper .nx-scroll-wrapper__inner {
  overflow: auto;
  padding: 0 20px;
  white-space: nowrap
}

.nx-anchor-navigation .nx-anchor-link {
  background: linear-gradient(270deg, #fff 50%, #eff5fa 0);
  background-position: 100% 100%;
  background-size: 200% 100%;
  border: 1px solid #eff5fa;
  cursor: pointer;
  display: inline-block;
  margin-left: -1px;
  padding: 6px 30px
}

.nx-anchor-navigation .nx-anchor-link:after {
  display: block;
  content: "&nbsp;"attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden
}

.nx-anchor-navigation .nx-anchor-link.nx-active {
  color: #002A5E;
  background-color: #eff5fa;
  background-position: 0 100%;
  font-weight: 700
}

.nx-anchor-navigation .nx-anchor-link:hover {
  color: #002A5E;
  font-weight: 700
}

.nx-anchor-navigation .nx-anchor-link:last-child:first-child {
  border-radius: 5px
}

.nx-anchor-navigation .nx-anchor-link:last-child {
  border-radius: 0 5px 5px 0;
  margin-right: 20px
}

.nx-anchor-navigation .nx-anchor-link:first-child {
  border-radius: 5px 0 0 5px
}

.nx-anchor-navigation__outer {
  min-height: 54px
}

.nx-anchor-navigation--sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: top .3s ease-out
}

.nx-motion-scrolling--up .nx-anchor-navigation--sticky {
  top: 31px
}

@media screen and (max-width:767px) {
  .nx-anchor-navigation__outer[data-anchor-navigation-mobile-enabled=False] {
    display: none
  }
}

.nx-footer {
  position: relative;
  z-index: 100
}

.nx-footer a {
  text-decoration: none
}

.nx-footer .nx-u-container {
  display: flex;
  flex-wrap: wrap
}

.nx-footer .nx-accordion {
  padding: 16px 0 10px
}

.nx-footer .nx-accordion,
.nx-footer .nx-footer-links {
  border-bottom: 1px solid #5a74b3;
  width: 100%
}

.nx-footer .nx-footer-links .nx-accordion:last-child {
  border: none
}

.nx-footer .nx-footer-links .nx-hdl-4 {
  position: relative
}

.nx-footer .nx-social-icons {
  order: -1
}

.nx-footer .nx-social-icons.nx-accordion input:checked~.nx-panel-content .nx-social-icons__wrapper-outer {
  margin-left: 0;
  transition: margin-left .5s
}

.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer {
  transition: margin-left .5s;
  margin-left: 100%;
  display: inline-block;
  height: 75px;
  margin-top: 22px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer:after,
.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 20px
}

.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer:before {
  background: linear-gradient(90deg, #33428c, rgba(51, 66, 140, .1));
  left: 0;
  top: 0
}

.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer:after {
  background: linear-gradient(90deg, rgba(51, 66, 140, .1), #33428c);
  right: 0;
  top: 0
}

.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer .nx-social-icons__wrapper-inner {
  height: 8em;
  margin-left: -11px;
  margin-right: -11px;
  overflow: auto;
  padding: 11px 20px 0;
  white-space: nowrap
}

.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer .nx-social-icons__item {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 57px;
  margin: 0 8px;
  outline: none;
  transition: all .4s ease;
  width: 57px;
  padding: 0 10px;
  vertical-align: top
}

.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer .nx-social-icons__item svg {
  float: left;
  margin-top: 11px
}

.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer .nx-social-icons__item:hover {
  border-color: #adb9d9;
  transform: scale(1.15) translateZ(0);
  transform-origin: center
}

.nx-footer .nx-social-icons .nx-social-icons__wrapper-outer .nx-social-icons__item:hover svg {
  fill: #adb9d9;
  transition: fill .4s ease-in-out
}

.nx-footer .nx-footer__newsletter {
  border-bottom: none
}

.nx-footer .nx-newsletter__btn {
  margin: 0 auto
}

.nx-footer .nx-newsletter__benefits {
  padding-top: 14px;
  padding-bottom: 25px;
  text-align: left
}

.nx-footer .nx-newsletter__benefits li {
  padding-left: 30px;
  padding-bottom: 6px;
  position: relative
}

.nx-footer .nx-newsletter__benefits li:before {
  left: 5px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 12px;
  transform: rotate(45deg);
  width: 7px
}

.nx-footer .nx-footer-nav {
  padding-top: 14px
}

.nx-footer .nx-footer-nav ul {
  margin-bottom: -10px;
  padding: 0
}

.nx-footer .nx-footer-nav li {
  background: #fff;
  display: inline
}

.nx-footer .nx-footer-nav a {
  display: inline-table;
  background-color: #33428c;
  margin-right: -3px;
  padding-left: .688em;
  padding-right: .688em;
  padding-bottom: .625em
}

.nx-footer .nx-footer-nav a:hover {
  transition: all .4s ease;
  color: #adb9d9
}

.nx-footer .nx-copyright {
  float: left;
  align-items: center;
  justify-content: space-between
}

.nx-footer .nx-copyright .nx-u-container {
  float: left;
  display: block
}

.nx-footer .nx-copyright img {
  height: 24px
}

.nx-footer .nx-copyright a,
.nx-footer .nx-copyright span {
  color: #6e85bc;
  flex: 0 1 auto;
  margin-bottom: 17px;
  margin-top: 16px
}

.nx-footer .nx-copyright a {
  float: left
}

.nx-footer .nx-copyright span {
  float: right
}

.nx-footer .nx-copyright svg {
  fill: #fff
}

.nx-footer input[type=checkbox]+label:after,
.nx-footer input[type=checkbox]+label:before {
  content: none
}

.nx-accordion {
  position: relative;
  overflow: hidden
}

.nx-accordion .nx-accordion__panel,
.nx-accordion .nx-panel {
  display: inline-block;
  text-align: center;
  width: 100%
}

.nx-accordion .nx-accordion__input,
.nx-accordion input[name=accordion] {
  position: absolute;
  opacity: 0;
  z-index: -1
}

.nx-accordion .nx-accordion__label,
.nx-accordion label {
  position: relative;
  display: block;
  cursor: pointer
}

.nx-accordion .nx-accordion__content,
.nx-accordion .nx-panel-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .85s
}

.nx-accordion .nx-accordion__input:checked~.nx-accordion__content,
.nx-accordion input:checked~.nx-panel-content {
  max-height: 100vh;
  transition: max-height 2.5s
}

.nx-accordion .nx-accordion__label:after,
.nx-accordion label:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  transition: all .35s
}

.nx-accordion .nx-accordion__input[type=checkbox]+.nx-accordion__label i,
.nx-accordion input[type=checkbox]+label i {
  border-style: solid;
  border-color: inherit;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: .2em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: .2em
}

.nx-accordion .nx-accordion__input[type=checkbox]:checked+.nx-accordion__label i,
.nx-accordion input[type=checkbox]:checked+label i {
  border-style: solid;
  border-color: inherit;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-left: .2em;
  margin-bottom: 0
}

.nx-u-accordion__headline.nx-hdl-3 {
  font-size: 1.11111111rem;
  line-height: 1.33333333rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #002A5E;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase
}

.nx-expander {
  position: relative
}

.nx-expander__button {
  border: 1px solid #002A5E;
  border-radius: 50%;
  cursor: pointer;
  height: 56px;
  margin: 0 auto;
  padding: 18px;
  width: 56px
}

.nx-expander__button:after,
.nx-expander__button:before {
  transition: transform .3s .3s
}

.nx-expander__content {
  transition: max-height .3s;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden
}

[class*="--active"]>.nx-expander__content:after {
  max-height: 0;
  opacity: 0
}

.nx-content-zone .nx-expander__content ol li {
  padding-left: 48px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px
}

.nx-content-zone .nx-expander__content ol li:before {
  left: 0;
  position: absolute
}

.nx-expander__content--with-fade {
  mask-image: linear-gradient(to bottom #000 40%, transparent);
  -webkit-mask-image: -webkit-gradient(linear, left 40%, left 100%, from(#000), to(transparent))
}

[class*="--active"] .nx-expander__content--with-fade {
  mask-image: none;
  -webkit-mask-image: none
}

.nx-expand-section {
  margin-bottom: -1px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0
}

.nx-expand-section__container {
  transition: max-height .3s;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  padding-top: 0
}

.nx-expand-section__headline {
  font-size: 1.11111111rem;
  line-height: 1.33333333rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #002A5E;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase;
  padding-right: 24px;
  text-align: left;
  padding-bottom: 13px;
  padding-top: 13px;
  position: relative;
  z-index: 2
}

.nx-u-accordion {
  border-bottom: 1px solid #d6dcec
}

.nx-u-accordion:first-of-type {
  border-top: 1px solid #d6dcec
}

.nx-expand-section__button {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: 0;
  border: none
}

.nx-expand-section__button:hover {
  cursor: pointer
}

[class*="--active"] .nx-expand-section__button:before {
  transform: translate(-50%, -50%) rotate(-90deg)
}

[class*="--active"] .nx-expand-section__button:after {
  transform: translate(-50%, -50%) rotate(180deg)
}

.nx-how-to-list .tns-ovh {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
  justify-content: center;
  align-items: center
}

@media (max-width:374px) {
  .nx-how-to-list .tns-ovh {
    margin-left: -2px;
    margin-right: -2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-how-to-list .tns-ovh {
    margin-left: -3px;
    margin-right: -3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-how-to-list .tns-ovh {
    margin-left: -7px;
    margin-right: -7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-how-to-list .tns-ovh {
    margin-left: -7px;
    margin-right: -7px
  }
}

@media (min-width:1280px) {
  .nx-how-to-list .tns-ovh {
    margin-left: -9px;
    margin-right: -9px
  }
}

.nx-how-to-list .tns-inner {
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden
}

@media (max-width:374px) {
  .nx-how-to-list .tns-inner {
    flex-basis: calc(83.33333% - 4px);
    max-width: calc(83.33333% - 4px)
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-how-to-list .tns-inner {
    flex-basis: calc(83.33333% - 6px);
    max-width: calc(83.33333% - 6px)
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-how-to-list .tns-inner {
    flex-basis: calc(83.33333% - 14px);
    max-width: calc(83.33333% - 14px)
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-how-to-list .tns-inner {
    flex-basis: calc(83.33333% - 14px);
    max-width: calc(83.33333% - 14px)
  }
}

@media (min-width:1280px) {
  .nx-how-to-list .tns-inner {
    flex-basis: calc(83.33333% - 18px);
    max-width: calc(83.33333% - 18px)
  }
}

@media (max-width:374px) {
  .nx-how-to-list .tns-inner {
    margin-left: 2px;
    margin-right: 2px
  }
}

@media (min-width:375px) and (max-width:767px) {
  .nx-how-to-list .tns-inner {
    margin-left: 3px;
    margin-right: 3px
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .nx-how-to-list .tns-inner {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .nx-how-to-list .tns-inner {
    margin-left: 7px;
    margin-right: 7px
  }
}

@media (min-width:1280px) {
  .nx-how-to-list .tns-inner {
    margin-left: 9px;
    margin-right: 9px
  }
}

.nx-how-to {
  text-align: center
}

.nx-how-to__heading {
  margin-bottom: 8px;
  margin-top: 7px
}

.nx-how-to__description {
  text-align: center
}

.nx-cp-quote-image,
.nx-how-to__image {
  margin-top: 0;
  height: 178px;
  width: 178px;
  border-radius: 50%;
  overflow: hidden;
  position: relative
}

.nx-how-to__image img {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: inherit
}

.nx-how-to.nx-how-to-list__item>* {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto
}

.nx-how-to .nx-video__container--16to9 {
  padding-bottom: 178px
}

.nx-cp-quote {
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 30px;
  padding-top: 12px
}

.nx-cp-quote-image {
  height: 100px;
  width: 100px
}

.nx-cp-quote__image {
  margin: 0;
  padding: 0
}

.nx-cp-quote-text {
  font-size: 2.33333333rem;
  line-height: 2.55555556rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase
}

.nx-cp-quote-text__below {
  font-size: 1.44444444rem;
  line-height: 1.88888889rem;
  margin-top: 16px
}

.nx-sort-filters {
  min-height: 56px
}

.nx-sort-filters__inner--hidden {
  display: none
}

.nx-filter-navigation+.nx-sort-filters__inner--hidden {
  display: block;
  height: 0;
  visibility: hidden;
  margin-bottom: 56px
}

.nx-temp-filter-overlay,
.nx-temp-sort-overlay {
  display: none
}

.nx-temp-filter-overlay {
  background: #f5f5f5;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  display: block;
  left: -200%;
  margin: 10px;
  max-height: calc(100vh - 20px);
  min-height: calc(100vh - 20px);
  min-width: calc(100% - 20px);
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 99
}

.nx-overlay__header {
  background: #f5f5f5;
  padding: 14px 18px 14px 20px
}

.nx-overlay__header:after {
  clear: both;
  content: "";
  display: block
}

.nx-tag-filter {
  background: #fff;
  border-top: 1px solid #d6dcec
}

.nx-tag-filter__item {
  border-top: 1px solid #d6dcec;
  cursor: pointer;
  transition: z-index .3s 0s;
  position: relative;
  z-index: 1
}

.nx-tag-filter__item--active {
  z-index: 10
}

.nx-overlay__title {
  float: left;
  margin: 0
}

.nx-title__icon {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  margin-right: 20px;
  right: 0
}

.nx-filters {
  clear: both;
  margin-bottom: 0
}

.nx-category-list__item {
  background: #eff5fa;
  border-top: 1px solid #d6dcec
}

.nx-cat-item__label {
  font-weight: 400;
  display: flex;
  cursor: pointer;
  flex-flow: row nowrap;
  line-height: 1.5em;
  padding: 14px 20px;
  position: relative
}

.nx-cat-item__tag-value {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.nx-cat-item__count {
  margin-left: .3rem;
  color: #b7b7b7
}

.nx-cat-item__count:before {
  content: "("
}

.nx-cat-item__count:after {
  content: ")"
}

.nx-cat-item__count:empty {
  display: none
}

.nx-cat-item__checkmark {
  margin-right: 14px;
  flex: none;
  background-color: #fff;
  border-radius: 4px;
  display: block;
  height: 30px;
  order: -1;
  position: relative;
  width: 30px
}

.nx-cat-item__label:hover input~.nx-cat-item__checkmark {
  background-color: #8397c6
}

.nx-cat-item__label input:checked~.nx-cat-item__checkmark {
  background-color: #002A5E
}

.nx-cat-item__checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.nx-cat-item__label input:checked~.nx-cat-item__checkmark:after {
  display: block
}

.nx-cat-item__label .nx-cat-item__checkmark:after {
  left: 10px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}

.nx-cat-item__tag-value[disabled]:hover~.nx-cat-item__checkmark,
.nx-cat-item__tag-value[disabled]~.nx-cat-item__checkmark {
  background: #d6dcec
}

.nx-cat-item__tag-value[disabled]~.nx-cat-item__count,
.nx-cat-item__tag-value[disabled]~.nx-cat-item__name {
  color: #d6dcec
}

.nx-tag-filter:first-of-type {
  border-top: 0
}

.nx-tag-filter__title {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  margin: 0;
  padding: 16px 20px;
  position: relative;
  width: 100%
}

.nx-filters__category-list {
  position: relative;
  overflow-y: auto
}

.nx-filters__category-list .ps__rail-y,
.nx-filters__category-list:not(.ps--active-y) .ps__rail-y {
  display: none
}

.nx-title {
  position: relative
}

.nx-title__text {
  padding-right: 20px;
  display: block;
  transform: translateY(0);
  transition: transform .3s;
  word-break: break-word
}

.nx-title__selected-filters:not(:empty)+.nx-title__text {
  transform: translateY(-10px)
}

.nx-title__selected-filters {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .88888889rem;
  line-height: 1.11111111rem;
  bottom: 6px;
  color: #8397c6;
  display: block;
  font-weight: 400;
  left: 0;
  max-height: 20px;
  opacity: 1;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  text-transform: none;
  transition: opacity .3s;
  width: 100%
}

.nx-title__selected-filters:empty {
  max-height: 0;
  opacity: 0
}

.nx-title__selected-filters:after {
  right: 20px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 70%, #fff);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 56px
}

.nx-overlay__outer {
  height: 100%
}

.nx-layer--animated-header-and-content .nx-tag-filter__wrapper {
  height: calc(100% - 57px)
}

.nx-overlay__close-btn {
  float: right;
  cursor: pointer;
  padding: 12px
}

.nx-overlay-content__inner {
  max-height: 100%;
  overflow: auto;
  position: absolute;
  width: 100%
}

.nx-sort-filters__btn-container {
  background-color: #f5f5f5;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  position: absolute;
  right: 0;
  z-index: 10
}

.nx-sort-filters__apply-btn,
.nx-sort-filters__sort-btn {
  display: flex;
  margin: auto
}

.nx-sort-list__option {
  cursor: pointer;
  padding: 15px 20px;
  transition: background .3s
}

.nx-sort-list__option:not(:last-child) {
  border-bottom: 1px solid #d6dcec
}

.nx-sort-list__option--selected,
.nx-sort-list__option:hover {
  background-color: #eff5fa
}

.nx-overlay__active-filters {
  background-color: #fff;
  border-top: 1px solid #d6dcec;
  margin-bottom: 95px;
  padding: 30px 20px
}

.nx-sort-filters__active-filters .nx-active-filters__list {
  margin: 6px 0 32px
}

.nx-sort-filters__active-filters .nx-active-filters__list:empty {
  margin: 0
}

.nx-sort-filters__active-filters.nx-active-filters {
  display: grid;
  grid-auto-flow: column
}

.nx-sort-filters__active-filters.nx-active-filters .nx-active-filters__delete-all {
  grid-column: 2;
  text-align: right;
  margin-top: 16px
}

.nx-active-filters__controls {
  display: flex;
  justify-content: space-between
}

.nx-active-filters__headline {
  margin: 0
}

.nx-active-filters__delete-all {
  text-decoration: underline;
  opacity: 0
}

.nx-active-filters__list {
  display: flex;
  flex-flow: row wrap
}

.nx-active-filters__item {
  margin-right: 12px;
  margin-top: 10px
}

.nx-act-filter {
  background-color: #8397c6;
  border-radius: 15px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding: 2px 15px
}

.nx-act-filter__remove-btn {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  padding-top: 10px;
  width: 16px
}

.nx-act-filter__remove-btn:after,
.nx-act-filter__remove-btn:before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  transition: all .3s;
  width: 100%
}

.nx-act-filter__remove-btn:before {
  transform: rotate(45deg);
  margin-top: 0;
  margin-bottom: -1px
}

.nx-act-filter__remove-btn:after {
  transform: rotate(-45deg)
}

.nx-filter-tag--disabled {
  pointer-events: none
}

.nx-filter-tag--disabled .nx-tag-filter__title {
  color: #d6dcec
}

.nx-filter-tag--disabled .nx-u-plus-minus-btn:before {
  border-right: 2px solid #d6dcec
}

.nx-filter-tag--disabled .nx-u-plus-minus-btn:after {
  border-top: 2px solid #d6dcec
}

.nx-filter-navigation__level {
  background-color: #4c599a;
  transition: max-height .3s;
  width: 100%
}

.nx-sort-filters[data-module-initialized] .nx-filter-navigation__level {
  opacity: 1;
  position: relative
}

.nx-filter-navigation__level--prime {
  background-color: #002A5E;
  max-height: none
}

.nx-filter-navigation__level .nx-filter-navigation__list:before {
  background: linear-gradient(90deg, #4c599a, #4c599a 30%, rgba(76, 89, 154, 0));
  left: 0
}

.nx-filter-navigation__level .nx-filter-navigation__list:after {
  background: linear-gradient(270deg, #4c599a, #4c599a 30%, rgba(76, 89, 154, 0));
  right: 0
}

.nx-filter-navigation__level--prime .nx-filter-navigation__list:before {
  background: linear-gradient(90deg, #002A5E, #002A5E 30%, rgba(0, 19, 111, 0))
}

.nx-filter-navigation__level--prime .nx-filter-navigation__list:after {
  background: linear-gradient(270deg, #002A5E, #002A5E 30%, rgba(0, 19, 111, 0))
}

.nx-filter-navigation__item:after {
  content: attr(title);
  display: none;
  height: 0;
  overflow: hidden;
  visibility: hidden
}

.nx-filter-navigation__item:hover {
  opacity: .8
}

.nx-filter-navigation__item--all {
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.nx-filter-navigation__count {
  color: #b7b7b7
}

.nx-filter-navigation__count:before {
  content: "("
}

.nx-filter-navigation__count:after {
  content: ")"
}

.nx-filter-navigation__count:empty {
  display: none
}

.nx-filter-navigation__level .ps__rail-x {
  display: none
}

.nx-filter-navigation__level .nx-fade-left {
  background: linear-gradient(90deg, #4c599a 50%, hsla(0, 0%, 100%, 0))
}

.nx-filter-navigation__level .nx-fade-right {
  background: linear-gradient(270deg, #4c599a 50%, hsla(0, 0%, 100%, 0))
}

.nx-filter-navigation__ghost-layer {
  align-items: center;
  background-color: #002A5E;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-flow: row;
  left: 0;
  right: 0;
  position: absolute;
  top: 0
}

.nx-ghost-layer {
  z-index: 1;
  opacity: 1;
  transition: opacity .3s
}

.nx-ghost-layer--hidden {
  z-index: -10;
  opacity: 0
}

.nx-ghost-layer__back-btn {
  left: 9px;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  transition: opacity .4s .3s;
  top: -5px
}

.nx-ghost-layer__back-btn svg {
  fill: #fff;
  height: 32px;
  width: 32px
}

.nx-ghost-layer__title {
  font-size: 1.11111111rem;
  line-height: 1.33333333rem;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-transform: uppercase;
  transition: opacity .4s .3s;
  text-align: center
}

[class*="--hidden"] .nx-ghost-layer__back-btn,
[class*="--hidden"] .nx-ghost-layer__title {
  opacity: 0
}

.nx-u-image__figcaption {
  font-size: .77777778rem;
  line-height: 1.22222222rem;
  color: #999
}

.nx-content-zone ul:not([class]) li:not([class]),
.nx-list__item {
  list-style-type: disc;
  list-style-position: outside
}

.nx-search-quicklinks__link:after,
.nx-search-quicklinks__link:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nx-search-quicklinks__link:before {
  content: "\e90b"
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #002A5E;
  background-color: transparent;
  border: none;
  transition: background-color 5000s ease-in-out 0s
}

.alpaca-form h2 {
  text-align: center
}

.alpaca-form h3 {
  margin-bottom: 24px
}

form.alpaca-form hr.nx-seperator-line {
  margin: 32px auto
}

form.alpaca-form .text-part:empty {
  display: none
}

.nx-search-input {
  display: flex;
  background: #fff;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  height: 55px;
  margin: 0 auto;
  outline: none;
  opacity: 1;
  position: relative;
  transition: opacity .2s
}

.nx-search-input--grey {
  background-color: #f5f5f5
}

.nx-search-input__icon {
  border-left: 1px solid #d6dcec;
  fill: #002A5E
}

.nx-search-input-clear__icon.nx-search-input-clear__icon--show {
  opacity: 1
}

.nx-search-input__svg {
  display: flex
}

.nx-search-input__text::-ms-clear {
  display: none
}

.field.date {
  position: relative
}

@media (max-width:374px) {
  .nx-search-input__text {
    padding-left: -16px;
    max-width: 225px
  }
}

.nx-content-teaser__input-text,
.nx-newsletter__input-text {
  background: #fff;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  margin-bottom: 20px
}

.nx-content-teaser__input-text input,
.nx-content-teaser__input-text input:active,
.nx-content-teaser__input-text input:focus,
.nx-content-teaser__input-text select,
.nx-content-teaser__input-text textarea,
.nx-newsletter__input-text input,
.nx-newsletter__input-text input:active,
.nx-newsletter__input-text input:focus,
.nx-newsletter__input-text select,
.nx-newsletter__input-text textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none
}

.nx-content-teaser__input-text .nx-input-text__label,
.nx-newsletter__input-text .nx-input-text__label {
  position: absolute
}

.nx-input-text__field::-ms-clear {
  display: none
}

.nx-input-text__label {
  font-size: .77777778rem;
  left: 15px;
  color: #b7b7b7;
  position: absolute;
  top: 18px;
  transition: all .3s ease;
  z-index: 7
}

.nx-input-text--focused .nx-input-text__label,
.nx-input-text__clear-btn--show .nx-input-text__label {
  top: 4px;
  transform: translateY(0);
  transition: all .3s ease
}

.nx-input-text__field {
  font-size: 1rem;
  line-height: 1.27777778rem;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #002A5E;
  padding: 22px 35px 10px 8px;
  position: relative;
  width: 100%;
  z-index: 8
}

.nx-input-text__clear-btn {
  background-image: url(/dist/NiveaX/_/img/_svg/reset.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  z-index: 999
}

.nx-input-text__clear-btn--show .nx-input-text__clear-btn {
  display: block
}

.nx-field__vis-toggle {
  right: 8px;
  cursor: pointer;
  position: absolute;
  top: -26px
}

.nx-vis-toggle {
  font-size: .66666667rem;
  line-height: 1.11111111rem;
  text-transform: uppercase
}

.nx-vis-toggle[data-visibility=show] .nx-vis-toggle__item--show {
  display: none
}

.nx-vis-toggle[data-visibility=hide] .nx-vis-toggle__item--hide {
  display: none
}

.nx-vis-toggle__item {
  align-items: center;
  display: flex
}

.nx-vis-toggle__item svg {
  height: 36px;
  fill: #002A5E
}

.alpaca-form.success-message .nx-btn {
  margin-top: 36px
}

.alpaca-form.success-message .nx-action-link {
  display: block;
  margin-top: 16px
}

@media screen and (max-width:767px) {
  .alpaca-form .row {
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px
  }

  .alpaca-form .row .field {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100% !important
  }

  .alpaca-form .row .field:not(.checkbox):not(.radio):not(.date):not(.droplist):not(.google-recaptcha):not(.file-upload):not(.photo-tin):not(.payment-widget):before {
    width: calc(100% - 10px)
  }

  .alpaca-form .row .field:not(.checkbox):not(.radio):not(.file-upload):not(.photo-tin)>label {
    left: 19px
  }

  .alpaca-form .field {
    margin-bottom: 20px;
    width: 100%
  }

  .alpaca-form .field>.radio-group.flow-rows .row div.radio-option {
    padding-right: 0
  }

  .alpaca-form .field>.radio-group.flow-rows div.row {
    display: block
  }

  .alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.photo-tin)>label {
    left: 15px
  }

  .alpaca-form .field.droplist {
    width: auto
  }

  .alpaca-form .field.date .datePicker {
    display: block
  }

  .alpaca-form .datePicker-wrapper {
    display: inline-block;
    vertical-align: top
  }

  .nx-layer .nx-content-area--fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none
  }

  .nx-layer .nx-content-area--fixed::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .nx-layer .nx-content-area--fixed .alpaca-form .nx-btn-row {
    position: -webkit-sticky;
    position: sticky;
    bottom: 55px;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #fff
  }
}

.nx-layer .alpaca-form {
  padding-left: unset;
  padding-right: unset;
  min-width: unset
}

.alpaca-form {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 320px;
  color: #002A5E;
  padding: 24px 20px 32px
}

@media (max-width:1279px) {
  .alpaca-form {
    max-width: 968px
  }
}

@media (min-width:1280px) {
  .alpaca-form {
    max-width: 1204px
  }
}

.alpaca-form>* {
  margin-left: auto;
  margin-right: auto;
  max-width: 735px
}

.alpaca-form>div.row {
  margin-left: auto;
  margin-right: auto
}

.alpaca-form a {
  text-decoration: underline
}

.alpaca-form .row {
  display: flex;
  position: relative
}

.alpaca-form .nx-btn {
  margin-top: 56px
}

.alpaca-form>.nx-btn+.nx-btn {
  margin-top: 24px
}

.alpaca-form .required-text {
  margin-top: 26px
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.date):not(.droplist):not(.google-recaptcha):not(.file-upload):not(.photo-tin):not(.payment-widget):before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 5px
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.date):not(.droplist):not(.google-recaptcha):not(.file-upload):not(.photo-tin):not(.payment-widget).focused label {
  z-index: 99
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.date):not(.droplist):not(.google-recaptcha):not(.file-upload):not(.photo-tin):not(.payment-widget).textarea.text:before {
  height: 130px
}

.alpaca-form .field:not(.file-upload):not(.photo-tin):not(.google-recaptcha) .validation {
  font-size: .77777778rem;
  line-height: 1.22222222rem;
  padding: 15px;
  color: #fe2f31;
  background-color: #ffd3d4;
  box-shadow: 0 3px 6px 0 #b7b7b7;
  box-sizing: border-box;
  min-height: 95px;
  right: -15px;
  top: 50px;
  width: 270px;
  z-index: 99
}

.alpaca-form .field:not(.file-upload):not(.photo-tin):not(.google-recaptcha) .validation:before {
  content: "";
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 18px solid #ffd3d4;
  right: 15px
}

.alpaca-form .field:not(.file-upload):not(.photo-tin):not(.google-recaptcha) .validation ul {
  padding: unset
}

.alpaca-form .field input[type=radio]+.nx-checkmark-shape {
  margin-left: 7px
}

.alpaca-form .validation-summary .validation-summary-list:empty {
  display: none
}

.alpaca-form .validation-summary {
  margin-top: 26px
}

.alpaca-form .google-recaptcha .validation,
.alpaca-form .validation-summary .validation-summary-list {
  font-size: .77777778rem;
  line-height: 1.22222222rem;
  color: #fe2f31;
  position: relative
}

.alpaca-form .google-recaptcha .validation {
  display: none
}

.alpaca-form .google-recaptcha.error .validation {
  display: block
}

.alpaca-form .field.droplist {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px
}

.alpaca-form .validation-summary .validation-summary-list {
  background-color: #ffd3d4;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 10px;
  padding: 8px 16px;
  text-align: center
}

.alpaca-form .field>.radio-group.flow-rows div.row {
  margin-top: 0;
  margin-bottom: 0
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) .validation {
  display: none;
  position: absolute
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) .validation:before {
  top: -16px;
  position: absolute
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) span.clear {
  background-image: url(/dist/NiveaX/_/img/_svg/reset.svg);
  cursor: pointer;
  display: none;
  z-index: 999
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).checkbox.clear-input.visible .clear {
  display: none
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).clear-input.visible .clear {
  display: block
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).checkbox.clear-input.visible .clear,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).date.clear-input.visible .clear,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).radio.clear-input.visible .clear {
  display: none
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).checkbox span.nx-error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).checkbox span.valid,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).date span.nx-error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).date span.valid,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).radio span.nx-error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).radio span.valid {
  right: 7px;
  top: 0
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).droplist.clear-input.visible .clear {
  display: none
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).droplist span.nx-error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).droplist span.valid {
  right: -25px;
  top: 9px
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) span.nx-error {
  background-image: url(/dist/NiveaX/_/img/_svg/error.svg);
  cursor: pointer;
  display: none;
  z-index: 999
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).open-error {
  z-index: 9999
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).open-error>span.error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).open-error>span.nx-error {
  background-image: url(/dist/NiveaX/_/img/_svg/error-close.svg)
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).open-error>span.error .validation,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).open-error>span.nx-error .validation {
  display: block
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password.open-error>span.error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password.open-error>span.nx-error {
  background-image: url(/dist/NiveaX/_/img/_svg/error.svg);
  z-index: 1
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password>.error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password>.nx-error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password>.nx-valid,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password>.valid {
  z-index: 1
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password.clear-input>.error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password.clear-input>.nx-error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password.clear-input>.nx-valid,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).password.clear-input>.valid {
  z-index: -1
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) span.clear,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) span.nx-error,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) span.valid {
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 999
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin)+textarea+label+span,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin)+textarea+label+span+span,
.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin)+textarea+label+span+span+span {
  right: 20px
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).visible.clear-input span.valid {
  display: none
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) span.valid {
  background-image: url(/dist/NiveaX/_/img/_svg/ok.svg);
  display: none
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).visible span.valid {
  display: block
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).error span.nx-error {
  display: block
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).error span.valid {
  display: none
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).error.clear-input span.error {
  display: none
}

.alpaca-form.checkbox-area {
  display: block;
  margin: 40px 0 70px
}

.alpaca-form.checkbox-area>div {
  margin-bottom: 45px
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.photo-tin) {
  flex-shrink: 1;
  flex-basis: auto
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.photo-tin).date {
  width: 100%
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.photo-tin).date .datePicker {
  display: flex;
  justify-content: space-between
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.photo-tin).date.readonly .datePicker {
  justify-content: unset
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.droplist):not(.photo-tin) label,
.alpaca-form .row>label {
  font-size: .77777778rem;
  color: #b7b7b7;
  top: 14px;
  position: absolute;
  z-index: 7
}

.alpaca-form .row>label {
  left: 15px;
  transition: all .3s ease
}

.alpaca-form .field.date>label,
.alpaca-form .field.droplist>label,
.alpaca-form .field.radio>label {
  padding-right: 40px;
  font-size: 1rem;
  color: #002A5E;
  display: block;
  font-weight: 700;
  margin-bottom: 24px
}

.alpaca-form .field.date>label,
.alpaca-form .field.droplist>label {
  margin-bottom: 10px
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) {
  position: relative
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin).focused label {
  font-size: .66666667rem;
  top: 3px;
  transform: translateY(0);
  transition: all .3s ease;
  -webkit-transform: translateY(0)
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) select {
  background-color: transparent;
  border: none;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  width: calc(100% + 25px);
  z-index: 5
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) input,
.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) input:active,
.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) input:focus,
.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) select,
.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) input,
.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) textarea {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px 35px 7px 14px;
  background-color: transparent;
  position: relative;
  z-index: 8
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) input::-ms-clear,
.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) textarea::-ms-clear {
  display: none
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.photo-tin) select::-ms-expand {
  display: none
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.photo-tin) input,
.alpaca-form select,
.alpaca-form textarea {
  font-size: 1rem;
  line-height: 1.16666667rem;
  color: #002A5E;
  width: 100%
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.droplist):not(.photo-tin) textarea {
  height: 130px;
  resize: none;
  outline: none
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.droplist):not(.photo-tin) textarea+label {
  background-color: #f5f5f5;
  left: 2px;
  box-sizing: border-box;
  padding: 3px 14px;
  width: calc(100% - 50px)
}

.alpaca-form .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.droplist):not(.photo-tin).focused textarea+label {
  top: 1px;
  max-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.alpaca-form .row .field:not(.checkbox):not(.radio):not(.file-upload):not(.date):not(.droplist):not(.photo-tin) textarea+label {
  left: 7px
}

.alpaca-form .checkbox-wrapper,
.alpaca-form .radio-option {
  font-size: 1rem;
  color: #002A5E;
  position: relative
}

.alpaca-form .checkbox-wrapper input:before,
.alpaca-form .radio-option input:before {
  border-radius: 3px
}

.alpaca-form .field.checkbox {
  display: block;
  margin-bottom: 32px;
  margin-top: 35px;
  position: relative
}

.alpaca-form .field.checkbox .check {
  position: absolute;
  z-index: 0
}

.alpaca-form .field>.radio-group.flow-rows .row {
  display: inline-block
}

.alpaca-form .field>.radio-group.flow-rows .radio-option {
  padding-right: 20px;
  box-sizing: border-box
}

.alpaca-form .radio-option {
  position: relative;
  margin-bottom: 20px
}

.alpaca-form .radio-option input {
  left: 0
}

.alpaca-form .radio-option .check:before {
  border-radius: 50%
}

.alpaca-form .field.radio {
  position: relative
}

.alpaca-form .field.radio .flow-cols .radio-option {
  display: block
}

.alpaca-form .checkbox-wrapper label,
.alpaca-form .radio-option label {
  display: flex
}

.alpaca-form .checkbox-wrapper input,
.alpaca-form .radio-option input {
  -webkit-appearance: none;
  height: 30px;
  outline: none;
  opacity: 0;
  position: absolute;
  width: 30px;
  z-index: 99
}

.alpaca-form .checkbox-wrapper input:checked+.check:before,
.alpaca-form .radio-option input:checked+.check:before {
  background-color: #002A5E
}

.alpaca-form .checkbox-wrapper input:checked+.check:after,
.alpaca-form .radio-option input:checked+.check:after {
  display: block
}

.alpaca-form .checkbox-wrapper .check,
.alpaca-form .radio-option .check {
  left: 0;
  cursor: pointer;
  position: absolute;
  z-index: 99
}

.alpaca-form .checkbox-wrapper .check:after,
.alpaca-form .checkbox-wrapper .check:before,
.alpaca-form .radio-option .check:after,
.alpaca-form .radio-option .check:before {
  left: 0;
  content: "";
  position: absolute
}

.alpaca-form .checkbox-wrapper .check:before,
.alpaca-form .radio-option .check:before {
  background-color: #f5f5f5;
  height: 30px;
  top: -3px;
  width: 30px
}

.alpaca-form .checkbox-wrapper .check:after,
.alpaca-form .radio-option .check:after {
  -webkit-transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: none;
  height: 12px;
  left: 11px;
  top: 3px;
  transform: rotate(45deg);
  width: 7px
}

.alpaca-form .checkbox-wrapper .check:hover:before,
.alpaca-form .radio-option .check:hover:before {
  background-color: #8397c6
}

.alpaca-form .datePicker-wrapper,
.alpaca-form .droplist-wrapper {
  color: #002A5E;
  position: relative
}

.alpaca-form .nx-btn {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.alpaca-form .nx-separator-line {
  transform: translateX(50%);
  left: 50%;
  margin-bottom: 32px;
  margin-top: 32px;
  position: relative;
  width: calc(100% + 40px)
}

.alpaca-form .file-upload label {
  text-align: center
}

.alpaca-form .file-upload .document_icon,
.alpaca-form .photo-tin .document_icon {
  background: url(/dist/NiveaX/_/img/_svg/doc.svg) no-repeat;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 30px
}

.alpaca-form .file-upload .alpaca-file-container,
.alpaca-form .file-upload .nx-file-container,
.alpaca-form .photo-tin .alpaca-file-container,
.alpaca-form .photo-tin .nx-file-container {
  position: relative;
  text-align: left
}

.alpaca-form .file-upload .alpaca-file-container input,
.alpaca-form .file-upload .nx-file-container input,
.alpaca-form .photo-tin .alpaca-file-container input,
.alpaca-form .photo-tin .nx-file-container input {
  background: transparent
}

.alpaca-form .file-upload .alpaca-file-container:after,
.alpaca-form .file-upload .alpaca-file-container:first-child:before,
.alpaca-form .file-upload .nx-file-container:after,
.alpaca-form .file-upload .nx-file-container:first-child:before,
.alpaca-form .photo-tin .alpaca-file-container:after,
.alpaca-form .photo-tin .alpaca-file-container:first-child:before,
.alpaca-form .photo-tin .nx-file-container:after,
.alpaca-form .photo-tin .nx-file-container:first-child:before {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  content: "";
  width: calc(100% + 40px);
  border-top: 1px solid #c1c1c1
}

.alpaca-form .file-upload .alpaca-file-container:before,
.alpaca-form .file-upload .nx-file-container:before,
.alpaca-form .photo-tin .alpaca-file-container:before,
.alpaca-form .photo-tin .nx-file-container:before {
  top: 0
}

.alpaca-form .file-upload .alpaca-file-container:after,
.alpaca-form .file-upload .nx-file-container:after,
.alpaca-form .photo-tin .alpaca-file-container:after,
.alpaca-form .photo-tin .nx-file-container:after {
  bottom: 0
}

.alpaca-form .file-upload .alpaca-file-container .nx-action-link,
.alpaca-form .file-upload .nx-file-container .nx-action-link,
.alpaca-form .photo-tin .alpaca-file-container .nx-action-link,
.alpaca-form .photo-tin .nx-file-container .nx-action-link {
  display: none
}

.alpaca-form .file-upload .alpaca-file-container .alpaca-remove-file,
.alpaca-form .file-upload .alpaca-file-container .nx-remove-file,
.alpaca-form .file-upload .nx-file-container .alpaca-remove-file,
.alpaca-form .file-upload .nx-file-container .nx-remove-file,
.alpaca-form .photo-tin .alpaca-file-container .alpaca-remove-file,
.alpaca-form .photo-tin .alpaca-file-container .nx-remove-file,
.alpaca-form .photo-tin .nx-file-container .alpaca-remove-file,
.alpaca-form .photo-tin .nx-file-container .nx-remove-file {
  right: 0;
  background: url(/dist/NiveaX/_/img/_svg/reset.svg) no-repeat;
  height: 34px;
  position: absolute;
  width: 34px
}

.alpaca-form .file-upload .alpaca-file-container .alpaca-remove-file[style="display: none;"]~.document_icon,
.alpaca-form .file-upload .alpaca-file-container .alpaca-remove-file[style="display: none;"]~input[type=text],
.alpaca-form .file-upload .alpaca-file-container .nx-remove-file[style="display: none;"]~.document_icon,
.alpaca-form .file-upload .alpaca-file-container .nx-remove-file[style="display: none;"]~input[type=text],
.alpaca-form .file-upload .nx-file-container .alpaca-remove-file[style="display: none;"]~.document_icon,
.alpaca-form .file-upload .nx-file-container .alpaca-remove-file[style="display: none;"]~input[type=text],
.alpaca-form .file-upload .nx-file-container .nx-remove-file[style="display: none;"]~.document_icon,
.alpaca-form .file-upload .nx-file-container .nx-remove-file[style="display: none;"]~input[type=text],
.alpaca-form .photo-tin .alpaca-file-container .alpaca-remove-file[style="display: none;"]~.document_icon,
.alpaca-form .photo-tin .alpaca-file-container .alpaca-remove-file[style="display: none;"]~input[type=text],
.alpaca-form .photo-tin .alpaca-file-container .nx-remove-file[style="display: none;"]~.document_icon,
.alpaca-form .photo-tin .alpaca-file-container .nx-remove-file[style="display: none;"]~input[type=text],
.alpaca-form .photo-tin .nx-file-container .alpaca-remove-file[style="display: none;"]~.document_icon,
.alpaca-form .photo-tin .nx-file-container .alpaca-remove-file[style="display: none;"]~input[type=text],
.alpaca-form .photo-tin .nx-file-container .nx-remove-file[style="display: none;"]~.document_icon,
.alpaca-form .photo-tin .nx-file-container .nx-remove-file[style="display: none;"]~input[type=text] {
  display: none
}

.alpaca-form .file-upload input[type=text],
.alpaca-form .photo-tin input[type=text] {
  font-size: 1rem;
  line-height: 1.16666667rem;
  border: none;
  box-sizing: border-box;
  color: #002A5E;
  padding-right: 40px;
  vertical-align: middle;
  width: calc(100% - 40px)
}

.alpaca-form .file-upload label,
.alpaca-form .photo-tin label {
  font-size: .77777778rem;
  color: #b7b7b7;
  display: inline-block;
  width: 100%
}

.alpaca-form .file-upload .alpaca-file-container:last-child,
.alpaca-form .file-upload .nx-file-container:last-child,
.alpaca-form .photo-tin .alpaca-file-container:last-child,
.alpaca-form .photo-tin .nx-file-container:last-child {
  text-align: center;
  width: 100%
}

.alpaca-form .file-upload .alpaca-file-container:last-child:after,
.alpaca-form .file-upload .alpaca-file-container:last-child:before,
.alpaca-form .file-upload .nx-file-container:last-child:after,
.alpaca-form .file-upload .nx-file-container:last-child:before,
.alpaca-form .photo-tin .alpaca-file-container:last-child:after,
.alpaca-form .photo-tin .alpaca-file-container:last-child:before,
.alpaca-form .photo-tin .nx-file-container:last-child:after,
.alpaca-form .photo-tin .nx-file-container:last-child:before {
  display: none
}

.alpaca-form .file-upload .alpaca-file-container:last-child .alpaca-browse-file-button,
.alpaca-form .file-upload .nx-file-container:last-child .alpaca-browse-file-button,
.alpaca-form .photo-tin .alpaca-file-container:last-child .alpaca-browse-file-button,
.alpaca-form .photo-tin .nx-file-container:last-child .alpaca-browse-file-button {
  display: inline-block
}

.alpaca-form .file-upload .alpaca-file-container:last-child .browse_icon,
.alpaca-form .file-upload .nx-file-container:last-child .browse_icon,
.alpaca-form .photo-tin .alpaca-file-container:last-child .browse_icon,
.alpaca-form .photo-tin .nx-file-container:last-child .browse_icon {
  background: url(/dist/NiveaX/_/img/_svg/upload.svg) no-repeat;
  display: block;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  width: 90px
}

.alpaca-form .file-upload .alpaca-file-container:last-child .nx-action-link,
.alpaca-form .file-upload .nx-file-container:last-child .nx-action-link,
.alpaca-form .photo-tin .alpaca-file-container:last-child .nx-action-link,
.alpaca-form .photo-tin .nx-file-container:last-child .nx-action-link {
  display: block
}

.alpaca-form .file-upload .alpaca-file-container:last-child .document_icon,
.alpaca-form .file-upload .alpaca-file-container:last-child input[type=text],
.alpaca-form .file-upload .nx-file-container:last-child .document_icon,
.alpaca-form .file-upload .nx-file-container:last-child input[type=text],
.alpaca-form .photo-tin .alpaca-file-container:last-child .document_icon,
.alpaca-form .photo-tin .alpaca-file-container:last-child input[type=text],
.alpaca-form .photo-tin .nx-file-container:last-child .document_icon,
.alpaca-form .photo-tin .nx-file-container:last-child input[type=text] {
  margin-bottom: 47px
}

.alpaca-form .file-upload .alpaca-file-container:last-child .document_icon:before,
.alpaca-form .file-upload .nx-file-container:last-child .document_icon:before,
.alpaca-form .photo-tin .alpaca-file-container:last-child .document_icon:before,
.alpaca-form .photo-tin .nx-file-container:last-child .document_icon:before {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  border-top: 1px solid #c1c1c1;
  content: "";
  top: 75px;
  width: calc(100% + 40px)
}

.alpaca-form .file-upload .alpaca-file-container:last-child .alpaca-remove-file[style="display: none;"]~.document_icon:before,
.alpaca-form .file-upload .alpaca-file-container:last-child .nx-remove-file[style="display: none;"]~.document_icon:before,
.alpaca-form .file-upload .nx-file-container:last-child .alpaca-remove-file[style="display: none;"]~.document_icon:before,
.alpaca-form .file-upload .nx-file-container:last-child .nx-remove-file[style="display: none;"]~.document_icon:before,
.alpaca-form .photo-tin .alpaca-file-container:last-child .alpaca-remove-file[style="display: none;"]~.document_icon:before,
.alpaca-form .photo-tin .alpaca-file-container:last-child .nx-remove-file[style="display: none;"]~.document_icon:before,
.alpaca-form .photo-tin .nx-file-container:last-child .alpaca-remove-file[style="display: none;"]~.document_icon:before,
.alpaca-form .photo-tin .nx-file-container:last-child .nx-remove-file[style="display: none;"]~.document_icon:before {
  display: none
}

.alpaca-form .file-upload .alpaca-file-container {
  padding-bottom: 22px;
  padding-top: 22px
}

.alpaca-form .photo-tin .nx-file-container {
  padding-bottom: 16px;
  padding-top: 16px
}

.alpaca-form textarea {
  scrollbar-face-color: #002A5E;
  scrollbar-track-color: #c1cae2
}

.alpaca-form textarea::-webkit-scrollbar {
  width: 10px
}

.alpaca-form textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  background: #c1cae2
}

.alpaca-form textarea::-webkit-scrollbar-thumb {
  background: #002A5E;
  border-radius: 10px
}

.alpaca-form .headline,
.alpaca-form .text-part {
  font-size: 1rem;
  line-height: 1.44444444rem;
  margin-bottom: 15px;
  margin-top: 15px
}

.alpaca-form .nx-checkmark-text {
  display: inline-block;
  padding: 0 24px 0 0;
  max-width: 80%
}

.alpaca-form .field.text.textarea li.error,
.alpaca-form .field.text.textarea li.info {
  font-size: .77777778rem;
  line-height: 1.22222222rem;
  padding: 7px 14px 0
}

.alpaca-form .field.text.textarea.error span.nx-error,
.alpaca-form .field.text.textarea.valid span.nx-error {
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0;
  height: inherit;
  position: static;
  right: 0;
  top: 0;
  width: inherit;
  z-index: 999
}

.alpaca-form .field.text.textarea.error span.nx-error:before,
.alpaca-form .field.text.textarea.valid span.nx-error:before {
  right: 14px;
  content: "";
  background-image: url(/dist/NiveaX/_/img/_svg/error.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  z-index: 999
}

.alpaca-form .field.text.textarea.valid span.nx-error {
  display: block
}

.alpaca-form .field.text.textarea.valid.clear-input span.nx-error:before {
  display: none
}

.alpaca-form .field.text.textarea.error.clear-input span.nx-error {
  display: block
}

.alpaca-form .field.text.textarea.error.clear-input span.nx-error li.error,
.alpaca-form .field.text.textarea.error.clear-input span.nx-error li.info {
  color: #fe2f31
}

.alpaca-form .field.text.textarea.error .validation,
.alpaca-form .field.text.textarea.valid .validation {
  right: 0;
  background-color: inherit;
  box-shadow: inherit;
  box-sizing: border-box;
  color: inherit;
  display: block;
  font-size: inherit;
  line-height: inherit;
  min-height: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: inherit;
  z-index: 99
}

.alpaca-form .field.text.textarea.error .validation:before,
.alpaca-form .field.text.textarea.valid .validation:before {
  display: none
}

.alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin).checkbox.visible.clear-input span.valid {
  display: block
}

.alpaca-form.success-message {
  text-align: center
}

p.success-message__close {
  margin-right: auto;
  height: auto;
  margin-top: 24px;
  padding: 0;
  position: static;
  width: auto
}

.success-message__headline {
  margin-bottom: 15px;
  margin-top: 15px
}

.success-message__checkmark {
  background: url(/dist/NiveaX/_/img/_svg/form-sent.svg) no-repeat;
  height: 90px;
  display: inline-block;
  position: relative;
  width: 90px
}

.nx-checkbox__thumbs-up {
  text-align: center
}

.nx-checkbox__thumbs-up .checkbox-wrapper label {
  padding-left: 0;
  display: inline-block
}

.nx-checkbox__thumbs-up .checkbox-wrapper input {
  left: 50%;
  margin-left: -45px;
  border-radius: 50%;
  height: 90px;
  width: 90px
}

.nx-checkbox__thumbs-up .nx-checkmark-shape {
  border-radius: 50%;
  display: block;
  height: 90px;
  position: relative;
  width: 90px
}

.nx-checkbox__thumbs-up .nx-checkmark-shape:hover {
  background-color: #e5e7f0
}

.nx-checkbox__thumbs-up .nx-checkmark-shape:before {
  font-size: 2.66666667rem;
  background-color: transparent;
  content: "ðŸ‘";
  font-family: Segoe UI Emoji;
  height: 90px;
  line-height: 85px;
  width: 90px
}

.nx-checkbox__thumbs-up .nx-checkmark-tick {
  right: 0;
  background: #002A5E;
  border-radius: 50%;
  bottom: 0;
  height: 30px;
  position: absolute;
  width: 30px
}

.nx-checkbox__thumbs-up .nx-checkmark-tick:after {
  border-color: #fff
}

.nx-checkbox__thumbs-up .nx-checkmark-text {
  clear: both;
  display: block;
  font-weight: 700;
  margin-top: 15px;
  max-width: 100%;
  padding: 0
}

.nx-checkbox__thumbs-up .checkbox-wrapper input:checked+.nx-checkmark-shape,
.nx-checkbox__thumbs-up .checkbox-wrapper input:checked+.nx-checkmark-shape:before {
  -webkit-animation: none;
  animation: none;
  -webkit-animation-name: none;
  animation-name: none;
  background-color: #e5e7f0
}

.nx-checkbox__thumbs-up .checkbox-wrapper input:checked:hover+.nx-checkmark-shape {
  background-color: #f5f5f5
}

.nx-checkbox__thumbs-up .clear,
.nx-checkbox__thumbs-up .nx-error,
.nx-checkbox__thumbs-up .valid {
  display: none !important
}

.field.date .datePicker {
  display: flex
}

.nx-content-zone__text .nx-expander__content .nx-emoji {
  display: inline-block;
  position: relative;
  line-height: normal;
  transform: none;
  transform: translateX(-50%);
  width: auto
}

.nx-header-emoji {
  display: block;
  font-size: 100px;
  margin-bottom: 32px;
  text-align: center;
  width: 100%
}

@media screen and (min-width:1280px) {
  .alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) .validation {
    right: -300px;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%)
  }

  .alpaca-form .field:not(.file-upload):not(.google-recaptcha):not(.photo-tin) .validation:before {
    border-right: 18px solid #ffd3d4;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    right: auto;
    left: -30px;
    top: 50%;
    transform: translateY(-50%)
  }

  .alpaca-form .field.text.textarea span.nx-error .validation {
    right: 0;
    z-index: 99;
    top: 0;
    transform: translateY(0)
  }
}

.alpaca-form .nx-hidden {
  display: none
}

.nx-pages-wrapper {
  z-index: 301;
  position: relative
}

.alpaca-form .page {
  width: 100%;
  visibility: hidden;
  position: absolute;
  display: block !important;
  top: 0
}

.alpaca-form .page .group {
  opacity: 0;
  transition: opacity .5s
}

.alpaca-form .page.active {
  position: relative;
  visibility: visible;
  z-index: 2
}

.alpaca-form .page.active .group {
  opacity: 1
}

.alpaca-form .page:first-child .prev,
.alpaca-form .page:last-child .next,
.alpaca-form .page[data-show=false]:first-child+.page .prev,
.alpaca-form .page[data-show=false]:first-child+.page[data-show=false]+.page .prev,
.alpaca-form .page[data-show=false]:first-child+.page[data-show=false]+.page[data-show=false]+.page .prev {
  cursor: not-allowed;
  pointer-events: none
}

.alpaca-form .page:first-child .prev:before,
.alpaca-form .page:last-child .next:before,
.alpaca-form .page[data-show=false]:first-child+.page .prev:before,
.alpaca-form .page[data-show=false]:first-child+.page[data-show=false]+.page .prev:before,
.alpaca-form .page[data-show=false]:first-child+.page[data-show=false]+.page[data-show=false]+.page .prev:before {
  opacity: .4
}

.nx-progress-bar {
  margin-bottom: 30px;
  border-bottom: 1px solid #d6dcec
}

.nx-progress-bar__wrapper {
  width: 100%;
  height: 5px;
  background: #d6dcec
}

.nx-progress-bar__item {
  width: auto;
  height: 100%;
  background: #002A5E;
  transition: width .3s
}

.nx-progress-bar__counter {
  text-align: right;
  font-family: NiveaBold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .88888889rem;
  padding: 8px 0 9px
}

.alpaca-form div.nx-btn-row {
  width: 280px;
  margin: 56px auto 0;
  border-radius: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.alpaca-form div.nx-btn-row .nx-btn {
  margin: 0
}

.alpaca-form .nx-btn-row button {
  position: relative;
  color: transparent;
  background: none;
  text-indent: -999px
}

.alpaca-form .nx-btn-row button:after,
.alpaca-form .nx-btn-row button:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.alpaca-form .nx-btn-row button:before {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  font-weight: 800;
  text-indent: 0
}

.alpaca-form .nx-btn-row button:nth-child(2) {
  width: 55%;
  background: #002A5E
}

.alpaca-form .nx-btn-row button:nth-child(2):before {
  content: "\e90b";
  color: #fff;
  font-size: 1.22222222rem
}

.alpaca-form .nx-btn-row button:nth-child(2):disabled,
.alpaca-form .nx-btn-row button:nth-child(2):hover {
  background: #8397c6 radial-gradient(circle, transparent 1%, #8397c6 0) .00333333%;
  border-color: #8397c6
}

.alpaca-form .nx-btn-row button:first-child {
  width: 45%;
  background: #fff
}

.alpaca-form .nx-btn-row button:first-child:before {
  content: "\e909";
  color: #002A5E
}

.alpaca-form .nx-btn-row button:first-child:disabled,
.alpaca-form .nx-btn-row button:first-child:hover {
  background: #fff radial-gradient(circle, transparent 1%, #fff 0) .00333333%
}

.alpaca-form .nx-btn-row button:first-child:disabled:before,
.alpaca-form .nx-btn-row button:first-child:hover:before {
  color: #8397c6
}

.alpaca-form .nx-btn-row .nx-btn--action,
.alpaca-form .page .nx-btn-row .nx-btn[type=submit] {
  width: 55%
}

.alpaca-form .nx-btn--disabled {
  cursor: not-allowed;
  pointer-events: none
}

.alpaca-form .nx-btn--disabled:before {
  opacity: .4
}

.nx-separator-line {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 40px)
}

.nx-video {
  margin: 0
}

.nx-video,
.nx-video__container {
  position: relative
}

.nx-video__container--16to9 {
  height: 1px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%
}

.nx-video__container--16to9 img.nx-video__poster {
  transform: scaleX(1) translateZ(0) translateY(-50%);
  transition: transform .8s cubic-bezier(.095, .33, .285, 1) 25ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: center
}

.nx-video__iframe {
  background-color: #000;
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.nx-video__iframe:hover {
  cursor: pointer
}

.nx-video__iframe:hover .nx-video__poster {
  transform: scale3d(1.05, 1.05, 1) translateZ(0) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.nx-video__iframe:hover .nx-video__btn-play {
  background-color: #fff;
  box-shadow: 0 0 20px 1px #e0e0e0
}

.nx-video__poster {
  display: block;
  width: 100%;
  height: auto;
  max-height: none
}

.nx-video__btn-play {
  align-items: center;
  background-color: hsla(0, 0%, 100%, .75);
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px
}

.nx-video__btn-play svg {
  display: block;
  height: 100%;
  width: 100%
}

.nx-user-actions-container {
  display: block;
  z-index: 201
}

.nx-user-actions-container:after {
  content: "";
  display: table;
  clear: both
}

.nx-popup-wrapper {
  position: relative;
  display: inline-block;
  z-index: 3
}

.nx-popup-wrapper .nx-action-link {
  float: left;
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  clear: both
}

.nx-popup-wrapper .nx-action-link:hover {
  color: #8397c6
}

.nx-popup-wrapper .nx-popup__content--left,
.nx-popup-wrapper .nx-popup__content--right {
  transform-origin: 21px 17px;
  left: 0
}

.nx-popup-wrapper .nx-popup__content {
  max-width: 280px
}

.nx-popup-wrapper .nx-popup__button {
  font-size: 1rem;
  line-height: 1.44444444rem;
  display: inline-block;
  cursor: pointer
}

.nx-popup-wrapper .nx-checkmark-shape {
  background: none;
  right: -50px;
  left: auto;
  cursor: inherit
}

.nx-popup-wrapper .nx-checkmark-shape:hover {
  background: none
}

.nx-popup-wrapper .nx-animated-tick .nx-checkmark-tick {
  display: block
}

.nx-popup-wrapper .nx-animated-tick .nx-checkmark-tick:after {
  border-right: 2px solid #417505;
  border-top: 2px solid #417505
}

.nx-popup-wrapper .nx-animated-tick .nx-checkmark-shape {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: -60px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkCircle;
  animation-name: checkCircle;
  border-radius: 50%;
  display: inline-block
}

.nx-popup-wrapper .nx-animated-tick .nx-checkmark-shape:before {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: circleEffect;
  animation-name: circleEffect;
  background: none
}

.nx-share__button {
  float: right;
  cursor: pointer;
  font-size: 23px;
  transform: scale(1);
  transition: all .1s, transform .1s .1s
}

.nx-share__button:before {
  content: "\e954"
}

.nx-popup__button--opened,
.nx-share__button--opened {
  transform: scale(0);
  transition: all .1s, transform .1s .1s
}

.nx-layer--tiny,
.nx-popup__content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
  margin: 0 auto;
  padding: 24px 35px 24px 24px;
  position: absolute;
  right: 0;
  top: -20px;
  transform-origin: calc(100% - 21px) 17px;
  width: 355px;
  z-index: 1
}

.nx-layer--tiny {
  right: -20px
}

.nx-layer--tiny.nx-layer--right {
  left: -20px;
  transform-origin: 21px 17px
}

.nx-popup-loaded .nx-popup__content,
.nx-sharing-loaded.nx-share__content {
  display: block
}

.nx-share__content {
  display: none
}

[data-module-initialized] .nx-share__content {
  display: block
}

.nx-popup__close-btn,
.nx-share__close-btn {
  cursor: pointer;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 17px;
  top: 21px;
  padding-top: 10px
}

.nx-popup__close-btn-icon:after,
.nx-popup__close-btn-icon:before,
.nx-share__close-btn-icon:after,
.nx-share__close-btn-icon:before {
  background: #002A5E
}

.nx-layer--hidden .nx-popup__close-btn,
.nx-layer--hidden .nx-popup__info,
.nx-layer--hidden .nx-share__close-btn,
.nx-layer--hidden .nx-share__info,
.nx-layer--hidden .nx-shariff,
.nx-popup__content--hidden .nx-popup__close-btn,
.nx-popup__content--hidden .nx-popup__info,
.nx-popup__content--hidden .nx-share__close-btn,
.nx-popup__content--hidden .nx-share__info,
.nx-popup__content--hidden .nx-shariff {
  opacity: 0
}

.nx-layer--visible .nx-popup__close-btn,
.nx-layer--visible .nx-share__close-btn,
.nx-popup__content--visible .nx-popup__close-btn,
.nx-popup__content--visible .nx-share__close-btn {
  opacity: 1;
  transition: opacity .5s
}

.nx-layer--visible .nx-share__info,
.nx-layer--visible .nx-shariff,
.nx-popup__content--visible .nx-share__info,
.nx-popup__content--visible .nx-shariff {
  opacity: 1;
  transition: opacity .4s .4s
}

.nx-share__info {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.nx-share-info__icon {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700
}

.nx-share-info__text {
  text-align: left;
  color: #002A5E;
  font-size: 12px;
  line-height: 16px
}

.nx-icon-lock:before {
  content: "\e97e"
}

.nx-product-stage .nx-user-actions--popup {
  width: 355px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  top: 290px
}

.nx-product-stage .nx-user-actions__item {
  padding: 0 10px
}

.nx-product-stage .nx-share__close-btn {
  right: 12px
}

[class*=nx-pagetype-content] .nx-user-actions__item {
  padding: 20px 5px 0
}

[class*=nx-pagetype-content] .nx-user-actions--popup {
  text-align: right
}

.nx-user-actions--bottom {
  text-align: center;
  padding: 40px 20px 30px
}

.nx-user-actions--bottom .nx-shariff {
  width: 300px;
  margin: 0 auto 10px
}

.nx-user-actions--bottom .nx-share__info,
.nx-user-actions--bottom .nx-shariff .orientation-horizontal {
  justify-content: center
}

.alpaca-form .edd-root {
  position: relative
}

.alpaca-form .edd-root select {
  position: absolute !important;
  visibility: hidden
}

.alpaca-form .edd-head {
  padding: 8px 10px 9px;
  position: relative;
  z-index: 999
}

.alpaca-form .edd-value {
  padding-right: 36px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative
}

.alpaca-form .edd-value:after,
.alpaca-form .edd-value:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.alpaca-form .edd-value:after {
  content: "\e908";
  font-size: 1.94444444rem;
  transform: translateY(-50%);
  transition: all .2s ease;
  right: -3px;
  font-weight: 700;
  position: absolute;
  top: 50%
}

.alpaca-form .readonly .edd-root {
  pointer-events: none
}

.alpaca-form .readonly .edd-value {
  padding-right: 0
}

.alpaca-form .readonly .edd-value:after {
  display: none
}

.alpaca-form .edd-root .edd-option {
  padding: 8px 15px 9px;
  border-top: 1px solid #eff5fa;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  opacity: .6;
  position: relative
}

.alpaca-form .edd-root .edd-option:hover {
  background-color: #eff5fa;
  opacity: 1
}

.alpaca-form .edd-root-open .edd-head {
  background-color: #fff;
  box-shadow: 0 0 8px 1px #e0e0e0;
  z-index: 9999
}

.alpaca-form .edd-root .edd-body {
  display: inline-table;
  width: 100%
}

.alpaca-form .edd-root .edd-body:before {
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px 1px #e0e0e0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.alpaca-form .edd-root.edd-root-open .edd-body {
  position: absolute;
  z-index: 9999
}

.alpaca-form .edd-root-open.edd-root {
  z-index: 99999
}

.alpaca-form .edd-root-open .edd-value:after {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center center
}

.alpaca-form .edd-items-list {
  scrollbar-face-color: #002A5E;
  scrollbar-track-color: #c1cae2
}

.alpaca-form .edd-items-list::-webkit-scrollbar {
  width: 10px
}

.alpaca-form .edd-items-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  background: #c1cae2
}

.alpaca-form .edd-items-list::-webkit-scrollbar-thumb {
  background: #002A5E;
  border-radius: 10px
}

.edd-option,
.edd-root:not(.edd-root-disabled) .edd-value {
  cursor: pointer
}

.edd-body {
  opacity: 0;
  position: absolute
}

.edd-root-open .edd-body {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  transition: opacity .2s, transform .1s cubic-bezier(.25, .46, .45, .94)
}

.edd-items-list {
  -webkit-overflow-scrolling: touch;
  max-height: 0;
  overflow: auto
}

.edd-root-focused .edd-head {
  box-shadow: 0 0 5px rgba(105, 215, 255, .4)
}

.edd-root-invalid .edd-head {
  box-shadow: 0 0 5px rgba(255, 105, 105, .671)
}

.edd-root-disabled {
  color: #ccc;
  cursor: not-allowed
}

.edd-group-disabled .edd-option,
.edd-option-disabled {
  cursor: default;
  color: #ccc
}

.edd-gradient-bottom,
.edd-gradient-top {
  left: 2px;
  right: 2px;
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 40%, #fff 60%, hsla(0, 0%, 100%, 0));
  background-repeat: repeat-x;
  background-size: 100% 200%;
  content: "";
  height: 32px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .1s
}

.edd-gradient-top {
  background-position: bottom;
  top: 0
}

.edd-gradient-bottom {
  background-position: top;
  bottom: 0
}

.edd-body-scrollable .edd-gradient-bottom,
.edd-body-scrollable .edd-gradient-top {
  opacity: 1
}

.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom,
.edd-body-scrollable.edd-body-at-top .edd-gradient-top {
  opacity: 0
}

.nx-search__autosuggest {
  background: #fff;
  border-radius: 10px;
  box-shadow: -1px 2px 26px -3px rgba(0, 0, 0, .75);
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  padding-bottom: 24px;
  padding-top: 16px;
  opacity: 0;
  position: absolute;
  transition: all .3s, z-index 0s .3s;
  width: 100%;
  z-index: -1
}

.nx-search__autosuggest.active {
  opacity: 1;
  z-index: 1;
  transition: all .3s
}

.nx-search__autosuggest li {
  cursor: pointer;
  font-size: .88888889rem;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-top: 8px;
  transition: all .4s;
  text-transform: none
}

.nx-search__autosuggest li:after,
.nx-search__autosuggest li:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nx-search__autosuggest li:before {
  font-size: .61111111rem;
  content: "\e90b";
  margin-right: 7px;
  font-weight: 800;
  vertical-align: 1px;
  display: inline-block
}

.nx-search__autosuggest li.selected {
  background: #eff5fa
}

@media screen and (max-width:374px) {
  .nx-search__autosuggest {
    width: 288px
  }
}

.nx-rating--pdp {
  opacity: 1
}

.nx-rating--teaser {
  margin: -10px 0 0
}

.nx-rating--pdp .nx-rating__total {
  cursor: pointer
}

.nx-rating__total {
  display: inline-flex
}

.nx-rating__star {
  font-size: .77777778rem;
  line-height: .88888889rem;
  color: #e0e0e0;
  display: inline-block;
  height: 22px;
  margin: 0 2px;
  overflow: hidden;
  position: relative;
  width: 22px
}

.nx-rating--teaser .nx-rating__star {
  margin: 0 2px
}

.nx-rating--pdp .nx-rating__star {
  margin: 0
}

.alpaca-form div.nx-star-rating__form .nx-rating__star {
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: visible;
  padding: 0;
  font-weight: 400;
  font-size: 1.55555556rem;
  line-height: 1.66666667rem;
  margin: 0 9px
}

.nx-rating__star:after,
.nx-rating__star:before {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 0
}

.nx-rating__star:after {
  content: "\e900";
  color: #e0e0e0;
  transition: color .5s ease
}

.nx-rating__star:before {
  content: "\e901";
  color: #fe9b31;
  display: none;
  z-index: 1
}

.nx-rating__total[data-rating="0"] .nx-rating__star:nth-child(-n+0):after,
.nx-rating__total[data-rating="0.5"] .nx-rating__star:nth-child(-n+0):after,
.nx-rating__total[data-rating="1"] .nx-rating__star:nth-child(-n+1):after,
.nx-rating__total[data-rating="1.5"] .nx-rating__star:nth-child(-n+1):after,
.nx-rating__total[data-rating="2"] .nx-rating__star:nth-child(-n+2):after,
.nx-rating__total[data-rating="2.5"] .nx-rating__star:nth-child(-n+2):after,
.nx-rating__total[data-rating="3"] .nx-rating__star:nth-child(-n+3):after,
.nx-rating__total[data-rating="3.5"] .nx-rating__star:nth-child(-n+3):after,
.nx-rating__total[data-rating="4"] .nx-rating__star:nth-child(-n+4):after,
.nx-rating__total[data-rating="4.5"] .nx-rating__star:nth-child(-n+4):after,
.nx-rating__total[data-rating="5"] .nx-rating__star:nth-child(-n+5):after {
  content: "\e900";
  color: #fe9b31
}

.nx-rating__total[data-rating="0.5"] .nx-rating__star:first-child:before,
.nx-rating__total[data-rating="1.5"] .nx-rating__star:nth-child(2):before,
.nx-rating__total[data-rating="2.5"] .nx-rating__star:nth-child(3):before,
.nx-rating__total[data-rating="3.5"] .nx-rating__star:nth-child(4):before,
.nx-rating__total[data-rating="4.5"] .nx-rating__star:nth-child(5):before {
  display: inline-block
}

.nx-rating__count {
  font-size: .83333333rem;
  line-height: .77777778rem;
  color: #b7b7b7;
  vertical-align: top
}

.nx-rating--pdp .nx-rating__count {
  font-size: .83333333rem;
  line-height: .88888889rem
}

.nx-write-review__btn {
  margin-top: 32px
}

.alpaca-form div.nx-star-rating__form.field {
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  padding-top: 49px;
  width: auto
}

.alpaca-form div.nx-star-rating__form.field label:not(.nx-rating__star) {
  display: none
}

.alpaca-form div.nx-star-rating__form.field.error span.error .validation {
  display: block
}

.alpaca-form div.nx-star-rating__form.field span.error {
  left: 18px;
  background: none !important;
  bottom: 8px;
  top: auto !important
}

.alpaca-form div.nx-star-rating__form.field span.error .validation {
  left: -17px;
  right: 0;
  bottom: 0;
  min-height: 75px;
  text-align: left;
  top: 50px;
  transform: none
}

.alpaca-form div.nx-star-rating__form.field span.error .validation:before {
  left: 10px;
  right: auto;
  border-bottom: 18px solid #ffd3d4;
  border-right: 13px solid transparent;
  top: -12px;
  transform: none
}

.alpaca-form div.nx-star-rating__form.field .rating__input:checked~.nx-rating__star:after {
  -webkit-animation: nx-star-stretch-bounce .3s ease-in-out;
  animation: nx-star-stretch-bounce .3s ease-in-out;
  color: #fe9b31
}

.alpaca-form div.nx-star-rating__form.field .rating__input:checked~.nx-rating__star:first-of-type:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  transition-delay: .6s
}

.alpaca-form div.nx-star-rating__form.field .rating__input:checked~.nx-rating__star:nth-of-type(2):after {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  transition-delay: .5s
}

.alpaca-form div.nx-star-rating__form.field .rating__input:checked~.nx-rating__star:nth-of-type(3):after {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  transition-delay: .4s
}

.alpaca-form div.nx-star-rating__form.field .rating__input:checked~.nx-rating__star:nth-of-type(4):after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  transition-delay: .3s
}

.alpaca-form div.nx-star-rating__form.field .rating__input:checked~.nx-rating__star:nth-of-type(5):after {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  transition-delay: .2s
}

.alpaca-form div.nx-star-rating__form.field .rating__input:checked~.nx-rating__star:nth-of-type(6):after {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  transition-delay: .1s
}

.alpaca-form div.nx-star-rating__form.field .nx-rating__star:hover:after {
  opacity: .6
}

.alpaca-form div.nx-star-rating__form.field .nx-rating__star:hover .rating__value {
  opacity: 1
}

.alpaca-form div.nx-star-rating__form.field .rating__input:checked~.nx-rating__star:hover:after {
  opacity: .6
}

.alpaca-form div.nx-star-rating__form.field .rating__input:checked+.nx-emoji,
.alpaca-form div.nx-star-rating__form.field .rating__input:checked+.nx-rating__star+.nx-emoji {
  transition-delay: .25s;
  transform: translateX(-50%)
}

.rating__input {
  display: none
}

.nx-emoji {
  transform: translateX(-50%) scale(0);
  bottom: 40%;
  color: #fe9b31;
  display: block;
  font-family: Segoe UI Emoji;
  font-size: 74px;
  transform-origin: center;
  transition: all .1s
}

.nx-emoji,
.rating__value {
  left: 50%;
  position: absolute
}

.rating__value {
  font-size: .77777778rem;
  bottom: -34px;
  color: #b7b7b7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-align: center;
  transition: opacity .5s ease .2s;
  transform: translateX(-50%);
  opacity: 0;
  white-space: nowrap
}

.nx-product-reviews__panel {
  font-size: 1rem;
  line-height: 1.44444444rem;
  padding-left: 40px;
  color: #b7b7b7;
  font-weight: 700;
  margin-top: 11px
}

.nx-product-reviews-panel__icon {
  margin-left: -40px;
  margin-right: 5px;
  display: inline-block;
  fill: #fe9b31;
  stroke: #fe9b31;
  vertical-align: middle
}

.nx-layer-product-header {
  background-image: radial-gradient(at bottom, #fff 20%, #bcc7e2 100%);
  width: 100%
}

.nx-layer-product-header .nx-u-container {
  display: flex
}

.nx-layer-product-header__image {
  margin: 8px 0;
  max-height: 70px;
  max-width: 60px
}

.nx-layer-product-header__title {
  margin-left: 24px;
  align-self: center;
  margin-bottom: 0
}

@-webkit-keyframes nx-star-stretch-bounce {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2)
  }

  to {
    transform: scale(1)
  }
}

@keyframes nx-star-stretch-bounce {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2)
  }

  to {
    transform: scale(1)
  }
}

.alpaca-form div.nx-star-rating__form.nx-star-rating .valid {
  display: none !important
}

.checkbox-wrapper,
.radio-option {
  position: relative
}

.checkbox-wrapper input:checked+.nx-checkmark-shape .nx-checkmark-tick,
.radio-option input:checked+.nx-checkmark-shape .nx-checkmark-tick {
  display: block
}

.checkbox-wrapper input:checked+.nx-checkmark-shape,
.radio-option input:checked+.nx-checkmark-shape {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background-color: #002A5E
}

.checkbox-wrapper input:checked+.nx-checkmark-shape:before,
.radio-option input:checked+.nx-checkmark-shape:before {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}

.radio-option .nx-checkmark-shape {
  border-radius: 50%
}

.nx-checkmark-shape {
  background-color: #f5f5f5;
  height: 1.83em;
  width: 1.83em;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  flex: none;
  z-index: 99
}

.nx-checkmark-shape:before {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  background-color: #002A5E;
  border-radius: 50%;
  content: "";
  height: 0;
  width: 0
}

.nx-checkmark-shape:hover {
  background-color: #8397c6
}

.nx-checkmark-tick {
  display: none
}

.nx-checkmark-tick:after {
  transform: scaleX(-1) rotate(135deg);
  content: "";
  display: block;
  height: 0;
  left: 7px;
  position: absolute;
  top: 16px;
  transform-origin: left top;
  width: 0;
  -webkit-animation: none;
  animation: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: .366em;
  height: .732em
}

body:not([class*=nx-theming]) .field.visible.valid input:checked+.nx-checkmark-shape {
  -webkit-animation-name: checkCircle;
  animation-name: checkCircle
}

body:not([class*=nx-theming]) .field.visible.valid input:checked+.nx-checkmark-shape:before {
  -webkit-animation-name: circleEffect;
  animation-name: circleEffect
}

body:not([class*=nx-theming]) .field.visible.valid input:checked+.nx-checkmark-shape .nx-checkmark-tick:after {
  border-color: transparent;
  -webkit-animation: checkmark .6s linear .3s forwards;
  animation: checkmark .6s linear .3s forwards
}

@supports (-ms-ime-align:auto) {
  .nx-checkmark-tick:after {
    -webkit-animation: none;
    animation: none;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: .366em;
    height: .732em
  }
}

@-webkit-keyframes checkmark {
  0% {
    border-color: transparent;
    border-width: 0;
    width: .366em;
    height: 0
  }

  40% {
    border-color: var(#417505);
    border-width: 2px;
    width: .366em;
    height: 0
  }

  99% {
    border-color: #417505
  }

  to {
    border-color: #fff;
    border-width: 2px;
    width: .366em;
    height: .732em
  }
}

@keyframes checkmark {
  0% {
    border-color: transparent;
    border-width: 0;
    width: .366em;
    height: 0
  }

  40% {
    border-color: var(#417505);
    border-width: 2px;
    width: .366em;
    height: 0
  }

  99% {
    border-color: #417505
  }

  to {
    border-color: #fff;
    border-width: 2px;
    width: .366em;
    height: .732em
  }
}

@-webkit-keyframes checkCircle {
  0% {
    background-color: transparent
  }

  to {
    background-color: #b8e986
  }
}

@keyframes checkCircle {
  0% {
    background-color: transparent
  }

  to {
    background-color: #b8e986
  }
}

@-webkit-keyframes circleEffect {
  0% {
    height: 0;
    opacity: 1;
    width: 0
  }

  30% {
    height: 80px;
    opacity: 0;
    width: 80px
  }

  31% {
    height: 0;
    opacity: 0;
    width: 0
  }

  70% {
    height: 0;
    opacity: 1;
    width: 0
  }

  to {
    height: 80px;
    opacity: 0;
    width: 80px
  }
}

@keyframes circleEffect {
  0% {
    height: 0;
    opacity: 1;
    width: 0
  }

  30% {
    height: 80px;
    opacity: 0;
    width: 80px
  }

  31% {
    height: 0;
    opacity: 0;
    width: 0
  }

  70% {
    height: 0;
    opacity: 1;
    width: 0
  }

  to {
    height: 80px;
    opacity: 0;
    width: 80px
  }
}

.nx-ratings-and-reviews-section .nx-sort-button-section {
  float: left;
  background: #f5f5f5;
  margin: 35px 0 40px;
  width: 100%
}

.nx-ratings-and-reviews-section .nx-sort-button {
  border: none;
  cursor: auto;
  max-width: 100%;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%
}

.nx-ratings-and-reviews-section .nx-sort-button__wrapper {
  float: right;
  padding-right: 22px;
  cursor: pointer;
  padding-top: 11px;
  padding-bottom: 11px
}

.nx-ratings-and-reviews-section .nx-u-container {
  clear: both
}

.nx-expand-section--active.nx-ratings-and-reviews-section .nx-u-container {
  overflow: visible
}

.nx-product-ratings-and-reviews {
  margin-top: 46px
}

.nx-product-ratings-and-reviews .nx-product-ratings__rating-and-stars {
  text-align: left;
  display: inline-block;
  width: 100%
}

.nx-product-ratings-and-reviews .nx-product-ratings__rating {
  font-family: Niveabold, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.44444444rem;
  line-height: 1.33333333rem;
  display: inline-block
}

.nx-product-ratings-and-reviews .nx-product-reviews__stars .nx-rating {
  margin-bottom: 0
}

.nx-product-ratings-and-reviews .nx-product-reviews__stars .nx-rating__star {
  margin-left: 0;
  margin-right: 5px;
  font-size: .83333333rem;
  line-height: .88888889rem;
  height: 18px;
  width: 18px
}

.nx-product-ratings-and-reviews .nx-rating-zero {
  color: #e0e0e0
}

.nx-product-ratings-and-reviews .nx-product-ratings__stars {
  float: right;
  margin-top: -16px
}

.nx-product-ratings-and-reviews .nx-product-ratings__stars .nx-rating__total {
  float: right
}

.nx-product-ratings-and-reviews .nx-product-ratings__stars .nx-rating__star {
  margin-left: 8px;
  margin-right: 0;
  font-size: 1.22222222rem;
  line-height: 1.33333333rem;
  height: 24px;
  width: 24px
}

.nx-product-ratings-and-reviews .nx-product-ratings__summary {
  font-size: .77777778rem;
  line-height: 1.22222222rem;
  text-align: right;
  color: #b7b7b7;
  max-width: 165px;
  width: 100%
}

.nx-product-ratings-and-reviews .nx-product-reviews__user-section {
  margin-top: 32px
}

.nx-product-ratings-and-reviews .nx-product-ratings__section {
  padding-bottom: 8px
}

.nx-product-ratings-and-reviews .nx-product-reviews__review-section {
  margin-top: 30px
}

.nx-product-ratings-and-reviews .nx-product-reviews__review {
  padding-bottom: 40px;
  border-top: 1px solid #d6dcec
}

.nx-product-ratings-and-reviews .nx-product-reviews__review:first-of-type {
  border: none
}

.nx-product-ratings-and-reviews .nx-product-reviews__description,
.nx-product-ratings-and-reviews .nx-product-reviews__source {
  margin-top: 12px
}

.nx-product-ratings-and-reviews .nx-product-reviews__source span {
  display: block
}

.nx-product-ratings-and-reviews .nx-product-reviews__source img {
  display: block;
  max-height: 40px;
  margin-top: 8px
}

.nx-product-reviews__report-abuse {
  margin-top: 25px
}

.nx-product-reviews__report-abuse-text {
  margin: -8px 0 25px
}

.nx-product-reviews__answer {
  margin-top: 21px;
  padding: 20px;
  background: #f5f5f5
}

.nx-product-reviews__report-answer-text {
  margin-top: 6px
}

@media (min-width:320px) and (max-width:767px) {
  .nx-ratings-and-reviews-section .nx-u-container .nx-u-container {
    margin: 0;
    max-width: inherit;
    min-width: 0;
    padding: 0;
    width: inherit
  }
}

.nx-where-to-buy__headline {
  text-align: center;
  margin-bottom: 2px
}

.nx-where-to-buy {
  text-align: center;
  margin: 0 auto 24px;
  outline: 0 solid
}

.nx-where-to-buy ul {
  display: block
}

.nx-retailer,
.nx-retailer__title {
  border-radius: 30px;
  width: 136px
}

.nx-retailer {
  border: 1px solid #002A5E;
  display: inline-block;
  height: 50px;
  margin-top: 16px
}

.nx-retailer a {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  position: relative
}

.nx-retailer img {
  opacity: 1;
  width: 100px
}

.nx-retailer__title {
  color: #fff;
  height: 48px;
  left: 0;
  opacity: 0;
  position: absolute;
  padding: 0 8px;
  top: 0
}

#HotspotArea {
  position: relative
}

.nx-hotspot {
  background: hsla(0, 0%, 100%, .3);
  border-radius: 52px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform-origin: 0 0;
  transition: all .4s
}

.nx-hotspot-btn.nx-u-plus-minus-btn {
  background: #fff;
  box-sizing: content-box;
  display: inline-block;
  border-radius: 50px;
  padding: 4px
}

.nx-content-zone__hotspot-data {
  display: block;
  font-size: 0;
  color: transparent;
  position: absolute;
  z-index: -1
}

.nx-hotspot:before {
  -webkit-animation-name: nx-hotspot-ripple;
  animation-name: nx-hotspot-ripple;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3)
}

.nx-content-zone__hotspot:active .nx-hotspot:before {
  -webkit-animation-name: none;
  animation-name: none
}

.nx-hotspot.default-color {
  background: hsla(0, 0%, 100%, .3)
}

.nx-hotspot.default-color:before {
  background: #fff
}

.nx-hotspot.default-color .nx-hotspot-btn.nx-u-plus-minus-btn:after,
.nx-hotspot.default-color .nx-hotspot-btn.nx-u-plus-minus-btn:before {
  border-color: #fff
}

.nx-hotspot.default-color .nx-hotspot-btn.nx-u-plus-minus-btn {
  background: #002A5E
}

.nx-hotspot.default-color--reverse {
  background: rgba(0, 19, 111, .3)
}

.nx-hotspot.default-color--reverse:before {
  background: #002A5E
}

.nx-hotspot.default-color--reverse .nx-hotspot-btn.nx-u-plus-minus-btn:after,
.nx-hotspot.default-color--reverse .nx-hotspot-btn.nx-u-plus-minus-btn:before {
  border-color: #002A5E
}

.nx-hotspot.default-color--reverse .nx-hotspot-btn.nx-u-plus-minus-btn {
  background: #fff
}

.nx-hotspot.sales-color {
  background: hsla(0, 0%, 100%, .3)
}

.nx-hotspot.sales-color:before {
  background: #fff
}

.nx-hotspot.sales-color .nx-hotspot-btn.nx-u-plus-minus-btn:after,
.nx-hotspot.sales-color .nx-hotspot-btn.nx-u-plus-minus-btn:before {
  border-color: #fff
}

.nx-hotspot.sales-color .nx-hotspot-btn.nx-u-plus-minus-btn {
  background: #fe9119
}

.nx-hotspot.sales-color--reverse {
  background: rgba(254, 145, 25, .3)
}

.nx-hotspot.sales-color--reverse:before {
  background: #fe9119
}

.nx-hotspot.sales-color--reverse .nx-hotspot-btn.nx-u-plus-minus-btn:after,
.nx-hotspot.sales-color--reverse .nx-hotspot-btn.nx-u-plus-minus-btn:before {
  border-color: #fe9119
}

.nx-hotspot.sales-color--reverse .nx-hotspot-btn.nx-u-plus-minus-btn {
  background: #fff
}

.nx-hotspot.sustainable-color {
  background: hsla(0, 0%, 100%, .3)
}

.nx-hotspot.sustainable-color:before {
  background: #fff
}

.nx-hotspot.sustainable-color .nx-hotspot-btn.nx-u-plus-minus-btn:after,
.nx-hotspot.sustainable-color .nx-hotspot-btn.nx-u-plus-minus-btn:before {
  border-color: #fff
}

.nx-hotspot.sustainable-color .nx-hotspot-btn.nx-u-plus-minus-btn {
  background: #64a70b
}

.nx-hotspot.sustainable-color--reverse {
  background: rgba(100, 167, 11, .3)
}

.nx-hotspot.sustainable-color--reverse:before {
  background: #64a70b
}

.nx-hotspot.sustainable-color--reverse .nx-hotspot-btn.nx-u-plus-minus-btn:after,
.nx-hotspot.sustainable-color--reverse .nx-hotspot-btn.nx-u-plus-minus-btn:before {
  border-color: #64a70b
}

.nx-hotspot.sustainable-color--reverse .nx-hotspot-btn.nx-u-plus-minus-btn {
  background: #fff
}

.nx-hotspot:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: .3;
  transform-origin: 50% 50% 0;
  transition: all .4s;
  border-radius: 30px;
  width: 30px;
  height: 30px
}

@media screen and (min-width:320px) {
  .nx-hotspot {
    width: 30px;
    height: 30px;
    transform: translate(-15px, -15px)
  }

  .nx-hotspot-btn.nx-u-plus-minus-btn {
    height: 10px;
    width: 10px
  }

  .nx-hotspot-btn.nx-u-plus-minus-btn:before {
    height: 8px
  }

  .nx-hotspot-btn.nx-u-plus-minus-btn:after {
    width: 8px
  }
}

@-webkit-keyframes nx-hotspot-ripple {
  0% {
    transform: scale(1);
    opacity: .3
  }

  to {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes nx-hotspot-ripple {
  0% {
    transform: scale(1);
    opacity: .3
  }

  to {
    transform: scale(2);
    opacity: 0
  }
}

@media screen and (min-width:375px) {
  .nx-hotspot {
    width: 40px;
    height: 40px;
    transform: translate(-20px, -20px)
  }

  .nx-hotspot-btn.nx-u-plus-minus-btn {
    background: #fff;
    height: 14px;
    width: 14px
  }

  .nx-hotspot:before {
    border-radius: 40px;
    width: 40px;
    height: 40px
  }
}

@media screen and (min-width:1024px) {
  .nx-hotspot {
    width: 50px;
    height: 50px;
    transform: translate(-25px, -25px)
  }

  .nx-hotspot:before {
    border-radius: 52px;
    width: 50px;
    height: 50px
  }

  .nx-hotspot:hover {
    transform: translate(-25px, -25px)
  }

  .nx-hotspot:hover:before {
    transform: scale(1.5);
    -webkit-animation: none;
    animation: none
  }

  .nx-hotspot-btn.nx-u-plus-minus-btn {
    background: #fff;
    height: 18px;
    width: 18px
  }

  .nx-hotspot-btn.nx-u-plus-minus-btn:before {
    height: 16px
  }

  .nx-hotspot-btn.nx-u-plus-minus-btn:after {
    width: 16px
  }
}

.nx-squarelovin {
  text-align: center
}

.nx-squarelovin.squarelovin-container {
  max-width: inherit;
  padding: 0 20px
}

.nx-u-section .nx-squarelovin .squarelovin-widget-container {
  padding-bottom: 0
}

.nx-squarelovin .squarelovin-stream-item:after {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
  width: 100%
}

.nx-squarelovin .squarelovin-stream-item img {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0
}

.nx-submenu-item {
  position: relative
}

.nx-submenu-item-icon {
  transform: translateY(-50%);
  top: 50%;
  left: 15px;
  height: 40px;
  position: absolute;
  width: 40px
}

.nx-submenu-item-icon path {
  fill: #002A5E
}

.nx-submenu-item__link {
  transition: all .4s;
  background-color: #fff;
  border-bottom: 1px solid #d6dcec;
  box-sizing: border-box;
  display: block;
  padding: 25px 20px 25px 70px
}

.nx-submenu-item__link:hover {
  color: #002A5E
}

.nx-submenu-item__link p {
  margin-bottom: 0;
  margin-top: 0
}

.nx-account-check-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -23px;
  top: 11px
}

.nx-account-state--loggedin {
  height: 40px;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 40px
}

.nx-account-state--loggedin path {
  fill: #fff
}

.nx-registration-plus-icon {
  height: 40px;
  position: absolute;
  left: 20px;
  top: -4px;
  width: 40px
}

h2.nx-submenu__title:empty {
  display: none
}

video[data-src] {
  left: 0;
  position: absolute;
  top: 0
}

.nx-movie-video--ready {
  position: relative;
  overflow: hidden
}

.nx-movie-video--ready.nx-content-teaser__image--big {
  position: absolute
}

.nx-movie-video--ready video {
  height: 100%;
  left: 0;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  position: absolute;
  right: 0;
  width: 100%
}

.nx-movie-video--ready img {
  opacity: 0
}

.swn-wtb-btn {
  display: none !important
}

.nx-wtb-button,
.nx-wtb-desktop-button {
  background: #fe9119
}

.nx-wtb-button .nx-svg,
.nx-wtb-desktop-button .nx-svg {
  fill: #fff;
  height: 30px;
  width: 30px
}

.nx-wtb-button .nx-svg:hover path,
.nx-wtb-desktop-button .nx-svg:hover path {
  fill: #fff
}

.nx-wtb-desktop-button {
  transform: translateY(-50%);
  top: 50%;
  position: fixed;
  right: 0;
  transition: background .8s, transform .4s;
  background-position: 50%;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 10px;
  text-align: center;
  z-index: 1140;
  will-change: transform
}

.nx-wtb-desktop-button:hover {
  transform: scaleX(1.05) translateY(-50%);
  background: #f8b531;
  border: 1px solid #f8b531
}

.nx-wtb-desktop-button:not(.swn-wtb-btn-enabled) {
  display: none
}

.nx-wtb-desktop-button-text {
  font-size: .72222222rem;
  line-height: .77777778rem;
  color: #fff;
  display: block;
  font-weight: 600
}

.nx-wtb-button {
  border-radius: 50%;
  bottom: 66px;
  font-weight: 700;
  height: 50px;
  opacity: 1;
  position: absolute;
  right: 50px;
  text-align: center;
  transition: all .4s ease;
  transition-delay: .5s;
  width: 50px
}

.nx-wtb-button .nx-svg {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%
}

.nx-mob-nav--left-aligned .nx-wtb-button {
  right: -40px
}

.nx-mob-nav--apply-scale .nx-wtb-button,
.nx-mob-nav--left-aligned.nx-mob-nav--apply-scale .nx-wtb-button,
.nx-mob-nav[style*=left] .nx-wtb-button,
.nx-wtb-button:not(.swn-wtb-btn-enabled) {
  bottom: 10px;
  opacity: 0;
  right: 10px;
  transition-delay: 0s
}

.nx-content-zone__gated-content {
  margin-left: 2px;
  margin-right: 2px;
  background: #fff;
  margin-top: -65px;
  position: relative
}

.nx-content-zone__gated-content:first-child {
  margin-top: 56px
}

.nx-content-zone__gated-content:first-child:before {
  background: none
}

.nx-content-zone__gated-content.nx-cp.nx-row {
  padding-top: 0
}

.nx-content-zone__gated-content:before {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 1%, #fff);
  content: "";
  height: 60px;
  position: absolute;
  top: -60px;
  width: calc(100% + 4px)
}

.nx-gated-content-inner {
  background: #fff;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
  text-align: center
}

.nx-gated-content-inner:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20
}

.nx-gated-content-inner:after {
  background: linear-gradient(180deg, #002A5E 0, hsla(0, 0%, 100%, 0) 60%);
  content: "";
  display: block;
  height: 100%;
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% + 4px);
  z-index: 10
}

.nx-gated-content-inner .nx-btn {
  margin-left: auto;
  margin-right: auto
}

.nx-gated-content-inner .nx-btn:before {
  top: 7px
}

.nx-gated-content-border-icon {
  background: #fff;
  border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -26px;
  position: absolute;
  z-index: 30
}

.nx-gated-content-border-icon svg {
  fill: #002A5E
}

.nx-gated-content-text,
.nx-gated-content-title {
  position: relative;
  z-index: 30
}

.nx-gated-content-title {
  display: inline-block;
  margin-top: 48px
}

.nx-gated-content-text {
  font-size: .77777778rem;
  line-height: 1.22222222rem;
  display: inline-block
}

#photo-tin,
.nx-photo-tin-checkbox {
  transition: opacity .3s 1.3s;
  opacity: 1;
  z-index: 100;
  visibility: visible;
  min-height: 0
}

.nx-file-upload {
  min-height: 0
}

.photo-tin {
  margin-bottom: 24px
}

.photo-tin canvas {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  touch-action: none
}

.photo-tin .nx-expand-section--active .nx-expand-section__container {
  overflow: visible
}

.photo-tin .nx-file-container .nx-action-link {
  text-align: center
}

.photo-tin .nx-expand-section__headline {
  margin-bottom: 8px
}

.nx-photo-tin-error {
  background-color: #f7ad18;
  border-radius: 5px;
  color: #fff;
  height: unset;
  line-height: 0;
  margin-top: 0;
  opacity: 0;
  padding: 8px 16px;
  transition: opacity .4s
}

.nx-photo-tin-error .nx-photo-tin-error__message {
  color: #fff;
  margin: 0
}

.nx-photo-tin-error.nx-photo-tin-error--visible {
  margin-bottom: 56px;
  height: auto;
  opacity: 1;
  visibility: visible
}

.nx-photo-tin-error+.nx-file-upload {
  margin-top: -56px
}

.nx-photo-tin-legal-error {
  margin-top: 16px
}

.nx-photo-tin-error--red {
  background-color: #ffd3d4
}

.nx-photo-tin-error--red .nx-photo-tin-error__message {
  color: #fe2f31
}

.nx-photo-tin-file-label,
.nx-photo-tin-success-message {
  text-align: center
}

.nx-photo-tin-success-message.alpaca-form .nx-btn {
  margin-top: unset;
  margin-bottom: 16px
}

.nx-photo-tin-success-message .text-part {
  margin-top: unset;
  margin-bottom: 32px
}

.nx-phototin__tooltip.nx-u-over {
  z-index: 99999
}

.alpaca-form .photo-tin label.nx-photo-tin-legal-label {
  cursor: pointer;
  display: flex
}

.alpaca-form .photo-tin label.nx-photo-tin-legal-label input[type=checkbox] {
  cursor: pointer;
  z-index: 100
}

.nx-phototin-controls {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
  position: relative
}

.alpaca-form .nx-phototin__rotate-btn {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 8px;
  vertical-align: bottom;
  width: 42px
}

.alpaca-form .nx-phototin__rotate-btn--left {
  transform: scaleX(-1)
}

.alpaca-form .nx-phototin__rotate-btn svg {
  fill: #002A5E;
  transition: all .3s ease
}

.alpaca-form .nx-phototin__rotate-btn:hover svg {
  fill: #8397c6
}

.alpaca-form .nx-phototin__rotate-btn:disabled svg {
  fill: #d6dcec
}

.nx-zoom-field {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: transparent
}

.alpaca-form input[type=text].nx-zoom-field {
  font-size: .77777778rem
}

.alpaca-form button.nx-zoom-in,
.alpaca-form button.nx-zoom-out {
  -webkit-appearance: none;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  margin-top: 0;
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: bottom
}

.alpaca-form button.nx-zoom-in:after,
.alpaca-form button.nx-zoom-in:before,
.alpaca-form button.nx-zoom-out:after,
.alpaca-form button.nx-zoom-out:before {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  transition: all .4s ease
}

.alpaca-form button.nx-zoom-in:after,
.alpaca-form button.nx-zoom-out:after {
  content: "";
  display: block;
  width: 18px;
  border-top: 2px solid #002A5E
}

.alpaca-form button.nx-zoom-in:disabled:after,
.alpaca-form button.nx-zoom-in:disabled:before,
.alpaca-form button.nx-zoom-in:hover:after,
.alpaca-form button.nx-zoom-in:hover:before,
.alpaca-form button.nx-zoom-out:disabled:after,
.alpaca-form button.nx-zoom-out:disabled:before,
.alpaca-form button.nx-zoom-out:hover:after,
.alpaca-form button.nx-zoom-out:hover:before {
  border-color: #d6dcec
}

.nx-phototin-settings-wrapper .nx-u-accordion .nx-u-container {
  min-width: unset;
  padding-left: unset;
  padding-right: unset
}

button.nx-zoom-in:before {
  height: 18px;
  border-right: 2px solid #002A5E
}

.alpaca-form .nx-phototin-controls .nx-btn {
  margin-top: 0
}

.alpaca-form .nx-phototin-controls .nx-btn+.nx-btn {
  margin-top: 0
}

.alpaca-form .photo-tin input[type=text] {
  padding-right: 0
}

.alpaca-form .photo-tin {
  max-width: 100%
}

[data-tooltip-desktop] .nx-tooltip.nx-phototin__tooltip {
  right: 0;
  left: auto;
  position: absolute;
  top: 10px
}

.nx-file-upload--description {
  margin-bottom: 15px;
  margin-top: 15px
}

.nx-photo-tin-message {
  margin-bottom: 8px;
  margin-top: 8px
}

div#loyjoy-container {
  position: static !important;
  z-index: auto !important
}

.loyjoy-borderless-frame,
.loyjoy-launcher-img-frame {
  z-index: 1000 !important
}

.nx-range-dropdown__list {
  max-height: 70vh
}

.nx-range-dropdown__list-wrapper {
  font-size: 1rem;
  line-height: 1.44444444rem;
  background-color: #fff;
  border: 2px solid #eff5fa;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
  display: block;
  left: 50%;
  margin: 4px auto 0;
  min-width: 240px;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: translate3d(-50%, 5px, 0);
  transition: all .3s;
  visibility: hidden;
  z-index: 0
}

.nx-range-dropdown__list-wrapper .ps__rail-y {
  display: block;
  margin: 8px 0
}

.nx-range-dropdown__item {
  background-color: #fff;
  border: 1px solid #eff5fa;
  cursor: pointer;
  padding: 8px;
  position: relative;
  text-align: center
}

.nx-range-dropdown__item:last-child {
  border: none
}

.nx-range-dropdown__item:hover {
  background-color: #eff5fa
}

.nx-range-dropdown--open .nx-u-arrow-down {
  transform: rotate(180deg)
}

.nx-range-dropdown--open .nx-range-dropdown__list-wrapper {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  visibility: visible;
  z-index: 100
}

.nx-max-value~* {
  display: none
}

.nx-story-stage__timer-list {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  top: 16px;
  padding-left: 20px;
  padding-right: 20px
}

.nx-story-stage__timer--loader {
  left: 2px;
  -webkit-animation-name: move;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: move;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  display: none;
  height: 100%;
  top: 0;
  width: 0
}

.nx-story-stage__timer-list__item {
  padding: 0 2px;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  width: 100%
}

.nx-story-stage__timer-list__item:before {
  background: rgba(0, 19, 111, .3);
  border-radius: 4px;
  content: "";
  position: relative;
  height: 4px;
  width: 100%;
  display: block
}

.nx-story-stage__timer-list__item--active .nx-story-stage__timer--loader {
  display: block;
  width: calc(100% - 4px)
}

.nx-story-stage__timer-list__item--full .nx-story-stage__timer--loader {
  display: block;
  width: calc(100% - 4px);
  -webkit-animation: none;
  animation: none
}

.nx-story-stage__arrow-down {
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: block;
  font-size: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  position: relative;
  width: 26px
}

.nx-story-stage__arrow-down:after,
.nx-story-stage__arrow-down:before {
  font-family: NiveaXIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.nx-story-stage__arrow-down:before {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  content: "\e908";
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: arrow-move;
  animation-name: arrow-move;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  font-weight: 800
}

@-webkit-keyframes move {
  0% {
    width: 0
  }

  25% {
    width: 25%
  }

  50% {
    width: 50%
  }

  75% {
    width: 75%
  }

  to {
    width: calc(100% - 4px)
  }
}

@keyframes move {
  0% {
    width: 0
  }

  25% {
    width: 25%
  }

  50% {
    width: 50%
  }

  75% {
    width: 75%
  }

  to {
    width: calc(100% - 4px)
  }
}

@-webkit-keyframes arrow-move {
  0% {
    top: 50%
  }

  10% {
    top: 60%
  }

  20% {
    top: 50%
  }

  30% {
    top: 60%
  }

  40% {
    top: 50%
  }

  50% {
    top: 60%
  }

  60% {
    top: 50%
  }

  to {
    top: 50%
  }
}

@keyframes arrow-move {
  0% {
    top: 50%
  }

  10% {
    top: 60%
  }

  20% {
    top: 50%
  }

  30% {
    top: 60%
  }

  40% {
    top: 50%
  }

  50% {
    top: 60%
  }

  60% {
    top: 50%
  }

  to {
    top: 50%
  }
}

@-webkit-keyframes nx-worm-to-right {
  0% {
    left: 0;
    width: 5px
  }

  60% {
    opacity: 1;
    left: auto;
    right: -15px;
    width: 20px
  }

  to {
    opacity: 0;
    left: auto;
    right: -15px;
    width: 5px
  }
}

@keyframes nx-worm-to-right {
  0% {
    left: 0;
    width: 5px
  }

  60% {
    opacity: 1;
    left: auto;
    right: -15px;
    width: 20px
  }

  to {
    opacity: 0;
    left: auto;
    right: -15px;
    width: 5px
  }
}

@-webkit-keyframes nx-worm-to-left {
  0% {
    right: 0;
    width: 5px
  }

  60% {
    left: -15px;
    opacity: 1;
    right: auto;
    width: 20px
  }

  to {
    left: -15px;
    opacity: 0;
    right: auto;
    width: 5px
  }
}

@keyframes nx-worm-to-left {
  0% {
    right: 0;
    width: 5px
  }

  60% {
    left: -15px;
    opacity: 1;
    right: auto;
    width: 20px
  }

  to {
    left: -15px;
    opacity: 0;
    right: auto;
    width: 5px
  }
}
