/* animations */
/******************
* Bounce in right *
*******************/
@media (min-width: 769px) {
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
  /* Added by Andy Meetan */
  .delay-250 {
    animation-delay: 0.25s; }
  .delay-500 {
    animation-delay: 0.5s; }
  .delay-750 {
    animation-delay: 0.75s; }
  .delay-1000 {
    animation-delay: 1s; }
  .delay-1250 {
    animation-delay: 1.25s; }
  .delay-1500 {
    animation-delay: 1.5s; }
  .delay-1750 {
    animation-delay: 1.75s; }
  .delay-2000 {
    animation-delay: 2s; }
  .delay-2500 {
    animation-delay: 2.5s; }
  .delay-3000 {
    animation-delay: 3s; }
  .delay-3500 {
    animation-delay: 3.5s; }
  .fadeInRight,
  .fadeInLeft,
  .fadeInUp,
  .fadeInDown {
    opacity: 0;
    transform: translateX(400px); }
  /**********
    * Fade In *
    **********/
  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1;
      display: block; } }
  .fadeIn {
    opacity: 0; }
  .fadeIn.go {
    animation-name: fadeIn; }
  /*************
    * FadeInLeft *
    *************/
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-400px); }
    50% {
      opacity: 0.3; }
    100% {
      opacity: 1;
      transform: translateX(0); } }
  .fadeInLeft {
    opacity: 0;
    transform: translateX(-400px); }
  .fadeInLeft.go {
    animation-name: fadeInLeft; }
  /*************
    * FadeInRight *
    *************/
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(400px); }
    50% {
      opacity: 0.3; }
    100% {
      opacity: 1;
      transform: translateX(0); } }
  .fadeInRight {
    opacity: 0;
    transform: translateX(400px); }
  .fadeInRight.go {
    animation-name: fadeInRight; }
  /*************
    * FadeInUp *
    *************/
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(400px); }
    50% {
      opacity: 0.3; }
    100% {
      opacity: 1;
      transform: translateY(0); } }
  .fadeInUp {
    opacity: 0;
    transform: translateY(400px); }
  .fadeInUp.go {
    animation-name: fadeInUp; }
  /*************
    * FadeInDown *
    *************/
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-400px); }
    50% {
      opacity: 0.3; }
    100% {
      opacity: 1;
      transform: translateY(0); } }
  .fadeInDown {
    opacity: 0;
    transform: translateY(-400px); }
  .fadeInDown.go {
    animation-name: fadeInDown; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in-out; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track::before, .slick-track::after {
    content: "";
    display: table; }
  .slick-track::after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-0.5px);
  z-index: 2;
  width: 40px;
  height: 40px;
  color: transparent;
  border: 0;
  padding: 0;
  background: transparent url("../images/svg/arrow-next.svg") center/40px 40px no-repeat; }

.slick-next {
  right: 40px; }
  @media (max-width: 768.98px) {
    .slick-next {
      right: 20px; } }
  @media (max-width: 543.98px) {
    .slick-next {
      right: 60px; } }

.slick-prev {
  left: 40px;
  transform: translateY(-50%) translateY(-0.5px) rotate(180deg);
  overflow: hidden; }
  @media (max-width: 768.98px) {
    .slick-prev {
      left: 20px; } }
  @media (max-width: 543.98px) {
    .slick-prev {
      left: 60px; } }

.slick-next-secondary,
.slick-prev-secondary {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-0.5px);
  z-index: 2;
  width: 15px;
  height: 21px;
  border: 0;
  padding: 0;
  background: transparent url("../../images/svg/arrow-right-white.svg") center/15px 21px no-repeat; }

.slick-next-secondary {
  right: 0; }

.slick-prev-secondary {
  left: 0;
  transform: translateY(-50%) translateY(-0.5px) rotate(180deg); }

.slick-arrow-border {
  background-image: url("../../images/svg/arrow-next-with-border.svg");
  transition: all 0.25s ease-in-out;
  border-radius: 50%; }
  .slick-arrow-border:hover {
    background-color: black;
    background-image: url("../../images/svg/arrow-next-white.svg"); }

.slick-prev-out {
  left: -50px; }

.slick-next-out {
  right: -50px; }

.countdown {
  height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 768.98px) {
    .countdown {
      bottom: 20px;
      right: 20px; } }
  @media (max-width: 543.98px) {
    .countdown {
      bottom: auto;
      top: 20px;
      right: 20px; } }
  .countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    transform: rotateY(-180deg) rotateZ(-90deg); }
  .countdown svg circle {
    stroke-dasharray: 56px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 1px;
    stroke: #fff;
    fill: none; }
    .countdown svg circle:first-child {
      opacity: 0.5;
      animation: none; }

.circle-animation.start {
  animation: countdown 500ms linear infinite forwards; }

.countdown-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  line-height: 40px;
  border-radius: 50%; }

.slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 30px;
  padding: 0;
  list-style: none; }
  @media (min-width: 544px) {
    .slick-dots {
      margin: 0; } }
  .slick-dots li {
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-size: 0;
    line-height: 0;
    height: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: top;
        align-items: top;
    cursor: pointer; }
  .slick-dots .slick-active button {
    background: var(--skin-primary-color-1); }
  .slick-dots button {
    width: 100%;
    height: 2px;
    border: none;
    background: #a0948c;
    outline: none; }

@keyframes countdown {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 56px; } }

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden; }
  .tab-content > .tab-pane.active {
    height: auto; }

.slick-sr-only,
.slick-autoplay-toggle-button {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

/**
<= MODULE HELPERS =>
PD module helpers for VCP
**/
.module-container {
  padding: 0 24px; }
  @media (min-width: 769px) {
    .module-container {
      padding: 0;
      max-width: 1160px; } }

.editorial-container {
  background-color: var(--backgroundColor);
  position: relative;
  border-radius: 8px;
  margin: 4px;
  padding: 76px 0 20px; }
  @media (min-width: 769px) {
    .editorial-container {
      margin: 16px;
      padding: 124px 0;
      border-radius: 16px; } }
  .editorial-container--with-effect::before {
    content: "";
    width: 827px;
    height: 827px;
    border-radius: 50%;
    position: absolute;
    top: 93px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--backgroundEffectColor);
    filter: blur(40px); }
    @media (min-width: 769px) {
      .editorial-container--with-effect::before {
        width: 2072px;
        height: 2072px;
        top: unset;
        bottom: 236px; } }
  .editorial-container--with-effect > * {
    position: relative;
    z-index: 1; }
  .editorial-container--full-width {
    border-radius: 0;
    margin: 0;
    padding: 80px 4px 24px; }
    @media (min-width: 769px) {
      .editorial-container--full-width {
        border-radius: 0;
        padding: 140px 0; } }
  .editorial-container--combine-up {
    margin-top: 0;
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .editorial-container--combine-down {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  @media (max-width: 768.98px) {
    .editorial-container.gap-small-top--zero {
      margin-top: 0;
      padding-top: 0; }
    .editorial-container.gap-small-top--small {
      padding-top: 20px; }
    .editorial-container.gap-small-bottom--zero {
      margin-bottom: 0;
      padding-bottom: 0; }
    .editorial-container.gap-small-bottom--small {
      padding-bottom: 20px; } }
  @media (min-width: 769px) {
    .editorial-container.gap-large-top--zero {
      margin-top: 0;
      padding-top: 0; }
    .editorial-container.gap-large-bottom--zero {
      margin-bottom: 0;
      padding-bottom: 0; } }
  @media (min-width: 769px) {
    .editorial-container__side-by-side-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .editorial-container__side-by-side-wrapper > * {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 509px; } }

@keyframes collapseIn {
  from {
    clip-path: inset(0 0 0 100%); }
  to {
    clip-path: inset(0 0 0 0); } }

@keyframes collapseOut {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 0); }
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    clip-path: inset(0 100% 0 0); } }

@keyframes collapseInReverse {
  from {
    clip-path: inset(0 100% 0 0); }
  to {
    clip-path: inset(0 0 0 0); } }

@keyframes collapseOutReverse {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 0); }
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    clip-path: inset(0 0 0 100%); } }

.timeline-carousel__wrapper {
  padding: 0 4px;
  position: relative; }
  @media (min-width: 769px) {
    .timeline-carousel__wrapper {
      padding: 0 16px; } }
  .timeline-carousel__wrapper .slick-dots {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 40px;
    width: calc(100% - 140px);
    margin: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 769px) {
      .timeline-carousel__wrapper .slick-dots {
        -ms-flex-direction: row;
            flex-direction: row;
        background-color: #fff;
        border-radius: 36px;
        width: auto;
        bottom: 48px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        gap: 48px;
        padding: 24px 48px; } }
    .timeline-carousel__wrapper .slick-dots li {
      height: unset; }
      @media (max-width: 768.98px) {
        .timeline-carousel__wrapper .slick-dots li:not(.slick-active) {
          display: none; }
        .timeline-carousel__wrapper .slick-dots li.slick-active {
          -ms-flex-order: 1;
              order: 1; }
          .timeline-carousel__wrapper .slick-dots li.slick-active button::after {
            content: "";
            background: url("../../images/svg/arrow-right-small.svg") center center no-repeat;
            display: block;
            width: 6px;
            height: 12px;
            transform: rotate(-90deg); } }
      @media (min-width: 769px) {
        .timeline-carousel__wrapper .slick-dots li.slick-active button {
          color: #393939;
          font-family: "VeuveClicquotRegular", "arial", "sans-serif"; } }
      .timeline-carousel__wrapper .slick-dots li.disabled {
        cursor: not-allowed;
        pointer-events: none; }
    .timeline-carousel__wrapper .slick-dots button {
      height: unset;
      padding: 0;
      border: none;
      background: transparent;
      color: #53565a;
      width: auto;
      font-size: 12px;
      line-height: 24px;
      cursor: pointer; }
      @media (max-width: 768.98px) {
        .timeline-carousel__wrapper .slick-dots button {
          padding: 20px 32px;
          border-radius: 32px;
          background-color: #fff;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          gap: 10px; } }
    @media (max-width: 768.98px) {
      .timeline-carousel__wrapper .slick-dots.expanded {
        background-color: #fff;
        border-radius: 32px; }
        .timeline-carousel__wrapper .slick-dots.expanded li {
          display: unset; }
          .timeline-carousel__wrapper .slick-dots.expanded li.slick-active button::after {
            transform: rotate(90deg); } }

.timeline-carousel__intro {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 8px;
  position: relative; }
  .timeline-carousel__intro::before {
    content: "";
    background: var(--introBackground);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    clip-path: inset(0 0 0 0); }
  .timeline-carousel__intro.getting-out::before {
    transition: clip-path 1s ease;
    clip-path: inset(0 100% 0 0); }
  @media (min-width: 769px) {
    .timeline-carousel__intro {
      border-radius: 16px;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 140px 0; }
      .timeline-carousel__intro::before {
        border-radius: 16px; } }
  .timeline-carousel__intro .slick-dots {
    position: static;
    transform: unset;
    z-index: 1; }
    @media (max-width: 768.98px) {
      .timeline-carousel__intro .slick-dots {
        display: none !important; } }
  .timeline-carousel__intro-content {
    position: relative;
    z-index: 1;
    max-width: 240px;
    clip-path: inset(0 -100% -100% -100%);
    transition: clip-path 1.5s ease; }
    @media (min-width: 769px) {
      .timeline-carousel__intro-content {
        max-width: 370px;
        margin-bottom: 89px; } }
    .getting-out .timeline-carousel__intro-content {
      clip-path: inset(0 200% -100% -100%); }
  .timeline-carousel__intro-title {
    font-family: "PPeikoLight", "arial", "sans-serif";
    color: #fff;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 30px);
    max-width: 100vw; }
    @media (min-width: 769px) {
      .timeline-carousel__intro-title {
        font-size: 88px;
        line-height: 120px;
        width: calc(100% + 275px); } }
  .timeline-carousel__intro-figure {
    margin: 0; }
  .timeline-carousel__intro-image {
    display: block; }
  .timeline-carousel__intro + .timeline-carousel__carousel {
    display: none; }

.timeline-carousel__start-button {
  position: absolute;
  bottom: -168px;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 769px) {
    .timeline-carousel__start-button {
      bottom: -50px; } }

.timeline-carousel__slide {
  --titleColor: $color-secondary;
  --textColor: $color-secondary-dark;
  padding: 24px 24px 148px;
  border-radius: 8px;
  min-height: 100%; }
  @media (min-width: 769px) {
    .timeline-carousel__slide {
      padding: 124px 124px 168px;
      border-radius: 16px; }
      .timeline-carousel__slide::before {
        border-radius: 16px; } }
  .timeline-carousel__slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--slideBackground);
    border-radius: 8px; }
  .timeline-carousel__slide-content {
    position: relative;
    z-index: 1; }
    @media (min-width: 769px) {
      .timeline-carousel__slide-content {
        max-width: 1160px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .timeline-carousel__slide-content-image {
    max-width: 240px;
    margin: 0 0 24px; }
    @media (min-width: 769px) {
      .timeline-carousel__slide-content-image {
        -ms-flex-order: 1;
            order: 1;
        max-width: 470px;
        margin: 0; } }
  .timeline-carousel__slide-content-text {
    max-width: 295px; }
    @media (min-width: 769px) {
      .timeline-carousel__slide-content-text {
        max-width: 470px; } }
    .timeline-carousel__slide-content-text h1,
    .timeline-carousel__slide-content-text h2,
    .timeline-carousel__slide-content-text h3,
    .timeline-carousel__slide-content-text h4,
    .timeline-carousel__slide-content-text h5,
    .timeline-carousel__slide-content-text h6,
    .timeline-carousel__slide-content-text blockquote {
      margin: 0 0 16px;
      font-family: "PPeikoLight", "arial", "sans-serif";
      color: var(--titleColor); }
    .timeline-carousel__slide-content-text h1,
    .timeline-carousel__slide-content-text h2,
    .timeline-carousel__slide-content-text h3,
    .timeline-carousel__slide-content-text h4,
    .timeline-carousel__slide-content-text h5,
    .timeline-carousel__slide-content-text h6 {
      font-size: 32px;
      line-height: 44px; }
      @media (min-width: 769px) {
        .timeline-carousel__slide-content-text h1,
        .timeline-carousel__slide-content-text h2,
        .timeline-carousel__slide-content-text h3,
        .timeline-carousel__slide-content-text h4,
        .timeline-carousel__slide-content-text h5,
        .timeline-carousel__slide-content-text h6 {
          font-size: 48px;
          line-height: 64px; } }
    .timeline-carousel__slide-content-text blockquote {
      font-size: 24px;
      line-height: 32px;
      padding: 0; }
      @media (min-width: 769px) {
        .timeline-carousel__slide-content-text blockquote {
          font-size: 32px;
          line-height: 44px; } }
    .timeline-carousel__slide-content-text p {
      font-size: 14px;
      line-height: 24px;
      margin: 0;
      color: var(--textColor); }
      @media (min-width: 769px) {
        .timeline-carousel__slide-content-text p {
          font-size: 16px; } }
  .timeline-carousel__slide-figure {
    margin: 0; }

.timeline-carousel__carousel .slick-next,
.timeline-carousel__carousel .slick-prev {
  background: #fff url("../../images/svg/arrow-right-small.svg") center center no-repeat;
  background-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 32px;
  top: unset;
  cursor: pointer; }
  @media (min-width: 769px) {
    .timeline-carousel__carousel .slick-next,
    .timeline-carousel__carousel .slick-prev {
      width: 60px;
      height: 120px;
      border-radius: 0 60px 60px 0;
      bottom: unset;
      top: 272px;
      background-position: left 49.5%; } }
  .timeline-carousel__carousel .slick-next.slick-disabled,
  .timeline-carousel__carousel .slick-prev.slick-disabled {
    cursor: not-allowed; }
  .timeline-carousel__carousel .slick-next.disabled,
  .timeline-carousel__carousel .slick-prev.disabled {
    cursor: not-allowed;
    pointer-events: none; }

.timeline-carousel__carousel .slick-prev {
  left: 24px; }
  @media (min-width: 769px) {
    .timeline-carousel__carousel .slick-prev {
      left: calc(53%); } }

.timeline-carousel__carousel .slick-next {
  right: 24px; }
  @media (min-width: 769px) {
    .timeline-carousel__carousel .slick-next {
      right: unset;
      left: calc(53% + 60px); } }

.timeline-carousel__carousel .slick-track {
  width: 100% !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; }

.timeline-carousel__carousel .slick-slide {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 1;
      grid-column-start: 1; }
  .timeline-carousel__carousel .slick-slide.in, .timeline-carousel__carousel .slick-slide.out, .timeline-carousel__carousel .slick-slide.in-reverse, .timeline-carousel__carousel .slick-slide.out-reverse, .timeline-carousel__carousel .slick-slide.drop {
    left: 0 !important;
    position: static !important;
    opacity: 1 !important;
    z-index: 1000; }
  .timeline-carousel__carousel .slick-slide.slick-active:not(.in):not(.out):not(.in-reverse):not(.out-reverse):not(.drop) {
    opacity: 0 !important; }

.in .timeline-carousel__slide::before, .in
.timeline-carousel__slide-content-image, .in
.timeline-carousel__slide-content-text {
  animation: collapseIn 1s ease; }

.out .timeline-carousel__slide::before, .out
.timeline-carousel__slide-content-image, .out
.timeline-carousel__slide-content-text {
  animation: collapseOut 1s ease; }

.in-reverse .timeline-carousel__slide::before, .in-reverse
.timeline-carousel__slide-content-image, .in-reverse
.timeline-carousel__slide-content-text {
  animation: collapseInReverse 1s ease; }

.out-reverse .timeline-carousel__slide::before, .out-reverse
.timeline-carousel__slide-content-image, .out-reverse
.timeline-carousel__slide-content-text {
  animation: collapseOutReverse 1s ease; }

.timeline-carousel__slide-cta {
  margin: 16px 0 0; }

:root {
  --linkFlashColor: #ffb201; }

.editorial-text {
  margin: 0 auto;
  max-width: 608px;
  padding: 0 20px;
  position: relative; }
  @media (min-width: 769px) {
    .editorial-text {
      margin-bottom: 56px; }
      .editorial-container .editorial-text {
        margin-bottom: 0; } }
  .editorial-text--split {
    max-width: unset; }
    @media (min-width: 769px) {
      .editorial-text--split {
        display: -ms-flexbox;
        display: flex;
        max-width: 1200px; }
        .editorial-text--split > * {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  .editorial-text--centered {
    text-align: center; }
  .editorial-text--full-width-stacked {
    max-width: 1200px; }
    .editorial-text--full-width-stacked .editorial-text__title,
    .editorial-text--full-width-stacked .editorial-text__content p {
      max-width: 765px; }
  .editorial-text__title {
    color: var(--textColor);
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 16px;
    font-family: "PPeikoLight", "arial", "sans-serif"; }
    @media (min-width: 769px) {
      .editorial-text__title {
        font-size: 48px;
        line-height: 64px;
        margin: 0 0 24px; } }
  .editorial-text__bold {
    font-family: "VeuveClicquotRegular", "arial", "sans-serif";
    color: #393939;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 769px) {
      .editorial-text__bold {
        font-size: 16px; } }
  .editorial-text__underlined {
    font-family: "VeuveClicquotRegular", "arial", "sans-serif";
    color: #393939;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline; }
    @media (min-width: 769px) {
      .editorial-text__underlined {
        font-size: 16px; } }
  @media (min-width: 769px) {
    .editorial-text--split .editorial-text__content {
      padding: 64px 0 0 12px; } }
  .editorial-text__content p {
    color: var(--textColor);
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 16px; }
    @media (min-width: 769px) {
      .editorial-text__content p {
        font-size: 16px;
        margin: 0 0 24px; } }
  .editorial-text__content blockquote {
    margin: 0 auto 16px;
    font-size: 24px;
    line-height: 32px;
    max-width: 552px;
    font-family: "PPeikoLight", "arial", "sans-serif"; }
    @media (min-width: 769px) {
      .editorial-text__content blockquote {
        font-size: 32px;
        line-height: 44px; } }
  .editorial-text__content ul {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 40px 0; }
    @media (min-width: 769px) {
      .editorial-text__content ul {
        max-width: 865px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: 1fr;
            grid-template-rows: 1fr;
        gap: 40px; } }
    .editorial-text__content ul li {
      display: -ms-flexbox;
      display: flex;
      gap: 16px;
      -ms-flex-align: center;
          align-items: center;
      margin: 0 0 24px; }
      @media (min-width: 769px) {
        .editorial-text__content ul li {
          margin: 0; } }
      .editorial-text__content ul li img {
        display: inline-block;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px; }
  .editorial-text__quote-author {
    font-size: 14px; }
    @media (min-width: 769px) {
      .editorial-text__quote-author {
        font-size: 16px;
        color: var(--textColor); } }
  .editorial-text__links {
    margin: 0 0 24px; }
    .editorial-text__links .link-light {
      color: var(--linkColor);
      font-size: 14px;
      display: block;
      text-decoration: none; }
      @media (min-width: 769px) {
        .editorial-text__links .link-light {
          font-size: 16px;
          display: inline-block; } }
      .editorial-text__links .link-light + .link-light {
        margin-top: 8px; }
        @media (min-width: 769px) {
          .editorial-text__links .link-light + .link-light {
            margin-top: 0;
            margin-left: 37px; } }
      .editorial-text__links .link-light--custom::after {
        background-color: var(--linkFlashColor);
        box-shadow: 0 0 12px 4px var(--linkFlashColor); }
      .editorial-text__links .link-light--custom:hover::after {
        box-shadow: 0 0 12px 8px var(--linkFlashColor); }
  .editorial-text__content-image {
    position: absolute;
    right: 46px;
    top: -22px;
    max-width: 133px;
    height: auto; }
    @media (min-width: 1200px) {
      .editorial-text__content-image {
        top: -48px;
        right: unset;
        left: -46px;
        max-width: unset; } }

.editorial-rich-text-component-container {
  font-size: 14px;
  line-height: 24px; }
  .editorial-rich-text-component-container .textbox-title {
    margin: 0 0 24px;
    font-family: "VeuveClicquotRegular", "arial", "sans-serif"; }
    @media (min-width: 1200px) {
      .editorial-rich-text-component-container .textbox-title {
        margin: 0 0 32px; } }
  .editorial-rich-text-component-container .textbox-desc ul {
    padding-left: 17px;
    margin: 0; }
    .editorial-rich-text-component-container .textbox-desc ul li {
      margin: 0 0 24px; }

.editorial-insurance {
  padding: 0 24px;
  max-width: 952px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 1200px) {
    .editorial-insurance {
      padding: 0; } }
  .editorial-insurance__img {
    transform: scale(0.5); }
    @media (min-width: 1200px) {
      .editorial-insurance__img {
        transform: unset; } }
  .editorial-insurance__text {
    font-size: 14px;
    line-height: 24px;
    margin: -4px 0 0; }
    @media (min-width: 1200px) {
      .editorial-insurance__text {
        margin-top: 36px; } }
  .editorial-insurance .image-text-underneath {
    margin-top: 10px;
    padding: 0; }
    @media (min-width: 1200px) {
      .editorial-insurance .image-text-underneath {
        margin-top: 30px; } }
    .editorial-insurance .image-text-underneath * {
      font-size: 14px;
      line-height: 24px;
      margin: 0; }
  .editorial-insurance .image-text-container .common-image-component {
    width: auto; }
  .editorial-insurance > .row {
    row-gap: 40px;
    margin: 0 !important; }

:root {
  --indicatorColor: #ffb201; }

.editorial-assets__asset {
  vertical-align: top; }
  @media (min-width: 769px) {
    .editorial-assets__asset:nth-child(2) {
      padding-top: 140px; } }
  .editorial-assets__asset figure {
    margin: 0; }
  .editorial-assets__asset img {
    display: block;
    max-width: 100%;
    margin: auto; }
  .editorial-assets__asset .product-tile {
    padding: 32px 25px 40px;
    text-align: center;
    background-color: var(--bg-color); }
    @media (min-width: 1200px) {
      .editorial-assets__asset .product-tile {
        padding: 72px 35px; } }
    .editorial-assets__asset .product-tile .image-container {
      margin: 0 auto;
      max-width: 138px; }
      @media (min-width: 769px) {
        .editorial-assets__asset .product-tile .image-container {
          max-width: 252px; } }
    .editorial-assets__asset .product-tile .pdp-link {
      margin: 24px 0 8px; }
      @media (min-width: 1200px) {
        .editorial-assets__asset .product-tile .pdp-link {
          margin: 40px 0 16px; } }
      .editorial-assets__asset .product-tile .pdp-link .ellip,
      .editorial-assets__asset .product-tile .pdp-link .ellip span {
        font-family: "PPeikoLight", "arial", "sans-serif";
        font-size: 24px;
        line-height: 32px; }
        @media (min-width: 1200px) {
          .editorial-assets__asset .product-tile .pdp-link .ellip,
          .editorial-assets__asset .product-tile .pdp-link .ellip span {
            font-size: 32px;
            line-height: 44px; } }
    .editorial-assets__asset .product-tile .product-type-link {
      font-size: 14px;
      line-height: 24px; }
      @media (min-width: 1200px) {
        .editorial-assets__asset .product-tile .product-type-link {
          font-size: 16px; } }
    .editorial-assets__asset .product-tile .add-to-card-cta {
      margin-top: 32px; }
      @media (min-width: 1200px) {
        .editorial-assets__asset .product-tile .add-to-card-cta {
          margin-top: 40px; } }

.editorial-assets:not(.slick-slider):not(.editorial-assets--predefined-size) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 24px;
  padding: 0 24px; }
  @media (min-width: 769px) {
    .editorial-assets:not(.slick-slider):not(.editorial-assets--predefined-size) {
      padding: 0; } }
  .editorial-assets:not(.slick-slider):not(.editorial-assets--predefined-size) .editorial-assets__asset {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media (min-width: 544px) {
      .editorial-assets:not(.slick-slider):not(.editorial-assets--predefined-size) .editorial-assets__asset {
        -ms-flex-preferred-size: calc(50% - 12px);
            flex-basis: calc(50% - 12px); } }
    @media (min-width: 769px) {
      .editorial-assets:not(.slick-slider):not(.editorial-assets--predefined-size) .editorial-assets__asset {
        -ms-flex-preferred-size: calc(33.3333% - 16px);
            flex-basis: calc(33.3333% - 16px); } }

.editorial-assets--predefined-size:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex; }

.editorial-assets--size-1 .editorial-assets__asset {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.editorial-assets--size-1 .video-widget {
  max-width: 1160px;
  margin: 0 auto; }

.editorial-assets--size-2:not(.editorial-assets--same-level) {
  gap: 0; }
  @media (min-width: 769px) {
    .editorial-assets--size-2:not(.editorial-assets--same-level) .editorial-assets__asset {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }

@media (min-width: 769px) {
  .editorial-assets--size-3 {
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 769px) {
  .editorial-assets--size-3 .editorial-assets__asset {
    -ms-flex: 0 0 32%;
        flex: 0 0 32%; } }

.editorial-assets--same-level {
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 24px; }
  @media (min-width: 769px) {
    .editorial-assets--same-level .editorial-assets__asset:nth-child(2) {
      padding-top: 0; } }

.editorial-assets .slick-list {
  padding: 0 22px; }

.editorial-assets .slick-track {
  display: -ms-flexbox;
  display: flex; }

.editorial-assets .slick-slide {
  margin: 0 2px;
  height: auto; }
  .editorial-assets .slick-slide > div,
  .editorial-assets .slick-slide .editorial-assets__asset {
    height: 100%; }
  .editorial-assets .slick-slide .product-tile {
    height: 100%; }
    .editorial-assets .slick-slide .product-tile .pdp-link {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.editorial-assets .slick-dots {
  margin: 24px 24px 0;
  background-color: rgba(57, 57, 57, 0.1); }
  .editorial-assets .slick-dots li {
    line-height: 0;
    height: 2px; }
    .editorial-assets .slick-dots li.slick-active button {
      background-color: var(--indicatorColor); }
  .editorial-assets .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    border-radius: 1px;
    background-color: transparent; }
    .editorial-assets .slick-dots button:focus {
      box-shadow: 0 0 0 1px var(--indicatorColor), 0 0 0 1px #fff9ed; }

.editorial-assets__wrapper {
  margin: 24px -4px 0; }
  @media (min-width: 769px) {
    .editorial-assets__wrapper {
      max-width: 1200px;
      margin: 80px auto 0;
      padding: 0 20px; }
      .editorial-container__side-by-side-wrapper .editorial-assets__wrapper {
        margin: 0; } }
  @media (min-width: 769px) {
    .editorial-assets__wrapper.is-desktop-carousel {
      max-width: unset;
      padding: 0;
      margin-inline: -16px; }
      .editorial-container__side-by-side-wrapper .editorial-assets__wrapper.is-desktop-carousel {
        max-width: 509px;
        margin-inline: 0;
        padding: 0 20px; }
      .editorial-container--full-width .editorial-assets__wrapper.is-desktop-carousel {
        margin-inline: 0; }
      .editorial-assets__wrapper.is-desktop-carousel .editorial-assets {
        display: unset; }
        .editorial-assets__wrapper.is-desktop-carousel .editorial-assets .slick-arrow {
          width: 60px;
          height: 120px;
          border-radius: 0 60px 60px 0;
          background: #fff url("../../images/svg/arrow-right-small.svg") left 5px center no-repeat;
          cursor: pointer;
          left: unset;
          right: unset; }
          .editorial-assets__wrapper.is-desktop-carousel .editorial-assets .slick-arrow.slick-prev {
            right: 0; }
          .editorial-assets__wrapper.is-desktop-carousel .editorial-assets .slick-arrow.slick-next {
            right: -60px; }
          .editorial-assets__wrapper.is-desktop-carousel .editorial-assets .slick-arrow.slick-disabled {
            cursor: default;
            background-color: #f0f0f0; }
        .editorial-assets__wrapper.is-desktop-carousel .editorial-assets .slick-slide {
          margin: 0 calc(var(--slidesMarginDesktop) / 2); }
        .editorial-assets__wrapper.is-desktop-carousel .editorial-assets .slick-list {
          padding: 0 calc((100% - 1160px) / 2); }
          .editorial-container__side-by-side-wrapper .editorial-assets__wrapper.is-desktop-carousel .editorial-assets .slick-list {
            padding: 0; } }
  .editorial-assets__wrapper .slick-slider--arrows-out-of-bounds.editorial-assets .slick-arrow {
    left: auto !important; }
    .editorial-assets__wrapper .slick-slider--arrows-out-of-bounds.editorial-assets .slick-arrow.slick-prev {
      right: 65px; }
    .editorial-assets__wrapper .slick-slider--arrows-out-of-bounds.editorial-assets .slick-arrow.slick-next {
      right: 5px; }

.animated-asset {
  position: absolute;
  top: 364px;
  left: 50%;
  transform: translateX(-50%);
  display: none; }
  @media (min-width: 769px) {
    .animated-asset {
      display: block; } }

/*************
* GoUp *
*************/
@keyframes goUp {
  0% {
    top: 364px; }
  100% {
    top: -100%; } }

.goUp {
  animation-duration: 3s; }

.goUp.go {
  animation-name: goUp; }

.content-card {
  position: relative;
  width: -moz-fit-content;
  width: fit-content; }
  .content-card--overlay .content-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px; }
    @media (min-width: 769px) {
      .content-card--overlay .content-card__content {
        padding: 32px; } }
  .content-card--overlay .content-card__text, .content-card--overlay .content-card__title {
    color: #fff; }
    .content-card--overlay .content-card__text p, .content-card--overlay .content-card__title p {
      color: #fff; }
  .content-card__title {
    font-size: 14px;
    line-height: 24px;
    font-family: "VeuveClicquotRegular", "arial", "sans-serif"; }
    @media (min-width: 769px) {
      .content-card__title {
        font-size: 16px; } }
  .content-card__text,
  .content-card__text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0; }
    @media (min-width: 769px) {
      .content-card__text,
      .content-card__text p {
        font-size: 16px; } }
  .content-card__text {
    margin-top: 8px; }
  .content-card__cta {
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 769px) {
      .content-card__cta {
        font-size: 16px; } }
    .content-card__cta.link-light {
      font-size: 14px;
      color: #fff;
      line-height: 24px; }
      @media (min-width: 769px) {
        .content-card__cta.link-light {
          font-size: 16px; } }
  .content-card__figure {
    margin: 0; }
  .content-card__overlay-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border: none;
    background: transparent;
    cursor: pointer; }
  .content-card__tag-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 769px) {
      .content-card__tag-list {
        margin-top: 24px; } }

@keyframes pulse-circle {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes scalable-bg {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(6); } }

@media (min-width: 769px) {
  .carousel-content .slick-arrow,
  .carousel-product .slick-arrow {
    position: absolute;
    left: calc(50% + calc(60px / 2 + 60px * 2));
    top: 25%;
    background: #fff;
    width: 60px;
    height: 120px;
    transform: none;
    font-size: 0;
    outline: none;
    cursor: pointer; }
    .carousel-content .slick-arrow.slick-prev,
    .carousel-product .slick-arrow.slick-prev {
      border-bottom-left-radius: 120px;
      border-top-left-radius: 120px; }
      .carousel-content .slick-arrow.slick-prev::after,
      .carousel-product .slick-arrow.slick-prev::after {
        content: "";
        background: url("../../images/svg/arrow-right-small.svg") center center no-repeat;
        width: 6px;
        height: 12px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(180deg); }
    .carousel-content .slick-arrow.slick-next,
    .carousel-product .slick-arrow.slick-next {
      right: 0;
      border-bottom-right-radius: 120px;
      border-top-right-radius: 120px;
      left: calc(50% + (calc(60px + 60px / 2 + 60px * 2) - 1px )); }
      .carousel-content .slick-arrow.slick-next::after,
      .carousel-product .slick-arrow.slick-next::after {
        content: "";
        background: url("../../images/svg/arrow-right-small.svg") center center no-repeat;
        width: 6px;
        height: 12px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  .carousel-content .content-tile-cta-wrapper .btn,
  .carousel-product .content-tile-cta-wrapper .btn {
    font-size: 16px; } }

.carousel-content .slick-dots button,
.carousel-product .slick-dots button {
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: #393939;
  opacity: 0.1; }

.carousel-content {
  overflow: hidden; }
  .carousel-content .content-tile {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    min-height: 100%; }
    .carousel-content .content-tile .ratio-container > * {
      position: static; }
    .carousel-content .content-tile .section-wrapper {
      overflow: hidden;
      min-height: 410px;
      min-width: 232px;
      padding: 183px 0 48px; }
      @media (min-width: 769px) {
        .carousel-content .content-tile .section-wrapper {
          min-height: 612px;
          min-width: 346px;
          padding: 80px 0 64px; } }
    .carousel-content .content-tile .content-tile-description {
      margin-top: auto; }
  @media (min-width: 769px) {
    .carousel-content .slide-wrapper {
      padding-bottom: 80px; } }
  .carousel-content:not(.slick-initialized) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; }
    .carousel-content:not(.slick-initialized) .slide-wrapper:nth-child(n + 4) {
      display: none; }
  .carousel-content .content-tile-cta-wrapper .hero-banner-link {
    color: #393939;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    outline: none; }
    @media (hover: hover) and (pointer: fine) {
      .carousel-content .content-tile-cta-wrapper .hero-banner-link:hover {
        background: #f0f0f0;
        color: #393939 !important; } }
  .carousel-content .slick-dots {
    margin: 54px 24px 22px; }
    .carousel-content .slick-dots li {
      height: 4px; }
    .carousel-content .slick-dots .slick-active button {
      background: #53565a;
      opacity: 1; }
  .carousel-content .slick-slide .section-wrapper {
    transform: scale(0.7);
    transition: transform 0.5s ease-in-out; }
  .carousel-content .slick-slide.slick-active .section-wrapper {
    transform: scale(1); }
  .carousel-content .slick-track {
    display: -ms-flexbox;
    display: flex; }
    .carousel-content .slick-track .slick-slide {
      height: auto; }
      .carousel-content .slick-track .slick-slide > div,
      .carousel-content .slick-track .slick-slide .slide-wrapper {
        height: 100%; }

.carousel-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2; }
  .carousel-product .product-badges {
    display: none; }
  .carousel-product .slick-track {
    display: -ms-flexbox !important;
    display: flex !important; }
  .carousel-product .slick-dots {
    width: 160px;
    position: absolute;
    left: calc(50% - 80px);
    bottom: calc(0% + calc(90px + 40px + 64px + 30px + 20px) / 2);
    margin: 0; }
    .carousel-product .slick-dots li {
      height: 2px; }
    .carousel-product .slick-dots .slick-active button {
      background: #ffa300;
      opacity: 1; }
  .carousel-product .slick-slide {
    height: inherit !important;
    width: 100% !important;
    position: relative;
    padding-bottom: 90px; }
  .carousel-product .product-tile {
    padding: 67px 0 0;
    margin: 0 auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center; }
    @media (min-width: 769px) {
      .carousel-product .product-tile {
        padding: 80px 0 0;
        max-width: 314px; } }
  .carousel-product .product-inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center; }
  .carousel-product .image-container {
    height: 230px;
    overflow: hidden;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-top: 13px; }
    .carousel-product .image-container > a {
      height: inherit; }
    @media (min-width: 769px) {
      .carousel-product .image-container {
        height: 314px;
        margin-top: 26px; }
        .carousel-product .image-container > a {
          min-height: 314px; } }
  .carousel-product .tile-body {
    opacity: 0;
    pointer-events: none;
    display: none; }
  .carousel-product .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px; }
  .carousel-product .letter.out-reverse {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .carousel-product .letter.out {
    transform: rotateX(-90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .carousel-product .letter.behind-reverse {
    transform: rotateX(-90deg); }
  .carousel-product .letter.behind {
    transform: rotateX(90deg); }
  .carousel-product .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .carousel-product .slick-current .tile-body {
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    margin-bottom: 50px;
    pointer-events: all; }
    .carousel-product .slick-current .tile-body .pdp-link {
      margin: 0;
      font-size: 24px;
      line-height: 32px; }
      @media (min-width: 769px) {
        .carousel-product .slick-current .tile-body .pdp-link {
          margin: 40px 0 0;
          font-size: 32px;
          line-height: 44px; } }
      .carousel-product .slick-current .tile-body .pdp-link .link {
        text-decoration: none; }
    .carousel-product .slick-current .tile-body .product-type {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      font-size: 14px;
      line-height: 24px;
      margin: 8px 0 0; }
      @media (min-width: 769px) {
        .carousel-product .slick-current .tile-body .product-type {
          font-size: 16px;
          margin: 16px 0 0; } }
    .carousel-product .slick-current .tile-body .ellip {
      height: 95px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden;
      margin: 0 -6px; }
      .carousel-product .slick-current .tile-body .ellip span {
        font-family: "PPeikoLight", "arial", "sans-serif";
        color: #000; }
      .carousel-product .slick-current .tile-body .ellip > span {
        display: block;
        padding-right: 8px;
        position: relative; }
      .carousel-product .slick-current .tile-body .ellip .last-word::after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: -6px;
        opacity: 0.5; }
    .carousel-product .slick-current .tile-body .add-to-card-cta {
      padding: 10px;
      position: absolute;
      bottom: 0; }
    @media (min-width: 769px) {
      .carousel-product .slick-current .tile-body {
        min-width: 450px; } }
  @media (min-width: 769px) {
    .carousel-product {
      margin-bottom: 0; }
      .carousel-product .slick-arrow {
        left: 250px; }
        .carousel-product .slick-arrow.slick-prev {
          left: calc(50% + calc(314px + calc(25px * 2)) / 2); }
        .carousel-product .slick-arrow.slick-next {
          left: calc(50% + (314px + calc(25px * 2)) / 2 + 60px); } }

.js-carousel-product-wrapper {
  position: relative; }
  .js-carousel-product-wrapper .product-carousel-wrapper {
    overflow: hidden; }
  .js-carousel-product-wrapper .slide-circle {
    position: absolute;
    top: 67px;
    left: calc(50% - 230px / 2);
    border-radius: 50%;
    width: 230px;
    height: 230px;
    z-index: -1; }
    .js-carousel-product-wrapper .slide-circle-active {
      animation: pulse-circle 700ms cubic-bezier(0.28, -0.03, 0.25, 0.72); }
    @media (min-width: 769px) {
      .js-carousel-product-wrapper .slide-circle {
        top: 80px;
        left: calc(50% - 314px / 2);
        width: 314px;
        height: 314px; } }
  .js-carousel-product-wrapper .carousel-slider-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 67px; }
    .js-carousel-product-wrapper .carousel-slider-wrapper::after {
      content: "";
      position: absolute;
      display: block;
      top: calc(50% - 230px / 2);
      left: calc(50% - 230px / 2);
      border-radius: 50%;
      width: 230px;
      height: 230px;
      z-index: 0; }
      @media (min-width: 769px) {
        .js-carousel-product-wrapper .carousel-slider-wrapper::after {
          top: calc(50% - 314px / 2);
          left: calc(50% - 314px / 2);
          width: 314px;
          height: 314px; } }
    .js-carousel-product-wrapper .carousel-slider-wrapper-active::after {
      background-color: var(--slider-background-color);
      animation: scalable-bg 700ms cubic-bezier(0.28, -0.03, 0.25, 0.72); }
    @media (min-width: 769px) {
      .js-carousel-product-wrapper .carousel-slider-wrapper {
        padding: 140px 0 80px; } }
  .js-carousel-product-wrapper .custom-dd-padding {
    padding-bottom: calc(40px * 2 + 64px); }
    @media (min-width: 769px) {
      .js-carousel-product-wrapper .custom-dd-padding {
        padding-bottom: calc(64px + 80px + 72px); } }

.custom-product-dropdown {
  position: absolute;
  top: calc(100% - calc(40px + 40px + 64px - 40px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 4; }
  .custom-product-dropdown .dropdown-product-header {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 34px;
    height: 64px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.04);
    border-radius: 80px;
    font-size: 14px;
    line-height: 24px; }
    .custom-product-dropdown .dropdown-product-header::after {
      content: "";
      background: url(../../images/svg/arrow-down.svg);
      transition: all 0.25s ease-in-out;
      width: 12px;
      height: 6px;
      margin-left: 10px; }
    @media (min-width: 769px) {
      .custom-product-dropdown .dropdown-product-header {
        display: none !important; } }
  .custom-product-dropdown .dropdown-product-selected {
    opacity: 1; }
  .custom-product-dropdown .dropdown-product-list {
    display: none;
    margin: 12px 0 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    font-size: 16px;
    line-height: 24px;
    -ms-flex-align: center;
        align-items: center;
    width: auto; }
    @media (min-width: 769px) {
      .custom-product-dropdown .dropdown-product-list {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0 22px;
        border-radius: 80px;
        margin-top: 0; } }
  .custom-product-dropdown .dropdown-product-item {
    cursor: pointer;
    position: relative;
    padding: 16px;
    opacity: 0.4;
    font-size: 12px;
    line-height: 24px; }
    .custom-product-dropdown .dropdown-product-item-active {
      opacity: 1; }
    .custom-product-dropdown .dropdown-product-item:first-child::after {
      content: "";
      background: url(../../images/svg/arrow-down.svg);
      transform: rotate(180deg);
      transition: all 0.25s ease-in-out;
      width: 12px;
      height: 6px;
      position: absolute;
      right: 16px;
      top: calc(50% - 6px); }
      @media (min-width: 769px) {
        .custom-product-dropdown .dropdown-product-item:first-child::after {
          display: none; } }
    @media (hover: hover) and (pointer: fine) {
      .custom-product-dropdown .dropdown-product-item:hover {
        opacity: 1;
        background: transparent; } }
    @media (min-width: 769px) {
      .custom-product-dropdown .dropdown-product-item {
        padding: 24px 22px; } }
  @media (min-width: 769px) {
    .custom-product-dropdown {
      top: calc(100% - calc(64px + 80px + 72px - 64px));
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      display: -ms-flexbox;
      display: flex;
      overflow: auto;
      width: 96%; } }

.carousel-text-wrapper {
  max-width: 295px;
  z-index: 3; }
  .carousel-text-wrapper h3 {
    font-family: "PPeikoLight", "arial", "sans-serif";
    font-size: 32px;
    line-height: 44px; }
  .carousel-text-wrapper .paragraph-wrapper {
    font-size: 14px;
    line-height: 24px; }
  .carousel-text-wrapper .link-light {
    font-size: 14px;
    line-height: 24px; }
  @media (min-width: 769px) {
    .carousel-text-wrapper {
      max-width: 568px; }
      .carousel-text-wrapper h3 {
        font-size: 48px;
        line-height: 64px;
        color: #393939; }
      .carousel-text-wrapper .paragraph-wrapper {
        font-size: 16px; }
      .carousel-text-wrapper .link-light {
        font-size: 16px;
        line-height: 24px; } }

.tabs-list-wrapper .tab-carousel-wrapper {
  padding: 80px 0 75px; }
  @media (max-width: 768.98px) {
    .tabs-list-wrapper .tab-carousel-wrapper {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      white-space: nowrap; } }
  @media (min-width: 1200px) {
    .tabs-list-wrapper .tab-carousel-wrapper {
      padding: 140px 0 125px; } }

.tabs-list-wrapper .experience-container.container {
  max-width: inherit; }

.tabs-list-wrapper .editorial-container,
.tabs-list-wrapper .hero-banner {
  padding: 0;
  margin: 0;
  border-radius: 0; }

.tabs-list-wrapper .editorial-text {
  padding: 0;
  white-space: normal; }

.tabs-list-wrapper .slick-slide:not(:first-child) {
  padding: 0 0 0 24px; }

.tabs-list-wrapper .hero-banner .hero-banner-img {
  border-radius: 0; }

.tabs-list-wrapper .nav {
  margin: 0 auto 40px;
  padding: 20px 32px;
  border-radius: 36px;
  background-color: #fff;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90vw;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .tabs-list-wrapper .nav {
      margin: 0 auto 80px;
      padding: 24px 48px; } }

.tabs-list-wrapper .nav-item {
  margin: 0 0 0 24px; }
  .tabs-list-wrapper .nav-item:first-child {
    margin: 0; }
  @media (min-width: 1200px) {
    .tabs-list-wrapper .nav-item {
      margin: 0 0 0 48px; }
      .tabs-list-wrapper .nav-item:first-child {
        margin: 0; } }

.tabs-list-wrapper .tab-link {
  font-size: 12px;
  line-height: 24px;
  font-family: inherit; }
  .tabs-list-wrapper .tab-link:hover, .tabs-list-wrapper .tab-link:focus {
    text-decoration: none; }
  .tabs-list-wrapper .tab-link.active {
    font-family: "VeuveClicquotRegular", "arial", "sans-serif"; }

.tabs-list-wrapper .tab-content {
  padding: 0 24px; }
  @media (min-width: 1200px) {
    .tabs-list-wrapper .tab-content {
      max-width: 1160px;
      margin: 0 auto;
      padding: 0; } }

.tabs-list-wrapper .editorial-assets__wrapper {
  padding: 0; }


/*# sourceMappingURL=storePage.css.map*/