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

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

.site-nav {
  z-index: 100;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff7;
  border-bottom: 1px solid #e8ecf2;
  padding: 1rem 0;
  transition: box-shadow .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
}

.nav-logo {
  color: #0b1728;
  letter-spacing: -.02em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.nav-logo.w--current {
  font-family: Libre Baskerville, sans-serif;
}

.nav-links {
  align-items: center;
  gap: 2.25rem;
  display: flex;
}

.nav-link {
  color: #6b7d96;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 500;
  transition: color .28s;
  position: relative;
}

.nav-link:hover {
  color: #0b1728;
}

.nav-link-underline {
  background: #c4953a;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.nav-cta {
  color: #0b1728;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #c4953a;
  border-radius: 100px;
  padding: .6rem 1.4rem;
  font-size: .72rem;
  font-weight: 700;
  transition: background .28s, transform .28s;
}

.nav-cta:hover {
  background: #d4a54a;
  transform: translateY(-1px);
}

.nav-hamburger {
  z-index: 101;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  display: none;
}

.nav-hamburger-line {
  background: #0b1728;
  border-radius: 2px;
  width: 22px;
  height: 2px;
  transition: transform .3s, opacity .3s;
}

.nav-drawer {
  z-index: 99;
  background: #0b1728f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  display: none;
  position: fixed;
  inset: 0;
}

.nav-drawer-link {
  color: #ffffffd9;
  font-size: 2rem;
  font-weight: 400;
  transition: color .28s;
}

.nav-drawer-link:hover {
  color: #c4953a;
}

.nav-drawer-link.nav-drawer-link-last {
  margin-bottom: 1rem;
}

.nav-drawer-link.hide {
  display: none;
}

.nav-drawer-cta {
  color: #0b1728;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #c4953a;
  border-radius: 100px;
  padding: .9rem 2rem;
  font-size: .78rem;
  font-weight: 700;
}

.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;
}

.cta-strip {
  background: #0b1728;
  padding: 5rem 0;
}

.cta-strip-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

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

.cta-strip-title-accent {
  color: #c4953a;
  font-style: italic;
}

.cta-strip-text {
  color: #ffffff8c;
  max-width: 520px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.75;
}

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

.btn-primary-3:hover {
  background: #d4a54a;
  transform: translateY(-2px);
}

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

.spk-hero-section-2 {
  background-image: url("https://cdn.prod.website-files.com/69d3811fcca0a89817b67ea4/69dcbec7818bbb0054cb96a1_Frame%209.png");
  background-position: 100%;
  border-bottom: 1px solid #e0e6ef;
  padding-top: 72px;
  padding-bottom: 0;
}

.spk-hero-section-2.speek {
  background-image: linear-gradient(92deg, #f5f7faeb 41%, #fff0 54%), url("https://cdn.prod.website-files.com/69d3811fcca0a89817b67ea4/6a000858cfebf91f2494a6d8_IMG_1009.jpg");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.spk-hero-inner-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 460px;
  place-items: center stretch;
  gap: 5rem;
  max-width: 1200px;
  min-height: 420px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: grid;
}

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

.spk-hero-eyebrow-2 {
  color: #c4953a;
  letter-spacing: .2em;
  text-transform: uppercase;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
  font-size: .62rem;
  font-weight: 700;
  display: flex;
}

.spk-hero-eyebrow-line-2 {
  background: #c4953a;
  width: 2rem;
  height: 1px;
}

.spk-hero-headline-2 {
  color: #0b1728;
  letter-spacing: -.02em;
  margin-bottom: 1.5rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}

.spk-hero-headline-2.anim-hero-headline {
  font-family: var(--heading-font);
  font-style: normal;
  font-family: var(--heading-font);
  font-style: normal;
}

.spk-hero-lead-2 {
  color: #6b7d96;
  max-width: 540px;
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
  line-height: 1.8;
}

.spk-hero-lead-2.anim-hero-lead {
  color: #333334;
}

.spk-hero-cta-row-2 {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.btn-primary-5 {
  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-5:hover {
  background: #d4a54a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px #c4953a40;
}

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

.btn-secondary-4 {
  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-4:hover {
  color: #fff;
  background: #0b1728;
}

.spk-hero-stat-row-2 {
  border-top: 1px solid #e0e6ef;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  display: flex;
}

.spk-hero-stat-item-2 {
  flex-direction: column;
  gap: .15rem;
  display: flex;
}

.spk-hero-stat-num-2 {
  color: #c4953a;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.spk-hero-stat-label-2 {
  color: #8a9bb0;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 600;
}

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

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

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

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

.section-title-2 {
  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-2 {
  color: #6b7d96;
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.75;
}

.topics-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  display: grid;
}

.topic-card {
  cursor: default;
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 16px;
  padding: 2.25rem;
  transition: box-shadow .32s, border-color .32s;
  position: relative;
  overflow: hidden;
}

.topic-card:hover {
  border-color: #c4953a38;
  box-shadow: 0 14px 48px #0b172814;
}

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

.topic-card-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.topic-num {
  color: #0b17280d;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  transition: color .32s;
}

.topic-tag {
  color: #c4953a;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: #c4953a14;
  border: 1px solid #c4953a33;
  border-radius: 100px;
  align-items: center;
  padding: .3rem .75rem;
  font-size: .58rem;
  font-weight: 700;
  display: inline-flex;
}

.topic-title {
  color: #0b1728;
  margin-bottom: .85rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.topic-desc {
  color: #6b7d96;
  font-size: .9rem;
  line-height: 1.75;
}

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

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

.engagements-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  display: grid;
}

.engagement-card {
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 14px;
  padding: 1.75rem;
  transition: transform .3s, box-shadow .3s;
}

.engagement-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px #0b172812;
}

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

.engagement-card.engagement-card-featured {
  background-color: #0b1728;
  border-color: #0000;
  grid-column: span 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  display: grid;
}

.engagement-card.engagement-card-featured:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 48px #0b17282e;
}

.engagement-featured-label {
  color: #c4953a;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .58rem;
  font-weight: 700;
}

.engagement-featured-org {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.engagement-featured-event {
  color: #ffffff8c;
  margin-bottom: 1.5rem;
  font-size: .88rem;
}

.engagement-featured-tag {
  color: #0b1728;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #c4953a;
  border-radius: 100px;
  align-items: center;
  padding: .3rem .8rem;
  font-size: .58rem;
  font-weight: 700;
  display: inline-flex;
}

.engagement-featured-img {
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}

.engagement-featured-photo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.engagement-type-tag {
  color: #8a9bb0;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #f5f7fa;
  border: 1px solid #e0e6ef;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem .65rem;
  font-size: .58rem;
  font-weight: 700;
  display: inline-flex;
}

.engagement-org {
  color: #0b1728;
  margin-bottom: .3rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.08rem;
  font-weight: 400;
}

.engagement-event {
  color: #6b7d96;
  margin-bottom: 1.25rem;
  font-size: .85rem;
  line-height: 1.55;
}

.engagement-meta-row {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.engagement-year {
  color: #c4953a;
  letter-spacing: .06em;
  font-size: .72rem;
  font-weight: 700;
}

.engagement-dot {
  background: #c0c8d4;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.engagement-format {
  color: #8a9bb0;
  font-size: .72rem;
  font-weight: 500;
}

.engagement-logo-wrap {
  align-self: center;
  margin-top: 1.25rem;
}

.adjust {
  max-height: 7rem;
}

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

.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;
  }
}
