*, *: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 {
  -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;
  padding-right: 15px;
  padding-left: 15px;

}

@media screen and (min-width: 1380px) {

}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;

}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/Invenzis_July2021/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-brands-400.woff2") format("woff2"),
      url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-brands-400.woff") format("woff"),
        url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-brands-400.ttf") format("truetype");
          font-style: normal; font-weight: normal; font-display: swap; 
          }

@font-face { 
  font-family: "Font Awesome 5 Pro";
  src: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/Invenzis_July2021/fonts/fa-light-300.eot") format("embedded-opentype"),
    url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-light-300.woff2") format("woff2"),
      url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-light-300.woff") format("woff"),
        url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-light-300.ttf") format("truetype");
          font-style: normal; font-weight: 300; font-display: swap; 
          }
@font-face { font-family: "Font Awesome 5 Pro"; 
  src: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/Invenzis_July2021/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-regular-400.woff2") format("woff2"),
      url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-regular-400.woff") format("woff"),
        url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-regular-400.ttf") format("truetype");
          font-style: normal; font-weight: 400; font-display: swap; 
          }
@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/Invenzis_July2021/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-solid-900.woff2") format("woff2"),
      url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-solid-900.woff") format("woff"),
        url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/fa-solid-900.ttf") format("truetype");
          font-style: normal; font-weight: 900; font-display: swap; 
          }

@font-face {
  font-family: FiraSans-Bold; src: 
    url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/FiraSans-Bold.woff2") format("woff2"),
  url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/FiraSans-Bold.ttf") format("truetype"); font-display: auto; 
}
@font-face { 
  font-family: FiraSans-SemiBold; 
  src: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/FiraSans-SemiBold.woff2") format("woff2"),
  url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/FiraSans-SemiBold.ttf") format("truetype"); font-display: auto; 
}
@font-face { 
  font-family: Roboto-Regular; 
  src: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/Roboto-Regular.woff2") format("woff2"),
  url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/Roboto-Regular.ttf") format("truetype"); font-display: auto; 
}
@font-face { 
  font-family: Roboto-Bold; 
  src: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/Roboto-Bold.woff2") format("woff2"),
  url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/Roboto-Bold.ttf") format("truetype"); font-display: auto; 
}
@font-face { 
  font-family: Roboto-Black;
  src: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/Roboto-Black.woff2") format("woff2"),
  url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/fonts/Roboto-Black.ttf") format("truetype"); font-display: auto; 
}

body {
  line-height: 1.66;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

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

/* Paragraphs */

p {
  margin-top: 1rem;
  margin-bottom: 10px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

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

h1{
  line-height: 1.15384615;
}
h2{
  line-height: 1.15384615;
}
h3{
  line-height: 1.13636364;
}
h4{
  line-height: 1.11111111;
}
h5{
  line-height: 1.25;
}
h6{
  line-height: 1.25;
}
@media (min-width: 43.75rem){
  h1{
    line-height: 1.25;
  }
  h2{
    line-height: 1.25;
  }
  h3{
    line-height: 1.25;
  }
  h4{
    line-height: 1.22222222;
  }
}



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

img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 15px solid #eee;
  position: relative;
  border-color: #4DB7FE;
}

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

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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 {
  background-color: #FFF;
  border: 1px solid;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  min-height: 40px;
  height: auto;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

form fieldset {
  max-width: 100% !important;
}
.hs-input:focus{
  outline: none;
}
/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
}

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,.hs_error_rollup label {
  color: #f2545b;
  margin-top: 0.35rem;
  line-height: 18px;
  font-family: Roboto;
  font-size: 11px;
}

/* Submit button */

form input[type=submit],
form .hs-button,.hs-button  {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  margin: 10px 0;
  position: relative;
  transition: all .15s linear;
  font-size: 12px;
  line-height: 12px;
  font-family: Roboto;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }
  form {
    margin-bottom: 15px;
  }
} 
h3.form-title {
  padding: 5px 10px;
  width: 100%;
}
.field:last-of-type {
  margin-bottom: 0;
}
form{
  max-width: 767px
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.body-wrapper {
  padding-top: 80px;
}
.custom_header {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1111;
  padding: 0 40px;
  -webkit-transform: translate3d(0,0,0);
  min-height: 80px;
  font-size: 14px;
  font-weight: 400;
}

.header__logo {
  float: left;
  height: 30px;
  position: relative;
  top: 20px;
}

.header__logo img {
  max-width: 161.38px;
}
.nav-button-wrap {
  float: right;
  height: 36px;
  width: 36px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  top: 24px;
  margin-right: 16px;
  display: none;
  background: #4DB7FE;
}
.nav-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 20px;
  margin-left: -11px;
  margin-top: -6px;
}
.nav-button span {
  float: left;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 4px;
  border-radius: 4px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.custom-menu-primary {
  position: relative;
  float: right;
}
.custom-menu-primary .submenu.level-1 > li {
  float: left;
  position: relative;
  height: 50px;
  margin-bottom: 0;
  margin-left: 6px;
}

.custom-menu-primary .submenu.level-1 > li > a {
  float: left;
  padding: 10px;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fff;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
}

.custom-menu-primary .submenu.level-1 > li > a i {
  padding-left: 6px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #4DB7FE;
}
.custom-menu-primary .submenu.level-1>li>a:hover i {
  -webkit-transform: rotateX( 
    180deg
  );
  transform: rotateX( 
    180deg
  );
}
.custom-menu-primary .submenu.level-2 {
  margin: 30px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 50px;
  left: 0;
  z-index: 1;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  list-style: none;
  display: flex;
  width: 450px;
  padding: 12px 15px 15px 15px;
  pointer-events: none;
}


.custom-menu-primary  .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.custom-menu-primary  .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  display: flex;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.custom-menu-primary .submenu.level-2 > li {
  float: left;
  height: auto;
  position: relative;
  width: 260px;
}
.custom-menu-primary .submenu.level-2>li:nth-child(2) {
  width: 200px;
}
.custom-menu-primary .submenu.level-2 > li > a {
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0px;
  font-style: normal;
  float: left;
  width: 100%;
  font-weight: 500;
  text-align: left;
  padding: 5px 15px;
  cursor: default;
  margin-bottom: 12px;
  z-index: 2;
  font-size: 15px;
  position: relative;
}
.custom-menu-primary .submenu.level-2 > li > a:hover{
  background: transparent !important;
}
.custom-menu-primary .submenu.level-2 > li > a > i {
  position: absolute;
  background: #4DB7FE;
  display: block;
  height: 3px;
  width: 40px;
  bottom: 2px;
  left: 15px;
  transform: none!important;
}

.custom-menu-primary .submenu.level-2 > li > a > i:before {
  opacity: 0;
}
.custom-menu-primary .submenu.level-3 {
  padding: 10px 0;
  padding-top: 0;
  border-radius: 6px;
}

.custom-menu-primary .submenu.level-3 li {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  visibility: visible;
  opacity: 1;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-bottom: 5px;
}

.custom-menu-primary .submenu.level-3 li a {
  z-index: 2;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  text-align: left;
  float: left;
  padding-right: 5px;
  visibility: visible;
  font-weight: 300;
  margin-left: 6px;
  padding-bottom: 0;
  padding-top: 0;
  width: fit-content;
  line-height: 18px;
  padding-left: 0;
  font-size: 16px;
  position: relative;
}

.custom-menu-primary .submenu.level-3 li:before {
  content: "■";
  color: #4DB7FE;
  height: 12px;
  line-height: 100%;
  font-size: 11px;
  text-align: center;
  align-items: center;
}
#sapBlock {
  display: block;
  position: absolute;
  width: 70px;
  height: 43px;
  background-image: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/images/sap-golden-partner.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    right: -6rem;
    }

#sapBlock a {
  display: block;
  width: 70px;
  height: 43px;
}

.fal, .far {
  font-family: "Font Awesome 5 Pro";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa, .fas, .far {
  font-family: Font Awesome\ 5 Pro !important;
}
.fa-caret-down:before {
  content: "\f0d7";
}



.scroll_icons_side {
  font-size: 14px;
  position: fixed;
  top: 30vh;
  z-index: 1100;
  right: 0;
}

.scroll_icons_side_single {
  border-radius: 3px 0px 0px 3px;
  transition: 0.3s ease-in-out;
  margin-top: 4px;
  background: #4DB7FE;
  height: 60px;
  width: 56px;
}

.scroll_icons_side_single a {
  position: relative;
  width: 100%;
  height: 100%;
}

.scroll_icons_side_single a img {
  position: relative;
  width: 100%;
  height: 100%;
}

.scroll_icons_side_single:hover {
  transform: scale(1.03);
  background: #4aaaea;
  box-shadow: 0px 0px 7px 0px #000000;
}


@media only screen and (min-width: 1065px){

  .main-menu {
    float: left;
    position: relative;
    top: 18px;
    margin-left: 40px;
    opacity: 1;
    right: 0;
    visibility: visible;
    z-index: 20;
    padding-right: 3rem;
    float: right;
    margin-right: 40px;
  }
  .custom-menu-primary-mobile{
    display: none;
  }

  .custom-menu-primary-mobile .submenu.level-1 {
    display: block;
    position: relative;
  }

  .custom-menu-primary-mobile .submenu.level-1 > li {
    position: relative;
    padding: 0 20px;
  }

  .custom-menu-primary-mobile .submenu.level-1 > li > a {
    padding: 15px 0;
    position: relative;
    font-weight: 600;
    color: #50596E;
    line-height: 14px;
    text-align: left;
    display: inline-block;
    width: 100%;
  }

  .custom-menu-primary-mobile .submenu.level-1 > li > a i {
    -webkit-transform: rotate(
      -90deg
    );
    -ms-transform: rotate(-90deg);
    transform: rotate(
      -90deg
    );
    position: absolute;
    right: 18px;
    top: 16px;
  }

  .custom-menu-primary-mobile .submenu.level-2 {
    display: none;
  }
}

@media only screen and (min-width: 1900px){
  .main-menu {
    float: right;
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 1065px) and (max-width: 1160px){
  .custom-menu-primary .submenu.level-1>li {
    margin-left: -3px;
  }
}
@media only screen and (max-width: 1290px){
  .custom_header {
    padding: 0 20px;
  }
  .main-menu {
    float: right;
    margin-right: 3rem;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1137px){
  .custom-menu-primary .submenu.level-1>li>a {
    font-size: 14px;
    padding-left: 7px;
  }

}
@media only screen and (max-width: 1064px){
  .nav-button-wrap {
    display: block;
  }
  .header__logo {
    top: 24px;
  }
  .main-menu {
    position: absolute;
    top: 80px;
    right: -20px;
    width: 300px;
    z-index: 50;
    padding: 15px 10px;
    background: #fff;
    border-radius: 0 0 0 6px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 7%);
    padding-right: 3rem;
    margin: 0;
    float: none;
  }
  .mobile-open .main-menu {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
  .custom-menu-primary{
    display: none;
  }
  .custom-menu-primary-mobile{
    display: block;
    position: relative;
    overflow: hidden;
  }
  .custom-menu-primary-mobile .submenu.level-1 {
    display: block;
    position: relative;
  }

  .custom-menu-primary-mobile .submenu.level-1 > li {
    padding: 0 20px;
    width: 100%;
    position: relative;
  }

  .custom-menu-primary-mobile .submenu.level-1 > li > a {
    padding: 15px 0;
    position: relative;
    font-weight: 600;
    color: #50596E;
    line-height: 14px;
    text-align: left;
    display: inline-block;
    width: 100%;
  }

  .custom-menu-primary-mobile .submenu.level-1 > li > a i {
    -webkit-transform: rotate(
      -90deg
    );
    -ms-transform: rotate(-90deg);
    transform: rotate(
      -90deg
    );
    position: absolute;
    right: 18px;
    top: 16px;
  }


  .animate-menu li a {
    padding: 15px 0;
    font-weight: 600;
    color: #50596E;
    line-height: 14px;
    text-align: left;
    display: inline-block;
    width: 100%;
  }

  .animate-menu li a i {
    -webkit-transform: rotate(
      -90deg
    );
    -ms-transform: rotate(-90deg);
    transform: rotate(
      -90deg
    );
    position: absolute;
    right: 18px;
    top: 16px;
  }


  .animate-menu ul li {
    position:relative;
    padding: 0 20px;
  }



  .animate-menu {
    position:relative;
    overflow: hidden;
  } 
  .animate-menu > ul
  {
    position:absolute;
    top:0px;
    width:100%;
    left:100%;
    transition: all 0.2s ease;
  }
  .animate-menu ul.active-panel {
    left:0;
  }

  .animate-menu > ul.submenu-open {
    left: -100%;
  }

  .counter {
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 43px;
    background: #fff;
    width: 40px;
    text-align: center;
    height: 43px;
  }
  .custom-menu-primary-mobile .submenu li.dl-back a {
    padding: 15px 0;
    position: relative;
    font-weight: 600;
    color: #50596e;
    line-height: 14px;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding-left: 24px;
  }

  .custom-menu-primary-mobile .submenu li.dl-back a:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f177";
    font-size: 1.077em;
  }

  .custom-menu-primary-mobile .submenu li.dl-back {
    padding: 0 !important;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px){
  .nav-button-wrap {
    margin-right: 0;
  }
  .custom-menu-primary-mobile .submenu.level-1>li>a i {
    right: -18px!important;
  }

  .custom-menu-primary-mobile .submenu.level-1>li>a {
    width: auto;
  }
  .animate-menu li a {
    width: auto;
    position: relative;
  }

  .animate-menu li a i {
    right: -18px!important;
  }
  .custom-menu-primary-mobile .submenu.level-3 {
    padding-left: 30px;
  }
}


@media only screen and (max-width: 650px){
  .header__logo img {
    max-width: 134.47px;
  }

  .header__logo {
    top: 26px;
    height: 25px;
  }

  .custom_header {
    padding: 0 15px;
  }
}
.footer {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 24;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.66;
}
.footer__container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1224px;
  z-index: 3;
}
.footer-inner {
  position: relative;
  overflow: hidden;
}
.footer-row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.foooter-logo {
  font-size: 0;
}

.foooter-logo a {
  margin-bottom: 30px;
  display: block;
}

.foooter-logo img {
  max-width: 161.38px;
}
.footer-content p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'Roboto-Regular';
}
.footer-info {
  position: relative;
  display: inline-block;
  min-width: 250px;
  padding: 8px 15px;
  font-size: 1em;
  font-weight: 500;
  border-radius: 30px;
  margin-bottom: 12px;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.footer-inner .footer-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 11px;
}

.footer-inner .footer-info li span {
  font-family: 'Roboto-Regular';
  font-size: 15px;
  line-height: 0;
}

.footer-inner .footer-info i {
  font-size: 1rem;
  color: #4db7fe;
  position: absolute;
  left: 0;
  top: 1px;
}

.footer-inner .footer-info li a {
  cursor: unset;
  font-size: 15px;
  line-height: 0;
  font-family: 'Roboto-Regular';
}

.footer-info .blue-text {
  color: #4db7fe;
  font-family: 'Roboto-Bold';
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social span {
  font-weight: 600;
  margin-right: 15px;
  font-family: 'Roboto-Bold';
  font-size: 15px;
}

.footer-social ul {
  list-style: none;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.footer-social li {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 0;
}

.footer-social li a {
  font-size: 1em;
  color: #4DB7FE;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.footer-social ul li i {
  font-size: 20px;
}

.footer h3 {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding-bottom: 25px;
  position: relative;
}

.footer h3:before {
  background: #4DB7FE;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
}

.footer .hs-rss-item {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  order: 2;
  padding: 0;
  width: 75%;
  margin-left: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(255,255,255,0.21);
  position: relative;
}
.footer .hs-rss-title {
  padding-bottom: 20px;
  font-weight: 600;
}
.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 25%;
}
.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  border-radius: 4px;
  height: auto;
}

.footer .hs-rss-byline {
  font-size: 0.845em;
  display: block;
  font-weight: normal;
  opacity: 1;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.51);
}

.footer .hs-rss-byline:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  padding-right: 10px;
  color: #4DB7FE;
  content: "\f133";
}

.all-feed-link a {
  font-weight: 600;
  font-size: 0.923em;
  position: relative;
  margin-top: 3px;
  display: inline-block;
}

.all-feed-link a span {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  margin-left: 14px;
  color: #4DB7FE;
}


.footer-newsletter {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}

.footer-newsletter .newsletter-container {
  display: flex;
}

.footer-newsletter .newsletter-container.btn-title span {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  margin-right: 1rem;
}

.footer-newsletter .newsletter-container .cta_button {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 0.923em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 12px 55px 12px 25px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.75);
  background: #4db7fe;
}
.footer-newsletter .newsletter-container .cta_button:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  line-height: 20px;
  margin-top: -10px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: center;
  font-weight: 800;
  color: #304b7f;
  content: "\f105";
}

.footer-newsletter .newsletter-container .cta_button:hover:after {
  right: 10px;
  -webkit-box-shadow: 0px 0px 0px 24px rgb(255 255 255 / 10%);
  box-shadow: 0px 0px 0px 24px rgb(255 255 255 / 10%);
}

.follow-wrap a {
  font-weight: 600;
  font-size: 0.923em;
  position: relative;
  margin-top: 24px;
  display: inline-block;
}

.follow-wrap a span {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  margin-left: 11px;
  color: #4DB7FE;
}

.follow-wrap a span:before {
  content: "\f178";
}

.all-feed-link a span:before {
  content: "\f178";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}
.fal {
  font-weight: 300;
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-phone:before {
  content: "\f095";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-phone:before {
  content: "\f095";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin:before {
  content: "\f08c";
}

.footer-bg {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 1219px;
  height: 604px;
  right: 0;
  opacity: 1;
  background-size: cover;
  margin: 0 auto;
  bottom: 0;
  background: url("https://5909949.fs1.hubspotusercontent-na1.net/hubfs/5909949/raw_assets/public/Invenzis_July2021/images/v545.jpg") center no-repeat;
    }
.footer-bg-pin {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #5ECFB1;
}
.footer-bg-pin:nth-child(1) {
  left: 229px;
  top: 388px;
}
.footer-bg-pin:nth-child(2) {
  left: 241px;
  top: 371px;
}
.footer-bg-pin:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.4;
}

.sub-footer {
  position: relative;
  padding: 18px 0;
  background: #253966;
  z-index: 1;
}
.sub-footer-row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1px;
}

.subfooter-info-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.copyright {
  font-weight: 500;
  font-size: 0.923em;
}

.copyright-text {
  display: inline-block;
}

.copy-link {
  display: inline-block;
  float: right;
}

.copy-link a {
  font-weight: 500;
  font-size: 0.923em;
}

.copyright-text a {
  color: #4DB7FE;
}

.to-top {
  width: 56px;
  height: 60px;
  bottom: 25px;
  right: 0;
  border-radius: 3px 0px 0px 3px!important;
  box-shadow: none;
  background: #405c9d;
  -webkit-transform: translate3d(0, 0, 0);
  line-height: 40px;
  font-size: 17px;
  z-index: 50;
  cursor: pointer;
  position: fixed;
  text-align: center;
}
.to-top i {
  font-size: 2rem;
  padding-top: 13px;
  color: #4DB7FE;
}
.fa-caret-up:before {
  content: "\f0d8";
}
.to-top:hover {
  background: #253966;
}
.footer-bg-pin-vis:before {
  -webkit-animation: newpulse 2.0s infinite ease-in-out;
  animation: newpulse 2.0s infinite ease-in-out; }

@-webkit-keyframes newpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(22);
    transform: scale(22);
    opacity: 0; } }

@keyframes newpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(22);
    transform: scale(22);
    opacity: 0; } }

.footer-bg-pin:nth-child(3), .footer-bg-pin:nth-child(4) {
  display: none;
}
@media (min-width: 768px){
  .footer-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1064px){
  .footer-col {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 1064px){
  .footer-social-wrapper {
    margin-bottom: 20px;
  }
  .follow-wrap a {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px){
  .copyright {
    margin-bottom: 10px;
    width: 100%;
  }

}
@media screen and (max-width: 767px){
  .footer-inner {
    padding-top: 25px;
  }
  .copyright {
    display: flex;
    flex-direction: column;
  }
  .footer-row {
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}