.elementor-3993 .elementor-element.elementor-element-5680dd5{--display:flex;--min-height:800vh;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3993 .elementor-element.elementor-element-aa22a62{--display:flex;--margin-top:-125px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3993 .elementor-element.elementor-element-fc19187{z-index:1;}.elementor-3993 .elementor-element.elementor-element-388ef15.elementor-element{--align-self:center;}.elementor-3993 .elementor-element.elementor-element-388ef15{z-index:0;}.elementor-3993 .elementor-element.elementor-element-388ef15 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-3993 .elementor-element.elementor-element-941a1e5{--display:flex;}.elementor-3993 .elementor-element.elementor-element-d4ade1f{--display:flex;}.elementor-3993 .elementor-element.elementor-element-d4ade1f:not(.elementor-motion-effects-element-type-background), .elementor-3993 .elementor-element.elementor-element-d4ade1f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3993 .elementor-element.elementor-element-a142bd8{--display:flex;}.elementor-3993 .elementor-element.elementor-element-6f65486{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fc19187 */.scroll-video {
  position: relative;
  width: min(100%, 1440px);
  height: 100vh;
  display: grid;
  place-items: center;
  overflow: visible;
  padding-bottom: 96px;
  box-sizing: border-box;
}

.scroll-title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: min(90vw, 1080px);

  --title-y: 300px;
  --title-exit-y: 80px;

  transform: translate(-50%, -50%) translateY(var(--title-exit-y));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  color: #fff;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.72);
  transition: opacity 220ms ease, transform 320ms ease, visibility 220ms ease;
}

.scroll-title.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) translateY(var(--title-y));
}

.scroll-title h2 {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(34px, 4.2vw, 68px) !important;
  line-height: 0.96 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: #fff;
}

.scroll-title p {
  display: block;
  max-width: 560px;
  margin: 24px auto 0;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255,255,255,0.72);
}

.video-annotations {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}

.annotation {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
  pointer-events: none;
}

.annotation.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.annotation .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 7px rgba(255,255,255,0.14);
}

.annotation .line {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--line-length);
  height: 1px;
  background: rgba(255,255,255,0.58);
  transform-origin: left center;
  transform: rotate(var(--line-angle));
}

.annotation .content {
  width: clamp(260px, 20vw, 360px);
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.annotation .content h3 {
  margin: 0 0 10px !important;
  font-size: clamp(17px, 1.05vw, 22px) !important;
  line-height: 1.06 !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.annotation .content p {
  margin: 0 !important;
  font-size: clamp(14px, 0.82vw, 17px) !important;
  line-height: 1.34 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: rgba(255, 255, 255, 0.74) !important;
}

.annotation[data-offset-x^="-"] .content {
  transform: translate(-100%, -50%);
  padding-left: 0;
  padding-right: 14px;
  border-left: 0;
  border-right: 1px solid rgba(255,255,255,0.38);
  text-align: right;
}

.snap-controls {
  position: absolute;
  left: 50%;
  bottom: 96px !important;
  z-index: 20000;
  display: flex !important;
  gap: 12px;
  transform: translateX(-50%);
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.snap-arrow,
.snap-arrow:hover,
.snap-arrow:focus,
.snap-arrow:active,
.snap-arrow:focus-visible {
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,0.36) !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,0.22) !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  font-family: Arial, sans-serif !important;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.snap-arrow:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(255,255,255,0.62) !important;
}

.snap-arrow:active {
  transform: scale(0.96);
}

@media (min-width: 768px) and (max-width: 1180px) {
  .annotation .content {
    width: clamp(220px, 24vw, 300px);
  }

  .annotation .content h3 {
    font-size: clamp(15px, 1.8vw, 19px) !important;
    line-height: 1.08 !important;
  }

  .annotation .content p {
    font-size: clamp(13px, 1.45vw, 15px) !important;
    line-height: 1.34 !important;
  }

  .annotation[data-offset-x^="-"] .content {
    padding-right: 10px;
  }

  .annotation:not([data-offset-x^="-"]) .content {
    padding-left: 10px;
  }

  .annotation .line {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .scroll-video {
    position: relative !important;
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .scroll-video video {
    position: absolute !important;
    left: 50% !important;
    top: 42% !important;
    transform: translate(-50%, -50%) !important;

    width: 100vw !important;
    height: auto !important;
    max-height: 48svh !important;

    object-fit: contain !important;
    display: block !important;
    z-index: 1 !important;
  }

  .scroll-title {
    width: min(88vw, 460px) !important;
    z-index: 30 !important;

    --title-y: 88px;
    --title-exit-y: 28px;
  }

  .scroll-title h2 {
    font-size: clamp(32px, 6vw, 56px) !important;
    line-height: 0.96 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
  }

  .scroll-title p {
    max-width: 300px !important;
    margin-top: 16px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .video-annotations {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 96px !important;

    width: 100% !important;
    height: 145px !important;
    z-index: 99999 !important;

    overflow: visible !important;
    pointer-events: none !important;
  }

  .annotation {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;

    width: min(84vw, 340px) !important;
    height: auto !important;

    transform: translate(-50%, -50%) translateY(10px) !important;
    opacity: 0 !important;
    visibility: hidden !important;

    color: #fff !important;
    text-align: center !important;
    pointer-events: none !important;
  }

  .annotation.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) translateY(0) !important;
  }

  .annotation .dot,
  .annotation .line {
    display: none !important;
  }

  .annotation .content,
  .annotation[data-offset-x^="-"] .content {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center !important;
  }

  .annotation .content h3 {
    margin: 0 0 10px !important;
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.055em !important;
    text-transform: uppercase !important;
    color: #fff !important;
  }

  .annotation .content p {
    margin: 0 auto !important;
    max-width: 340px !important;
    font-size: clamp(13px, 3.4vw, 15px) !important;
    line-height: 1.38 !important;
    color: rgba(255, 255, 255, 0.74) !important;
  }

  .snap-controls {
    position: absolute !important;
    left: 50% !important;
    bottom: 24px !important;
    z-index: 100000 !important;
    transform: translateX(-50%) !important;
  }

  .snap-arrow,
  .snap-arrow:hover,
  .snap-arrow:focus,
  .snap-arrow:active,
  .snap-arrow:focus-visible {
    width: 42px !important;
    height: 42px !important;
    font-size: 25px !important;
  }
}/* End custom CSS */
/* Start custom CSS for video, class: .elementor-element-388ef15 */.scroll-video {
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  overflow: visible;
}

.scroll-video video {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
}

.scroll-title,
.video-annotations {
  grid-area: 1 / 1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-aa22a62 */.scroll-title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: min(90vw, 980px);

  --title-y: 250px;
  --title-exit-y: 40px;

  transform: translate(-50%, -50%) translateY(var(--title-exit-y));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  font-size: clamp(34px, 5.5vw, 88px);;  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  text-shadow: 0 18px 60px rgba(0,0,0,0.7);

  transition: opacity 320ms ease, transform 420ms ease, visibility 320ms ease;
}

.scroll-title.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) translateY(var(--title-y));
}

.video-annotations {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}

.annotation {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
  pointer-events: none;
}

.annotation.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.annotation .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 7px rgba(255,255,255,0.14);
}

.annotation .line {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--line-length);
  height: 1px;
  background: rgba(255,255,255,0.58);
  transform-origin: left center;
  transform: rotate(var(--line-angle));
}

.annotation .content {
  position: absolute;
  left: var(--offset-x);
  top: var(--offset-y);
  width: 260px;
  transform: translateY(-50%);
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,0.38);
}

.annotation .content h3 {
  margin: 0 0 7px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
}

.annotation .content p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255,255,255,0.74);
}

.annotation[data-offset-x^="-"] .content {
  transform: translate(-100%, -50%);
  padding-left: 0;
  padding-right: 14px;
  border-left: 0;
  border-right: 1px solid rgba(255,255,255,0.38);
  text-align: right;
}

@media (max-width: 767px) {
  .scroll-title {
    width: min(88vw, 420px);
    font-size: clamp(42px, 14vw, 72px);
    line-height: 0.95;
  }

  .annotation .content {
    width: 150px;
    padding-left: 10px;
  }

  .annotation[data-offset-x^="-"] .content {
    padding-left: 0;
    padding-right: 10px;
  }

  .annotation .content h3 {
    font-size: 10px;
    line-height: 1.1;
    letter-spacing: 0.06em;
  }

  .annotation .content p {
    font-size: 10px;
    line-height: 1.25;
  }

  .annotation .dot {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.14);
  }
}

@media (max-width: 767px) {
  .sticky-stage {
    display: none !important;
  }

  .sticky-stage,
  .sticky-stage > *,
  .sticky-stage .elementor-widget-container {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5680dd5 */.video-scroll-section {
  height: 500vh;
  position: relative;
}

.sticky-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: visible;
  z-index: 10;
}

.scroll-video {
  position: relative;
  width: min(100%, 1440px);
  height: 100vh;
  display: grid;
  place-items: center;
}

.scroll-video video {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
  display: block;
}

.video-annotations {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}

@media (max-width: 767px) {
  .video-scroll-section {
    height: auto !important;
    min-height: 0 !important;
    position: relative;
    overflow: visible !important;
  }

  .sticky-stage {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .scroll-video,
  .scroll-video video,
  .video-annotations,
  .scroll-title,
  .annotation,
  .snap-controls {
    display: none !important;
  }

  .proton-mobile-features {
    display: block !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82b7c3a */.product-carousel-section {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 72px 14px 86px;
  background: #050505;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

.carousel-head {
  width: min(100%, 1840px);
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
  gap: 24px;
  box-sizing: border-box;
}

.carousel-eyebrow {
  display: block;
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.carousel-head h2 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(40px, 5.2vw, 88px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}

.product-carousel-shell {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  box-sizing: border-box;
}

.product-carousel {
  order: 1;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100vw;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0 14px 18px;
  box-sizing: border-box;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  opacity: 0;
}

.product-carousel.is-ready {
  opacity: 1;
  transition: opacity 240ms ease;
}

.product-carousel::-webkit-scrollbar {
  display: none;
}

.product-carousel.is-dragging {
  cursor: grabbing;
}

.product-slide {
  flex: 0 0 clamp(520px, 52vw, 940px);
  min-height: clamp(420px, 30vw, 560px);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: #080808;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  scroll-snap-align: none !important;
}

.slide-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.slide-media img,
.slide-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.08) saturate(0.9) contrast(1.04);
  transform: scale(1.015);
  transition: transform 700ms ease, filter 700ms ease;
  user-select: none;
  pointer-events: none;
}

.slide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.16) 58%),
    rgba(0, 0, 0, 0.06);
  pointer-events: none;
}

.product-slide:hover .slide-media img,
.product-slide:hover .slide-media video {
  transform: scale(1.045);
  filter: brightness(1.09) saturate(0.94) contrast(1.05);
}

.slide-copy {
  position: static;
  z-index: 3;
  width: 100%;
  min-height: 190px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  box-sizing: border-box;
  pointer-events: none;
}

.slide-index {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 4;
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.58);
}

.slide-copy h3,
.slide-copy p {
  position: relative;
  z-index: 3;
}

.slide-copy h3 {
  margin: 0;
  max-width: 640px;
  font-size: clamp(28px, 2.2vw, 42px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}

.slide-copy p {
  margin: 0;
  max-width: 580px;
  font-size: clamp(14px, 0.85vw, 16px);
  line-height: 1.35;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}

.product-carousel-section .product-carousel-arrow {
  order: 2;
  position: static !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  transform: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.product-carousel-section .product-carousel-arrow:hover,
.product-carousel-section .product-carousel-arrow:focus,
.product-carousel-section .product-carousel-arrow:active {
  border-color: rgba(255, 255, 255, 0.78) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

.product-carousel-section .product-carousel-arrow span {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
  color: currentColor;
}

.product-carousel-section .product-carousel-arrow span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.product-carousel-section .product-carousel-arrow--prev span::before {
  transform: translateX(4px) rotate(-135deg);
}

.product-carousel-section .product-carousel-arrow--next span::before {
  transform: translateX(-4px) rotate(45deg);
}

.product-slide:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

@media (max-width: 1080px) {
  .carousel-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-slide {
    flex-basis: clamp(420px, 76vw, 760px);
    min-height: 440px;
  }
}

@media (max-width: 760px) {
  .product-carousel-section {
    padding: 52px 10px 64px;
  }

  .carousel-head {
    margin-bottom: 24px;
  }

  .carousel-eyebrow {
    font-size: 14px;
  }

  .carousel-head h2 {
    font-size: clamp(36px, 12vw, 58px);
  }

  .product-carousel {
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    touch-action: pan-x pan-y;
  }

  .product-slide {
    flex-basis: 88vw;
    min-height: 390px;
  }

  .slide-copy {
    min-height: 150px;
    padding: 22px;
  }

  .slide-index {
    top: 18px;
    left: 18px;
  }

  .slide-copy h3 {
    font-size: clamp(26px, 8vw, 38px);
  }

  .slide-copy p {
    font-size: 14px;
  }

  .product-carousel-section .product-carousel-arrow {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin-top: 18px !important;
  }

  .product-carousel-section .product-carousel-arrow span {
    width: 12px;
    height: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fd6a6c */.feature-video-section {
  width: 100%;
  padding: 72px 14px 86px;
  background: #fff;
  color: #050505;
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.feature-video-inner {
  width: min(100%, 1840px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.feature-copy {
  max-width: 760px;
}

.eyebrow {
  display: block;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(5, 5, 5, 0.52);
}

.feature-copy h2 {
  margin: 0 0 28px;
  max-width: 880px;
  font-size: clamp(40px, 5.2vw, 96px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: 0;
  color: #050505;
}

.feature-copy .intro {
  margin: 0 0 42px;
  max-width: 720px;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.35;
  font-weight: 400;
  color: rgba(5, 5, 5, 0.68);
}

.feature-list {
  width: 100%;
  border-top: 1px solid rgba(5, 5, 5, 0.18);
}

.feature-item {
  width: 100%;
  padding: 22px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 14px 18px;
  border: 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.16);
  background: transparent !important;
  color: #050505 !important;
  text-align: left;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  box-shadow: none !important;
  outline: none;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  white-space: normal !important;
}

.feature-item:hover,
.feature-item:focus,
.feature-item:active,
.feature-item.is-active {
  background: transparent !important;
  color: #050505 !important;
  box-shadow: none !important;
}

.feature-title {
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
  color: #050505 !important;
}

.feature-icon {
  position: relative;
  width: 34px;
  height: 34px;
  color: #050505;
  border: 1px solid rgba(5, 5, 5, 0.34);
  border-radius: 50%;
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.feature-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 220ms ease;
}

.feature-item.is-active .feature-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.feature-item.is-active .feature-body {
  margin-top: 2px;
}

.feature-body {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  max-width: 680px;
  max-height: 0;
  overflow: hidden;
  white-space: normal !important;
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(5, 5, 5, 0.64);
  transition: max-height 260ms ease;
}

.feature-media {
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: visible;
  background: #ffffff;
}

.feature-lottie {
  display: block;
  width: min(100%, 980px);
  min-height: 620px;
  aspect-ratio: 1 / 1;
}

.feature-lottie svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1080px) {
  .feature-video-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .feature-copy {
    max-width: 100%;
  }

  .feature-media {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .feature-video-section {
    padding: 52px 10px 64px;
  }

  .feature-video-inner {
    gap: 28px;
  }

  .eyebrow {
    margin-bottom: 18px;
  }

  .feature-copy h2 {
    font-size: clamp(38px, 13vw, 64px);
  }

  .feature-copy .intro {
    margin-bottom: 34px;
  }

  .feature-media {
    min-height: 320px;
  }

  .feature-lottie {
    width: min(96%, 420px);
    min-height: 280px;
  }

  .feature-item {
    padding: 20px 0;
  }

  .feature-title {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5233b50 */.proton-section-inner {
  width: min(100%, 1840px);
  margin-left: auto;
  margin-right: auto;
}

.proton-specs-section {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 72px 14px 86px;
  background: #050505;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.proton-specs-head {
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.proton-specs-kicker {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.proton-specs-title {
  margin: 0;
  max-width: 980px;
  font-size: clamp(40px, 5.2vw, 96px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}

.proton-specs-table-wrap {
  width: min(100%, 1240px);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.proton-specs-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.proton-specs-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.proton-specs-table th,
.proton-specs-table td {
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: middle;
  border: 0 !important;
  background: transparent !important;
}

.proton-specs-table th {
  width: 34%;
  padding-left: 26px;
  padding-right: 36px;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  text-align: left;
}

.proton-specs-table td {
  padding-left: 34px;
  padding-right: 26px;
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.9);
}

.proton-specs-table td strong {
  font-weight: 500;
  color: #fff;
}

@media (max-width: 760px) {
  .proton-specs-section {
    padding: 52px 10px 64px;
  }

  .proton-specs-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }

  .proton-specs-kicker {
    margin: 0;
    font-size: 13px;
  }

  .proton-specs-title {
    max-width: 340px;
    font-size: clamp(38px, 12vw, 56px);
    line-height: 0.96;
  }

  .proton-specs-table-wrap {
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .proton-specs-table,
  .proton-specs-table tbody,
  .proton-specs-table tr,
  .proton-specs-table th,
  .proton-specs-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .proton-specs-table {
    border-collapse: separate;
    border-spacing: 0;
  }

  .proton-specs-table tr {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .proton-specs-table th,
  .proton-specs-table td {
    padding-left: 0;
    padding-right: 0;
    border: 0 !important;
    background: transparent !important;
  }

  .proton-specs-table th {
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.46);
  }

  .proton-specs-table td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.24;
    font-weight: 500;
    color: #fff;
  }

  .proton-specs-table td strong {
    font-weight: 600;
  }
}/* End custom CSS */