/*----------------------------------------------------------------------------*/
/*#VARIABLES*/
/*----------------------------------------------------------------------------*/
.sop1 {
  margin-top: -2px;
}

.race-track {
  position: relative;
  overflow-x: clip !important;
  overflow-y: visible !important;
}
.race-track__holder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 520px;
  width: 100%;
}
.race-track__svg-wrapper {
  position: absolute;
  top: 50%;
  width: 100vw;
  min-width: 1440px;
  height: 479px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  overflow: visible;
  order: 1;
}
.race-track__svg-wrapper img {
  display: block;
  min-width: 1440px;
  width: 5000px;
  height: 479px;
  max-width: none !important;
  flex-shrink: 0;
}
.race-track__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  width: 100%;
  order: 2;
}
.race-track__text {
  grid-column: 7/12;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
}
.race-track__text p {
  color: #394063 !important;
}

@media (min-width: 2600px) {
  .race-track__svg-wrapper {
    top: 55%;
  }
}
@media (min-width: 2200px) and (max-width: 2599px) {
  .race-track__svg-wrapper {
    top: 55%;
  }
}
@media (min-width: 1900px) and (max-width: 2199px) {
  .race-track__svg-wrapper {
    top: 55.1%;
  }
}
@media (min-width: 1140px) and (max-width: 1399px) {
  .race-track__svg-wrapper {
    top: 60%;
  }
}
@media (min-width: 769px) and (max-width: 1139px) {
  .race-track__holder {
    min-height: 450px;
  }
  .race-track__svg-wrapper {
    top: 75%;
    height: 400px;
    min-width: 1200px;
  }
  .race-track__svg-wrapper img {
    min-width: 1200px;
    width: 4000px;
  }
  .race-track__text {
    grid-column: 5/13;
    padding: 60px 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .race-track__holder {
    min-height: auto;
    flex-direction: column;
    padding: 40px 0;
  }
  .race-track__svg-wrapper {
    position: relative;
    height: 300px;
    min-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
  .race-track__svg-wrapper img {
    min-width: 800px;
    width: 3000px;
    height: auto;
    max-height: 300px;
    margin-top: 100px;
  }
  .race-track__content {
    order: 2;
  }
  .race-track__content {
    display: block;
    padding: 0 20px;
  }
  .race-track__text {
    padding: 0;
    text-align: left;
  }
  .race-track__text p {
    font-size: 16px;
    color: #394063 !important;
  }
}
@media (max-width: 480px) {
  .hero-dwl {
    margin: 0 auto 20px auto;
  }
  .race-track__holder {
    min-height: auto;
    flex-direction: column;
    padding: 40px 0;
  }
  .race-track__svg-wrapper {
    position: relative;
    height: 250px;
    min-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 130px;
    order: 1;
  }
  .race-track__svg-wrapper img {
    min-width: 600px;
    width: 2500px;
    max-height: 250px;
    margin-top: 100px;
  }
  .race-track__content {
    order: 2;
  }
  .race-track__content {
    display: block;
    padding: 0 20px;
  }
  .race-track__text {
    padding: 0;
    text-align: left;
  }
  .race-track__text p {
    font-size: 14px;
  }
}
.report-covers-section-sop .cards-circles {
  gap: 30px 0;
}
.report-covers-section-sop .cards-circles > div:nth-child(1) .card {
  z-index: 0;
}
.report-covers-section-sop .cards-circles > div:nth-child(1) .card::before {
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, #F75F4E 90%);
  width: 150%;
  right: 50%;
  z-index: -1;
}
.report-covers-section-sop .cards-circles > div:nth-child(6) .card {
  z-index: 0;
}
.report-covers-section-sop .cards-circles > div:nth-child(6) .card::before {
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #00B4CD 0%, rgba(0, 180, 205, 0) 100%);
  width: 150%;
  left: 50%;
  z-index: -1;
}
.report-covers-section-sop .cards-circles .card {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 330px;
  width: 330px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.report-covers-section-sop .cards-circles .card__title h3 {
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.report-covers-section-sop .cards-circles .card__main p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.were-sopro h2 {
  color: white;
}
.were-sopro p {
  color: white !important;
}

.quote-subsection h4 {
  font-weight: 500;
  text-align: left;
}

@media (max-width: 991px) {
  .report-covers-section-sop .cards-circles > div:nth-child(1) .card::before,
  .report-covers-section-sop .cards-circles > div:nth-child(6) .card::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .report-covers-section-sop .cards-circles .card {
    height: 280px;
    width: 280px;
  }
  .report-covers-section-sop .cards-circles .card__title h3 {
    font-size: 1.125rem;
  }
  .report-covers-section-sop .cards-circles .card__main p {
    font-size: 0.8125rem;
  }
}

/*# sourceMappingURL=SoP-2026-live.css.map */
