.elementor-873 .elementor-element.elementor-element-47b2d03{--display:flex;}body.elementor-page-873:not(.elementor-motion-effects-element-type-background), body.elementor-page-873 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2719d07 );}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   CAREERS PAGE - GLOBAL CSS
   ========================================================= */

.ft-careers-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(241, 90, 36, .08), transparent 30%),
    radial-gradient(circle at 82% 80%, rgba(40, 85, 150, .12), transparent 36%),
    linear-gradient(180deg, #050a14 0%, #07101f 100%);
}

.ft-careers-intro .ft-grid-2 {
  align-items: start;
}

.ft-careers-intro .ft-title--page {
  color: #ffffff !important;
}

.ft-careers-intro .ft-lead {
  margin-top: 52px;
  color: rgba(255,255,255,.84);
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.ft-careers-jobs {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(241, 90, 36, .08), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(40, 85, 150, .14), transparent 36%),
    linear-gradient(180deg, #07101f 0%, #081426 100%);
}

.ft-careers-jobs::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.ft-careers-jobs .ft-container {
  position: relative;
  z-index: 2;
}

.ft-careers-head {
  max-width: 900px;
  margin-bottom: 44px;
}

.ft-careers-head .ft-title--section {
  color: #ffffff !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.06 !important;
}

.ft-jobs-list {
  display: grid;
  gap: 18px;
}

.ft-job {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .96), rgba(6, 14, 28, .98));
  border: 1px solid rgba(75, 94, 125, .76);
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease,
    background .28s ease;
}

.ft-job::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 10% 20%, rgba(241, 90, 36, .22), transparent 30%),
    linear-gradient(135deg, rgba(241, 90, 36, .12), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.ft-job:hover {
  border-color: #f15a24;
  background:
    linear-gradient(180deg, rgba(13, 29, 56, .98), rgba(6, 14, 28, .98));
  box-shadow:
    0 0 0 1px rgba(241, 90, 36, .62),
    0 0 30px rgba(241, 90, 36, .18),
    inset 0 0 24px rgba(241, 90, 36, .07);
  transform: translateY(-4px);
}

.ft-job:hover::before {
  opacity: 1;
}

.ft-job > * {
  position: relative;
  z-index: 2;
}

.ft-job__num {
  color: #ff7a3d;
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ft-small {
  color: #ff7a3d;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ft-job h3 {
  color: #ffffff;
  font-size: 25px !important;
  line-height: 1.15 !important;
  font-weight: 900;
  margin: 8px 0 12px;
  letter-spacing: -0.025em;
}

.ft-job p {
  color: rgba(255,255,255,.82);
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin: 0;
}

.ft-btn,
.ft-btn--small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  background: #f15a24;
  border: 1px solid #f15a24;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 900;
  white-space: nowrap;
  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.ft-btn:hover,
.ft-btn--small:hover {
  background: #ff6a31;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 0 22px rgba(241, 90, 36, .28);
}

/* Equal opportunity note */

.ft-careers-note-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 36, .08), transparent 32%),
    linear-gradient(180deg, #081426 0%, #050a14 100%);
  padding-top: 42px;
  padding-bottom: 42px;
}

.ft-careers-note {
  border-left: 3px solid #f15a24;
  padding: 20px 24px;
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .82), rgba(6, 14, 28, .94));
}

.ft-careers-note p {
  color: rgba(255,255,255,.78);
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin: 0;
}

/* Responsive */

@media (max-width: 1024px) {
  .ft-job {
    grid-template-columns: 56px 1fr;
  }

  .ft-job .ft-btn {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .ft-careers-intro .ft-lead {
    margin-top: 20px;
    font-size: 14px !important;
  }

  .ft-careers-head .ft-title--section {
    font-size: 32px !important;
  }

  .ft-job {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }

  .ft-job__num {
    font-size: 26px;
  }

  .ft-job h3 {
    font-size: 22px !important;
  }

  .ft-job p {
    font-size: 14px !important;
  }

  .ft-job .ft-btn {
    grid-column: auto;
  }
}


/* =========================================================
   CAREERS - APPLY / LINKEDIN BOX
   ========================================================= */

.ft-careers-apply-box {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .96), rgba(6, 14, 28, .98));
  border: 1px solid rgba(75, 94, 125, .76);
}

.ft-careers-apply-kicker {
  display: block;
  color: #ff7a3d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ft-careers-apply-box h3 {
  color: #ffffff;
  font-size: 25px !important;
  line-height: 1.15 !important;
  font-weight: 900;
  margin: 0 0 12px;
}

.ft-careers-apply-box p {
  color: rgba(255,255,255,.80);
  font-size: 15px !important;
  line-height: 1.62 !important;
  margin: 0;
  max-width: 720px;
}

.ft-careers-apply-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ft-btn--linkedin {
  background: transparent !important;
  color: #ff7a3d !important;
  border-color: rgba(241, 90, 36, .75) !important;
}

.ft-btn--linkedin:hover {
  background: rgba(241, 90, 36, .12) !important;
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .ft-careers-apply-box {
    grid-template-columns: 1fr;
  }

  .ft-careers-apply-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ft-careers-apply-box {
    padding: 26px 22px;
  }

  .ft-careers-apply-actions .ft-btn {
    width: 100%;
  }
}

/* LinkedIn icon inside Careers button */
.ft-linkedin-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: currentColor;
  display: inline-block;
  flex-shrink: 0;
}

.ft-btn--linkedin {
  background: transparent !important;
  color: #ff7a3d !important;
  border-color: rgba(241, 90, 36, .75) !important;
}

.ft-btn--linkedin:hover {
  background: rgba(241, 90, 36, .12) !important;
  color: #ffffff !important;
}

/* =========================================================
   CAREERS - CLOSED POSITIONS / DISABLED BUTTON
   ========================================================= */

.ft-job--closed {
  opacity: .82;
}

.ft-job--closed:hover {
  border-color: rgba(75, 94, 125, .76);
  background:
    linear-gradient(180deg, rgba(10, 22, 42, .96), rgba(6, 14, 28, .98));
  box-shadow: none;
  transform: none;
}

.ft-job--closed:hover::before {
  opacity: 0;
}

.ft-btn--closed {
  background: rgba(255,255,255,.055) !important;
  border-color: rgba(255,255,255,.18) !important;
  color: rgba(255,255,255,.52) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.ft-btn--closed:hover {
  background: rgba(255,255,255,.055) !important;
  border-color: rgba(255,255,255,.18) !important;
  color: rgba(255,255,255,.52) !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Keeps the closed button aligned like a normal CTA */
.ft-job .ft-btn--closed {
  justify-self: end;
}

@media (max-width: 1024px) {
  .ft-job .ft-btn--closed {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .ft-job .ft-btn--closed {
    grid-column: auto;
    justify-self: start;
  }
}/* End custom CSS */