html {
  scroll-behavior: auto;
}

body #masthead {
    position: sticky !important;
    top: 0;
}

body.admin-bar #masthead {
    top: 32px;
}


/* Positioning */
.menu-solutions {
  position: relative;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%; /* directly under the Solutions item */
  left: 0;
  z-index: 999;
}

/* Show when hovering over Solutions */
.menu-solutions:hover .mega-menu {
  display: block;
}

/* Each box style */
.mega-menu > .e-con {
  transition: all 0.2s ease-in-out;
}

.hs-client-logos-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 24px;
}

.hs-client-logo {
  border-radius: 16px;
  border: 1px solid var(--Lines-Light, #E8E8E8);
  background: #FFF;
  box-shadow: 0 34px 80px 0 rgba(0, 0, 0, 0.07), 0 13.096px 25.481px 0 rgba(0, 0, 0, 0.04), 0 2.77px 6.519px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px 20px;
}

.hs-client-logo img {
  display: block;
}

.hs-home-solutions-wrap {
  display: flex;  
  flex-direction: column;
  gap: 48px;
}

.hs-solution-filters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hs-solution-filters a {
  border-radius: 10000px;
  border: 1px solid transparent;
  background: transparent;
  padding: 16px 32px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--Text-Primary, #222);
  font-size: var(--Small-Text, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.hs-solution-filters a:hover {
  border-color: #E8E8E8;
  background: #fff;
  color: #222;
}

.hs-home-solution-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  padding: 40px 80px;
  border-radius: 24px;
  border: 1px solid var(--Lines-Light, #E8E8E8);
  background: #FFF;
}

.hs-home-solution-item .hs-home-solution-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.hs-home-solution-item .hs-home-solution-content .hs-solution-type {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--Text-Primary, #222);
  font-size: var(--Small-Text, 14px);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.hs-home-solution-item .hs-home-solution-content h3 {
  margin: 0;
}

.hs-home-solution-item .hs-home-solution-content p:last-of-type {
  margin-bottom: 0;
}

.hs-home-solution-item .hs-home-solution-content .solution-cta a {
  display: inline-flex;
  padding: 11px 26px 11px 30px;
  border-radius: var(--M, 999px);
  border: 1px solid #222;
  color: var(--Text-Primary, #222);
  text-align: center;
  font-size: var(--Base-Text, 16px);
  font-weight: 500;
  line-height: 125%;
  gap: 8px;
  transition: all 0.5s ease;
}

.hs-home-solution-item .hs-home-solution-content .solution-cta a svg {
  margin-top: -3px;
}

.hs-home-solution-item .hs-home-solution-content .solution-cta a:hover {
  border-color: #6B6B6B;
  color: #6B6B6B;
}

.hs-client-testimonial-item {
  border-radius: 16px;
  border: 1px solid var(--Lines-Light, #E8E8E8);
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
  height: auto;
  justify-content: space-between;
  gap: 56px;
}

.hs-client-testimonial-item .hs-client-testimonial-top {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.hs-client-testimonial-item .hs-testimonial-client-logo {
  height: 60px;
}

.hs-client-testimonial-item .hs-testimonial-client-logo img {
  display: block;
  max-height: 100%;
  object-fit: contain;
  width: auto;
}

.hs-client-testimonial-item .hs-client-info-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hs-client-testimonial-item .hs-client-info-wrap .hs-client-image {
  min-width: fit-content;
  display: none;
}

.hs-client-testimonial-item .hs-client-info-wrap .hs-client-image img {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  object-fit: cover;
}

.hs-client-testimonial-item .hs-client-info-wrap .hs-client-info {
  color: var(--Text-Secondary, #6A6A6A);
  font-size: var(--Tiny-Text, 12px);
  font-weight: 400;
  line-height: 125%;
}

.hs-client-testimonial-item .hs-client-info-wrap .hs-client-info h4 {
  color: var(--Text-Primary, #222);
  font-size: var(--Small-Text, 16px);
  font-weight: 600;
  line-height: 125%;
  margin: 0 0 6px;
}

.footer-newsletter .gform_wrapper .gform_heading {
    display: none;
}

.footer-newsletter .gform_wrapper form .gform_fields {
    display: flex;
    border-radius: 50px;
    border-radius: 98px;
    border: 1px solid var(--Lines-Light, #E8E8E8);
    background: var(--Backgrounds-BG-0a, #F9F9F9);
    padding: 0px;
    align-items: center;
}

.footer-newsletter .gform_wrapper form .gform_fields .gfield {
    width: 100%;
}

.footer-newsletter .gform_wrapper form .gform_fields .gfield.gfield--type-submit {
    width: auto;
    min-width: max-content;
}

.footer-newsletter .gform_wrapper form .gform_fields .ginput_container input {
    border: 0;
    outline: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 50px;
    padding: 8px 24px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    background: transparent;
}

.footer-newsletter .gform_wrapper form .gform_fields .gfield--type-submit input {
    border-radius: 10000px;
    border: 1px solid var(--Lines-Active, #222);
    background: transparent;
    color: var(--Text-Primary, #222);
    font-size: 14px;
    font-weight: 600;
    line-height: 125%;
    padding: 15px 32px;
}

.footer-newsletter .gform_wrapper .gform-footer {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-newsletter .gform_wrapper form .gform_fields .validation_message {
    position: absolute;
    background-color: #C05317;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    padding: 8px 12px;
    margin-top: 13px;
}

.footer-newsletter .gform_wrapper form .gform_fields .validation_message:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 20px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #C05317;
}

.hs-integration-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 16px;
  position: sticky;
  top: 80px;
  background: #FAFAFA;
  padding: 40px 0 24px;
  overflow-x: auto;
}

.admin-bar .hs-integration-filters {
  top: 110px;
}

.hs-integration-filters a {
  border-radius: 10000px;
  border: 1px solid var(--Lines-Default, #D8D8D8);
  color: var(--Text-Primary, #222);
  font-size: var(--Base-Text, 16px);
  font-weight: 400;
  line-height: 125%;
  padding: 10px 16px;
  transition: all 0.5s ease;
  min-width: fit-content;
}

.hs-integration-filters a:hover {
  border-color: #222;
}

.hs-integration-filters a.active {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #fff;
}

.hs-integration-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 40px;
}

.hs-integration-item {
  border-radius: 16px;
  border: 1px solid var(--Lines-Light, #E8E8E8);
  background: #FFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #000;
}

.hs-integration-item .hs-integration-top-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.hs-integration-item .hs-integration-top-wrap .integration-cs {
  border-radius: 4px;
  background: var(--Backgrounds-Segmented-Control-BG, #EFEFEF);
  padding: 4px 6px;
  color: var(--Text-Primary, #222);
  font-size: var(--Tiny-Text, 12px);
  font-weight: 600;
  line-height: 125%;
}

.hs-integration-item .hs-integration-logo {
  height: 60px;
  display: flex;
  align-items: center;
}

.hs-integration-item .hs-integration-logo img {
  display: block;
  max-height: 100%;
  object-fit: contain;
  width: auto;
}

.hs-integration-item .hs-integration-content p:last-of-type {
  margin-bottom: 0;
}

.hero-sep-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-sep-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(50% + 3px);
  width: 100%;
  background-color: var( --e-global-color-413617c );
}

.hs-hero-wrap {
  text-align: center;
}

.mobile-img {
  display: none;
}

.hs-integration-logos-wrap {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 44px;
}

.hs-integration-logos-wrap .hs-integration-logo-item {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #555;
  background: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

.hs-newsroom-wrap {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 56px 40px;
}

.hs-newsroom-item {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 16px;
  align-items: flex-start;
}

.hs-newsroom-item.featured {
  border-radius: 24px;
  border: 1px solid #555;
  background: #262626;
  padding: 64px;
  grid-row: 1;
  grid-column: 1 / 3;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 64px;
  margin-top: -240px;
}

.hs-newsroom-item .hs-newsroom-image {
  position: relative;
  padding-top: 54%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--Lines-Default, #D8D8D8);
}

.hs-newsroom-item.featured .hs-newsroom-image {
  padding-top: 57%;
  border-color: #555;
}

.hs-newsroom-item .hs-newsroom-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hs-newsroom-item.featured .hs-newsroom-image img {
  border-color: #555;
}

.hs-newsroom-item .hs-newsroom-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #6A6A6A;
}

.hs-newsroom-item .hs-newsroom-content h6 {
  margin: 0;
  color: #222;
}

.hs-newsroom-item .hs-newsroom-content h6 a {
  color: inherit;
}

.hs-newsroom-item:hover .hs-newsroom-content h6 {
  text-decoration: underline;
}

.hs-newsroom-item .hs-newsroom-content .hs-newsroom-meta {
  font-size: 12px;
}

.hs-newsroom-item.featured .hs-newsroom-content h6 {
  font-size: 26px;
  color: #fff;
}

.hs-newsroom-item.featured .hs-newsroom-content {
  gap: 20px;
  color: #9E9E9E;
}

.hs-newsroom-item .hs-newsroom-content .hs-newsroom-description {
  line-height: 128.571%;
}

.hs-newsroom-item.featured .hs-newsroom-content .hs-newsroom-meta {
  font-size: 16px;
}

.hs-newsroom-item.featured .hs-newsroom-content .hs-newsroom-description {
  line-height: 150%;
  font-size: 16px;
}

.hs-newsroom-link span {
  font-size: 16px;
  color: #fff;
  line-height: 125%;
  border-radius: var(--M, 999px);
  border: 1px solid #FFF;
  padding: 14px 37px;
  display: inline-block;
}

.hs-newsroom-link span:hover {
  color: #BFBFBF;
  border-color: #BFBFBF;
}

.book-a-demo-form .gform_wrapper.gravity-theme .gform_fields {
  gap: 24px;
}

.book-a-demo-form .gform_wrapper.gravity-theme .gfield_label {
  color: var(--Text-Help, #767676);
  font-size: var(--Base-Text, 16px);
  font-weight: 400;
  line-height: 125%;
}

.book-a-demo-form .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  display: none;
}

.book-a-demo-form .gform_fields .gfield:not(.gfield--type-html):not(.gfield--type-repeater_end):not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-choice) {
    border-radius: 8px;
    border: 1px solid var(--Lines-Disabled, #A7A7A7);
    background: var(--Backgrounds-BG-2, #fff);
    padding: 10px;
    position: relative;
}

.book-a-demo-form .gform_fields .gfield:not(.gfield--type-html):not(.gfield--type-repeater_end):not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-choice).gfield_error {
    margin-bottom: 40px;
}

.book-a-demo-form .gform_fields .gfield:not(.gfield--type-html):not(.gfield--type-repeater_end):not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-choice).focus {
	outline: 2px solid #1E1E1E;
    border-color: transparent;
}

/* Hide the default checkbox */
body .gform_wrapper input[type="checkbox"] {
  appearance: none;   /* modern browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1.5px solid #a7a7a7;
  border-radius: 4px; /* optional */
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

/* Custom checkmark when checked */
body .gform_wrapper input[type="checkbox"]:checked {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
}

body .gform_wrapper input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.book-a-demo-form .gform_fields .gfield .gfield_description {
	display: block;
	color: #767676;
	font-size: 16px;
}

.book-a-demo-form .gform_fields .gfield input:not([type="checkbox"]):not([type="radio"]),
.book-a-demo-form .gform_fields .gfield textarea {
	border: 0;
	padding: 0;
	color: #1E1E1E;
	font-size: 17px;
	width: 100%;
	box-shadow: none !important;
  background-color: transparent;
  transition: all 0.5s ease;
  margin-top: 10px;
  outline: 0 !important;
}

.book-a-demo-form .gform_fields .gfield input::placeholder,
.book-a-demo-form .gform_fields .gfield textarea::placeholder {
    color: transparent;
}

.book-a-demo-form .gform_fields .gfield:not(.focus) .gfield_description:not(.validation_message):not(.charleft) {
    cursor: text;
    top: 4px;
    font-size: 16px;
    pointer-events: none;
}

.book-a-demo-form .gform_fields .gfield .gfield_description:not(.validation_message):not(.charleft),
.book-a-demo-form .gform_fields .gfield.focus .gfield_description:not(.validation_message):not(.charleft),
.book-a-demo-form .gform_fields .gfield.has-value .gfield_description:not(.validation_message):not(.charleft) {
    position: absolute;
    top: -8px;
    transition: 0.2s;
    font-size: 12px;
}

.book-a-demo-form .gform_fields .gfield .gfield_description.validation_message {
    position: absolute;
    bottom: -45px;
    left: 0;
    padding: 6px;
    font-size: 12px;
}

.book-a-demo-form .gform_wrapper.gravity-theme .gform_footer input {
  width: 100%;
  background-color: #222;
  color: #fff;
  transition: all 0.5s ease;
}

.book-a-demo-form .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #5C5C5C;
}

.book-a-demo-form .gfield--type-choice .gfield_checkbox {
  display: flex;
  align-items: center;
  gap: 24px;
}

.book-a-demo-form .gfield--type-choice .gfield_checkbox .gform-field-label {
  min-width: fit-content;
}

.book-a-demo-form .req-notice {
  font-size: 12px;
}

.book-a-demo-form .term-notice {
  font-size: 14px;
}

.book-a-demo-form .term-notice a {
  text-decoration: underline;
}

.elementor-widget-toc_widget {
    position: sticky;
    top: 160px;
}

.elementor-widget-toc_widget h2 {
    color: #222;
    font-size: 26px;    
    font-weight: 600;
    line-height: 120%; /* 33.6px */
    letter-spacing: -0.56px;
    margin-top: 0;
    margin-bottom: 40px;
}

.elementor-widget-toc_widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.elementor-widget-toc_widget ul li {
    margin-bottom: 28px;
}

.elementor-widget-toc_widget ul li:last-child {
    margin-bottom: 0;
}

.elementor-widget-toc_widget ul li a {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%; /* 33.6px */
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.elementor-widget-toc_widget ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    transition: all 0.5s ease-in-out;
}

.elementor-widget-toc_widget ul li a:hover {
    color: #222;
}

.elementor-widget-toc_widget ul li a.active {
    color: #222;
    padding-left: 18px;
    font-weight: 600;
}

.elementor-widget-toc_widget ul li a.active:before {
    background-color: #222;
}

.hs-blog-list-wrap {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 64px 40px;
}

.hs-blog-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hs-blog-item.featured {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-radius: 24px;
  border: 1px solid #555;
  background: #262626;
  grid-row: 1;
  grid-column: 1/4;
  overflow: hidden;
  gap: 0;
}

.hs-blog-item .hs-blog-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
}

.hs-featured-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.1px;
  font-size: 14px;
}

.hs-blog-item.featured .hs-blog-content {
  gap: 24px;
  padding: 74px 64px;
  color: #B0B0B0;
  font-size: 16px;
}

.hs-blog-item .hs-blog-content h5 {
  margin: 0;
}

.hs-blog-item.featured .hs-blog-content h5 {
  color: #fff;
  font-size: 26px;
}

.hs-blog-item .hs-blog-content h5 a {
  color: inherit;
}

.hs-blog-item .hs-blog-content .hs-blog-except p:last-of-type {
  margin-bottom: 0;
}

.hs-blog-item .hs-blog-image a {
  display: block;
  position: relative;
  padding-top: 75%;
  border-radius: 16px;
  overflow: hidden;
}

.hs-blog-item.featured .hs-blog-image a {
  padding-top: 73%;
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hs-blog-item .hs-blog-image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-blog-item .hs-blog-content .hs-blog-meta {
  display: flex;
  gap: 10px;
  font-size: 12px;
}

.hs-blog-item.featured .hs-blog-content .hs-blog-meta {
  font-size: 16px;
}

.hs-blog-item .hs-blog-content .hs-blog-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hs-blog-item .hs-blog-content .hs-blog-meta span:after {
  content: "";
  display: block;
  background-color: #222;
  height: 3px;
  width: 3px;
  border-radius: 100%;
}

.hs-blog-item.featured .hs-blog-content .hs-blog-meta span:after {
  background-color: #B0B0B0;
}

.hs-blog-item .hs-blog-content .hs-blog-meta span:last-child:after {
  display: none;
}

.single-post-header-wrap {
  padding: 96px 0;
  background: var(--Backgrounds-Negative, #1A1A1A);
}

.hs-container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.single-post-header {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 64px;
  align-items: center;
}

.single-post-header .single-post-header-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.single-post-header h1 {
  color: var(--Text-Negative, #FFF);
  font-size: 32px;
  font-weight: 600;
  line-height: 125%; /* 40px */
  letter-spacing: -0.32px;
  margin: 0;
}

.single-post-header .single-post-meta {
  color: var(--Grey-Text, #B0B0B0);
  font-size: var(--Base-Text, 16px);
  font-weight: 400;
  line-height: 125%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-post-header .single-post-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-post-header .single-post-meta span:after {
  content: "";
  display: block;
  background-color: #B0B0B0;
  height: 3px;
  width: 3px;
  border-radius: 100%;
}

.single-post-header .single-post-meta span:last-child:after {
  display: none;
}

.single-post-header .single-post-header-right {
  padding-top: 75%;
  border-radius: 16px;
  border: 1px solid #555;
  overflow: hidden;
  position: relative;
}

.single-post-header .single-post-header-right img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post-content-wrap {
  padding: 80px 0 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), var(--Backgrounds-BG-0, #FFF);
}

.single-post-content-inner {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 64px;
  padding-bottom: 72px;
  border-bottom: 1px solid #d8d8d8;
}

.single-post-share {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--Text-Primary-Text, #232323);
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}

.single-post-share .share-icons {
  display: flex;
  gap: 16px;
}

.single-post-share .share-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 100px;
  background: var(--Backgrounds-BG-1, #F5F5F5);
}

.single-post-share .share-icons a svg {
  max-height: 24px;
}

.single-post-you-like {
  position: sticky;
  top: 160px;
}

.single-post-you-like h3 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 24px;
}

.single-post-you-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single-post-you-wrap .hs-post-box {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d8d8;
}

.single-post-you-wrap .hs-post-box:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.single-post-you-wrap .hs-post-box .hs-post-img-wrap a {
  display: block;
  position: relative;
  padding-top: 74%;
  border-radius: 8px;
  overflow: hidden;
}

.single-post-you-wrap .hs-post-box .hs-post-img-wrap a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.single-post-you-wrap .hs-post-box h5 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.single-post-content h4 {
  margin-top: 32px;
  margin-bottom: 20px;
}

.single-post-content .wp-block-image {
  margin-bottom: 20px;
}

.single-post-content .wp-block-image img {
  border-radius: 16px;
  margin-bottom: 20px;
}

.single-related-blogs {
  padding-top: 72px;
  padding-bottom: 80px;
}

.single-related-blogs h3 {
  margin: 0 0 48px;
}

.related-posts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 40px;
}

body:not(.elementor-editor-active) .header-light,
#masthead.light-header .header-dark {
  display: none;
}

#masthead.light-header .header-light {
  display: block;
}

#masthead.light-header.extra-light-header .header-light .header-section,
#masthead.light-header.extra-light-header .offcanvas-menu-light > .e-con-full {
  background-color: #fff !important;
}

body .hfe-nav-menu .menu-solutions a,
body .hfe-nav-menu .menu-products a {
  display: flex;
  align-items: center;
  gap: 8px;
}

body .hfe-nav-menu .menu-solutions a:after,
body .hfe-nav-menu .menu-products a:after {
  content: "";
  display: block;  
  position: static;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTUgOCIgZmlsbD0ibm9uZSI+DQogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC45Njk2NyAwLjQ2OTY3QzEuMjYyNTYgMC4xNzY3NzcgMS43Mzc0NCAwLjE3Njc3NyAyLjAzMDMzIDAuNDY5NjdMNy41IDUuOTM5MzRMMTIuOTY5NyAwLjQ2OTY3QzEzLjI2MjYgMC4xNzY3NzcgMTMuNzM3NCAwLjE3Njc3NyAxNC4wMzAzIDAuNDY5NjdDMTQuMzIzMiAwLjc2MjU2MyAxNC4zMjMyIDEuMjM3NDQgMTQuMDMwMyAxLjUzMDMzTDguMDMwMzMgNy41MzAzM0M3LjczNzQ0IDcuODIzMjIgNy4yNjI1NiA3LjgyMzIyIDYuOTY5NjcgNy41MzAzM0wwLjk2OTY3IDEuNTMwMzNDMC42NzY3NzcgMS4yMzc0NCAwLjY3Njc3NyAwLjc2MjU2MyAwLjk2OTY3IDAuNDY5NjdaIiBmaWxsPSIjRTBFMEUwIi8+DQo8L3N2Zz4=');
  background-repeat: no-repeat;
  background-size: contain;
  width: 13.5px;
  height: 7.5px;
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
  transform: rotate(0deg);
}

body .hfe-nav-menu .menu-solutions.mega-active a:after,
body .hfe-nav-menu .menu-products.mega-active a:after {
  transform: rotate(180deg) !important;
}

body .header-light .hfe-nav-menu .menu-solutions a:after,
body .header-light .hfe-nav-menu .menu-products a:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTUgOCIgZmlsbD0ibm9uZSI+DQogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC45Njk2NyAwLjQ2OTY3QzEuMjYyNTYgMC4xNzY3NzcgMS43Mzc0NCAwLjE3Njc3NyAyLjAzMDMzIDAuNDY5NjdMNy41IDUuOTM5MzRMMTIuOTY5NyAwLjQ2OTY3QzEzLjI2MjYgMC4xNzY3NzcgMTMuNzM3NCAwLjE3Njc3NyAxNC4wMzAzIDAuNDY5NjdDMTQuMzIzMiAwLjc2MjU2MyAxNC4zMjMyIDEuMjM3NDQgMTQuMDMwMyAxLjUzMDMzTDguMDMwMzMgNy41MzAzM0M3LjczNzQ0IDcuODIzMjIgNy4yNjI1NiA3LjgyMzIyIDYuOTY5NjcgNy41MzAzM0wwLjk2OTY3IDEuNTMwMzNDMC42NzY3NzcgMS4yMzc0NCAwLjY3Njc3NyAwLjc2MjU2MyAwLjk2OTY3IDAuNDY5NjdaIiBmaWxsPSJibGFjayIvPg0KPC9zdmc+');
}

.hfe-nav-menu__layout-horizontal {
  width: 100% !important;
}

body .offcanvas-menu {
  position: fixed;
  left: -10000px;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  transition: left 0.8s ease-in-out;
}

body.admin-bar .offcanvas-menu {
  top: 46px;
}

body:not(.elementor-editor-active).hs-offcanvas-active .dark-header .offcanvas-menu-dark,
body:not(.elementor-editor-active).hs-offcanvas-active .light-header .offcanvas-menu-light {
  left: 0;
}

.elementor-widget-text-editor ul {
  margin-bottom: 20px;
}

.privacy-links a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .hs-client-logos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .hs-client-logo {
    padding: 8px;
    border-radius: 6px;
  }
  .hs-client-logo img {
    max-width: 80%;
  }
  .hs-solution-filters {
    display: none;
  }
  .hs-home-solution-item {
    padding: 40px 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hs-home-solutions-wrap {
    gap: 40px;
  }
  .hs-home-solution-item .hs-home-solution-content .hs-solution-type {
    font-size: 12px;
  }
  .hs-home-solution-item .hs-home-solution-content .solution-cta a {
    width: 100%;
    justify-content: center;
  }
  .hs-integration-filters {
    padding: 20px 0;
  }
  .hs-integration-filters a {
    padding: 7px 16px;
    font-size: 14px;
    line-height: 128.571%;
  }
  .hs-integration-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .hs-integration-logos-wrap {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
  }
  .hs-integration-logos-wrap .hs-integration-logo-item.hide-on-mobile {
    display: none;
  }
  .hs-newsroom-wrap {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hs-newsroom-item.featured {
    grid-column: auto;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hs-newsroom-item.featured .hs-newsroom-content h6 {
    font-size: 20px;
  }
  .hs-newsroom-item:not(.featured) .hs-newsroom-content .hs-newsroom-description {
    display: none;
  }
  .hs-blog-list-wrap {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hs-blog-item {
    gap: 16px;
  }
  .hs-blog-item.featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .hs-blog-item.featured .hs-blog-content {
    padding: 24px 24px 40px;
  }
  .hs-blog-item.featured .hs-blog-content h5 {
    font-size: 20px;
  }
  .hs-featured-tag {
    font-size: 12px;
  }
  .hs-blog-item.featured .hs-blog-image a {
    border-radius: 16px 16px 0 0;
  }
  .hs-blog-item.featured .hs-blog-content,
  .hs-blog-item.featured .hs-blog-content .hs-blog-meta {
    font-size: 14px;
  }
  .hs-blog-item.featured .hs-blog-content .hs-blog-meta {
    gap: 8px;
  }
  .single-post-header {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .single-post-header h1 {
    font-size: 23px;
  }
  .single-post-header .single-post-meta {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .single-post-content-wrap {
    padding: 32px 0 0;
  }
  .single-post-content-inner {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .single-post-share,
  .single-post-you-like h3 {
    font-size: 17px;
  }
  .single-related-blogs {
    padding-top: 56px;
  }
  .single-related-blogs h3 {
    margin-bottom: 20px;
  }
  .related-posts {
    grid-template-columns: repeat(3, minmax(300px,1fr));
    gap: 16px;
    overflow-y: auto;
  }
  .book-a-demo-form .gfield--type-choice .gfield_checkbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .hs-newsroom-item.featured {
    margin-top: -300px;
  }
  .hs-client-testimonial-item,
  .hs-client-testimonial-item .hs-client-testimonial-top {
    gap: 40px;
  }
}