/* break point */
/* fonts */
/* styleguide color */
/* primary color */
/* secondary color */
/* gray scale color */
/* neutral color */
/* // styleguide color */
/* color */
/* theme */
/* Grey Theme */
/* BTN */
/* text style */
/* line-height*/
/* font-size */
/* line-height */
/* z-index */
/* pop up */
/* section common padding set */
/* use srp component */
/* product break point add */
/* resourse path */
/* use srp component */
/* p6 text style */
/* headline */
/* title */
/* body */
/* cta */
.content-block-carousel {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #EFE7E3;
}
.content-block-carousel--inner_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-block-carousel--mobilewrap {
  line-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 0 !important;
  width: 0 !important;
}
.content-block-carousel--wrap,
.content-block-carousel--list-wrap-inner {
  position: relative;
  width: 50%;
  height: 406px;
}
.content-block-carousel__content-wrap {
  height: 406px;
}
.content-block-carousel__text-container {
  width: 562px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.content-block-carousel__text-container .cta {
  font-size: 18px;
  line-height: 19px;
}
.content-block-carousel__headline {
  font-family: 'DacorDrukMedium', arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #383839;
}
.content-block-carousel__desc {
  font-family: 'DacorInferi', arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22.5px;
  color: #383839;
  margin-top: 22px;
}
.content-block-carousel__image-wrap img {
  height: 406px;
}
.content-block-carousel .image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
}
.content-block-carousel .image img {
  width: 100%;
  height: 406px;
  object-fit: cover;
}
.content-block-carousel .image.icon {
  width: 54px;
  position: relative;
  left: 0;
  transform: unset;
  display: block;
}
.content-block-carousel .image.icon img {
  width: 54px;
  height: 36px;
  margin-top: 16px;
  cursor: auto;
}
.content-block-carousel .video {
  height: 406px;
  overflow: hidden;
}
.content-block-carousel__btn-video-play {
  width: 60px;
  height: 63px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.content-block-carousel .s-video-on .image,
.content-block-carousel .s-video-on .content-block-carousel__btn-video-play {
  display: none;
}
.content-block-carousel .arrow-indicator-wrap {
  top: unset;
  bottom: 10%;
}
.content-block-carousel .arrow-indicator-wrap .arrow-indicator {
  width: 23.5px;
  height: 47px;
  padding: 0;
}
.content-block-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--prev {
  left: 150px;
}
.content-block-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--next {
  right: 150px;
}
.content-block-carousel__btn-video-close {
  display: none;
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  padding: 15px;
  font-size: 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.content-block-carousel__btn-video-close:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../../etc.clientlibs/dacor/clientlibs/clientlib-common/resources/images/btn-close-white.png") no-repeat;
  background-size: 100%;
}
.content-block-carousel .bg-dark-red {
  background-color: #FC421F;
}
.content-block-carousel .bg-dark-red .cta {
  margin-top: 22px;
}
.content-block-carousel .bg-dark-red .cta.cta--black {
  color: #383839 !important;
}
.content-block-carousel .bg-light-grey {
  background-color: #C4C4C4;
}
.content-block-carousel .bg-light-grey .content-block-carousel__headline,
.content-block-carousel .bg-light-grey .content-block-carousel__desc {
  color: #383839;
}
.content-block-carousel .bg-light-grey .cta {
  margin-top: 22px;
}
.content-block-carousel .bg-light-grey .cta.cta--black {
  color: #383839 !important;
}
.content-block-carousel .bg-dark-grey {
  background-color: #383839;
}
.content-block-carousel .bg-dark-grey .content-block-carousel__headline,
.content-block-carousel .bg-dark-grey .content-block-carousel__desc {
  color: #C4C4C4;
}
.content-block-carousel .bg-dark-grey .cta {
  margin-top: 22px;
}
.content-block-carousel .bg-dark-grey .cta.cta--black {
  color: #C4C4C4 !important;
}
.content-block-carousel .bg-black .content-block-carousel__headline,
.content-block-carousel .bg-black .content-block-carousel__desc,
.content-block-carousel .bg-black .cta {
  color: #EFE7E3;
}
.content-block-carousel .arrow-indicator-wrap {
  top: unset;
  bottom: 10%;
}
.content-block-carousel .indicator-wrap {
  margin-top: -10px;
  background-color: unset;
}
.content-block-carousel .dot-indicator .indicator-wrap:after {
  border: unset;
}
.content-block-carousel .indicator__dot-inner {
  background-color: unset;
  border: 1px solid #EFE7E3;
  width: 17px;
  height: 17px;
}
.content-block-carousel .indicator__item--active .indicator__dot-inner {
  background-color: #EFE7E3 !important;
}
.content-block-carousel .indicator__dot-wrap {
  display: block;
  width: 17px;
  height: 17px;
}
.content-block-carousel .indicator__dot-wrap .indicator__dot {
  width: 100%;
  height: 100%;
}
.content-block-carousel .dot-indicator .indicator__item {
  margin-right: 15px;
}
.content-block-carousel .arrow-indicator svg path {
  stroke: #EFE7E3;
}
.content-block-carousel video {
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1725px) {
  .content-block-carousel--wrap,
  .content-block-carousel--list-wrap-inner {
    height: 23.53623188vw;
  }
  .content-block-carousel__content-wrap {
    height: 23.53623188vw;
  }
  .content-block-carousel__text-container {
    width: 32.57971014vw;
  }
  .content-block-carousel__text-container .cta {
    font-size: 1.04347826vw;
    line-height: 1.10144928vw;
  }
  .content-block-carousel__headline {
    font-size: 1.04347826vw;
    line-height: 1.10144928vw;
  }
  .content-block-carousel__desc {
    margin-top: 1.27536232vw;
    font-size: 0.98550725vw;
    line-height: 1.30434783vw;
  }
  .content-block-carousel__image-wrap img {
    height: 23.53623188vw;
  }
  .content-block-carousel__btn-video-play {
    width: 3.47826087vw;
    height: 3.65217391vw;
  }
  .content-block-carousel .arrow-indicator-wrap .arrow-indicator {
    width: 1.36231884vw;
    height: 2.72463768vw;
  }
  .content-block-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--prev {
    left: 8.69565217vw;
  }
  .content-block-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--next {
    right: 8.69565217vw;
  }
  .content-block-carousel__btn-video-close {
    top: 0.86956522vw;
    right: 0.86956522vw;
    width: 1.62318841vw;
    height: 1.62318841vw;
    padding: 0.86956522vw;
  }
  .content-block-carousel .image img {
    height: 23.53623188vw;
  }
  .content-block-carousel .image.icon {
    width: 3.13043478vw;
  }
  .content-block-carousel .image.icon img {
    width: 3.13043478vw;
    height: 2.08695652vw;
    margin-top: 0.92753623vw;
  }
  .content-block-carousel .video {
    height: 23.53623188vw;
  }
  .content-block-carousel .indicator-wrap {
    margin-top: -0.57971014vw;
  }
  .content-block-carousel .indicator__dot-inner,
  .content-block-carousel .indicator__dot-wrap {
    width: 0.98550725vw;
    height: 0.98550725vw;
  }
  .content-block-carousel .dot-indicator .indicator__item {
    margin-right: 0.86956522vw;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-carousel--mobilewrap {
    line-height: inherit;
    overflow: auto;
    padding: inherit;
    margin: auto;
    width: 100% !important;
    height: 56.07476636vw !important;
  }
  .content-block-carousel--desktopwrap {
    line-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 0 !important;
    width: 0 !important;
  }
  .content-block-carousel--list-wrap-inner,
  .content-block-carousel__content-wrap {
    width: 100% !important;
    height: 56.07476636vw !important;
  }
  .content-block-carousel__content-wrap {
    position: relative;
  }
  .content-block-carousel__text-container {
    width: 100%;
    padding: 0vw 14.95327103vw;
    text-align: center;
  }
  .content-block-carousel__text-container .cta {
    font-size: 2.80373832vw;
    line-height: 3.73831776vw;
  }
  .content-block-carousel__text-container .cta--underline::after {
    bottom: 1.40186916vw;
  }
  .content-block-carousel__headline {
    font-size: 2.80373832vw;
    line-height: 3.73831776vw;
  }
  .content-block-carousel__desc {
    margin-top: 4.20560748vw;
    font-size: 2.80373832vw;
    line-height: 3.73831776vw;
  }
  .content-block-carousel__image-wrap {
    height: 56.07476636vw;
  }
  .content-block-carousel__image-wrap img {
    height: 56.07476636vw;
  }
  .content-block-carousel .image,
  .content-block-carousel .video,
  .content-block-carousel .image img {
    width: 100%;
    height: 56.07476636vw;
  }
  .content-block-carousel .arrow-indicator-wrap .arrow-indicator {
    width: 3.5046729vw;
    height: 7.00934579vw;
  }
  .content-block-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--prev {
    left: 14.48598131vw;
  }
  .content-block-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--next {
    right: 14.48598131vw;
  }
  .content-block-carousel__btn-video-play {
    width: 8.41121495vw;
    height: 8.87850467vw;
  }
  .content-block-carousel__btn-video-close {
    top: 0;
    right: 0;
    width: 5.8411215vw;
    height: 5.8411215vw;
    padding: 3.73831776vw;
  }
  .content-block-carousel .indicator-wrap {
    margin-top: -2.3364486vw;
  }
  .content-block-carousel .arrow-indicator svg {
    width: 3.97196262vw;
    height: 7.47663551vw;
  }
  .content-block-carousel .indicator__dot-inner,
  .content-block-carousel .indicator__dot-wrap {
    width: 2.80373832vw;
    height: 2.80373832vw;
  }
  .content-block-carousel .image.icon {
    width: 12.61682243vw;
    height: 8.41121495vw;
    margin: 0 auto;
  }
  .content-block-carousel .image.icon img {
    width: 12.61682243vw;
    height: 8.41121495vw;
    margin-top: 3.73831776vw;
  }
}

/* break point */
/* fonts */
/* styleguide color */
/* primary color */
/* secondary color */
/* gray scale color */
/* neutral color */
/* // styleguide color */
/* color */
/* theme */
/* Grey Theme */
/* BTN */
/* text style */
/* line-height*/
/* font-size */
/* line-height */
/* z-index */
/* pop up */
/* section common padding set */
/* use srp component */
/* product break point add */
/* resourse path */
/* use srp component */
/* p6 text style */
/* headline */
/* title */
/* body */
/* cta */
.features-card {
  background-color: #EFE7E3;
}
.features-card * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.features-card__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1725px;
  overflow: hidden;
}
.features-card__inner {
  margin-bottom: 158px;
}
.features-card__title {
  text-align: center;
  max-width: 634px;
  margin: 140px auto 125px;
}
.features-card__headline {
  font-family: 'DacorDruk', arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  margin: 0 auto;
  line-height: 157px;
}
.features-card__headline_desc {
  font-size: 17px;
  max-width: 417px;
  margin: 0 auto;
  line-height: 23px;
  padding-bottom: 20px;
}
.features-card__headline_cta {
  font-size: 17px;
  line-height: 23px;
}
.features-card__contentlist {
  display: flex;
  justify-content: center;
}
.features-card__content {
  width: 420px;
  margin-right: 60px;
  padding-bottom: 0;
  background-color: #EFE7E3;
}
.features-card__content:first-child {
  margin-left: 175px;
}
.features-card__content:last-child {
  margin-right: 175px;
}
.features-card__figure {
  width: 420px;
  height: 492px;
}
.features-card__figure img {
  width: 420px;
  height: 492px;
}
.features-card__text {
  text-align: center;
  margin-top: 79px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.features-card__text__headline {
  font-family: 'DacorDrukMedium', arial, sans-serif;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.features-card__text__description {
  font-size: 17px;
  line-height: 23px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.features-card__text__cta {
  text-align: center;
  font-size: 17px;
}
.features-card__text__links {
  text-align: center;
  margin-top: 63px;
}
.features-card__text__links .cta-button {
  width: 197px;
  height: 39px;
  padding: 8px 0;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  color: #383839;
  display: block;
  background-color: transparent;
  margin: 0 auto 12px auto;
}
.features-card__text__links .cta-button:hover,
.features-card__text__links .cta-button:focus {
  background-color: #000;
  text-decoration: none;
  color: #EFE7E3;
}
.features-card__indicator {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1725px) {
  .features-card__wrap {
    max-width: 100vw;
    position: relative;
  }
  .features-card__inner {
    margin-bottom: 9.15942029vw;
  }
  .features-card__title {
    max-width: 36.75362319vw;
    margin-top: 8.11594203vw;
    margin-bottom: 7.24637681vw;
  }
  .features-card__headline {
    font-size: 4.63768116vw;
    line-height: 9.10144928vw;
  }
  .features-card__headline_desc {
    font-size: 0.98550725vw;
    max-width: 24.17391304vw;
    line-height: 1.33333333vw;
    padding-bottom: 1.15942029vw;
  }
  .features-card__headline_cta {
    font-size: 0.98550725vw;
    line-height: 1.33333333vw;
  }
  .features-card__content {
    width: 24.34782609vw;
    margin-right: 3.47826087vw;
  }
  .features-card__content:first-child {
    margin-left: 10.14492754vw;
  }
  .features-card__content:last-child {
    margin-right: 10.14492754vw;
  }
  .features-card__figure {
    width: 24.34782609vw;
    height: 28.52173913vw;
  }
  .features-card__figure img {
    width: 24.34782609vw;
    height: 28.52173913vw;
  }
  .features-card__text {
    margin-top: 4.57971014vw;
    max-width: 23.53623188vw;
  }
  .features-card__text__headline {
    font-size: 1.04347826vw;
    margin-bottom: 1.33333333vw;
  }
  .features-card__text__description {
    font-size: 0.98550725vw;
    line-height: 1.33333333vw;
    margin-bottom: 0.86956522vw;
  }
  .features-card__text__cta {
    font-size: 0.98550725vw;
  }
  .features-card__text__links {
    margin-top: 3.65217391vw;
  }
  .features-card__text__links .cta-button {
    width: 11.42028986vw;
    height: 2.26086957vw;
    padding: 0.46376812vw 0vw;
    font-size: 0.98550725vw;
    line-height: 1.33333333vw;
    margin-bottom: 0.69565217vw;
  }
}
@media only screen and (max-width: 767px) {
  .features-card__wrap {
    max-width: 100vw;
  }
  .features-card__inner {
    margin-bottom: 9.57943925vw;
  }
  .features-card__title {
    margin-top: 6.07476636vw;
    margin-bottom: 6.07476636vw;
    max-width: 72.89719626vw;
  }
  .features-card__headline {
    font-size: 7.00934579vw;
    max-width: 72.89719626vw;
    line-height: 10.51401869vw;
  }
  .features-card__headline_desc {
    font-size: 2.80373832vw;
    max-width: 64.48598131vw;
    line-height: 3.73831776vw;
    margin-top: 1.86915888vw;
    padding-bottom: 0.23364486vw;
  }
  .features-card__headline_cta {
    font-size: 2.80373832vw;
    margin-top: 1.86915888vw;
  }
  .features-card__contentlist {
    justify-content: left;
    margin-top: 9.11214953vw;
  }
  .features-card__contentlist.swiper-wrapper {
    height: 100% !important;
  }
  .features-card__content {
    width: 62.61682243vw !important;
    margin-right: 7.00934579vw;
  }
  .features-card__content:first-child {
    margin-left: 18.22429907vw;
  }
  .features-card__content:last-child {
    margin-right: 18.22429907vw;
  }
  .features-card__figure {
    width: 62.61682243vw;
    height: 75.23364486vw;
  }
  .features-card__figure img {
    width: 62.61682243vw;
    height: 75.23364486vw;
  }
  .features-card__text {
    margin-top: 7.00934579vw;
    width: 62.61682243vw;
  }
  .features-card__text__headline {
    font-size: 2.80373832vw;
    margin-bottom: 3.03738318vw;
  }
  .features-card__text__description {
    width: 60.28037383vw;
    font-size: 2.80373832vw;
    line-height: 3.73831776vw;
    padding: 0vw 1.1682243vw;
  }
  .features-card__text__cta {
    font-size: 2.80373832vw;
    width: 62.61682243vw;
  }
  .features-card__text__links {
    margin-top: 7.71028037vw;
  }
  .features-card__text__links .cta-button {
    width: 51.86915888vw;
    height: 7.94392523vw;
    padding: 1.63551402vw 0vw;
    font-size: 2.80373832vw;
    line-height: 3.73831776vw;
    margin-bottom: 3.03738318vw;
  }
  .features-card__indicator {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 7.00934579vw;
    margin-bottom: 7.94392523vw;
  }
  .features-card__indicator button {
    display: inline-block;
    width: 3.5046729vw;
    height: 7.00934579vw;
  }
  .features-card__indicator button:focus {
    outline: medium none !important;
  }
  .features-card__indicator button svg:focus {
    outline: medium none !important;
  }
  .features-card__indicator .indicator {
    display: inline;
    margin-left: 23.8317757vw;
    margin-right: 23.59813084vw;
  }
  .features-card__indicator .indicator .indicator-wrap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
  }
  .features-card__indicator .indicator .indicator-wrap:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  .features-card__indicator .indicator .indicator__list-wrap {
    padding: 2.3364486vw 0vw;
  }
  .features-card__indicator .indicator .indicator__item {
    margin-right: 4.6728972vw;
  }
  .features-card__indicator .indicator .indicator__item:last-child {
    margin-right: 0;
  }
  .features-card__indicator .indicator .indicator__item.swiper-pagination-bullet {
    width: 2.80373832vw;
    height: 2.80373832vw;
  }
  .features-card__indicator .indicator .indicator__item.swiper-pagination-bullet:focus {
    outline: medium none !important;
  }
  .features-card__indicator .indicator .indicator__dot {
    width: 100%;
    height: 100%;
  }
  .features-card__indicator .indicator .indicator__dot-wrap {
    width: 2.80373832vw;
    height: 2.80373832vw;
  }
  .features-card__indicator .indicator .indicator__dot-inner {
    background-color: #EFE7E3;
    border: 1px solid #383839;
  }
  .features-card__indicator .indicator .indicator__item--active .indicator__dot-inner {
    background-color: #383839;
  }
}

/* break point */
/* fonts */
/* styleguide color */
/* primary color */
/* secondary color */
/* gray scale color */
/* neutral color */
/* // styleguide color */
/* color */
/* theme */
/* Grey Theme */
/* BTN */
/* text style */
/* line-height*/
/* font-size */
/* line-height */
/* z-index */
/* pop up */
/* section common padding set */
/* use srp component */
/* product break point add */
/* resourse path */
/* use srp component */
/* p6 text style */
/* headline */
/* title */
/* body */
/* cta */
.power-footer__inner {
  display: flex;
  min-height: 558px;
  max-width: 1725px;
  margin-right: auto;
  margin-left: auto;
}
.power-footer__column {
  width: 100%;
  max-width: 862px;
  height: 300px;
  text-align: center;
  padding: 50px 0;
  margin: auto;
}
.power-footer__column:not(:last-child) {
  border-right: 1px solid #000000;
}
.power-footer__column-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.power-footer__cta {
  display: inline-block;
  font-family: 'DacorInferi', arial, sans-serif;
  cursor: pointer;
  margin-top: 32px;
  width: 352px;
}
.power-footer__cta-loc {
  position: relative;
}
.power-footer__cta-loc input {
  text-align: left;
  padding: 3px 102px 3px 5px;
}
.power-footer__cta-loc input::placeholder {
  text-align: center;
  margin-right: -97px;
}
.power-footer__cta-loc .power-footer__textbox-submit {
  border: 1px solid;
  padding: 5px 18px;
  position: absolute;
  display: none;
  font-size: 17px;
  font-family: 'DacorInferi', arial, sans-serif;
  right: 7px;
  top: 7.5px;
}
.power-footer__cta-loc .power-footer__textbox-submit:hover {
  color: #000000 !important;
}
.power-footer__cta.power-footer__cta-link {
  border: 1px solid #000000;
}
.power-footer__cta.power-footer__cta-link:hover {
  background-color: #000;
}
.power-footer__cta.power-footer__cta-link:hover a {
  color: #EFE7E3 !important;
}
.power-footer__cta a {
  padding: 10px 0 11px 0;
}
.power-footer__cta a.cta {
  font-size: 17px;
  font-weight: 400;
  color: inherit;
  border: 0;
}
.power-footer__cta a:hover {
  color: #EFE7E3 !important;
}
.power-footer__headline-text {
  font-family: 'DacorDrukMedium', arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.power-footer.bg-black .power-footer__cta.power-footer__cta-link {
  border: 1px solid #FFF;
}
.power-footer.bg-black .power-footer__cta a {
  color: #FFF;
}
.power-footer.bg-black .power-footer__cta:hover {
  background-color: #FFF;
}
.power-footer.bg-black .power-footer__cta:hover a {
  color: #000 !important;
}
.power-footer.bg-black .power-footer__column:not(:last-child) {
  border-right: 1px solid #FFF;
}
.power-footer.bg-black .power-footer__textbox {
  border: 1px solid #FFF;
}
.power-footer.bg-beige {
  background-color: #EFE7E3;
}
.power-footer__textbox {
  width: 100%;
  height: 46px;
  background-color: transparent;
  font-family: 'DacorInferi', arial, sans-serif;
  border: 1px solid #000000;
  text-align: center;
}
.power-footer__textbox:focus {
  outline: none !important;
  background-color: transparent;
}
.power-footer__textbox::placeholder {
  font-family: 'DacorInferi', arial, sans-serif !important;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: inherit;
}
.power-footer__textbox:invalid {
  box-shadow: 0 0 2px 1px red !important;
}
.power-footer input::placeholder {
  font-family: 'DacorInferi', arial, sans-serif !important;
}
.power-footer input::-webkit-outer-spin-button,
.power-footer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.power-footer input[type=number] {
  -moz-appearance: textfield;
}
.power-footer input:focus::placeholder {
  color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1725px) {
  .power-footer__inner {
    min-height: 32.34782609vw;
  }
  .power-footer__column {
    height: 17.39130435vw;
    padding: 2.89855072vw;
  }
  .power-footer__cta {
    margin-top: 1.85507246vw;
    width: 20.4057971vw;
  }
  .power-footer__cta a {
    padding: 0.57971014vw 0vw 0.63768116vw 0vw;
  }
  .power-footer__cta a.cta {
    font-size: 0.98550725vw;
  }
  .power-footer__cta-loc input {
    padding: 0.17391304vw 5.91304348vw 0.17391304vw 0.28985507vw;
  }
  .power-footer__cta-loc input::placeholder {
    margin-right: -5.62318841vw;
  }
  .power-footer__cta-loc .power-footer__textbox-submit {
    padding: 0.28985507vw 1.04347826vw;
    font-size: 0.98550725vw;
    right: 0.4057971vw;
    top: 0.43478261vw;
  }
  .power-footer__headline-text {
    font-size: 1.04347826vw;
  }
  .power-footer__textbox {
    height: 2.66666667vw;
    padding: 0.57971014vw 0vw 0.63768116vw 0vw;
    font-size: 0.98550725vw;
  }
  .power-footer__textbox::placeholder {
    font-size: 0.98550725vw;
  }
}
@media only screen and (max-width: 767px) {
  .power-footer__inner {
    flex-direction: column;
    min-height: 70.09345794vw;
  }
  .power-footer__column {
    padding: 9.34579439vw 0vw;
    width: auto;
    height: auto;
  }
  .power-footer__column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
  .power-footer__column-wrap {
    transform: none;
  }
  .power-footer__cta {
    padding: 1.40186916vw 0vw 1.40186916vw 0vw;
    margin-top: 3.27102804vw;
    width: 68.69158879vw;
    margin-left: 1.63551402vw;
    margin-right: 1.63551402vw;
  }
  .power-footer__cta a.cta {
    font-size: 2.80373832vw;
    line-height: 0;
  }
  .power-footer__cta-loc input {
    padding: 0.70093458vw 18.69158879vw 0.70093458vw 1.1682243vw;
  }
  .power-footer__cta-loc input::placeholder {
    margin-right: -17.52336449vw;
  }
  .power-footer__cta-loc .power-footer__textbox-submit {
    padding: 0.70093458vw 3.5046729vw 0.46728972vw 3.5046729vw;
    font-size: 2.80373832vw;
    right: 1.63551402vw;
    top: 2.21962617vw;
  }
  .power-footer__headline-text {
    font-size: 2.80373832vw;
  }
  .power-footer.bg-black .power-footer__column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #FFF;
  }
  .power-footer__textbox {
    padding: 1.1682243vw 0vw 2.10280374vw 0vw;
    height: 100%;
  }
  .power-footer__textbox::placeholder {
    font-size: 2.80373832vw;
  }
}

/* break point */
/* fonts */
/* styleguide color */
/* primary color */
/* secondary color */
/* gray scale color */
/* neutral color */
/* // styleguide color */
/* color */
/* theme */
/* Grey Theme */
/* BTN */
/* text style */
/* line-height*/
/* font-size */
/* line-height */
/* z-index */
/* pop up */
/* section common padding set */
/* use srp component */
/* product break point add */
/* resourse path */
/* use srp component */
/* p6 text style */
/* headline */
/* title */
/* body */
/* cta */
.text-block {
  background-color: #EFE7E3;
}
.text-block__text {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  z-index: 2;
  margin-top: 98px;
  margin-bottom: 82px;
}
.text-block__text .text-block__headline > * {
  font-family: 'DacorDruk', arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  max-width: 900px;
  line-height: 148px;
}
.text-block__text .text-block__sub-headline > * {
  font-family: 'DacorInferi', arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 16px;
  line-height: 23px;
}
.text-block__text .text-block__link {
  font-family: 'DacorInferi', arial, sans-serif;
  font-size: 17px;
}
.text-block__disclaimer {
  font-family: 'DacorInferi', arial, sans-serif;
  font-size: 17px;
  line-height: 23px;
  margin: 32px;
}
.text-block__sub-headline > a {
  display: block;
}
.text-block__text p a {
  display: inline-block;
  font-weight: bold;
}
.text-block.align-center {
  text-align: center !important;
}
.text-block.align-center .text-block__text {
  text-align: center;
}
.text-block.align-left {
  text-align: left !important;
}
.text-block.align-left .text-block__text {
  text-align: left;
}
.text-block.align-right {
  text-align: right !important;
}
.text-block.align-right .text-block__text {
  text-align: right;
}
.text-block__titledesc .text-block__text {
  margin-top: 148px;
  margin-bottom: 148px;
}
.text-block__titleonly .text-block__text {
  margin-top: 25px;
  margin-bottom: 25px;
}
.text-block__titleonly .text-block__text .text-block__headline > * {
  line-height: 252px;
}
.text-block__desconly .text-block__text {
  margin-top: 115px;
  margin-bottom: 86px;
}
@media only screen and (min-width: 768px) and (max-width: 1725px) {
  .text-block__text {
    margin-top: 5.68115942vw;
    margin-bottom: 4.75362319vw;
  }
  .text-block__text .text-block__headline > * {
    font-size: 4.63768116vw;
    max-width: 52.17391304vw;
    line-height: 8.57971014vw;
  }
  .text-block__text .text-block__sub-headline > * {
    font-size: 0.98550725vw;
    max-width: 34.7826087vw;
    padding-bottom: 0.92753623vw;
    line-height: 1.33333333vw;
  }
  .text-block__disclaimer {
    font-size: 0.98550725vw;
    line-height: 1.33333333vw;
    margin: 1.85507246vw;
  }
  .text-block__titledesc .text-block__text {
    margin-top: 8.57971014vw;
    margin-bottom: 8.57971014vw;
  }
  .text-block__titleonly .text-block__text {
    margin-top: 1.44927536vw;
    margin-bottom: 1.44927536vw;
  }
  .text-block__desconly .text-block__text {
    margin-top: 6.66666667vw;
    margin-bottom: 4.98550725vw;
  }
  .text-block__titleonly .text-block__text .text-block__headline > * {
    line-height: 14.60869565vw;
  }
}
@media only screen and (max-width: 767px) {
  .text-block__text {
    max-width: 58.41121495vw;
    margin-top: 5.37383178vw;
    margin-bottom: 3.27102804vw;
  }
  .text-block__text .text-block__headline > * {
    font-size: 7.00934579vw;
    line-height: 10.28037383vw;
    max-width: 58.41121495vw;
  }
  .text-block__text .text-block__sub-headline > * {
    font-size: 2.80373832vw;
    line-height: 3.43457944vw;
    max-width: 58.41121495vw;
    padding-bottom: 0vw;
  }
  .text-block__text .text-block__link {
    font-size: 2.80373832vw;
  }
  .text-block__disclaimer {
    margin: 0vw 14.95327103vw;
    font-size: 2.80373832vw;
    line-height: 3.43457944vw;
  }
  .text-block__titledesc .text-block__text {
    margin-top: 5.14018692vw;
    margin-bottom: 7.00934579vw;
  }
  .text-block__titledesc .text-block__text .text-block__headline > * {
    margin-bottom: 1.63551402vw;
  }
  .text-block__titleonly .text-block__text {
    margin-top: 4.20560748vw;
    margin-bottom: 4.20560748vw;
  }
  .text-block__titleonly .text-block__text .text-block__headline > * {
    line-height: 10.28037383vw;
  }
  .text-block__desconly .text-block__text {
    margin-top: 8.41121495vw;
    margin-bottom: 8.17757009vw;
  }
}

/* break point */
/* fonts */
/* styleguide color */
/* primary color */
/* secondary color */
/* gray scale color */
/* neutral color */
/* // styleguide color */
/* color */
/* theme */
/* Grey Theme */
/* BTN */
/* text style */
/* line-height*/
/* font-size */
/* line-height */
/* z-index */
/* pop up */
/* section common padding set */
/* use srp component */
/* product break point add */
/* resourse path */
/* use srp component */
/* p6 text style */
/* headline */
/* title */
/* body */
/* cta */
.home-hero-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 800px;
}
.home-hero-carousel__container {
  width: 100%;
}
.home-hero-carousel .swiper-container {
  position: unset;
  overflow: unset;
}
.home-hero-carousel__slide-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.home-hero-carousel__slide-inner.desktop-middle-center .home-hero-carousel__btn-video-play {
  top: 96%;
  left: 2%;
  width: 42px;
  height: 44px;
}
.home-hero-carousel .swiper-slide {
  background-color: #fff;
}
.home-hero-carousel .image img {
  height: 800px;
}
.home-hero-carousel .cta.cta--outlined {
  max-width: 197px;
  border-radius: 0;
  background: #EFE7E3 !important;
  font-family: 'DacorInferi', arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  align-items: center;
  text-align: center;
  color: #383839 !important;
  padding: 8px 58px;
}
.home-hero-carousel .cta--outlined.cta--black:hover,
.home-hero-carousel .cta--outlined.cta--black:focus {
  opacity: .7;
}
.home-hero-carousel .video + .image {
  display: none;
  z-index: -1;
}
.home-hero-carousel .arrow-indicator-wrap {
  top: unset;
  bottom: 10%;
  max-width: 1725px;
}
.home-hero-carousel .arrow-indicator-wrap .arrow-indicator {
  width: 23.5px;
  height: 47px;
  padding: 0;
}
.home-hero-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--prev {
  left: 155px;
}
.home-hero-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--next {
  right: 148px;
}
.home-hero-carousel .indicator-wrap {
  margin-top: -10px;
}
.home-hero-carousel .indicator__dot-inner {
  background-color: unset;
  border: 1px solid #EFE7E3;
  width: 17px;
  height: 17px;
}
.home-hero-carousel .indicator__item--active .indicator__dot-inner {
  background-color: #EFE7E3 !important;
}
.home-hero-carousel .indicator__dot-wrap {
  display: block;
  width: 17px;
  height: 17px;
}
.home-hero-carousel .indicator__dot-wrap .indicator__dot {
  width: 100%;
  height: 100%;
}
.home-hero-carousel .dot-indicator .indicator__item {
  margin-right: 15px;
}
.home-hero-carousel .indicator__label-wrap {
  display: none;
}
.home-hero-carousel .label-indicator .indicator__item {
  width: auto;
  display: block;
}
.home-hero-carousel__btn-video-play {
  width: 96px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.home-hero-carousel .s-video-on .home-hero-carousel__text-wrap,
.home-hero-carousel .s-video-on .image,
.home-hero-carousel .s-video-on .home-hero-carousel__btn-video-play {
  display: none;
}
.home-hero-carousel .s-video-on .home-hero-carousel__btn-video-close {
  display: block;
}
.home-hero-carousel .s-video-on .video figure {
  display: block;
}
.home-hero-carousel__background-media-wrap {
  background: linear-gradient(180deg, rgba(56, 56, 57, 0) 0%, #383839 100%);
  position: relative;
  height: 100%;
}
.home-hero-carousel__background-media-wrap .image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.home-hero-carousel__background-media-wrap .video {
  height: 100%;
}
.home-hero-carousel__background-media-wrap .video figure {
  background-color: transparent;
}
.home-hero-carousel__text-container {
  width: 100%;
  margin: auto;
  padding: 0;
  overflow: hidden;
  max-width: 1725px;
}
.home-hero-carousel__headline {
  font-family: 'DacorDruk', arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 100px;
  align-items: center;
  color: #EFE7E3;
  margin-bottom: 61px;
}
.home-hero-carousel__desc {
  margin-bottom: 24px;
  font-family: 'DacorInferi', arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  color: #EFE7E3;
  max-width: 430px;
}
.home-hero-carousel__product-desc {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.33;
}
.home-hero-carousel__cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 93px;
}
.home-hero-carousel__cta-wrap .cta.cta--blond {
  color: #ffffff;
  background: #000000;
}
.home-hero-carousel__cta-wrap .cta.cta--blond:hover,
.home-hero-carousel__cta-wrap .cta.cta--blond:focus {
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2cac5), to(#dbb3a9));
  background: linear-gradient(#e2cac5, #dbb3a9);
}
.home-hero-carousel__cta-wrap .cta:first-child:nth-last-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.home-hero-carousel__cta-wrap .cta:first-child:nth-last-child(2) + .cta {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px;
}
.home-hero-carousel__text {
  position: relative;
  margin: auto;
  max-width: 1725px;
}
.home-hero-carousel__text-wrap {
  position: absolute;
  z-index: 600;
}
.home-hero-carousel__text-wrap.desktop-top-left {
  top: 80px;
  left: 88px;
}
.home-hero-carousel__text-wrap.desktop-top-center {
  width: 720px;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.home-hero-carousel__text-wrap.desktop-top-center .home-hero-carousel__cta-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-hero-carousel__text-wrap.desktop-top-right {
  top: 80px;
  right: 88px;
}
.home-hero-carousel__text-wrap.desktop-middle-left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 88px;
}
.home-hero-carousel__text-wrap.desktop-middle-center {
  width: 720px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: initial;
}
.home-hero-carousel__text-wrap.desktop-middle-center .home-hero-carousel__cta-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-hero-carousel__text-wrap.desktop-middle-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 88px;
}
.home-hero-carousel__text-wrap.desktop-bottom-left {
  bottom: 93px;
  left: 86px;
  width: 435px;
}
.home-hero-carousel__text-wrap.desktop-bottom-center {
  width: 720px;
  bottom: 112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.home-hero-carousel__text-wrap.desktop-bottom-center .home-hero-carousel__cta-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-hero-carousel__text-wrap.desktop-bottom-right {
  bottom: 112px;
  right: 88px;
}
.home-hero-carousel__text-wrap.text-color--black .home-hero-carousel__product-desc {
  color: #313131;
}
.home-hero-carousel__text-wrap.text-color--white .home-hero-carousel__product-desc {
  color: #eeeeee;
}
.home-hero-carousel--height-large .home-hero-carousel__slide-inner {
  height: 800px;
}
.home-hero-carousel--height-medium .home-hero-carousel__slide-inner {
  height: 640px;
}
.home-hero-carousel--height-smedium,
.home-hero-carousel--height-small {
  /* stylelint-disable-next-line */
}
.home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--desktop-left,
.home-hero-carousel--height-small .home-hero-carousel__text-wrap--desktop-left {
  left: 88px;
}
.home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--desktop-center,
.home-hero-carousel--height-small .home-hero-carousel__text-wrap--desktop-center {
  width: 720px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--desktop-center .home-hero-carousel__cta-wrap,
.home-hero-carousel--height-small .home-hero-carousel__text-wrap--desktop-center .home-hero-carousel__cta-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--desktop-right,
.home-hero-carousel--height-small .home-hero-carousel__text-wrap--desktop-right {
  right: 88px;
}
.home-hero-carousel--height-smedium .home-hero-carousel__headline,
.home-hero-carousel--height-small .home-hero-carousel__headline {
  font-size: 38px;
}
.home-hero-carousel--height-smedium .home-hero-carousel__desc,
.home-hero-carousel--height-small .home-hero-carousel__desc {
  margin-top: 14px;
  font-size: 14px;
}
.home-hero-carousel--height-smedium .home-hero-carousel__cta-wrap,
.home-hero-carousel--height-small .home-hero-carousel__cta-wrap {
  margin-top: 16px;
}
.home-hero-carousel--height-smedium .home-hero-carousel__slide-inner {
  height: 344px;
}
.home-hero-carousel--height-smedium .home-hero-carousel__text-wrap {
  top: 56px;
}
.home-hero-carousel--height-small .home-hero-carousel__slide-inner {
  height: 320px;
}
.home-hero-carousel--height-small .home-hero-carousel__text-wrap {
  top: 40px;
}
.home-hero-carousel__btn-video-close {
  display: none;
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  padding: 15px;
  font-size: 0;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  transform: rotate(180deg);
}
.home-hero-carousel__btn-video-close:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../../etc.clientlibs/dacor/clientlibs/clientlib-common/resources/images/btn-close-white.png") no-repeat;
  background-size: 100%;
}
.home-hero-carousel--width-large .home-hero-carousel__slide-inner {
  max-width: 1920px;
}
.home-hero-carousel--width-large .home-hero-carousel__background-media-wrap .image {
  width: 1920px;
}
.home-hero-carousel__no-swiping-area--left,
.home-hero-carousel__no-swiping-area--right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 600;
  background-color: transparent;
}
.home-hero-carousel__no-swiping-area--left {
  left: 0;
}
.home-hero-carousel__no-swiping-area--right {
  right: 0;
}
.home-hero-carousel .dot-indicator .indicator-wrap {
  background-color: unset;
}
.home-hero-carousel .dot-indicator .indicator-wrap:after {
  border: unset;
}
.home-hero-carousel .arrow-indicator svg path {
  stroke: #EFE7E3;
}
.home-hero-carousel video {
  object-fit: cover;
}
.home-hero-carousel .home-hero-carousel__no-swiping-area--left,
.home-hero-carousel .home-hero-carousel__no-swiping-area--right {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1725px) {
  .home-hero-carousel {
    height: 46.37681159vw;
    width: 100%;
  }
  .home-hero-carousel__slide-inner.desktop-middle-center .home-hero-carousel__btn-video-play {
    width: 2.43478261vw;
    height: 2.55072464vw;
  }
  .home-hero-carousel__headline {
    font-size: 5.79710145vw;
    line-height: 5.79710145vw;
    margin-bottom: 3.53623188vw;
  }
  .home-hero-carousel__desc {
    font-size: 0.98550725vw;
    line-height: 1.33333333vw;
    max-width: 24.92753623vw;
    margin-bottom: 1.39130435vw;
  }
  .home-hero-carousel__product-desc {
    font-size: 0.8115942vw;
  }
  .home-hero-carousel__cta-wrap {
    margin-top: 2.31884058vw;
  }
  .home-hero-carousel__cta-wrap .cta:first-child:nth-last-child(2) + .cta {
    margin-left: 1.15942029vw;
  }
  .home-hero-carousel .cta.cta--outlined {
    font-size: 0.98550725vw;
    line-height: 1.33333333vw;
    margin-top: 1.44927536vw;
    max-width: 11.42028986vw;
    padding: 0.46376812vw 3.36231884vw;
  }
  .home-hero-carousel .indicator__dot-wrap {
    width: 0.98550725vw;
    height: 0.98550725vw;
  }
  .home-hero-carousel .dot-indicator .indicator__item {
    margin-right: 0.86956522vw;
  }
  .home-hero-carousel__btn-video-play {
    width: 5.56521739vw;
    height: 5.79710145vw;
  }
  .home-hero-carousel__text-wrap {
    width: 35.94202899vw;
  }
  .home-hero-carousel__text-wrap.desktop-top-left {
    top: 4.63768116vw;
    left: 5.15942029vw;
  }
  .home-hero-carousel__text-wrap.desktop-top-center {
    width: 41.73913043vw;
    top: 4.63768116vw;
  }
  .home-hero-carousel__text-wrap.desktop-top-right {
    top: 4.63768116vw;
    right: 5.10144928vw;
  }
  .home-hero-carousel__text-wrap.desktop-middle-left {
    left: 5.10144928vw;
  }
  .home-hero-carousel__text-wrap.desktop-middle-center {
    width: 41.73913043vw;
  }
  .home-hero-carousel__text-wrap.desktop-middle-right {
    right: 5.10144928vw;
  }
  .home-hero-carousel__text-wrap.desktop-bottom-left {
    bottom: 5.39130435vw;
    left: 4.98550725vw;
  }
  .home-hero-carousel__text-wrap.desktop-bottom-center {
    width: 41.73913043vw;
    bottom: 6.49275362vw;
  }
  .home-hero-carousel__text-wrap.desktop-bottom-right {
    bottom: 6.49275362vw;
    right: 5.10144928vw;
  }
  .home-hero-carousel--height-large .home-hero-carousel__slide-inner {
    height: 46.37681159vw;
  }
  .home-hero-carousel--height-medium .home-hero-carousel__slide-inner {
    height: 37.10144928vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--desktop-left,
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap--desktop-left {
    left: 5.15942029vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--desktop-center,
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap--desktop-center {
    width: 41.73913043vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--desktop-right,
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap--desktop-right {
    right: 5.10144928vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__headline,
  .home-hero-carousel--height-small .home-hero-carousel__headline {
    font-size: 2.20289855vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__desc,
  .home-hero-carousel--height-small .home-hero-carousel__desc {
    margin-top: 0.8115942vw;
    font-size: 0.8115942vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__cta-wrap,
  .home-hero-carousel--height-small .home-hero-carousel__cta-wrap {
    margin-top: 0.92753623vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__slide-inner {
    height: 19.94202899vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap {
    top: 3.24637681vw;
  }
  .home-hero-carousel--height-small .home-hero-carousel__slide-inner {
    height: 18.55072464vw;
  }
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap {
    top: 2.31884058vw;
  }
  .home-hero-carousel .arrow-indicator-wrap {
    max-width: 100vw;
  }
  .home-hero-carousel .arrow-indicator-wrap .arrow-indicator {
    width: 1.36231884vw;
    height: 2.72463768vw;
  }
  .home-hero-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--prev {
    left: 8.86956522vw;
  }
  .home-hero-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--next {
    right: 8.57971014vw;
  }
  .home-hero-carousel .indicator__dot-inner {
    width: 0.98550725vw;
    height: 0.98550725vw;
  }
  .home-hero-carousel__btn-video-close {
    top: 0.86956522vw;
    right: 0.86956522vw;
    width: 1.62318841vw;
    height: 1.62318841vw;
    padding: 0.86956522vw;
  }
  .home-hero-carousel--width-large .home-hero-carousel__background-media-wrap .image {
    width: 111.30434783vw;
  }
  .home-hero-carousel .image img {
    height: 46.37681159vw;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-carousel {
    height: auto;
  }
  .home-hero-carousel__slide-inner {
    height: auto;
  }
  .home-hero-carousel__slide-inner.desktop-middle-center .home-hero-carousel__btn-video-play {
    top: 50%;
    left: 50%;
  }
  .home-hero-carousel__background-media-wrap {
    height: 56.07476636vw;
  }
  .home-hero-carousel__background-media-wrap .image {
    width: 100% !important;
  }
  .home-hero-carousel__background-media-wrap .image img {
    height: 56.07476636vw;
  }
  .home-hero-carousel__headline {
    color: #383839;
    font-size: 7.00934579vw;
    line-height: 6.77570093vw;
    max-width: 85.98130841vw;
    margin: 0 auto;
  }
  .home-hero-carousel__desc {
    color: #383839;
    max-width: 64.48598131vw;
    font-size: 2.80373832vw;
    line-height: 3.73831776vw;
    padding-top: 1.86915888vw;
    padding-bottom: 5.60747664vw;
    margin: 0 auto;
  }
  .home-hero-carousel__product-desc {
    font-size: 2.80373832vw;
  }
  .home-hero-carousel__cta-wrap {
    margin-top: 5.60747664vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-hero-carousel__cta-wrap .cta:first-child:nth-last-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1.86915888vw;
  }
  .home-hero-carousel__cta-wrap .cta:first-child:nth-last-child(2) + .cta {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }
  .home-hero-carousel__btn-video-play {
    width: 9.11214953vw;
    height: 9.81308411vw;
  }
  .home-hero-carousel__text-container {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-hero-carousel__text-wrap {
    width: 72.89719626vw;
    height: 65.18691589vw;
    position: relative;
    top: 0;
    bottom: auto;
    right: auto;
    background-color: #EFE7E3;
    width: 100%;
    text-align: center;
  }
  .home-hero-carousel__text-wrap.desktop-top-left {
    top: 9.34579439vw;
  }
  .home-hero-carousel__text-wrap.desktop-top-center {
    top: 9.34579439vw;
  }
  .home-hero-carousel__text-wrap.desktop-top-center .home-hero-carousel__cta-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-hero-carousel__text-wrap.desktop-top-right {
    top: 9.34579439vw;
  }
  .home-hero-carousel__text-wrap.desktop-top-right .home-hero-carousel__cta-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .home-hero-carousel__text-wrap.desktop-middle-left {
    top: 0;
    left: 0;
    -webkit-transform: unset;
    transform: unset;
  }
  .home-hero-carousel__text-wrap.desktop-middle-center {
    width: 100vw;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    transform: unset;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .home-hero-carousel__text-wrap.desktop-middle-center .home-hero-carousel__cta-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-hero-carousel__text-wrap.desktop-middle-right {
    top: 0;
    left: 0;
    -webkit-transform: unset;
    transform: unset;
  }
  .home-hero-carousel__text-wrap.desktop-middle-right .home-hero-carousel__cta-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .home-hero-carousel__text-wrap.desktop-bottom-left {
    width: 100vw;
    bottom: 18.69158879vw;
    left: unset;
    padding-bottom: 0;
  }
  .home-hero-carousel__text-wrap.desktop-bottom-center {
    bottom: 18.69158879vw;
  }
  .home-hero-carousel__text-wrap.desktop-bottom-center .home-hero-carousel__cta-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-hero-carousel__text-wrap.desktop-bottom-right {
    bottom: 18.69158879vw;
    right: 0;
  }
  .home-hero-carousel__text-wrap.desktop-bottom-right .home-hero-carousel__cta-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .home-hero-carousel--height-large .home-hero-carousel__slide-inner {
    height: auto;
  }
  .home-hero-carousel--height-medium .home-hero-carousel__slide-inner {
    height: 79.43925234vw;
  }
  .home-hero-carousel--height-smedium,
  .home-hero-carousel--height-small {
    /* stylelint-disable-next-line */
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap,
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap {
    width: 72.89719626vw;
    top: 9.34579439vw;
    left: 50%;
    right: auto;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--mobile-left,
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap--mobile-left {
    text-align: left;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--mobile-center,
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap--mobile-center {
    text-align: center;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--mobile-center .home-hero-carousel__cta-wrap,
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap--mobile-center .home-hero-carousel__cta-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--mobile-right,
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap--mobile-right {
    text-align: right;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__text-wrap--mobile-right .home-hero-carousel__cta-wrap,
  .home-hero-carousel--height-small .home-hero-carousel__text-wrap--mobile-right .home-hero-carousel__cta-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__headline,
  .home-hero-carousel--height-small .home-hero-carousel__headline {
    font-size: 6.07476636vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__desc,
  .home-hero-carousel--height-small .home-hero-carousel__desc {
    margin-top: 3.73831776vw;
    font-size: 2.80373832vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__cta-wrap,
  .home-hero-carousel--height-small .home-hero-carousel__cta-wrap {
    margin-top: 5.60747664vw;
  }
  .home-hero-carousel--height-smedium .home-hero-carousel__slide-inner {
    height: 93.45794393vw;
  }
  .home-hero-carousel--height-small .home-hero-carousel__slide-inner {
    height: 74.76635514vw;
  }
  .home-hero-carousel .indicator__dot-wrap {
    width: 2.80373832vw;
    height: 2.80373832vw;
  }
  .home-hero-carousel .arrow-indicator-wrap .arrow-indicator {
    width: 3.5046729vw;
    height: 7.00934579vw;
  }
  .home-hero-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--prev {
    left: 14.48598131vw;
  }
  .home-hero-carousel .arrow-indicator-wrap .arrow-indicator.arrow-indicator--next {
    right: 14.48598131vw;
  }
  .home-hero-carousel__btn-video-close {
    top: 0;
    right: 0;
    width: 5.8411215vw;
    height: 5.8411215vw;
    padding: 3.73831776vw;
  }
  .home-hero-carousel__no-swiping-area--left,
  .home-hero-carousel__no-swiping-area--right {
    display: none;
  }
  .home-hero-carousel .arrow-indicator-wrap {
    top: 43%;
    bottom: unset;
  }
  .home-hero-carousel .indicator-wrap {
    margin-top: -2.3364486vw;
  }
  .home-hero-carousel .cta.cta--outlined {
    font-size: 2.80373832vw;
    line-height: 3.73831776vw;
    margin-top: 7.00934579vw;
    max-width: 40.42056075vw;
    height: 9.11214953vw;
    background: transparent !important;
    border: 1px solid #383839;
  }
  .home-hero-carousel .indicator__dot-inner {
    width: 2.80373832vw;
    height: 2.80373832vw;
  }
  .home-hero-carousel .s-video-on .home-hero-carousel__text-wrap {
    display: flex;
  }
  .home-hero-carousel .arrow-indicator svg {
    width: 3.97196262vw;
    height: 7.47663551vw;
  }
}

/* break point */
/* fonts */
/* styleguide color */
/* primary color */
/* secondary color */
/* gray scale color */
/* neutral color */
/* // styleguide color */
/* color */
/* theme */
/* Grey Theme */
/* BTN */
/* text style */
/* line-height*/
/* font-size */
/* line-height */
/* z-index */
/* pop up */
/* section common padding set */
/* use srp component */
/* product break point add */
/* resourse path */
/* use srp component */
/* p6 text style */
/* headline */
/* title */
/* body */
/* cta */
.sticky-navigation {
  position: relative;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sticky-navigation::before,
.sticky-navigation::after {
  content: '';
  display: block;
  clear: both;
}
.sticky-navigation__lnb {
  width: 100%;
  background: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sticky-navigation__lnb-container {
  font-size: 0;
}
.sticky-navigation__lnb.bg-beige {
  background-color: #EFE7E3;
}
.sticky-navigation__container {
  max-width: 1725px;
  margin: 0 auto;
}
.sticky-navigation__nav-menu-lists {
  padding: 23px 15px 24px 50px;
}
.sticky-navigation__nav-menu-lists .swiper-container {
  height: 100%;
}
.sticky-navigation__nav-menu-lists .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.sticky-navigation__nav-menu-lists .swiper-slide {
  display: inline-block;
  width: auto;
  padding: 0 40px;
}
.sticky-navigation__nav-menu-lists .sticky-navigation__nav-link {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DacorInferi', arial, sans-serif;
  color: rgba(56, 56, 57, 0.25);
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  position: relative;
  line-height: 25px;
}
.sticky-navigation__nav-menu-lists .sticky-navigation__nav-link.is-active {
  color: #383839;
}
.sticky-navigation__nav-menu-lists .sticky-navigation__nav-link:hover,
.sticky-navigation__nav-menu-lists .sticky-navigation__nav-link:focus {
  color: #383839;
}
.sticky-navigation__lnb.bg-black .sticky-navigation__nav-menu-lists .sticky-navigation__nav-link,
.sticky-navigation__lnb.bg-dark-gray .sticky-navigation__nav-menu-lists .sticky-navigation__nav-link {
  color: #ffffff;
}
.sticky-navigation__lnb.bg-black .sticky-navigation__nav-menu-lists .sticky-navigation__nav-link.is-active:after,
.sticky-navigation__lnb.bg-dark-gray .sticky-navigation__nav-menu-lists .sticky-navigation__nav-link.is-active:after {
  background: #ffffff;
}
.sticky-navigation__nav-menu-bg-left,
.sticky-navigation__nav-menu-bg-right {
  display: none;
}
.sticky-navigation.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2000;
  margin-top: 0;
  margin-bottom: 0;
}
.sticky-navigation.is-fixed .sticky-navigation__container {
  width: 1725px;
}
.sticky-navigation-dropdown {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sticky-navigation .triangle-up {
  width: 0;
  height: 0;
  position: absolute;
  right: 4px;
  top: 14px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sticky-navigation .dropdown__selected,
.sticky-navigation .dropdown__link {
  font-family: 'DacorInferi', arial, sans-serif;
}
.sticky-navigation .dropdown__item {
  width: auto;
  font-size: 12px;
  min-width: 130px;
  height: 30px;
  padding: 0 20px 0 13px;
  margin: auto 0;
  text-align: left;
}
.sticky-navigation .dropdown__link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease-in-out;
}
.sticky-navigation .dropdown__link.is-active {
  font-weight: 700;
}
.sticky-navigation .dropdown__container {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  box-shadow: none;
  min-width: 130px;
  height: 34px;
}
.sticky-navigation .dropdown__items {
  position: absolute;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  list-style: none;
}
.sticky-navigation .dropdown__items.open {
  display: block;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  animation-name: appear;
  animation-duration: .25s;
  background: white;
}
.sticky-navigation .checkmark {
  display: none;
  transform: rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  position: absolute;
  right: 24px;
  width: 6px;
  height: 10px;
}
.sticky-navigation .is-active .checkmark {
  display: inline;
}
.sticky-navigation__lnb-fixed {
  padding-top: 72px;
}
@media only screen and (min-width: 768px) and (max-width: 1725px) {
  .sticky-navigation__nav-menu-lists {
    padding: 1.33333333vw 0.86956522vw 1.39130435vw 2.89855072vw;
  }
  .sticky-navigation__nav-menu-lists .swiper-slide {
    padding: 0vw 2.31884058vw;
  }
  .sticky-navigation__nav-menu-lists .sticky-navigation__nav-link {
    font-size: 1.04347826vw;
    line-height: 1.44927536vw;
  }
  .sticky-navigation .triangle-up {
    right: 0.23188406vw;
    top: 0.8115942vw;
    border-width: 0vw 0.05797101vw 0.05797101vw 0vw;
    padding: 0.17391304vw;
  }
  .sticky-navigation .dropdown__item {
    font-size: 0.69565217vw;
    min-width: 7.53623188vw;
    height: 1.73913043vw;
    padding: 0vw 1.15942029vw 0vw 0.75362319vw;
  }
  .sticky-navigation .dropdown__link {
    padding: 0.57971014vw 0vw;
  }
  .sticky-navigation .dropdown__container {
    min-width: 7.53623188vw;
    height: 1.97101449vw;
  }
  .sticky-navigation.is-fixed {
    width: 100%;
  }
  .sticky-navigation .checkmark {
    right: 1.39130435vw;
    width: 0.34782609vw;
    height: 0.57971014vw;
  }
  .sticky-navigation__lnb-fixed {
    padding-top: 4.17391304vw;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-navigation__lnb {
    display: block;
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
  }
  .sticky-navigation__lnb.bg-dark-gray .dropdown__container,
  .sticky-navigation__lnb.bg-dark-gray .dropdown__items {
    background-color: #383839;
  }
  .sticky-navigation__lnb.bg-dark-gray .dropdown__container .dropdown__link,
  .sticky-navigation__lnb.bg-dark-gray .dropdown__items .dropdown__link {
    color: #c4c4c4;
  }
  .sticky-navigation__lnb.bg-dark-gray .triangle-up {
    border-color: #c4c4c4;
  }
  .sticky-navigation__lnb.bg-dark-gray .dropdown__container {
    border-color: #c4c4c4;
  }
  .sticky-navigation__lnb.bg-dark-gray .checkmark {
    border-color: #c4c4c4;
  }
  .sticky-navigation__lnb.bg-gray .dropdown__container,
  .sticky-navigation__lnb.bg-gray .dropdown__items {
    background: #EFE7E3;
  }
  .sticky-navigation__lnb.bg-gray .dropdown__container .dropdown__link,
  .sticky-navigation__lnb.bg-gray .dropdown__items .dropdown__link {
    color: #383839;
  }
  .sticky-navigation__lnb.bg-gray .triangle-up {
    border-color: #383839;
  }
  .sticky-navigation__lnb.bg-gray .dropdown__container {
    border-color: #383839;
  }
  .sticky-navigation__lnb.bg-gray .checkmark {
    border-color: #383839;
  }
  .sticky-navigation__lnb.bg-black .dropdown__container,
  .sticky-navigation__lnb.bg-black .dropdown__items {
    background-color: #000000;
  }
  .sticky-navigation__lnb.bg-black .dropdown__container .dropdown__link,
  .sticky-navigation__lnb.bg-black .dropdown__items .dropdown__link {
    color: #ffffff;
  }
  .sticky-navigation__lnb.bg-black .triangle-up {
    border-color: #ffffff;
  }
  .sticky-navigation__lnb.bg-black .dropdown__container {
    border-color: #ffffff;
  }
  .sticky-navigation__lnb.bg-black .checkmark {
    border-color: #ffffff;
  }
  .sticky-navigation__lnb.bg-light-gray .dropdown__container,
  .sticky-navigation__lnb.bg-light-gray .dropdown__items {
    background-color: #c4c4c4;
  }
  .sticky-navigation__lnb.bg-light-gray .dropdown__container .dropdown__link,
  .sticky-navigation__lnb.bg-light-gray .dropdown__items .dropdown__link {
    color: #383839;
  }
  .sticky-navigation__lnb.bg-light-gray .triangle-up {
    border-color: #383839;
  }
  .sticky-navigation__lnb.bg-light-gray .dropdown__container {
    border-color: #383839;
  }
  .sticky-navigation__lnb.bg-light-gray .checkmark {
    border-color: #383839;
  }
  .sticky-navigation__lnb.bg-beige .dropdown__container,
  .sticky-navigation__lnb.bg-beige .dropdown__items {
    background-color: #EFE7E3;
  }
  .sticky-navigation__lnb.bg-beige .checkmark {
    border-color: black;
  }
  .sticky-navigation__container {
    padding: 3.5046729vw 7.00934579vw;
  }
  .sticky-navigation__nav-menu-lists {
    display: block;
    position: relative;
    height: 11.21495327vw;
    padding: 0vw 0.93457944vw;
    background: #f7f7f7;
  }
  .sticky-navigation__nav-menu-lists .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .sticky-navigation__nav-menu-lists .sticky-navigation__nav-link {
    font-size: 2.80373832vw;
  }
  .sticky-navigation__nav-menu-lists .swiper-slide:last-child .sticky-navigation__nav-link {
    padding-right: 3.73831776vw;
  }
  .sticky-navigation__lnb.bg-black .sticky-navigation__nav-menu-lists {
    background: #000000;
    border-top: 1px solid #dddddd;
  }
  .sticky-navigation__lnb.bg-dark-gray .sticky-navigation__nav-menu-lists {
    background: #383839;
    border-top: 1px solid #dddddd;
  }
  .sticky-navigation.is-fixed {
    padding-bottom: 0vw;
  }
  .sticky-navigation.is-fixed .sticky-navigation__lnb {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sticky-navigation.is-fixed .sticky-navigation__container {
    width: 100%;
  }
  .sticky-navigation__nav-menu-lists {
    display: none;
  }
  .sticky-navigation-dropdown {
    display: block;
    max-width: 85.98130841vw;
  }
  .sticky-navigation .triangle-up {
    right: 0.93457944vw;
    top: 2.80373832vw;
  }
  .sticky-navigation .dropdown__selected,
  .sticky-navigation .dropdown__link {
    font-family: 'DacorInferi', arial, sans-serif;
    font-size: 2.80373832vw;
  }
  .sticky-navigation .dropdown__selected {
    font-weight: 400;
    padding: 2.10280374vw 4.6728972vw 2.57009346vw 0vw;
  }
  .sticky-navigation .dropdown__item {
    font-size: 2.80373832vw;
    min-width: 30.37383178vw;
    height: 7.00934579vw;
    padding: 0vw 4.6728972vw 0vw 3.03738318vw;
  }
  .sticky-navigation .dropdown__link {
    padding: 2.3364486vw 0vw;
  }
  .sticky-navigation .dropdown__container {
    min-width: 30.37383178vw;
    height: 8.41121495vw;
  }
  .sticky-navigation__lnb-fixed {
    padding-top: 14.95327103vw;
  }
}

