:root {
  font-family: "Inter", sans-serif;
  /* Primary color palette */
  --color-primary: #3143e5;
  --color-white: #ffffff;

  /* Gray palette */
  --color-gray-50: #f9f9fa;
  --color-gray-100: #f0f0f1;
  --color-gray-200: #dcdddf;
  --color-gray-300: #bdbec1;
  --color-gray-400: #9d9ea4;
  --color-gray-500: #85868e;
  --color-gray-600: #696a72;
  --color-gray-700: #4e4f55;
  --color-gray-800: #36363a;
  --color-gray-900: #1b1b1d;

  /* Red palette */
  --color-red-50: #fce9ef;
  --color-red-100: #f8d3df;
  --color-red-200: #f2a6bf;
  --color-red-300: #ec7ea3;
  --color-red-400: #e55283;
  --color-red-500: #df2664;
  --color-red-600: #b61b4f;
  --color-red-700: #8a143b;
  --color-red-800: #590d26;
  --color-red-900: #2c0713;

  /* Indigo/Primary palette */
  --color-indigo-50: #e8eafc;
  --color-indigo-100: #d6dafa;
  --color-indigo-200: #adb5f5;
  --color-indigo-300: #858ff0;
  --color-indigo-400: #5c6aea;
  --color-indigo-500: #3143e5;
  --color-indigo-600: #192bc7;
  --color-indigo-700: #132095;
  --color-indigo-800: #0d1564;
  --color-indigo-900: #060b32;

  /* Semantic colors */
  --color-text-primary: var(--color-gray-900);
  --color-text-secondary: var(--color-gray-700);
  --color-text-muted: #898989;
  --color-border-light: #dadadd;
  --color-border-gray: #e5e5e8;
  --color-error: var(--color-red-500);
  --color-focus-ring: rgb(59 130 246 / 0.5);
}
@supports (font-variation-settings: normal) {
  :root {
    font-family: "Inter var", sans-serif;
  }
}

html {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
b,
strong {
  font-weight: 600 !important;
}
.btn-primary {
  background: var(--color-indigo-500);
  color: var(--color-white);
}
.btn-primary-bordered {
  background: var(--color-white);
  border-color: var(--color-indigo-500);
  color: var(--color-indigo-500);
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.primary {
  background: var(--color-indigo-500);
}
.bg-white {
  background: var(--color-white);
}
.text-white {
  color: var(--color-white);
}
.bg-gray {
  background: var(--color-gray-50);
}
.border-top-1 {
  border-width: 1px 0 0 0;
  border-color: var(--color-gray-100);
  border-style: solid;
}
.btn-big {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  height: 48px;
}
.btn-medium {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 40px;
  font-size: 14px;
}
.link-medium {
  font-size: 14px;
}
.hs-input,
.hs-input[type="text"],
.hs-input[type="email"],
.hs-input[type="url"],
.hs-input[type="tel"] {
  font-family: "Inter", Arial, sans-serif !important;
  display: inline-block;
  width: 90%;
  max-width: 500px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: var(--color-text-primary);
  border: 1px solid var(--color-border-light);
  box-sizing: border-box;
  border-radius: 3px;
}
.hs-input[type="textarea"] {
  height: auto;
}
li.hs-form-radio,
li.hs-form-booleancheckbox,
li.hs-form-checkbox {
  list-style: none;
}
label {
  font-size: 14px;
  width: 100%;
  color: var(--color-text-secondary);
  display: flex;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  box-shadow: none;
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 16px;
  white-space: normal;
  font-weight: normal;
  align-items: flex-start;
  display: flex;
}
select.is-placeholder {
  color: var(--color-text-muted);
}
.hs-input[type="checkbox"],
.hs-input[type="radio"] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.campaign-page .contact-form {
  background-color: var(--color-gray-50);
  padding: 24px 24px 16px;
  border-radius: 8px;
  border: 1px solid var(--color-border-gray);
}
.contact-form .field {
  margin-bottom: 18px;
}
.hs-input:focus {
  box-shadow: none;
}
.contact-form .hs-button.primary {
  box-sizing: border-box;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: var(--color-white);
  --tw-ring-color: var(--color-focus-ring);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  margin: 0;
  --tw-text-opacity: 1;
  color: var(--color-white);
  -webkit-appearance: button;
  background-image: none;
  display: block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: var(--color-indigo-500);
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width: 100%;
  width: 100%;
  cursor: pointer;
}
.contact-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.contact-form label,
.contact-form input,
.hs-default-font-element {
  font-family: "Inter", Arial, sans-serif !important;
}
.contact-form label,
.hs-default-font-element {
  color: var(--color-text-secondary) !important;
}
.hs-default-font-element {
  color: var(--color-indigo-300) !important;
}
.legal-consent-container {
  padding: 10px 12px;
  background: var(--color-gray-50);
  border-radius: 8px;
  margin-top: 8px;
  border: 1px solid var(--color-gray-100);
}
.legal-consent-container .inputs-list p {
  font-size: 12px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
.inputs-list label {
  display: flex;
  align-items: flex-start;
}
.contact-form .input {
  margin-right: 0;
}
.contact-form b,
.contact-form strong {
  font-weight: 500;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="submit"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
  min-width: 100%;
  width: 100%;
}
.hs-input {
  font-family: Inter, Arial, sans-serif !important;
}
.contact-form fieldset {
  max-width: none !important;
}
.contact-form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
}
.contact-form input[type="submit"] {
  cursor: pointer;
}
.submitted-message {
  text-align: center;
  font-weight: 500;
  background: var(--color-gray-50);
  border: 1px solid var(--color-gray-100);
  border-radius: 8px;
  margin-top: 8px;
  padding: 24px 20px;
  line-height: 140%;
}
.contact-form .hs-input:not([type="file"]) {
  background-color: var(--color-white);
}
.contact-form .hs_recaptcha {
  margin-top: 12px;
  transform: scale(0.8);
  transform-origin: left;
}
.contact-form .hs_recaptcha .grecaptcha-badge {
  box-shadow: none !important;
}
.contact-form .hs-richtext,
.contact-form .hs-field-desc {
  color: var(--color-text-muted);
  font-size: 12px;
  padding: 4px 0;
  line-height: 140%;
  font-family: Inter, Arial, sans-serif !important;
}

.contact-form .hs-richtext a {
  text-decoration: underline;
}
.contact-form .form-subtitle {
  color: var(--color-text-primary) !important;
  font-size: 1rem;
  line-height: 1.75rm;
  margin: 12px 0 8px;
}

.hs-error-msgs label {
  color: var(--color-error) !important;
  margin-top: 4px;
  font-size: 12px !important;
  line-height: 120% !important;
}

#webinar-form h2,
.webinar-to-form-btn {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

#webinar-form .webinar-rich-text b,
#webinar-form .webinar-rich-text strong {
  color: var(--color-text-primary);
  font-weight: 500;
}
.border-gray-200 {
  border-color: var(--color-gray-200);
}
.border-transparent {
  border-color: transparent;
}
@media (min-width: 640px) {
  .sm\:columns-2 {
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 1024px) {
  .lg\:columns-3 {
    -moz-columns: 3;
    columns: 3;
  }
}
.stroke-gray-900\/10 {
  stroke: rgb(17 24 39 / 0.1);
}
#testimonial-all img {
  object-fit: cover;
}
.form-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  font-family: "Inter", "Roboto", Arial, sans-serif;
}
#hs-eu-cookie-confirmation-button-group a {
  border-radius: 6px !important;
  font-weight: 500;
}
#hs-eu-decline-button {
  order: 1;
}
#hs-eu-confirmation-button {
  order: 2;
}
div#hs-eu-policy-wording a {
  color: var(--color-indigo-500) !important;
}

#home-video-wrapper .hs-video-widget {
  transform: scale(1.007);
}
#book-a-demo-page .email-form {
  font-family: "Inter", "Roboto", Arial, sans-serif;
  border: 0px;
}

.hs-default-font-element,
.hs-main-font-element,
#book-a-demo-page iframe {
  font-family: "Inter", "Roboto", Arial, sans-serif !important;
}

.banner-webinar .submitted-message {
  text-align: left;
  color: var(--color-text-primary);
}
img.banner-image {
  filter: brightness(45%);
}

.campaign-page h2 {
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 600;
  margin: 32px 0 8px;
  color: var(--color-text-primary);
}
.blog-post a {
  color: var(--color-indigo-500);
}
.blog-post h1 {
  font-size: 2.2rem;
  line-height: 120%;
  font-weight: 700;
  color: var(--color-text-primary);
}
.blog-post h2 {
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: 700;
  margin: 24px 0 16px;
  color: var(--color-text-primary);
}
.blog-post h3 {
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: 700;
  margin: 20px 0 12px;
  color: var(--color-text-primary);
}
#webinar-form ul,
.blog-post ul,
.campaing-page ul {
  list-style: disc;
  padding-left: 1.6rem;
  margin: 16px 0;
}
#webinar-form form ul,
.blog-post form ul,
.campaign-page form ul {
  padding: 0;
  margin: 0;
}
#webinar-form ol,
.blog-post ol,
.campaign-page ol {
  list-style: decimal;
  padding-left: 1.6rem;
  margin: 16px 0;
}
.blog-post li:not(:last-child),
.webinar-rich-text li:not(:last-child) {
  margin-bottom: 12px;
}
.blog-post .hs_cos_wrapper img {
  border-radius: 16px;
}
.blog-post .avatar img {
  max-width: 50px;
  border-radius: 100%;
}
.blog-post .blog-post__meta {
  font-size: 1rem;
  line-height: 140%;
  color: var(--color-text-secondary);
  margin-top: 8px;
}
.blog-post .blog-social-share {
  display: flex;
  gap: 8px;
}
.blog-post .hs-embed-wrapper {
  max-width: 100% !important;
}
.blog-post [data-service="youtube"] {
  border-radius: 16px;
}
.back-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pulse {
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(49, 67, 229, 0.7);
  box-shadow: inset 0px 0px 10px 2px rgba(49, 67, 229, 0.5),
    0px 0px 10px 2px rgba(49, 67, 229, 0.3);
  animation: pulse 1s alternate infinite;
  -moz-animation: pulse 1s alternate infinite;
}

.feature-list > div:nth-child(even) > div {
  background-color: var(--color-gray-50);
}

.feature-list > div:nth-child(odd) > div {
  background-color: var(--color-white);
}

.hs-form-required {
  color: var(--color-indigo-500) !important;
  margin-left: 2px;
}

.play-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background-color: rgba(49, 67, 229, 0.6);
  fill: rgba(49, 67, 229, 0.6);
  border-radius: 1000px;
  font-size: 32px;
}
[type="checkbox"],
[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
}

#hs-modal-introduction-description p {
  line-height: 140%;
  color: var(--color-text-secondary);
  font-size: 13px;
}
#hs-modal-content
  #hs-modal-body-container
  #hs-categories-container
  .hs-category-row {
  padding: 0 4px;
}
#hs-category-description p {
  font-size: 13px;
  color: var(--color-text-secondary);
}
#hs-eu-cookie-confirmation-inner p {
  line-height: 140%;
  color: var(--color-text-secondary);
}
.size-full {
  width: 100%;
  height: 100%;
}

/* Webinar */

.webinar-listing article img.webinar-feature-image {
  transition: all 300ms;
  opacity: 0.6;
}

.webinar-listing article img.webinar-play-icon {
  transition: all 300ms;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  transform-origin: left top;
  opacity: 0.6;
}

.webinar-listing article:hover img.webinar-feature-image {
  transform: scale(1.15);
  opacity: 1;
}
.webinar-listing article:hover img.webinar-play-icon {
  opacity: 1;
  transform: scale(1.15) translate(-50%, -80%);
}

@keyframes pulse {
  0% {
    background: rgba(49, 67, 229, 0.3);
    box-shadow: inset 0px 0px 6px 2px rgba(49, 67, 229, 0.3),
      0px 0px 2px 2px rgba(49, 67, 229, 0.1);
  }
  100% {
    background: rgba(49, 67, 229, 0.8);
    box-shadow: inset 0px 0px 6px 2px rgba(49, 67, 229, 0.3),
      0px 0px 10px 2px rgba(49, 67, 229, 0.6);
  }
}

@-moz-keyframes pulse {
  0% {
    background: rgba(49, 67, 229, 0.3);
    box-shadow: inset 0px 0px 8px 2px rgba(49, 67, 229, 0.5),
      0px 0px 4px 2px rgba(49, 67, 229, 0.3);
  }
  100% {
    background: rgba(49, 67, 229, 1);
    box-shadow: inset 0px 0px 8px 2px rgba(49, 67, 229, 0.5),
      0px 0px 12px 2px rgba(49, 67, 229, 1);
  }
}

@media screen {
  .blog-post .hs_cos_wrapper img {
    border-radius: 8px;
  }
}
@media (min-width: 640px) {
    .sm\:inline {
        display: inline!important;
    }
}
