*, *: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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* 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 ;
    }
}
div[class*="-full-width-section"] > .row-fluid {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper,
.page-center,
.container,
.dnd-section > .row-fluid {
  width: 90%;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  line-height: 1.5;
  background-color: #fff;
}

h1 {
  margin-bottom: 3.2rem;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-top: 0;
}

h2 {
  font-size: 2.7rem;
  line-height: 1.1;
}

h3 {
  margin: 0 0 1.6rem 0;
  font-size: 2rem;
  line-height: 1.1;
}

h4 {
  line-height: 1.2;
}

h5 {
  line-height: 1.5;
}

@media(min-width:768px){
  h1 {
    line-height: 1.2;
  }

  h2{
    line-height: 1.2;
    margin: 0 0 3.2rem 0;
  }

  h3{
    line-height: 1.2;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}

/* Paragraphs */

p {
  margin: 0;
  margin-bottom: 1.6rem;
}

/* Anchors */

a {
  position: relative;
  text-decoration: none;
}

ol{
  padding-inline-start: 40px;
}

ul.no-list {
  list-style: none;
}

code {
  vertical-align: bottom;
}

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

b, strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}
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 {
  margin-bottom: 18px;
}

/* Labels */

form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Roboto;
  font-size: 16px;
}

/* Help text - legends */

form legend {
  font-size: 1.6rem;
}

form.hs-form.stacked {
  padding: 2rem;
  box-shadow: 0px 0px 20px #00000029;
}

/* 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,
.hs-search-field__input{
  padding: 8px 15px;
  display: inline-block;
  height: auto;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border-width: 1px;
  border-style: solid;
  width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus,
.hs-search-field__input:focus{
  outline: none !important;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */


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;
}

.hs-form-booleancheckbox>label {
  font-family: Roboto;
  font-size: 16px;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  display: block;
}

.hs-form-booleancheckbox .hs-input[type=checkbox] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

/* 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,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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 input[type=submit],
form .hs-button,
.button,
.hs-button{
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-size: 12px;
  line-height: 12px;
  font-family: Roboto;
  border-style: solid;
  border-width: 1px;
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs-error-msgs label {
  font-family: Roboto;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
}

.hs-input::-webkit-input-placeholder,
.hs-search-field__input::-webkit-input-placeholder{
  color: #bfbfbf;
}

.hs-search-field__input {
  flex: none;
}

.actions {
  margin-top: 18px;
  padding: 17px 0px;
}

.hs-search-field__suggestions {
  border: 0 !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width: 767px){
  .hs-form {
    margin-bottom: 30px;
  }
}
/* 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;
}
.custom-header {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  transition: all 0.3s linear;
  min-height: 70px;
  box-shadow: 0px 3px 20px #00000029;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-header-wrapper {
  min-height: 70px;
}

.custom-header .container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 95.5%;
}

.custom-header .header-logo {
  font-weight: 400;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
  flex: 0 0 140px;
  max-width: 140px;
  margin: 0;
}

.custom-header .header-logo img {
  max-width: 140px;
  display: block;
}

.custom-header .header-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.custom-header .header-right{
  display: flex;
  align-items: center;
}

.custom-header .child-trigger{
  display: none;
}

.custom-header .header-menu  a {
  white-space: normal !important;
}

.custom-header .header-menu .hs-menu-wrapper>ul ul {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 6px 6px 6px rgba(26,116,249,0.160784);
  top: 7.2rem !important;
  min-width: 330px;
  left: 0 !important;
  visibility: hidden;
}

.custom-header .header-menu .hs-menu-wrapper>ul>li:hover>ul {
  visibility: visible;
}

.custom-header .header-menu .hs-menu-wrapper>ul ul li {
  padding: 0;
  position: relative;
  line-height: 2;
  margin: 0;
  display: block;
}

.custom-header .header-menu .hs-menu-wrapper>ul ul li a {
  position: relative;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #fff;
  transition: all 0.2s linear;
  border-radius: 1rem;
  padding: 1rem;
  font-weight: 900;
  display: block;
}

.custom-header .header-menu .hs-menu-wrapper>ul>li>ul:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: -48px;
  left: 0;
}

@keyframes gr{
  0%, 100% {
    background: linear-gradient(90deg, rgba(254, 57, 128,1.0), rgba(121, 0, 248,1.0) 51%, rgba(254, 57, 128,1.0)) 0/200%;
  }

  50% {
    background: linear-gradient(90deg, rgba(254, 57, 128,1.0), rgba(121, 0, 248,1.0) 51%, rgba(254, 57, 128,1.0)) 100%/200%;
  }
}

.custom-header .header-cta:hover{
  background: linear-gradient(90deg, rgba(254, 57, 128,1.0), rgba(121, 0, 248,1.0) 51%, rgba(254, 57, 128,1.0)) 100%/200% !important;
}



.custom-header .header-menu .hs-menu-wrapper > ul {
  min-height: 70px;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-header .header-menu .hs-menu-wrapper > ul > li {
  position: relative;
  line-height: 2;
  margin: 0;
  display: block;
}

@media (min-width: 992px){
  .custom-header .container {
    align-items: center;
    max-width: min(92.5%, 1468px);
    display: flex;
  }

  .custom-header .header-menu .hs-menu-wrapper > ul > li {
    padding: 0 1.5rem;
  }

  .custom-header .header-menu .hs-menu-wrapper > ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
  }

  .custom-header .menu-toggle {
    display: none;
  }

  .custom-header .header-logo{
    margin: auto 0;
  }
}

@media (max-width: 991px){
  .menu-open .custom-header .header-navigation {
    background-color: #fff;
    padding: 0;
    height: 91vh;
    overflow: auto;
    display: block;
  }

  .custom-header .header-navigation {
    max-height: calc(100vh - 70px);
  }

  .custom-header .header-navigation{
    width: 100%;
    margin: 0;
    display: block;
    height: 100%;
  }

  .custom-header .header-menu .hs-menu-wrapper > ul {
    position: relative;
    top: 0px;
    width: 100%;
    left: 0px;
  }

  .custom-header .header-menu .hs-menu-wrapper > ul > li > a {
    padding-left: 1rem !important;
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
  }
  .custom-header .header-menu .hs-menu-wrapper > ul > li > a {
    border-bottom: 1px solid #D6D9E1; 
  }

  .custom-header .header-cta {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.5;
    width: 90.8vw;
    padding: 1.5rem 0;
  }

  .custom-header .header-menu,
  .custom-header .header-right {
    display: none;
  }

  .menu-open .custom-header .header-menu,
  .menu-open .custom-header .header-right{
    display: block;
  }

  .custom-header .menu-toggle {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 1rem;
    transform: translateY(-50%);
    z-index: 110;
    top: 3rem;
  }

  .hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 9px;
  }

  .hamburger-inner {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms;
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
  }

  .hamburger-inner,
  .hamburger-inner:before,
  .hamburger-inner:after {
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background-color: #000;
  }

  .hamburger-inner:before,
  .hamburger-inner:after {
    display: block;
    content: "";
  }

  .hamburger-inner:before {
    transition: top 75ms ease 0.12s, opacity 75ms ease;
    top: -10px;
  }

  .hamburger-inner:after {
    transition: bottom 75ms ease 0.12s,transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    bottom: -10px;
  }

  .menu-open .hamburger-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg);
    background-color: #000;
  }

  .menu-open .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0;
  }

  .menu-open .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
  }

  .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open {
    background: #EBF3FE;
  }
  
  .custom-header .header-menu ul ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0 2rem;
    display: none;
  }

  .custom-header .header-menu ul ul li {
    line-height: 2;
    position: relative;
    display: block;
    margin: 0 0 10px !important;
  }

  .custom-header .header-menu ul ul li a {
    padding-left: 1rem !important;
    display: block;
    color: #000 !important;
    font-weight: 900;
  }

  .custom-header .child-trigger{
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    z-index: 100;
    cursor: pointer;
  }

  .custom-header .child-trigger:before {
    content: "+";
  }

  .custom-header .child-open .child-trigger:before {
    content: "×";
  }

  .custom-header .header-menu .hs-menu-wrapper>ul ul {
    box-shadow: none !important;
    min-width: 100%;
    padding: 0 2rem;
    border-radius: 0;
  }

  .custom-header .header-menu .hs-menu-wrapper>ul ul li a {
    border-radius: 0;
    padding: 0;
    padding-left: 1rem !important;
    font-size: inherit;
    line-height: 2;
  }

}

@media(max-width: 767px){
  .custom-header .header-menu .hs-menu-wrapper > ul > li > a {
    padding: 1.7rem 0;
  }

  .custom-header .header-menu ul ul li a {
    padding: 0.5rem 0;
  }

  .custom-header .child-trigger {
    height: 55px;
    top: 12px;
  }

  .custom-header .header-menu .hs-menu-wrapper>ul ul li a{
    padding: 0.5rem 0 !important;
    padding-left: 1rem!important;
  }
}
.custom-footer {
  padding: 3rem 0;
}

.custom-footer .container {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.custom-footer-wrapper .custom-footer a {
  white-space: normal !important;
}

.custom-footer-wrapper {
  position: relative;
  z-index: 4;
}

.custom-footer .menus-wrapper {
  display: flex;
  flex-direction: column;
}

.custom-footer .text-center {
  text-align: center;
}

.footer-logo {
  padding: 0;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-center .footer-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-menu .nav-main {
  margin: 2rem 0;
  flex-grow: 1;
  border-top: none;
  justify-content: center;
}

.footer-logo svg {
  max-width: 200px;
  width: 100%;
}

.footer-menu .nav-main .hs-menu-wrapper > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.footer-menu .nav-main .hs-menu-wrapper > ul > li {
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  padding: 0 2rem;
  position: relative;
  margin: 0;
}

.footer-menu .nav-main .hs-menu-wrapper>ul>li>a {
  font-weight: 300;
  color: #fff;
}

.footer-menu .nav-main .hs-menu-wrapper>ul>li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.custom-footer .menus-wrapper>* {
  flex: 0 0 20%;
}

.cm-footer-menu .hs-menu-wrapper>ul {
  display: block;
}

.cm-footer-menu .hs-menu-wrapper>ul>li {
  white-space: nowrap;
  position: relative;
  display: block;
  margin: 0;
}

.cm-footer-menu ul ul li {
  margin: 0;
  display: block;
}

.cm-footer-menu ul ul {
  display: block;
}

.cm-footer-menu ul ul li {
  margin-bottom: 1.6rem;
  white-space: nowrap;
  position: relative;
}

.cm-footer-menu .hs-menu-wrapper>ul>li>a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 1.6rem;
  display: block;
  cursor: text;
}

.cm-footer-menu.company ul ul li:last-child a {
  padding: 1.5rem 4rem;
  border-radius: 3rem;
  display: inline-block;
  transition: all 0.3s linear;
  margin: 1rem 0;
  background: linear-gradient(90deg, #fe3980, #7900f8 51%, #fe3980) var(--x, 0)/200%;
}

.cm-footer-menu.company ul ul li:last-child a:hover {
  --x: 100%;
  background-color: #7900f8;
  color: #fff;
  transform: scale(1.05);
  border-radius: 4rem;
}

.cm-footer-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
}

.custom-header .header-menu .hs-menu-wrapper>ul>li.active>a {
  font-weight: 900;
}

@media(min-width: 768px){
  .custom-footer {
    padding: 6rem 0;
  }

  .footer-menu .nav-main .hs-menu-wrapper > ul > li{
    text-align: right;
  }

  .footer-menu .nav-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media(min-width: 992px){
  .custom-footer .menus-wrapper {
    flex-direction: row;
  }
}

@media(min-width: 992px) and (max-width: 1245px){
  .custom-footer .menus-wrapper div:empty {
    display: none;
  }

  .custom-footer .menus-wrapper>* {
    flex: none;
  }

  .custom-footer .menu-wrapper-1,
  .custom-footer .menu-wrapper-2,
  .custom-footer .menu-wrapper-3,
  .custom-footer .menu-wrapper-4 {
    width: 25%;
    padding-right: 15px;
  }
}

@media(max-width: 1140px){
  .footer-menu .nav-main {
    flex: 0 0 100%;
  }
}

@media(min-width: 768px) and (max-width: 991px){
  .custom-footer .menu-wrapper-1,
  .custom-footer .menu-wrapper-2,
  .custom-footer .menu-wrapper-3,
  .custom-footer .menu-wrapper-4 {
    width: 50%;
    padding-right: 15px;
  }

  .custom-footer .menus-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .custom-footer .menu-wrapper-1,
  .custom-footer .menu-wrapper-2 {
    margin-bottom: 30px;
  }

  .custom-footer .menus-wrapper>*{
    flex: none;
  }
}

@media(max-width: 768px){
  .footer-menu .nav-main .hs-menu-wrapper > ul {
    display: none;
  }
  .cm-footer-menu .hs-menu-wrapper > ul {
    text-align: center; 
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin: 1.6rem 0
}

@media screen and (min-width: 768px) {
  .row {
    flex-direction:row;
  }

  .row.row-reverse {
    flex-direction: row-reverse;
  }
}

.row.mobile-row {
  flex-direction: row
}

.row.align-items-center {
  align-items: center
}

.row.space_between {
  justify-content: space-between
}

.row.space_between>* {
  flex: inherit
}

.row>* {
  flex: 1
}

.row>.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.row>.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.row>.col-xs-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%
}

@media screen and (min-width: 768px) {
  .row>.col-sm-2 {
    flex:0 0 16.66666%;
    max-width: 16.66666%
  }

  .row>.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row>.col-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }

  .row>.col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .row>.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row>.col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .row>.col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .row>.offset-sm-1 {
    margin-left: 8.33333333333%
  }
}

@media screen and (min-width: 992px) {
  .row .col-md-1 {
    flex:0 0 8.333333%;
    max-width: 8.333333%
  }

  .row>.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row>.col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }

  .row>.col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .row>.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row>.col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .row>.col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .row>.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .row .offset-md-1 {
    margin-left: 8.33333333333%
  }

  .row .offset-md-3 {
    margin-left: 25%
  }
}

@media screen and (min-width: 1200px) {
  .row>.col-lg-3 {
    flex:0 0 25%;
    max-width: 25%
  }

  .row>.col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }

  .row>.col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .row>.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row>.col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .row>.col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .row>.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
}

@media screen and (min-width: 1900px) {
  .row>.col-xl-3 {
    flex:0 0 25%;
    max-width: 25%
  }

  .row>.col-xl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }

  .row>.col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .row>.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row>.col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .row>.col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .row>.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
}
@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url(//4182770.fs1.hubspotusercontent-na1.net/hubfs/4182770/raw_assets/public/Base_December2023/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(//4182770.fs1.hubspotusercontent-na1.net/hubfs/4182770/raw_assets/public/Base_December2023/fonts/fa-solid-900.woff2) format("woff2"),
    url(//4182770.fs1.hubspotusercontent-na1.net/hubfs/4182770/raw_assets/public/Base_December2023/fonts/fa-solid-900.woff) format("woff"), 
    url(//4182770.fs1.hubspotusercontent-na1.net/hubfs/4182770/raw_assets/public/Base_December2023/fonts/fa-solid-900.ttf) format("truetype"), 
    url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
  font-style: normal; 
  font-weight: 900;
}


.cm-thankyou-becoming.thank-you {
  min-height: 100%;
  padding: 6rem 0 0;
}

.cm-thankyou-becoming.thank-you .thank-you-wrapper .description {
  padding: 3rem 0;
}
.cm-thankyou-becoming.thank-you .thank-you-wrapper .title {
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.cm-thankyou-becoming.thank-you .thank-you-wrapper {
  max-width: 100%;
  margin: 0;
}

.cm-thankyou-becoming.thank-you .thank-you-wrapper .title h1 {
  margin-bottom: 3.2rem;
}
.cm-legal-btns.advanced_button .btn_wrapper {
  justify-content: flex-start;
}


.cst-thank-you-animation.thank-you.animation_type2 {
  min-height: 80vh;
}

.cst-thank-you-animation.thank-you.animation_type2 .thank-you-wrapper .title {
  margin: 6rem auto;
  max-width: 520px;
  text-align: center;
  width: 100%;
}

.cm-legal-cnt-wth-img.reference_pool.cnt_wid_icon_wrapper .item_box_iner {
  margin: 0;
}

.cm-legal-cnt-wth-img.cnt_wid_icon_wrapper .cta_wrapper {
  max-width: 350px;
  margin: 3rem auto;
  transform: translateY(-50px);
}


/* book a demo page */


.book_a_demo_layout .widget-type-form .form-title{
  text-align: center;
  font-weight: 600;
  margin-bottom: 45px;
  color: #FFF;
  background:none;
  font-size: 3.8rem;
  line-height: 1.2;
}

.book_a_demo_layout .widget-type-form form {
  background: none !important;
  box-shadow: none !important;
  padding:0;
}
.book_a_demo_layout .widget-type-form{
  background-color: #04cae5;
  border-radius: 50px;
  min-height: 350px;
  padding: 5rem 7rem 20px 5rem ;
}

.book_a_demo_layout form .hs-form-field {
  margin: 0;
}

.book_a_demo_layout form .hs-form-field input {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #FFF;
  margin: 0 0 30px;
  padding: 0.8rem 2.5rem;
  line-height: 1.5;
  max-width: 100%;
  min-width: 100%;
}


.book_a_demo_layout form .hs-form-field > label {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

.book_a_demo_layout form .hs-form-required {
  color: #fff;
}

.book_a_demo_layout form .actions {
  margin: 0;
  padding: 0;
}
.book_a_demo_layout form .actions input.hs-button {
  transition: all 0.2s linear;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 2rem;
  min-width: 150px;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #000 !important;
  font-weight: 100;
  border: none;
  padding: 0.8rem 2.5rem;
}

.book_a_demo_layout form .actions input.hs-button:hover {
  text-decoration: none;
  transform: scale(1.05);
  border-radius: 4rem;
  color: #fff;
}

.book_a_demo_layout form .hs-form-field input:focus {
  border-bottom: 2px solid #FFF;
  background: none !important;
}

.book_a_demo_layout .hs-input.invalid.error {
  border-color: #fff;
}
/* contact page css */

.contact_us_layout .widget-type-form {
  padding: 3rem 0;
}

.contact_us_layout .widget-type-form .form-title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.2;
  background: none;
}

.contact_us_layout form {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.contact_us_layout .hs-form-field label {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #3c3c3c;
  margin: 0;
}

.contact_us_layout .input {
  margin-top: 1rem;
}

.contact_us_layout input:not(.hs-button), .contact_us_layout textarea {
  mix-blend-mode: multiply;
  border-radius: 2rem;
  border: none;
  padding: 0.8rem 2.5rem;
  line-height: 1.5;
  margin: 0;
  width: 100% !important;
}

.contact_us_layout .hs_firstname input {
  background-color: #04cae5 !important;
  color: #fff;
}

.contact_us_layout .hs_lastname input {
  background-color: #bcd700 !important;
  color: #fff;
}

.contact_us_layout fieldset {
  max-width: 100% !important;
  margin: 0 !important;
}

.contact_us_layout fieldset>div {
  margin: 2rem 0 0;
}

.contact_us_layout .hs_email input {
  background-color: #fe3980 !important;
  color: #fff;
}

.contact_us_layout .hs_company input {
  background-color: #1a74f9 !important;
  color: #fff;

}

.contact_us_layout .hs_jobtitle input {
  background-color: #fcc000 !important;
  color: #fff;
}

.contact_us_layout .hs_message textarea {
  background-color: #d9ecf2 !important;
  color: #fff;
  min-height:100px;
}

.contact_us_layout .actions {
  padding: 0;
  margin: 0;
}

.contact_us_layout form input[type="submit"] {
  transition: all 0.2s linear;
  text-decoration: none;
  background-color: #000 !important;
  font-size: 1.6rem;
  padding: 0.8rem 2.5rem !important;
  line-height: 1.5;
  box-shadow: 0px 3px 6px #00000029;
  margin: auto;
  display: block;
  color: #fff;
  border: none;
  border-radius: 2rem;
  min-width: 150px;
  white-space: pre-wrap;
  margin-top: 2rem;
  font-weight: 500;
}



.post-type-event .hs-search-field__input, 
.post-type-event form input[type=email],
.post-type-event form input[type=file],
.post-type-event form input[type=number],
.post-type-event form input[type=password],
.post-type-event form input[type=tel], 
.post-type-event form input[type=text],
.post-type-event form select,
.post-type-event form textarea {
  width: 100% !important;
}
.contact_us_layout form input[type=submit]:hover {
  background-color: #000;
  border-radius: 4rem;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  transform: scale(1.05);
}

.cm-give-your-address .article-body .bottom-cnt-section {
  display: block;
}

.cm-give-your-address .article-body .top-section {
  display: block;
  margin: 1.6rem 0 4.7rem;
}


.cm-give-your-address.post-type-event .form-section {
  height: auto;
}
.book_a_demo_layout form .hs-form-field input {
  font-weight: 500;
  color: #000;
}
.contact_us_layout .hs-error-msgs label {
  color: #fe3980;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact_us_layout ul.no-list {
  margin: 1em 0;
  padding: 0;
}

.cm-legal-cnt-wth-img a.csm_btn {
  border: 1px solid #d9ecf2;
  background-color: #d9ecf2;
  color: #212529;
  text-decoration: none;
}

.cm-legal-cnt-wth-img a.csm_btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}





@media screen and (min-width: 576px){
  .contact_us_layout .hs_lastname input {
    width: 105% !important;
    transform: translate(-5%);
  }
  .contact_us_layout .hs_company input {
    width: 105% !important;
    transform: translate(-5%);
  }
  .contact_us_layout .hs_email input {
    width: 105% !important;
  }
  .contact_us_layout .hs_firstname input {
    width: 105% !important;
  }
  .contact_us_layout fieldset>div {
    margin: 0;
  }
  .contact_us_layout fieldset {
    margin: 2rem 0 !important;
  }
}



@media (max-width: 991px){
  .book_a_demo_layout .widget-type-form .form-title {
    font-size: 2.8rem;
  }

  .book_a_demo_layout .widget-type-form {
    padding: 5rem 3rem 20px 3rem;
  }
  .cm-give-your-address.post-type-event .article-body {
    padding-bottom: 4.6rem;
  }
}

@media (max-width: 767px){
  .book_a_demo_layout .widget-type-form .form-title {
    font-size: 2.7rem;
    line-height: 1.1;
  }
  .cm-legal-cnt-wth-img.cnt_wid_icon_wrapper .cta_wrapper {
    text-align: center;
    margin: auto;
    margin-bottom: 3rem;
  }
}


.btn_item a,
a.csm_btn {
  display: inline-block;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 3rem;
  color: #fff;
  transition: all 0.2s linear;
  text-decoration: none;
  margin: 0 0 3rem 0;
  padding: 1.5rem 4rem;
}
.btn_item a:focus,
a.csm_btn:focus {
  color: #fff;
}
.btn_item a span,
a.csm_btn span {
  display: block;
  transition: all 0.2s linear;
}
.btn_item a:hover,
a.csm_btn:hover {
  background-color: #000;
  border-radius: 4rem;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  transform: scale(1.05);
}
.btn_item a:hover span,
a.csm_btn:hover span {
  transform: scale(0.95);
}
.btn_item.gradient a,
.gradient a.csm_btn { 
  background: linear-gradient(90deg, #1a74f9, #04cae5 51%, #1a74f9) var(--x, 0)/200%;
  border: none;
}
.btn_item.gradient a:hover,
.gradient a.csm_btn:hover {
  --x: 100%;
  background-color: #04cae5 !important;
}


.home_bottom_pane.cm_bottom_pane .cm_btm_pane_main {
  display: flex;
  justify-content: flex-start;
}
.home_bottom_pane.cm_bottom_pane .cm_btm_pane_inner {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0;
}
.home_bottom_pane.cm_bottom_pane .cm_btm_pane_form form .input input {
  background: #fff;
  color: #33475b;
}
.home_bottom_pane.cm_bottom_pane .cm_btm_pane_form form.hs-form.stacked .hs-error-msgs label {
  color: #fff;
}
.home_bottom_pane.cm_bottom_pane form {
  position: relative;
}
.home_bottom_pane.cm_bottom_pane form .hs_error_rollup {
  position: absolute;
  bottom: -25px;
}
.home_bottom_pane.cm_bottom_pane form ul.no-list.hs-error-msgs {
  margin-top: 10px;
}


.title_with_btn.advanced_button .btn_wrapper {
  justify-content: flex-end;
}
.title_with_btn.advanced_button .btn_item a {
  margin-top: 0;
  margin-bottom: 0;
}

.top_icon_content.cnt_wid_icon_wrapper .title_below .icon_wrapper {
  transform: translateY(-50%);
  margin-bottom: 2rem;
}
.top_icon_content.cnt_wid_icon_wrapper .title_below .item_box_iner {
  display: block;
  padding: 0 1rem;
  transform: translateY(50px);
}
.top_icon_content.cnt_wid_icon_wrapper .content_box {
  max-width: 350px;
  margin: auto;
  transform: translateY(-50px);
}

.campas_banner.two-col-cont .cm_cont_col_inner {
  color: #fff;
}
.campas_banner.two-col-cont .cm_cont_col_inner > * {
  color: inherit;
}
.campas_banner.two-col-cont h1 {
  font-size: 64px;
  line-height: 77px;
  font-weight: 900;
  margin-bottom: 12px;
}
.campas_banner.two-col-cont .cm_two_col p {
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
}
.campas_banner.two-col-cont .cm_content_col.col66 {
  margin-right: 0;
}
.campas_banner.two-col-cont .cm_two_col {
  margin-bottom: 0;
}

.campus_icon_content.cnt_wid_icon_wrapper .flex_row {
  margin-top: 0;
  gap: 30px;
  margin-bottom: 80px;
}
.campus_icon_content.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper img {
  width: 55px;
}
.campus_icon_content.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper {
  margin-left: 0;
}
.campus_icon_content.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper {
  width: auto;
  height: auto;
  flex: 0 0 auto;
}
.campus_icon_content.cnt_wid_icon_wrapper .item_box.no_icon_bg:last-child .icon_wrapper img {
  width: 52px;
}
.campus_icon_content.cnt_wid_icon_wrapper .title_below h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 45px;
  margin: 20px 0 0;
  color: #212529;
}
.campus_icon_content.cnt_wid_icon_wrapper .content_box p {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 2rem;
}


.text_boxes_and_media .campus_image_with_content .page-center {
  max-width: 995px;
}
.text_boxes_and_media .campus_image_with_content .image_wrapper img {
  margin: 0 auto;
  width: 350px;
}
.text_boxes_and_media .campus_image_with_content .grow {
  align-items: center;
}
.text_boxes_and_media .campus_image_with_content .content_wrap h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 0;
}
.text_boxes_and_media .campus_image_with_content .content_wrap p {
  font-size: 24px;
  line-height: 45px;
  max-width: 503px;
  font-weight: 700;
}
.text_boxes_and_media .campus_image_with_content .grow.img_right .content_wrap {
  margin: 0;
}

.campus_btn.advanced_button a.csm_btn {
  background: linear-gradient(270deg, #04CAE5 0%, #0B24FA 100%);
  border: none;
  margin: 0 auto 50px;
}

.campus_btn.advanced_button a.csm_btn span {
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
}
.campus_btn.advanced_button .btn_wrapper .btn_item:last-child {
  margin: 0;
}

.advocacy_icon_content.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper {
  flex: 0 0 auto;
  height: 50px;
  width: auto;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.advocacy_icon_content.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper img {
  width: auto;
}
.advocacy_icon_content.cnt_wid_icon_wrapper .top_cont {
  padding: 1.6rem 0 1px;
}
.advocacy_icon_content.cnt_wid_icon_wrapper .flex_row {
  margin: 6rem 0;
}
.advocacy_icon_content .top_cont {
  color: #fff;
}
.advocacy_icon_content .top_cont > * {
  color: inherit;
}

.text_boxes_and_media .top_content {
  padding: 3rem 0;
}
.text_boxes_and_media .top_content h2 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0;
}
.advocacy_h2.cm_bottom_pane .cm_btm_pane_inner {
  margin-right: 0;
}
.advocacy_h2.cm_bottom_pane h2 {
  color:#fff;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 3.2rem
}

.cm_customer_goal.cnt_wid_icon_wrapper .top_cont {
  color: #fff;
  padding: 1.6rem 0;
}
.cm_customer_goal.cnt_wid_icon_wrapper .top_cont > * {
  color: inherit;
}
.cm_customer_goal.cnt_wid_icon_wrapper .top_cont h2 {
  margin-top: 0;
  margin-bottom: 3.2rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.2;
}
.cm_customer_goal.cnt_wid_icon_wrapper .top_cont a {
  color: #04cae5;
}
.cm_customer_goal.cnt_wid_icon_wrapper .flex_row {
  align-items: flex-start;
  margin-top: 0;
}
.cm_customer_goal.cnt_wid_icon_wrapper .item_box {
  grid-column: span 2;
}
.cm_customer_goal.cnt_wid_icon_wrapper .title_below .item_box_iner {
  padding: 0;
}
.cm_customer_goal.cnt_wid_icon_wrapper .title_below .icon_wrapper {
  width: 80px;
  height: 80px;
  margin: 1rem auto;
  flex: 0 0 80px;
}
.cm_customer_goal.cnt_wid_icon_wrapper .top_cont p {
  margin-bottom: 1.6rem;
}
.cm_customer_goal.cnt_wid_icon_wrapper .content_box p {
  text-align: center;
  color: #fff;
  margin: 0;
}
.cm_customer_goal.cnt_wid_icon_wrapper .content_box > * {
  color: inherit;
}

.top_icon_content.cnt_wid_icon_wrapper .title_below .icon_wrapper img {
  max-width: 42px !important;
}
.top_icon_content.cnt_wid_icon_wrapper p {
  margin: 0 0 1.6rem;
}

.cm_expert_zone.two-col-cont .cm_cont_col_inner {
  color: #fff;
}
.cm_expert_zone.two-col-cont .cm_cont_col_inner > * {
  color: inherit;
}
.cm_expert_zone.two-col-cont .cm_content_col {
  margin: 0;
}
.cm_expert_zone.two-col-cont .cm_cont_col_inner h2 {
  margin-top: 3.2rem;
}

.text_boxes_and_media .integration_banner .grow.img_right .content_wrap {
  margin-right: 0;
}

.text_boxes_and_media .integration_banner .grow.img_right .content_wrap {
  margin-right: 0;
}
.text_boxes_and_media .integration_items .grow {
  align-items: center;
}
.text_boxes_and_media .integration_items .image_wrapper img {
  margin: 0 auto;
  width: 450px;
}

.text_boxes_and_media .book_cont_wt_img .image_wrapper img {
  margin-left: 0;
}
.use_cases_cm.cnt_wid_icon_wrapper .title_below .icon_wrapper img {
  max-width: 42px !important;
}

.content_with_left_icon.cnt_wid_icon_wrapper {
  width: 100%;
  display: grid;
  justify-content: center;
  gap: 1.6rem;
  margin: 1.6rem 0;
  align-items: center;
}
.content_with_left_icon.cnt_wid_icon_wrapper .cta_box .item_box_iner {
  box-shadow: none;
  padding: 0;
  text-align: left;
}
.content_with_left_icon.cnt_wid_icon_wrapper .flex_row {
  display: block;
  margin: 0;
}
.content_with_left_icon.cnt_wid_icon_wrapper .top_cont h2 {
  margin-top: 0;
  margin-bottom: 3.2rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.2;
}
.content_with_left_icon.cnt_wid_icon_wrapper .item_box_iner .icon_row_wrap {
  margin-top: 2rem;
  flex-direction: row-reverse;
}
.content_with_left_icon.cnt_wid_icon_wrapper .item_box_iner .icon_wrapper {
  flex: 0 0 80px;
  box-shadow: 6px 6px 6px rgba(26,116,249,0.160784);
  width: 80px;
  height: 80px;
  margin: 1rem auto;
}
.content_with_left_icon.cnt_wid_icon_wrapper .with_icon_bg .icon_wrapper img {
  width: auto;
  max-width: inherit;
}
.cm_customer_goal.cnt_wid_icon_wrapper .with_icon_bg .icon_wrapper img {
  max-width: inherit;
}
.content_with_left_icon.cnt_wid_icon_wrapper .item_box_iner .icon_row_wrap h3 {
  flex-grow: 1;
  font-weight: 700;
  padding-left: 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
}
.text_boxes_and_media .integration_banner .image_wrapper img {
  margin-left: 0;
}

.home_bottom_pane.cm_bottom_pane h2 {
  color:#fff;
}
.home_bottom_pane.cm_bottom_pane h2,
.content_h1_to_h2 h2 {
  margin-top: 0;
  margin-bottom: 3.2rem;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  .cm_customer_goal.cnt_wid_icon_wrapper .flex_row {
    grid-template-columns: repeat(12,minmax(0,1fr));
  }
}

@media screen and (min-width: 768px) {
  .btn_item a,
  a.csm_btn {
    margin: 3rem 0;
  }
  .cm_customer_goal.cnt_wid_icon_wrapper .top_cont h2,
  .text_boxes_and_media .top_content h2,
  .advocacy_h2.cm_bottom_pane h2,
  .home_bottom_pane.cm_bottom_pane h2, 
  .content_h1_to_h2 h2 {
    font-size: 5.5rem;
    line-height: 1.2;
  }
  .content_with_left_icon.cnt_wid_icon_wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .content_with_left_icon.cnt_wid_icon_wrapper > * {
    grid-column: span 6;
  }
  .content_with_left_icon.cnt_wid_icon_wrapper .top_cont h2 {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 991px) {
  .platform_banner.two-col-cont .cm_content_col {
    margin-right: calc(1264px / 12);
  }
  .cm_customer_goal.cnt_wid_icon_wrapper .top_cont {
    max-width: 66.6666666667%;
  }
  .advocacy_icon_content .top_cont {
    max-width: 66.6666666667%;
  }
  .content_with_left_icon.cnt_wid_icon_wrapper .top_cont {
    margin-right: calc(1264px / 12);
  }
}

@media (max-width: 1200px) {
  .cm_customer_goal.cnt_wid_icon_wrapper .item_box {
    grid-column: span 4;
  }
}

@media (max-width: 991px) {
  .home_bottom_pane.cm_bottom_pane .cm_btm_pane_inner {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .top_icon_content.cnt_wid_icon_wrapper .flex_row {
    row-gap: 8rem;
  }
}

@media (max-width: 767px) {
  .title_with_btn.advanced_button .btn_item a {
    margin-top: 2rem;
  }
  .top_icon_content.cnt_wid_icon_wrapper {
    padding-bottom: 60px;
  }
  .top_icon_content.cnt_wid_icon_wrapper .flex_row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .book_cont_wt_img.text_boxes_and_media .grow {
    gap: 3rem;
  }
  .campas_banner.two-col-cont.at_bottom .cm_two_col .cm_img_col {
    order: 1;
  }
  .campas_banner.two-col-cont .cm_content_col.col66 {
    order: 2;
  }
  .campus_icon_content.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper {
    margin-left: auto;
  }
  .campus_icon_content.cnt_wid_icon_wrapper .cta_wrapper {
    text-align: center;
  }
  .text_boxes_and_media .campus_image_with_content .content_wrap p {
    max-width: 100%;
  }
  .campas_banner.two-col-cont h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .campas_banner.two-col-cont .cm_two_col p {
    line-height: 1.3;
  }
  .text_boxes_and_media .campus_image_with_content .content_wrap p {
    line-height: 1.3;
  }
  .widget-type-rich_text h2[style*="line-height: 65px;"],
  .widget-type-rich_text h2[style*="line-height: 56px;"],
  .widget-type-rich_text h2[style*="line-height: 40px;"]{
    line-height: 1.2 !important;
  }
}

@media (max-width: 479px) {
  .cm_customer_goal.cnt_wid_icon_wrapper .item_box {
    grid-column: span 12;
  }
}

@keyframes pulse {
  0%,100% {
    transform: scale(0.8) rotate(0deg)
  }
  50% {
    transform: scale(1) rotate(10deg)
  }
}

@keyframes color {
  0%,20% {
    color: #fff
  }
  10% {
    color: #f90
  }
}


.two-col-cont.cm-evolution ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.two-col-cont.cm-evolution ul li {
  margin: 2rem 0 2rem 40px;
  position: relative;
}
.two-col-cont.cm-evolution ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -40px;
  width: 24px;
  height: 24px;
  margin-right: 2.4rem;
  background-size: contain;
  background-position: top center;
  background-image: url(//4182770.fs1.hubspotusercontent-na1.net/hubfs/4182770/raw_assets/public/Base_December2023/images/ul_green_plus.svg);
}


@media (max-width:767px) {
  .two-col-cont.cm-evolution .cm_two_col .cm_img_col {
    margin-right: 0; 
  }
}


.ul_margin .images_list_wrap {
  margin: 16px 0;
}

.align-left.advanced_button .btn_wrapper {
  justify-content: flex-start;
}

.customers-form.cm_bottom_pane .cm_btm_pane_main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin: 1.6rem 0;
}

.customers-form.cm_bottom_pane .cm_btm_pane_form form.hs-form.stacked .hs-error-msgs label {
  color: #fff;
}

.customers-form.cm_bottom_pane .cm_btm_pane_inner>h1 {
  margin-bottom: 48px;
}

.customers-form.cm_bottom_pane .cm_btm_pane_form form .input input {
  background: #fff;
  color: #000;
}

.customers-form.cm_bottom_pane .cm_btm_pane_form form .hs-submit .actions {
  margin: 0 -0.5rem 0 0;
}

.custom-banner.banner-2 {
  padding: 3rem 0;
}

.banner-2 iframe {
  width: 100%;
}

.banner-2 .btn_item a {
  background-color: #ff7bac;
  border: 0;
}

.banner-2.custom-banner .image-wrapper {
  margin-bottom: 6rem;
}

.obession .cm_cont_col_inner h3 {
  color: #000000;
}

.obession .cm_cont_col_inner p {
  font-size: 18px;
  color: #000;
}

.obession .top_cont {
  text-align: center;
}

.obession .top_cont h2 {
  margin: auto;
  text-align: center;
}

.obession .top_cont p {
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}

.obession.cnt_wid_icon_wrapper .title_below .item_box_iner {
  display: block;
  text-align: center;
}

.obession.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper {
  width: 100%;
  margin: 0;
  margin-bottom: 2rem;
  flex: none !important;
  display: block;
  height: unset;
}

.obession.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper img {
  margin: auto;
}

.obession.cnt_wid_icon_wrapper .cta_wrapper {
  margin: 0;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.obession.cnt_wid_icon_wrapper .cta_wrapper .cta {
  width: 100%;
  margin-bottom: 0;
  margin-top: 2rem;
}

.obession.cnt_wid_icon_wrapper .title_below h3 {
  margin: 0;
  padding-bottom: 2rem;
}

.obession.cnt_wid_icon_wrapper .cta_wrapper .cta a {
  margin-bottom: 0 !important;
  width: 100%;
  text-align: unset;
}

@media screen and (min-width: 780px){
  .customers-form.cm_bottom_pane .cm_btm_pane_main {
    flex-direction: row;
  }

  .obession.cnt_wid_icon_wrapper .cta_wrapper .cta a{
    margin: 3rem 0;
  }
}

@media(max-width:991px){
  .ul_margin.awards_wrap .top_content {
    width: 100%;
    margin: 0;
  }
}

@media(max-width:767px){
  .align-left.advanced_button .btn_wrapper > * {
    text-align: left;
  }

  .obession.cnt_wid_icon_wrapper .cta_wrapper {
    margin-right: 0;
  }
}

@media (max-width: 479px){
  .customers-form.cm_bottom_pane .cm_btm_pane_form form .hs-submit .actions {
    margin: 10px 0 0;
  }
}


.cm_guid .cm_content_col ul {
  list-style: none;
  font-size: 22px;
  padding-left: 0;
  counter-reset: ul-counter;
}
.cm_guid .cm_content_col ul li:before {
  position: relative;
  counter-increment: ul-counter;
  content: counter(ul-counter) ". ";
  font-weight: 900;
  flex: 0 0 3rem;
  color: #1a74f9;
}
.cm_guid .cm_content_col ul li {
  margin: 2rem 0;
  display: flex;
  align-items: flex-start;
}
.cm_imgclg.two-col-cont .cm_img_col img{
  margin: auto;
  max-width: 450px;
}
.cm_boost .top_cont {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 1.6rem 0;
}
.cm_boost .top_cont p {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.cm_boost.cnt_wid_icon_wrapper .flex_row {
  margin: 6rem 0;
}
.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0rem;
  border-radius: 0;
  height: 70px;
  width: 70px;
  flex: 0 0 70px;
}
.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper img {
  max-width: 100%;
  width: 100%;
}
.cnt_wid_icon_wrapper .item_box.no_icon_bg.title_below h3 {
  flex-grow: unset;
}
.cnt_wid_icon_wrapper .item_box.no_icon_bg p {
  margin-bottom: 2rem;
}
.cm_boost.cnt_wid_icon_wrapper .cta_wrapper a {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.cm_boost.cnt_wid_icon_wrapper .cta_wrapper {
  margin-bottom: 2rem;
}
.cnt_wid_icon_wrapper.cm_cus .top_cont p {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  max-width: 50%;
  margin-top: 3rem;
}
.cnt_wid_icon_wrapper.cm_cus .top_cont {
  margin-bottom: 7rem;
}
.cm_cus.cnt_wid_icon_wrapper .item_box_iner .content_box p {
  margin-bottom: 2rem;
}
.cnt_wid_icon_wrapper.cm_cus .cta_wrapper a.csm_btn {
  margin: 0;
  margin-top: 2rem;
}
.cm_boost.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper img {
  width: 70px;
  max-width: 70px;
}
.cm_boost.cnt_wid_icon_wrapper .item_box.no_icon_bg .icon_wrapper {
  width: 65px;
}

@media (max-width: 991px){
  .cm_imgclg.two-col-cont.img_right .cm_content_col {
    margin-right: 0;
  }
  .cm_imgclg.two-col-cont .cm_img_col img {
    margin: auto;
    max-width: 370px;
  }
}

@media (max-width: 799px){
  .cm_boost .top_cont {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cm_boost.cnt_wid_icon_wrapper .title_below .item_box_iner {
    text-align: center;
  }
  .two-col-cont.cm_est .cm_content_col {
    margin-right: 0;
  }
  .cnt_wid_icon_wrapper.cm_cus .box_header {
    text-align: center;
  }
  .cnt_wid_icon_wrapper.cm_cus .item_box_iner {
    text-align: center;
  }
  .cm_cus.cnt_wid_icon_wrapper .cta_wrapper {
    text-align: left;
  }
  .cm_imgclg.two-col-cont .cm_img_col img {
    max-width: 330px;
  }
  .cm_imgclg.two-col-cont.img_right .cm_content_col {
    margin-right: 0;
  }
}

@media (max-width: 767px){
  .two-col-cont.cm_ever{
    padding-top: 28px;
  }
  .cm_boost .top_cont {
    margin: 1.6rem 0;
  }
  .cm_boost .top_cont h2 {
    margin-top: 22.4px;
  }
  .cnt_wid_icon_wrapper.cm_cus .top_cont p {
    max-width: 90%;
  }
  .cm_cus.cnt_wid_icon_wrapper .cta_wrapper{
    margin-bottom: 2rem;
  }
  .cm_imgclg.two-col-cont.img_right .cm_content_col h2 {
    margin-top: 0.83em;
  }
  .cm_imgclg.two-col-cont .cm_img_col img {
    max-width: 450px;
  }
  .cm_boost.cnt_wid_icon_wrapper .cta_wrapper,
  .cm_cus.cnt_wid_icon_wrapper .cta_wrapper{
    margin-right: 0rem;
  }
  .cm_cus.cnt_wid_icon_wrapper .cta_wrapper {
    text-align: center;
  }
  .cm_cus.cnt_wid_icon_wrapper .item_box_iner .icon_row_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cm_cus.cnt_wid_icon_wrapper .item_box_iner .icon_row_wrap .icon_wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .cm_cus.cnt_wid_icon_wrapper .item_box_iner .icon_row_wrap h3 {
    order: 2;
  }
}

@media (max-width: 479px){
  .cm_imgclg.two-col-cont .cm_img_col img{
    max-width: 272px;
  }
}


.two-col-cont.two_colCm_grid .cm_img_col.col75 {
  width: 33.33%;
  height: auto;
}

.two-col-cont.two_colCm_grid .cm_two_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.two-col-cont.two_colCm_grid .cm_content_col.col75 {
  width: 58.3333333333%;
}

.two-col-cont.cm_overview_banner .page-center {
  width: 100%;
}

.two-col-cont.cm_overview_banner {
  padding: 0;
}

.two-col-cont.cm_overview_banner h5 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.cnt_wid_icon_wrapper .simple_link_type {
  margin-bottom: 0 !important;
}

.cnt_wid_icon_wrapper.cm_no_link_cont_wid_icon .flex_row {
  margin-bottom: 6rem;
}

@media(max-width:991px) and (min-width:768px){
  .two-col-cont.two_colCm_grid .cm_content_col.col75 {
    width: 50%;
  }

  .two-col-cont.two_colCm_grid .cm_img_col.col75 {
    width: calc(50% - 1.6rem);
  }
}

@media(max-width:767px){
  .two-col-cont.two_col_mobile_spaing {
    padding: 6rem 0;
  }  


  .two-col-cont.two_colCm_grid .cm_img_col.col75,
  .two-col-cont.two_colCm_grid .cm_content_col.col75{
    width: 100%;
  }

  .two-col-cont.cm_overview_banner .cm_content_col.col66 {
    width: 100%;
  }
}




.search-page .systems-page {
  max-width: none;
}

.error-page {
  padding: 3rem 0;
}
.search-page .systems-page .hs-search-results ul li:not(:first-child) {
  margin: 3rem 0;
}

.search-page .systems-page .hs-search-results a.hs-search-results__title {
  font-size: 20px;
  line-height: 16.5px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 900;
  margin: 0 0 1.6rem 0;
  color: inherit;
  text-decoration: none;
  font-family:inherit;
}

.search-page .systems-page .hs-search-results a.hs-search-results__title:hover{
  text-decoration: underline;
}

.search-page .systems-page .hs-search-results__pagination {
  text-align: right;
}

.search-page .systems-page .hs-search-results__next-page{
  float:none;
}
.two-col-cont.security_banner .cm_cont_col_inner p{
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}



.two-col-cont.infrastructure .cm_img_col img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  width: 450px; 
}

.star_type_heart .star_logo_wrapper {
  box-shadow: none !important;
}

.star_type_heart .star_box {
  box-shadow: 6px 6px 6px rgba(26,116,249,0.160784);
}

.security_privacy.cnt_wid_icon_wrapper .flex_row {
  display: block;
  column-count: 2;
  padding: 1rem;
  margin:0px;
  padding-bottom:0;
}

.security_privacy.cnt_wid_icon_wrapper .item_box >* {
  width: 100%;
  margin-bottom: 1rem;
  break-inside: avoid;
  display: block;
}

.security_privacy.cnt_wid_icon_wrapper .item_box_iner .icon_wrapper {
  display: block;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin-left:0;
  margin-bottom:0;
  height: auto;
}

.security_privacy.cnt_wid_icon_wrapper .title_below .icon_wrapper img{
  max-width:105px!important;
}

.security_privacy.cnt_wid_icon_wrapper .title_below h3{
  margin: 2rem 0;
}

.security_privacy.cnt_wid_icon_wrapper .title_below .content_box span{
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  display:inline-block;
}

.security_privacy.cnt_wid_icon_wrapper p {  
  margin-bottom: 1.6rem;
}


.security_privacy.cnt_wid_icon_wrapper .cta_wrapper a.csm_btn{
  margin: 3rem 0;
}

.security_privacy.cnt_wid_icon_wrapper .cta_wrapper{
  margin:0;
}

.text_boxes_and_media  .cma_programs .grow.img_right .content_wrap {
  margin-right: 0;
}

.reference_pool.cnt_wid_icon_wrapper .icon_wrapper img {
  max-width: 42px!important;
}

.reference_pool.cnt_wid_icon_wrapper .item_box {
  margin-bottom: 5rem;
}

.reference_pool.cnt_wid_icon_wrapper .item_box_iner{
  margin: 0 2rem;
}

.reference_pool.cnt_wid_icon_wrapper p {
  margin-bottom:1.6rem;
}

.icon_width.cnt_wid_icon_wrapper .title_below .icon_wrapper img{
  max-width: 42px!important;
}

.text_boxes_and_media  .email_dashborard  .grow{
  gap:0;
}

.text_boxes_and_media  .row_item.row_item1.email_dashborard {
  margin-top: 6rem;
}

.cnt_wid_icon_wrapper.li_styling .top_cont li{
  padding: 10px 0;
} 

/*  table styling */

.table_style table{
  width: 100%;
  background: #bcd700;
  border-collapse: collapse;
  margin-bottom: 3.2rem;
} 

.table_style table thead {
  border-bottom: 3px solid;
  text-align: left;
}

.table_style table thead  th {
  border-color: transparent;
  border: 1px solid;
  padding: 0.5em;
  text-align: center;
  border-color: transparent;
  background: transparent;
}

.table_style table tbody td {
  border: 1px solid;
  padding: 0.5em;
  border-color: transparent;
  text-align: center;
}

.table_style table tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.table_style figure{
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
  margin: 16px 0;
}

.table_style.cnt_wid_icon_wrapper .flex_row,
.cnt_wid_icon_wrapper.li_styling .flex_row{
  margin:0;
}

.text_boxes_and_media .email_bg .form_wrapper form.hs-form input[type=submit],
.text_boxes_and_media .email_bg .form_wrapper form.hs-form input[type=submit]:hover{
  background: #000;
}

.text_boxes_and_media .email_bg .form_wrapper form.hs-form input[type=submit]:hover{
  border: 1px solid #000;
}






.fanbase_banner .content_wrap .content h1 {
  font-weight: 900;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.2;
  color: #032963;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
  max-width: 719px;
}

.fanbase_banner .content_wrap .content p {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 6.3rem;
  max-width: 58.1rem;
}

.text_boxes_and_media .fanbase_banner.row_item1 {
  background-color:transparent!important;
}

.fanbase_banner .btn_wrapper .btn_item.btn_item1 a {
  background: linear-gradient(270deg, #04cae5 0%, #0b24fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15.5px;
  min-width: min(352px, 90vw);
  border-radius: 100px;
  border: 0;
  margin:0;
  transition:none;

}

.fanbase_banner .btn_wrapper .btn_item.btn_item1{
  margin:0;
}
.fanbase_banner .btn_wrapper .btn_item.btn_item2 a {
  background: transparent;
  color: #1a74f9;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 0;
  margin:0;
  padding:0;
  transition:none;
}

.fanbase_banner .btn_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6.3rem;
  gap: 0 6.1rem;
}

.fanbase_banner .btn_wrapper .btn_item.btn_item1 a span {
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFF;
}

.fanbase_banner .btn_wrapper .btn_item a:hover,
.fanbase_banner .btn_wrapper a.csm_btn:hover{
  text-decoration: none;
  transform: none;
}

.fanbase_banner .btn_wrapper .btn_item a:hover span,
.fanbase_banner .btn_wrapper a.csm_btn:hover span {
  transform: none;
}


.fan_base_pane.cnt_wid_icon_wrapper .flex_row .item_box_iner.bg_color_1 {
  display: flex;
  flex-direction: column;
  max-width: min(1210px,90%);
  padding: calc(min(1210px, 90%) * 0.053) calc(min(1210px, 90%) * 0.101);
  background: #FFF;
  margin: 0 auto;
  position: relative;
  top: -15rem;
  border-radius: 20px;
  box-shadow: 0px 12px 60px rgba(0, 69, 197, 0.1);
}

.fan_base_pane.cnt_wid_icon_wrapper .flex_row{
  display:flex;
  margin: 0;
}

.fan_base_pane.cnt_wid_icon_wrapper .flex_row .content_box h2 {  
  font-weight: 900;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
  text-align: center;
  color: #fe3980;
}


.cnt_wid_icon_wrapper.become_fan .top_cont h2 {
  font-weight: 900;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 129px;
  margin-bottom: 12.9rem;
  text-align: center;
  color: #fe3980;
}

.cnt_wid_icon_wrapper.become_fan  .flex_row {
  display: grid;
  grid-template-columns: repeat(auto-fit, 223px);
  justify-content: space-between;
  gap: 0;
  margin: 0;
}

.cnt_wid_icon_wrapper.become_fan  .item_box_iner .icon_row_wrap{
  margin-bottom:0rem;
}


.cnt_wid_icon_wrapper.become_fan .cta_box{
  grid-column: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  min-height: 16.3rem;
}

.cnt_wid_icon_wrapper.become_fan .content_box {
  font-weight: 500;
  font-size: 20px;  
  font-size: 2rem;
  line-height: 1.2;
  color: #0F1825;
  margin: 0;
  text-align: center;
  max-width: 223px;
  max-width: 22.3rem;
  min-height: calc(24px * 3);
}

.cnt_wid_icon_wrapper.become_fan .item_box_iner{
  box-shadow:none;
  padding: 0;
}

.cnt_wid_icon_wrapper.become_fan .item_box.no_icon_bg .icon_wrapper{
  margin:0 auto;
  flex: 0 0 auto;
  height: auto;
  width: auto;
}

.cnt_wid_icon_wrapper.become_fan .item_box.no_icon_bg p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #0F1825;
  margin: 0;
  text-align: center;
  max-width: 22.3rem;
  min-height: calc(2.4rem * 3);
}

.cnt_wid_icon_wrapper.become_fan  .item_box_iner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text_boxes_and_media .showcase.list_style .grow.img_left .content_wrap .content ul li {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #0F1825;
  margin-bottom: 47px;
  margin-bottom: 4.7rem;
  max-width: 702px;
  list-style: none;
}

.text_boxes_and_media .showcase.list_style .grow.img_left .content_wrap .content ul li:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #FCC000;
  border-radius: 90px;
  margin: 0 5px 2px -15px;
}

.text_boxes_and_media .showcase .grow.img_left .content_wrap .content h2 {
  font-weight: 900;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 44px;
  margin-bottom: 4.4rem;
  max-width: 702px;
}

.text_boxes_and_media .showcase.list_style .grow.img_left .content_wrap .content ul {
  padding: 0;
  width: max-content;
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
}


@media (min-width:768px){
  .search-page .systems-page .hs-search-results ul li:not(:first-child) {
    margin: 6rem 0;
  }
  .cm_boost.cnt_wid_icon_wrapper .cta_wrapper a.csm_btn {
    margin-top: 3rem;
  }
  .search-page .systems-page .hs-search-results a.hs-search-results__title {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 1.6rem 0;
  }

  .two-col-cont.img_right.security_banner .cm_content_col.col66 {
    grid-column: span 7;
  }

  .two-col-cont.img_right.security_banner .cm_img_col.col66 {
    grid-column: span 5;
  }
  .security_privacy.cnt_wid_icon_wrapper .item_box_iner{
    padding: 6rem;
    box-shadow:none;
    height:auto;
  }

  .text_boxes_and_media .fanbase_banner.row_item1  .grow{
    display: grid;
    max-width: min(1920px, 90%);
    margin: 0 auto;
    grid-template-columns: 45% 42.875%;
    justify-content: space-between;
    padding: 0 calc(min(1920px, 90%) * 0.046) 0 calc(min(1920px, 90%) * 0.12);
    gap:0;
    align-items:center;
  }


  .text_boxes_and_media .fanbase_banner.row_item1  .grow .content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: min(719px, 90vw);
    margin:0;

  }

  .text_boxes_and_media .fanbase_banner.row_item1  .grow .image_wrapper img  {
    width: auto;
    height: auto;
    margin: 35px 0 117px;
  }

  .text_boxes_and_media .fanbase_banner.row_item1 .grow.two_col>* {
    grid-column: auto;
  }

  .text_boxes_and_media .fanbase_banner.row_item1 .page-center {
    width: auto;
    max-width: none;
  }

  .text_boxes_and_media .showcase .grow.two_col.offset_1_col.img_left {
    display: grid;
    --grid-content-length: min(85vw, 1255px);
    grid-template-columns: calc(var(--grid-content-length) * 0.353) calc(var(--grid-content-length) * 0.57);
    column-gap: calc(var(--grid-content-length) * 0.07);
    padding: 120px 20px 45px 0; 
    padding: 12rem 2rem 4.5rem 0;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin:0;
  }

  .text_boxes_and_media .showcase .grow.img_left .image_wrapper {
    grid-column: auto;
    margin: 0;
  }

  .text_boxes_and_media .showcase .grow.img_left .content_wrap {
    grid-column: auto;
  }

  .text_boxes_and_media .showcase .page-center {
    max-width: 100%;
    width: 100%;
  }

  .text_boxes_and_media   .showcase .image_wrapper img{
    max-width: none;
  }

}
@media (min-width:992px){
  .text_boxes_and_media  .email_dashborard .grow.two_col>* {
    grid-column-end: 10;
  }

  .cnt_wid_icon_wrapper.reference_pool  .item_box:nth-child(4){
    grid-column-start: 3;
    grid-column-end: 7;

  }

}
@media (max-width:1500px){
  .fan_base_pane.cnt_wid_icon_wrapper .flex_row .item_box_iner.bg_color_1 {
    max-width: min(1210px, 90vw);
  }

}


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

  .text_boxes_and_media .fanbase_banner.row_item1 .grow {

    padding: 0;
  }

}

@media (max-width:1300px){
  .text_boxes_and_media .showcase.list_style .grow.img_left .content_wrap .content ul{
    width:auto;
  }


  .text_boxes_and_media .showcase .image_wrapper img{
    max-width: 100%;
  }

}

@media (max-width:991px){

  .cnt_wid_icon_wrapper.become_fan .flex_row {
    gap: 2.6rem;
  }

  .text_boxes_and_media  .email_dashborard .grow.two_col>* {
    grid-column: span 12;
  }

  .two-col-cont.img_right.security_banner .cm_content_col.col66{
    grid-column: span 6;
  }

  .two-col-cont.img_right.security_banner .cm_img_col.col66 {
    grid-column: span 6;
  }

  .two-col-cont.img_right.security_banner .cm_content_col {
    margin-right:15px;
  }

  .two-col-cont.infrastructure .cm_content_col{
    margin-right:0;
  }

  .reference_pool.cnt_wid_icon_wrapper .flex_row {
    row-gap: 1.6rem;
  }
  .reference_pool.cnt_wid_icon_wrapper .item_box_iner{
    margin:0;
  }

}


@media (max-width:768px){

  .text_boxes_and_media .fanbase_banner.row_item1  .grow{
    align-items:start;
  }

  .security_privacy.cnt_wid_icon_wrapper .flex_row {
    column-count: 1;
  }
  .two-col-cont.img_right.security_banner .cm_cont_col_inner h2{ 
    margin-top: 0.83em;
  }

  .two-col-cont.img_right.security_banner  .cm_two_col{
    gap:0;
  }

  .security_privacy.cnt_wid_icon_wrapper .cta_wrapper .cta {
    text-align: center;
  }
  .security_privacy.cnt_wid_icon_wrapper .cta_wrapper a.csm_btn {
    margin-top: 0;
  }
  .security_privacy.cnt_wid_icon_wrapper .title_below .item_box_iner{
    text-align: left;
  }
  .text_boxes_and_media .cma_programs .grow.img_right .image_wrapper{
    order:2;
  }
  .text_boxes_and_media .team_dash .grow.img_right .image_wrapper{
    order:2;
  }

  .dashboard_testimon.testimonials .quote_card:before{
    right: 0;
    opacity: 0;
    visibility:hidden;
  }



  .reference_pool.cnt_wid_icon_wrapper{
    padding-bottom:0;
  }

  .text_boxes_and_media .mb_content_top .grow .image_wrapper{
    order: 2;
  }   

  .text_boxes_and_media .mb_content_top.image_with_icon .grow.img_right .content_wrap,
  .text_boxes_and_media .mb_content_top.image_with_icon .grow.img_left .image_wrapper{
    margin-right: 0px;
  }

  .text_boxes_and_media .mb_content_top.row_item2,
  .text_boxes_and_media .mb_content_top.row_item1{
    padding-top: 3rem!important;
  }

  .text_boxes_and_media .email_bg .image_wrapper,
  .text_boxes_and_media .crm_hand .image_wrapper{
    order: 2;
  }

  .text_boxes_and_media .crm_hand .box_content_wrapper{
    text-align: center;
  }

  .text_boxes_and_media .email_bg a.csm_btn{
    margin: 3rem 0 3rem;
  }

  .fanbase_banner .content_wrap .content h1 {
    font-size: 4rem;
  }

  .text_boxes_and_media .btn_wrapper {
    gap: 30px;
  }



}

@media (max-width:530px){
  .cnt_wid_icon_wrapper.become_fan .flex_row {
    display: flex;
    gap: 1.6rem;
  }


}


.team_row6 .card-section.v2 {
  padding: 15.1rem 0 17.3rem;
}
.team_row6 .card-section.v2 .card-buttons {
  justify-content: center;
  margin: 0;
}
.team_row6 .card-section.v2 .card-title_text_buttons .card-text {
  margin-bottom: 4.1rem;
}
.team_row6 .card-section.v2 .card-title_text_buttons .card-text h2 {
  margin: 0;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.45;
  text-align:center;
}
.team_row6 .card-section.v2 .card-title_text_buttons {
  padding: 0;
}
.team_row6 .card-section.v2 .card-button {
  padding: 15px 63px;
  filter: unset;
  text-align:center;
}
.team_row6 .card-section.v2 .card-button:hover {
  background: #f90;
}

.team_row4 .card-section.v2 .card-title_text_buttons {
  padding: 0;
}

.team_row4 .card-section.v2 .card-title_text_buttons .card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 0 15px;
  margin-bottom: 2.7rem;
}

.team_row4 .card-section.v2 .card-title_text_buttons .card-text h2 {
  font-weight: 900;
  margin: 0;
  font-size: 4rem;
  line-height: 1.45;
  text-align:center;
}

.team_row4 .card-section.v2 .card-buttons {
  justify-content: center;
  margin: 0;
}

.team_row4 .card-section.v2 .card-button {
  background: #1bcfc3;
  padding: 15px 63px;
  filter: unset;
}

.team_row4 .card-section.v2 .card-button:hover {
  background: #1bcfc3;
}

.team_row4 .card-section.v2 {
  padding: 15.1rem 0 17.3rem;
}

@media(max-width:1200px){
  .hs_team .title_and_paragraph-section .section-title {
    width: 100%;
  }
}

@media(max-width:980px){
  .team_row6 .card-section.v2 {
    padding: 9.1rem 0 10.3rem;
  }

  .team_row4 .card-section.v2 {
    padding: 9.1rem 0 10.3rem;
  }

  .team_row4 .card-section.v2 .card-title_text_buttons .card-text {
    gap: 0;
    max-width: 90vw;
    margin-top: 0;
  }
}

@media(max-width:1200px){
  .hs_team .title_and_paragraph-section .section-title {
    width: 100%;
    font-size:30px;
  }
}

@media (max-width: 767px) {
  .contact_us_layout .widget-type-form .form-title {
    font-size: 2rem;
    line-height: 1.1;
  }
}

/* Test  */