.elementor-339 .elementor-element.elementor-element-e2f2d55{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-e2f2d55 */.srt-hero-pin {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
}

#srt-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: #000;
}

.srt-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}

.srt-hero-content {
  max-width: 620px;
  padding: 8vw;
  color: #fff;
}

.srt-hero-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.9;
}

.srt-hero-title {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 90px);
  line-height: 0.95;
  color: #fff;
}

.srt-hero-text {
  margin: 0 0 28px;
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  max-width: 520px;
}

.srt-hero-actions {
  display: flex;
  gap: 14px;
  pointer-events: auto;
}

.srt-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
  color: #111;
}

@media (max-width: 767px) {
  .srt-hero-overlay {
    align-items: flex-end;
  }

  .srt-hero-content {
    max-width: 100%;
    padding: 0 20px 30px;
  }

  .srt-hero-btn {
    width: 100%;
  }
}/* End custom CSS */