<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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


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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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 {
  margin: 0 auto;
  padding: 0 20px;
}

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

.dnd-section &gt; .row-fluid {
  margin: 0 auto;
  padding: 0 15px;
}

.banner-section .dnd-section &gt; .row-fluid {
  padding: 0;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}
@font-face { 
  font-family: "Montserrat"; 
  src: url(//20473359.fs1.hubspotusercontent-na1.net/hubfs/20473359/raw_assets/public/GoodVisionLive_August2021/fonts/JTUSjIg1_i6t8kCHKm459W.woff2) format("woff2"); 
  font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}


@font-face { 
  font-family: "Montserrat"; 
  src: url(//20473359.fs1.hubspotusercontent-na1.net/hubfs/20473359/raw_assets/public/GoodVisionLive_August2021/fonts/JTURjIg1_i6t8kCHKm45_dJ.woff2) format("woff2"); 
  font-style: normal; font-weight: 700; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: pixicon; 
  src: url(//20473359.fs1.hubspotusercontent-na1.net/hubfs/20473359/raw_assets/public/GoodVisionLive_August2021/fonts/pixicon.ttf) format("truetype"), 
    url(//20473359.fs1.hubspotusercontent-na1.net/hubfs/20473359/raw_assets/public/GoodVisionLive_August2021/fonts/pixicon.woff) format("woff"), 
    url(//20473359.fs1.hubspotusercontent-na1.net/hubfs/20473359/raw_assets/public/GoodVisionLive_August2021/fonts/pixicon.svg) format("svg"); 
  font-style: normal; font-weight: 400; font-display: block; 
}


body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
  font-family: "Montserrat";
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

h1 {
  line-height: 1.2;
}

h2 {
  line-height: 1.2;
}

h3 {
  line-height: 1.2;
}

h4 {
  line-height: 1.2;
}

h5 {
  line-height: 1.2;
}

h6 {
  line-height: 1.5em;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

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

img {
  max-width: 100%;
  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: 1.4rem;
}

/* Labels */

form label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
  margin-bottom: .5rem;
  width: 100%;
  display: inline;
}



/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  border: none;
  display: inline-block;
  font-size: .875rem;
  padding: .7rem;
  width: 100%;
  margin: 0;
  font-family: inherit;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-clip: padding-box;
  width: 100%;
  height: calc(2.7rem + 0rem);
  padding: 0.5625rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  direction: ltr;
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list &gt; 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 &gt; span,
.legal-consent-container .hs-form-booleancheckbox-display &gt; span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

.hs-error-msg,
.hs-main-font-element {
   color: #dc3232;
  margin-top: 0.35rem;
}

form .inputs-list li {
    margin: 0;
}

form .inputs-list li label {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  transition: all .15s linear;
  white-space: normal;
  font-family: "Montserrat";
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700 ;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */


table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
/* Header container */

.header {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.sign-up-button a {
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.15s ease-in-out;
  line-break: normal;
  padding: 0.5625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #76bd32;
  border-color: #76bd32;
  box-shadow: none;
  border-radius: 1.4375rem;
  font-weight: 700;
  cursor: pointer;
}

.sign-up-button a:hover {
  background-color: #6cad2e;
  border-color: #5d9527;
  color: #fff;
}

.submenu.level-2 {
  font-size: 1rem;
  text-align: left;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}


.submenu.level-2 &gt; li {
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  position: relative;
  align-self: stretch;
  align-items: center;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul.submenu.level-2&gt;li&gt;a {
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  color: #adb5bd;
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 700;
  border-radius: 0px;
}



nav.navbar {
  padding: .5rem 1rem;
  align-items: center;
  position: relative;
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
}

span.spacer {
  margin-right: .5rem;
  margin-left: .5rem;
}

.logo img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  float: left;
}

.logo a {
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 0px;
  max-width: 100%;
  float: left;
}

.logo {
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  margin-right: -5px;
  vertical-align: middle;
  position: relative;
  overflow-y: hidden;
  visibility: visible;
  opacity: 1;
  animation-name: none;
  max-width: 180px;
}

.logo__wrapper {
  overflow-y: hidden;
  padding-right: 5px;
  margin-right: -5px;
  vertical-align: middle;
  position: relative;
  display: flex;
  align-items: center;
}

.sign-up-button {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

ul.submenu.level-1&gt;li&gt;a {
  display: block;
  padding: .5rem 1rem;
  font-weight: 700;
  font-size: 1rem;
}

.menu__section {
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  height: auto;
  overflow: visible;
}

ul.submenu.level-1 {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-self: stretch;
  align-items: center;
}

ul.submenu.level-1&gt;li {
  align-self: stretch;
  align-items: center;
}

ul.submenu.level-1&gt;li&gt;a span {
  font-size: 14px;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  white-space: normal;
}
ul.submenu.level-2 {
  display: none;
}
.wrapper ul.submenu.level-2 {
  display: flex;
}
ul.submenu.level-2&gt;li {
  position: relative;
  align-self: stretch;
  align-items: center;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
}

ul.submenu.level-2&gt;li&gt;a {
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  color: #adb5bd;
  font-weight: 700;
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wrapper {
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  left: 0;
  z-index: 1000;
  border-radius: 4px;
  position: static;
  float: none;
  box-shadow: none;
  border: 0px;
}

span.content {
  display: inline-block;
  margin-right: .25rem;
}

span.content_wrapper {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  display: inline-block;
  font-weight: 400;
  background-color: rgba(169, 220, 121, 0.15);
  padding: 5px 10px;
  -webkit-backface-visibility: hidden;
  font-size: 12px;
}

ul.submenu.level-2&gt;li&gt;a span span {
  font-size: 12px;
}

ul.submenu.level-2&gt;li&gt;a span span span span {
  color: #76bd32;
  font-weight: 400;
  font-size: 12px;
}

.logo div:last-child {
  display: none;
}

ul.submenu.level-2&gt;li&gt;a {
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  font-weight: 700;
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 0px;
}

ul.submenu.level-2&gt;li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul.submenu.level-2&gt;li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

ul.submenu.level-2&gt;li&gt;a span {
  text-align: inherit;
  font-size: 14px;
  font-weight: 700;
  white-space: normal;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wrapper&gt;.container {
  font-size: 1rem;
  text-align: left;
  list-style: none;
  padding: 0;
  transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*------------------------------------- Coding---------------------------------- */
.submenu.level-1 &gt; .has-submenu &gt; .menu-arrow {
  display: none;
}

ul.submenu.level-1 li input {
  display: none;
}
/* ------------------------------------------------------------------------ */

/* Media Queries */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  ul.submenu.level-2 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  ul.submenu.level-2 {
    max-width: 720px;
  }

  .mobile-menu ul li {
    display: flex;
  }

  .mobile-menu ul li&gt;ul li {
    display: flex;
  }

}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  ul.submenu.level-2 {
    max-width: 960px;
    border-radius: 6px;
    margin: 0;
    padding: 0;
  }

  .navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  ul.submenu.level-1&gt;li&gt;a {
    padding-right: .5rem;
    padding-left: .5rem;
    position: relative;
  }

  ul.submenu.level-1 {
    flex-direction: row;
  }

  ul.submenu.level-1&gt;li {
    position: relative;
    padding: 0px 10px;
  }

  ul.submenu.level-1&gt;li&gt;a span {
    position: relative;
  }

  .menu__section {
    display: flex;
    flex-basis: auto;
  }

  ul.submenu.level-1&gt;li:hover&gt; .wrapper{
    height: auto;
    visibility: visible;
    overflow: visible;
    display: block !important;
    opacity: 1 !important;
  }

  ul.submenu.level-1&gt;li:hover&gt; .wrapper&gt;.container {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  ul.submenu.level-2&gt;li&gt;a {
    font-size: 14px;
    padding: 10px 20px;
  }

  .wrapper {
    position: absolute;
    margin-top: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 240px;
    width: 100%;
    max-width: 1200px;
    background: transparent;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    top: 88%;
  }

  .wrapper&gt;.container {
    background: #fff;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    border-radius: 6px;
    opacity: 0;
    border: 0px solid rgba(0, 0, 0, 0);
    margin-top: 25px;
  }

  ul.submenu.level-1&gt;li&gt;a span:after {
    content: " ";
    position: absolute;
    background: #343a40;
    top: 100%;
    margin-top: 4px;
    border-radius: 3px;
    left: 0%;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    box-sizing: border-box;
    display: block;
  }

  ul.submenu.level-1&gt;li:hover&gt;a&gt;span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  span.content {
    border-radius: 5px;
  }

  span.content_wrapper {
    border-radius: 5px;
  }


  .fixed_logo .logo div:first-child,
  .mobile_header {
    display: none;
  }

  .sticky_logo .logo div:last-child {
    display: block;
  }

  .fixed .header {
    backdrop-filter: saturate(180%) blur(20px);
    left: 0;
    clear: both;
    z-index: 99999;
    width: 100%;
    position: fixed;
    top: 0px;
    box-shadow: 0px 5px 80px rgb(0 0 0 / 10%);
    background: rgba(255, 255, 255, 0.8);
  }

  .fixed header.mobile_header {
    backdrop-filter: saturate(180%) blur(20px);
    left: 0;
    clear: both;
    z-index: 99999;
    width: 100%;
    position: fixed;
    top: 0px;
    box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%) !important;
  }

  .header_wrapper {
    min-height: 60.8px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media (min-width: 1200px) {  
  .container {
    max-width: 1140px;
  }
  ul.submenu.level-2 {
    max-width: 1140px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  ul.submenu.level-1&gt;li&gt;a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

@media (max-width: 991px) {
  .header {
    display: none;
  }

  .hamburger {
    border-radius: .25rem;
    display: flex;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    transition-timing-function: linear;
    font: inherit;
    padding: 5px 5px;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
  }

  span.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
  }

  span.hamburger-inner.bg-white {
    text-transform: none;
    cursor: pointer;
    background-color: #343a40;
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  span.hamburger-inner-before.bg-white {
    text-transform: none;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    background-color: #343a40;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    content: "";
    display: block;
    top: -10px;
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }

  span.hamburger-inner-after.bg-white {
    background-color: #343a40;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    content: "";
    display: block;
    bottom: -10px;
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger:hover {
    opacity: 0.7;
    outline: none;
  }

  .slide-container {
    display: flex;
    overflow-y: hidden;
    padding-right: 5px;
    margin-right: -5px;
    vertical-align: middle;
    position: relative;
  }

  .active .hamburger-inner.bg-white  {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .active .hamburger-inner-before.bg-white {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }

  .active .hamburger-inner-after.bg-white {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .nav-logo {
    display: inline-block;
    transition: none;
    -webkit-font-smoothing: antialiased;
    overflow-y: hidden;
    padding-right: 5px;
    margin-right: -5px;
    vertical-align: middle;
    position: relative;
  }

  .nav-logo a {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    transition: none;
    outline: none;
    margin-right: 0px;
    max-width: 100%;
    float: left;
  }

  .nav-logo a img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    float: left;
  }

  .mobile-menu {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    height: auto;
    overflow: visible;
  }


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

  .mobile-menu ul li {
    position: relative;
    align-items: center;
    align-self: stretch;
    display: block !important;
  }

  .mobile-menu ul li a {
    white-space: nowrap;
    display: block;
    font-weight: 700;
    color: #343a40;
    transition: none;
    -webkit-font-smoothing: antialiased;
    outline: none;
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-menu ul li a span {
    font-size: 14px;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    white-space: normal;
  }

  .mobile-menu ul .hs-item-has-children a:after {
    margin-left: .255em;
    vertical-align: .255em;
    display: inline-block;
    content: "\f129";
    font-family: 'pixicon';
    border: 0;
    padding-left: 10px;
    position: relative;
    top: 6px;
  }




  header.mobile_header .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    padding-left: 0px;
    padding-right: 0px;
  }

  .mobile-menu ul li&gt;ul li a span {
    font-weight: 700;
    white-space: normal;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #343a40;
    font-size: 14px;
  }

  .mobile-menu ul li&gt;ul li a span:after {
    display: none;
  }

  .mobile-menu ul li&gt;ul li a {
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 700;
    outline: none;
    transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px;
    max-width: 300px;
  }
  .mobile-menu ul li&gt;ul li a:hover{
    background-color: #f8f9fa;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-menu ul li&gt;ul {
    display: none;
    width: 100%;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    min-width: 10rem;
    top: 100%;
    left: 0;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: none !important;
    padding: 0px;
    margin-left: 0 !important;
    margin-right: -15px !important;
  }

  .mobile-menu ul li&gt;ul {
    width: 100%;
  }

  .mobile-menu ul li&gt;ul li {
    position: relative;
    align-items: center;
    align-self: stretch;
    width: 100%;
  }
  header.mobile_header {
    width: 100%;
    left: 0;
    padding: 0px;
    clear: both;
    float: left;
    backface-visibility: hidden;
    top: 0;
    z-index: 999999999;
    max-height: 90vh;
    overflow: auto;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #e9ecef;
  }

  .sub-menu {
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    min-width: 10rem;
    top: 100%;
    left: 0;
    z-index: 1000;
    border-radius: 4px;
    display: block;
    float: none;
    box-shadow: none;
    border: 0px;
    margin-top: 0px;
    position: relative;
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .sub-menu_wrapper  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0px;
  }

  .sub-menu_wrapper ul li {
    position: relative;
    align-items: center;
    align-self: stretch;
    width: 100%;
  }

  .sub-menu_wrapper ul li a {
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    font-weight: 700;
    outline: none;
    transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 300px;
    padding: 10px 15px;
  }

  .mobile-menu ul .hs-menu-depth-2 a:after {
    display: none;
  }
  .child-trigger {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 54.08px;
    line-height:54.08px;
    cursor: pointer;
  }

  .mobile-menu ul li:nth-child(1)&gt;ul {
    margin: 0;
    max-width: 100%;
  }

  .mobile-menu ul li:nth-child(2)&gt;ul {
    max-width: 578.675px;
    margin: 0;
  }

  .mobile-menu ul li:nth-child(3)&gt;ul {
    margin: 0;
    max-width: 439.438px;
  }

  .mobile-menu ul li:nth-child(4)&gt;ul {
    margin: 0;
    max-width: 308.65px;
  }
}

@media (max-width: 768px) {
  .column_container {
    display: inline-block;
  }

  .column_container.item4 {
    width: 100%;
  }

  .column_container.item3 {
    width: 50%;
    float: left;
  }

  .column_container.item2 {
    width: 50%;
    float: left;
  }

  .column_container.item1 {
    width: 100%;
  }

  .sub-menu_wrapper ul li {
    display: flex;
  }
  
  .mobile-menu ul li a {
    margin-right: 60px
  }
}
.mobile_header .stripe-line {
  position: absolute;
    top: 19px;
    width: 50px;
    height: 13px;
    right: -4px;
    z-index: 99;
    cursor: pointer;
    content: url('data:image/svg+xml,&lt;%3Fxml version="1.0" encoding="iso-8859-1"%3F&gt;&lt;!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --&gt;&lt;svg fill="%23000000" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330" xml:space="preserve"&gt;&lt;path id="XMLID_225_" d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"/&gt;&lt;/svg&gt;')
}
.mobile-menu ul .hs-item-has-children a:after {
  display:none;
}

/* new custom menu */

.hs-content-id-69468960422 .old-menu {
display:none
}
.hs-content-id-69468960422 .custom-menu {
  display: block !important
}
footer.footer {
  transition: filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  bottom: 0;
  overflow: hidden;
}

.container.margin.padding&gt;.inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

footer .content {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


.top_wrapper {
  text-align: left;
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  z-index: 30;
}

.footer_top {
  background-color: #76bd32;
  margin-left: -15px;
  margin-right: -15px;
  overflow: visible;
  padding-top: 0;
  position: relative;
}
.footer_bottom {
  margin-left: -15px;
  margin-right: -15px;
  overflow: visible;
  padding-top: 0;
  position: relative;
}

.footer_top:before {
  box-sizing: inherit;
  content: " ";
  display: table;
}

.footer_top:after {
  box-sizing: inherit;
  content: " ";
  display: table;
  clear: both;
}

.top_wrapper &gt; .inner {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.top_wrapper&gt;.inner:before {
  box-sizing: inherit;
  content: " ";
  display: table;
}

.top_wrapper&gt;.inner:after {
  box-sizing: inherit;
  content: " ";
  display: table;
  clear: both;
}

.column_wrapper {
  position: relative;
}

.row_inner {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_container {
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form_inner {
  padding-top: 15px;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.form_wrapper {
  position: relative;
  height: 100%;
}

.form_inner:before {
  content: " ";
  display: table;
}

.form_inner:after {
  content: " ";
  display: table;
  clear: both;
}

.form_wrapper form {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}

.heading h5 {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.28;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat";
  letter-spacing: -0.02em;
}

.para p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.switcher-container ul li a {
  font-weight: bold;
  margin: 5px 0;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%) ;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #343a40;
  text-align: left;
}

.switcher-container ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.column_container {
  text-align: right;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  z-index: 30;
}

.lang_btn {
  margin: 0 0 30px;
  display: inline-block;
  width: 100%;
}

.vc_wp_custommenu.wpb_content_element {
  margin-bottom: 35px;
}

.switcher-container ul li a span img {
  display: inline-block;
  margin: -1px 5px;
  vertical-align: baseline;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  max-width: 100%;
}

.privacy a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  line-break: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0rem solid transparent;
  margin-right: 10px;
  font-weight: 400;
  opacity: 1;
  position: relative;
  z-index: 2;
  padding: 0;
  cursor: pointer;
}

.privacy &gt; div {
  text-align: left;
}

.copyright p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.footer_bottom_top a {
  text-align: left;
  line-break: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  position: relative;
  word-break: normal;
}


.footer_bottom_top {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible;
  transition: opacity .5s ease;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  box-sizing: border-box;
}

.footer_bottom_top:before {
  content: " ";
  display: table;
}

.footer_bottom_top:after {
  content: " ";
  display: table;
  clear: both;
}

.column-inner {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-top: 15px;
}

.column-inner:before {
  content: " ";
  display: table;
}

.column-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.column1 .column-inner {
  margin: 0;
}
.wpb_wrapper {
  position: relative;
  text-align: left;
}

.footer_logo {
  display: inline-block;
  width: 90%;
}

.logo-image {
  padding-top: 15px;
  padding-bottom: 30px;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.logo-image img {
  border-radius: 0;
  max-width: 100%;
  width: 90% !important;
  height: auto;
  vertical-align: middle;
}

.company_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul,
.solutions_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul,
.logo_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul {
  list-style:none;
  padding:0;
  margin:0;
}

.resources_menu p,
.company_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li,
.solutions_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li,
.logo_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li {
  display: block;
  width: 100%;
  margin-bottom: .5rem;
  text-align: left;
  transition: all 0.15s ease-in-out;
  line-break: normal;
  background-color: transparent;
  border: 0rem solid transparent;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 400;
  opacity: 1;
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.8;
  border-radius: 0.25rem;
  padding: 0;
  position: relative;
}

.resources_menu a,
.company_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li &gt;a,
.solutions_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li &gt;a,
.logo_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li &gt;a {
  display: inline;
}


.column_container .column-inner {
  margin: 0;
}

.title_text h6 {
  font-size: 1.125rem;
  line-height: 1.28;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: normal;
}

.footer_bottom_bottom:before {
  content: " ";
  display: table;
}

.footer_bottom_bottom:after {
  content: " ";
  display: table;
  clear: both;
}

.footer_bottom_bottom {
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: visible;
  transition: opacity .5s ease;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  box-sizing: border-box;
}

footer.footer .spacer {
  width: 100%;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: translate3d(0px, 0px, 0px) rotate(
    0.0001deg
  );
  transform-style: preserve-3d;
  backface-visibility: hidden;
  pointer-events: none;
  display: block;
}

.copyright {
  width: 100%;
  overflow-y: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.copyright &gt;div,
.copyright &gt;div {
  text-align: left;
}

.resources_menu a:before, 
.company_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li &gt;a:before,
.solutions_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li &gt;a:before,
.logo_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li &gt;a:before,
.logo_menu p a:before {
  content: " ";
  position: absolute;
  top: 120%;
  border-radius: 3px;
  left: 0%;
  width: 100%;
  height: 3px;
  background: #adb5bd;
  background-color: #adb5bd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
  box-sizing: border-box;
  display: block;
}

.logo_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li &gt;a:before {
  background: #fff !important;
  background-color: #fff !important;
}

.switcher-container ul li a:hover {
  transform: translate(0, -3px);
}

.resources_menu a:hover:before,
.company_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li:hover &gt;a:before,
.solutions_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li:hover &gt;a:before,
.logo_menu .hs_cos_wrapper .hs-menu-wrapper &gt;ul &gt;li:hover &gt;a:before ,
.logo_menu p:hover a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 9;
}



.title_text {
  overflow-y: hidden;
  display: inline-block;
  padding-right: 5px;
  margin-right: -5px;
  vertical-align: middle;
  position: relative;
}

.title {
  text-align: left;
}

.form_wrapper .input input {
  overflow: visible;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-clip: padding-box !important;
  color: #495057;
  font-weight: 400;
  padding: 0.5625rem 1.125rem;
  display: block;
  width: 100%;
  height: calc(3.1875rem + 0rem);
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  background-color: white !important;
  border: 0px solid transparent;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
  direction: ltr;
  margin: 0;
}

.form_wrapper form input[type=submit],
.form_wrapper form .hs-button {
  margin: 0;
  margin-right: 10px;
  border: none;
  width: 100%;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%);
  transition: all 0.15s ease-in-out;
  line-break: normal;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  font-weight: 700;
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  letter-spacing: normal;
}

::placeholder {
  color: #adb5bd !important;
  opacity: 1;
  font-weight: 400;
}

.form_wrapper form label {
  margin: 0;
}


.form_wrapper .hs-form-field {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.form_wrapper .hs_submit.hs-submit {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.form_wrapper form {
  padding: 0;
}

.form_wrapper h3 {
  margin: 0;
}

.switcher-container ul li a span span {
  margin-left: -4px;
  word-break: normal;
}

.slide-in-container {
  overflow-y: hidden;
  display: inline-block;
  padding-right: 5px;
  margin-right: -5px;
  vertical-align: middle;
  position: relative;
}

.para {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  overflow-y: hidden;
  display: inline-block;
  padding-right: 5px;
  margin-right: -5px;
  vertical-align: middle;
  position: relative;
}


.form_wrapper .input input::placeholder, 
.form_wrapper .input input::-webkit-input-placeholder,
.form_wrapper .input input::-moz-input-placeholder{
  color: #adb5bd !important;
  opacity: 1;
  font-weight: 400;
}

.form_wrapper form input::-webkit-input-placeholder,
.form_wrapper form input::placeholder,
.form_wrapper form input::-moz-input-placeholder{
  color: #adb5bd !important;
  opacity: 1;
  font-weight: 400;
}

@media (min-width: 768px) {
  .column {
    float: left;
  }
  .column1 {
    width: 33.33333333%;
  }
  .column2 {
    width: 25%;
  }
  .column3 {
    width: 25%;
  }
  .column4 {
    width: 16.66666667%;
  }

  .column_container {
    float: left;
  }
  .item1 {
    width: 33.33333333%;
  }
  .item2 {
    width: 25%;
  }
  .item3 {
    width: 16.66666667%;
  }
  .item4 {
    width: 25%;
  }

  .top_wrapper {
    float: left;
    width: 100%;
  }

  .row_inner&gt;.column_container {
    float: left;
    width: 33.33333333%;
  }
  .form_container {
    float: left;
    width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .form_wrapper .hs-form-field {
    max-width: 66.6666666667%;
  }

  .form_wrapper .hs_submit.hs-submit {
    max-width: 33.3333333333%;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    padding-left: 20px;
  }

}

@media screen and (max-width: 992px) {
  .title_text h6 {
    font-size: 1.06875rem;
  }
  .switcher-container ul li a span span {
    margin-left: 0px;
  }

  .heading h5 {
    font-size: 1.275rem;
  }
  .form_wrapper .input input {
    margin-bottom: .5rem;
  }

  ul.social-icons li {
    float: none !important;
  }
}

@media (max-width: 767px) {
  .footer_bottom_bottom {
    padding-bottom: 26px;
  }

  ul.social-icons {
    padding: 0 3px 0 0;
    margin: 0;
    float: right;
  }

  .switcher-container ul li a span img {
    margin-right: 1px;
  }

  .footer_bottom {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    padding-top: 0;
    position: relative;
  }
  .footer_top {
    background-color: #76bd32;
    margin-left: 0 !important;
    margin-right: 0 !important;;
    overflow: visible;
    padding-top: 0;
    position: relative;
  }

  .form_container {
    display: block;
    width: 100%;
  }

  .resources_menu ul {
    padding: 0;
    margin: 0;
  }
}

.form_wrapper form .hs_email&gt;label {
  display: none;
}

.copyright &gt;div,
.copyright &gt;div {
  text-align: left;
}

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

.logo_menu p {
  margin-bottom: .5rem;
}

.resources_menu ul li {
  margin-bottom: 0.5rem;
} 

.resources_menu ul {
  padding: 0;
}

.footer .form_wrapper .hs_error_rollup {
  padding-left: 15px;
}

@media (max-width: 800px) {
 .body-container-wrapper h1 {
    font-size: 45px !important;
  }
}
</pre></body></html>