body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #0e1e29;
}

/* 1) Avoid horizontal scroll from 100vw */
html,
body {
  overflow-x: hidden;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

h3 {
  font-family: "Source Sans Pro";
  margin-top: 0;
  font-weight: 600;
}

#thankYou .ty-calendly {
  width: 100%;
}

h3 img {
  height: 20px;
}

.header.dark {
  background: #0e1e29;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 24px;
  color: #fff;
}

.content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 501px) {
  .content-container {
    max-width: 1180px;
  }
}
@media (max-width: 501px) {
  .content-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.brandline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.brandline .logo {
  height: 50px;
  width: auto;
}

.header.dark h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Cabin", Sans-serif;
}

.gradient-text {
  background: linear-gradient(90deg, #0085d1 0%, #00f4f4 100%);
  background: linear-gradient(90deg, color(display-p3 0.098 0.514 0.796) 0%, color(display-p3 0.341 0.941 0.949) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
  margin-right: 5px;
}

.gradient-text::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -18px;
  width: 25px;
  height: 25px;
  background: url(https://stronde.com/wp-content/uploads/2025/08/ai.png) no-repeat;
  background-size: cover;
  background-position: top;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-6 {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}

.col-6 {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}

.header.dark h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Source Sans Pro";
  font-weight: 600;
}

.text-end {
  text-align: right;
}

.ms-progress__bar {
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  overflow: hidden;
}

.ms-progress__fill {
  display: block;
  height: 100%;
  width: 0;
  background: #1a82cc;
  transition: width 0.3s ease;
}

@media (max-width: 576px) {
  .header.dark {
    padding: 20px 16px;
    font-size: 13px;
  }
  .gradient-text:before {
    top: -6px;
    right: -13px;
    width: 15px;
    height: 15px;
  }
  .brandline .logo {
    height: 40px;
  }
  .header.dark h1 {
    font-size: 23px;
  }
  .row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .col-6 {
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 0;
    flex: 0 0 auto;
  }
  .row > .col-6:nth-child(1) {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row > .col-6:nth-child(2) {
    flex-basis: 25%;
    max-width: 25%;
    text-align: right;
  }
  .header.dark h3 {
    font-size: 16px;
  }
}
.workshopParticipationtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 48px;
  margin-top: 24px;
  text-align: center;
  color: #0e1e29;
}
.workshopParticipationtitle span {
  color: rgb(5, 242, 242);
}

#workshopParticipationlogo {
  max-height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mainContainer {
  height: calc(100vh - 0px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* prevent horizontal overflow */
}
.mainContainer:not(.thankYouMode) {
  overflow: auto;
}

.short-p {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
}
@media (min-width: 501px) {
  .short-p {
    max-width: 1180px;
  }
}
@media (max-width: 501px) {
  .short-p {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }
}

.popup {
  background: none;
  position: relative;
  height: unset;
}
.popup .close {
  display: none;
}
.popup .popup-content {
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgb(131, 131, 131);
  padding-top: 22px;
  box-sizing: border-box;
  width: 100%;
  max-width: 570px;
  line-height: 1.4;
  color: #575756;
  font-size: 15px;
}
.popup .popup-content .linkedInProf .right {
  display: none;
}
.popup .postBottom button {
  line-height: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Source Sans Pro", sans-serif;
}

#thankYou {
  /* --- theme tokens for TY section --- */
  --ink: #1a82cc;
  --muted: #838383; /* grey copy */
  --brand: #081f2a; /* keep if you still want a dark brand color */
  --grey-100: #f5f6f7;
  --radius: 18px;
  --ty-gap: clamp(16px, 2.5vw, 28px);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
  height: auto;
  margin-top: 30px;
  /* grid with two cards */
  /* left brand card */
  /* right LinkedIn example card */
  /* a11y helper */
}
#thankYou .ty-hero {
  text-align: center;
}
#thankYou .ty-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(28px, 4.4vw, 30px);
  color: var(--brand);
  margin: 0 0 18px;
  font-family: "Cabin", Sans-serif;
}
#thankYou .ty-title span {
  color: var(--brand);
}
#thankYou .ty-sub {
  margin: 0;
  font-size: clamp(16px, 2.2vw, 20px);
}
#thankYou #thankYou .ty-title img {
  height: 27px;
}
#thankYou .brand-card__kicker {
  margin: 15px 0;
  display: block;
}
#thankYou .ty-powered {
  display: flex;
  gap: var(--ty-gap);
  align-items: stretch;
  margin-top: 24px;
  border-radius: var(--radius);
  background: var(--grey-100);
  width: 66%;
  overflow: clip;
  align-items: center;
  justify-content: center; /* center child horizontally */
}
#thankYou .brand-card {
  /* the inner <div> that wraps kicker + logo + brand */
  /* line 2 */
}
#thankYou .brand-card__head {
  padding: 8px 22px 0;
  text-align: left;
}
#thankYou .brand-card__head > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap; /* lets the kicker take full row */
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 4px;
}
#thankYou .brand-card__logo {
  width: 28px;
  height: auto;
  display: block;
}
#thankYou .brand-card__brand {
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}
#thankYou .brand-card {
  display: flex;
  flex-direction: column;
  padding: 25px 5px 25px 48px;
}
#thankYou .brand-card__head {
  display: flex;
  gap: 6px;
  padding: 10px 22px 30px;
}
#thankYou .brand-card__logo {
  width: 32px;
  height: auto;
}
#thankYou .brand-card__kicker {
  color: var(--brand);
  margin: 20px 0 0;
  font-family: "Cabin", Sans-serif;
  font-size: clamp(16px, 2.2vw, 20px);
}
#thankYou .brand-card__brand {
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
}
#thankYou .brand-card__body {
  padding: 10px 22px 22px;
  text-align: left;
}
#thankYou .brand-card__title {
  margin: 15px 0 26px;
  font-size: 30px;
  color: var(--brand);
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 120%;
  font-family: "Cabin", Sans-serif;
}
#thankYou .brand-card__copy {
  margin: 0 0 16px;
  color: #7a7a7a;
  font-size: 20px;
}
#thankYou .brand-card__cta {
  /* layout so text + icon align perfectly */
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  text-decoration: none;
  /* Base */
  background: #fff;
  color: #0e1e29;
  font-weight: 600;
  border: 1px solid #838383;
  border-radius: 14px;
  padding: 16px 24px;
  /* Make any icon inherit the text color */
  fill: currentColor;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  /* Hover/Focus = blue feel */
  /* Active press */
  /* icon inside the CTA (img or svg) */
  /* optional subtle nudge on hover */
}
#thankYou .brand-card__cta:hover, #thankYou .brand-card__cta:focus-visible {
  background: #fff;
  color: #1a82cc;
  border-color: #1a82cc;
  box-shadow: 0 0 0 3px rgba(26, 130, 204, 0.12);
}
#thankYou .brand-card__cta:active {
  background: #f5fafe;
  border-color: #1a82cc;
}
#thankYou .brand-card__cta img,
#thankYou .brand-card__cta svg {
  width: 1em;
  height: 1em;
  margin-left: 5px;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}
#thankYou .brand-card__cta:hover img, #thankYou .brand-card__cta:hover svg {
  transform: translateX(2px);
}
#thankYou .li-card {
  display: flex;
  flex-direction: column;
  padding: 25px 18px 25px 8px;
}
#thankYou .li-card__head {
  font-weight: 400;
  padding: 16px 48px 0 0;
  color: var(--ink);
  font-family: "Cabin", Sans-serif;
  letter-spacing: -0.5px;
  text-align: right;
}
#thankYou .li-card__media img {
  width: 95%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 95%;
  -o-object-position: right;
     object-position: right;
}
#thankYou .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#thankYou .thankYouText {
  font-weight: 600;
  font-size: 32px;
}
#thankYou .thankYouText span {
  color: rgb(1, 84, 188);
}
#thankYou .thankYouText2 {
  font-weight: 400;
  font-size: 24px;
  color: #838383;
}
#thankYou .thankYouText2 span {
  font-weight: 600;
}
#thankYou .thankYouText3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  color: rgb(131, 131, 131);
}
#thankYou .thankYouText3 a {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  background-color: var(--brand);
  padding: 15px;
  border-radius: 14px;
  margin-top: 50px;
}
#thankYou .thankYouText3 a:hover {
  background-color: var(--ink);
}
@media screen and (max-width: 768px) {
  #thankYou {
    gap: 16px;
  }
  #thankYou br {
    display: none;
  }
  #thankYou .thankYouText {
    font-size: 24px;
  }
  #thankYou .thankYouText2 {
    font-size: 18px;
  }
  #thankYou .thankYouText3 {
    font-size: 15px;
  }
  #thankYou .thankYouText3 a {
    padding: 10px;
    margin-top: 25px;
  }
}

/* responsive */
@media (max-width: 991px) {
  #thankYou {
    justify-content: normal;
    margin-top: 5px;
  }
  #thankYou .ty-powered {
    width: 100%;
    max-height: none;
    flex-direction: column;
    margin-top: 15px;
  }
  #thankYou .ty-sub {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #thankYou .ty-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  #thankYou .brand-card,
  #thankYou .li-card {
    padding: 0;
  }
  #thankYou .brand-card__body {
    padding: 15px 15px 0;
  }
  #thankYou .li-card__head {
    padding: 8px 0 0;
    text-align: center;
  }
  #thankYou .brand-card__head {
    padding: 20px 0 0 15px;
  }
  #thankYou .brand-card__title {
    font-size: 21px;
    margin: 10px 0 20px;
  }
  #thankYou .brand-card__copy {
    font-size: 15px;
  }
  #thankYou .brand-card__cta {
    padding: 12px 15px;
    font-size: 14px;
  }
  #thankYou .li-card__media img {
    width: 90%;
    max-width: 90%;
  }
  #thankYou .brand-card__kicker {
    font-size: 15px;
    margin: 10px 0 0;
  }
}
footer {
  background-color: rgb(248, 248, 248);
  min-height: 0px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(131, 131, 131);
  padding: 10px;
  box-sizing: border-box;
  left: 0;
}
footer a {
  color: rgb(131, 131, 131);
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .mainContainer {
    overflow: hidden;
    display: block;
    height: auto;
  }
  .mainContainer:not(.thankYouMode) {
    height: calc(100vh - 87px - 0px);
    overflow: auto;
  }
  .womenInTechtitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  #womenInTechlogo {
    width: 64px;
  }
  .popup .postBottom {
    position: fixed;
    bottom: 0px;
    margin-top: 0;
    width: 100%;
    left: 0;
    padding: 5px 20px;
    border-top: 0;
    box-sizing: border-box;
  }
  .popup .postBottom .postButton {
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 30px;
    padding: 9px 0;
  }
}/*# sourceMappingURL=workshopParticipation.css.map */