*, *: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 ;
    }
}
.content-wrapper,
.page-center,
.blog-container ,
.container,
.dnd-section > .row-fluid   {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 80rem){
  .content-wrapper,
  .page-center,
  .blog-container ,
  .container,
  .dnd-section > .row-fluid   {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}
body .dnd-section{
  padding-left: 1rem;
  padding-right: 1rem;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  body .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@font-face {
  font-family: "museo-slab";
  src: url("https://use.typekit.net/af/ea0e14/000000000000000000010141/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),
    url("https://use.typekit.net/af/ea0e14/000000000000000000010141/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),
    url("https://use.typekit.net/af/ea0e14/000000000000000000010141/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "museo-slab";
  src: url("https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), 
    url("https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), 
    url("https://use.typekit.net/af/53dec0/0000000000000000000100fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
}
*,:after,:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59,130,246,.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}
body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

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

/* Paragraphs */

p {
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 120%;
}
h1{
  line-height: 110%;
}
h2{
  line-height: 120%;
}
/* Lists */
img{
  max-width:100%;
  height:auto;
}


ul{
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.6em;
}
ol{
  margin: 0;
  padding: 0;
  padding-left: 1.6em;
}
ul li {
  padding-left: 0.4em;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  list-style-image: url(https://5084746.fs1.hubspotusercontent-na1.net/hubfs/5084746/raw_assets/public/Coginiti_April_2022/images/checkmark-yellow.b4d629.svg);
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin-bottom: 1.6em;
  margin-top: 1.6em;
  padding-left: 1.0666667em;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
  color: #111827;
  font-weight: 500;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  border-left-style: solid;
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
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 */


form {
  padding: 20px;
  margin-bottom: 20px;
  display:block;
  max-width: 700px;
  color: #fff;
  position: relative;
}

.hs_error_rollup label {color: red;}
/* Labels */

form label {
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */
form .field > label {
  font-family: Manrope;
  font-size: 13px;
  display: block;
  font-weight: 500;
  line-height: 20px;
}
.field {
  margin-bottom: 18px;
}
.hs-error-msgs label {
  color: #f2545b;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

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

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
.button,
input[type=submit],
.hs-button {
  display: inline-block;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-size: 18px;
  line-height: 18px;
  font-family: Manrope;
  font-weight: 700;
  transition: all .15s linear;
  margin: 15px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.header {
  min-height: 73px;
}

.header_container {
  left: 0;
  position: fixed;
  top: 0;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  z-index: 50;
  width: 100%;
  transform: translateY(0);
}
body.hide-nav-bar.show .header_container {
  transform: translateY(-100%);
}
.hs-landing-page.hs-page .span6 h1 {
  font-size: 40px;
}
.header_container_inner {
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(116, 115, 116, 0.25);
  position: relative;
}

.header_logo {
  padding: 1.5rem;
  display: block;
  line-height: 0;
}

.header_container_inner .container {
  display: flex;
  justify-content: space-between;
}



.header_menu {
  margin-bottom: -2px;
}

.header_menu .custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.header_menu .custom-menu-primary .hs-menu-wrapper > ul>li {
  font-size: 1rem;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  height: 100%;
  border-bottom-style: solid;
  margin: 0;
  list-style: none !important;
}

.header_menu .custom-menu-primary .hs-menu-wrapper > ul li {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.header_menu .custom-menu-primary .hs-menu-wrapper > ul li a {
  text-decoration: none;
}

.header_menu .custom-menu-primary .hs-menu-wrapper > ul>li>a {
  padding: 1.5rem;
  display: block;
  color:#231f20;
}

.header_menu .custom-menu-primary .hs-menu-wrapper > ul>li>ul {
  opacity: 0;
  visibility: hidden;
  background: #ffff;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  padding-bottom: 3rem;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 10%), 0 8px 10px -6px rgb(0 0 0 / 10%);
  transition: .2s ease-in-out;
  z-index: -1;
}

.header_menu .custom-menu-primary .hs-menu-wrapper > ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}
.header_menu .custom-menu-primary .hs-menu-wrapper>ul> li.hs-menu-item.hs-menu-depth-1.Demo a {
  background-color: rgb(194,23,0);
  border-radius: 9999px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: -0.5rem;
  margin-top: -0.5rem;
  padding: 0.5rem 1.5rem;
  line-height: 150%;
  display: block;
  cursor: pointer;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul> li.hs-menu-item.hs-menu-depth-1.Demo a:hover {
  background-color: rgb(254,189,42);
  color: rgb(35,31,32);
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul> li.hs-menu-item.hs-menu-depth-1.Demo {
  padding: 1.5rem;
  border-bottom-color:transparent !important;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li:hover {
  border-color: rgb(254,189,42);
}
.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container {
  display: flex;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  gap: 1rem;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li {
  padding-left: 1.5rem;
  border-right-width: 1px;
  padding-right: 1.5rem;
  border-right-style: solid;
  border-right-color: rgba(116,115,116,0.25);
  column-gap: 0.5rem;
  grid-template-columns: repeat(2,minmax(0,1fr));
  flex: 1 1 0%;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li>a {
  margin-bottom: 1rem;
  font-size: clamp(.9rem,calc(.81rem + .46vw),1.25rem);
  font-weight: 400;
  line-height: 120%;
  display: block;
  font-family: museo-slab,ui-serif,Georgia;
  color: #231f20;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li> ul {
  margin-bottom: 1rem;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li > ul >li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li> ul >li >a {
  color: inherit;
}
p.nav-text.mb-3 {
  margin-bottom: 0.75rem;
  display: block;
  font-family: Manrope,ui-sans-serif,Arial;
  font-size: clamp(.8rem,calc(.58rem + .23vw),.875rem);
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  margin-top: 0;
  color: rgb(116,115,116);
}

span.nav-subheading {
  margin-bottom: 0.75rem;
  font-family: Manrope,ui-sans-serif,Arial;
  font-size: 1rem;
  line-height: 150%;
}
.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li>ul>li>a:hover span.nav-subheading {
  -webkit-text-decoration-color: rgb(var(--color-primary-yellow));
  text-decoration-color: rgb(254,189,42);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

.header_menu .custom-menu-primary .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Product >ul>.container>li>a {
  text-decoration: none !important;
}


.header_menu .custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.On-DemandWebinar >ul>li>a span.nav-subheading {
  margin-bottom: 0.75rem;
  display: block;
  font-family: Manrope,ui-sans-serif,Arial;
  font-size: clamp(.8rem,calc(.58rem + .23vw),.875rem);
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  margin-top: 0;
  color: #747374;
  text-decoration: none !important;
}

.header_menu .custom-menu-primary li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.On-DemandWebinar >ul>li {
  margin: 0;
  padding: 0;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li>a:hover {
  -webkit-text-decoration-color: rgb(var(--color-primary-yellow));
  text-decoration-color: #febd2a;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.header_menu .custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.Learn>a,
.header_menu .custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.Support >a {
  text-decoration: none !important;
}
.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li:last-child {
  border-right: none;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li.Company>ul>.container>li>a {
  display: none;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li.Company>ul>.container>li>ul>li>a span.nav-subheading {
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 120%;
  display: block;
  font-family: museo-slab,ui-serif,Georgia;
  color: #231f20;
  font-size: clamp(.9rem,calc(.81rem + .46vw),1.25rem);
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li.Company>ul>.container>li>ul>li {
  padding: 0;
  margin: 0;
}
.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li.Company>ul>.container>li>ul>li>a span.nav-subheading {
  margin-bottom: 0.5rem;
}

.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li.Company>ul>.container>li>ul>li>a p {
  margin-bottom: 1rem;
}
.header_menu .custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.AllYour.Favorite.Data.Platforms {
  column-gap: unset;
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
}

.header_menu .custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.AllYour.Favorite.Data.Platforms >ul {
  display: grid;
  margin: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  grid-column: span 1/span 1;
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  column-gap: 3.5rem;
  grid-template-columns: repeat(2,minmax(0,1fr));
  row-gap: 1rem;
  color: rgb(116,115,116);
}

.header_menu .custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.AllYour.Favorite.Data.Platforms >ul>li {
  margin: 0;
  padding: 0;
}
.header_menu .custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.AllYour.Favorite.Data.Platforms >a {
  grid-column: span 2/span 2;
}

.header_menu .custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.AllYour.Favorite.Data.Platforms >ul>li>a {
  display: block;
  font-weight: 400!important;
  opacity: .75;
  -webkit-text-decoration-line: none!important;
  text-decoration-line: none!important;
  color:rgb(122,115,116);
}

.header_menu .custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.AllYour.Favorite.Data.Platforms >ul>li>a:hover {
  opacity: 1;
}
@media(max-width:1024px){
  .header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header_menu .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.Demo {
    padding: 1rem;
  }

}
@media(min-width:768px){
  button.mobile_trigger {
    display: none !important;
  }

  .mobile_menu {
    display: none !important;
  }
  .mobile_logo {
    display: none !important;
  }
}

@media(max-width:767px){
  .header {
    min-height: 79px;
  }
  .desktop_logo {
    display: none !important;
  }
  .custom-menu-primary {
    display: none !important;
  }
  .mobile_menu {
    padding: 1rem;
    transform: translateY(-100%);
    bottom: 0;
    height: 100vh;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 100vw;
    background-color:#fff;
    padding-top: 6rem;
    z-index:10;
  }

  .mobile_open .mobile_menu {
    transform: translateY(0);
  }
  button.mobile_trigger {
    cursor: pointer;
    height: 30px;
    margin: auto 16px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 35px;
    background: none;
    border: none;
  }

  button.mobile_trigger span {
    background-color: rgb(35,31,32);
    border-radius: 1px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%;
  }

  button.mobile_trigger span:first-child {
    top: 2px;
    transform-origin: left center;
  }

  button.mobile_trigger span:nth-child(2) {
    top: 14px;
    transform-origin: left center;
  }

  button.mobile_trigger span:nth-child(3) {
    top: 26px;
    transform-origin: left center;
  }

  button.mobile_trigger {
  }

  .mobile_open button.mobile_trigger span:first-child {
    left: 6px;
    top: 3px;
    transform: rotate(45deg);
  }

  .mobile_open button.mobile_trigger span:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .mobile_open button.mobile_trigger span:nth-child(3) {
    left: 6px;
    top: 28px;
    transform: rotate(-45deg);
  }

  body.mobile_open  {
    overflow: hidden;
  }


  .mobile_menu .hs-menu-wrapper ul li {
    margin: 0;
    padding: 0;
    list-style: none !important;
    font-size: 1rem;
  }

  .mobile_menu .hs-menu-wrapper >ul>li {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(116, 115, 116, 0.25);
  }

  .mobile_menu .hs-menu-wrapper >ul>li>a {
    font-family: Manrope,ui-sans-serif,Arial;
    font-size: 18px;
    line-height: 150%;
    text-decoration: none;
    color: #231f20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .mobile_menu .hs-menu-wrapper >ul>li>ul>li {
    padding-left: 1rem;
    margin-top: 1rem;
  }

  .mobile_menu .hs-menu-wrapper >ul>li>ul {
    display: none;
  }
  .mobile_menu .hs-menu-wrapper >ul>li>ul >li>a {
    margin-bottom: 1rem;
    display: block;
  }
  .mobile_menu .hs-menu-wrapper >ul>li>ul>li>a {
    margin-bottom: 1rem;
    font-size: clamp(.9rem,calc(.81rem + .46vw),1.25rem);
    font-weight: 400;
    line-height: 120%;
    display: block;
    font-family: museo-slab,ui-serif,Georgia;
    color: #231f20;
    text-decoration: none;
  }

  .mobile_menu .hs-menu-wrapper >ul>li>ul>li>ul>li {
    padding-left: 1rem;
    margin-bottom: 1rem;
  }

  .mobile_menu .hs-menu-wrapper >ul>li>ul>li>ul>li>a {
    text-decoration: none;
    color: #231f20;
  }
  .mobile_menu .hs-menu-wrapper >ul>li:last-child {
    border: none;
  }
  .mobile_menu .hs-menu-wrapper>ul>li:last-child>a {
    background-color: #c21700;
    border-radius: 9999px;
    color: #fff;
    font-size: 1rem;
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
    padding: 0.5rem 1.5rem;
    line-height: 150%;
    cursor: pointer;
    display: inline-block;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    width: 50%;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:last-child {
    text-align: center;
  }
  .mobile_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-color: #febd2a;
    color: #231f20;
  }
  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.On-DemandWebinar ul {
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
  }

  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.On-DemandWebinar ul li {
    margin: 0;
    padding: 0;
  }

  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.On-DemandWebinar ul li a {
    margin-bottom: 0.75rem;
    display: block;
    font-family: Manrope,ui-sans-serif,Arial;
    font-size: clamp(.8rem,calc(.58rem + .23vw),.875rem);
    font-weight: 400;
    line-height: 150%;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    margin-top: 0;
    color: #747374;
  }
  .mobile_menu .hs-menu-wrapper>ul>li.open >a>svg {
    transform: rotate(180deg);
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover>span {
    text-decoration-color: rgb(254,189,42);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
  }
  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.AllYour.Favorite.Data.Platforms >ul>li>a {
    color: rgb(116,115,116);
    display: block;
    font-weight: 400!important;
    opacity: .75;
    -webkit-text-decoration-line: none!important;
    text-decoration-line: none!important;
    margin-bottom: 0.5rem;
  }

  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.AllYour.Favorite.Data.Platforms >ul>li {
    margin: 0;
  }


  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Company >ul >li>a {
    display: none;
  }

  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Company >ul>li {
    padding-left: 0;
    margin: 0;
  }

  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Company >ul {
    margin-top: 1rem;
  }

  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Company > ul ul>li>a>span {
    font-size: clamp(.9rem,calc(.81rem + .46vw),1.25rem);
    font-weight: 400;
    line-height: 120%;
    font-family: museo-slab,ui-serif,Georgia;
    display: block;
    margin-bottom: 0.5rem;
  }

  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.On-DemandWebinar >a:hover {
    text-decoration-color: #febd2a;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
  }

  .mobile_menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.On-DemandWebinar span.nav-subheading-m-i {
    text-decoration: none;
  }

}

@media(max-width:640px){
  .header_container_inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@keyframes dropDown {
  0% {
    --tw-translate-y: -120%
  }

  0% {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  0% {
    opacity: 0
  }

  to {
    --tw-translate-y: 0;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  to {
    opacity: 1
  }
}

@keyframes moveUp {
  0% {
    --tw-translate-y: 0
  }

  0% {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  0% {
    opacity: 1
  }

  to {
    --tw-translate-y: -120%
  }

  to {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  to {
    opacity: 0
  }
}
.custom_bottom_footer {
  background-color: rgb(254,189,42);
}
.footer{
  border-top-width: 8px;
  border-top-style: solid;

}
.custom_bottom_footer .container {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0.5rem;
  font-size: clamp(.75rem,calc(.58rem + .23vw),.75rem);
}

.custom_bottom_footer p {
  margin: 0;
}

.copyright_link {
  text-align: right;
}

.copyright_link a {
  text-decoration: none;
  color: rgb(35,31,32);
  opacity: .75;
}

.copyright_link a:hover {
  opacity: 1;
}

.custom_footer .container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.custom_footer_row {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1rem;
}
.mb_f_logo {
  display: none;
}

.footer_logo {
  padding-bottom: 1.5rem;
}

.footer_side_logo_info {
  text-align: left;
  margin-bottom: 4rem;
}

.footer_lgo_in p {
  margin-right: 6rem;
  font-style: italic;
  font-family: museo-slab,ui-serif,Georgia;
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.footer_get_app_button a {
  font-size: 1rem;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
  border-radius: 2.125rem;
  padding: 0.875rem 2rem;
  text-transform: capitalize;
  background-color: #febd2a;
  color: #231f20;
  border: 2px solid transparent;
  display: inline-block;
}

.footer_get_app_button a:hover {
  background-color: #c21700;
  color: #fff;
}

.footer_col .hs-menu-wrapper >ul ul li a {
  color: rgb(116,115,116);
  display: block;
  font-weight: 400;
  opacity: .75;
  text-decoration-line: none!important;
  margin-bottom: 0.5rem;
}

.footer_col .hs-menu-wrapper >ul li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.footer_col .hs-menu-wrapper >ul>li>a {
  margin-bottom: 1rem;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-family: museo-slab,ui-serif,Georgia;
  font-size: clamp(1.08rem,calc(.95rem + .63vw),1.56rem);
  line-height: 120%;
  color: rgb(35,31,32);
}

.footer_col .hs-menu-wrapper > ul {
  margin-bottom: 1rem;
}
.footer_col.company_menu .hs-menu-wrapper >ul>li:not(:last-child) {
  margin-bottom: 2em;
}

.footer_col.product_menu .hs-menu-wrapper > ul ul>li:nth-child(2) {
  padding-bottom: 24px;
}

.footer_col.product_menu .hs-menu-wrapper > ul ul>li:nth-child(3)>a {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: Manrope,ui-sans-serif,Arial;
  margin-bottom: 0.75rem;
  color: rgb(35,31,32);
  opacity: 1;
  text-decoration: none !important;
}

.footer_col .hs-menu-wrapper>ul ul li a:hover {
  opacity: 1;
  color: rgb(116,115,116);
  opacity: 1;
  text-decoration-color: rgb(254,189,42);
  -webkit-text-decoration-line: underline!important;
  text-decoration-line: underline!important;
  text-decoration-thickness: 2px;
}

.footer_col.support_menu .hs-menu-wrapper >ul>li:first-child {
  margin-bottom: 2em;
}

.footer_col.support_menu .hs-menu-wrapper >ul {
  margin: 0;
}

.footer_col.product_menu .hs-menu-wrapper > ul ul>li:last-child {
  margin-top: 1rem;
}
.footer-subheading {
  font-family: Manrope,ui-sans-serif,Arial;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}

.footer_icons ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.footer_icons ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-size: 1rem;
}

.footer_icons ul li a {
}

.footer_icons {
  margin-top: 1rem;
}

.footer_icons ul li a {
  transition-duration: .15s;
  transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .2s;
  color: rgb(116,115,116);
  width: 32px;
  height: 32px;
  display: flex;
}

.footer_icons ul li a svg {
  display: block;
  vertical-align: middle;
}

.footer_icons ul li a:hover {
  color: rgb(254,189,42);
}
.footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Company >a:hover {
  opacity: .75;
}

.footer li.hs-menu-item.hs-menu-depth-1.Pricing > a:hover {
  opacity: .75;
}

.footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Support >a:hover {
  opacity: .75;
}

@media(max-width:767px){
  .custom_bottom_footer .container {
    font-size: 16px;
  }

  .custom_bottom_footer p span {
    display: none;
  }

  .custom_footer_row {
    display: block;
  }

  .mb_f_logo {
    display: block;
    text-align: center;
  }

  .dk_f_logo {
    display: none;
  }

  .footer_logo {
    text-align: center;
  }

  .footer_lgo_in {
  }

  .footer_side_logo_info {
    text-align: center;
  }

  .footer_lgo_in p {
    text-align: center;
    margin-right: 0;
  }


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