.hsds-header {
    position: fixed;
    width: 100%;
    height: 72px;
    top: 0;
    background-color: #fff;
    z-index: 50;
    border-bottom: 1px solid rgba(37,48,83,.1607843137);
    transition: top .5s ease-in-out,background-color .15s cubic-bezier(.2,.1,.4,.9);
}
.hsds-header--transparent {
    background-color: transparent;
}
.hsds-header--active {
    background-color: #fff;
}
nav.hsds-header-nav{
    width: 100%;
    height: 100%;
}
/* .hsds-header, .hsds-header-nav {
    width: 100%;
    height: 100%;
} */
 .hsds-header-nav-product-dropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 73px;
    z-index: 2;
    overflow: hidden;
}
.commonCTAMenu {
    background: linear-gradient(90deg,rgba(77, 71, 202, 1) 0%, rgba(247, 64, 107, 1) 35%, rgba(255, 106, 71, 1) 100%);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.commonCTAMenu p {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
}
.commonCTAMenu a.hsds-button.js-hsds-cta-track.hsds-button--primary.hsds-button--undefined {
    background: linear-gradient(90deg,rgba(230, 230, 255, 1) 0%, rgba(255, 209, 218, 1) 35%, rgba(255, 224, 217, 1) 100%);
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 10px;
    color: #4d47c9;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
 .hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__columns-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    background: linear-gradient(90deg,rgba(230, 230, 255, 1) 0%, rgba(255, 209, 218, 1) 35%, rgba(255, 224, 217, 1) 100%);
    padding-right: 0px;
}
 .hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__feature-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    gap: 12px 24px;
    margin-bottom: 20px;
}
.hsds-header-nav-product-dropdown__features-cta a.hsds-button {
    text-decoration: none;
    font-weight: 500;
    background: linear-gradient(94.27deg, #4D47CA 5.87%, #F7406B 105.81%);
    background-clip: text;
    color: #0000;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__feature {
    display: flex;
    flex-direction: row;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    border-image: linear-gradient(to right, #4D47CA 0%, #F7406B 100%) 1;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__feature {
    display: flex;
    flex-direction: row;
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__feature-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__feature-title {
    color: #253053;
    font-family: ProximaNova-Bold,Helvetica Neue,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__feature-description {
    color: #636b83;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
 .hsds-header-nav--light .hsds-header-nav__menu-button:hover  svg.arrowMenu , .hsds-header-nav--light .hsds-header-nav__menu-button--active svg.arrowMenu {
    rotate: 180deg;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__product.hsds-header-nav-product-dropdown__product--active {
    background-color: rgba(255,255,255,0.5);
}
.hsds-header-nav .hsds-header-nav__primary-cta a.hsds-button.js-hsds-cta-track.hsds-button--primary.hsds-button--undefined {
    color: #fff;
    text-decoration: none;
}
 .hsds-header-nav .hsds-header-nav__logo img {
    width: 100%;
    max-width: 150px;
}
.hsds-header-nav .hsds-header-nav__inner {
    display: flex;
    align-items: center;
    max-width: 1240px;
    height: 100%;
    padding: 0 24px;
    margin: auto;
    gap: 24px;
}
.hsds-header-nav .hsds-header-nav__logo-container {
    display: flex;
    align-items: center;
}
.hsds-header-nav .hsds-header-nav__navigation {
    display: flex;
    flex: 1;
    justify-content: right;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
}
.hsds-header-nav .hsds-header-nav__left-side {
    display: none;
    align-items: center;
    gap: 32px;
}
.hsds-header-nav .hsds-header-nav__right-side {
    display: none;
    align-items: center;
}
.hsds-header-nav .hsds-header-nav__link-container {
    display: none;
}
.hsds-header-nav .hsds-header-nav__cta-container {
    display: flex;
    gap: 24px;
    align-items: center;
}
li.hsds-header-nav__secondary-cta a.hsds-button.js-hsds-cta-track.hsds-button--secondary.hsds-button--undefined.hsds-button--navbar {
    align-items: center;
    background: transparent;
    border: 2px solid #294DFF;
    border-radius: 8px;
    color: #294dff;
    display: inline-flex;
    gap: 5px;
    text-decoration: none;
    font-weight: 600;
}
.hsds-header-nav--dark .hsds-header-nav__link {
    height: fit-content;
}
.hsds-header-nav .hsds-header-nav__primary-cta {
    position: relative;
}
.hsds-header-nav--dark .hsds-header-nav__link>.hsds-button {
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #253053;
}
.hsds-header-nav--dark .hsds-header-nav__menu-button, .hsds-header-nav--dark .hsds-header-nav__link>.hsds-button {
    color: #fff;
}
.hsds-header-nav .hsds-header-nav__primary-cta>.hsds-button, .hsds-header-nav .hsds-header-nav__secondary-cta>.hsds-button {
    padding: 8px 20px;
    font-size: 16px;
}
.hsds-header-nav .hsds-header-nav__primary-cta>.hsds-button {
    position: relative;
    z-index: 1;
    height: 100%;
}
.hsds-header-nav .hsds-header-nav__primary-cta>.hsds-button, .hsds-header-nav .hsds-header-nav__primary-cta>.hsds-button:hover {
    background: linear-gradient(90deg,rgba(77, 71, 202, 1) 0%, rgba(247, 64, 107, 1) 35%, rgba(255, 106, 71, 1) 100%);
    display: flex;
    align-items: center;
    height: 100%;
    border: 2px solid #4D47CA;
    border-radius: 10px;
}
.hsds-header-nav .hsds-header-nav__primary-cta>.hsds-button, .hsds-header-nav .hsds-header-nav__secondary-cta>.hsds-button {
    padding: 8px 20px;
    font-size: 16px;
}
.hsds-header-nav .hsds-header-nav__primary-cta>.hsds-button, .hsds-header-nav .hsds-header-nav__secondary-cta>.hsds-button {
    padding: 8px 20px;
    font-size: 16px;
}
.hsds-header-nav .hsds-header-nav__secondary-cta>.hsds-button .hsds-icon {
    height: 20px;
    width: 20px;
    right: 0;
    margin: 0 8px 0 1px;
    transition: right .1s ease-in-out;
}
.hsds-header-nav .hsds-header-nav__primary-cta>.hsds-button, .hsds-header-nav .hsds-header-nav__secondary-cta>.hsds-button {
    padding: 8px 20px;
    font-size: 16px;
}
.hsds-header-nav-product-dropdown {
    position: absolute;
    width: 100%;
    background: transparent;
    left: 0;
    top: 73px;
    z-index: 2;
    overflow: hidden;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__left-column {
    display: flex;
    border-right: 1px solid rgba(37,48,83,.1607843137);
}
.HdPageLink {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__center-column {
    flex: 548px 0 0;
    padding: 12px 24px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__left-column-inner {
    width: 100%;
    padding: 12px 24px 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__tabs-cta-container {
    border-top: solid 1px rgba(37,48,83,.1607843137);
    padding-top: 32px;
}
.headerDownBtn ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__product {
    display: flex;
    justify-content: space-between;
    padding: 16px 16px 16px 12px;
    border-radius: 12px;
    width: 100%;
    background: none;
    cursor: pointer;
    border: none;
    min-width: 235px;
    color: black;
    font-size: 15px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__tabs-cta {
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #294dff;
}
.hsds-icon {
    box-sizing: border-box;
    color: #294dff;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__tabs-cta span {
    font-family: ProximaNova-Bold,Helvetica Neue,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__center-column {
    flex: 548px 0 0;
    padding: 12px 24px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255,255,255);
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__main-features {
    display: block;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__main-feature-container {
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__main-feature {
    padding: 16px 20px;
    background: linear-gradient(90deg,rgba(230, 230, 255, 1) 0%, rgba(255, 209, 218, 1) 35%, rgba(255, 224, 217, 1) 100%);
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    padding-right: 45px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__main-feature.hsds-header-nav-product-dropdown__main-feature--no-link {
    cursor: unset;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__main-feature-title {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    text-decoration: none;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__main-feature-description {
    color: #636b83;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__main-feature-title span {
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #253053;
    line-height: 24px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__integrations-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(3,auto);
    row-gap: 12px;
    margin-bottom: 48px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__integration {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
    border-radius: 8px;
    height: fit-content;
    text-decoration: none;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__right-column {
    display: flex;
    justify-content: left;
    border-left: 1px solid rgba(37,48,83,.1607843137);
    position: relative;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__customer-stories-title {
    color: #253053;
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    display: block;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__customer-stories-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 16px;
    max-height: 176px;
    object-fit: cover;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__customer-stories-description {
    color: #253053;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 8px;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__customer-stories-cta {
    display: block;
    font-size: 15px;
}
.hsds-button--ghost.hsds-button--flush {
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
}
.hsds-header-nav--light .hsds-header-nav__menu-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    font-family: Lato, sans-serif;
    color: #253053;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    box-shadow: unset; 
    padding: 0;
}
.hsds-header-nav--light .hsds-header-nav__menu-button:hover, .hsds-header-nav--light .hsds-header-nav__menu-button--active {
    color: #294dff;
}
.hsds-button--ghost.hsds-button--flush {
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
}
.hsds-header-nav--light .hsds-header-nav__link>.hsds-button {
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #253053;
    text-decoration: none;
}
.hsds-header-nav-product-dropdown__features-cta {
    text-align: center;
}
.hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__feature svg {
    min-width: 24px;
}
header.mobileHeader {
    display: none;
}
.resourceMenu a.hsds-header-nav-product-dropdown__feature {
    flex-direction: column;
    justify-content: center;
}
span.industrtIcon {
    display: block;
    text-align: center;
}
span.industrtIcon img {
    max-width: 60px;
}
.hsds-header-nav-product-dropdown__feature-list.resourceMenu {
    grid-template-columns: repeat(4,1fr);
}
.resourceMenu .hsds-header-nav-product-dropdown__feature-content span {
    text-align: center;
}
.hsds-header-nav-product-dropdown__feature-list.resourceMenu2 {
    grid-template-columns: repeat(1,1fr);
}
span.blogImageHd img {
    width: 100px;
    height: 60px;
}
.hsds-header-nav-product-dropdown__feature-list.resourceMenu2 a.hsds-header-nav-product-dropdown__feature {
    align-items: center;
}
h3.resourceHd {
    font-size: 16px;
    font-weight: 700;
    color: #253053;
    line-height: 24px;
}
@media screen and (min-width: 1000px) {
    .hsds-header-nav .hsds-header-nav__mobile-menu {
        display: none;
    }
    .hsds-header-nav .hsds-header-nav__inner {
        gap: 48px;
    }
    .hsds-header-nav .hsds-header-nav__navigation {
        justify-content: space-between;
    }
    .hsds-header-nav .hsds-header-nav__logo {
        display: flex;
        align-items: center;
        user-select: none;
    }
    .hsds-header-nav .hsds-header-nav__left-side {
        display: flex;
    }
    .hsds-header-nav .hsds-header-nav__link-container {
        display: flex;
        gap: 32px;
    }
    .hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__columns-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 24px;
        background: linear-gradient(90deg,rgba(230, 230, 255, 1) 0%, rgba(255, 209, 218, 1) 35%, rgba(255, 224, 217, 1) 100%);
        padding-right: 0px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__left-column-inner {
        max-width: 260px;
    }
    .hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__center-column {
        flex: 1;
    }
    .hsds-header-nav-product-dropdown .hsds-header-nav-product-dropdown__right-column-inner {
        max-width: 266px;
    }
}
@media screen and (min-width: 768px) {
    .hsds-header-nav .hsds-header-nav__right-side {
        display: flex;
        gap: 32px;
    }
}
@media screen and (max-width: 1150px) {
    .hsds-header-nav .hsds-header-nav__left-side {
        gap: 15px;
    }
    .hsds-header-nav .hsds-header-nav__inner {
        gap: 15px;
    }
    .hsds-header-nav .hsds-header-nav__right-side {
        gap: 15px;
    }
    .hsds-header-nav .hsds-header-nav__cta-container {
        gap: 15px;
    }
    .hsds-header-nav .hsds-header-nav__link-container {
        gap: 15px;
    }
    .hsds-header-nav .hsds-header-nav__primary-cta>.hsds-button, .hsds-header-nav .hsds-header-nav__secondary-cta>.hsds-button {
        padding: 8px 13px;
    }
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 999px) {
    header.mobileHeader {
    display: block;
    }
    header.desktopHeader {
    display: none;
}

div#accordion .card-header a.btn {
  padding: 5px 0;
}
.mobileHeader .topnav {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    box-shadow: 2px 0px 15px 5px rgba(0,0,0,0.1);
}

.mobileHeader .topnav #myLinks {
    display: none;
    background: linear-gradient(90deg,rgba(230, 230, 255, 1) 0%, rgba(255, 209, 218, 1) 35%, rgba(255, 224, 217, 1) 100%);
    padding: 30px 15px;
}

.mobileHeader .topnav a {
  color: #000000;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
a.mobileHdMobile img {
    max-width: 175px;
}
.card-header a.btn {
    text-align: left;
}
.hsds-header-nav-product-dropdown__main-feature {
    padding: 15px;
    background: linear-gradient(90deg,rgba(230, 230, 255, 1) 0%, rgba(255, 209, 218, 1) 35%, rgba(255, 224, 217, 1) 100%);
    cursor: pointer;
    border-radius: 10px;
}
header.mobileHeader a.icon {
    background: transparent;
    display: block;
    position: absolute;
    right: 0;
    top: 53px;
    padding: 0;
}
.hsds-header-nav-product-dropdown__main-feature a.hsds-header-nav-product-dropdown__main-feature-title {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.mobileHeader .topnav a:hover {
    background-color: transparent;
    color: black;
}
ul.mobileSubMenu {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    gap: 12px 24px;
    margin-bottom: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
ul.mobileSubMenu li {
    border-image: linear-gradient(to right, #4D47CA 0%, #F7406B 100%) 1;
    border-width: 1px;
    border-style: solid;
}
ul.mobileSubMenu li a.hsds-header-nav-product-dropdown__feature {
    display: flex;
    flex-direction: row;
    padding: 12px !important;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}
ul.mobileSubMenu li a.hsds-header-nav-product-dropdown__feature span {
    display: block;
}
span.hsds-header-nav-product-dropdown__feature-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
span.hsds-header-nav-product-dropdown__feature-description {
    font-size: 14px;
}
p.hsds-header-nav-product-dropdown__main-feature-description {
    margin: 0;
    font-size: 14px;
    padding-top: 5px;
}

.mobileHeader .active {
  background-color: #04AA6D;
  color: white;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.hsds-header-nav-product-dropdown__features-cta a.hsds-button {
    padding: 15px 0 0 0!important;
}

.hsds-header-nav__cta-container {
    display: flex;
    align-items: center;
    gap: 24px;
}
ul.mobileMenuBtn {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    margin-top: 20px;
}
ul.mobileMenuBtn a.hsds-button.js-hsds-cta-track.hsds-button--primary.hsds-button--undefined {
    background: linear-gradient(90deg,rgba(77, 71, 202, 1) 0%, rgba(247, 64, 107, 1) 35%, rgba(255, 106, 71, 1) 100%);
    display: flex;
    align-items: center;
    height: 100%;
    border: 2px solid #4D47CA;
    border-radius: 10px;
    color: #ffffff;
}
}
@media screen and (max-width: 767px) {
ul.mobileSubMenu {
    grid-template-columns: 1fr;
}
}