.typewriter {
  overflow: hidden;
  border-right: .15em solid var(--text-color, #FFF);
  animation: blink-caret 1s step-end infinite;
}

@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: var(--text-color, #FFF); }
}

.hero-section {
  padding: 96px 0 48px;
  overflow-x: hidden;
}
.hero-section.has-breadcrumb {
  padding-top: 32px;
}
.hero-stack-gap {
  row-gap: 40px;
}
.hero__comparison {
  margin-top: 40px;
}
.comparison-card__description * {
  margin: 0px;
}
@media (min-width: 576px) {
  .hero-section {
    padding: 96px 0 72px;
  }
  .hero-section.has-breadcrumb {
    padding-top: 32px;
  }
  .hero-stack-gap {
    row-gap: 56px;
  }
  .hero__comparison {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  .hero-section {
    padding: 120px 0 96px;
  }
  .hero-section.has-breadcrumb {
    padding-top: 32px;
  }
  .hero-stack-gap {
    row-gap: 64px;
  }
  .hero__comparison {
    margin-top: 64px;
  }
}

.hero-section[data-background-color="white"] {
  background-color: #ffffff;
}

.hero-section[data-background-color="dark"] {
  background-color: #0C111D;
}

.hero-section[data-background-color="dark_blue"] {
  background-color: #060927;
}

.hero-section[data-background-color="light_blue"] {
  background-color: #F6FAFE;
}

.hexagon {
  background: url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/marketing/background.svg) no-repeat;
  background-size: cover;
  background-position: center 99%;
  padding: 96px 0;
}

.gradient-fade {
  background-image:
    url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/marketing/hero_background_transparent_mobile.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  center center;
  position: relative;
  @media (min-width: 576px) {
    background-image:
    url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/gradient-fade.webp);
  }
}

.gradient-lines {
  background-image: url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/gradient-lines.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  center 99%;
  background-color: var(--gray-light-mode-900);
}

.green-hexagon {
  background-image: url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/green-hexagon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  center 99%;
  padding-bottom: 200px;
}

.hexagon-divider {
  /*   background-image: url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/hexagon-divider.png); */
  background-image: url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/hexagon-divider-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  center 99%;
}

.notfound-hexagon {
  background-image: url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/marketing/notfound-hexagon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  center 99%;
  padding-bottom: 200px;
}

.hero-heading[data-heading-size="404"], 
.hero-heading[data-heading-size="404"] * {
  font-size: 156px;
}

.hero-heading[data-heading-size="xl"], 
.hero-heading[data-heading-size="xl"] * {
  font-size: var(--font-size-display-xl) !important;
}

.hero-heading[data-heading-size="lg"], 
.hero-heading[data-heading-size="lg"] * {
  font-size: var(--font-size-display-lg) !important;
}

.hero-heading[data-heading-size="md"], 
.hero-heading[data-heading-size="md"] * {
  font-size: var(--font-size-display-md) !important;
}

.hero-heading[data-heading-size="sm"], 
.hero-heading[data-heading-size="sm"] * {
  font-size: var(--font-size-display-sm) !important;
}

.hero-heading[data-heading-size="xs"], 
.hero-heading[data-heading-size="xs"] * {
  font-size: var(--font-size-display-xs) !important;
}

.hero-heading h1,
.hero-heading h2,
.hero-heading h3,
.hero-heading h4,
.hero-heading h5,
.hero-heading h6 {
  font-size: var(--font-size-display-xl);
  font-weight: 700;
}
.max-w-800 {
  max-width: 800px;
  margin: 0 auto;
}
.hero__eyebrow {
  color: var(--gray-light-mode-300);
  display: flex;
  margin: 0px;
  gap: 8px;
}
.hero__heading-content {
  gap: 24px;
}
.hero-heading, .hero-heading p {
  font-size: var(--font-size-display-xl);
  font-weight: 700;
  margin: 0px;
}
.hero__image {
  width: 100%;
  height: auto;
}
.hero-subhead {
  margin: 0px;
  color: var(--gray-light-mode-300);
}
.cta-wrapper {
  gap: 16px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.logolist-wrapper {
  gap: 32px;

  display: flex;
  align-items: center;

  @media (max-width: 768px) {
    width: 100%;
    max-width: 800px;
  }
}
.logolist-wrapper img {
  filter: grayscale(1)brightness(0)invert();
  min-width: 200px;
  height: 30px;
  object-fit: contain;
  @media (max-width: 768px) {
    min-width: 200px;
    height: 30px;
  }
}
.hero__social-proof {
  padding-top: 24px;
  gap: 16px;
}
.social-proof-rating-wrapper {
  gap: 16px;
}
.star-list {
  gap: 3.2px;
}
.hero__comparison {
  row-gap: 16px;
}
.comparison-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(98, 125, 219, 0.16);
  backdrop-filter: blur(2px);
  padding: 8px;
  height: 100%;
}
.comparison-card__content {
  border-radius: 8px;
  padding: 24px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(10, 96, 176, 0.30);
  background: radial-gradient(119.86% 78.13% at 13.58% 61.29%, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(102deg, rgba(255, 255, 255, 0.00) 17.1%, rgba(255, 255, 255, 0.13) 51.54%, rgba(255, 255, 255, 0.13) 85.98%), linear-gradient(0deg, rgba(250, 251, 255, 0.50) 0%, rgba(250, 251, 255, 0.50) 100%), rgba(255, 255, 255, 0.40);
  box-shadow: 0px -4px 8px 0px rgba(255, 255, 255, 0.08) inset, 0px 4px 8px 0px rgba(255, 255, 255, 0.25) inset, 0px 8px 16px 0px rgba(43, 113, 194, 0.16);
  backdrop-filter: blur(52px);
  text-align: left;
  height: 100%;
}
.logo-wrapper {
  height: 40px;
  width: fit-content;
}
.logo-wrapper img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
@media (min-width: 576px) {
  .logolist-wrapper {
    gap: 56px;
  }
}
.hero__form-wrapper {
  border-radius: 12px;
  padding: 12px;
  backdrop-filter: blur(10px);
}
.hero__form-wrapper.light {
  border: 1px solid transparent;
  background: radial-gradient(32.3% 27.6% at 2.83% 46.74%, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(102deg, rgba(255, 255, 255, 0.00) 17.1%, rgba(255, 255, 255, 0.13) 51.54%, rgba(255, 255, 255, 0.13) 85.98%), rgba(255, 255, 255, 0.50);
  box-shadow: 0px 16px 24px 0px rgba(123, 152, 255, 0.16), 0px -4px 8px 0px rgba(255, 255, 255, 0.08) inset, 0px 4px 8px 0px rgba(255, 255, 255, 0.25) inset;
}

.hero__form-wrapper.light .submitted-message {
    color: #101828;
}

.hero__form-wrapper.dark {
  border: 1px solid #333741;
  background: rgba(12, 17, 29, 0.50);
  box-shadow: 0px 16px 24px 0px rgba(8, 15, 38, 0.16), 0px -4px 8px 0px rgba(29, 5, 5, 0.08) inset, 0px 4px 8px 0px rgba(48, 38, 38, 0.25) inset;
}

.hero__form-wrapper.dark .submitted-message {
  color: var(--gray-light-mode-300);
}

.hero__form-container {
  padding: 24px 12px;
  border-radius: 8px;
}
.hero__form-wrapper.light .hero__form-container {
  background: var(--gray-light-mode-50);
  box-shadow: 0px 4px 8px 0px rgba(98, 125, 219, 0.10);
}
.hero__form-wrapper.dark .hero__form-container {
  background: #0B1020;
  border: 1px solid var(--gray-dark-mode-800);
}
.hs-fieldtype-text input,
.hs-fieldtype-phonenumber input,
.hs-fieldtype-number input,
.hs-fieldtype-select select,
.hs-fieldtype-textarea textarea{
  padding: 10px 14px;
  border-radius: 8px;
  background: transparent;
  color: var(--text-heading);
  outline: none;
  border: 1px solid #91D1F8;
  width: 100%!important;
}
.dark.hero__form-wrapper .hs-fieldtype-text input,
.dark.hero__form-wrapper .hs-fieldtype-phonenumber input,
.dark.hero__form-wrapper .hs-fieldtype-number input,
.dark.hero__form-wrapper .hs-fieldtype-select input,
.dark.hero__form-wrapper .hs-fieldtype-textarea textarea
{
  color: #CECFD2;
}
.hs-fieldtype-text input::placeholder,
.hs-fieldtype-phonenumber input::placeholder,
.hs-fieldtype-number input::placeholder,
.hs-fieldtype-textarea textarea::placeholder
{
  color: var(--gray-light-mode-500);
}
.dark.hero__form-wrapper form .hs-fieldtype-select select {
  color: white;
}
.light.hero__form-wrapper form .hs-fieldtype-select select {
  color: var(--gray-light-mode-500);
}
.light.hero__form-wrapper form .hs-fieldtype-select select {
  color: var(--text-heading);
}

.dark.hero__form-wrapper form .hs-fieldtype-select select option {
  color: white;
}
.dark.hero__form-wrapper form .hs-fieldtype-select select option {
  color: var(--gray-light-mode-500);
}


.dark.hero__form-wrapper form .hs-fieldtype-select .is-placeholder {
  color: var(--gray-light-mode-500) !important;
}

.light.hero__form-wrapper form .hs-fieldtype-select .is-placeholder {
  color: var(--gray-light-mode-500) !important;
}

.hero-section .hs-button.primary{
  padding: 12px 20px;
  width: 100% !important;
  border-radius: 40px;
  outline: none;
  background: linear-gradient(180deg, #3E8389 0%, #00555C 100%);
  color: white;
}
.hs-button.primary:hover {
  opacity: 1!important;
  transform: translateY(-2px);
}
.color-text {
  background: linear-gradient(180deg, #FFF 0%, #B7E1FF 99.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.resource-hero-card-container {
  padding-bottom: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  .resource-hero-card-container {
    padding-bottom: 16px;
  }
}
.swiper.resource-hero-card-container{
  overflow: visible!important;
}
.blog-image-wrapper {
  height: 324px;
}
.blog-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-controls-pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  position: relative;
}
.resource-swiper-control {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #101828;
}
.resource-card-pagination {
  width: fit-content!important;
}
.testimonial-swiper-controls {
  display: flex;
  gap: 24px;
  cursor: pointer;
}
.res-swiper-button-prev {
  background: url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/marketing/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.res-swiper-button-next {
  background: url(https://20641927.fs1.hubspotusercontent-na1.net/hubfs/20641927/marketing/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.resource-hero-card{
  transform: scale(0.96)!important;
  transition: all 300ms ease-in-out;
  opacity: 0.7;
}
.resource-hero-card.swiper-slide-active {
  transform: scale(1)!important;
  opacity: 1;
}

.featured-content {
  padding: 16px 24px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  text-align: left;
}
.featured-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.featured-content .card-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
@media (min-width: 768px) {
  .featured-content {
    padding: 32px;
  }
  /*   .featured-content h3 {
  min-height: 112.5px;
} */
}
.listing-hero-content .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #98A2B3;
  opacity: 1;
  border-radius: 0;
  clip-path: path('M4.47933 0.2719C5.11092 -0.0906333 5.88908 -0.0906332 6.52067 0.2719L9.97933 2.25716C10.6109 2.61969 11 3.28968 11 4.01474V7.98526C11 8.71032 10.6109 9.38031 9.97933 9.74284L6.52067 11.7281C5.88908 12.0906 5.11092 12.0906 4.47933 11.7281L1.02067 9.74284C0.389078 9.38031 0 8.71032 0 7.98526V4.01474C0 3.28968 0.389078 2.61969 1.02067 2.25716L4.47933 0.2719Z');
}
.listing-hero-content .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: linear-gradient(180deg, #004391 0%, #1270C2 105.25%);
}
.listing-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1008px;
  position: relative;
  width: 100%;
}
.listing-hero-heading {
  margin-bottom: 24px;
}
.blog-tag {
  padding: 4px 10px;
  border: 0.6px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
  border-radius: 32px;
  color: rgba(255, 255, 255, 0.70);
}
.listing-hero-heading {
  margin-bottom: 40px;
}
.featured-blog {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0px 4px 8px 0px rgba(98, 125, 219, 0.16);
  backdrop-filter: blur(4px);
  position: relative;
  padding: 12px;
  box-sizing: border-box;
  height: 100%;
}
.featured-blog:hover .link svg {
  transform: rotate(45deg);
}

.featured-blog:hover .link-color img {
  transform: rotate(45deg);
}

.featured-blog-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.blog-image {
  position: relative;
}
.blog-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.blog-image-wrapper {
  width: 100%;
  height: 100%;
}
.blog-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-col {
  padding: 8px;
}
@media (min-width: 768px) {
  .featured-col {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .featured-blog-wrapper {
    flex-direction: row;
  }
  .featured-col {
    flex: 0 0 50%;
    padding: 16px;
  }
}
a.mask-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.featured-card-tag {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.card-user-avatar .user-headshot {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  clip-path: path('M15.4331 0.771907C17.2405 -0.257302 19.4262 -0.257302 21.2336 0.771907L33.5185 7.76748C35.4594 8.87272 36.6667 10.9939 36.6667 13.2989V26.7011C36.6667 29.0061 35.4594 31.1273 33.5185 32.2325L21.2336 39.2281C19.4262 40.2573 17.2405 40.2573 15.4331 39.2281L3.14818 32.2325C1.20726 31.1273 0 29.0061 0 26.7011V13.2989C0 10.9939 1.20726 8.87272 3.14818 7.76748L15.4331 0.771907Z');
}
.card-user-avatar .user-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 16px;
}
.card-user-avatar .user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.blog-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-link {
  margin-top: 8px;
}
.carousel-container {
  max-width: 1008px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (min-width: 576px) {
  .carousel-container {
    padding-top: 56px;
  }
  .hero__form-container {
    padding: 32px 24px;
  }
}
@media (min-width: 992px) {
  .carousel-container {
    padding-top: 64px;
  }
  .resource-card-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #98A2B3;
    opacity: 1;
    border-radius: 0;
    clip-path: path('M4.47933 0.2719C5.11092 -0.0906333 5.88908 -0.0906332 6.52067 0.2719L9.97933 2.25716C10.6109 2.61969 11 3.28968 11 4.01474V7.98526C11 8.71032 10.6109 9.38031 9.97933 9.74284L6.52067 11.7281C5.88908 12.0906 5.11092 12.0906 4.47933 11.7281L1.02067 9.74284C0.389078 9.38031 0 8.71032 0 7.98526V4.01474C0 3.28968 0.389078 2.61969 1.02067 2.25716L4.47933 0.2719Z');
  }
  .resource-card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: linear-gradient(180deg, #004391 0%, #1270C2 105.25%);
  }
}

.badge-group-label {
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.badge-group {
  padding: 4px 16px 4px 4px;
  border-radius: var(--radius-radius-full, 360px);
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: var(--Component-colors-Alpha-alpha-white-10, rgba(255, 255, 255, 0.10));
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(270.51deg, rgba(255, 255, 255, 0.15) 50%, rgba(16, 24, 40, 0.5) 100%) border-box;
  border-radius: 50px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: fit-content;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
}
.hero-section ol{
  display: flex;
  flex-direction: column;
  gap: 16px;

}
.hero-section .hero-subhead ul {
  display: flex;
  flex-direction: column;
  gap: 24px;

}

.hero-section ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
}
.hero-section ol li {
  counter-increment: li;
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-section ol li::before {
  content: counter(li);
  display: flex;
  width: 34px;
  height: 37px;
  flex-basis: 34px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #B7E1FF 0%, #91D1F8 100%);
  font-size: 20px;
  color: #000;
  clip-path: path('M14.5 1.1547C15.7376 0.440169 17.2624 0.440169 18.5 1.1547L30.5215 8.0953C31.7591 8.80983 32.5215 10.1303 32.5215 11.5594V25.4406C32.5215 26.8697 31.7591 28.1902 30.5215 28.9047L18.5 35.8453C17.2624 36.5598 15.7376 36.5598 14.5 35.8453L2.47853 28.9047C1.24093 28.1902 0.478531 26.8697 0.478531 25.4406V11.5594C0.478531 10.1303 1.24093 8.80983 2.47853 8.0953L14.5 1.1547Z');
}
.hero-section .breadcrumb {
  display: flex;
  gap: 12px;
  list-style: none;
  align-items: center;
  margin-bottom: var(--space-7xl);
  padding: 0;
  flex-direction: row;
}

.hero-section .breadcrumb li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--text-brand);
}
.hero-section .breadcrumb li a{
  color: #D0D5DD;
  text-decoration: none;
}
.hero-section .breadcrumb li a:hover{
  color: #fff;
  text-decoration: none;
}
.hero-section .breadcrumb li a:focus{
  color: #D0D5DD;
  position: relative;
}
.hero-section .breadcrumb li a:focus::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #91D1F8;
  bottom: -4px;
  left: 0;
}
.hero-section .breadcrumb li a:active,
.hero-section .breadcrumb li a:focus-visible{
  color: var(--text-brand);
}
.hero-section .breadcrumb .last-item {
  display: inline-block;
  max-width: 148px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero-section .breadcrumb .breadcrumb-item:first-child a:focus {
  color: var(--text-body);
}
@media (min-width: 992px) {
  .hero-section .breadcrumb .last-item {
    max-width: 348px;
  }
}
.hero-form-heading {
  text-align: center;
  color: #101828;
  margin-bottom: 24px;
}
.dark .hero-form-heading {
  color: white;
}
.hero-form-heading.has-subhead {
  margin-bottom: 12px;
}
.hero-form-subhead {
  text-align: center;
  color: #101828;
  margin-bottom: 24px;
}
.dark .hero-form-subhead {
  color: white;
}
.form-post-text {
  text-align: center;
  color: var(--text-body);
  margin-top: 12px;
}
/* 
.hero__form-container .hs-form {
  display: flex;
  flex-direction: column;
}

.hero__form-container .hs-form .hs_recaptcha {
  margin-top: 24px;
  order: 998;
}

.hero__form-container .hs-form fieldset:has(.legal-consent-container) {
    order: 999;
}

.hero__form-container .legal-consent-container * {
  font-family: Inter;
  font-size: 12px;
  line-height: 150%;
  color: #344054;
  text-align: center;
  margin: 0px;
} */