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

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

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

.inner-hero {
  border-bottom: 1px solid #e0e6ef;
  padding-top: 72px;
}

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

.inner-hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem 4.5rem;
}

.inner-hero-content.about {
  padding-top: 30px;
}

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

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

.inner-hero-title {
  color: #0b1728;
  letter-spacing: -.02em;
  max-width: 700px;
  margin-bottom: 1.25rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}

.inner-hero-title.anim-hero-title {
  font-family: var(--heading-font);
  font-style: normal;
  font-family: var(--heading-font);
  font-style: normal;
}

.inner-hero-lead {
  color: #000;
  max-width: 600px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.faq-section {
  background: #f5f7fa;
  padding: 5rem 0;
}

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

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

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

.faq-title {
  color: #0b1728;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
}

.faq-list {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.faq-item {
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  overflow: hidden;
}

.faq-question {
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-question-text {
  color: #0b1728;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.faq-question-icon {
  color: #c4953a;
  background: #f5f7fa;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 1.1rem;
  transition: transform .3s, background .3s;
  display: flex;
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  display: none;
}

.faq-answer-text {
  color: #6b7d96;
  font-size: .95rem;
  line-height: 1.75;
}

.location-strip {
  text-align: center;
  background: #fff;
  padding: 4rem 0;
}

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

.location-icon {
  background: #f5f7fa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  font-size: 1.75rem;
  display: flex;
}

.location-title {
  color: #0b1728;
  margin-bottom: .5rem;
  font-family: Libre Baskerville, Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
}

.location-text {
  color: #6b7d96;
  font-size: 1rem;
}

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