.carrousel_carousel-container__SyX4Y {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.carrousel_carousel-controls__e3KKC {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.carrousel_carousel-name__L3f9K {
  font-size: 24px;
}

.carrousel_scroll-buttons-container__BUrWc {
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  .carrousel_scroll-button__XvJVK {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 768px) {
  .carrousel_scroll-buttons-container__BUrWc {
    display: none;
  }
}

.carrousel_carousel-layout-topButtons__1FRgp {
  height: 87% !important;
}

.carrousel_video-carrousel___Vo_v {
  width: 100%;
  height: 100%; /* Use iframe height instead of viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent; /* Remove black background */
  transition: opacity 0.3s ease-out, filter 0.3s ease-out, transform 0.3s ease-out;
  position: relative;
  z-index: 1;
}

/* Skip link - pseudo hidden (1px size) until focused for accessibility */
.carrousel_skip-link__l2kQv {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  /* Styling for when visible */
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-family: 'Montserrat', 'Heebo', 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  z-index: 9999;
}

.carrousel_skip-link__l2kQv:focus,
.carrousel_skip-link__l2kQv:focus-visible {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin: 0;
  overflow: visible;
  clip: auto;
  outline: 2px solid #1fb5f9;
  outline-offset: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.carrousel_videos-scroll-container__d5L5V {
  display: flex;
  overflow-x: auto;
  gap: 20px; /* Increase space between cards */
  padding: 0 30px;
  height: 100%;
  width: 100%;
  align-items: center;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  transition: all 0.3s ease; /* Smooth transition for background display */
  filter: saturate(0.8);
  transform: scale(0.98);
  user-select: none; /* Prevent text selection while dragging */
  scroll-behavior: smooth; /* Smooth scrolling for all platforms */
}

.carrousel_thumbnail-container--split__ga7Kd {
  margin: 0 auto !important;
}

body[dir='rtl'] .carrousel_videos-scroll-container__d5L5V {
  direction: rtl;
}

body[dir='ltr'] .carrousel_videos-scroll-container__d5L5V {
  direction: ltr;
}

/* Styling for drag-to-scroll indicator */
.carrousel_videos-scroll-container__d5L5V:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Show drag indicator when hovered */
.carrousel_videos-scroll-container__d5L5V:hover:after {
  opacity: 1;
}

/* Remove hover indicator on mobile */
@media (max-width: 768px) {
  .carrousel_videos-scroll-container__d5L5V:after {
    display: none;
  }

  .carrousel_carousel-layout-topButtons__1FRgp {
    height: 92% !important;
  }
}

/* Add styling to make blur look better */
.carrousel_videos-scroll-container__d5L5V {
  filter: saturate(0.8); /* Reduce saturation for better blur effect */
  transform: scale(0.98); /* Slight scale down for depth effect */
}

/* Video loading placeholders */
.carrousel_video-loading-placeholder__xm_yl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0;
}

.carrousel_loading-overlay__CqPK7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8100;
}

@keyframes carrousel_spin__iBacY {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.carrousel_loading-spinner__Lh7Ri {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 4px solid #fff;
  animation: carrousel_spin__iBacY 1s linear infinite;
}

.carrousel_video-card__b8LVJ {
  flex: 0 0 auto;
  height: 98%; /* Slightly less than container for better spacing */
  aspect-ratio: 9 / 16; /* Maintain 9:16 ratio automatically */
  scroll-snap-align: center;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
  direction: ltr;
  outline: none;
}

.carrousel_video-card__b8LVJ:focus-visible .carrousel_video-thumbnail-container__z54j4 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.carrousel_video-card__b8LVJ:hover {
  transform: scale(1.02);
}

.carrousel_video-thumbnail-container__z54j4 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Play button overlay */
.carrousel_play-button-overlay__4wY92 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: transparent; /* Remove background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; /* Always visible */
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.carrousel_play-button-overlay__4wY92 svg {
  width: 17px;
  height: 21px;
  margin-left: 2px; /* Slight offset to center the triangle visually */
}

/* Show play button on hover */
.carrousel_video-card__b8LVJ:hover .carrousel_play-button-overlay__4wY92 {
  opacity: 1;
}

.carrousel_video-player__4qBrN {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 0;
}

.carrousel_video-card__b8LVJ:hover .carrousel_video-player__4qBrN {
  transform: scale(1.04);
}

/* Prevent horizontal scrolling of play button */
.carrousel_videos-scroll-container__d5L5V::-webkit-scrollbar {
  display: none;
}

/* Based on content amount */
@media (min-width: 768px) {
  /* When there are 3 items or less, center them */
  .carrousel_videos-scroll-container__d5L5V:has(.carrousel_video-card__b8LVJ:nth-child(-n + 3):last-child) {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }
}

/* For small screens */
@media (max-width: 768px) {
  .carrousel_videos-scroll-container__d5L5V {
    padding: 0 15px;
    gap: 15px;
  }

  .carrousel_video-card__b8LVJ {
    height: 98%; /* Consistent height across all viewports */
    aspect-ratio: 9 / 16; /* Maintain 9:16 ratio automatically */
    min-width: 200px; /* Ensure minimum width on small devices */
    min-height: 356px; /* 16:9 ratio based on min-width */
  }

  .carrousel_video-card__b8LVJ:last-child {
    margin-left: 15px;
    margin-right: 0;
  }

  body[dir='ltr'] .carrousel_video-card__b8LVJ:last-child {
    margin-left: 0;
    margin-right: 15px;
  }

  /* Improve scrolling behavior on mobile */
  .carrousel_videos-scroll-container__d5L5V {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  /* Better card scaling on mobile */
  .carrousel_video-card__b8LVJ {
    scroll-snap-align: center;
    transform: scale(0.9); /* Reduced default size for mobile */
    transition: transform 0.3s ease; /* Smooth transition when changing focus */
  }

  /* Focus state for mobile only */
  .carrousel_video-card__b8LVJ.carrousel_mobile-focus__qfDxp {
    transform: scale(0.95); /* Slightly larger than default (0.9) when in focus */
    z-index: 10; /* Ensure focused card appears above others */
  }

  /* We don't want hover effects on mobile */
  .carrousel_video-card__b8LVJ:hover {
    transform: scale(0.9); /* Keep the default size on hover for mobile */
  }

  /* Only active touch state should remain small, focus is controlled by JS */
  .carrousel_video-card__b8LVJ:active {
    transform: scale(0.9);
  }
}

/* Specific adjustments for small mobile devices */
@media (max-width: 480px) {
  .carrousel_video-card__b8LVJ {
    height: 98%; /* Consistent height across all viewports */
    aspect-ratio: 9 / 16; /* Maintain 9:16 ratio automatically */
    min-width: 160px;
    min-height: 284px;
  }

  .carrousel_videos-scroll-container__d5L5V {
    gap: 10px;
    padding: 0 10px;
  }
}

/* For devices with very low height (landscape mobile) */
@media (max-height: 500px) {
  .carrousel_videos-scroll-container__d5L5V {
    height: 100%;
  }

  .carrousel_video-card__b8LVJ {
    height: 98%;
    aspect-ratio: 9 / 16; /* Maintain 9:16 ratio automatically */
    min-height: 160px;
    min-width: 90px;
  }
}

/* Add padding to the last card to ensure full scrolling */
.carrousel_video-card__b8LVJ:last-child {
  margin-left: 30px;
  margin-right: 0;
}

body[dir='ltr'] .carrousel_video-card__b8LVJ:last-child {
  margin-left: 0;
  margin-right: 30px;
}

/* Make button visible on hover for desktop */
.carrousel_video-card__b8LVJ:hover {
  opacity: 1;
}

.carrousel_video-card__b8LVJ.carrousel_center-highlight__s9BJd {
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Scroll buttons styling */
.carrousel_scroll-button__XvJVK {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(93deg, #00e4fd 6.86%, #169efe 94.89%);
  border: none;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s, transform 0.2s, box-shadow 0.3s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  outline: none;
}

.carrousel_scroll-button__XvJVK:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.carrousel_scroll-button__XvJVK:active {
  transform: translateY(-50%) scale(0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.carrousel_scroll-button__XvJVK:focus-visible {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Styling for disabled state */
.carrousel_scroll-button__XvJVK:disabled {
  background: linear-gradient(93deg, #a0a0a0 6.86%, #cccccc 94.89%);
  opacity: 0.5;
  cursor: default;
  box-shadow: none;
}

.carrousel_scroll-button__XvJVK:disabled:hover {
  transform: translateY(-50%);
  opacity: 0.5;
}

.carrousel_scroll-left__6NMet {
  left: 15px;
  right: auto;
}

.carrousel_scroll-right__H2m3A {
  right: 15px;
  left: auto;
}

.carrousel_scroll-button__XvJVK span {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

/* Disabled button has different text color */
.carrousel_scroll-button__XvJVK:disabled span {
  color: #666;
  text-shadow: none;
}

@media (max-width: 768px) and (pointer: coarse) and (any-pointer: coarse) {
  .carrousel_scroll-button__XvJVK {
    display: none;
  }
}

.carrousel_image-asset__k0qG_ {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 0;
}

.carrousel_video-card__b8LVJ:hover .carrousel_image-asset__k0qG_ {
  transform: scale(1.04);
}

/* Card content styling - title and description */
.carrousel_card-content__PQ7ST {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 40px 15px 15px 15px;
  color: white;
  z-index: 50;
  pointer-events: none;
}

.carrousel_card-content-timestamp__2oXRY {
  pointer-events: none;
}

.carrousel_card-title__x7B3n {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: white;
  font-family: 'Rubik', sans-serif;
  line-height: 1.3;
  text-align: right;
  direction: rtl;
}

body[dir='ltr'] .carrousel_card-title__x7B3n {
  text-align: left;
  direction: ltr;
}

.carrousel_card-description___dv_Q {
  white-space: pre-line;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Rubik', sans-serif;
  line-height: 1.4;
  text-align: right;
  direction: rtl;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 110%;
}

body[dir='ltr'] .carrousel_card-description___dv_Q {
  text-align: left;
  direction: ltr;
}

/* Mobile adjustments for card content */
@media (max-width: 768px) {
  .carrousel_card-content__PQ7ST {
    padding: 30px 12px 12px 12px;
  }

  .carrousel_card-title__x7B3n {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .carrousel_card-description___dv_Q {
    font-size: 13px;
  }
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

.product-buttons_products-container__qLlvr {
  position: absolute;
  display: flex;
  gap: 12px;
  top: 58px;
  right: 4.5%;
  z-index: 10;
  flex-direction: column;
  width: 75px;
}

body[dir='ltr'] .product-buttons_products-container__qLlvr {
  right: unset;
  left: 4.5%;
}

.product-buttons_product-item__p6kvz {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  outline: none;
}

.product-buttons_product-item__p6kvz:focus-visible {
  .product-buttons_product-image__FtfDT {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  }
}

.product-buttons_product-item--timeline__RTTrH:hover {
  transform: scale(1.05);
}

.product-buttons_product-button__feBhP {
  border-radius: 8%;
  margin-bottom: 4px;
}

.product-buttons_product-image__FtfDT {
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.product-buttons_product-initial__f5nB0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 20px;
  font-weight: bold;
}

.product-buttons_product-text__khPLT {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  width: 75px;
  min-height: 25px;
  max-height: 35px;
  padding: 8px 2px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7px);
}

.product-buttons_products-container-alignment__fWEAx {
  top: 12px !important;
}

.product-buttons_bold-text__4S9Qz {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}

.product-buttons_horizontal-product-item__ws3g3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(62 62 62 / 40%);
  width: 100%;
  height: 92px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  direction: rtl !important;
}

.product-buttons_horizontal-product-item-non-transparent__6yfMa {
  background-color: #404040 !important;
}

.product-buttons_horizontal-product-item__ws3g3:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
}

.product-buttons_horizontal-product-item-texts-title__icThT {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-buttons_horizontal-product-item-texts-description__XNhU0 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.product-buttons_horizontal-product-item-image__3rmj3 {
  width: 75px;
  height: 75px;
  border-radius: 8%;
  margin: 8.5px;
}

.product-buttons_horizontal-product-item-texts__y2dwk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: right;
  gap: 5px;
  color: white;
  margin: 8.5px;
  font: 'Rubik';
  font-size: 14px;
  max-width: calc(100% - 110px);
}

.product-buttons_horizontal-product-item-price-container__Do_HU {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;

  .product-buttons_bold-text__4S9Qz {
    width: auto;
  }
}

.product-buttons_horizontal-product-item-compare-price__XcMCd {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 600;
  text-decoration: line-through;
}

body[dir='ltr'] .product-buttons_horizontal-product-item-texts__y2dwk {
  align-items: flex-end;
  text-align: left;
}

.product-buttons_description-text__JjcYk {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-buttons_swiper-pagination__uoLKM {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.product-buttons_swiper-pagination-bullet__n9R6t {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  display: block;
  opacity: 0.3;
  cursor: pointer;
}

.product-buttons_swiper-pagination-bullet-active___sjB7 {
  opacity: 1;
  cursor: default;
}

body[dir='ltr'] .product-buttons_split-product-slide__xigON.product-buttons_timeline__SYVK0 {
  .product-buttons_horizontal-product-item-texts__y2dwk {
    margin-left: 12px;
    margin-right: unset;
  }
}

body[dir='rtl'] .product-buttons_split-product-slide__xigON.product-buttons_timeline__SYVK0 {
  .product-buttons_horizontal-product-item-texts__y2dwk {
    margin-left: unset;
    margin-right: 12px;
  }
}

body[dir='ltr'] .product-buttons_split-product-slide__xigON {
  .product-buttons_horizontal-product-item-texts__y2dwk {
    margin-left: 8px;
    margin-right: unset;
  }
}

body[dir='rtl'] .product-buttons_split-product-slide__xigON {
  .product-buttons_horizontal-product-item-texts__y2dwk {
    margin-left: unset;
    margin-right: 8px;
  }
}

.product-buttons_split-product-slide__xigON {
  font-size: 11px;

  &.product-buttons_light-product-card__iPj_r {
    .product-buttons_horizontal-product-item-texts-title__icThT,
    .product-buttons_horizontal-product-item-texts-description__XNhU0,
    .product-buttons_horizontal-product-item-texts-price__SifMt {
      color: #000;
    }
  }

  .product-buttons_horizontal-product-item-image__3rmj3 {
    margin: 0;
    border-radius: 8px;
  }

  .product-buttons_horizontal-product-item-image_timeline__3OCD4 {
    border-radius: 9.8px;
  }

  .product-buttons_horizontal-product-item-texts-title__icThT {
    font-weight: 700;
    line-height: 20px;
  }

  .product-buttons_badge__BM_Ak {
    color: #c4c4c4;
    padding: 0.5px 4px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;

    &.product-buttons_light-badge__wU1Dk {
      color: #000;
    }
  }

  .product-buttons_horizontal-product-item-texts__y2dwk {
    display: flex;
    height: 100%;
    align-self: flex-start;
    justify-content: space-between;
    margin: 0;
  }

  &.product-buttons_with-badge__dMxye .product-buttons_description-text__JjcYk {
    -webkit-line-clamp: 1;
  }

  .product-buttons_horizontal-product-item-texts-title__icThT,
  .product-buttons_horizontal-product-item-texts-price__SifMt {
    font-size: 16px;
    font-weight: 700;
  }

  .product-buttons_horizontal-product-item-texts__y2dwk,
  .product-buttons_horizontal-product-item-texts-description__XNhU0 {
    font-size: 10px;
  }

  .product-buttons_horizontal-product-item-texts-description__XNhU0 {
    line-height: 20px;
  }

  .product-buttons_cta-button__ai5Du {
    border-radius: 100px;
    bottom: 11px;
    font-size: 10px;
    padding: 4px 6px;
    position: absolute;
    right: 9px;
    color: #fff;

    &.product-buttons_light-cta-button__bY5bo {
      color: #0d0d0d;
    }
  }

  .product-buttons_rtl-cta-button__eR4NK {
    right: unset;
    left: 9px;
  }
}

.style_smart-product-debug-container__Jlh3i {
  display: none;
}

:hover > .style_smart-product-debug-container__Jlh3i {
  background: white;  
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  padding: 10px;
  position: absolute;
  z-index: 30;
}

.style_smart-product-debug-row__dbLov {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: normal;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.style_smart-product-debug-row__dbLov label {
  font-weight: bold;
}

/* Poll Asset Styles */
.poll-card_poll-asset__gFiXT {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  background: #fff;
}

.poll-card_poll-gradient-overlay__7dzai {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    181deg,
    rgba(0, 0, 0, 0) 21.39%,
    rgba(0, 0, 0, 0.43) 48.65%,
    rgba(255, 255, 255, 0.5) 85.69%
  );
  z-index: 1;
}

.poll-card_poll-content-overlay__xHIi1 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 20px 30px 80px 30px;
  max-width: 85%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.poll-card_poll-content-overlay--top__8iVQX {
  justify-content: flex-start;
}

.poll-card_poll-content-overlay--center__n3LBQ {
  justify-content: center;
}

.poll-card_poll-content-overlay--bottom__GsQsB {
  justify-content: flex-end;
}

.poll-card_poll-icon__6lU2N {
  width: 36px;
  height: 36px;
  border-radius: 117px;
  border: 1.26px solid #8c8c8c;
  background: #fff;
  box-shadow: 0px 11.687px 23.374px -21.036px rgba(195, 195, 195, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.poll-card_poll-icon__6lU2N svg {
  width: 20px;
  height: 20px;
}

/* Loading styles */
.poll-card_poll-loading__7NFbl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

@keyframes poll-card_spin__13Cwo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.poll-card_poll-spinner__ji5EU {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 2px solid white;
  animation: poll-card_spin__13Cwo 1s linear infinite;
}

/* Mobile specific styles for polls */
@media (max-width: 768px) {
  .poll-card_poll-content-overlay__xHIi1 {
    padding: 20px 14px 80px 14px;
  }

  .poll-card_poll-spinner__ji5EU {
    width: 20px;
    height: 20px;
  }
}

/* New styles for poll question and options */
.question_poll-question__KIok0 {
  font-family: Montserrat, Heebo, Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif !important;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  flex-shrink: 0;
  padding: 0 10px;
}

.question_poll-options___FFOQ {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 280px;
  flex-shrink: 0;
}

.question_poll-option-container__4SAVQ {
  width: 100%;
}

.question_poll-option-bar__DgONf {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 0 solid rgba(255, 255, 255, 1);
  border-radius: 6px;
  height: 8vh;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.question_poll-option-progress__beGY8 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(140, 140, 140, 0.3);
  border-radius: 2px;
  transition: width 0.3s ease;
  z-index: 1;
}

.question_poll-option-content__sgZol {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  height: 100%;
  direction: rtl;
}

body[dir='ltr'] .question_poll-option-content__sgZol {
  direction: ltr;
}

.question_poll-option-text__p0_oC {
  font-size: 12px;
  font-family: Montserrat, Heebo, Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif !important;
  position: relative;
  z-index: 1;
  font-style: normal;
  line-height: 14px;
  font-weight: 500;
  color: #333;
  text-shadow: none;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  max-width: calc(100% - 40px);
}

body[dir='ltr'] .question_poll-option-text__p0_oC {
  text-align: left;
  direction: ltr;
}

.question_poll-option-percentage__ZYB2p {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-shadow: none;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .question_poll-question__KIok0 {
    font-size: 15px;
  }

  .question_poll-option-bar__DgONf {
    height: 35px;
    border-radius: 8px;
  }

  .question_poll-option-progress__beGY8 {
    display: block;
  }

  .question_poll-option-content__sgZol {
    padding: 0 12px;
  }

  .question_poll-option-text__p0_oC {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    max-width: calc(100% - 40px);
  }

  body[dir='ltr'] .question_poll-option-text__p0_oC {
    text-align: left;
    direction: ltr;
  }

  .question_poll-option-percentage__ZYB2p {
    font-size: 11px;
    font-weight: 600;
    color: #333;
  }
}

.card_current__M9c_V {
  z-index: 2;
}


.card_slide__6dPZ4 {
  flex: 0 0 100%;
  min-height: 100vh;
  min-width: 0;
  overflow-y: hidden;
  position: relative;
  transition: opacity 0.3s ease;
  will-change: transform;
}

/* Fix for video element */
.card_slide__6dPZ4 video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 769px) {
  .card_slide__6dPZ4 {
    height: 100% !important;
    min-height: unset !important;
  }
}

.card-content_contentContainer__G9J2A, .card-content_loadingContainer__bKwL8, .card-content_placeholderContent__wQTnR {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;  
  width: 100%;
}

.card-content_contentContainer__G9J2A {
  position: relative;
  z-index: 5;
}

/* Smoother transitions */
.embla .card-content_contentContainer__G9J2A {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.embla__slide:not(.embla__slide--current) .card-content_contentContainer__G9J2A {
  pointer-events: none;
}

@media (min-width: 769px) {
  .card-content_contentContainer__G9J2A {
    height: 100% !important;
  }
}

.card-content_loadingPlaceholder__o4t1H {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* Placeholder content for non-active slides to optimize performance */
.card-content_placeholderContent__wQTnR {
  min-height: 100vh;
  position: relative;
}

@keyframes card-content_spin__BEibK {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.card-content_placeholderSpinner__tdr9g, .card-content_spinner__d6EUa {
  animation: card-content_spin__BEibK 1s linear infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.card-content_placeholderSpinner__tdr9g {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #ffffff;
  opacity: 0.8;
}

.card-content_spinner__d6EUa {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 4px solid white;
}

.ad-frame_ad_iframe__ZJXGx {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 9/16;
  border: none;
}

.ad-frame_ad_iframe_wrapper__s8VG4 {
  position: relative;
  width: 88%;
  height: 94%;
  max-height: 91vh 716.17px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10;
  margin-top: 0px;
}

.ad-frame_ad_iframe_overlay__Hzuhv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ad-frame_ad_iframe_container__vnU7u {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad-frame_bottom-control-bar__VwVIR {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93.5%;
}

.ad-frame_ad_skip_button__tTmLT {
  position: absolute;
  bottom: 60px;
  right: 12px;
  border: none;
  background: none;
  color: #ffffff;
  cursor: pointer;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.progress-bar_progress-bar__v1YKp {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  overflow: hidden;
  margin-right: 1px;
  direction: rtl;
}

.progress-bar_progress-bar-fill__CFBaJ {
  height: 100%;
  background: #1fb5f9;
  border-radius: 2px;
  margin-left: auto;
}

body[dir='ltr'] .progress-bar_progress-bar-fill__CFBaJ {
  margin-left: unset;
  margin-right: auto;
}

.cta-button_redirect-button__txQKY {
  background: #08c7d5;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  font-family: 'Rubik', sans-serif;
  outline: none;
  transition: all 0.2s ease;
}

.cta-button_redirect-button__txQKY:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.media-display_media-display-container__yIufJ {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* Prevent browser selection/callout on long-press (mobile) */
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.media-display_main-media-container__GPrmH {
  position: relative;
  width: 88%;
  height: 94%;
  max-height: 91vh 716.17px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10;
  margin-top: 0px;
}

.media-display_main-media-container-no-background__pajnf {
  width: 100% !important;
  height: 100% !important;
}

.media-display_video-element__PJsG_ {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: 1;
  /* Prevent browser selection/callout on long-press (mobile) */
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: auto;
}

.media-display_gradient-overlay__8nhzJ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 16.69%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1) 41.8%,
      rgba(0, 0, 0, 0.6) 87.86%,
      rgba(0, 0, 0, 0.8) 109.26%
    );
  z-index: 2;
  pointer-events: none;
}

.media-display_bottom-control-bar__Hxk_k {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93.5%;
}

.media-display_mute-circle-button___oarg {
  margin-left: 12px;
}

.media-display_mute-button__BOWA2 {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px;
  opacity: 0.9;
}

.media-display_text-container__DHxSf {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 54px;
  right: 4%;
  z-index: 20;
  text-align: right;
  direction: rtl;
  width: 100%;
}

body[dir='ltr'] .media-display_text-container__DHxSf {
  right: unset;
  left: 4%;
  direction: ltr;
  text-align: left;
}

.media-display_description__5Sdjj {
  margin: 0;
  color: #fff;
  text-align: right;
  text-overflow: ellipsis;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 110%;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  max-width: 85%;
}

body[dir='ltr'] .media-display_description__5Sdjj {
  text-align: left;
}

.media-display_description-expanded__zKkHY {
  white-space: pre-line;
  max-height: none;
}

.media-display_description-collapsed__faRZN {
  white-space: pre-line;
  max-height: 6.8em;
  overflow: hidden;
}

.media-display_read-more-button__8SPCL {
  background: none;
  border: none;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 8px;
  margin: 2px 0 0 0;
  cursor: pointer;
  text-align: right;
  display: block;
  outline: none;
  width: fit-content;
  border-radius: 20px;
  margin-left: -8px;
}

.media-display_read-more-button__8SPCL:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.media-display_title__R_V9D {
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  align-self: stretch;
  color: #fff;
  text-align: right;
  text-overflow: ellipsis;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 85%;
}

body[dir='ltr'] .media-display_title__R_V9D {
  text-align: left;
}

.media-display_redirect-button-container__PCzu3 {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  z-index: 25;
  direction: ltr;
  width: 100%;
  align-items: center;
}

body[dir='ltr'] .media-display_redirect-button-container__PCzu3 {
  direction: ltr;
  justify-content: flex-start;
}

.media-display_redirect-button__ow9xv:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.media-display_media-loading__MNz49 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  border-radius: 8px;
}

@keyframes media-display_spin__LtRBc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.media-display_media-spinner__j8_j4 {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: media-display_spin__LtRBc 1s linear infinite;
}

@keyframes media-display_scaleIn__Q6CQ4 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

/* Mute feedback overlay styles */
.media-display_mute-feedback-overlay__sPpve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
  pointer-events: none;
  border-radius: 8px;
}

.media-display_mute-feedback-icon__NYfOt {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: media-display_muteIconPulse__ndSUP 1s ease-out;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@keyframes media-display_muteIconPulse__ndSUP {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  20% {
    transform: scale(1.1);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}

.media-display_brand-logo__GXaqU {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.list-questions_listQuestions__YU_O_ {
  display: flex;
  flex-direction: column;
  gap: 1vh;
  width: 100%;
  align-self: center;
}

.list-questions_questionIcons___4T5N {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.list-questions_swiperContainer__b1l88 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.list-questions_question__Cfggx {
  display: flex;
  cursor: pointer;
  position: relative;
}

.list-questions_iconLock__R8_zP {
  position: absolute;
  top: -8px;
  left: -3px;
}
.list-questions_questionSelect__Ycpyx {
  width: 36px;
  height: 36px;
  border-radius: 117px;
  border: 1.26px solid #8c8c8c;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 11.687px 23.374px -21.036px rgba(195, 195, 195, 0.4);
}
.list-questions_questionSelect__Ycpyx .list-questions_iconLock__R8_zP svg {
  width: 8px;
  height: 10px;
}
.list-questions_questionSelect__Ycpyx .list-questions_iconLock__R8_zP {
  top: 3px;
  left: 5px;
}
.list-questions_questionSelect__Ycpyx svg {
  width: 20px;
  height: 20px;
}
.list-questions_questionTitle__AAe06 {
  color: white !important;
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.list-questions_listOption__IAQvP {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list-questions_itemOption__4fnAC {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  align-items: center;
  min-height: 55px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

body[dir='ltr'] .list-questions_itemOptionTitle__vjMHl {
  direction: ltr; /* Use direction to align the text
  because line-clamp is not working properly with text-align */
}

.list-questions_itemOptionTitle__vjMHl {
  position: relative;
  z-index: 1;
  color: #161616;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-questions_itemOptionPercentage__Sr5Rd {
  position: relative;
  z-index: 1;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

.list-questions_itemBgResult__LHNls {
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: #e2e2e2;
  position: absolute;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

@keyframes list-questions_selectionPulse__hwkTn {
  0% {
    opacity: 0.85;
    transform: scale(1);
    border-radius: 6px;
  }
  10% {
    opacity: 0.9;
    transform: scale(1.002);
    border-radius: 6.2px;
  }
  20% {
    opacity: 0.92;
    transform: scale(1.005);
    border-radius: 6.4px;
  }
  30% {
    opacity: 0.95;
    transform: scale(1.01);
    border-radius: 6.6px;
  }
  50% {
    opacity: 1;
    transform: scale(1.018);
    border-radius: 7px;
  }
  70% {
    opacity: 0.95;
    transform: scale(1.01);
    border-radius: 6.6px;
  }
  80% {
    opacity: 0.92;
    transform: scale(1.005);
    border-radius: 6.4px;
  }
  90% {
    opacity: 0.9;
    transform: scale(1.002);
    border-radius: 6.2px;
  }
  100% {
    opacity: 0.85;
    transform: scale(1);
    border-radius: 6px;
  }
}

@keyframes list-questions_textHighlight__ntmXw {
  0% {
    color: #000;
    font-weight: 600;
  }
  20% {
    color: #4285f4;
    font-weight: 625;
  }
  50% {
    color: #1a73e8;
    font-weight: 700;
  }
  80% {
    color: #4285f4;
    font-weight: 625;
  }
  100% {
    color: #000;
    font-weight: 600;
  }
}

@keyframes list-questions_optionTextPulse__wAocO {
  0% {
    transform: translateX(0);
    color: #000;
  }
  20% {
    transform: translateX(0);
    color: #4285f4;
  }
  50% {
    transform: translateX(0);
    color: #1a73e8;
    font-weight: 700;
  }
  80% {
    transform: translateX(0);
    color: #4285f4;
  }
  100% {
    transform: translateX(0);
    color: #000;
  }
}

.list-questions_itemBgResultSelected__vBhzK {
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: #969595;
  position: absolute;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.list-questions_selectionAnimation__HxoWu {
  animation: list-questions_selectionPulse__hwkTn 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.list-questions_percentageAnimation__D8YJk {
  animation: list-questions_textHighlight__ntmXw 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.list-questions_titleAnimation__rfpMp {
  animation: list-questions_optionTextPulse__wAocO 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-height: 650px) and (min-width: 800px) {
  .list-questions_questionTitle__AAe06 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .list-questions_questionSelect__Ycpyx {
    width: 30px;
    height: 30px;
  }

  .list-questions_itemOption__4fnAC {
    min-height: 45px;
  }
}

.poll-container_container__U2lI0 {
  background: transparent !important;
  border-radius: 6px;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 72px;
  padding-top: 24px;
  width: 84%;
}

.poll_content--top .poll-container_container__U2lI0 {
  justify-content: flex-start;
}
.poll_content--center .poll-container_container__U2lI0 {
  justify-content: center;
}
.poll_content--bottom .poll-container_container__U2lI0 {
  justify-content: flex-end;
}

.poll-container_listDesktop__jSIRa {
  align-self: center;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  width: 100%;
}

.poll-content_ctaButtonContainer__CaTr5 {
  background: transparent !important;
  bottom: 46px;
  box-shadow: none !important;
  position: absolute;
  right: 5%;
  z-index: 100;
}

body[dir='ltr'] .poll-content_ctaButtonContainer__CaTr5 {
  left: 1%;
  right: unset;
}

@media (min-width: 769px) {
  .poll-content_ctaButtonContainer__CaTr5 {
    right: 3%;
  }

  body[dir='ltr'] .poll-content_ctaButtonContainer__CaTr5 {
    left: 1%;
    right: unset;
  }
}


.poll-content_loading__Uyb_h {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.poll-content_pollContainer__DrRdx {
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 75.39%,
    rgba(0, 0, 0, 0.43) 99.65%,
    rgba(255, 255, 255, 0.5) 133.69%
  );
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: max(5vh, calc(env(safe-area-inset-top) + 5vh));
  position: relative;
  width: 100%;
}

@media (max-height: 600px) {
  .poll-content_pollContainer__DrRdx {
    padding-top: max(3vh, calc(env(safe-area-inset-top) + 3vh));
  }
}

@media (min-height: 900px) {
  .poll-content_pollContainer__DrRdx {
    padding-top: max(8vh, calc(env(safe-area-inset-top) + 8vh));
  }
}


.poll-content_pollContainer__DrRdx .poll_content {
  background: none;
  border-radius: 12px;
  box-shadow: none;  
  font-family: 'Montserrat', 'Heebo', 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, Arial, sans-serif !important;
  height: 90%;
  overflow: hidden;
  position: relative;
  transform: scale(0.99);
  transform-origin: center top;
  width: 86%;
  z-index: 10;
}


.poll-content_progressBarContainer__L46KE {
  align-items: center;
  background: transparent !important;
  border-radius: 4px;
  bottom: max(20px, 4vh);
  box-shadow: none !important;
  display: flex;
  height: 20px;
  justify-content: space-between;
  left: 33px;
  margin-bottom: 10px;
  pointer-events: none;
  position: absolute;
  width: 82%;
  z-index: 20;
}

@keyframes poll-content_spin__MqWBI {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.poll-content_spinner___jHI1 {
  animation: poll-content_spin__MqWBI 1s linear infinite;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid white;
  height: 40px;
  margin: 0 auto;
  width: 40px;
}

.poll-progress-bar_poll-progress-container__0I70v {
  position: relative;
  width: 100%;
  height: 8px;
  pointer-events: none;
  display: block;
  visibility: visible;
  opacity: 1;
}

.poll-progress-bar_container__2kI3r {
  height: 3px;
  width: 100%;
}

.poll-progress-bar_progressBar__51VlW {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  flex: 1;
  height: 8px;
  overflow: hidden;
}

.poll-progress-bar_progressFill__Bt6x9 {
  background: #1fb5f9;
  border-radius: 4px;
  height: 100%;
}

body[dir='ltr'] .poll-progress-bar_progressFill__Bt6x9 {
  margin-right: auto;
}

body[dir='rtl'] .poll-progress-bar_progressFill__Bt6x9 {
  margin-left: auto;
}

.card-footer_container__xrCeo {
  bottom: 1.5rem;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  transform: scale(0.7);
  z-index: 1000;
}

/* Responsive footer for different screen sizes */
@media (min-width: 768px) {
  .card-footer_container__xrCeo {
    bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .card-footer_container__xrCeo {
    bottom: 1.75rem;
  }
}
@media (min-width: 1440px) {
  .card-footer_container__xrCeo {
    bottom: 2rem;
  }
}

@media (min-height: 800px) {
  .card-footer_container__xrCeo {
    bottom: 2rem;
  }
}
@media (min-height: 1000px) {
  .card-footer_container__xrCeo {
    bottom: 2.5rem;
  }
}

/* Mobile specific adjustments */
@media (max-width: 480px) {
  .card-footer_container__xrCeo {
    opacity: 0.7;
    transform: scale(0.6);
  }
}

.card-footer_noBackground__X7pQu {
  bottom: 0.5rem !important;
}

.timestamp-display_timestampDisplay__Qkkog {
  position: absolute;
  top: 5%;
  right: 10%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  padding: 2px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body[dir='ltr'] .timestamp-display_timestampDisplay__Qkkog {
  left: 10%;
  right: unset !important;
}

@media (max-width: 768px) {
  .timestamp-display_timestampDisplay__Qkkog {
    top: 5vh;
    right: 10vw;
    font-size: 20px;
    padding: 2px 8px;
    border-radius: 2px;
  }
}

.timestamp-display_timestampText__TwMzb {
  font-size: 16px;
  font-weight: 700;
  color: #161616;
  letter-spacing: 0.5px;
  font-family: 'Rubik';
}

@media (max-width: 768px) {
  .timestamp-display_timestampText__TwMzb {
    font-size: 16px;
  }
}

/* Custom timestamp positioning for carousel */
.timestamp-label_carouselTimestamp__gd03Y {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 100 !important;
}

body[dir='ltr'] .timestamp-label_carouselTimestamp__gd03Y {
  right: unset;
  left: 12px;
}

.carousel-container_container__cLcXY {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  transition: background-color 0.5s ease;
}

.carousel-container_container-split-view__WMr2T {
  gap: 8px;
}

/* Embla carousel styles */
.carousel-container_embla__bK6eu {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.close-button_closeButton__at5Dn {
  background: none;
  border: none;
  padding: 2px;

  position: fixed;
  z-index: 9999;
  left: 8vw;
  top: 4.5vh;

  height: 44px;
  width: 44px;
}

.close-button_closeButton__at5Dn svg {
  height: 40px;
  width: 40px;
}

body[dir='ltr'] .close-button_closeButton__at5Dn {
  left: unset;
  right: 8vw;
}

@media (min-width: 769px) {
  .close-button_closeButton__at5Dn {
    left: 8%;
    top: 5%;
  }

  body[dir='ltr'] .close-button_closeButton__at5Dn {
    left: unset;
    right: 8%;
  }
}

.display-container_container__r6LcE {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  max-height: -webkit-fill-available;
  transition: background 0.3s ease;
  overflow: hidden;
  touch-action: pan-y;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  perspective: 1000px;
  transform-style: preserve-3d;
  /* Support for iOS safe areas */
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom)
    env(safe-area-inset-left);
}

.display-container_container__r6LcE:focus-visible {
  outline: none;
}

@media screen and (display-mode: standalone) {
  /* CSS for PWA mode */
  .display-container_container__r6LcE {
    height: 100%;
  }
}

@media (min-width: 769px) {
  .display-container_displayContainer__G5im2 {
    align-items: center;
    background-color: #4d48488d;
    bottom: 0;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .display-container_mobileFrame__fmU_1 {
    height: 85vh;
    width: calc((85vh * 9) / 16);
    max-width: 95vw;
    max-height: 95vh;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto;
  }

  .display-container_mobileFrame__fmU_1 .embla {
    height: 100% !important;
  }
}

.display-container_container-split-view__2V0Eb {
  box-shadow: none;
}

@media (max-height: 600px) and (min-width: 800px) {
  .display-container_mobileFrame__fmU_1 {
    height: 95vh;
    width: calc((95vh * 9) / 16);
  }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .display-container_mobileFrame__fmU_1 {
    height: 85vh;
    width: calc((85vh * 9) / 16);
  }
}

.fullscreen-content_globalBackground__zb_X4 {
  backdrop-filter: blur(4px);
  background: transparent;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.style_loading-overlay__o6JlP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8100;
}

@keyframes style_spin__XO2k4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.style_loading-spinner__cZfez {
  animation: style_spin__XO2k4 1s linear infinite;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid #000;
  height: 40px;
  width: 40px;
}

.swipe-animation_container__9pDV2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.swipe-animation_image__6_W_y {
  background: transparent !important;
  border-radius: 60px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  display: block;
  height: 120px;
  width: 120px;
}


.swipe-animation_imageContainer__H9uJz {
  border-radius: 60px;
  height: 120px;
  overflow: hidden;
  width: 120px;
}

@keyframes swipe-animation_fadeOut__v3k5J {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.swipe-animation_overlay__bCFEQ {
  align-items: center;
  backdrop-filter: blur(2.8px);
  background: rgba(3, 3, 3, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.swipe-animation_overlay__bCFEQ.swipe-animation_closing__Uo_3z {
  animation: swipe-animation_fadeOut__v3k5J 2s ease-in-out forwards;
}


.swipe-animation_text__VEC4m {
  color: white;
  font-family: 'Montserrat', 'Heebo', 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

