.ws-addwhat{
  position:relative;
  padding-top:32px;
  padding-bottom:32px;
  overflow-x:hidden;
  --cut:1.75rem;
  --reelW:min(56.25rem, calc(100vw - 2rem));
  --reelGap:1rem;
  --padL:0.75rem;
  --peekR:0.75rem;
  background:#1d1b1b;
  color:#fff;
}

.ws-addwhat *{
  box-sizing:border-box;
}

.ws-addwhat__container{
  max-width:90rem;
  margin:0 auto;
  padding:0;
  overflow-x:hidden;
}

.ws-addwhat__header{
  text-align:center;
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  max-width:86.25rem;
  margin-left:auto;
  margin-right:auto;
}

.ws-addwhat__header > *{
  min-width:0;
}

.ws-addwhat__title{
  margin:0;
  line-height:1.08;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-weight:800;
}

.ws-addwhat__sub{
  margin:.55rem auto 0;
  line-height:1.45;
  max-width:860px;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
  color:rgba(255,255,255,.78) !important;
}

.ws-addwhat__swiper{
  position:relative;
  width:100%;
  max-width:100%;
}

.ws-addwhat .swiper{
  overflow:visible;
}

.ws-addwhat .swiper-wrapper{
  display:flex;
  transition-property:transform;
}

.ws-addwhat .swiper-slide{
  flex-shrink:0;
  min-width:0;
}

.ws-addwhat__slide{
  width:56.25rem;
  display:flex;
  flex-direction:column;
  gap:0;
  contain:layout paint;
}

.ws-addwhat__figure{
  position:relative;
  border-radius:24px !important;
  overflow:hidden;
  box-shadow:var(--shadow);
  margin:0 !important;
  background:transparent;
  -webkit-clip-path:none !important;
  clip-path:none !important;
}

.ws-addwhat__figure::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(to top, rgba(15,17,21,.92) 0%, rgba(15,17,21,.7) 38%, rgba(15,17,21,0) 100%);
  pointer-events:none;
  z-index:1;
}

.ws-addwhat__figure::before{
  content:"";
  display:block;
  padding-top:56.25%;
}

.ws-addwhat__figure picture,
.ws-addwhat__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  background:transparent;
}

.ws-addwhat__tag{
  background:var(--glass-bg) !important;
  border:0.0625rem solid var(--glass-brd) !important;
  box-shadow:var(--glass-shadow) !important;
  -webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.2);
  backdrop-filter:blur(var(--glass-blur)) saturate(1.2);
}

.ws-addwhat__tag{
  position:absolute;
  left:0.75rem;
  top:0.75rem;
  padding:0.375rem 0.625rem;
  border-radius:999rem;
  font-weight:600;
  font-size:0.875rem;
  z-index:998;
  pointer-events:none;
}

.ws-addwhat .ws-addwhat__figure > .ws-addwhat__tag{
  position:absolute;
  left:0.875rem;
  top:0.875rem;
  padding:0.5625rem 0.875rem;
  font-size:0.875rem;
  line-height:1.15;
  font-weight:700;
  background-color:rgba(0,0,0,.6) !important;
  color:#fff !important;
  -webkit-backdrop-filter:blur(0.375rem) saturate(120%) !important;
  backdrop-filter:blur(0.375rem) saturate(120%) !important;
  border-radius:1.125rem;
  box-shadow:
    0 0.25rem 0.625rem rgba(0,0,0,.25),
    inset 0 0 0 0.0625rem rgba(255,255,255,.12);
  z-index:5;
  pointer-events:none;
  mix-blend-mode:normal !important;
  opacity:1 !important;
}

.ws-addwhat .ws-smart__btn{
  width:20rem;
  max-width:100%;
  height:2.875rem;
  border:0.0625rem solid;
  border-radius:0.625rem;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  font-size:1.125rem;
  letter-spacing:.02em;
  transition:transform .15s, box-shadow .15s;
  margin:var(--btn-gap-top,1rem) auto var(--btn-gap-bottom,0) !important;
  -webkit-tap-highlight-color:transparent;
  position:relative;
  z-index:2;
  background:unset;
  color:inherit;
}

.ws-addwhat .ws-smart__btn:hover{
  transform:translateY(-0.0625rem);
}

.ws-addwhat .ws-smart__btn:active{
  transform:none;
}

.ws-addwhat .ws-smart__btn:focus-visible{
  outline:0.125rem solid;
  outline-offset:0.125rem;
}

.ws-addwhat__pag{
  position:static !important;
  margin:0.5rem auto 0 !important;
  padding:0 !important;
  height:auto !important;
  min-height:0.75rem;
  line-height:0 !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  display:flex !important;
  justify-content:center;
  align-items:center;
  z-index:3;
  color:#fff !important;
}

.ws-addwhat__pag .swiper-pagination-bullet{
  width:2.875rem;
  height:0.25rem;
  border-radius:999rem;
  margin:0 0.25rem !important;
  vertical-align:top;
  opacity:1 !important;
  background:rgba(255,255,255,.3) !important;
}

.ws-addwhat__pag .swiper-pagination-bullet-active{
  background:#fff !important;
}

.ws-addwhat__nav{
  position:absolute;
  top:var(--nav-top,50%) !important;
  transform:translateY(-50%) !important;
  width:2.625rem;
  height:2.625rem;
  border-radius:50%;
  display:grid;
  place-items:center;
  z-index:999;
  transition:transform .15s ease, box-shadow .2s ease, background .15s ease;
  border:0.0625rem solid;
  background:var(--ws-nav-bg, rgba(0,0,0,.35)) !important;
  border-color:var(--ws-nav-brd, rgba(255,255,255,.24)) !important;
  box-shadow:var(--ws-nav-shadow, 0 0.5rem 1.125rem rgba(0,0,0,.18)) !important;
  -webkit-backdrop-filter:blur(var(--ws-nav-blur, 0.5rem)) saturate(1.2) !important;
  backdrop-filter:blur(var(--ws-nav-blur, 0.5rem)) saturate(1.2) !important;
  color:#fff !important;
}

.ws-addwhat__nav:hover{
  background:var(--ws-nav-hover, rgba(0,0,0,.48)) !important;
  transform:translateY(-50%) scale(1.04) !important;
  box-shadow:0 0.75rem 1.75rem rgba(0,0,0,.18) !important;
}

.ws-addwhat__prev{
  left:0.375rem;
}

.ws-addwhat__next{
  right:0.375rem;
}

.ws-addwhat__nav svg{
  width:var(--ws-nav-icon, 1.25rem) !important;
  height:var(--ws-nav-icon, 1.25rem) !important;
  display:block;
  fill:currentColor;
  opacity:.95;
}

.ws-addwhat__nav svg path{
  stroke:currentColor !important;
}

.ws-addwhat__nav.swiper-button-disabled{
  opacity:.45;
  pointer-events:none;
  transform:translateY(-50%) !important;
}

.ws-addwhat__price,
.ws-addwhat .ws2-card__price{
  position:absolute;
  left:50% !important;
  bottom:0.875rem !important;
  right:auto !important;
  top:auto !important;
  transform:translateX(-50%) !important;
  z-index:2;
  margin:0 !important;
  padding:0.5rem 0.75rem;
  border-radius:999rem;
  --glass-bg:rgba(0,0,0,.65);
  --glass-brd:rgba(255,255,255,.25);
  --glass-blur:0.5rem;
  --glass-shadow:0 0.25rem 0.875rem rgba(0,0,0,.25);
  background:var(--glass-bg) !important;
  border:0.0625rem solid var(--glass-brd) !important;
  box-shadow:var(--glass-shadow) !important;
  -webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.2);
  backdrop-filter:blur(var(--glass-blur)) saturate(1.2);
  display:inline-flex;
  align-items:center;
  gap:0.5rem;
  font-size:0.875rem;
  font-weight:700;
  line-height:1;
  pointer-events:none;
  color:#fff !important;
}

.ws-addwhat__price *,
.ws-addwhat .ws2-card__price *{
  color:inherit !important;
}

.ws-addwhat .ws2-card_price{
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%);
  bottom:0.75rem;
  z-index:2;
  background:rgba(0,0,0,.6) !important;
  color:#fff !important;
  border:0.0625rem solid rgba(255,255,255,.22) !important;
  -webkit-backdrop-filter:blur(0.5rem) saturate(1.2);
  backdrop-filter:blur(0.5rem) saturate(1.2);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0.625rem 1rem;
  border-radius:999rem;
  gap:0.375rem;
}

.ws-addwhat .ws2-card_price *{
  color:inherit !important;
}

.ws-addwhat__cap{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  margin:0;
  padding:18px 20px 20px;
  font-size:14px;
  line-height:1.4;
  color:#fff;
  pointer-events:none;
}

.ws-addwhat__cap-title{
  display:block;
  font-weight:700;
  font-size:var(--h4-size);
  line-height:1.25;
  margin-bottom:4px;
  text-decoration:none;
  color:#fff;
  pointer-events:auto;
  font-family:var(--font-head, "Roboto Slab", serif);
}

.ws-addwhat__cap-title:hover{
  text-decoration:underline;
}

.ws-addwhat__cap-text{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:var(--cap-lines,2);
  line-clamp:var(--cap-lines,2);
  color:rgba(255,255,255,.88);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
}

.ws-addwhat__cap-text--2{
  -webkit-line-clamp:2;
  line-clamp:2;
}

.ws-addwhat__cap-text--3{
  -webkit-line-clamp:3;
  line-clamp:3;
}

.ws-addwhat__header,
.ws-addwhat__header *,
.ws-addwhat__title,
.ws-addwhat__title *,
.ws-addwhat__sub,
.ws-addwhat__sub *{
  color:#fff !important;
}

.ws-addwhat a.ws-smart__btn.ws-smart__btn--glow{
  background:#00A0E3 !important;
  background-color:#00A0E3 !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 14px 30px rgba(0,160,227,.28) !important;
  position:relative;
  isolation:isolate;
  overflow:visible;
  animation:wsGlowPulse 2.2s ease-in-out infinite;
}

.ws-addwhat a.ws-smart__btn.ws-smart__btn--glow,
.ws-addwhat a.ws-smart__btn.ws-smart__btn--glow *{
  color:#fff !important;
  fill:currentColor !important;
}

.ws-addwhat a.ws-smart__btn.ws-smart__btn--glow::after{
  content:"";
  position:absolute;
  inset:-22px;
  border-radius:999px;
  background:rgba(0,160,227,.30);
  filter:blur(20px);
  opacity:.70;
  z-index:-1;
  pointer-events:none;
  animation:wsGlowAura 2.2s ease-in-out infinite;
}

@keyframes wsGlowPulse{
  0%,100%{ transform:scale(1); }
  50%{ transform:scale(1.02); }
}

@keyframes wsGlowAura{
  0%,100%{ opacity:.50; transform:scale(1); }
  50%{ opacity:.85; transform:scale(1.08); }
}

.ws-addwhat .ws-series__more{
  position:relative;
  z-index:50;
  padding:0;
  text-align:center;
}

.ws-addwhat .ws-series__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:46px;
  padding:0 18px;
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
}

@media (prefers-reduced-motion: reduce){
  .ws-addwhat a.ws-smart__btn.ws-smart__btn--glow,
  .ws-addwhat a.ws-smart__btn.ws-smart__btn--glow::after{
    animation:none !important;
  }
}

@media (max-width: 820px){
  .ws-addwhat__header{
    padding:0 16px;
  }

  .ws-addwhat__sub{
    text-wrap:balance;
  }
}

.ws-addwhat__title{
  margin:0;
  line-height:1.08;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  max-width:100%;
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-weight:800;
}

.ws-addwhat__title::before,
.ws-addwhat__title::after{
  content:none !important;
  display:none !important;
}

.ws-addwhat__sub{
  margin:.55rem auto 0;
  line-height:1.45;
  max-width:860px;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
  color:rgba(255,255,255,.78) !important;
}

.ws-addwhat__header{
  position:relative;
  margin:0 auto 22px;
  max-width:980px;
}

.ws-addwhat__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:0 0 8px;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#FFD152 !important;
}

.ws-addwhat__eyebrow,
.ws-addwhat__eyebrow span{
  color:#FFD152 !important;
}

.ws-addwhat__eyebrow-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:#FFD152 !important;
}

.ws-addwhat__eyebrow-icon svg{
  width:17px;
  height:17px;
  display:block;
  color:#FFD152 !important;
}

.ws-addwhat__eyebrow-icon svg path{
  stroke:#FFD152 !important;
}

.ws-addwhat__header::after{
  content:"";
  display:block;
  width:190px;
  height:22px;
  margin:8px auto 0;
  background:
    linear-gradient(#FFD152, #FFD152) left 50% / 78px 1px no-repeat,
    linear-gradient(#FFD152, #FFD152) right 50% / 78px 1px no-repeat;
  opacity:.85;
}

.ws-addwhat__header::before{
  content:"×";
  position:absolute;
  left:50%;
  bottom:0;
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateX(-50%);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:22px;
  line-height:1;
  font-weight:500;
  color:#FFD152;
}

.ws-addwhat__title .ws-addwhat__hl,
.ws-addwhat__title mark,
.ws-addwhat__title span.ws-addwhat__hl{
  color:#FFD152 !important;
  -webkit-text-fill-color:#FFD152 !important;
  background:transparent !important;
  padding:0 !important;
}

.ws-addwhat__title .ws-addwhat__title-white{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  background:transparent !important;
}

.ws-addwhat__title .ws-addwhat__title-word{
  display:inline-block;
  white-space:nowrap;
}

.ws-addwhat__sub .ws-addwhat__hl,
.ws-addwhat__sub mark{
  display:inline;
  padding:.08em .34em;
  border-radius:.38em;
  background:#FFD152;
  color:#111 !important;
  box-shadow:none;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}



@media (max-width: 768px){
  .ws-addwhat__title{
    gap:7px;
  }

  .ws-addwhat__title::before,
  .ws-addwhat__title::after{
    font-size:1em;
  }
}

.ws-addwhat__swiper,
.ws-addwhat__swiper .swiper{
  overflow-x:hidden !important;
  overflow-y:visible !important;
  padding-left:var(--padL) !important;
  padding-right:var(--peekR) !important;
}

.ws-addwhat__swiper .swiper-wrapper{
  margin:0 !important;
}

.ws-addwhat__slide,
.ws-addwhat__swiper .swiper-slide{
  width:var(--reelW) !important;
  max-width:var(--reelW) !important;
  margin-right:var(--reelGap) !important;
  flex:0 0 auto !important;
}

.ws-addwhat__swiper .swiper-slide:last-child{
  margin-right:0 !important;
}

.ws-addwhat__container{
  max-width:90rem;
  padding:0 var(--padL);
  overflow-x:hidden;
}

@media (min-width:48.0625rem) and (max-width:79.9375rem){
  .ws-addwhat{
    --reelW:calc(100vw - 2rem);
    --reelGap:0.875rem;
    --padL:0.75rem;
    --peekR:0.5rem;
  }
}

@media (max-width:64rem) and (max-height:38rem) and (orientation:landscape){
  .ws-addwhat{
    --reelW:calc(88vw - 6px);
    --reelGap:4px;
    --padL:3px;
    --peekR:0px;
  }
}

@media (max-width:768px){
  .ws-addwhat{
    --reelW:calc(100vw - 8px);
    --reelGap:6px;
    --padL:4px;
    --peekR:0px;
  }

  .ws-addwhat__figure{
    width:100% !important;
    height:560px !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    border-radius:24px !important;
    overflow:hidden !important;
  }

  .ws-addwhat__figure::before{
    content:none !important;
    display:none !important;
    padding-top:0 !important;
  }

  .ws-addwhat__figure picture,
  .ws-addwhat__img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center top !important;
  }

  .ws-addwhat__cap-title{
    font-size:20px;
  }

  .ws-addwhat__cap{
    padding:16px 16px 18px;
  }

  .ws-addwhat__prev{
    left:6px;
  }

  .ws-addwhat__next{
    right:6px;
  }
}

@media (max-width:480px){
  .ws-addwhat{
    --reelW:calc(88vw - 6px);
    --reelGap:4px;
    --padL:3px;
    --peekR:0px;
  }

  .ws-addwhat__figure{
    height:580px !important;
    aspect-ratio:auto !important;
  }

  .ws-addwhat__figure picture,
  .ws-addwhat__img{
    object-position:center top !important;
  }

  .ws-addwhat__cap{
    padding:14px 14px 16px;
  }

  .ws-addwhat__cap-title{
    font-size:18px;
  }

  .ws-addwhat__prev{
    left:4px;
  }

  .ws-addwhat__next{
    right:4px;
  }
}




