/* Generic */
*, *:before, *:after {
  box-sizing: border-box;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

svg{
  display:block;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */
/* Responsive grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
  display:flex;
  flex-wrap:wrap;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */
body {
  word-break: break-word;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem 0;
}

.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 10px solid;
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
[class*="pd-button-"]{
  display: inline-flex;
  justify-content:center;
  align-items:center;
  padding:15px 30px;
  border-width:2px;
  border-style:solid;
  border-color:transparent;
  min-width:200px;
  text-decoration: none;
  border-radius:50px;
  font-size:16px;
  font-weight:900;
  letter-spacing:0.5px;
  text-transform:uppercase;
  transition:.4s;
}

[class*="pd-button-"]:hover{
  transform:scale(1.05);
}

.button-icon{
  margin-right:20px;
}
.pd-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index:1000;
  display:none;
  overflow: auto;
}

.pd-modal-backdrop{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pd-modal-dialog{
  position:relative;
  min-height: 100vh;
  display:flex;
  justify-content: center;
  align-items: center;
  padding:60px 15px;
  pointer-events: none;
}

.pd-modal-content{
  pointer-events: auto;
  width:100%;
  border-radius:10px;
  overflow:hidden;
  max-width: 1000px;
  background-color: #fff;
  position:relative;
}

.pd-modal-video-wrapper{
  position:relative;
  padding-top: 56.25%;
}

.pd-modal-video-wrapper video{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display: none;
}

.pd-modal-book-demo-wrapper{
  position:absolute;
  width:100%;
  height:100%;
  display:none;
  top:0;
  left:0;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(3px);
}

.pd-modal-book-demo-container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pd-modal-close{
  position:fixed;
  top:0;
  right:0;
  width: 50px;
  height:50px;
  background-color: transparent;
  opacity: .6;
  border: 0 none;
  border-radius: 6px;
  cursor: pointer;
}

.pd-modal-close:hover{
  opacity: 1;
}

.pd-modal-close svg{
  margin: auto;
}
.pd-form .hs-richtext{
  display:none;
}

.pd-form .hs-form fieldset{
  max-width:auto;
  max-width:unset;
}
fieldset.form-columns-2 {
  display: flex;
  gap: 20px;
}

.pd-form .hs-form .hs-form-field{
  margin-bottom:32px;
}
.pd-form .hs-form label{
  color: #1E1E1E;
  font-size: 16px;
}

.pd-form .hs-form .input{
  margin-right:0!important;
}

.pd-form .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]), .pd-form .hs-form select{
  width:100%;
  height:52px;
  font-size: 18px;
  background-color:transparent;
  padding:12px 12px;
  border:1px solid #949494;
  border-radius:8px;
}

.pd-form .hs-form select{
  
}

.pd-form .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]):focus, .pd-form .hs-form select:focus{
  outline: 0 none;
  border: 2px solid #1B7FF3;
}

::-webkit-input-placeholder { /* Edge */
  color: #786e82;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #786e82;
}

::placeholder {
  color: #786e82;
}

.pd-form .hs-form .hs-error-msg, .pd-form .hs-form .hs_error_rollup{
  color:red;
  font-size:14px;
}

.pd-form .hs-form .hs-error-msgs li{
  margin-top:3px;
}

.pd-form .hs-form .hs_error_rollup{
  text-align:center;
  margin-top: 40px;
  margin-bottom: -20px;
}

.pd-form .hs-form .actions{
  text-align:center;
}

.pd-form .hs-form .hs-button{
  padding:0 20px;
  border-radius:8px;
  border:2px solid #6e51f6;
  background-color:#6e51f6;
  min-width:180px;
  min-height:52px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  transition:.4s;
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
  width:100%;
  font-size: 18px;
}

.pd-form .hs-form .hs-button:hover{
  transform:scale(1.05);
}




.pd-form-white .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]), .pd-form-white .hs-form select{
  border-bottom-color:rgba(255,255,255,.6);
  color: #fff;
}

.pd-form-white .hs-form select{
  color:#fff;
}

.pd-form-white .hs-form .hs-error-msg, .pd-form-white .hs-form .hs_error_rollup{
  color:#fff;
}

.pd-form-white input::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}

.pd-form-white input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.pd-form-white input::placeholder {
  color: #ffffff;
}

.pd-form-white .hs-form .hs-button{
  background-color:#05eb97;
  border-color:#05eb97;
}

.pd-form-white .hs-form .submitted-message{
  color:#fff!important;
  text-align: center;
}
.pd-form-v2 fieldset .hs-fieldtype-checkbox > label{
  color: white;
  display: inline-block;
  margin-bottom: 10px;
}
.pd-form-v2 fieldset .input ul.inputs-list{
  margin:0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media(max-width: 767px){
  .pd-form-v2 fieldset .input ul.inputs-list{
    margin:0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.pd-form-v2 .hs-form-checkbox .hs-form-checkbox-display{
  display: flex;
  align-items: center;
}
.pd-form-v2 .hs-form-checkbox .hs-form-checkbox-display input{
  width: 20px !important;
  height: 20px; 
}
.pd-form-v2 .hs-form-checkbox .hs-form-checkbox-display span{
  color: white;
}


/* Checkbox Style */
.pd-form-v2 .hs-form-checkbox .hs-form-checkbox-display input[type="checkbox"]{
  position: absolute;
  opacity: 0;
}
.pd-form-v2 .hs-form-checkbox .hs-form-checkbox-display input[type="checkbox"] + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-left: 30px;
}
.pd-form-v2 .hs-form-checkbox .hs-form-checkbox-display input[type="checkbox"] + span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 30%);
  margin-left: -30px;
  margin-top: 3px;
}
.pd-form-v2 .hs-form-checkbox .hs-form-checkbox-display input[type="checkbox"]:checked + span:before {
  background: #FFFFFF;
}
.pd-form-v2 .hs-form-checkbox .hs-form-checkbox-display input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
}
.pd-form-v2 .submitted-message{
  color: white;
  text-align: center;
  background: rgba(255,255,255, 0.3);
  padding: 16px;
  font-weight: 600;
  border-radius: 50px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.4px;
}
.pd-header-v2{
  font-size:18px;
  line-height: 28px;
  position: relative;
  z-index: 200;
  background-color:#FEFEFE;
}
.pd-header-v2 .pd-container{
  display:flex;
  align-items:center;
  padding-top:15px;
  padding-bottom:15px;
  position:relative;
}
.mobile-navigation-toggle{
  background-color:transparent;
  border: 0 none;
  margin-right:10px;
  margin-top:8px;
  display: inline-block;
}

.mobile-navigation-close svg{
  margin:0 auto;
}
.request-a-demo-v2{
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
}
.pd-header-navigation-logo img{
  max-width:120px!important;
  width:100%!important;
  height:auto!important
}
.pd-header-v2-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pd-header-v2-nav{
  display: flex;
  align-items:center;
}
.pd-header-v2-button-wrapper{
  display: flex;
  align-items: center;
}
.header-v2-dropdown-label{
  color: #21184A;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-v2-dropdown-label span:last-child{
  margin-left: 12px;
}
.header-v2-dropdown{
  position: relative;
}
.header-v2-dropdown-wrapper{
  cursor: pointer;
  position: absolute;
  left: -33px;
  top:130%;
  transform: translatex(-50%);
  background-color: #37297B;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition:  opacity .5s 0s, visibility 0s 0.5s, top 0.5s 0s;
  pointer-events: none;
  min-width: 230px;
  padding: 32px 0;
  margin-top: 15px;
  margin-left: 0;
  box-shadow: 0px 8px 32px 0px #37297B66;
}
.pd-header-v2 .pd-header-v2-signin:hover .header-v2-dropdown-wrapper{
  transition:  opacity .3s .3s, visibility 0s 0s, top 0.5s .3s;
  top:100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-v2-dropdown-wrapper:before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -7px;
  left: auto;
  right: 25px;
  transform: translatex(-50%) rotate(45deg);
  border-radius: 5px;
  background-color: #37297B;
}
.pd-header-v2-button-wrapper .pd-header-v2-signin{
  margin-right: 0px;
}
.header-v2-dropdown-wrapper .header-v2-dropdown-block{
  margin: 0px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 0.15px;
  transition: .5s;
  font-weight: 700;
  text-decoration: none;
  padding: 0 20px;
}
.header-v2-dropdown-wrapper .header-v2-dropdown-block a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
.header-v2-dropdown-wrapper .header-v2-dropdown-block a:after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 12px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.header-v2-dropdown-wrapper .header-v2-dropdown-block a:hover:after{
  right: 7px;
}
.pd-header-v2 .pd-header-v2-navigation{
  display: none;
}
.pd-header-v2 .hs-menu-wrapper ul {
  margin:0;
  padding: 0;
  list-style-type: none;
}
.pd-header-v2 .hs-menu-wrapper > ul {
  display: block;
}
.pd-header-v2 .hs-menu-wrapper > ul li {
  margin:0;
}
.pd-header-v2 .hs-menu-wrapper > ul > li {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pd-header-v2 .hs-menu-wrapper > ul > li:hover .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.pd-header-v2 .hs-menu-wrapper > ul > li > a {
  color: #21184A;
  font-weight: bold;
  text-decoration: none;
}
.pd-header-v2 .hs-menu-wrapper .hs-item-has-children:after {
  background-image: none;
}
.pd-header-v2 .hs-menu-wrapper ul li ul ul {
  margin-left: 20px;
}
.pd-header-v2 .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding: 0px;
}
/* .pd-header-v2 .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:hover {
  color: #610BEF;
} */
.pd-header-v2-navigation-responsive .hs-menu-wrapper a {
  color: #21184A;
}
.pd-header-v2-navigation-responsive .hs-menu-wrapper a:hover{
  color: #610BEF !important;
}
.pd-header-v2-navigation-responsive .hs-menu-wrapper>ul>li>a{
  padding: 0px;
  color: #21184A;
  position: relative;
}
.pd-header-v2-navigation-responsive .hs-menu-wrapper > ul li a{
  display: inline-block;
  margin-bottom: 20px;
}
.pd-header-v2-navigation-responsive .hs-menu-wrapper>ul li.hs-item-has-children > a:after{
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  background-image:url(https://8206357.fs1.hubspotusercontent-na1.net/hubfs/8206357/raw_assets/public/pistil-data-2022/images/icon/arrow-down-dropdown.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.pd-header-v2 .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a{
  padding: 0px;
}
.pd-header-v2 .pd-header-v2-navigation-responsive .hs-menu-wrapper>ul>li{
  padding: 0px;
}
.pd-header-v2-navigation-responsive .hs-menu-wrapper>ul>li>ul{
  margin-left: 20px;
}
.nav-responsive-close-btn{
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: 0 none;
  width: 48px;
  height: 48px;
  text-align: center;
}
.pd-header-v2-navigation-responsive{
  position: fixed;
  top: 0px;
  left: 0px;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background: white;
  display: block;
  z-index: 1000;
  padding: 60px 20px;
  transform: translatex(-101%);
  transition: transform 0.5s ease-in-out;
}
.pd-header-v2-navigation-responsive.navigation-open{
  transform: translatex(0);
}
.pd-header-v2-navigation-responsive .hs-menu-wrapper > ul li{
  position: relative;
}
@media(min-width: 768px){
  .pd-header-navigation-logo img{
    max-width:180px!important;
  }
  .header-v2-dropdown-wrapper{
    cursor: pointer;
    position: absolute;
    left: 50%;
    top:100%;
    transform: translatex(-50%);
    background-color: #37297B;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition:  opacity .5s 0s, visibility 0s 0.5s, top 0.5s 0s;
    pointer-events: none;
    min-width: 230px;
    padding: 32px 0;
    margin-top: 15px;
    margin-left: 0;
    box-shadow: 0px 8px 32px 0px #37297B66;  
  }
  .pd-header-v2-button-wrapper .pd-header-v2-signin{
    margin-right: 30px;
  }
  .header-v2-dropdown-wrapper:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    left: 50%;
    right: auto;
    transform: translatex(-50%) rotate(45deg);
    border-radius: 5px;
    background-color: #37297B;
  }
}
@media(min-width:1281px){
  .pd-header-v2 .hs-menu-wrapper>ul>li>a{
    padding: 0;
    color: #21184a;
  }
  .pd-header-v2-navigation-responsive{
    display: none;
  }
  .pd-header-v2 .pd-header-v2-navigation{
    padding-left: 40px;
    display: block;
  }
  .mobile-navigation-toggle{
    display: none;
  }
  .pd-header-v2 .hs-menu-wrapper > ul {
    display: flex;
  }
  .pd-header-v2 .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a {
    padding: 8px 40px 8px 20px;
    color: white;
    font-size: 16px;
    line-height: 24px;
  }
  .header-v2-dropdown-wrapper .header-v2-dropdown-block a{
    padding: 8px 40px 8px 20px;
    white-space: nowrap;
  }
  .pd-header-v2 .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:after {
    content: "";
    top: 15px;
    background-image: url(https://8206357.fs1.hubspotusercontent-na1.net/hubfs/8206357/raw_assets/public/pistil-data-2022/images/icon/arrow-right-dropdown.svg);
    background-size: 6px;
    position: absolute;
    right: 10px;
    height: 12px;
    width: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
  }
  .pd-header-v2 .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper .hs-menu-item a:hover:after {
    right: 7px;
  }
  .pd-header-v2 .hs-menu-wrapper > ul > li.hs-item-has-children:after {
    content: "";
    background-image: url(https://8206357.fs1.hubspotusercontent-na1.net/hubfs/8206357/raw_assets/public/pistil-data-2022/images/icon/arrow-down-dropdown.svg);
    background-size: 10px;
    position: absolute;
    top: 10px;
    right: 21px;
    height: 10px;
    width: 10px;
    border-radius: 0.125rem;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pd-header-v2 .hs-menu-wrapper > ul > li {
    position: relative;
    padding: 0 2.5rem;
  }
  .pd-header-v2 .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    left: 50%;
    top:100%;
    transform: translatex(-50%);
    background-color: #37297B;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition:  opacity .5s 0s, visibility 0s 0.5s, top 0.5s 0s;
    pointer-events: none;
    min-width: 230px;
    padding: 32px 0;
    margin-top: 15px;
    margin-left: 0;
    box-shadow: 0px 8px 32px 0px #37297B66;
  }
  .pd-header-v2 .hs-menu-wrapper > ul > li > ul:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translatex(-50%) rotate(45deg);
    border-radius: 5px;
    background-color: #37297B;
  }
  .header-v2-dropdown-wrapper:after{
    content: "";
    bottom: 100%;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .pd-header-v2 .hs-menu-wrapper > ul > li > ul:after{
    content: "";
    bottom: 100%;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
