:root {
  --heading-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.3px;
}

.featured-section {
  background: #fff;
  border-top: 1px solid #e0e6ef;
  border-bottom: 1px solid #e0e6ef;
  padding: 2.5rem 0;
}

.featured-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.featured-label {
  color: #8a9bb0;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.featured-logo {
  color: #0b172852;
  white-space: nowrap;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
}

.speaking-section {
  background: #f5f7fa;
  padding: 6rem 0;
}

.speaking-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-eyebrow {
  color: #c4953a;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .9rem;
  font-size: .62rem;
  font-weight: 700;
}

.section-title {
  font-family: var(--heading-font);
  color: #0b1728;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.section-lead {
  color: #6b7d96;
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.75;
}

.speaking-grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  display: grid;
}

.speaking-card {
  border: 1px solid #e0e6ef;
  border-radius: 16px;
  height: 100%;
  min-height: 30rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.speaking-card:hover {
  border-color: #c4953a40;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px #0b172814;
}

.speaking-card-bar {
  transform-origin: 0;
  background: linear-gradient(90deg, #c4953a, #e2b96a);
  height: 3px;
  transition: transform .32s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.speaking-card-title {
  font-family: var(--heading-font);
  color: #0b1728;
  margin-bottom: .65rem;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
}

.speaking-card-desc {
  color: #6b7d96;
  font-size: .85rem;
  line-height: 1.7;
}

.speaking-cta-wrap {
  text-align: center;
  margin-top: 3rem;
}

.btn-secondary-2 {
  color: #0b1728;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: none;
  border: 1.5px solid #0b1728;
  border-radius: 100px;
  align-items: center;
  gap: .5rem;
  padding: .85rem 1.7rem;
  font-size: .78rem;
  font-weight: 600;
  transition: background .28s, color .28s;
  display: inline-flex;
}

.btn-secondary-2:hover {
  color: #fff;
  background: #0b1728;
}

.stats-section {
  background: #0b1728;
  padding: 6rem 0;
}

.stats-inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.stats-headline {
  font-family: var(--heading-font);
  color: #fff;
  margin-bottom: 4rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.stats-headline-accent {
  color: #c4953a;
  font-style: italic;
}

.stats-grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  display: grid;
}

.stat-card {
  background: #ffffff05;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  padding: 2rem 1.5rem;
}

.stat-card.reveal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.stat-num {
  color: #c4953a;
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-family: Libre Baskerville, sans-serif;
  font-size: clamp(1rem, 2.2vw, 2.2rem);
  font-weight: 400;
  line-height: 1;
}

.stat-label {
  color: #ffffff73;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 600;
}

.bio-section {
  background: #fff;
  padding: 6rem 0;
}

.bio-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.bio-grid {
  grid-template-rows: auto;
  grid-template-columns: 380px 1fr;
  align-items: center;
  gap: 5rem;
  display: grid;
}

.bio-photo {
  background: linear-gradient(155deg, #d8ccba 0%, #9a8870 100%);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 56px #0b17281f;
}

.bio-photo-accent {
  opacity: .3;
  border: 2px solid #c4953a;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  right: -20px;
}

.bio-photo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.bio-content-eyebrow {
  color: #c4953a;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .62rem;
  font-weight: 700;
}

.bio-content-title {
  font-family: var(--heading-font);
  color: #0b1728;
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
}

.bio-content-text {
  color: #2c3e55;
  margin-bottom: 1rem;
  font-size: .95rem;
  line-height: 1.85;
}

.bio-content-text.bio-content-text-last {
  margin-bottom: 2rem;
}

.bio-credentials {
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 2.25rem;
  display: flex;
}

.bio-cred-item {
  align-items: flex-start;
  gap: .75rem;
  display: flex;
}

.bio-cred-dot {
  background: #c4953a;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: .55rem;
}

.bio-cred-text {
  color: #6b7d96;
  font-size: .88rem;
  line-height: 1.55;
}

.btn-primary-2 {
  color: #0b1728;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #c4953a;
  border-radius: 100px;
  align-items: center;
  gap: .5rem;
  padding: .9rem 1.8rem;
  font-size: .78rem;
  font-weight: 700;
  transition: background .28s, transform .28s, box-shadow .28s;
  display: inline-flex;
}

.btn-primary-2:hover {
  background: #d4a54a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px #c4953a40;
}

.btn-primary-arrow-2 {
  font-size: 1.1rem;
  transition: transform .28s;
}

.testimonials-section {
  background: #f5f7fa;
  padding: 6rem 0;
}

.testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.testimonials-grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  display: grid;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 16px;
  padding: 2rem;
  transition: transform .32s, box-shadow .32s;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px #0b17280f;
}

.testimonial-stars {
  color: #c4953a;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  font-size: .85rem;
}

.testimonial-quote {
  color: #0b1728;
  margin-bottom: 1.5rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.7;
}

.testimonial-author {
  align-items: center;
  gap: .85rem;
  display: flex;
}

.testimonial-avatar-img {
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.testimonial-name {
  color: #0b1728;
  margin-bottom: .15rem;
  font-size: .88rem;
  font-weight: 600;
}

.testimonial-role {
  color: #6b7d96;
  font-size: .78rem;
}

.contact-section {
  background: #f5f7fa;
  padding: 6rem 0;
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.35fr;
  align-items: start;
  gap: 5rem;
  display: grid;
}

.contact-info-eyebrow {
  color: #c4953a;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .62rem;
  font-weight: 700;
}

.contact-info-title {
  font-family: var(--heading-font);
  color: #0b1728;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
}

.contact-info-text {
  color: #6b7d96;
  max-width: 340px;
  margin-bottom: 2.25rem;
  font-size: .92rem;
  line-height: 1.75;
}

.contact-channel {
  flex-flow: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.contact-channel-icon {
  background: #0b1728;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 1rem;
  display: flex;
}

.contact-channel-label {
  color: #8a9bb0;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .6rem;
  font-weight: 700;
}

.contact-channel-value {
  color: #0b1728;
  margin-bottom: .15rem;
  font-size: .92rem;
  font-weight: 600;
}

.contact-channel-sub {
  color: #6b7d96;
  font-size: .78rem;
}

.contact-form-card {
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 20px;
  padding: 2.75rem;
  box-shadow: 0 8px 40px #0b17280f;
}

.contact-form-title {
  color: #0b1728;
  margin-bottom: 1.75rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.form-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

.form-group {
  margin-bottom: 1.15rem;
}

.form-label {
  color: #6b7d96;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: .45rem;
  font-size: .65rem;
  font-weight: 700;
  display: block;
}

.form-input {
  color: #2c3e55;
  background: #f5f7fa;
  border: 1.5px solid #e0e6ef;
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: .85rem 1.1rem;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: .9rem;
  transition: border-color .28s, background .28s, box-shadow .28s;
}

.form-input.form-input-select {
  appearance: none;
  background-image: url("https://cdn.prod.website-files.com/69d3811fcca0a89817b67ea4/6a256ef62c253b9e5e268994_IcTwotoneArrowDropDown.svg");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2.5rem;
}

.form-input.form-input-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit {
  color: #0b1728;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #c4953a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: 1rem;
  font-size: .85rem;
  font-weight: 700;
  transition: background .28s, transform .28s;
  display: flex;
}

.form-submit:hover {
  background: #d4a54a;
  transform: translateY(-2px);
}

.form-notice {
  color: #8a9bb0;
  text-align: center;
  margin-top: .85rem;
  font-size: .7rem;
}

.press-section {
  background: #fff;
  padding: 6rem 0;
}

.press-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.press-grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  display: grid;
}

.press-card {
  text-align: center;
  background: #f5f7fa;
  border: 1px solid #e0e6ef;
  border-radius: 16px;
  padding: 2rem;
  transition: transform .32s, box-shadow .32s;
}

.press-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px #0b17280f;
}

.press-card.reveal {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.press-card-icon {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.press-card-title {
  color: #0b1728;
  margin-bottom: .5rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.press-card-desc {
  color: #6b7d96;
  margin-bottom: 1.5rem;
  font-size: .82rem;
  line-height: 1.6;
}

.press-card-btn {
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 100px;
  width: 100%;
  padding: .7rem;
  font-size: .75rem;
  font-weight: 600;
  transition: background .28s, color .28s;
}

.press-card-btn.press-card-btn-outline {
  color: #0b1728;
  background: none;
  border: 1.5px solid #0b1728;
}

.press-card-btn.press-card-btn-outline:hover {
  color: #fff;
  background: #0b1728;
}

.press-card-btn.press-card-btn-gold {
  color: #0b1728;
  background: #c4953a;
  border: none;
}

.press-card-btn.press-card-btn-gold:hover {
  background: #d4a54a;
}

.signup-section {
  background: #0b1728;
  padding: 5rem 0;
}

.signup-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.signup-eyebrow {
  color: #c4953a;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .85rem;
  font-size: .62rem;
  font-weight: 700;
}

.signup-title {
  font-family: var(--heading-font);
  color: #fff;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.signup-text {
  color: #ffffff8c;
  max-width: 460px;
  margin: 0 auto 2rem;
  font-size: .95rem;
  line-height: 1.75;
}

.signup-form {
  flex-wrap: wrap;
  justify-content: center;
  gap: .85rem;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
}

.signup-email {
  color: #fff;
  background: #ffffff0f;
  border: 1.5px solid #ffffff1f;
  border-radius: 100px;
  outline: none;
  flex: 1;
  min-width: 220px;
  padding: .9rem 1.4rem;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: .9rem;
  transition: background .28s, border-color .28s;
}

.signup-submit {
  color: #0b1728;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #c4953a;
  border-radius: 100px;
  padding: .9rem 1.8rem;
  font-size: .8rem;
  font-weight: 700;
  transition: background .28s;
}

.signup-submit:hover {
  background: #d4a54a;
}

.signup-disclaimer {
  color: #ffffff47;
  margin-top: 1rem;
  font-size: .72rem;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.site-footer {
  background: #0b1728;
  padding: 4rem 0 2rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
  display: grid;
}

.footer-brand {
  color: #fff;
  margin-bottom: .75rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.footer-brand-accent {
  color: #c4953a;
}

.footer-tagline {
  color: #fff6;
  max-width: 240px;
  margin-bottom: 1.25rem;
  font-size: .85rem;
  line-height: 1.7;
}

.footer-socials {
  gap: .6rem;
  display: flex;
}

.footer-social-link {
  color: #fff6;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: .75rem;
  transition: border-color .28s, color .28s;
  display: flex;
}

.footer-social-link:hover {
  color: #c4953a;
  border-color: #c4953a;
}

.footer-col-title {
  color: #ffffff47;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  font-size: .6rem;
  font-weight: 700;
}

.footer-links {
  flex-direction: column;
  gap: .65rem;
  padding-left: 0;
  display: flex;
}

.footer-link {
  color: #ffffff80;
  font-size: .85rem;
  transition: color .28s;
}

.footer-link:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #ffffff0f;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  display: flex;
}

.footer-copyright {
  color: #ffffff38;
  font-size: .72rem;
}

.footer-legal {
  gap: 1.5rem;
  display: flex;
}

.footer-legal-link {
  color: #ffffff38;
  font-size: .72rem;
  transition: color .28s;
}

.footer-legal-link:hover {
  color: #ffffff8c;
}

.logos-grid {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  gap: 1.5rem;
  display: flex;
}

.logo-card {
  text-align: center;
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: transform .28s, box-shadow .28s;
}

.logo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px #0b17280f;
}

.logo-card.reveal {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 12.6rem;
  display: flex;
}

.through-section {
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.through-header {
  text-align: center;
  background: #0b1728;
  padding: 2.5rem 0 3.5rem;
  position: relative;
}

.through-header-text {
  color: #ffffffd9;
  letter-spacing: .02em;
  font-size: 1.1rem;
  font-weight: 700;
}

.through-header-arrow {
  width: 40px;
  height: 40px;
  margin: .75rem auto 0;
  display: block;
}

.through-header-arrow-svg {
  fill: none;
  stroke: #c4953a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.marquee-wrapper {
  width: 100%;
  margin-top: -1.5rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.marquee-track {
  gap: 1rem;
  width: max-content;
  display: flex;
}

.marquee-card {
  cursor: pointer;
  border-radius: 16px;
  flex-shrink: 0;
  width: 320px;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.marquee-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: absolute;
  inset: 0;
}

.marquee-card-image:where(.w-variant-27b0101c-df5c-78ec-6f9c-351654b84c8a) {
  object-fit: cover;
  object-position: 63% 50%;
}

.marquee-card-overlay {
  pointer-events: none;
  background: linear-gradient(to top, #0b1728d9 0%, #0b17284d 50%, #0b17281a 100%);
  position: absolute;
  inset: 0;
}

.marquee-card-content {
  z-index: 2;
  padding: 2rem 1.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.marquee-card-label {
  color: #c4953a;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: .35rem;
  font-size: .62rem;
  font-weight: 700;
}

.marquee-card-title {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.15;
}

.marquee-card-link {
  color: #ffffffb3;
  letter-spacing: .04em;
  align-items: center;
  gap: .4rem;
  font-size: .8rem;
  font-weight: 600;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.marquee-card-link:hover {
  color: #c4953a;
  gap: .6rem;
}

.marquee-card-link-arrow {
  font-size: 1rem;
  transition: transform .28s;
}

.hp-nav {
  z-index: 500;
  background: none;
  transition: background .4s, box-shadow .4s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hp-nav-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 76px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.hp-nav-logo {
  color: #0b1728;
}

.hp-nav-links {
  align-items: center;
  gap: 36px;
  display: flex;
}

.hp-nav-link {
  color: #0b1728b3;
}

.hp-nav-link:hover {
  color: #fff;
}

.hp-nav-link-underline {
  background: #c4953a;
  width: 0%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.hp-nav-cta {
  color: #0b1728;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: none;
  background: #c4953a;
  border-radius: 2px;
  padding: 10px 22px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 600;
  transition: background .25s, opacity .25s;
}

.hp-nav-cta:hover {
  background: #b8852e;
}

.hp-nav-hamburger {
  cursor: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  display: none;
}

.hp-nav-ham-line {
  background: #0b1728;
}

.hp-nav-drawer {
  z-index: 450;
  background: #0b1728;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  display: none;
  position: fixed;
  inset: 0;
}

.hp-nav-drawer-link {
  color: #fff;
  letter-spacing: .02em;
  cursor: none;
  font-family: Libre Baskerville, serif;
  font-size: 28px;
  font-weight: 400;
}

.hp-nav-drawer-cta {
  color: #0b1728;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: none;
  background: #c4953a;
  border-radius: 2px;
  margin-top: 12px;
  padding: 14px 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.hp-hero-section {
  background: #0a0a0a;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hp-slider-wrap {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}

.hp-slide {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  justify-content: flex-start;
  align-items: center;
  padding: 0 8vw 3vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.hp-slide-bg {
  will-change: transform;
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.08);
}

.hp-slide-bg.hp-slide-bg-1 {
  background-image: url("https://cdn.prod.website-files.com/69d3811fcca0a89817b67ea4/69d65ca31ee4d12dfe819068_69b43dd1befc907ffddbfacd_JL_copy.jpg");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  transform: scale(1.08);
}

.hp-slide-bg.hp-slide-bg-2 {
  background-image: url("https://cdn.prod.website-files.com/69d3811fcca0a89817b67ea4/6a0007ac7e9f9ffbb5cccb16_IMG_4985.jpg");
  background-position: 50% 25%;
  background-repeat: no-repeat;
}

.hp-slide-bg.hp-slide-bg-3 {
  background-image: url("https://cdn.prod.website-files.com/69d3811fcca0a89817b67ea4/69ec4a30cc7ff880a65d1634_1S6A2229.jpg");
  background-position: 50% 20%;
  background-repeat: no-repeat;
}

.hp-slide-num-bg {
  pointer-events: none;
  color: #0000;
  -webkit-user-select: none;
  user-select: none;
  font-size: clamp(180px, 26vw, 420px);
  font-weight: 300;
  line-height: 1;
  position: absolute;
  bottom: -2vh;
  right: 5vw;
}

.hp-slide-rule {
  transform-origin: 0;
  background: linear-gradient(90deg, #c9a96e80 0%, #c9a96e1a 60%, #0000 100%);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.hp-slide-content {
  z-index: 2;
  opacity: 1;
  position: relative;
}

.hp-slide-tag {
  color: #c9a96e;
  letter-spacing: .3em;
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
  margin-bottom: 2rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.hp-slide-tag-line {
  transform-origin: 0;
  background: #c9a96e;
  flex-shrink: 0;
  width: 28px;
  height: 1px;
  transform: scaleX(0);
}

.hp-slide-tag-text {
  display: block;
  transform: translateY(120%);
}

.hp-slide-headline {
  color: #fff;
  letter-spacing: -.015em;
  text-shadow: 0 2px 40px #00000080, 0 1px 6px #000000e6;
  font-size: clamp(30px, 5.8vw, 92px);
  font-weight: 300;
  line-height: 1;
}

.hp-word-wrap {
  display: block;
  overflow: hidden;
}

.hp-word {
  will-change: transform;
  display: inline-block;
  transform: translateY(110%);
}

.hp-slide-headline-em {
  color: #c9a96e;
  text-shadow: 0 2px 40px #0006;
  font-style: italic;
}

.hp-control-bar {
  z-index: 100;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #060606b8;
  border-top: 1px solid #ffffff14;
  align-items: stretch;
  height: 80px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hp-slide-tabs {
  flex: 1;
  display: flex;
}

.hp-nav-arrows {
  border-left: 1px solid #ffffff0f;
  flex-shrink: 0;
  display: flex;
}

.hp-nav-btn {
  color: #fff6;
  cursor: none;
  background: none;
  border: none;
  border-right: 1px solid #ffffff0f;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 80px;
  transition: color .3s, background .3s;
  display: flex;
}

.hp-nav-btn:hover {
  color: #c9a96e;
  background: #c9a96e1a;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.marquee-card-link-arrow {
  width: .9rem;
  height: 1rem;
}

.div-block-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-image-home {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 17rem;
}

.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-links {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-photo-col {
    min-height: 50vh;
  }

  .hero-content-col {
    border-left: none;
    padding: 3rem 2rem;
  }

  .speaking-grid, .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bio-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .bio-photo {
    max-width: 400px;
    min-height: 400px;
    margin: 0 auto;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .press-grid, .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .origin-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .origin-photo {
    max-width: 450px;
    margin: 0 auto;
  }

  .origin-photo-img {
    height: 480px;
  }

  .timeline-wrapper {
    padding-left: 0;
  }

  .timeline-line {
    background: #0b1728;
    width: 1px;
    left: 4px;
    transform: none;
  }

  .timeline-item {
    padding-bottom: 0;
    padding-left: 32px;
    display: block;
    position: relative;
  }

  .timeline-col-left {
    display: none;
  }

  .timeline-card {
    box-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid #e0e6ef;
    border-radius: 0;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .timeline-card-img {
    display: none;
  }

  .timeline-card-body {
    padding: 0;
  }

  .timeline-year-mobile {
    color: #0b1728;
    margin-bottom: .35rem;
    font-family: Libre Baskerville, Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
  }

  .timeline-card-label {
    display: none;
  }

  .timeline-card-title {
    margin-bottom: .6rem;
    font-size: 1rem;
    font-weight: 700;
  }

  .timeline-card-desc {
    color: #4a5568;
    font-size: .88rem;
    line-height: 1.7;
  }

  .timeline-col-center {
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .timeline-year {
    display: none;
  }

  .timeline-dot {
    background: #0b1728;
    border-width: 0;
    width: 9px;
    height: 9px;
    margin-top: .35rem;
  }

  .timeline-col-right {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-col-right.timeline-empty {
    visibility: visible;
    visibility: visible;
    display: block;
  }

  .spk-hero-inner-2 {
    grid-template-columns: 1fr;
    gap: 3rem;
    min-height: auto;
  }

  .spk-hero-content-2 {
    padding: 3.5rem 0 3rem;
  }

  .spk-hero-image-col-2 {
    display: none;
  }

  .engagements-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .engagement-card.engagement-card-featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .engagement-featured-img {
    display: none;
  }

  .bio-photo-wrap {
    max-width: 400px;
    position: relative;
    top: 0;
  }

  .logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .downloads-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .facts-grid, .facts-list, .featured-card {
    grid-template-columns: 1fr;
  }

  .featured-content {
    padding: 2.5rem;
  }

  .featured-image {
    order: -1;
    min-height: 240px;
  }

  .policy-grid, .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-sidebar {
    flex-flow: wrap;
  }

  .hp-nav-inner {
    padding: 0 24px;
  }

  .hp-nav-links {
    display: none;
  }

  .hp-nav-hamburger {
    display: flex;
  }

  .hp-slide-headline {
    font-size: clamp(38px, 7vw, 64px);
  }

  .hero-svg-wraper {
    height: 78px;
  }
}

@media screen and (max-width: 767px) {
  .featured-logos {
    gap: 1.5rem 2rem;
  }

  .featured-logo {
    font-size: .92rem;
  }

  .speaking-grid, .testimonials-grid, .credentials-grid, .topics-grid, .engagements-grid {
    grid-template-columns: 1fr;
  }

  .engagement-card.engagement-card-featured {
    grid-column: span 1;
  }

  .mentions-grid {
    grid-template-columns: 1fr;
  }

  .filter-pills {
    flex-wrap: nowrap;
    padding-bottom: .5rem;
    overflow-x: auto;
  }

  .filter-pill {
    flex-shrink: 0;
  }

  .policy-grid {
    grid-template-columns: 1fr;
  }

  .archive-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .article-para {
    font-size: 1rem;
  }

  .article-para.article-para-lead {
    font-size: 1.1rem;
  }

  .article-heading-2 {
    font-size: 1.4rem;
  }

  .article-blockquote {
    padding: 1.25rem 1.5rem;
  }

  .article-blockquote-text {
    font-size: 1.05rem;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .contact-sidebar {
    flex-direction: column;
  }

  .through-header {
    padding: 2rem 0 3rem;
  }

  .marquee-card {
    width: 280px;
    height: 380px;
  }

  .marquee-card-title {
    font-size: 1.4rem;
  }

  .hp-nav-inner {
    height: 64px;
  }

  .hp-slider-wrap {
    height: calc(100vh - 70px);
  }

  .hp-slide-num-bg {
    display: none;
  }

  .hp-slide-tag {
    margin-bottom: 1.2rem;
  }

  .hp-slide-headline {
    font-size: clamp(32px, 9vw, 56px);
  }

  .hp-control-bar {
    height: 70px;
  }

  .hp-nav-btn {
    width: 56px;
    height: 70px;
  }

  .hero-svg-wraper {
    height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .nav-hamburger {
    background-color: #3898ec00;
  }

  .hero-section {
    grid-template-rows: auto auto;
  }

  .hero-photo-col {
    min-height: auto;
  }

  .hero-photo-img {
    object-fit: cover;
    object-position: 0null topnull;
    position: static;
  }

  .hero-content-col {
    padding: 2.5rem 20px;
  }

  .hero-headline.anim-hero-headline {
    color: #0d1b3e;
  }

  .hero-sub {
    margin-bottom: 1.25rem;
  }

  .hero-sub.anim-hero-sub {
    color: #6b7d96;
  }

  .hero-cta-row {
    flex-direction: column;
  }

  .hero-cta-row.anim-hero-cta {
    display: flex;
  }

  .btn-primary {
    justify-content: center;
  }

  .btn-secondary {
    justify-content: center;
    width: 100%;
  }

  .speaking-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .speaking-card {
    min-height: 30rem;
  }

  .btn-secondary-2 {
    justify-content: center;
    width: 100%;
  }

  .stats-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .bio-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bio-grid {
    grid-template-rows: auto auto;
  }

  .bio-photo {
    width: 100%;
  }

  .testimonials-inner, .contact-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-card {
    padding: 1.75rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .press-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .press-grid {
    grid-template-columns: 1fr;
  }

  .signup-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signup-form {
    flex-direction: column;
  }

  .signup-submit {
    width: 100%;
  }

  .form {
    flex-flow: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .inner-hero {
    background-color: #f5f7fa;
    background-image: none;
    background-position: 0 0;
  }

  .origin-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .origin-pullquote {
    font-size: 1rem;
  }

  .timeline-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-line {
    background-color: #c4953a;
    width: 2px;
  }

  .timeline-item {
    padding-left: 28px;
  }

  .timeline-card.reveal {
    border-bottom: 1px #c4953aa1;
  }

  .timeline-card.timeline-card-right.last.reveal {
    margin-bottom: 0;
  }

  .timeline-year-mobile {
    font-size: 1.15rem;
  }

  .timeline-card-title {
    font-size: .95rem;
  }

  .timeline-card-desc {
    font-size: .85rem;
  }

  .timeline-dot {
    background-color: #fff;
    border-width: 1px;
    border-color: #c4953a;
    width: 13px;
    height: 13px;
  }

  .credentials-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .credentials-grid {
    grid-template-rows: auto;
  }

  .credential-card.reveal {
    flex-flow: column;
  }

  .spk-hero-section-2 {
    background-image: linear-gradient(92deg, #f5f7faeb 41%, #fff0 54%);
    background-position: 0 0;
    background-size: auto;
    overflow: hidden;
  }

  .spk-hero-section-2.speek {
    background-image: linear-gradient(92deg, #f5f7faeb 41%, #fff0 54%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .spk-hero-inner-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spk-hero-content-2 {
    padding: 2.5rem 0 2rem;
  }

  .spk-hero-cta-row-2 {
    flex-direction: column;
  }

  .btn-primary-5 {
    justify-content: center;
  }

  .btn-secondary-4 {
    justify-content: center;
    width: 100%;
  }

  .spk-hero-stat-row-2 {
    justify-content: center;
    gap: 1.5rem;
  }

  .topics-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .topic-card-top {
    flex-flow: column;
  }

  .engagements-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .engagement-featured-img {
    height: auto;
    display: block;
  }

  .logos-grid {
    flex-flow: column;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    display: flex;
  }

  .downloads-grid {
    grid-template-columns: 1fr;
  }

  .marquee-card {
    width: 260px;
    height: 340px;
  }

  .marquee-card-content {
    padding: 1.5rem;
  }

  .marquee-card-title {
    font-size: 1.25rem;
  }

  .card-image {
    object-fit: contain;
  }

  .slider {
    display: none;
  }

  .hero-inner {
    justify-content: center;
    align-items: flex-start;
  }

  .shadaw {
    background-color: #fffefe;
    background-image: none;
  }

  .hp-nav-hamburger {
    background-color: #3898ec00;
  }

  .hp-hero-section {
    height: auto;
  }

  .hp-slide {
    padding: 0 24px;
  }

  .hp-nav-arrows {
    border-left: 1px solid #514e4e;
  }

  .hp-nav-btn {
    width: 44px;
    height: 100%;
  }

  .hero-image-wrap {
    height: 25rem;
  }

  .hero-svg-wraper {
    height: 37px;
  }
}
