.home-page-template {
  --hp-text: #0b1638;
  --hp-pink: #fd2171;
  --hp-cyan: #00c3ff;
  --hp-panel: #f5f5f5;
  --hp-max-width: 1280px;
  --hp-side-pad: 80px;
  --hp-align-pad: var(--hp-side-pad);
  --hp-hero-side-pad: 0;
  color: var(--hp-text);
}

.home-hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  background-color: #0b1638;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: var(--header-height, 179px);
  box-sizing: border-box;
  overflow: hidden;
}

.home-hero__overlay,
.home-report-list__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 22, 56, 0.2) 0%, rgba(11, 22, 56, 0.6) 100%);
}

.home-overview__container,
.home-feature-grid__inner,
.case-study__container,
.home-report-list__container,
.home-testimonial__container,
.home-download__container {
  max-width: var(--hp-max-width);
  margin: 0 auto;
  padding: 0 var(--hp-side-pad);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.home-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--hp-max-width);
  margin: 0 auto;
  padding: 80px var(--hp-hero-side-pad) 60px;
  box-sizing: border-box;
}

.home-hero__content {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-hero__title {
  margin: 0;
  font-size: 65px;
  line-height: 65px;
  font-weight: 100;
  color: #fff;
}

.home-hero__tagline {
  margin: 0;
  max-width: 700px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}

.home-hero__actions {
  margin-top: 12px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.home-hero__button,
.home-overview__button,
.case-study__button--primary,
.home-download__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: var(--hp-pink);
  color: #fff;
  padding: 18px 34px;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  line-height: 1;
  transition: none;
  white-space: nowrap;
}

.home-overview {
  padding: 100px 0;
}

.home-overview__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 577px);
  gap: 48px;
  align-items: start;
  padding-left: 0;
  padding-right: 0;
}

.home-overview__title,
.home-feature-grid__title,
.home-report-list__title,
.home-download__title {
  margin: 18px 0 0;
  font-size: 34px;
  line-height: 45px;
  font-weight: 700;
}
.home-feature-grid__title,
.home-report-list__title {
  color: #fff;
}
.home-overview__content {
  margin-top: 24px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.home-overview__content ul,
.home-overview__content ol {
  margin: 1em 0;
  padding-left: 1.25em;
  list-style-position: outside;
}

.home-overview__content ul {
  list-style: disc;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 8px;
}

.home-overview__content ol {
  list-style: decimal;
}

.home-overview__content li {
  margin: 0;
}

@media (max-width: 768px) {
  .home-overview__content ul {
    grid-template-columns: 1fr;
  }
}

.home-overview__image {
  width: 100%;
  border-radius: 12px;
}

.home-overview__button {
  display: flex;
  width: fit-content;
  margin: 24px auto 0;
  background: var(--hp-cyan);
}

.home-feature-grid {
  position: relative;
  padding: 100px 0;
}

.home-feature-grid__background {
  position: absolute;
  inset: 0 0 auto;
  height: 580px;
  background: #0b1638 left / cover no-repeat;
}

.home-feature-grid__header {
  max-width: 466px;
  color: #fff;
}

.home-feature-grid__intro {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.home-feature-grid__arrow {
  margin-top: 18px;
  max-width: 45px;
  max-height: 25px;
}

.home-feature-grid__panel {
  margin-top: 48px;
  width: calc(100vw - 160px);
  max-width: 1400px;
  margin-left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.1);
  padding: 54px 60px;
  box-sizing: border-box;
}

.home-feature-grid__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 100px;
}

.home-feature-grid__item-title {
  margin: 12px 0 0;
  font-size: 26px;
  line-height: 34px;
}

.home-feature-grid__item-content {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.case-study {
  padding: 100px 0;
  background: linear-gradient(90deg, rgba(196, 196, 196, 0.2) 0%, #fff 100%);
}

.case-study__container {
  display: grid;
  grid-template-columns: 400px minmax(0, 575px);
  justify-content: center;
  gap: 64px;
  align-items: center;
}

.case-study__image-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.case-study__image-link {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}

.case-study__image {
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.case-study__copy {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}

.case-study__actions {
  margin-top: 30px;
  display: flex;
  gap: 32px;
  align-items: center;
}

.case-study__button--primary {
  background: var(--hp-cyan);
}

.case-study__button--link {
  color: var(--hp-cyan);
  font-weight: 700;
  text-decoration: none;
}

.case-study__dots {
  width: 64px;
  display: block;
}

.case-study--on-dark {
  background: linear-gradient(90deg, rgb(27 118 188) 0%, #0b1638 100%);
}

.case-study--on-dark .case-study__copy {
  color: #fff;
}

.case-study__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  max-width: var(--hp-max-width);
  margin: 64px auto 0;
  padding: 0 var(--hp-side-pad);
  box-sizing: border-box;
}

.case-study__metric-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
  min-height: 250px;
  box-sizing: border-box;
}

.case-study__metric-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}

.case-study__metric-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.case-study__metric-value {
  margin: 0 0 8px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -1.2px;
  color: var(--hp-cyan);
}

.case-study__metric-label {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

.home-report-list {
  position: relative;
  padding: 100px 0;
  background: #010415 center / cover no-repeat;
}

.home-report-list__container {
  color: #fff;
  display: grid;
  grid-template-columns: 466px minmax(0, 620px);
  justify-content: space-between;
  gap: 40px;
}

.home-report-list__intro {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.home-report-list__item + .home-report-list__item {
  margin-top: 16px;
}

.home-report-list__item {
  background: rgba(0, 195, 255, 0.12);
  border-radius: 12px;
  overflow: hidden;
}

.home-report-list__toggle {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  padding: 15px 56px 15px 29px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  transition: background-color 0.2s ease;
}

.home-report-list__toggle::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url('../images/svg/faq-arrow-down.svg') center / contain no-repeat;
}

.home-report-list__toggle[aria-expanded="true"] {
  padding-top: 14px;
  padding-bottom: 12px;
}

.home-report-list__toggle[aria-expanded="true"]::after {
  background-image: url('../images/svg/faq-arrow-up.svg');
}

.home-report-list__panel p {
  margin: 8px 0 0;
  padding: 0 29px 0 29px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.home-report-list__panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 16px;
  will-change: max-height, opacity;
  transition: max-height 0.32s ease, opacity 0.24s ease;
}

.home-report-list__panel.is-open {
  opacity: 1;
}

.home-report-list__read-more {
  display: inline-block;
  margin: 0;
  padding: 0 29px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #00c3ff;
  text-decoration: none;
}

.home-testimonial {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

.home-testimonial__bg-color,
.home-testimonial__bg-image,
.home-testimonial__overlay {
  position: absolute;
  inset: 0;
}

.home-testimonial__bg-color {
  background: #0b1638;
  z-index: 0;
}

.home-testimonial__bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.home-testimonial__overlay {
  z-index: 2;
}

.home-testimonial__container {
  color: #fff;
  margin-left: 630px;
  z-index: 3;
}

.home-testimonial__logo {
  max-width: 150px;
}

.home-testimonial__slides {
  display: grid;
}

.home-testimonial__entry {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.85s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity;
}

.home-testimonial__entry.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.home-testimonial__content {
  max-width: 760px;
  --home-testimonial-text-offset: 60px;
}

.home-testimonial__quote-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.home-testimonial__speech {
  flex: 0 0 auto;
  width: 57px;
  margin-top: 2px;
}

.home-testimonial__body {
  flex: 1;
  min-width: 0;
}

.home-testimonial__logo {
  margin-left: 80px;
  margin-bottom: 14px;
}

.home-testimonial__quote {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  color: #0B1638 !important;
}

.home-testimonial__author,
.home-testimonial__meta {
  margin: 14px 0 0;
  margin-left: 75px;
  font-size: 15px;
  line-height: 25px;
  color: #0B1638 !important;
}
p.home-testimonial__meta {
  margin-top: 0px;
}
.home-testimonial__author {
  font-weight: 700;
}

.home-testimonial__pagination {
  margin-top: 18px;
  margin-left: 80px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-testimonial__nav {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-testimonial__nav img {
  display: block;
  width: 44px;
  height: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .home-testimonial__entry {
    transition: none;
    will-change: auto;
  }
}

.home-download {
  padding: 100px 0;
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
}

.home-download__container {
  display: grid;
  grid-template-columns: 434px 440px;
  justify-content: center;
  gap: 48px;
}

.home-download__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.home-download__content {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.home-download__card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.1);
}

.home-download__card-title {
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 30px;
}

.home-download__card-title {
 margin-bottom: 22px;
}

.home-download__form--gravity .gform_wrapper {
  margin: 0;
}

.home-download__form--gravity .gform_heading,
.home-download__form--gravity .gform_validation_errors,
.home-download__form--gravity .validation_message,
.home-download__form--gravity .gfield_description {
  display: none !important;
}

.home-download__form--gravity .gform_body {
  margin: 0;
}

.home-download__form--gravity .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  row-gap: 0 !important;
}

.home-download__form--gravity .gfield {
  grid-column: 1 / -1 !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
}

.home-download__form--gravity .gfield.gfield--width-third,
.home-download__form--gravity .gfield.gfield--width-one-third {
  grid-column: span 4 !important;
}

.home-download__form--gravity .gfield.gfield--width-two-thirds {
  grid-column: span 8 !important;
}

.home-download__form--gravity .gfield.gfield--width-quarter {
  grid-column: span 3 !important;
}

.home-download__form--gravity .gfield.gfield--width-three-quarter {
  grid-column: span 9 !important;
}

.home-download__form--gravity .gfield.gfield--width-half {
  grid-column: span 6 !important;
}

.home-download__form--gravity .gfield.gf_left_half,
.home-download__form--gravity .gfield.gf_right_half {
  grid-column: span 6 !important;
}

.home-download__form--gravity .gfield.gf_left_third,
.home-download__form--gravity .gfield.gf_middle_third,
.home-download__form--gravity .gfield.gf_right_third {
  grid-column: span 4 !important;
}

.home-download__form--gravity .gfield.gf_first_quarter,
.home-download__form--gravity .gfield.gf_second_quarter,
.home-download__form--gravity .gfield.gf_third_quarter,
.home-download__form--gravity .gfield.gf_fourth_quarter {
  grid-column: span 3 !important;
}

.home-download__form--gravity .gfield:last-child {
  margin-bottom: 0 !important;
}

.home-download__form--gravity input[type='email'],
.home-download__form--gravity input[type='text'],
.home-download__form--gravity input[type='tel'],
.home-download__form--gravity input[type='number'],
.home-download__form--gravity input[type='url'],
.home-download__form--gravity select,
.home-download__form--gravity textarea {
  width: 100% !important;
  border: 0 !important;
  border-radius: 5px !important;
  padding: 0 18px !important;
  box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.1) !important;
  font-size: 15px !important;
  line-height: 25px !important;
  font-family: 'Onest', sans-serif !important;
  color: var(--hp-text, #0b1638) !important;
  background-color: #fff !important;
  box-sizing: border-box !important;
}

.home-download__form--gravity input[type='email'],
.home-download__form--gravity input[type='text'],
.home-download__form--gravity input[type='tel'],
.home-download__form--gravity input[type='number'],
.home-download__form--gravity input[type='url'],
.home-download__form--gravity select {
  height: 60px !important;
}

.home-download__form--gravity select {
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 0 40px 0 18px !important;
  line-height: 60px !important;
  height: 60px !important;
  vertical-align: middle !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' stroke='%230B1638' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 12px 12px !important;
  background-clip: padding-box !important;
}

.home-download__form--gravity select::-ms-expand {
  display: none;
}

.home-download__form--gravity textarea {
  padding: 14px 18px !important;
  resize: vertical !important;
}

.home-download__form--gravity .ginput_container_phone {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.home-download__form--gravity .ginput_container_phone > span,
.home-download__form--gravity .ginput_container_phone .gform-grid-col {
  flex: 1 1 0;
  min-width: 0;
}

.home-download__form--gravity .ginput_container_phone input,
.home-download__form--gravity .ginput_container_phone span input {
  min-width: 0 !important;
}

.home-download__form--gravity .gfield_select .ginput_container {
  width: 100%;
}

.home-download__form--gravity .gfield_select .ginput_container::before,
.home-download__form--gravity .gfield_select .ginput_container::after {
  content: none !important;
  display: none !important;
}

.home-download__form--gravity .gform_footer,
.home-download__form--gravity .gform_page_footer {
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

.home-download__form--gravity input[type='submit'],
.home-download__form--gravity button[type='submit'] {
  border-radius: 40px !important;
  background: var(--hp-pink) !important;
  background-image: url('../images/svg/white-arrow-forward.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 14px auto !important;
  color: #fff !important;
  padding: 18px 48px 18px 34px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: none !important;
}

.home-download__form--gravity input[type='submit']:hover,
.home-download__form--gravity button[type='submit']:hover {
  opacity: 0.8 !important;
}

.home-download__input {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 5px;
  padding: 0 18px;
  box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.1);
}

.home-download__button {
  margin-top: 16px;
}

.home-download__disclaimer {
  margin: 30px 0 0;
  padding-top: 30px;
  border-top: 2px dotted #03c3ff;
  font-size: 15px;
  line-height: 25px;
}

.home-download__disclaimer p {
  margin: 0;
}

.home-download__disclaimer a {
  color: #03c3ff;
  font-weight: 700;
}

@media (max-width: 1315px) {
  .home-page-template {
    --hp-align-pad: 40px;
    --hp-hero-side-pad: 40px;
  }

  .home-overview__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1390px) {
  .home-testimonial__container {
    margin-left: 430px;
  }
}

@media (max-width: 1100px) {
  .home-overview {
    padding: 60px 0;
  }

  .home-feature-grid,
  .case-study,
  .home-report-list,
  .home-download {
    padding: 60px 0;
  }

  .home-page-template {
    --hp-side-pad: 24px;
    --hp-align-pad: 20px;
    --hp-hero-side-pad: 20px;
  }

  .home-overview__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-overview__container,
  .case-study__container,
  .home-report-list__container,
  .home-download__container {
    grid-template-columns: 1fr;
  }

  .case-study__image-wrap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-study__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .case-study__metric-card {
    min-height: 180px;
  }

  .case-study__metric-value {
    font-size: 44px;
    line-height: 44px;
  }

  .home-feature-grid__panel {
    width: calc(100vw - 40px);
    padding: 30px 20px;
  }

  .home-feature-grid__list {
    grid-template-columns: 1fr;
  }

  .home-feature-grid__item-title {
    font-size: 22px;
    line-height: 28px;
  }

  .home-testimonial__container {
    margin-left: 220px;
  }

}

@media (max-width: 768px) {
  .home-download__card {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .home-download__form--gravity .gform_fields .gfield {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 768px) {
  .home-hero {
    min-height: 480px;
  }

  .home-hero__container {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .home-hero__title {
    font-size: 38px;
    line-height: 42px;
  }

  .home-hero__tagline {
    font-size: 17px;
    line-height: 26px;
  }

  .home-hero__actions {
    gap: 16px;
  }

  .case-study--on-dark {
    background: linear-gradient(180deg, rgb(27 118 188) 0%, #0b1638 100%);
  }
}

@media (max-width: 900px) {
  .home-testimonial__container {
    margin-left: 80px;
  }
}

@media (max-width: 700px) {
  .home-testimonial {
    min-height: 760px;
    padding: 60px 0 340px;
  }

  .home-testimonial__bg-color {
    background: linear-gradient(180deg, #EDEDEE 0%, rgba(237, 237, 238, 0) 100%);
    z-index: 2;
  }

  .home-testimonial__bg-image {
    inset: auto 0 0;
    height: 600px;
    background-image: url('../images/testimonial section background.jpg') !important;
    background-position: left bottom;
    background-size: auto;
  }

  .home-testimonial__overlay {
    display: none;
  }

  .home-testimonial__container {
    margin-left: 0;
  }

  .home-testimonial__logo {
    margin-left: 0;
  }

  .home-testimonial__quote-row {
    display: grid;
  }

  .home-testimonial__author,
  .home-testimonial__meta {
    margin-left: 0;
  }

  .home-testimonial__pagination {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .home-hero__button {
    padding: 14px 22px;
    font-size: 14px;
  }
}

