*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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.
*/


/* 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.
*/


/* 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 */
  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;
}
/* Responsive Grid */

.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;
  float: left;
  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;
    float: none;
    width: auto;
    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;
    float: left;
    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;
    float: left;
    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 ;
  }
}
.content-wrapper, .page-center, .dnd-section > .row-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.body-wrapper [class*="force-full-width-section"], 
.body-wrapper [class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}
.body-container-wrapper {
  padding-top: 200px;
}

@media screen and (max-width: 991px){
  .body-container-wrapper {
    padding-top: 140px;
  }

}

@media (max-width: 767px) {
  .dnd-section .dnd-module {
    padding-bottom: 30px;
  }
  .body-container-wrapper {
    padding-top: 140px;
  }

}

@media screen and (max-width: 479px){
  .body-container-wrapper {
    padding-top: 100px;
  }

}
@font-face {
  font-family: "Fa solid 900"; 
  src: url(https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/raw_assets/public/CreatorIQ_December2021/Fonts/AwesomeSolid/60ec23563a867a5031db95fb_fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 400; 
  font-display: swap;
}
@font-face { 
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype"); 
  font-style: normal;
  font-weight: 400;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.4286;
  position: relative;
  padding-top: 35px;
  font-family: Poppins,sans-serif;
  color: #212529;
}

@media screen and (max-width: 991px){
  body {
    padding-top: 25px;
  }

}


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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Anchors */

a {
  background-color: transparent;
  text-decoration: underline;
  color: #424242;
}
a:hover{
  color: #ff9f1d;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
/* Headings */

h1 {
  margin: 0.67em 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 10px;  
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}



/* Lists */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
figure {
  margin: 0 0 10px;
}
b, optgroup, strong {
  font-weight: 700;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field, .field, div#hs-search-module .hs-input {
  margin-bottom: 15px;
}

/* Labels */

form label {
  font-family: inherit;
  font-size: 14px;
  color: #111;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0 0 5px 0;
  width: auto;
  display: block;
  max-width: 100%;
}

/* Help text - legends */


/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  height: 32px;
  line-height: 1.0;
  color: #555555;
  background-color: #ffffff;
  border: #cccccc 1px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: none;
}

form fieldset {
  max-width: 100% !important;
}
form select option {
  margin: 0;
  padding: 0 0.3em;
}



/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}


form input[type=checkbox] + label,
form input[type=radio] + label {
  display: inline-block;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */


form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

form .hs-error-msg, form .hs-error-msgs label {
  line-height: 1.4em;
  font-weight: normal;
  color: #8b0000;
  margin: 0;
  padding: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: none;
  max-width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  cursor: pointer;
  width: auto;
  height: auto;
  font-family: inherit;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  background: #3398fb;
  border: 0;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  padding: 10px 32px;
  margin: 15px 0 0 0;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-form-field a {
  display: block;
  margin-bottom: 10px;
}
.hs-membership-loader.hs_submit.hs-submit {
  margin-bottom: 10px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.body-wrapper {
  overflow-x: hidden;
}
.thankyou-block .widget-type-header h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}
.thankyou-block .widget-type-text {
  color: #626565;
  font-size: 20px;
  line-height: 1.7em;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.thankyou-block .widget-type-linked_image img {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  max-width: 800px !important;
}
.thankyou-block .widget-type-linked_image {
  text-align: center;
}




/********************************* White Paper *************************************/
main.white-papers-inner-page {
  padding-top: 260px;
  margin-bottom: 100px;
}
.papers-single .row {
  margin-left: -10px;
  margin-right: -10px;
}
.single-two-col .span6.dnd-column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.single-two-col .span6.dnd-column + .dnd-column {
  padding-left: 20px;
}
.single-two-col .widget-type-header h1 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
}
.single-two-col .widget-type-rich_text {
  font-size: 18px;
  line-height: 1.3em;
}
.single-two-col fieldset.form-columns-2 {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-two-col .hs-form-field {
  margin-top: 15px;
  margin-bottom: 0;
}
.single-two-col fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 5px) !important;
}
.single-two-col .hs-form-field .input {
  margin: 0 !important;
}
.single-two-col form {
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-family: 'Heebo', Helvetica, Arial, sans-serif;
}
.single-two-col .hs_submit.hs-submit {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.single-two-col .hs-form-required {
  display: none;
}
.single-two-col .hs_error_rollup {
  display: none;
}
.single-two-col fieldset:not(:last-of-type) {
  margin-bottom: 10px;
}




/******************************************* Customer Stories ************************************************/

.customer-stories-inner-page {
  margin-bottom: 100px;
  padding-top: 200px;
  line-height: 20px;
}
.customer-stories-inner-page .row {
  margin-left: -10px;
  margin-right: -10px;
}
.customer_stories_inner_area .widget-type-linked_image img {
  max-height: 120px;
  margin-bottom: 30px;
}
.customer_stories_inner_area .span12.dnd-column > .dnd-row:not([class*="vertical-alignment"]) {
  padding: 0 10px;
}
.customer_stories_inner_area .span8.dnd-column, 
.customer_stories_inner_area .span4.dnd-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.customer_stories_inner_area .span8.dnd-column {
  width: 66.66666667%;
  margin-bottom: 25px;
}
.customer_stories_inner_area .span4.dnd-column {
  width: 33.33333333%;
  padding-left: 20px;
}
.customer_stories_inner_area .widget-type-header h1 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
}
.customer_stories_inner_area .widget-type-rich_text {
  font-size: 18px;
  line-height: 1.3em;
}
.customer_stories_inner_area fieldset.form-columns-2 {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customer_stories_inner_area .hs-form-field {
  margin-top: 15px;
  margin-bottom: 0;
}
.customer_stories_inner_area fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 5px) !important;
}
.customer_stories_inner_area .hs-form-field .input {
  margin: 0 !important;
}
.customer_stories_inner_area form {
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-family: 'Heebo', Helvetica, Arial, sans-serif;
}
.customer_stories_inner_area .hs_submit.hs-submit {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.customer_stories_inner_area .hs-form-required {
  display: none;
}
.customer_stories_inner_area .hs_error_rollup {
  display: none;
}
/************************************************** Webinar Inner page ******************************************/

main.webinars-inner-page {
  padding-top: 200px;
  line-height: 20px;
  margin-bottom: 100px;
}
.webinars-inner-header .widget-type-header h1 {
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  padding-right: 100px;
  padding-left: 100px;
  color: #272a2b;
}
.webinars-inner-header .widget-type-text, 
.webinars-inner-header .widget-type-rich_text {
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 28px;
  color: #999;
  font-size: 18px;
  line-height: 1.4em;
  padding-right: 0;
  padding-left: 0;
}
.webinars-inner-page .row {
  margin-left: -10px;
  margin-right: -10px;
}
.webinars-inner-content .span6.dnd-column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.webinars-inner-content fieldset.form-columns-2 {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.webinars-inner-content .hs-form-field {
  margin-top: 15px;
  margin-bottom: 0;
}
.webinars-inner-content fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 5px) !important;
}
.webinars-inner-content .hs-form-field .input {
  margin: 0 !important;
}
.webinars-inner-content form {
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-family: 'Heebo', Helvetica, Arial, sans-serif;
}
.webinars-inner-content .hs_submit.hs-submit {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.webinars-inner-content .hs-form-required {
  display: none;
}
.webinars-inner-content .widget-type-linked_image img {
  margin-bottom: 30px;
}
.webinars-inner-content .widget-type-header h1 {
  margin: 0;
  margin-bottom: 20px;
  color: #272a2b;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 600;
}
.webinars-inner-content .span6 + .span6 .widget-type-rich_text {
  margin-bottom: 28px;
  color: #424242;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
}
.webinars-inner-content .hs_error_rollup {
  display: none;
}
.customer_stories_inner_area fieldset.form-columns-2:not(:first-child) {
  margin-top: 10px;
}
.webinars-inner-content .hs_cos_wrapper_type_rich_text:before, 
.webinars-inner-content .hs_cos_wrapper_type_rich_text:after {
  display: table;
  content: "";
}
.customer_stories_inner_area .hs_cos_wrapper_type_rich_text:before, 
.customer_stories_inner_area .hs_cos_wrapper_type_rich_text:after {
  display: table;
  content: "";
}




@media screen and (max-width: 1279px){
  .single-two-col fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .single-two-col fieldset.form-columns-2 .hs-form-field:not(:last-child) {
    margin-bottom: 10px;
  }




}

@media screen and (max-width: 991px){
  .thankyou-block .widget-type-header h1 {
    margin-bottom: 0;
    font-size: 44px;
  }
  .thankyou-block .widget-type-linked_image img {
    max-width: 90% !important;
    margin-top: 60px;
  }
  .single-two-col .widget-type-header h1 {
    font-size: 26px;
  }
  .single-two-col .widget-type-rich_text {
    font-size: 17px;
  }
  .customer_stories_inner_area .widget-type-header h1 {
    font-size: 26px;
  }
  .customer_stories_inner_area .widget-type-rich_text {
    font-size: 17px;
  }
  .customer_stories_inner_area fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .customer_stories_inner_area fieldset.form-columns-2 .hs-form-field:not(:last-child) {
    margin-bottom: 10px;
  }
  .webinars-inner-header .widget-type-header h1 {
    font-size: 26px;
  }
  .webinars-inner-header .widget-type-text,
  .webinars-inner-header .widget-type-rich_text {
    font-size: 17px;
  }
  .webinars-inner-content fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .webinars-inner-content fieldset.form-columns-2 .hs-form-field:not(:last-child) {
    margin-bottom: 10px;
  }
  .webinars-inner-content .widget-type-header h1 {
    font-size: 28px;
  }
  .webinars-inner-content .span6+.span6 .widget-type-rich_text {
    font-size: 17px;
  }
  .speaker-details .webinar-position {
    font-size: 25px;
  }
  main.webinars-inner-page {
    margin-bottom: 80px;
  }




}






@media screen and (max-width: 767px){
  .thankyou-block .widget-type-header h1 {
    margin-bottom: 0;
    font-size: 34px;
  }
  .thankyou-block .widget-type-text {
    font-size: 17px;
  }
  .email-response-success-page .dnd-section .dnd-module{
    padding-bottom: 0px;
  }
  .thankyou-block .widget-type-linked_image img {
    margin-top: 40px;
  }
  main.white-papers-inner-page {
    padding-top: 170px;
    margin-bottom: 40px;
  }
  .papers-single .row {
    margin-left: 0;
    margin-right: 0;
  }
  .white-papers-inner-page .dnd-section .dnd-module {
    padding-bottom: 0;
    display: block !important;
  }
  .single-two-col .span6.dnd-column {
    width: 100%;
    left: auto;
    right: auto;
  }
  .single-two-col .widget-type-linked_image img {
    max-width: 400px !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .single-two-col .widget-type-header h1 {
    font-size: 23px;
  }
  .single-two-col form {
    margin-top: 20px;
  }
  .customer-stories-inner-page {
    margin-bottom: 40px;
    padding-top: 110px;
  }
  .customer-stories-inner-page .row {
    margin-left: 0;
    margin-right: 0;
  }
  .customer_stories_inner_area .span12.dnd-column>.dnd-row:not([class*="vertical-alignment"]) {
    padding: 0;
  }
  .customer_stories_inner_area .span8.dnd-column,
  .customer_stories_inner_area .span4.dnd-column {
    width: 100%;
    left: auto;
    right: auto;
  }
  .customer_stories_inner_area .dnd-section .dnd-module {
    padding-bottom: 0;
    display: block !important;
  }
  .customer_stories_inner_area .widget-type-header h1 {
    font-size: 23px;
  }
  .customer_stories_inner_area form {
    margin-top: 20px;
  }
  main.webinars-inner-page {
    margin-bottom: 70px;
  }
  .webinars-inner-header .widget-type-header h1 {
    display: block;
    font-size: 23px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .webinars-inner-header .widget-type-text, .webinars-inner-header .widget-type-rich_text {
    display: block;
  }
  .webinars-inner-page .dnd-section .dnd-module {
    padding-bottom: 0;
    display: block !important;
  }
  .webinars-inner-page .row {
    margin-left: 0;
    margin-right: 0;
  }
  .webinars-inner-content .span6.dnd-column {
    width: 100%;
    left: auto;
    right: auto;
  }
  .webinars-inner-content .span6.dnd-column:first-child {
    margin-bottom: 80px;
  }
  .webinars-inner-content .span6.dnd-column:last-child {
    text-align: center;
  }
  .webinars-inner-content .widget-type-linked_image img {
    max-width: 400px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .webinars-inner-content .widget-type-header h1 {
    font-size: 23px;
    text-align: center;
  }




}


@media only screen and (max-width: 520px){
  .single-two-col .widget-type-rich_text h2 {
    font-size: 21px;
    line-height: 30px;
  }



}


@media screen and (max-width: 479px){
  .thankyou-block .widget-type-header h1 {
    font-size: 28px;
  }
  .thankyou-block .widget-type-text {
    font-size: 15px;
  }
  .thankyou-block .widget-type-linked_image img {
    margin-top: 20px;
  }
  .single-two-col .span6.dnd-column+.dnd-column {
    padding-left: 10px;
  }
  .single-two-col .widget-type-linked_image img {
    max-width: 280px !important;
  }
  .single-two-col .widget-type-header h1 {
    font-size: 20px;
  }
  .customer_stories_inner_area .widget-type-header h1 {
    font-size: 20px;
  }
  .customer_stories_inner_area .span4.dnd-column {
    padding-left: 0px;
    padding-right: 0;
  }
  main.webinars-inner-page {
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .webinars-inner-header .widget-type-header h1 {
    font-size: 20px;
  }
  .webinars-inner-content .widget-type-linked_image img {
    max-width: 280px !important;
  }
  .webinars-inner-content .widget-type-header h1 {
    font-size: 22px;
  }
  .webinars-inner-content .span6+.span6 .widget-type-rich_text {
    font-size: 15px;
  }





}











/*************************************************************************** Product Page **********************************************************/

main.product-page {
  padding-top: 0;
  line-height: 20px;
}
body.no-padding {
  padding: 0 !important;
}
.body-wrapper.creator_pay {
  padding-top: 35px;
}
.creator_pay .product--banner .bg-left {
  background-position: 0 60%;
}
.creator_pay .product--banner .bg-right {
  background-position: 0 60%;
  background-size: 100%;
}
.creator_pay .search-with-discovery .sub-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.body-wrapper.creator_promote {
  padding-top: 35px;
}
.creator_promote .search-with-discovery .sub-title {
  font-size: 20px;
  margin-bottom: 10px;
}














@media screen and (max-width: 991px){

  .body-wrapper.creator_pay {
    padding-top: 25px;
  }




}




@media screen and (max-width: 767px){
  .product-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }
  .product-inner-page .search-with-discovery img {
    max-width: 100% !important;
    margin: 0;
  }





}


@media screen and (max-width: 479px){










}




/*************************************************************************** Product Page End **********************************************************/






/********************************************************************************* Lp Page ***********************************************************************/

body.lp {
  padding-top: 0;
}
main.lp-full-width {
  padding-top: 220px;
}
.lp-full-width-area .widget-type-header h2 {
  color: #272a2b;
  font-size: 54px;
  line-height: 1.07em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}
.lp-full-width-area .hs-responsive-embed {
  max-width: initial !important;
  min-width: initial !important;
  min-height: initial !important;
  max-height: initial !important;
}
.lp-full-width-area .hs-responsive-embed-inner-wrapper {
  padding: 75% 0 0 0 !important;
  position: relative;
}
main.lp-demo-form {
  z-index: 999;
  margin-top: 140px;
  padding-top: 220px;
  padding-bottom: 140px;
  font-size: 16px;
}
.lp-demo-form .widget-type-header h2 {
  color: #272a2b;
  font-size: 54px;
  line-height: 1.07em;
  font-weight: 500;
  margin-bottom: 100px;
  text-align: center;
  margin-top: 0;
}
.lp-demo-form fieldset.form-columns-2 {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp-demo-form .hs-form-field {
  margin-top: 15px;
  margin-bottom: 0;
}
.lp-demo-form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 5px) !important;
}
.lp-demo-form .hs-form-field .input {
  margin: 0 !important;
}
.lp-demo-form form {
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-family: 'Heebo', Helvetica, Arial, sans-serif;
}
.lp-demo-form .hs_submit.hs-submit {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.lp-demo-form .hs-form-required {
  display: none;
}
.lp-demo-form fieldset.form-columns-2:not(:first-child) {
  margin-top: 10px;
}
.bg-wave {
  height: 60px;
  background-image: url(https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/raw_assets/public/CreatorIQ_December2021/images/Background-Copy-3-lp.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-wave.lp-bg-wave, .bg-wave.search-bg-wave.lp-bg-wave {
  height: 70px;
}
.lp-without-menu-page {
  line-height: 20px;
  padding: 0;
}
.lp_quote_sec .product-quote {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #061c42;
}
.lp_quote_sec .product-quote .quote__bio {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}
.lp_quote_sec .product-quote .p-cite {
  color: #fff;
  font-size: 20px;
}
.hs_of_creators_worked_with_in_the_past_year.hs-fieldtype-select label {
  font-size: 13px !important;
}
.forrester_wave_download .imageWithForm .imageWithFormCol img {
  width: 100%;
  margin-top: -10px;
  padding-right: 20px;
}
.forrester_wave_download .bg-wave.lp-bg-wave {
  margin-top: -100px;
}
.security-data-privacy-page .bg-wave.lp-bg-wave {
  margin-top: -100px;
}
.security-data-privacy-page .imageWithForm .imageWithFormCol img {
  width: 100%;
  margin-top: -10px;
  padding-right: 20px;
}
.quarterly_benchmark_report .lp-features .lp-features-right-col {
  padding-right: 80px;
  padding-left: 80px;
  text-align: left;
}
.body-wrapper.customer_stories {
  margin-top: -35px;
}
.fraud_v1c .lp-features .lp-feature-description {
  text-align: center;
  padding: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 20px;
  line-height: 1.5em;
}
main.burn-spreadsheets-page {
  padding-top: 0;
}
.spreadsheets_two_col .dnd-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: 0 0 !important;
  background-size: 500px !important;
  background-repeat: no-repeat !important;
}
.spreadsheets_two_col .w--row {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.spreadsheets_two_col .span6.dnd-column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.spreadsheets_two_col .span6.dnd-column:first-child img {
  width: 100%;
  margin-top: -10px;
  padding-right: 20px;
}
.spreadsheets_two_col h3.form-title {
  margin-bottom: 18px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.spreadsheets_two_col fieldset.form-columns-2 {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spreadsheets_two_col .hs-form-field {
  margin-top: 15px;
  margin-bottom: 0;
}
.spreadsheets_two_col fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 5px) !important;
}
.spreadsheets_two_col .hs-form-field .input {
  margin: 0 !important;
}
.spreadsheets_two_col form {
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-family: 'Heebo', Helvetica, Arial, sans-serif;
}
.spreadsheets_two_col .hs_submit.hs-submit {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.spreadsheets_two_col .hs-form-required {
  display: none;
}
.spreadsheets_two_col .hs_error_rollup {
  display: none;
}
.spreadsheets_two_col fieldset.form-columns-2:not(:first-child) {
  margin-top: 10px;
}
.spreadsheets_two_col fieldset.form-columns-1 {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.spreadsheets_two_col fieldset.form-columns-1 .hs-form-field {
  width: calc(50% - 5px) !important;
}
.spreadsheets_two_col fieldset.form-columns-1 textarea {
  width: 100% !important;
}
.spreadsheets_two_col .widget-type-rich_text h3 {
  margin-top: 20px;
  font-weight: 700;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 1.2em;
}
.spreadsheets_two_col .widget-type-rich_text p {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
}
.spreadsheets_two_col .widget-type-rich_text ol {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 15px;
  padding-left: 20px;
}
.spreadsheets_two_col .widget-type-text {
  line-height: 1.5em;
  font-weight: 400;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 20px;
  text-align: center;
}
.spreadsheets_two_col a.hs-button {
  text-decoration: none;
  cursor: pointer;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-image: linear-gradient( 
    75deg,#ff8831,#ff9f1d);
  line-height: 1.9em;
  font-weight: 500;
  min-height: 46px;
  min-width: 200px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.spreadsheets_two_col a.hs-button:hover {
  background-image: linear-gradient( 
    75deg,#ff9f1d,#ff8831);
  color: #fff;
}
.spreadsheets_two_col .span6 .dnd-row[class*="vertical-alignment"] > .row-fluid {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  justify-content: center;
}
.spreadsheets_two_col .span4.dnd-module {
  min-height: 1px;
  position: relative;
  float: left;
  width: 33.33333333%;
  margin: 0;
}
.spreadsheets_two_col .widget-type-rich_text figure {
  margin: 0;
}
.spreadsheets_two_col .widget-type-rich_text iframe {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  height: 528px;
}
.spreadsheets_two_col .widget-type-rich_text figure a {
  display: block;
  color: #446273;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}
.spreadsheets_two_col .widget-type-header h3 {
  line-height: 30px;
  margin-top: 20px;
  font-weight: 700;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  text-align: center;
}
.alternative_full_width .dnd-section {
  background-position: 5% 10% !important;
  background-size: 200px !important;
  background-repeat: no-repeat !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
.alternative_full_width .dnd-section > .row-fluid > .dnd-column {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 120px;
}
.alternative_full_width .widget-type-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.2em;
  font-size: 35px;
  font-weight: 600;
}
.alternative_full_width a.hs-button {
  text-decoration: none;
  cursor: pointer;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  font-weight: 500;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-image: linear-gradient( 
    75deg,#ff8831,#ff9f1d);
  display: block;
  min-width: 242px;
  min-height: 48px;
  margin-top: 50px;
  margin-bottom: 50px;
  clear: both;
  font-size: 22px;
  line-height: 1.4em;
}
.alternative_full_width a.hs-button:hover {
  background-image: linear-gradient( 
    75deg,#ff9f1d,#ff8831);
  color: #fff;
}
.lp-alternative-page .lp-features .l_margin .description ul {
  margin-bottom: 10px;
}
.lp-with-menu-page .alternative_full_width .dnd-section>.row-fluid>.dnd-column {
  margin-bottom: 0;
}
main.lp-with-menu-page {
  padding-top: 0;
  line-height: 20px;
}
.companies_choose_us_over_aspireiq .lp-bottom-pane .content-wrapper {
  max-width: 940px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.alternative_full_width .widget-type-header h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  font-size: 21px;
  line-height: 38px;
  font-weight: 600;
}
.alternative_full_width .span12.dnd-column > .dnd-row[class*="vertical-alignment"] {
  margin-left: -10px;
  margin-right: -10px;
}
.alternative_full_width .span6.dnd-column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.alternative_full_width iframe {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  height: 500px;
}
.alternative_full_width .widget-type-rich_text {
  text-align: left;
}
main.lp-companies-page {
  padding-top: 0;
  line-height: 20px;
}
.lp-companies-page .product-quote img.cite-image {
  width: 72px;
  height: 72px;
}

.companies_two_col h3.form-title {
  margin-bottom: 18px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.companies_two_col fieldset.form-columns-2 {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.companies_two_col .hs-form-field {
  margin-top: 15px;
  margin-bottom: 0;
}
.companies_two_col fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 5px) !important;
}
.companies_two_col .hs-form-field .input {
  margin: 0 !important;
}
.companies_two_col form {
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-family: 'Heebo', Helvetica, Arial, sans-serif;
}
.companies_two_col .hs_submit.hs-submit {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.companies_two_col .hs-form-required {
  display: none;
}
.companies_two_col .hs_error_rollup {
  display: none;
}
.companies_two_col fieldset.form-columns-2:not(:first-child) {
  margin-top: 10px;
}
.companies_two_col fieldset.form-columns-1 {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.companies_two_col fieldset.form-columns-1 .hs-form-field {
  width: calc(50% - 5px) !important;
}
.companies_two_col fieldset.form-columns-1 textarea {
  width: 100% !important;
}
.companies_two_col .dnd-section {
  background-position: 5% 10% !important;
  background-size: 200px !important;
  background-repeat: no-repeat !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
.companies_two_col .span12.dnd-column > .dnd-row[class*="vertical-alignment"] {
  margin-left: -10px;
  margin-right: -10px;
}
.companies_two_col .span6.dnd-column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.companies_two_col .widget-type-rich_text h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: left;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}
.companies_two_col .widget-type-rich_text h3 strong {
  font-weight: 500;
}
.companies_two_col .widget-type-rich_text blockquote {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #3e8bff;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  border: none;
}
.companies_two_col a.hs-button {
  text-decoration: none;
  cursor: pointer;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-image: linear-gradient( 
    75deg,#ff8831,#ff9f1d);
  line-height: 1.9em;
  font-weight: 500;
  min-height: 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 200px;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.companies_two_col a.hs-button:hover {
  background-image: linear-gradient( 
    75deg,#ff9f1d,#ff8831);
}
.companies_two_col .widget-type-linked_image img {
  height: auto;
}
.companies_two_col .span6 .widget-type-linked_image img {
  width: 100%;
  margin-top: -10px;
  padding-right: 20px;
}
.companies_two_col .span6 .widget-type-linked_image {
  text-align: center;
}







@media screen and (max-width: 1279px){
  .spreadsheets_two_col fieldset.form-columns-2 .hs-form-field, 
  .spreadsheets_two_col fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .spreadsheets_two_col fieldset.form-columns-2 .hs-form-field:not(:last-child) {
    margin-bottom: 10px;
  }
  .companies_two_col fieldset.form-columns-2 .hs-form-field, 
  .companies_two_col fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .companies_two_col fieldset.form-columns-2 .hs-form-field:not(:last-child) {
    margin-bottom: 10px;
  }

}


@media screen and (max-width: 991px){
  .lp-full-width-area .widget-type-header h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  main.lp-full-width {
    padding-top: 180px;
  }
  .lp-demo-form .widget-type-header h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  main.lp-demo-form {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .lp_quote_sec .product-quote .quote__bio {
    font-size: 22px;
  }
  .lp_quote_sec .product-quote .p-cite {
    font-size: 18px;
  }
  .book_demo .lp-stream .lp-knowledge-title.lp-title-strong strong {
    font-size: 26px;
  }
  .forrester_wave_download .imageWithForm .imageWithFormCol img {
    width: 95%;
  }
  .security-data-privacy-page .imageWithForm .imageWithFormCol img {
    width: 95%;
  }
  .quarterly_benchmark_report .lp-features .lp-features-right-col {
    padding-right: 30px;
    padding-left: 30px;
  }
  .body-wrapper.customer_stories {
    margin-top: -25px;
  }
  .fraud_v1c .lp-features .lp-feature-description {
    font-size: 18px;
    padding-left: 20px;
  }
  .spreadsheets_two_col .dnd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .spreadsheets_two_col .span6.dnd-column:first-child img {
    width: 95%;
  }
  .spreadsheets_two_col .widget-type-rich_text h3 {
    font-size: 30px;
  }
  .spreadsheets_two_col .widget-type-rich_text p {
    padding-left: 20px;
    font-size: 18px;
  }
  .spreadsheets_two_col .widget-type-rich_text ol {
    font-size: 18px;
  }
  .spreadsheets_two_col .widget-type-text {
    font-size: 18px;
    padding-left: 20px;
  }
  .spreadsheets_two_col a.hs-button {
    margin-top: 0;
  }
  .spreadsheets_two_col h3.form-title {
    font-size: 22px;
  }
  .spreadsheets_two_col .widget-type-header h3 {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .alternative_full_width .widget-type-header h1 {
    font-size: 32px;
  }
  .companies_choose_us_over_aspireiq .lp-bottom-pane .content-wrapper {
    max-width: 728px;
  }
  .alternative_full_width .widget-type-header h2 {
    font-size: 32px;
  }
  .companies_two_col .widget-type-rich_text h3 strong {
    font-size: 30px;
  }
  .companies_two_col .widget-type-rich_text blockquote {
    font-size: 23px;
  }
  .companies_two_col h3.form-title {
    font-size: 22px;
  }
  .companies_two_col .span6 .widget-type-linked_image img {
    width: 95%;
  }


}





@media screen and (max-width: 767px){
  .lp-full-width-area .widget-type-header h2 {
    font-size: 26px;
  }
  main.lp-full-width {
    padding-top: 120px;
  }
  .lp-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }

  .lp-demo-form .widget-type-header h2 {
    font-size: 26px;
    text-align: center;
  }
  main.lp-demo-form {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .lp-demo-form .dnd-section .dnd-module {
    padding-bottom: 0;
  }
  .lp-demo-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .lp-demo-form fieldset.form-columns-2 .hs-form-field:not(:last-child) {
    margin-bottom: 10px;
  }
  .lp_quote_sec .product-quote .quote__bio {
    font-size: 18px;
  }
  .lp_quote_sec .product-quote .p-cite {
    font-size: 17px;
  }
  .forrester_wave_download .imageWithForm .imageWithFormCol img {
    width: 75% !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
  .security-data-privacy-page .imageWithForm .imageWithFormCol img {
    width: 75% !important;
    margin-left: auto;
    padding-right: 0;
  }
  .quarterly_benchmark_report .lp-features .lp-features-right-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .fraud_v1c .lp-features .lp-feature-description {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .spreadsheets_two_col .w--row {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: block;
  }
  .spreadsheets_two_col .span6.dnd-column {
    width: 100%;
    left: auto;
    right: auto;
    float: none;
  }
  .spreadsheets_two_col .span6.dnd-column:first-child {
    margin-bottom: 20px;
    text-align: center;
  }
  .spreadsheets_two_col .span6.dnd-column:first-child img {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
  .spreadsheets_two_col .widget-type-rich_text p {
    font-size: 17px;
    text-align: center;
  }
  .spreadsheets_two_col .widget-type-rich_text ol {
    font-size: 17px;
    text-align: left;
  }

  .spreadsheets_two_col .widget-type-text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .spreadsheets_two_col .span4.dnd-module {
    width: 100%;
    left: auto;
    right: auto;
  }
  .alternative_full_width .dnd-section>.row-fluid>.dnd-column {
    margin-top: 70px;
  }
  .alternative_full_width a.hs-button {
    min-width: 220px;
    font-size: 18px;
  }
  .alternative_full_width .widget-type-header h1 {
    margin-bottom: 0;
    font-size: 25px;
  }
  .lp-with-menu-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }
  .alternative_full_width .widget-type-header h2 {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .alternative_full_width .span12.dnd-column>.dnd-row[class*="vertical-alignment"] {
    margin-left: 0;
    margin-right: 0;
  }
  .alternative_full_width .span6.dnd-column {
    width: 100%;
    left: auto;
    right: auto;
    float: none;
  }
  .companies_two_col .span12.dnd-column>.dnd-row[class*="vertical-alignment"] {
    margin: 0;
  }
  .companies_two_col .span6.dnd-column {
    width: 100%;
    left: auto;
    right: auto;
    float: none;
  }
  .companies_two_col .span12.dnd-column>.dnd-row:first-child .dnd-column:first-child {
    margin-bottom: 20px;
    text-align: center;
  }
  .companies_two_col .widget-type-rich_text h3 {
    text-align: center;
  }
  .companies_two_col .widget-type-rich_text h3 strong {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .companies_two_col .widget-type-rich_text blockquote {
    font-size: 22px;
    text-align: center;
  }

  .companies_two_col .span6 .widget-type-linked_image img {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }




}




@media screen and (max-width: 520px){






}





@media screen and (max-width: 479px){
  .lp-full-width-area .widget-type-header h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .lp-demo-form .widget-type-header h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .lp-demo-form .hs-input {
    width: 100% !important;
  }
  .lp_quote_sec .product-quote .quote__bio {
    font-size: 16px;
  }
  .lp_quote_sec .product-quote .p-cite {
    font-size: 15px;
  }
  .forrester_wave_download .imageWithForm .imageWithFormCol img {
    width: 280px !important;
    margin-top: 0;
  }
  .security-data-privacy-page .imageWithForm .imageWithFormCol img {
    width: 280px !important;
    margin-top: 20px;
  }
  .fraud_v1c .lp-features .lp-feature-description {
    font-size: 15px;
  }
  .spreadsheets_two_col .span6.dnd-column:first-child img {
    width: 280px;
    margin-top: 20px;
  }

  .spreadsheets_two_col .dnd-section {
    padding-top: 20px;
  }
  .spreadsheets_two_col .widget-type-rich_text h3 strong {
    display: block;
    font-size: 22px;
    line-height: 1.15em;
    text-align: center;
  }
  .spreadsheets_two_col .widget-type-rich_text p {
    padding-left: 0;
    font-size: 15px;
  }
  .spreadsheets_two_col .widget-type-rich_text ol {
    font-size: 15px;
    padding-left: 20px;
  }
  .spreadsheets_two_col .widget-type-text {
    font-size: 15px;
  }
  .spreadsheets_two_col h3.form-title {
    font-size: 20px;
  }
  .spreadsheets_two_col fieldset .hs-input {
    width: 100% !important;
  }
  .spreadsheets_two_col .widget-type-header h3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }
  .alternative_full_width .dnd-section>.row-fluid>.dnd-column {
    margin-top: 40px;
  }
  .alternative_full_width .widget-type-header h1 {
    font-size: 20px;
  }
  .alternative_full_width .widget-type-header h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .companies_two_col fieldset .hs-input {
    width: 100% !important;
  }



}




















/********************************************************************************* Lp Page ***********************************************************************/








/**************************************************************** HubDb Page ***********************************************************************/
main.knowledge-hub-page {
  padding-top: 200px;
  line-height: 20px;
}
.knowledge-hub-header .widget-type-header h1 {
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 54px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}
.knowledge-hub-ctegories .dnd-section {
  padding: 0;
}
.knowledge-hub-ctegories .dnd-section {
  padding: 0;
  position: relative;
  z-index: 99;
  margin-bottom: 60px;
  padding-top: 22px;
  padding-bottom: 15px;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
}
.knowledge-hub-ctegories .hs-menu-wrapper > ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}
.knowledge-hub-ctegories .hs-menu-wrapper > ul > li {
  margin-right: 22px;
  margin-left: 22px;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
}
.knowledge-hub-ctegories .hs-menu-wrapper > ul > li a {
  color: #272a2b;
  font-size: 16px;
  line-height: 1.19em;
  font-weight: 500;
  text-decoration: none;
}
.knowledge-hub-ctegories .hs-menu-wrapper > ul > li a:hover {
  color: #0b1d3a;
}












@media screen and (max-width: 991px){
  .knowledge-hub-header .widget-type-header h1 {
    margin-bottom: 70px;
    font-size: 44px;
  }





}





@media screen and (max-width: 767px){

  main.knowledge-hub-page {
    padding-top: 150px;
  }
  .knowledge-hub-header .widget-type-header h1 {
    margin-bottom: 50px;
    font-size: 34px;
  }
  .knowledge-hub-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }
  .knowledge-hub-ctegories .hs-menu-wrapper > ul {
    padding-left: 0;
  }
  .knowledge-hub-ctegories .hs-menu-wrapper > ul > li {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }



}






@media screen and (max-width: 520px){




}







@media screen and (max-width: 479px){
  main.knowledge-hub-page {
    padding-top: 100px;
  }
  .knowledge-hub-header .widget-type-header h1 {
    font-size: 28px;
  }
  .knowledge-hub-ctegories .dnd-section {
    margin-bottom: 50px;
    padding-bottom: 5px;
  }
  .knowledge-hub-ctegories .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .knowledge-hub-ctegories .hs-menu-wrapper > ul > li {
    margin-bottom: 5px;
  }




}



/*==================== Career Page ===========================*/


.career-values-section h2 {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  color: #272a2b;
  font-size: 54px;
  line-height: 1.07em;
  font-weight: 500;
}

.career-values-section .span12.dnd-column > .dnd-row > .row-fluid {
  width: auto;
  margin: 0 -10px;
}

.career-values-section .span12.dnd-column > .dnd-row > .row-fluid > .span12.dnd-module {
  padding: 0 10px;
}

.career-values-section .span4 {
  padding-right: 15px;
  padding-left: 15px;
  display: block !important;
  margin-left: 0 !important;
  width: 33.33333333%;
  position: relative;
  margin-bottom: 60px;
}

.career-values-section .widget-type-rich_text h3 {
  margin-bottom: 22px;
  padding-right: 90px;
  color: #3a8eff;
  font-size: 32px;
  line-height: 1.13em;
  font-weight: 500;
}

.career-values-section .widget-type-rich_text {
  color: #272a2b;
  font-size: 20px;
  line-height: 1.6em;
}
.career-values-section .widget-type-rich_text p:last-child {
  margin: 0;
}
.customer_stories_inner_area .hs-responsive-embed-wrapper {
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}
.customer_stories_inner_area .widget-type-header h3 {
  text-align: center;
  color: #2D8BFB;
}
@media screen and (max-width: 991px){
  .career-values-section h2 {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 40px;
  }

  .career-values-section .widget-type-rich_text h3 {
    padding-right: 70px;
    font-size: 24px;
    line-height: 1.1em;
  }

  .career-values-section .widget-type-rich_text {
    font-size: 18px;
  }

  .career-values-section .span4 {
    padding-right: 10px;
    padding-left: 10px;
  }


}


@media screen and (max-width: 767px){
  .career-values-section h2 {
    font-size: 26px;
    text-align: center;
  }

  .career-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }

  .career-values-section .span4 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .career-values-section .widget-type-rich_text h3 {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin: 0;
    padding-bottom: 22px;
    padding-top: 20px;
  }

  .career-values-section .widget-type-rich_text {
    text-align: center;
  }

  .career-values-section .span12.dnd-column>.dnd-row>.row-fluid {
    margin-left: 0;
    margin-right: 0;
  }

  .career-values-section .span12.dnd-column>.dnd-row>.row-fluid>.span12.dnd-module {
    padding: 0;
  }

}


@media screen and (max-width: 479px){
  .career-values-section h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .career-values-section .widget-type-rich_text h3 {
    font-size: 21px;
  }

  .career-values-section .widget-type-rich_text {
    font-size: 15px;
  }

  .career-values-section .span4 {
    margin-bottom: 20px;
  }
}

/*======================= creator opt out ===============================*/

.creator-opt-out-form h1 {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  color: #272a2b;
  font-size: 54px;
  line-height: 1.07em;
  font-weight: 500;
}

.creator-opt-out-form form {
  color: #666;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  margin: 0.5em 0 1em 0;
  padding: 0.5em;
}

.creator-opt-out-form .widget-type-form {
  margin: 8px;
  margin-top: 10px;
}

.creator-opt-out-form form .hs-form-field {
  margin-top: 15px;
}

.creator-opt-out-form form .hs-form-field > label {
  font-family: inherit;
  font-size: 16px;
  color: #111;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 10px 0;
  width: auto;
  display: block;
  max-width: 100%;
}

.creator-opt-out-form form .hs-form-required {
  font-size: 15px;
  width: 5px;
  height: 5px;
  padding-left: 5px;
}

.creator-opt-out-form form input,
.creator-opt-out-form form textarea{
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset !important;
}

.creator-opt-out-form form .hs-form-field {
  margin-bottom: 16px;
}

.creator-opt-out-form form .hs-button {
  margin: 0;
}

.creator-opt-out-form .span12.dnd-column {
  margin-bottom: 28px;
  color: #424242;
  font-size: 20px;
  line-height: 2em;
}

.creator-opt-out-form form .actions {
  text-align: center;
}

.creator-opt-out-form .span12.dnd-column .dnd-row .widget-type-rich_text p {
  margin: 0;
}

.creator-opt-out-form form {
  margin-bottom: 0;
}

.creator-opt-out-form form .hs-button {
  text-transform: capitalize;
}
.creatorbodyContent .widget-type-rich_text p {
  margin-bottom: 28px;
  color: #424242;
  font-size: 20px;
  line-height: 2em;
}

.creatorbodyContent .widget-type-rich_text {
  padding-top: 15px;
}

.creatorbodyContent .dnd-section {
  margin-bottom: 80px;
}

.creator-opt-out-page .dnd-section .dnd-module {
  padding: 0;
}

.creatorbodyContent .widget-type-form {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.creatorbodyContent .widget-type-form .hs-button {
  margin: 0;
}

.creatorbodyContent .widget-type-form .actions {
  text-align: center;
}

.creatorbodyContent .widget-type-form form {
  padding-top: 12px;
}

.creatorbodyContent .widget-type-form form .form-columns-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.creatorbodyContent .widget-type-form form .hs-form-required {
  display: none;
}

@media screen and (max-width: 991px){
  .creator-opt-out-form h1{
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .creatorbodyContent .widget-type-rich_text p{
    font-size: 17px;
    line-height: 1.8em;
    text-align: left;
  }
}

@media screen and (max-width: 767px){
  .creator-opt-out-form h1 {
    font-size: 26px;
    text-align: center;
  }
  .creatorbodyContent .widget-type-rich_text p{
    font-size: 17px;
    text-align: center;
  }
  .creatorbodyContent .widget-type-rich_text {
    padding: 0;
  }

  .creator-opt-out-form .span12.dnd-column {
    margin-bottom: 15px;
  }
  .creatorbodyContent .widget-type-form form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

}

@media only screen and (max-width: 520px){

  .creatorbodyContent .widget-type-rich_text p {
    font-size: 15px;
  }

}
@media screen and (max-width: 479px){
  .creator-opt-out-form h1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

}

/*======================= certified partners page ===============================*/

.certified-partner-page .product-quote .quote__bio {
  font-weight: 300;
}

@media(max-width:479px){
  .certified-partner-two .dnd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}


/*======================= emea page ===============================*/

.emea-posts .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.emea-page .product-quote .quote__bio {
  font-weight: 300;
}

@media screen and (max-width: 991px){
  .emea-posts .dnd-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media(max-width:767px){
  .emea-page .dnd-section .dnd-module,
  .contact-page .dnd-section .dnd-module{
    padding-bottom: 0;
  }
}


@media screen and (max-width: 479px){
  .emea-posts .dnd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

/*======================= emea page ===============================*/

.contact-body-content .widget-type-rich_text h1 {
  margin-bottom: 20px;
  margin-top: 0;
  color: #272a2b;
  font-size: 54px;
  line-height: 1.07em;
  font-weight: 500;
}

.contact-body-content .widget-type-rich_text {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.5em;
}

.contact-body-content .widget-type-rich_text p a {
  color: #ff9328;
  text-decoration: none;
}

.contact-body-content .widget-type-rich_text p {
  margin: 0; 
  color: #6c6f6f;
}

.contact-body-content .widget-type-rich_text p a:hover {
  text-decoration: underline;
}

.contact-page .product_relative .product-relative {
  padding-bottom: 30px;
}

.contact-page .product_relative .product-relative img {
  height: auto;
}

.contact-page .product_relative .product-relative .learn-more-wrap {
  background-image: linear-gradient( 75deg,#ff8831,#ff9f1d);
  width: 238px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.contact-page .product_relative .product-relative .learn-more-wrap:hover {
  background-image: linear-gradient( 75deg,#ff9f1d,#ff8831);
}

.contact-page .product-quote .quote__bio {
  font-weight: 300;
}
.contact-body-content .dnd-section {
  padding-bottom: 100px;
  padding-top: 0;
}


@media screen and (max-width: 991px){
  .contact-body-content .widget-type-rich_text h1 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .contact-body-content .widget-type-rich_text {
    margin-top: 40px;
  }

  .contact-page .product_relative .product-relative .learn-more-wrap {
    width: 177px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-body-content .dnd-section {
    padding-bottom: 80px;
  }

}


@media screen and (max-width: 767px){
  .contact-page .product_relative .product-relative .learn-more-wrap {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-body-content .widget-type-rich_text h1 {
    font-size: 26px;
    text-align: center;
  }

  .contact-body-content .widget-type-rich_text {
    padding-bottom: 20px;
    font-size: 17px;
  }
}



@media screen and (max-width: 479px){
  .contact-body-content .widget-type-rich_text h1 {
    font-size: 26px;
    text-align: center;
  }

  .contact-body-content .widget-type-rich_text {
    margin-top: 30px;
  }

  .contact-body-content .dnd-section {
    padding-bottom: 30px;
  }

}


/*======================= share of influence page ===============================*/

.share-of-influence-page {
  padding-top: 0;
}

body.influence-body {
  padding: 0;
}

.influence-body .header:not(.fixed) {
  background: transparent;
}
.soi-industry-select + i {
  background: url(https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/raw_assets/public/CreatorIQ_December2021/images/down-arrow2.png) no-repeat;
}
.access-industries-wrapper .soi-industry-select+i{
  background: url(https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/raw_assets/public/CreatorIQ_December2021/images/down-arrow-white.png) no-repeat;
}
.tabber-section .widget-type-linked_image {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align:center;
}
.tabber-section .dnd-section{
  padding-bottom: 60px !important;
}
.icon {
  font-family: 'Fa solid 900',sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px){
  .share-of-influence-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }
  .tabber-section .dnd-section{
    padding-bottom: 20px !important;
  }
}

/*======================= About page ===============================*/

.body-container-wrapper.about-page {
  padding-top: 105px;
}

.home-new-partners-aboutus .logos-wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
}
.home-new-partners-aboutus .logos-wrapper .item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

.home-new-partners-aboutus .logos-wrapper img.logo__img {
  max-height: 43px;
  max-width: 100%;
  min-height: 0;
  opacity: 1;
}

.our-misstion-section .dnd-section>.row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  padding: 0;
}

.our-misstion-section .widget-type-rich_text h3 {
  font-family: Poppins,sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}
.our-misstion-section .widget-type-rich_text h3 > span {
  color: #4692f5;
}
.home-new-partners-aboutus .logos-wrapper .logos-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.home-new-partners-aboutus .logos-wrapper {
  margin: 0;
}
@media screen and (min-width: 1920px){
  .home-new-partners-aboutus .logos-wrapper .logos-justify {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

}
@media screen and (max-width: 991px){

  .body-container-wrapper.about-page {
    padding-top: 115px;
  }

  .our-misstion-section .dnd-section {
    padding: 30px 15px;
  }

  .our-misstion-section .widget-type-rich_text h3 {
    font-size: 22px;
    line-height: 32px;
  }

}

@media(max-width:767px){
  .about-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }
  .home-new-partners-aboutus .logos-wrapper .logos-justify {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .home-new-partners-aboutus .logos-wrapper .item {
    max-width: 33%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    min-width: 0;
    width: auto;
  }

}

@media(max-width:479px){
  .body-container-wrapper.about-page {
    padding-top: 105px;
  }
  .home-new-partners-aboutus .logos-wrapper .logos-justify {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .home-new-partners-aboutus .logos-wrapper .item {
    max-width: 25%;
    padding: 10px;
  }

  .our-misstion-section .widget-type-rich_text h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .our-misstion-section .dnd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

/*========= Home Page ==========*/

body.home-body {
  padding: 0;
}
.home-new-partners .logos_header {
  margin: 0 auto;
}
.body-container-wrapper.home-page {
  padding: 0;
}
.home-new-partners .logos-wrapper {
  padding-bottom: 30px;
  margin-top:0;
  padding-top: 20px;
}

.home-new-partners .logos_header {
  position: relative;
  max-width: 960px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
  padding-bottom: 10px;
  font-family: Montserrat,sans-serif;
  color: #061c42;
  font-size: 20px;
}

.home-new-partners .logos-wrapper .logos-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.home-new-partners .logos-wrapper .item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

.home-new-partners .logos-wrapper .item .logo__img {
  max-height: 43px;
  max-width: 100%;
  min-height: 0;
  opacity: 1;
}
.home-new-partners .logos_header {
  line-height: 24px;
  margin-bottom: 10px;
}
.home-new-partners .logos-wrapper img[alt="Sephora"] {
  max-width: 100px !important;
}

.measurement-new-section .dnd-section {
  min-height: auto;
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 28vw;
  padding-left: 0;
  background-position: 50% 100% !important;
  padding-top: 0;
}

.measurement-new-section .hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.measurement-new-section .widget-type-rich_text h2 {
  min-width: auto;
  max-width: 850px;
  min-width: auto;
  padding-bottom: 40px;
  font-family: Montserrat,sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  text-align: center;  
  padding-bottom: 20px;
}

.measurement-new-section .widget-type-rich_text h2,
.measurement-new-section .widget-type-rich_text h1,
.measurement-new-section .widget-type-rich_text h3,
.measurement-new-section .widget-type-rich_text h4,
.measurement-new-section .widget-type-rich_text h6,
.measurement-new-section .widget-type-rich_text {
  color: #fff;
}

.measurement-new-section .widget-type-rich_text h2 > span {
  color: #589aff;
  font-size: 28px;
  line-height: 38px;
}

.measurement-new-section .widget-type-rich_text p:last-child {
  margin-bottom: 80px;
}

.measurement-new-section .widget-type-rich_text p {
  padding-bottom: 0;
  font-size: 20px;
  text-align: left;
  font-family: Montserrat,sans-serif;
  color: #fff;
  line-height: 30px;
}

.forrester-leader-section .dnd-section {
  padding: 1px 0 40px;
}
.forrester-leader-section .widget-type-rich_text h2 {
  padding-bottom: 40px;
  font-family: Montserrat,sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.forrester-leader-section .widget-type-rich_text h2 > span {
  color: #3e8bff;
  font-size: 28px;
  line-height: 38px;
}

.forrester-leader-section .span12.dnd-column > .dnd-row:last-child > .row-fluid {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: -60px;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.forrester-leader-section .span12.dnd-column > .dnd-row:last-child > .row-fluid:before,
.forrester-leader-section .span12.dnd-column > .dnd-row:last-child > .row-fluid:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.forrester-leader-section .span12.dnd-column > .dnd-row:last-child > .row-fluid:after {
  clear: both;
}

.forrester-leader-section .span8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-position: 0 0 !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.forrester-leader-section .span4 {
  margin-left: 0 !important;
  width: 33.33333333%;
  text-align: right;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  display: block !important;
}

.forrester-leader-section .widget-type-linked_image {
  max-width: 100%;
  text-align: right;
}

.forrester-leader-section .widget-type-linked_image img {
  max-width: 70%!important;
}

.forrester-leader-section .widget-type-rich_text p:last-child {
  margin: 0;
}

.forrester-leader-section .widget-type-rich_text p {
  border: 1px #061c42;
  font-family: Montserrat,sans-serif;
  color: #061c42;
  font-size: 28px;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 500;
}

.forrester-leader-section .widget-type-rich_text ul {
  margin: 0 -8px 10px;
  font-family: Montserrat,sans-serif;
  color: #061c42;
  font-size: 17px;
  font-weight: 500;
  list-style-type: none;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: start;
  -ms-grid-row-align: auto;
  align-self: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.forrester-leader-section .widget-type-rich_text ul > li {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.forrester-leader-section .widget-type-rich_text ul > li:last-child,
.forrester-leader-section .widget-type-rich_text ul > li:nth-last-child(2) {
  margin-bottom: 0;
}

.forrester-leader-section .widget-type-rich_text ul > li > div {
  display: block;
  padding-right: 0;
  padding-bottom: 0;
  color: #061c42;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
}
.forrester-leader-section .span4 .dnd-module {
  display: block !important;
}

.download-button-wrapper {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 2px solid #061c42;
  border-radius: 5px;
}

.download-button-wrapper a {
  display: block;
  padding: 9px 15px;
  padding-right: 50px;
  padding-left: 30px;
  border: 2px #000;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: Montserrat,sans-serif;
  color: #061c42;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.download-button-wrapper a + .download-nextarrow {
  position: absolute;
  left: auto;
  top: 13px;
  right: 25px;
  bottom: 0;
  padding-right: 0;
  pointer-events: none;
}

.download-button-wrapper a:hover {
  background-color: #103872;
  color: #fff;
}
.download-button-wrapper:hover .download-nextarrow svg path {
  fill: #FFFFFF !important;
}
.addon-section .dnd-section > .row-fluid {
  font-size: 16px;
}

.addon-section .dnd-section {
  margin-top: -110px;
  position: relative;
  top: -75px;
  text-align: center;
}
.latest-news-section .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding: 0;
}

.latest-news-section .blog-knowledge-hub .knowledge-sec-title {
  margin-bottom: 0;
  padding-bottom: 20px;
  max-width: 100%;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  margin-top: 20px;
}

.latest-news-section .blog-knowledge-hub .knowledge-sec-title span {
  color: #3e8bff;
  font-size: 28px;
  line-height: 38px;
}

.latest-news-section .blog-knowledge-hub .blog-collection-list {
  margin-top: 0;
}

.latest-news-section .blog-knowledge-hub .blog-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.latest-news-section .blog-knowledge-hub .blog-card-item {
  margin-right: 10px;
  margin-left: 10px;
  width: calc(33.33% - 20px);
  box-shadow:4px 4px 10px 0px rgba(0,0,0,0.5);
  min-height: 0;
  height: inherit;
  float: none;
}

.latest-news-section .blog-knowledge-hub .blog-meta {
  margin-top: 10px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-color: transparent;
  font-family: Montserrat,sans-serif;
  color: #ff9328;
  font-size: 12px;
  line-height: 2.5em;
  font-weight: 500;
  text-decoration: none;
  padding-top: 0;
}

.latest-news-section .blog-knowledge-hub .blog-meta-cat {
  margin-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: transparent;
  font-family: Montserrat,sans-serif;
  color: #ff9328;
  font-size: 12px;
  line-height: 2.5em;
  font-weight: 500;
  text-decoration: none;
}

.latest-news-section .blog-knowledge-hub .blog-title-name {
  margin-top: 0;
  padding-right: 0;
  font-family: Montserrat,sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.latest-news-section .blog-knowledge-hub {
  padding: 0;
}
.latest-news-section .blog-knowledge-hub .blog-card-item {
  margin-bottom: 0;
}

.home-winning-leader-new .dnd-section {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #fff;
}

.home-winning-leader-new .content-wrapper {
  max-width: 100%;
  padding: 0;
}

.home-winning-leader-new .logos_header {
  max-width: 100%;
  color: #000;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 40px;
  font-family: Montserrat,sans-serif;
}

.home-winning-leader-new .logos_header > span {
  color: #3e8bff;
  font-size: 28px;
  line-height: 38px;
}

.home-winning-leader-new .logos-wrapper {
  padding: 0;
  margin-top:0;
}

.home-winning-leader-new .logos-wrapper .logos-justify {
  margin: 0;
  width: 100%;
}

.home-winning-leader-new .logos-wrapper .item {
  margin: 15px 20px;
  padding-bottom: 0;
  padding: 0;
  flex: unset;
}

.home-winning-leader-new .logos-wrapper .item .logo__img {
  height: 96px !important;
  max-height: none;
}
.latest-news-section .blog-knowledge-hub .blog-title-name:hover {
  color: #000;
}
.forrester-leader-section {
  position: relative;
}
@media screen and (min-width: 1280px){
  .home-new-partners .logos_header{
    max-width: 1140px;
  }
  .home-new-partners .logos-wrapper{
    margin-top: 0;
    padding-top: 30px;
  }
  .addon-section .dnd-section {
    margin-top: -90px;
  }
}
@media screen and (min-width: 1440px){
  .measurement-new-section .dnd-section{
    min-height: auto;
  }
  .measurement-new-section .hs_cos_wrapper_type_rich_text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .measurement-new-section .widget-type-rich_text h2{
    max-width: 750px;
    min-width: auto;
  }
}
@media screen and (min-width: 1920px){
  .home-new-partners .logos-wrapper .logos-justify {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .measurement-new-section .dnd-section{
    min-height: auto;
  }
  .forrester-leader-section .dnd-section{
    padding-top: 10px;
    padding-bottom: 0;
  }
  .forrester-leader-section .span8{
    display: block!important;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .forrester-leader-section .widget-type-rich_text p{
    color: #061c42;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
  }
  .forrester-leader-section .widget-type-rich_text ul > li > div{
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 500;
  }

  .download-button-wrapper {
    width: auto;
    max-width: 300px;
  }
  .download-button-wrapper a{    
    display: block;
  }

  .home-winning-leader-new .dnd-section{
    padding-bottom: 100px;
    background-color: #fff;
  }


}


@media(max-width:991px){
  .home-new-partners .logos_header {
    max-width: 720px;
  }

  .measurement-new-section .dnd-section {
    overflow: hidden;
  }

  .measurement-new-section .widget-type-rich_text h2 {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .measurement-new-section .widget-type-rich_text h2>span {
    font-size: 24px;
    line-height: 34px;
  }

  .measurement-new-section .widget-type-rich_text p {
    font-size: 18px;
    line-height: 28px;
  }

  .forrester-leader-section .widget-type-rich_text h2 {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .forrester-leader-section .widget-type-rich_text h2>span {
    font-size: 24px;
    line-height: 34px;
  }

  .forrester-leader-section .span8 {
    background-position: 15% 0 !important;
    background-size: 75% !important;
  }

  .forrester-leader-section .widget-type-rich_text p {
    font-size: 22px;
  }
  .latest-news-section .content-wrapper {
    max-width: 728px;
  }

  .latest-news-section .blog-knowledge-hub .knowledge-sec-title {
    font-size: 24px;
  }

  .latest-news-section .blog-knowledge-hub .knowledge-sec-title span {
    font-size: 24px;
    line-height: 34px;
  }

  .home-winning-leader-new .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-winning-leader-new .logos_header {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .home-winning-leader-new .logos_header>span {
    font-size: 24px;
    line-height: 34px;
  }

  .home-winning-leader-new .logos-wrapper .item .logo__img {
    height: 60px !important;
  }
  .home-new-partners .logos-wrapper .logos-justify {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

}

@media screen and (max-width: 767px){
  .home-page .dnd-section .dnd-module {
    padding: 0;
  }

  .home-new-partners .logos-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-new-partners .logos_header {
    max-width: 540px;
    font-size: 18px;
  }

  .home-new-partners .logos-wrapper .logos-justify {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .home-new-partners .logos-wrapper .item {
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    min-width: 0;
    max-width: 33%;
    width: auto;
  }
  .measurement-new-section .dnd-section {
    padding-bottom: 30vw;
    background-color: #143f83;
    background-position: 50% 100% !important;
    background-size: auto 80% !important;
  }

  .measurement-new-section .widget-type-rich_text h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .measurement-new-section .widget-type-rich_text h2>span {
    font-size: 20px;
    line-height: 30px;
  }

  .measurement-new-section .widget-type-rich_text p:last-child {
    padding-bottom: 5vw;
  }

  .measurement-new-section .widget-type-rich_text p {
    font-size: 16px;
    line-height: 26px;
  }

  .forrester-leader-section .widget-type-rich_text h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .forrester-leader-section .widget-type-rich_text h2>span {
    font-size: 20px;
    line-height: 30px;
  }

  .forrester-leader-section .span12.dnd-column>.dnd-row:last-child>.row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .forrester-leader-section .span8 {
    padding-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-position: 25% 0 !important;
    background-size: 50% !important;
    width: 100%;
  }

  .forrester-leader-section .widget-type-rich_text p {
    font-size: 20px;
    text-align: center;
  }

  .download-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .forrester-leader-section .span4 {
    width: 100%;
    float: none;
    margin-top: 40px;
    text-align: center;
  }

  .forrester-leader-section .widget-type-linked_image img {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    float: none;
    clear: left;
    line-height: 16px;
  }

  .forrester-leader-section .widget-type-linked_image {
    text-align: center;
  }
  .latest-news-section .blog-knowledge-hub .knowledge-sec-title {
    font-size: 20px;
    line-height: 30px;
  }

  .latest-news-section .blog-knowledge-hub .knowledge-sec-title span {
    font-size: 20px;
    line-height: 30px;
  }

  .latest-news-section .blog-knowledge-hub .blog-card-item {
    width: calc(100% - 20px);
    left: auto;
    right: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .latest-news-section .blog-knowledge-hub .blog-card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .latest-news-section .blog-knowledge-hub .blog-card-item:last-child {
    margin-bottom: 0;
  }

  .home-winning-leader-new .logos_header {
    font-size: 20px;
    line-height: 30px;
  }

  .home-winning-leader-new .logos_header>span {
    font-size: 20px;
    line-height: 30px;
  }

  .home-winning-leader-new .logos-wrapper .logos-justify {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home-winning-leader-new .logos-wrapper .item {
    margin-right: 0;
    margin-left: 0;
    min-width: 0;
    width: auto;
    max-width: 100%;
  }


}

@media screen and (max-width: 479px){
  .home-new-partners .logos-wrapper {
    padding-top: 0;
  }

  .home-new-partners .logos_header {
    max-width: 100%;
    font-size: 16px;
  }

  .home-new-partners .logos-wrapper .logos-justify {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .home-new-partners .logos-wrapper .item {
    max-width: 25%;
    padding: 10px;
  }

  .measurement-new-section .widget-type-rich_text p:last-child {
    padding-bottom: 0;
  }

  .measurement-new-section .widget-type-rich_text p {
    font-size: 15px;
    line-height: 25px;
  }

  .measurement-new-section .dnd-section {
    padding-bottom: 55vw;
    background-color: #143f83;
    background-position: 100% 100% !important;
    background-size: auto 50% !important;
  }

  .forrester-leader-section .widget-type-rich_text p {
    font-size: 17px;
  }

  .forrester-leader-section .span8 {
    background-size: 80% !important;
  }
  .forrester-leader-section .widget-type-rich_text ul>li {
    width: 100%;
  }

  .forrester-leader-section .widget-type-rich_text ul>li:nth-last-child(2) {
    margin-bottom: 16px;
  }

  .forrester-leader-section .widget-type-rich_text ul>li>div {
    font-size: 15px;
  }

  .forrester-leader-section .widget-type-linked_image img {
    max-width: 75% !important;
    margin-bottom: 50px;
  }


}

.legal-page .dnd-section,
.legal-page .dnd-section .dnd-module{
  padding:0;
}

.legal-page .dnd-section:first-child .widget-type-header{
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}

.legal-page .dnd-section:first-child .widget-type-header h1{
  margin:0; 
  color: #272a2b;
  font-size: 54px;
  line-height: 1.07em;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
}

.legal-page .dnd-section:last-child{
  margin-bottom: 80px;
}


.legal-page .dnd-section .widget-type-rich_text h3 {
  margin-bottom: 20px;
  color: #424242;
  font-size: 26px;
  font-weight: 600;
}

.legal-page .dnd-section .widget-type-rich_text p {
  margin-bottom: 28px;
  color: #424242;
  font-size: 20px;
  line-height: 2em;
}

.legal-page .dnd-section .widget-type-rich_text p a{
  color: #424242;
  font-weight: 500;
}

.legal-page .dnd-section .widget-type-rich_text p a:hover {
  color: #ff9f1d!important;
}

.legal-page table, .legal-page tbody, .legal-page tr, .legal-page th, .legal-page td {
  border: 1px solid #424242;
  padding: 5px;
  border-collapse: collapse;
  font-size: 20px;
  font-family: Montserrat;
  line-height: 1.4;
  border-spacing: 0;
  color: #424242;
}

.legal-page table{
  margin:0;
}

.legal-page td{
  display: table-cell;
  vertical-align: inherit;
}

.privacy_policy .legal-page .dnd-section .widget-type-rich_text p a{
  font-weight:400;
}


/* security  */

.security .body-container-wrapper.legal-page {
  padding-top: 160px;
}

.legal-page ul {
  padding-bottom: 10px;
  margin-bottom: 28px;
  color: #424242;
  font-size: 20px;
  line-height: 2em;
  margin-top: 0;
  padding-left: 40px;
}

.legal-page ul li{
  padding-bottom: 10px;
}

.companies_choose_us_over_aspireiq .lp-features .description ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  list-style: none;
}
.companies_choose_us_over_aspireiq .lp-features .description ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 40px;
  color: #212529;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}
.companies_choose_us_over_aspireiq .lp-features .description ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  font-family: 'Fa solid 900',sans-serif;
  color: #3a8eff;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
  content: "";
}
.companies_choose_us_over_aspireiq .lp-features .l_margin .description ul {
  margin-bottom: 10px;
}
.lp-with-menu-page .lp-features .l_margin .description ul {
  margin-bottom: 10px;
}
.imageWithForm .hs-form-field select {
  width: 100% !important;
}
.private_network_v1b .lp-stream .with_iframe .blog-card-image-wrapper img {
  height: auto;
  width: 60px;
}
.private_network_v1b .lp-stream .lp-blog-card-item.with_iframe {
  padding-top: 0;
}




@media(min-width: 768px){
  table.stacktable {
    display: none;
  }




}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px){
  .legal-page .dnd-section .widget-type-rich_text h3 {
    font-size: 24px;
  }

  .legal-page .dnd-section .widget-type-rich_text p {
    font-size: 19px;
    line-height: 1.8em;
  }
  .legal-page ul {
    font-size: 19px;
    line-height: 1.8em;
  }

  .fraud_v1c .lp-features .lp-feature-description {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.6em;
    font-size: 18px;
  }



}

@media screen and (max-width: 991px){
  .legal-page .dnd-section:first-child .widget-type-header{
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .legal-page .dnd-section .widget-type-rich_text h3 {
    font-size: 25px;
    text-align: left;
  }
  .legal-page .dnd-section .widget-type-rich_text p{
    font-size: 17px;
    line-height: 1.8em;
    text-align: left;
    word-break: break-word;
  }
  .legal-page .dnd-section:last-child{
    margin-bottom: 60px;
  }
  .legal-page table, .legal-page tbody, .legal-page tr, .legal-page th, .legal-page td {
    font-size: 17px;
  }
  .security .body-container-wrapper.legal-page {
    padding-top: 140px;
  }
  .legal-page ul {
    text-align:left; 
    font-size: 17px;
    line-height: 1.8em;
  }
  .companies_choose_us_over_aspireiq .lp-features .description ul {
    padding-left: 20px;
    font-size: 18px;
  }
  .lp-companies-page .lp-features .l_margin .description ul {
    padding-left: 20px;
  }









}

@media screen and (max-width: 767px){
  .legal-page .dnd-section:first-child .widget-type-header h1{
    font-size: 26px;
    text-align: center;
  }
  .legal-page .dnd-section .widget-type-rich_text h3 {
    font-size: 21px;
    text-align: center;
  }

  .legal-page .dnd-section .widget-type-rich_text p{
    font-size: 17px;
    text-align: center;
  }
  .legal-page table, .legal-page tbody, .legal-page tr, .legal-page th, .legal-page td {
    font-size: 16px;
  }
  .security .body-container-wrapper.legal-page {
    padding-top: 140px;
  }
  table.responsive {
    display: none;
  }
  table.stacktable tbody > tr:first-child {
    display: none;
  }
  table.stacktable {
    margin-bottom: 60px;
  }
  .companies_choose_us_over_aspireiq .lp-features .description ul {
    font-size: 17px;
    text-align: center;
  }

}

@media only screen and (max-width: 520px){
  .legal-page .dnd-section .widget-type-rich_text p{
    font-size: 15px;
  }

  .legal-page .dnd-section .widget-type-rich_text p a{
    word-wrap: break-word;
  }
  .legal-page ul {
    font-size:15px;
  }
}

@media screen and (max-width: 479px){
  .legal-page .dnd-section:first-child .widget-type-header {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .legal-page .dnd-section .widget-type-rich_text h3 {
    font-size: 20px;
  }
  .legal-page .dnd-section:last-child{
    margin-bottom: 50px;
  }

  .security .body-container-wrapper.legal-page {
    padding-top: 100px;
  }
  .legal-page ul {
    padding-left:20px;
  }
  .companies_choose_us_over_aspireiq .lp-features .description ul {
    padding-left: 0;
    font-size: 15px;
  }
  .companies_two_col .widget-type-rich_text h3 strong {
    font-size: 20px;
    line-height: 26px;
  }
  .companies_two_col .widget-type-rich_text h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .companies_two_col .widget-type-rich_text blockquote {
    font-size: 20px;
    line-height: 26px;
  }
  .companies_two_col .span6 .widget-type-linked_image img {
    width: 280px;
    margin-top: 20px;
  }
  .companies_two_col h3.form-title {
    font-size: 20px;
  }





}




/* thankyou page */

.thank-you-page .dnd-section{
  padding:0;
}

.thank-you-page .dnd-section .widget-type-header{
  margin-bottom: 80px;
  margin-top: 20px;
}

.thank-you-page .dnd-section .widget-type-header h1{
  margin:0;
  font-size: 54px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.thank-you-page .dnd-section .widget-type-rich_text h3 {
  margin-bottom: 20px;
  color: #424242;
  font-size: 32px;
  line-height: 40px;
}

.thank-you-page .dnd-section .widget-type-rich_text p {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
  color: #626565;
  font-size: 20px;
  line-height: 1.7em;
}

.thank-you-page .dnd-section .widget-type-rich_text p a{
  color: #626565;
}

.thank-you-page {
  padding-bottom: 60px;
}

.thank-you-page .dnd-section .dnd-module {
  padding-bottom: 0;
}


@media screen and (min-device-width: 992px) and (max-device-width: 1199px){
  .lp-full-width-area .widget-type-header h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  main.lp-full-width {
    padding-top: 200px;
  }
  .lp-demo-form .widget-type-header h2 {
    font-size: 48px;
    margin-bottom: 70px;
  }
  main.lp-demo-form {
    padding-top: 200px;
    padding-bottom: 120px;
  }



}

@media screen and (max-width: 991px){
  .thank-you-page .dnd-section .widget-type-header{
    margin-bottom: 70px;  
  }
  .thank-you-page .dnd-section .widget-type-header h1{
    font-size: 44px;
  }
}

@media screen and (max-width: 767px){
  .thank-you-page .dnd-section .widget-type-header{
    margin-bottom: 50px;  
  }
  .thank-you-page .dnd-section .widget-type-header h1{
    font-size: 34px;
  }
  .thank-you-page .dnd-section .widget-type-rich_text p {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px){
  .thank-you-page .dnd-section .widget-type-header h1{
    font-size: 28px;
  }
  .thank-you-page .dnd-section .widget-type-rich_text p {
    font-size: 15px;
  }
}

.popup_modal_2 .dnd-section .dnd-module {
  padding-bottom: 0;
}

.popup-modal-wrap {
  line-height: 20px;
}
.popup-modal-wrap .dnd-section {
  padding: 0;
}
.popup-modal-wrap .dnd-section>.row-fluid {
  padding:0;
}
.popup-content-section .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.lp-companies-page .lp-features .l_margin .description ul {
  margin-bottom: 10px;
}

.popup_modal_3 .popup-modal-content-wrap .m-top {
  display: block;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.popup_modal_3 .popup-modal-content-wrap .m-top {
  width: auto;
}
.legal-page .dnd-section .widget-type-rich_text table p {
  line-height: 1.4;
  margin-bottom: 10px;
}

@media(max-width:991px){
  .legal-page .dnd-section:first-child .widget-type-header h1 {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 40px;
  }
}


@media screen and (max-width: 767px){
  .legal-page .dnd-section:first-child .widget-type-header h1 {

    font-size: 26px;
    text-align: center;
  }
  .popup_modal_3 .popup-modal-content-wrap .popup-modal .close-popup {
    top: 23%;
  }
}
@media(max-width:479px){
  .customer_stories_inner_area fieldset .hs-input, 
  .webinars-inner-content fieldset .hs-input, 
  .single-two-col fieldset .hs-input {
    width: 100% !important;
  }
  .legal-page .dnd-section:first-child .widget-type-header h1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .blog-details iframe {
    width: 100%;
  }
}
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.small-only { display: none; }

@media (max-width: 800px) {
  .large-only { display: none; }
  .stacktable.small-only { display: table; }
}
header.header {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  transition: .3s;
  transform: translateY(0);
  max-height: 166px;
}
a.header__skip {
  display: none;
}
.header__container {
  line-height: 20px;
  text-align: left;
  position: relative;
}
.header__inner {
  z-index: 1000;
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: .3s;
}
.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
  margin-right: 40px;
}



.custom-menu-primary {
  position: relative;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  display: inline-block;
  font-family: Montserrat,sans-serif;
  z-index: 999;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: Montserrat,sans-serif;
  line-height: 1.36em;
  font-weight: 500;
  white-space: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a .menuText {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  border-bottom: 3px solid transparent;
  opacity: 1;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  line-height: 1.36em;
  font-weight: 500;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li .sub-menu-icon {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 1;
  font-family: 'Fa solid 900',sans-serif;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  min-width: 200px;
  margin-top: 31px;
  padding: 20px 10px 10px;
  border-top: 0 rgba(4,160,224,0);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
  position: absolute;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  left: -10%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  pointer-events: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  pointer-events: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 30px;
  border-color: transparent transparent #fff;
  transform: translateX(-50%);
  display: block;
  content: "";
  left: 50%;
  top: -10px;
  position: absolute;
  z-index: 2;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul:after {
  width: 100%;
  position: absolute;
  top: -39px;
  height: 40px;
  content: "";
  left: 0;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-bottom: 11px;
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #424242;
  font-size: 16px;
  line-height: 1.19em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  justify-content: center;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  line-height: 1.19em;
  font-weight: 500;
  margin-bottom: 11px;
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  min-height: auto;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  text-align: left;
  justify-content: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a {
  margin-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a > span, 
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a > span {
  border-color: #0b1d3a;
  opacity: 1 !important;
}
body .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:last-child ul ul li a {
  color: #727272 !important;
}

body .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:last-child ul ul li a:hover {
  background-color: hsla(0,0%,98.4%,0) !important;
  opacity: 1;
  color: #000 !important;
}
/**************************************************************** Mega Menu ***********************************************************/

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {
  min-width: 600px;
  padding: 30px 30px 15px;
  left: -195%;
  z-index: 100;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li {
  width: 50%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li:first-child {
  padding-right: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul ul li a {
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font-size: 16px;
}

.header_right {
  margin-left: 40px;
}
header.header .header-login {
  font-weight: 500;
  text-decoration: none;
  margin-right: 16px;
  margin-left: 30px;
  border: 0 #272a2b;
  opacity: 1;
  font-family: Montserrat,sans-serif;
}
header.header .header-request-demo {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  height: 42px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-image: linear-gradient( 75deg,#ff8831,#ff9f1d);
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  font-weight: 500;
}
header.header .header-request-demo:hover {
  background-image: linear-gradient( 75deg,#ff9f1d,#ff8831);
  color: #fff;
}


/********************************************* Fixed Header ********************************************/

header.header.fixed {
  padding: 0;
  transition: .3s;
  box-shadow: 0 -4px 10px 0 rgb(0 0 0 / 50%);
  max-height: 100%;
  padding-top: 0;
  bottom: auto;
}
.header.fixed .header__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-trigger {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 24px;
  position: relative;
  float: right;
  padding: 18px;
  display: none;
}
[class*=" w-icon-"], [class^=w-icon-] {
  font-family: webflow-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-trigger .trigger-icon {
  font-family: webflow-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.trigger-icon:before {
  content: "\e602";
}




@media screen and (min-width: 992px){
  .mobile-navigation{
    display: none !important;


  }


}


@media screen and (min-device-width: 992px) and (max-device-width: 1199px){
  .header_right {
    margin-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a .menuText {
    padding-left: 7px;
    padding-right: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-icon {
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-right: 5px;
    padding-left: 5px;
  }


}

@media screen and (max-width: 991px){
  header.header {
    display: block;
  }
  .mobile-trigger {
    width: 44px;
    height: 42px;
    margin-left: 10px;
    padding: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-radius: 4px;
    background-color: #f28221;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: #FFF;
    line-height: 42px;
    text-align: center;
    display: block;
  }
  .mobile-trigger .trigger-icon {
    line-height: 42px;
  }
  .custom-menu-primary {
    height: 100vh!important;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 450px;
    max-width: 60%;
    background-color: #f28221;
    display: none;
  }
  .mobile-navigation {
    min-width: 200px;
    text-align: center;
    height: 100vh!important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 450px;
    max-width: 60%;
    background-color: #f28221;
    right: auto;
    z-index: 99999;
    top: 0;
    transition: transform 400ms linear 0s;
    transform: translateX(-452px) translateY(0px);
    overflow: scroll;
  }
  body.menu-open .mobile-navigation {
    transform: translateX(0px) translateY(0px);
  }
  .mobile-navigation .hs-menu-wrapper > ul > li {
    font-family: Montserrat,sans-serif;
    display: block;
    text-align: left;
    position: relative;
  }
  .mobile-navigation .hs-menu-wrapper > ul > li > a {
    padding: 15px 20px 17px;
    border-top: 1px solid hsla(0,0%,100%,.2);
    background-color: #f4923c;
    text-decoration: none;
    line-height: 1.36em;
    font-weight: 500;
    white-space: normal;
    display: block;
    color: #FFF;
  }
  .mobile-navigation .hs-menu-wrapper > ul > li > a span {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 1.36em;
    font-weight: 500;
    text-decoration: none;
    display: block;
  }
  .mobile-navigation .hs-menu-wrapper > ul > li > a span:hover {
    color: #0b1d3a;
  }
  .mobile-navigation .child-trigger {
    font-family: 'Fa solid 900',sans-serif;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: 0;
    position: absolute;
    top: 10px;
    right: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    transform: translate(0,-18%);
    opacity: 1;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #0b1d3a;
    opacity: 1 !important;
  }
  .mobile-navigation .hs-menu-wrapper > ul ul {
    margin: 0;
    padding: 0;
  }
  .mobile-navigation .hs-menu-wrapper > ul > li > ul {
    display: none;
  }
  .mobile-navigation .hs-menu-wrapper > ul ul li a {
    border-top: 1px solid hsla(0,0%,100%,.2);
    background-color: #f4923c;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.36em;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    display: block;
    min-height: auto;
    padding: 12px 10px 12px 35px;
    margin-bottom: 0;
  }
  .mobile-navigation .hs-menu-wrapper > ul ul ul {
    display: block !important;
    overflow: visible !important;
  }
  .mobile-navigation .hs-menu-wrapper > ul ul ul li a {
    padding: 12px 10px 12px 35px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.36em;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
  }
  .mobile-navigation .hs-menu-wrapper > ul > li > ul > li > a:hover {
    background-color: #fbfbfb;
    color: #000;
    font-weight: 500;
  }

  .mobile-navigation .hs-menu-wrapper > ul ul ul li a:hover {
    font-weight: 500;
    background-color: hsla(0,0%,98.4%,0);
    opacity: 1;
    color: #000;
  }
  .menu-open .mobile-trigger {
    background-color: #c8c8c8;
    color: #fff;
  }
  .mobile-navigation .hs-menu-wrapper > ul > li.hs-item-has-children:last-child ul ul li a {
    padding: 9px 10px 9px 45px;
    font-size: 13px;
    text-align: left;
  }

}





@media screen and (max-width: 767px){
  .header__logo {
    padding-left: 10px;
    margin-right: 0;
  }
  header.header .header-request-demo {
    min-width: 105px;
    font-size: 12px;
  }





}






@media only screen and (max-width: 520px){
  header.header .header-login {
    display: none;
  }
  header.header .header-request-demo {
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 0;
    min-width: 105px;
    font-size: 12px !important;
  }
  .header_right {
    margin-left: 0 !important;
  }



}






@media only screen and (max-width: 380px){
  .header__logo img {
    max-width: 70%;
  }





}

/*======================== Secondary Header CSS ===================*/

body.cm-banner {
  padding: 0;
}

.cm-banner .header {
  background: transparent;
}

.cm-banner .header a > img {
  filter: brightness(0) invert(1);
}

body.cm-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a,
body.cm-banner header.header .header-login {
  color: #FFF;
  opacity: 1;
}

.cm-banner .body-container-wrapper {
  padding: 0;
}

.cm-banner .fixed.header a > img {
  filter: brightness(1) invert(0);
}

body.popup_bar_open header.megaheader-section{
  top:0!important;
}
footer.footer {
  font-family: Montserrat,sans-serif;
  padding-top: 50px;
  line-height: 20px;
}
.footer-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}
.fooer-bottom-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.bottom-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.bottom-col-1 {
  width: 25%;
}
.bottom-col-2 {
  width: 41.66666667%;
}
.bottom-col-3 {
  width: 33.33333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__copyright {
  padding-left: 5px;
}
.bottom-menu .hs-menu-wrapper ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bottom-menu .hs-menu-wrapper ul > li {
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 8px;
  padding-left: 0;
  border-right: 1px solid #7a8390;
  line-height: 15px;
}
.bottom-menu .hs-menu-wrapper ul > li:last-child {
  border-right-style: none;
}
.language-switch {
  margin-top: 10px;
}
.footer-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-column1 {
  width: 58.33333333%;
}
.footer-column2 {
  width: 41.66666667%;
  display: block;
  padding-right: 0;
  padding-left: 100px;
}
.footer-menu .hs_cos_wrapper_type_menu {
  width: 100%;
}
.footer-menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: 1.19em;
  font-weight: 500;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-menu .hs-menu-wrapper > ul ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.footer-menu .hs-menu-wrapper > ul ul li a {
  line-height: 1.79em;
  text-align: center;
  text-decoration: none;
}
.footer__container .w-row:before, .footer__container .w-row:after {
  display: table;
  content: "";
}
.footer__container .w-row:after {
  clear: both;
}
h5.footer-title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.19em;
  font-weight: 500;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-subscribe {
  display: block;
  clear: left;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  padding: 0.5em 0 1em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe_content {
  margin-top: 10px;
}
.subscribe_content p {
  line-height: 1.4em;
  margin: 3px 5px;
  padding: 3px 2px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  font-family: Montserrat;
}
.footer-form form {
  display: flex;
  align-items: flex-start;
}
.footer-form .hs-form-field {
  width: 100%;
  margin-bottom: 10px;
  padding: 3px 2px;
  line-height: 1.4em;
  font-weight: 700;
}
.footer-form .hs-form-field > label {
  display: none;
}
.footer-form .hs-form-field .hs-input {
  width: 100%!important;
  height: 43px;
  border-radius: 4px;
  background-color: #0a1a33;
  max-width: 100%;
  border: none;
  outline: none;
  padding: 0 10px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #fff;
}
.footer-form .hs-form-field .hs-input::placeholder {
  color: rgb(117, 117, 117);
}
.footer-form .hs_submit.hs-submit {
  line-height: 1.4em;
  display: flex;
  align-items: center;
  margin: 0px;
  margin-top: 3px;
}
.footer-form input.hs-button.primary.large {
  margin: 0 10px 0 0;
  outline: none;
  padding: 0 10px;
  width: 125px;
  height: 43px;
  border-radius: 4px;
  background-image: linear-gradient( 
    250deg,#01adff,#1e7eff 100%);
  border: none;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
  max-width: 100%;
}
.footer-form {
  width: 100%;
}
.footer-form .hs_error_rollup {
  display: none;
}
.goog-te-gadget-simple .goog-te-menu-value:hover {
  color: #000;
}
.footer__floating-cta a {
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  height: 42px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-image: linear-gradient( 75deg,#ff8831,#ff9f1d);
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: none;
}
.footer__floating-cta a:hover {
  background-image: linear-gradient( 75deg,#ff9f1d,#ff8831);
}
footer.footer.no_nav {
  padding-top: 0;
}


@media screen and (max-width: 991px){
  .bottom-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .bottom-menu .hs-menu-wrapper ul > li {
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 5px;
    font-size: 13px;
  }
  .footer-column1 {
    padding-right: 0;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
    min-height: 31px;
    font-size: 14px;
  }
  h5.footer-title {
    min-height: 31px;
    font-size: 14px;
  }

}
@media(max-width:991px) and (min-width:768px){
  .footer-form input.hs-button.primary.large {
    margin: 0;
  }

  .footer-form form {
    display: block;
  }

  .footer-form .hs_submit.hs-submit {
    padding: 0 5px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px){
  .footer__container .w-row {
    display: inline-block;
    vertical-align: middle;
  }

  .footer-bottom .fooer-bottom-col .bottom-col-1, 
  .footer-bottom .fooer-bottom-col .bottom-col-2 {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .footer-bottom .fooer-bottom-col .bottom-col-2 {
    width: 70%;
    text-align: right;
  }

  .bottom-menu .hs-menu-wrapper ul {
    justify-content: flex-end;
    padding-right: 3px;
  }

  .footer-bottom .fooer-bottom-col .bottom-col-3 {
    clear: both;
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

}

@media only screen and (max-width: 767px){
  .footer__floating-cta {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 30;
    transition: 0.3s;
    display: block !important;
  }
  .footer__floating-cta.to-hide {
    transform: translateY(100%);
    transition: 0.3s;
    display: none !important;
  }
  .footer__floating-cta a {
    min-width: 105px;
    display: block;
    height: auto;
    border-radius: 0;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    font-size: 18px !important;
  }
  .footer__container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .fooer-bottom-col {
    display: block;
    font-family: Montserrat,sans-serif;
  }
  .bottom-col {
    width: 100%;
    left: auto;
    right: auto;
  } 
  .bottom-col:not(:last-child) {
    margin-bottom: 20px;
  }
  .bottom-col.bottom-col-1 {
    text-align: center;
  }
  .bottom-menu .hs-menu-wrapper ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
  }
  .bottom-menu .hs-menu-wrapper ul > li {
    font-size: 14px;
  }

  .footer-col-wrap {
    font-family: Montserrat,sans-serif;
  }

  .footer-column {
    width: 100%;
    left: auto;
    right: auto;
  }
  .footer-column.footer-column2 {
    padding-left: 0;
  }
  h5.footer-title {
    text-decoration: none;
    text-align: center;
  }
  .footer-subscribe {
    min-height: 140px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-bottom {
    padding-bottom: 80px;
  }
  .bottom-col.bottom-col-3 {
    text-align: center;
    justify-content: center;
  }
  .no_nav .footer-bottom {
    padding-bottom: 25px;
  }





}


@media screen and (max-width: 479px){

  .bottom-menu .hs-menu-wrapper ul > li a {
    font-size: 13px;
  }
  .footer-menu .hs-menu-wrapper > ul {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 20px;
  }
  h5.footer-title {
    margin-bottom: 5px;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
    margin-bottom: 5px;
  }
  .footer-column.footer-column1 {
    padding-left: 0;
  }





}




#footer.footer{
  padding:0 30px!important;
  background-color: #f7f8f9!important;
}

 
#footer.footer .hs-menu-wrapper ul a{
  color:#000!important; 
  font-weight:300!important;
}
#footer.footer .hs-menu-wrapper ul li{
  margin-bottom:14px!important;
}
#footer.footer .hs-menu-wrapper ul .hs-menu-children-wrapper{
  padding-top:32px!important;  
}
#footer.footer .hs-menu-wrapper ul li.hs-menu-depth-1>a{
  font-size:20px!important;
  font-weight:600!important;
}       
 
#footer.footer .row-number-7{
  background-color:#EDF0F3;
  width: 100vw; 
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding:0 30px;
  font-weight:300;
}

#footer.footer .row-number-7>.row-fluid {
  max-width: 1120px;
  margin: 0 auto;
}
#footer.footer {
  font-family: Inter,sans-serif;
}
#footer.footer h3.form-title{
  font-size:20px;
  margin-top:0!important;
  margin-bottom:30px!important;
}
#footer.footer form{
  display:flex;
}
#footer.footer form input[type="email"]{
  height:52px;
}
#footer.footer form .hs-submit{
  padding-left:12px;
}
#footer.footer form .field>label{
  display:none;
}
#footer.footer form label.hs-error-msg{
  font-size:12px;
  color:red;
}

#footer.footer  form .hs-button, form input[type="submit"] {
  background-image:none!important;
  background-color: #ff8c2e!important;
  border: 1px #ff8c2e;
  border-radius: 4px;
  color: #fff;
  font-family: Inter,sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding: 16px 32px;
  text-decoration: none;
  text-transform: none;
  margin-top:0!important;
  font-family: Inter,sans-serif;
  
}
#footer.footer  form input[type="submit"]:hover{
  background-image:none!important;
  background-color:#49a9de!important;
}
#footer.footer .hs-form-field{
  width:100%!important;
}
@media (min-width:768px){
  #footer.footer .hs-menu-wrapper>ul[role="menu"]{
    justify-content: space-between;
    display:flex;
    line-height: 1.5;
  }
}

@media (min-width:992px){
  
  #footer.footer .row-number-7 .cell_1678174701777-padding{
    text-align:right;
  }
}

@media (max-width:991px){
  #footer.footer .row-number-7 .span6{
    text-align:center;
  }
  
}

@media (max-width:767px){
  #footer.footer {
    padding: 0 5px!important;
  
  }
  #footer .span12.dnd-module{
    padding:0!important;
  }

  #footer .row-fluid{
    padding:0!important;
  }
  #footer.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul[role="menu"]{
    display:block;
    column-count:2;
    -webkit-column-count:2;
  }
  #footer.footer .hs-menu-wrapper ul li{
    display:table;
    break-inside: avoid-column;
  }
  #footer.footer .hs-menu-wrapper ul .hs-menu-children-wrapper {
    padding-top: 15px!important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.hs-content-id-66772210246 .lp_two_col-row-0-background-image{
    background-position: 100% 100% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.hs-content-id-66772210246 .lp-banner-cta {
    width: 115px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
    background-image: linear-gradient(75deg,#ff8831,#ff9f1d);
    font-weight: 500;
    color: #fff;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    padding: 14px 15px;
    font-size: 14px;
    display: block;
    line-height: 1.3;
}
.hs-content-id-66772210246 .lp-banner-cta:hover {
    background-image: linear-gradient(75deg,#ff9f1d,#ff8831);
    color: #fff;
}
.hs-content-id-66772210246 .lp_two_col_sec .search-with-discovery {
    border: none !important;
}
.hs-content-id-66772210246 .security-data-privacy-page .lp_logos_sec .bg-wave.lp-bg-wave {
    margin-top: -69px;
}
.hs-content-id-66762472825 main.lp-without-menu-page .hs_firstname,
.hs-content-id-66762472825 main.lp-without-menu-page .hs_lastname,
.hs-content-id-66762472825 main.lp-without-menu-page .hs-company{
    display: block !important;
}
.hs-content-id-66762472825 main.lp-without-menu-page .hs-dependent-field{
    width: 100% !important;
}
.hs-content-id-66762472825 main.lp-without-menu-page .hs-dependent-field .hs-form-field,
.hs-content-id-66762472825 main.lp-without-menu-page .hs-what_use_case_are_you_looking_to_solve_.hs-form-field,
.hs-content-id-66762472825 main.lp-without-menu-page .hs-fieldtype-textarea.hs-form-field{
    width: 100% !important;
}
.announcement-bar{
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 999;
    padding: 8px 10px;
    background-color: #3e8bff;
    font-family: Montserrat,sans-serif;
    color: #fff;
    text-align: center;
}
.announcement-bar .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.announcement-bar .announcement-link {
    display: block;
    color: #fff;
    text-decoration: none;
}
.announcement-bar .announcement-link:hover{
  color: #fff;
}

/* Blog Single video defualt width & height overide */
.blog-single-content .hs-embed-wrapper {
    max-width: 100% !important;
    max-height: unset !important;
}
@media screen and (max-width: 991px){
  .hs-content-id-66772210246 .lp_two_col_sec .search-with-discovery .product-column img {
      width: 95% !important;
  }
  .hs-content-id-66772210246 .lp_two_col_sec .search-with-discovery .product-two-col{
    padding-top: 0px !important;
  }
  .announcement-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px){
  .hs-content-id-66772210246 .lp_two_col_sec .search-with-discovery .product-column img {
    width: 75% !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
  .hs-content-id-66772210246 .lp_two_col_sec {
      padding-bottom: 30px;
  }
  .announcement-bar {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 479px){
  .hs-content-id-66772210246 .lp_two_col_sec .search-with-discovery .product-column img {
      width: 280px !important;
      margin-top: 20px;
  }
}
@font-face {
    font-family: 'Lufga-Thin';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Thin.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga-ThinItalic';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ThinItalic.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Lufga-ExtraLight';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ExtraLight.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga-ExtraLightItalic';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ExtraLightItalic.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Lufga-Light';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Light.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga-LightItalic';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-LightItalic.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Lufga-Regular';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Regular.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga-Italic';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Italic.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Lufga-Medium';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Medium.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga-MediumItalic';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-MediumItalic.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Lufga-SemiBold';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-SemiBold.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga-SemiBoldItalic';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-SemiBoldItalic.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Lufga-Bold';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Bold.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga-BoldItalic';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-BoldItalic.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Lufga-ExtraBold';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ExtraBold.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga-ExtraBoldItalic';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ExtraBoldItalic.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Lufga-Black';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Black.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga-BlackItalic';
    src: url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-BlackItalic.woff2') format('woff2'),
        url('https://21030792.fs1.hubspotusercontent-na1.net/hubfs/21030792/CreatorIQ_December2021/Fonts/Lufga-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* - home-ukraine-bar */
.home-ukraine-bar{display: none;}
.home-body .home-ukraine-bar{display: block;}
.home-ukraine-bar{background-color: #0e1a31;text-align: center;font-size: 14px;padding: 8px 15px;} 
.home-ukraine-bar h4 {display: inline-block;padding-right: 20px;font-size: 16px;color: #fff;margin: 0;line-height: 24px;font-weight: 600 !important;}
.home-ukraine-btn{padding: 4px 19px;display: inline-block;font-weight: 400;background: #fff;color: #0e1a31 !important;border-radius: .25em;text-decoration: none;font-size: 13px;}
#ukraine-bar {color: #fff;font-size: 13px;text-decoration: none;font-weight: 550;position: absolute;right: 30px;top: 13px;font-family: Poppins;}
.announcement-bar{padding: 0px 10px;}
.knowledge-hub-ctegories .hs-menu-wrapper > ul > li a:hover,.knowledge-hub-ctegories .hs-menu-wrapper > ul > li.active a{font-weight: 600;}
/*  ## Responsive */
@media(max-width: 479px){
	.home-ukraine-bar{text-align: left;}
	.home-ukraine-bar h4{padding-right: 10px;font-size: 14px;}
	.home-ukraine-btn{padding: 3px 15px;font-size: 13px;}
	#ukraine-bar{right: 15px}
}
/* - home-ukraine-bar END */

/* - Hubspot Default Button Style */
.cards-custom-module .hs-button,
.hs_cos_wrapper_widget .hs-button,
.hs_cos_wrapper_type_module .hs-button {
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    background-image: linear-gradient(75deg,#ff8831,#ff9f1d);
    font-family: Poppins,sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.hs_cos_wrapper_widget .hs-button:hover,
.cards-custom-module .hs-button:hover,
.hs_cos_wrapper_type_module .hs-button:hover {
    background-image: linear-gradient(75deg,#ff9f1d,#ff8831);
    color: #fff;
}
/* - Hubspot Default Button END */


/* - custom card moudle */
.cards.cards-custom-module {display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 15px;}
.cards.cards-custom-module.three-col-card {grid-template-columns: repeat(3,1fr);}
.cards.cards-custom-module.two-col-card {grid-template-columns: repeat(2,1fr);}
.cards.cards-custom-module.one-col-card {grid-template-columns: repeat(1,1fr);} 
.cards-custom-module .cards__card.card {width: 100%;padding: 20px 15px;justify-content: center;align-items: center;flex-wrap: nowrap;flex-direction: column;height: 100%;}
.cards.cards-custom-module .card__image{padding: 0;}
.cards.cards-custom-module .card__text h3{font-family: Poppins;font-size: 20px;line-height: 30px;color: #000;font-weight: 700;margin-top: 15px;margin-bottom: 10px;}
.cards.cards-custom-module .card__text p{color: #000;font-size: 15px;line-height: 22px;margin-bottom: 15px;}
.hs_cos_wrapper_type_module .cards.cards-custom-module .hs-button { margin-top: 10px;}
@media(max-width: 991px){
    .cards.cards-custom-module.three-col-card,
    .cards.cards-custom-module {grid-template-columns: repeat(2,1fr);}
}
@media(max-width: 767px){
    .cards.cards-custom-module.two-col-card,
    .cards.cards-custom-module.three-col-card,
    .cards.cards-custom-module {grid-template-columns: repeat(1,1fr);}
}
/* - custom card moudle END */


/* - custom case-studies-wrapper Style*/
.case-studies-wrapper .emea-post-list{
  max-width: 355px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.case-studies-wrapper .emea-post.three-col,
.case-studies-wrapper .emea-post{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 0 !important;
    grid-gap: 20px; 
}
.case-studies-wrapper .emea-post.two-col{
  grid-template-columns: repeat(2,1fr);
  max-width: 750px;
  /*margin: auto !important;*/
}
.case-studies-wrapper .emea-post.one-col{
  grid-template-columns: repeat(1,1fr);
}


.case-studies-wrapper .two-col .emea-post-list,
.case-studies-wrapper .three-col .emea-post-list {
	width: 100% !important;
	padding: 0;
	float: none !important;
}
.case-studies-wrapper .emea-post::before,
.case-studies-wrapper .emea-post::after {
	display: none !important;
}


.our_knowled .blog-card-item {    min-height: 554px;}
.marketing_resource .blog-card-item {    min-height: 490px;}
.certified-partner-banner.certified_block .emea-line {    margin-top: 60px;}
.want_brand .regional-block {    margin-top: 90px;    margin-bottom: 220px;}
.product-relative.request_block {
    padding-bottom: 30px;
    padding-top: 85px;
}
.object-wrapper.market_bussiness_box .objective-col {    padding-left: 5px;    padding-right: 5px;}
.lp-bottom-pane.lp_banner_bottom:before {    transform: translate(-27px, -30px);}
.location_box .location-row {    justify-content: space-between;  -webkit-justify-content: space-between;}

@media(max-width: 991px){
    .case-studies-wrapper .emea-post.two-col,
    .case-studies-wrapper .emea-post.three-col, 
    .case-studies-wrapper .emea-post{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:479px){
  
  .case-studies-wrapper .emea-post-list{
    margin: 0 auto !important;
  }
    .case-studies-wrapper .emea-post.two-col,
    .case-studies-wrapper .emea-post.three-col, 
    .case-studies-wrapper .emea-post{
        grid-template-columns: repeat(1,1fr);
        max-width: 350px;
        margin: 0 auto !important;
    }
}
/* - custom case-studies-wrapper Style END */


.search-with-discovery .product-column .description p a {color: #ff8831;}
.product-menu .product-menu-before{top: 55% !important;}
.product-menu .product-menu-link{padding-bottom: 25px;}
.product-menu .no-image .product-menu-link {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.product-menu .no-image:hover .product-menu-link{
  margin-top: -20px !important;
}


.blog-single-content a { color: #0c5394; font-weight:normal; }
.blog-single-content ul li {
    list-style-type: disc;
}

a.btn_custom {
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    background-image: linear-gradient(75deg,#ff8831,#ff9f1d);
    font-family: Poppins,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
a.btn_custom:hover {
    background-image: linear-gradient(75deg,#ff9f1d,#ff8831);
    color: #fff;
}
#hs_cos_wrapper_widget_1639988015181 .download-button-wrapper {
    border: none;
}
#hs_cos_wrapper_widget_1639988015181 .download-button-wrapper .download-nextarrow path {
    fill:#fff;
}
#hs_cos_wrapper_widget_1639988015181 .download-button-wrapper a.hs-button {
    width: 100%;
    background-color: transparent !important;
    text-align: center;
      min-width: 205px;
    padding-right: 30px;
}
#hs_cos_wrapper_widget_1639988015181 .download-button-wrapper a+.download-nextarrow {
    top: 10px;
    right: 15px;
}
#hs_cos_wrapper_widget_1655547975107_ h2 {
  font-family: Poppins;
  font-size: 32px;
  margin: 0 0 30px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  color: #030E1E;
  padding: 0px 30px;
}

#hs_cos_wrapper_widget_1655542176134 .workwithus-section {
    margin-top: 120px; 
}

.logos-wrapper {    padding-top: 0px;}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: smooth;
}

.homebanner-btn-box {
    text-align: center;
}
.homebanner-btn-box p {
    line-height: 30px;
}
.homebanner-btn-box a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
    background-image: linear-gradient(75deg,#ff8831,#ff9f1d);
    min-width: 280px;
    height: 60px;
    margin-top: 25px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    line-height: 2.9em;
    text-align: center;
}
.homebanner-btn-box a:focus,
.homebanner-btn-box a:hover{
  background-image: linear-gradient(75deg,#ff9f1d,#ff8831); 
  color: #fff; 
}

.hs-content-id-77840510853 .announcement-bar {
    display: none;
}

.hs-related-blog-item {
    width: 33%;
    padding: 25px;
    display: inline-flex;
    flex-direction: column-reverse;
}
.related_post_box .hs-related-blog-module.feedreader_box {
    margin: 0px -20px;
}
.related_post_box a.hs-related-blog-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin: 10px 0 20px;
  order:1;
  text-decoration:none;
  color:#000000;
}

.related_post_box .hs-related-blog-byline span.hs-related-blog-author,
.related_post_box .hs-related-blog-byline span.hs-related-blog-posted-at {
    display: none;
}
.hs-related-blog-item-image-wrapper img.hs-related-blog-featured-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
  border-radius: 4px;
}
.hs-related-blog-item-image-wrapper {
    height: 255px;
    overflow: hidden;
  border-radius: 4px;
}
.list-pagination {
    padding: 20px 0;
}
.subtitle_link_box ul {
    padding: 0;
    list-style-type: none;
}
.subtitle_link_box ul li {
    padding: 10px;
    transition: all 0.5s ease-in-out;
}
.blog-row.blog_main_content .blog-sm-4 {
    padding-right: 30px !important;
}
.post-fetured img {
    width: 100%;
}
.profile_link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 9;
}
.subtitle_link_box ul li.active {
    background-color: #F2F2F2;
}
.subtitle_link_box ul li.active a {
  color:#333333;
}

.subtitle_link_box ul li a {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
  color: #828282;
  text-decoration:none;
}
.subtitle_link_box p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
  color: #030E1E;
  
}

.prev_next img {
    width: 40px;
    border-radius: 50%;
}
.list-pagination a.prev_next.prev img {
    margin-right: 10px;
}
.list-pagination a.prev_next.next img {
    margin-left: 10px;
}
.list-pagination a {
    text-transform: capitalize;
}
.list-pagination a.prev_next.prev {
    float: left;
}
.list-pagination a.prev_next.next {
    float: right;
}
.clearfix {
    clear: both;
}
.cta_blog_box {
    padding: 40px;
    background: #f2f2f2;
    border-radius: 4px;
    margin-top: 50px;
}

.partners_box h2.logos_header {
    color: #3a92fb;
    font-size: 24px;
    line-height: 30px;
}
.content-wrapper.logos-wrapper.partners_box {
    padding-top: 0px;
}
/****** blog grid css **********/

.blog-custom .content-wrapper {
    max-width: 1140px;
}
main.body-container-wrapper.blog.blog-single.blog-custom {
    padding-top: 20px;
}

.blog-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.blog-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.blog-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.blog-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.blog-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.podcast-btns {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    max-width: 350px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-header-box .hs-search-field {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    width: 70%;
}

.blog-row.blog_main_content .blog-sm-4,
.blog-row.blog_main_content .blog-sm-8 {
    padding-left: 15px;
    padding-right: 15px;
}
.blog-post__tags a.blog-post__tag-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-decoration:none;
    color: #49A9DE;
}
.blog-post__tags {
    margin-top: 30px;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    display: none !important;
}

.blog-custom .blog-single-content .blog-details p {
    margin-bottom: 28px;
    /*font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    /*font-size: 17px;
    line-height: 32px;
    color: #000;*/
}
.blog-custom .blog_main_content.sticky_menu .blog-sm-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
}
.blog-custom .blog_main_content .subtitle_link_box {
    display: none;
}
.blog-custom .blog_main_content.sticky_menu .subtitle_link_box {
    display: block;
}
.body-wrapper.hs-content-id-78460772188.hs-blog-post.hs-blog-id-77543731234 {
    overflow-x: unset;
}
.blog-custom h1.single-blog-title.blog-detail-page {
    color: #272a2b;
    /* font-family: Montserrat; */
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 35px;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: Poppins,sans-serif;
}

.blog-custom .author-image-wrap {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #4793fa;
}

.blog-custom .single-blog-meta {
    padding: 30px 0;
  position:relative;
}

.blog-subscribe h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
      color: #030E1E;
}
input.hs-button.primary.large:hover {
    background-color: #f3ab88 !important;
}
.blog-form .submitted-message {
    color: #27AE60;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.blog-form input.hs-input {
    border: 1px solid #BDBDBD;
    border-radius: 2px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    height: 56px;
    padding: 10px 24px;
}
.blog-form .hs_email.hs-email label > span {
    display: none;
}
.blog-subscribe {
    margin-top: 30px;
}
.blog-form input.hs-button.primary.large {
    background: #49A9DE;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    height: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.blog-custom .author-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.blog-custom .author-display-date {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #828282;
}
.blog-subscribe.mobile_view_box {
    display: none;
}
.body-wrapper.hs-blog-post {
    overflow-x: unset;
}
.blog_contatnt_box img {
    margin: 30px 0;
}

.blog-editor .modal.fade.sharepost-modal.show,
iframe .modal.fade.sharepost-modal.show {
    display: none;
}
button#hs_show_banner_button {
    display: none;
}
body.popup_bar_open header.megaheader-section {
    top: 45px;
}
body.popup_bar_open main#main-content {
    padding-top: 45px;
}
/* 
.home-new-partners-aboutus .logos-wrapper.testimonial-with-bg-shape{
    max-width:
} */






/********** Responsive Css *******************/
@media screen and (min-width: 981px) and (max-width: 991px) {

  .content-wrapper {
    max-width: 959px !important;
  }
    
}

@media only screen and (max-width: 980px) {  

  .footer_box .mainfooter-right.footerbox li {    margin-left: 15px;}
  .footer_box {padding: 40px 0 40px;    flex-direction: column;}
  .footer_box .mainfooter-left.footerbox {
    margin-bottom: 30px;
  } 
}

@media (max-width: 1279px)  {
  
  
}

@media (max-width: 991px)  {
  .blog-custom .blog_main_content .blog-sm-4 {    top: -20px;}
  
  .knowledge-hub-ctegories .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .hs-related-blog-item-image-wrapper {    height: 210px; }
  
  .blog-row.blog_main_content .blog-sm-4 {    padding-right: 5px!important;}
  
  
}

@media (max-width: 767px)  {

  .content-wrapper {
    max-width: 100% !important;
  }

  #hs_cos_wrapper_widget_1655547975107_ h2 {    font-size: 20px !important;  line-height: 28px !important;  }
  
  .homebanner-btn-box h1 {
    font-size: 32px !important;
  }
  .homebanner-btn-box a {
    min-width: 250px; 
  }
  .header_right {
    margin-right: 10px;
  } 

  .knowledge-hub-ctegories .hs-menu-wrapper>ul>li{
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  /*** Blog single page CSS ***/
  .blog-custom h1.single-blog-title.blog-detail-page {    font-size: 17px;    line-height: 24px;}
  
  .blog-sm-4, .blog-sm-8, .blog-sm-6, .blog-sm-9, .blog-sm-3 {    -webkit-box-flex: 0;    -ms-flex: 0 0 100%;    flex: 0 0 100%;    max-width: 100%;}
  .blog-custom .blog_main_content.sticky_menu .subtitle_link_box, .blog-subscribe {    display: none;}
  .blog-subscribe.mobile_view_box {    display: block;}
  
  .blog-custom .single-blog-meta {    padding: 30px 0 0px;    position: relative;    margin-bottom: 0;}
  .blog-custom .blog-single-content .blog-details p {    margin-bottom: 28px;    font-size: 13px;    line-height: 24px;}
  h3.link_id {    font-size: 17px;    margin-top: 10px;    margin-bottom: 5px;}
  .profile_link {    transform: translateY(-19%);}
  .blog-custom .blog_main_content.sticky_menu .blog-sm-4 {    position: -webkit-unset;    position: unset;}
  .blog-custom .author-image-wrap {    height: 50px;    width: 50px;}
  
  
}

@media screen and (max-width: 479px){
  .leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview h4 {    font-size: 16px !important;    margin-bottom: 10px !important;}
  .leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview .leadin-button {
    max-width: 200px;
}
  body.popup_bar_open main#main-content {
    padding-top: 130px;
}
  body.popup_bar_open header.megaheader-section {    top: 132px;}

  .post-fetured {    height: auto; }
  .post-fetured img {    height: 100%;    width: 100%;    object-fit: cover; height: 380px; }
  
  
  .knowledge-hub-ctegories .hs-menu-wrapper>ul>li a{
    font-size: 14px;
  }

  .knowledge-hub-ctegories .hs-menu-wrapper>ul{
    flex-direction: column;
  }

  .knowledge-hub-ctegories .dnd-section {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}
  .knowledge-hub-ctegories .hs-menu-wrapper>ul>li {
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    padding-bottom: 10px;
  }
  .knowledge-hub-ctegories .hs-menu-wrapper>ul>li:last-of-type {
    border-bottom: none;
  }
  .footer__copyright,
  .copyright_year {font-size: 12px;}

}