*, *: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 {
  margin: 0 auto;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Avenir"; 
  src: local("Avenir LT Std 85 Heavy"), 
    local("AvenirLTStd-Heavy"), 
    url("../fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Heavy.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Heavy.woff") format("woff"),
    url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype"), 
    url("../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy") format("svg");
  font-style: normal; font-weight: 900; font-display: swap;
}









@font-face {
  font-family: "Avenir";
  src: local("Avenir LT Std 45 Book"),
    local("AvenirLTStd-Book"), 
    url("https://f.hubspotusercontent20.net/hubfs/7418320/Vecos_September2021/fonts/AvenirLTStd-Book.eot") format("embedded-opentype"),
    url(//f.hubspotusercontent20.net/hubfs/7418320/raw_assets/public/Vecos_September2021/fonts/AvenirLTStd-Book.woff2) format("woff2"),
    url(//f.hubspotusercontent20.net/hubfs/7418320/raw_assets/public/Vecos_September2021/fonts/AvenirLTStd-Book.woff) format("woff"),
    url(//f.hubspotusercontent20.net/hubfs/7418320/raw_assets/public/Vecos_September2021/fonts/AvenirLTStd-Book.ttf) format("truetype");
  font-style: normal; font-weight: normal; font-display: swap;
}



@font-face {
  font-family: "Avenir"; 
  src: local("Avenir LT Std 85 Heavy"), 
    local("AvenirLTStd-Heavy"), 
    url("https://f.hubspotusercontent20.net/hubfs/7418320/Vecos_September2021/fonts/AvenirLTStd-Heavy.eot") format("embedded-opentype"),
    url(//f.hubspotusercontent20.net/hubfs/7418320/raw_assets/public/Vecos_September2021/fonts/AvenirLTStd-Heavy.woff2) format("woff2"),
    url(//f.hubspotusercontent20.net/hubfs/7418320/raw_assets/public/Vecos_September2021/fonts/AvenirLTStd-Heavy.woff) format("woff"),
    url(//f.hubspotusercontent20.net/hubfs/7418320/raw_assets/public/Vecos_September2021/fonts/AvenirLTStd-Heavy.ttf) format("truetype");
  font-style: normal; font-weight: 900; font-display: swap;
}







body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;

}
h1{
  line-height:1.08333333333;
}


/* Headings */

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

}


h2,
h3,
h4,
h5,
h6 {
  line-height:1.11111111111;   
}

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

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  font-family: Avenir, Helvetica, Arial, sans-serif;
}
.form-title{
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

.hs_submit .actions{
  margin: 0;
  font-family: 'Avenir';
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  position: relative;

  display: inline-flex;

  cursor: pointer;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.5rem;
  background: rgb(23, 187, 126);
  border: 0px;
  margin-bottom: 15px;
}



.hs_submit .actions:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  background-color: rgb(5, 51, 255);
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.hs_submit .hs-button {
  background-color: transparent !important;
  margin: 0;
  border: 0 !important;
  font-size: inherit;
  color: inherit;
  overflow: visible !important;
}




.hs_submit .actions:hover:before {
  width: 100%;
}

.migration a.hs-button {
  overflow: hidden;
}

.migration a.hs-button:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  background-color: rgb(5, 51, 255);
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.migration a.hs-button:hover:before {
  width: 100%;
}

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 {
  background-color: #FFF;
  border: 0px solid;
  display: inline-block;
  margin: 0;
  font-family: 'Avenir';
  font-size: 100%;
  color: rgb(11, 8, 63);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: rgb(255 255 255) 0px 0px 0px 0px, rgb(209 213 219) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  line-height: 1.5;

}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  outline:none;
  box-shadow:rgb(255, 255, 255) 0px 0px 0px 0px, rgb(5, 51, 255) 0px 0px 0px 3px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
form 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:0px;
}

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;
}
.hs-error-msgs label {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fd4f57;
  line-height: 1.5;
  margin: 0px;
  font-size: 16px;
}
/* Submit button */

form input[type=submit],
form .hs-button ,
.button,
.hs-button{
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: 1;
  font-family: 'Avenir';
  white-space: normal;
  text-decoration: none;
  border:0px;
  margin-top: 19px;
  position:relative;
  margin-bottom: 16px;
}

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

.main_header {
  min-height: 72px;
}
header a{
  text-decoration:none;
}


header.header {
  z-index: 50;
  width: 100%;
  top: 0px;
  position: fixed;
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
.header_container{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.header_logo_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header_logo_section img{
  border-style: solid;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 150px !important;
}
header ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
.header_navigation {
  left: 0px;
  display: none;
  width: 100%;
  top: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: absolute;
  -webkit-overflow-scrolling: scroll;
  overflow: scroll;
  height: 100vh;
}
.mobile-trigger_button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  background-image: none;
  padding: 0;
  line-height: inherit;
  position: relative;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  background: rgb(23, 187, 126);
  color: rgb(107, 114, 128);
  cursor: pointer;
}

.mobile_trigger_main {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  transform: matrix(1, 0, 0, 1, -8, 0);
}

.trigger_1 {
  border-radius: 0.125rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  position: absolute;
  display: block;
  height: 0.125rem;
  width: 1rem;
  transform: matrix(1, 0, 0, 1, 0, -6);
}

.trigger_2 {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  position: absolute;
  display: block;
  height: 0.125rem;
  width: 1rem;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.trigger_3 {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  position: absolute;
  display: block;
  height: 0.125rem;
  width: 1rem;
  transform: matrix(1, 0, 0, 1, 0, 6);
}
@media (min-width: 640px){
  .header_container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .header_navigation{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}


@media (min-width: 768px){

  .header_container{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .header_navigation{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 1024px){
  .header_container{
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }
  .header_logo_section{
    flex-shrink: 0;
  }
  .mobile_trigger{
    display: none;
  }
  .header_navigation{
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    display: flex;
    height: auto;
    justify-content: flex-end;
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    height: auto;
    -webkit-overflow-scrolling: visible;
    overflow: visible;
  }
  .navigation-primary>ul{

    font-weight: 700;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .navigation-primary>ul>li{
    display: flex;
    height: 100%;
    align-items: center;
    margin-left:1.5rem;
  }
  .navigation-primary>ul>li:first-child{
    margin-left:0rem;
  }
  .navigation-primary>ul>li>a{
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    position:relative;
    display: flex;
  }
  .navigation-primary>ul ul{
    display: none;
    position: absolute;
    top: 100%;
    transform: translateX(-20px);
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    padding: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  }
  .navigation-primary>ul ul>li{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .navigation-primary>ul ul>li>a{
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    position: relative;
    width: 100%;
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lang_selector {
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 1.5rem;
  }
  .lang_area {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .lang_area:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(//f.hubspotusercontent20.net/hubfs/7418320/raw_assets/public/Vecos_September2021/images/down.svg);
  }
  .naguage_nav .hs-menu-wrapper>ul {
    display: none;
    position: absolute;
    top: 100%;
    transform: translateX(-20px);
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    padding: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  }
  .naguage_nav .hs-menu-wrapper>ul>li{
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .naguage_nav .hs-menu-wrapper>ul>li>a{
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color:#000;
  }
  .search_section svg {
    height: 1.5rem;
    width: 1.5rem;
    align-self: center;
    cursor: pointer;
    color: #0b083f;
    stroke: currentcolor;
    fill: #fff;
    vertical-align: middle;
  }
  .search-close-icon{
    display:none;
  }

  .search_section svg:hover,
  .search_section svg:focus{
    color: rgb(255, 195, 46);
  }


  form.header_search_foem {
    position: absolute;
    right: 0;
    width: 600px;
    transform: scaleX(0) translateX(0);
    transform-origin: right;
    opacity: 0;
    transition: all .3s;
  }
  .header_search_button svg:hover,
  .header_search_button svg:focus{
    color: rgb(255, 195, 46);
    fill: rgb(255, 195, 46);
  }


  .search_section {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
  }
  .header_search_button {
    line-height: inherit;
    color: inherit;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
  }
  .header_search_button>svg{
    vertical-align: middle;
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    align-self: center;
    fill: currentColor;
    color:rgb(11, 8, 63);
  }

  .inner_search svg:hover, .inner_search svg:focus{
    fill: none;
    color: rgb(255, 195, 46);
  }
  .search_section  .header_input{


    margin: 0;
    padding-left: 0.75rem!important;
    padding-right: 0.75rem!important;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    background: #fff;
    width: 100%;
    border-radius: 1.5rem!important;
    box-shadow: rgb(255 255 255) 0px 0px 0px 0px, rgb(209 213 219) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
    border: 0px solid rgb(229, 231, 235)!important;
    color: rgb(11, 8, 63);
    font-size: 16px!important;
    font-family: 'Avenir';
    line-height: 1.6;
  }
  .header_button a{
    position: relative;
    display: flex;
    cursor: pointer;
    justify-content: center;
    overflow: hidden;
    border-radius: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    z-index: 1;
    background: rgb(23, 187, 126);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 1.5rem;
    font-family: 'Avenir';
    color: #000;
    margin-top:0px;  
    margin-bottom: 0px;

  }
  .navigation-primary>ul>li.has-submenu>a:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(//f.hubspotusercontent20.net/hubfs/7418320/raw_assets/public/Vecos_September2021/images/down.svg);
  }
  .search-open form.header_search_foem {
    display: block;
    transform: scaleX(1) translateX(-40px);
    opacity: 1;
  }
  .search-open .search-icon{
    display:none;
  }

  .search-open .search-close-icon{
    display:block;
  }
  .header_nav.header_menu {
    display: flex;
    align-items: center;
  }
  .has-submenu.menu-item.open_child>a:after{
    transform: rotateX(180deg );
  }
  .navigation-primary>ul>li:last-child ul.submenu.level-2>li{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navigation-primary>ul>li:last-child ul.submenu.level-2>li>a{
    padding: 0px;
  }
  .navigation-primary>ul>li:not(:last-child)>a:hover:before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:rgb(5, 51, 255);
    opacity:1;
  }
  .navigation-primary>ul>li:not(:last-child)>a:before{

    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .navigation-primary>ul>li:not(:last-child) ul>li>a:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    left: 0;
    width: 3px;
    height: 36px;
    background-color: transparent;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;  
  }
  .navigation-primary>ul>li:not(:last-child) ul>li:hover > a::before {
    opacity:1;
    background-color: rgb(5, 51, 255);
  }
  .navigation-primary>ul>li:last-child ul.submenu.level-2>li>a:hover{
    color:#000;
  }

  .header_button a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    opacity: 1;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
  }
  .header_button a:hover:before {
    width: 100%;
  }
  span.inner_search>svg {
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px){

  .header_container{

    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header_navigation{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1536px){
  .header_container{
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .header_navigation{
    padding-left: 0px;
    padding-right: 0px;
  }
}



@media (max-width: 1023px){
  .main_header {
    min-height: 68px;
  } 
  .mobile-open .header_navigation{
    position: absolute;
    -webkit-overflow-scrolling: scroll;
    overflow: scroll;
    height: 100vh;
    left: 0px;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 100%;
    background: #fff;
    display: block;
    max-height: calc(100vh - 64px);
    overflow-y: auto !important;
  }
  .navigation-primary>ul{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
  .navigation-primary>ul>li{
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-top: 1rem;
  }
  .navigation-primary>ul>li:first-child{
    margin-top: 0rem;
  }

  .navigation-primary>ul ul>li:first-child{
    margin-top: 0rem;
  }
  .navigation-primary>ul>li>a{
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    position: relative;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
  }
  .navigation-primary>ul ul{
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display:none;
  }
  .navigation-primary>ul ul>li{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navigation-primary>ul ul>li{
    margin-top:0.75rem;
  }
  .navigation-primary>ul ul>li>a{
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    position: relative;
    width: 100%;

  }

  .navigation-primary>ul>li.has-submenu>a:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(//f.hubspotusercontent20.net/hubfs/7418320/raw_assets/public/Vecos_September2021/images/down.svg);
  }

  .navigation-primary>ul>li:not(:last-child)>a:before {
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navigation-primary>ul>li:not(:last-child)>a:hover:before {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(5, 51, 255);
    opacity: 1;
  }

  .navigation-primary>ul>li.no-submenu>a {
    display: inline-block;
  }

  .navigation-primary>ul>li.has-submenu:not(:last-child)>a:hover:before {
    bottom: 0;
  }


  .has-submenu.menu-item.open_child>a:after{
    transform: rotateX(180deg );
  }
  .search_section {
    margin-top: 1.5rem;
  }
  .search-close-icon {
    display: none;
  }

  .search-icon {
    display: none;
  }
  .search_section  .header_input{


    margin: 0;
    padding-left: 0.75rem!important;
    padding-right: 0.75rem!important;
    padding-top: 0.5rem!important;
    padding-bottom: 0.46rem!important;
    background: #fff;
    width: 100%;
    border-radius: 1.5rem!important;
    box-shadow: rgb(255 255 255) 0px 0px 0px 0px, rgb(209 213 219) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
    border: 0px solid rgb(229, 231, 235)!important;
    color: rgb(11, 8, 63);
    font-size: 16px!important;
    font-family: 'Avenir';
    line-height: 1.6;
  }
  .header_search_foem {
    position: relative;
  }
  .header_search_button {
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
  }
  .header_search_button svg{
    vertical-align: middle;
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    align-self: center;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: rgb(11, 8, 63);
  }

  .search_section  .header_input:focus {
    box-shadow:rgb(255, 255, 255) 0px 0px 0px 0px, rgb(5, 51, 255) 0px 0px 0px 3px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    outline:0;
  }
  .header_button a{
    position: relative;
    display: flex;
    cursor: pointer;
    justify-content: center;
    overflow: hidden;
    border-radius: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    z-index: 1;
    background: rgb(23, 187, 126);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: 'Avenir';
    color: #fff;
    margin-top: 1.5rem;
  }
  .header_button a:hover:before {
    width: 100%;
    color:#fff;
  }
  .header_button a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    opacity: 1;
    background-color: rgb(5, 51, 255);
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;

  }
  body.mobile-open {
    overflow: hidden;
  }
  .header_button a:hover,
  .header_button a:focus{
    color:#fff; 
  }
  .navigation-primary>ul>li:last-child{
    margin-top: 1.5rem;
  }
  .mobile-open .trigger_1{
    transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
  }
  .mobile-open .trigger_2{
    opacity: 0;
  }
  .mobile-open .trigger_3 {
    transform: matrix(0.707107, -0.707107, 0.707107, 0.707107, 0, 0);
  }
  .navigation-primary>ul>li:not(:last-child) ul>li>a:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    left: -10px;
    width: 3px;
    height: 36px;
    background-color: transparent;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;  
  }
  .header_search_button svg:hover{
    color: rgb(255, 195, 46);
    fill: rgb(255, 195, 46);
  }
}
@media (max-width: 767px){

  .header_button a{
    width: 100%;
  }


}
/* note */
.footer_top {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
footer a{
  text-decoration:none;
}

.footer_logo {
  display: block;
  margin-bottom: 2.5rem;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  vertical-align: middle;
  height: 2.25rem;
}
footer ul{
  margin:0px;
  padding:0px;
  list-style:none;  
}
.main_form .hs_email>label>span{
  display:none;
}
.main_form  form .inputs-list {
  position: absolute;
}
.main_form > .hs_cos_wrapper >h3 {
  display: none;
}
.main_form .hs_error_rollup {
  display: none;
}
.main_form .hs_email>label{
  display: none;
}


.main_form  form .inputs-list > li {
  display: inline-block;
  margin: 0px;
}
.main_form  .hs-error-msgs label {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fd4f57;
  line-height: 1.5;
  margin: 0px;
  font-size: 16px;
}

.footer_navigation {
  width: 54.013%;
}

.footer_navigation .hs-menu-wrapper>ul {
  filter: fl;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.footer_navigation .hs-menu-wrapper>ul>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer_navigation .hs-menu-wrapper>ul>li>a {
  display: block;
  font-weight: 700;
  color: #fff;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

.footer_navigation .hs-menu-wrapper>ul>li ul li {
  margin-top: 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}

.footer_navigation .hs-menu-wrapper>ul>li ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: Avenir, Helvetica, Arial, sans-serif;
}
.footer_form_inner {
  position: relative;
}
.footer_form-heading h3{
  font-family: Avenir, Helvetica, Arial, sans-serif;
  margin: 0;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;

}
.main_form .hs_email>label>span{
  display:none;
}
.main_form .hs-input{
  width: 100%;
  border-radius: 1.5rem;
  background: #fff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  font-family: 'Avenir';
  line-height: 1.5;
  box-shadow: rgb(255 255 255) 0px 0px 0px 0px, rgb(209 213 219) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  border: 0px solid #fff;
  font-size: 16px;
  color: rgb(11, 8, 63);
}
.main_form  .hs_submit {

  position: absolute;
  right: 4px;
  bottom: 4px;
}
.main_form .hs-form-field {
  margin-bottom: 0px;
}
.main_form  .hs-button{
  margin: 0;
  font-family: 'Avenir';
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: rgb(23, 187, 126);
  border: 0px;
}

.footer_social {
  display: flex;
  align-items: flex-end;
}
.footer_social>div {
  margin-top: auto;
}
footer .hs_submit .actions{
  margin-bottom:0px;
}


@media (min-width: 640px){

  .footer_top{

    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }


}


@media (min-width: 768px){
  .footer_top{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .footer_bottom{
    justify-content: space-between;
    display: flex;
  }
  .footer_form {
    margin-bottom: 0px;
    width: 20rem;
  }
}

@media (min-width: 1024px){
  .footer_top{
    margin-left: 3rem;
    margin-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  } 
  .footer_main {
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
  }
  .footer_logo{
    margin-bottom: 0px;
  }


}

@media (min-width: 1280px){
  .footer_top{
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1120px;
  }

}
@media (min-width: 1536px){
  .footer_top{
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1240px;
  }

}



@media (max-width: 1535px){
  .footer_navigation {
    width: 63.5%;
  }

}

@media (max-width: 1100px){
  .footer_navigation {
    width: 72%;
  }

}
@media (max-width: 1023px){
  .footer_navigation {
    width: 100%;
  }



}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .footer_navigation .hs-menu-wrapper>ul>li:nth-child(2){
    padding-left: .8rem; 
  }

  .footer_navigation .hs-menu-wrapper>ul>li:nth-child(3){
    padding-left: .8rem; 
  }

  .footer_navigation .hs-menu-wrapper>ul>li:nth-child(4){
    padding-left: .6rem;
  }

} 
@media (max-width: 767px){
  .footer_navigation .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer_navigation .hs-menu-wrapper>ul>li:nth-child(1),
  .footer_navigation .hs-menu-wrapper>ul>li:nth-child(2){
    margin-bottom: 2.5rem;
  }

  .main_form {
    margin-bottom: 2.5rem;
  }

  .footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_navigation .hs-menu-wrapper>ul>li:nth-child(2),
  .footer_navigation .hs-menu-wrapper>ul>li:nth-child(4){
    padding-left: .8rem;
  }
  .footer{
    overflow-x: hidden;
  }

  .footer_navigation.landing-navigation .hs-menu-wrapper>ul {
    justify-content: flex-start !important;
    margin-bottom: 0;
  }
}
.main_header.landing_header {
  min-height: 72px;
}
.main_header.landing_header .header_logo {
  padding-top: 2px;
  padding-bottom: 2px;
}
.dnd-section, .content-wrapper--vertical-spacing, .content-wrapper{
  padding-left:0px!important;
  padding-right:0px!important;
}

.footer_navigation.landing-navigation  .hs-menu-wrapper>ul{
  justify-content: flex-end;
}

@media (min-width: 640px){
  .dnd-section>.row-fluid, .content-wrapper{
    padding-left:1.25rem!important;
    padding-right:1.25rem!important;
  }
}

@media (min-width: 768px){

  .dnd-section>.row-fluid, .content-wrapper{
    padding-left:2.25rem!important;
    padding-right:2.25rem!important;
  }
}

@media (min-width: 1024px){
  .dnd-section>.row-fluid, .content-wrapper{
    padding-left:3rem!important;
    padding-right:3rem!important;
  }
}
@media (min-width: 1280px){
  .dnd-section>.row-fluid, .content-wrapper{
    padding-left:2rem!important;
    padding-right:2rem!important;
  }
}

@media (min-width: 1536px){
   .dnd-section>.row-fluid, .content-wrapper{
    padding-left:0rem!important;
    padding-right:0rem!important;
  }
}




@media (max-width: 1400px){




  .body-container--blog-index  .dnd-section>.row-fluid{
    padding-left:0rem!important;
    padding-right:0rem!important;
  }

}





@media (max-width: 1023px){
  .main_header.landing_header .header_logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main_header.landing_header {
    min-height: 69px;
  }
}

@media (max-width: 639px){

  .dnd-section>.row-fluid, .content-wrapper{
    padding-left: .75rem!important;
    padding-right: .75rem!important;
  }
  .body-container--blog-index  .dnd-section>.row-fluid{
    padding-left:0rem!important;
    padding-right:0rem!important;
  }
}