/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
  
}

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

/* Paragraphs */


/* Anchors */

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

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

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

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

pre {
  overflow: auto;
}

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
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;
}

.primary{
  background: #006fb3;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  white-space: nowrap;
  color: #ffffff !important;
  display: inline-block;
}

.secondary{
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  text-decoration: underline !important;
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  white-space: nowrap;
  color: #006FB3 !important;
  display: inline-block;
}

.primary:hover,
.primary:focus{
  background: #003252 !important;
  color: #ffffff  !important;
}

.primary:active{
  background: #378FC5;
  color: #ffffff;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: 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: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Pop-up Forms de HubSpot */
.leadinModal .leadinModal-content input[type=checkbox] {
    display: inline-block !important;
    height: 15px;
    width: 15px;
  top: 2px !important;
}
/* 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;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

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

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(https://2814158.fs1.hubspotusercontent-na1.net/hubfs/2814158/imq-blog/buscador.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
  border: none;
  background-color: #f7f7f8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 21px;
  border-radius: 0;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(https://2814158.fs1.hubspotusercontent-na1.net/hubfs/2814158/imq-blog/burger.svg);
    background-size: cover;
    height: 22px;
    width: 34px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(https://2814158.fs1.hubspotusercontent-na1.net/hubfs/2814158/imq-blog/buscador.svg);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(https://2814158.fs1.hubspotusercontent-na1.net/hubfs/2814158/imq-blog/cross.svg);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header--toggle.header__search--toggle {
    display: none;
  }
}

/*
JQuery Simple MobileMenu
*/
/*MAIN MENU*/


.mobile_menu {
  display: none;
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@media(min-width: 768px){
  .sm_menu_outer.active{
    display: none;
  }
}


@media(max-width:768px){
  body.mmactive {
    overflow: hidden;
  }

  body.mmactive:before{
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    background-color: ;
    width: 100%;
    z-index: 30;
    height: 100%; 
  }
  .sm_menu_outer.active .mobile_menu {
    display: block;
    height: calc(100vh - 60px);
    border: 1px solid transparent;
    background-color: #ffffff;
    overflow: hidden;
  }
}

.sm_menu_outer {
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: -9;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 9997;
}

.sm_menu_outer .mobile_menu  ul{
  margin: 20px 0;
  padding: 0;
}

.sm_menu_outer .mobile_menu ul > li {
  padding: 0 30px;
}


/*Sub Menu anim */
.sm_menu_outer .mobile_menu .hs-menu-children-wrapper,
.link-has-child + .last-children{
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  box-shadow: none;
  z-index: 999;
}

.link-has-child.active + .last-children,
.sm_menu_outer .mobile_menu li.active>.hs-menu-children-wrapper {
  right: 0;
  height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  padding: 0px 30px 0;
  z-index: 99999;
  margin-top : 100px;
}

.sm_menu_outer .mobile_menu li.active>.hs-menu-children-wrapper ul {
  margin-top: 0;
}

.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  color: ;
}

.sm_menu_outer .mobile_menu .main-menu-mobile li>a,
.link-has-child{
  padding: 20px 30px 20px 10px !important;
  position: relative;
  border-bottom: 1px solid #F3F3F3 !important;
}

.open-menu-list ul {
  margin-top: 0 !important;
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  position: relative;
  border-bottom: none;
}
.sm_menu_outer .mobile_menu .main-menu-mobile li.hasChild>a:after,
.link-has-child:before{
  background: url(https://2814158.fs1.hubspotusercontent-na1.net/hubfs/2814158/imq-blog/arrow-table.png);
  content: '';
  position: absolute;
  width: 6px;
  height: 11px;
  right: 3px;
  top: 30px;
  z-index: 999;
}


/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 40px;
  position: fixed;
  right: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 27px;
  top: 30px;
  z-index: 99998;
}
#sm_menu_ham span {
  background-color: #006FB3;
  border-radius: 3px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 27px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3){
  top: 8px;
}
#sm_menu_ham span:nth-child(4) {
  top: 16px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
/*@media (min-width: 0px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1024px) {}*/
@media (min-width: 1024px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}


@media (max-width: 768px){
  .top-menu-mobile h3 {
    margin-top: 40px;
  }




}


header.header{
  display: block;
  z-index: 999999999;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: -25px;
  position: relative;
}


header.header.sticky{
  position: fixed;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16); 
  top: 0;
}

@media (max-width: 768px){

  .mobile_menu .hs-menu-wrapper, .mobile_menu .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
}


/*END MAIN MENU*/

/*GENERAL HEADER*/
.nav.nav-one,
.top-menu{
  display: block; 
}

#sm_menu_ham{
  display:none; 
}

@media (max-width: 768px) {
  .nav.nav-one,
  .top-menu{
    display: none; 
  } 
  #sm_menu_ham{
    display:block; 
    z-index: 99999;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    width:100% !important;
  }

  header.header {
    padding-bottom: 75px;
    margin-bottom: -25px;
  }

  .header-container-wrapper .header-menu {
    padding: 30px 0 30px 30px;
    z-index: 9999;
  }

  .header-container-wrapper .header-menu {
    position: fixed;
    top: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children{
    position: initial !important;
  }

  .submenu.hs-menu-children-wrapper{
    z-index: 9999 !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display: none !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hasChild.active ul.hs-menu-children-wrapper{
    display: block !important;
  }

  .mobile_menu .back a {
    color: #006FB3 !important;
  }

  .back a:before,
  .back2 a:before{
    background: url(https://2814158.fs1.hubspotusercontent-na1.net/hubfs/2814158/imq-blog/arrow-table.png);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    content: '';
    position: absolute;
    width: 6px;
    height: 11px;
    left: 0px;
    top: 27px;
    z-index: 999;
  }


  .cta-header,
  .hs-search-field{
    display: none;
  }

  .mmactive .cta-header,
  .mmactive .hs-search-field{
    display: block;
  }

  .cta-header.cta-small {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .header-container-wrapper .header-menu{
    background-color: transparent !important;
  }

  .header__search.header--element {
    display: block;
  }

  .header__search .hs-search-field__input {
    width: 100% !important;
  }

  .hs-search-field__bar form {
    padding: 0 27px;
    margin-top: 50px;
  }

  ul.submenu.hs-menu-children-wrapper{
    padding-top: 100px;
    padding-left: 30px;
  }

  .header-menu {
    padding-left: 10px !important;
  }

  .sm_menu_outer .mobile_menu ul>li .submenu li {
    padding: 0;
    padding-right: 18px;
  }

  li.back {
    padding-right: 30px !important;
  }

}
/*END GENERAL HEADER*/

.mobile_menu a{
  color: #000000 !important;
}

.mobile_menu a.primary{
  color: #ffffff !important;
  width: 100%;
  position: relative;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.mobile_menu h2{
  font-size: 16px;
  line-height: 24px;
}








/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;} 


button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
}

input, select, textarea{
  -webkit-appearance: none;
  border-radius: 0;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

a,
a span{
  text-decoration: underline !important;
  color:  ;
}

a:hover,
a:hover span,
.hs-form-booleancheckbox a:hover{
  color:  !important ;
}


.only-desktop{
  display:block !important;
}
@media(max-width:575px){
  .only-desktop{
    display:none !important;
  } 
}

.only-mobile{
  display:none !important;
}
@media(max-width:575px){
  .only-mobile{
    display:block !important;
  } 
}

form,
.container{
  margin-right: auto;
  margin-left: auto !important;
  max-width: 1215px !important;
  float:none !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.container-half{
  margin-right: auto;
  margin-left: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 685px !important;
  float:none !important;
}


@media(max-width:575px){
  .container,
  .container-half{
    padding-left: 30px;
    padding-right: 30px;
  } 
}

*{
  outline: none;
}


body{
  
  letter-spacing: 0px;
  line-height: 24px;
  background-image: unset;
  color: ;
  overflow-x: hidden;
}


.hs_cos_wrapper > ul{ 
  padding-left: 30px;
}

h1{
  margin: 15px 0;  
}

h1, h1 *,
.title-1, .title-1 *{
  
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 82px;
  text-transform: none;
}


h2{
  margin: 20px 0;
}

h2, h2 *,
.title-2, .title-2 *{
  
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 68px;
  text-transform: none;
}

h3{
  
  margin: 20px 0;
  color: ;
}

h3, h3 *,
.title-3, .title-3 *{
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 50px;
  text-transform: none;
}

h4{
  margin: 20px 0;
}

h4, h4 *,
.title-4, .title-4 *{
  
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 42px;
  text-transform: none;
}

h5{
  margin: 20px 0;
}

h5, h5 *,
.title-5, .title-5 *{
  
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 30px;
  text-transform: none;
}

h6{
  margin: 20px 0;
}

h6, h6 *,
.title-6, .title-6 *{
  
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 23px;
  text-transform: none;
}

.large{
  margin:  0;
}

.large,
.large *{
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 29px;
}


.small,
.small *{
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 21px;
}

.tiny,
.tiny *{
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 18px;
}

.bold,
.bold *,
strong,
strong *,
p strong,
p strong *{
  
}

strong,
strong *{
  color: ;
}

.disabled,
.disabled *{
  opacity: 0.5;
}


@media(max-width: 768px){
  h3, h3 *, .title-3, .title-3 *{
    font-size: 38px;
    line-height: 42px;
  }


  h5, h5 *, .title-5, .title-5 * {
    font-size: 21px;
    line-height: 23px;
  }

  h6, h6 *, .title-6, .title-6 *{
    font-size: 18px;
    line-height: 29px;
  }
}

a.cta-primary,
a.cta-secondary,
a.cta_button.cta-primary,
a.cta_button.cta-secondary,
.cta-primary a,
.cta-secondary a,
.form-container button,
.button,
input[type="submit"]{
  
  padding: 15px 40px 16px;
  color:  !important;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  text-align: center;
  text-decoration: none !important; 
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  white-space: nowrap;
}

a.cta-primary,
a.cta_button.cta-primary,
.cta-primary a,
.cta-primary input[type="submit"],
input[type="submit"],
.form-container button,
.button{
  background-color: ;
}
a.cta-primary:hover,
a.cta_button.cta-primary:hover,
.cta-primary a:hover,
input[type="submit"]:hover,
.cta-primary input[type="submit"]:hover,
.form-container button:hover,
.button, hover{
  background-color: ;
}
a.cta-primary:active,
a.cta_button.cta-primary:active,
.cta-primary a:active,
.cta-primary input[type="submit"]:active,
.form-container button:active,
.button:active{
  background-color: ;
}

a.cta-secondary,
a.cta_button.cta-secondary,
.cta-secondary a,
.cta-secondary input[type="submit"]{
  background-color: ;
  border: 1px solid ;
  color:   !important;
}
a.cta-secondary:hover,
a.cta_button.cta-secondary:hover,
.cta-secondary a:hover,
.cta-secondary input[type="submit"]:hover{
  border: 1px solid ;
  background-color: ;
  color:   !important;
}
a.cta-secondary:active,
a.cta_button.cta-secondary:active,
.cta-secondary a:active,
.cta-secondary input[type="submit"]:active{
  background-color: ;
  border: 1px solid ;
  color:  ;
}

a.cta_button.cta-small,
.cta-small a{
  font-size: 14px !important;
  line-height: 21px !important;
  padding: 10px 19px 10px;
  border-radius: 0px;
}
a.cta_button.cta-tiny,
.cta-tiny a{
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 6px 23px 9px;
  border-radius: 0px;
}

a.cta_button.cta-icon,
.cta-icon a {
  padding-left: 15px;
  padding-right: 15px;
}

a.cta_button.cta-icon.cta-small,
.cta-icon.cta-small a{
  padding-left: 22px;
  padding-right: 15px;
}

a.cta_button.cta-icon.cta-tiny,
.cta-icon.cta-tiny a{
  padding-left: 28px;
  padding-right: 12px;
}

a.cta_button.cta-icon:after,
.cta-icon a:after {
  background-image: url();
  content: '';
  width: 7px;
  display: inline-flex;
  height: 13px;
  margin-left: 58px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: -1px;
  position: relative;
}

a.cta_button.cta-icon.cta-small:after,
.cta-icon.cta-small a:after{
  margin-left: 35px;
  height: 12px;
  top: 0;
}

a.cta_button.cta-icon.cta-tiny:after,
.cta-icon.cta-tiny a:after{
  margin-left: 31px;
  height: 11px;
  top: 1px;
}

a.cta-link,
.cta-link a{
  
  text-decoration: underline !important;
  color: ;
  position: relative;
  text-transform: none;
}

a.cta-link.cta-icon:after,
.cta-link.cta-icon a:after{
  background-image: url();
  content: '';
  width: 18px;
  display: inline-flex;
  height: 11px;
  margin-left: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: -1px;
  position: relative;
  transform: translateX(0);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

a.cta-link.cta-icon:hover:after{
  transform: translateX(-10px);
}

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

.list-icons ul li{
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-left: 35px;  
}

.list-icons ul li:before {
  background-image: url();
  content: '';
  width: 20px;
  display: inline-flex;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: 12px;
  position: absolute;
  left: -35px;
}

.quote h1,
.quote h2,
.quote h3,
.quote h4,
.quote h5,
.quote h6{
  position: relative;
  margin-top: 0;
  z-index:1;
}
.quote h1:before,
.quote h2:before,
.quote h3:before,
.quote h4:before,
.quote h5:before,
.quote h6:before{
  background-image: url();
  content: '';
  width: 70px;
  display: inline-flex;
  height: 58px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  z-index: -1;
  top: 0;
  position: absolute;
}




.border-top-right-radius{
  border-top-right-radius: 100px;
}

.border-top-left-radius{
  border-top-left-radius: 100px;
}

.border-bottom-right-radius{
  border-bottom-right-radius: 100px;
}

.border-bottom-left-radius{
  border-top-left-radius: 100px;
}

@media(max-width: 768px){
  .border-top-right-radius{
    border-top-right-radius: 64px;
  }

  .border-top-left-radius{
    border-top-left-radius: 64px;
  }

  .border-bottom-right-radiu{
    border-bottom-right-radius: 64px;
  }

  .border-bottom-left-radius{
    border-top-left-radius: 64px;
  }
}

@media(max-width: 575px){
  .border-top-right-radius{
    border-top-right-radius: 40px;
  }

  .border-top-left-radius{
    border-top-left-radius: 40px;
  }

  .border-bottom-right-radius{
    border-bottom-right-radius: 40px;
  }

  .border-bottom-left-radius{
    border-top-left-radius: 40px;
  }
}

.shadow-default{
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.04);
}

.shadow-default:hover{
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);;
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);;
  -o-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);;
}

/* BG COLOR*/

.bg-grey-1{
  background-color: ;
  position: relative;
  z-index: -1;
}
.bg-grey-2,
.bg-white,
.bg-black,
.bg-black-1{  
  position: relative;
}

.bg-grey-2:before,
.bg-white:before,
.bg-black:before,
.bg-black-1:before{
  content:'';
  background-color: ;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.bg-white:before{
  background-color: ;
}

.bg-black:before{
  background-color: ;
}

.bg-black-1:before{
  background-color: ;
}

.bg-grey-3{
  background-color: ;
  position: relative;
  z-index: -1;
}

.bg-grey-2.bg-gradient:before{
  background: linear-gradient(180deg, , );
}

.swiper-container{
  padding: 0 10px !important;
}

.swiper-wrapper {
  padding: 10px 0;
}

.logo-slider-container .swiper-wrapper {
  align-items: center;
}


.swiper-button-next{
  right: 0px !important;
}

.swiper-button-prev{
  left: 0px !important;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media(max-width: 1320px){
  .swiper-button-next{
    right: -16px !important;
  }

  .swiper-button-prev{
    left: -16px !important;
  }
}

.swiper-button-next:after {
  background-image: url();
  content: '' !important;
  width: 24px;
  display: inline-flex;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: 0px;
  position: relative;
}

.swiper-button-prev:after {
  background-image: url();
  content: '' !important;
  width: 24px;
  display: inline-flex;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: 0px;
  position: relative;
}

.swiper-slide{
  height: auto !important; 
}

.swiper-button-prev, .swiper-button-next{
  top: 100% !important;
  margin-top: -34px !important;
}


/*FORM*/



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


/* FORM CHECKBOX */
body form.hs-form ul.inputs-list li {
  margin: 5px 0;
}
body form.hs-form ul.inputs-list li label {
  position: relative;
}
/* Hide the original checkbox */
body form.hs-form ul.inputs-list li label input {
  display:none;
}
body form.hs-form ul.inputs-list li label > span{
  margin-left: 30px;
}
/* Add new checkbox */
body form.hs-form ul.inputs-list li label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;  
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid ;
  border-radius: 0;

}

body form.hs-form ul.inputs-list li label:hover span:before{
  border: 1px solid ;
}

/* Show when checked */
body form.hs-form ul.inputs-list li label input:checked + span:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  transition: opacity .2s ease-in-out;

}

body form.hs-form ul.inputs-list li label input:checked + span:before{
  background: rgb(61, 134, 186);
}

/* Background ckeckbox hover
body form.hs-form ul.inputs-list li:hover label input:checked + span:before{
background: rgb(30, 66, 92);
}
*/
body form.hs-form ul.inputs-list li.hs-form-checkbox{
  margin-left: 30px;
}

span.hs-form-required{
  display: none;
}

.input{
  margin-right: 0 !important;
}

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

.form-container h3{
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display p{
  font-size: 14px;
  line-height: 21px;
  display: block !important;
}

.legal-consent-container a{
  text-decoration: underline !important;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select{
  
  width:96% !important;
  border: 1px solid ;
  padding: 9px 20px;
  border-radius: 0;
  outline: none;
  padding: 15px 25px;
}

input[type="checkbox"]{
  border: 1px solid ;
  border-radius: 0;
}

@media(max-width: 768px){
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  select{
    width:97% !important;
  }
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="checkbox"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
select:hover{
  border: 1px solid ;
}

textarea.focus-visible,
input[type="text"].focus-visible,
input[type="password"].focus-visible,
input[type="datetime"].focus-visible,
input[type="datetime-local"].focus-visible,
input[type="date"].focus-visible,
input[type="month"].focus-visible,
input[type="time"].focus-visible,
input[type="week"].focus-visible,
input[type="number"].focus-visible,
input[type="email"].focus-visible,
input[type="checkbox"].focus-visible,
input[type="url"].focus-visible,
input[type="search"].focus-visible,
input[type="tel"].focus-visible,
input[type="color"].focus-visible,
select.focus-visible{
  border: 0px solid ;
  box-shadow: 0px 0px 20px 0px rgba(26, 43, 48, 0.2);
}

textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="checkbox"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
select.error{
  border: 1px solid ;
  background: ;
}

textarea.hs-input{
  resize: none;
  width: 97% !important;
  min-height: 155px; 
}

.two-columns-container textarea.hs-input{
  width: 99% !important;
}

.hs-error-msgs{
  list-style: none;  
}

.hs-error-msgs .hs-error-msg{
  color: ;
  font-size: 12px;
  line-height: 18px;
}

fieldset,
.hs-form-field{
  padding: 0 !important;
}


.pagination a,
.pagination span{
  display: inline-block;
  margin-left: 30px;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
  color: ;
  opacity: 0.5;
}

.pagination  span.current {
  opacity: 1;
}

.pagination  .next {
  opacity: 1;
}

.pagination  .current.next {
  opacity: 0.5;
}

.pagination  .prev {
  opacity: 1;
}

.pagination  .current.prev {
  opacity: 0.5;
}

.pagination  span.current.prev,
.pagination  span.current.next{
  border-color:transparent;
}

.pagination .next,
.pagination .prev{
  color: transparent;
  height: 0;
  width:0;
  position: relative;
}

.pagination .next:before,
.pagination .prev:before{
  content: '' !important;
  width: 7px;
  display: inline-flex;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: 12px;
  position: absolute;
}

.pagination .next:before{
  background-image: url();
}

.pagination .prev:before{
  background-image: url();
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


.content-address{
  padding: 37px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.contact-image img{
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.contact-image h1{
  padding-top: 120px;
}
.contact-image h4{
  margin-top: 0;
}

.contact-container{
  padding: 110px 0 150px 0;
}
.resources-box-cover{
  position: relative;
}
.resources-box-cover:after{
  opacity: 0.8001534;
  width: 120%;
  height: 10px;
  background: #1a2b30;
  filter: blur(17px);
  position: absolute;
  bottom:0;
  content: '';
  z-index: -1;
  left: -10%;
}

.a-chat:before{
  background-image: url();
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  margin-right: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}

.a-chat{
  
  text-decoration: none !important;
  color: ;
  position: relative;
  text-transform: none;
  padding: 40px;
  background-color: ;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-top: 100px;
}

body form,
body .submitted-message {
  
}

.a-chat:after{
  background-image: url();
  content: '';
  width: 18px;
  display: inline-flex;
  height: 11px;
  margin-left: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: -1px;
  position: relative;
  transform: translateX(0);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.a-chat:hover:after{
  transform: translateX(-10px);
} 


.no-desktop{
  display: none;
}

@media(max-width: 767px){ 
  .no-desktop{
    display: block;
  }
}

@media(max-width: 768px){ 
  .contact-image img{
    width:100%;
  }
  .a-chat{
    margin-bottom: 100px;
    padding: 5px;
  }
  textarea.hs-input {
    width: 99% !important;
  }

  .a-chat:before{
    background-image: none;
    width:0;

  }

  .a-chat:after{
    width: 45px;
  }

  .box-container.shadow-default,
  .icon-box.shadow-default{
    margin: 24px 0 !important;
  }



  .banner-subtitle,
  .ctas-container{
    padding-left: 0 !important;
  }

  .title-container > div {
    text-align: left !important;
    padding: 0 30px;
  }

  .row-blog-main .box-post-content {
    padding: 0 !important;
  }

  .row-blog-main .box-post{
    padding: 25px !important;
  }

  .banner-wrapper .left-col{
    display : block !important; 
  }

  .banner-wrapper .left-col .icon-tema{
    margin: 0 !important; 
  }

  .banner-wrapper .left-col .icon-tema img{
    max-width: 50px !important;
  }

  .row-blog-main .box-post-image.box-post-image{
    height: 150px !important;
    margin-top: 25px;
  }

  .blog-post__meta {
    flex-flow: column;
    align-items: flex-start !important;
  }

  .blog-post__timestamp {
    order: 2;
  }

  .banner-title{
    padding-left: 0 !important;
  }

  .blog-post{
    padding: 0 15px;
  }

  .blog-post .span6.left-col {
    padding: 0 30px;
  }

}

.pb-30 h3{
  padding-bottom:30px;
}

.pb-50 h3{
  padding-bottom:50px;
}

.special-hero h5,
.special-hero h5 strong{
  font-size: 20px;
}

.special-hero .content-wrapper {
  padding-top: 100px;
  padding-bottom: 20px;
}




form .legal-consent-container a{
  background-color: unset;
  border-radius: 0;
  color: inherit;
  padding: 0;
}

form .legal-consent-container a:hover{
  background-color: unset;
  text-decoration: underline !important;
}

@media(max-width: 575px){


  .logo-slider-box .logo-slider-image{
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .logo-slider-box .logo-slider-image img{
    max-width: 80%;
  }
}

.sm_menu_outer .mobile_menu .main-menu-mobile li>a{
  text-decoration: none !important;
}

@media(max-width: 768px){
  .heading-text-wrapper * {
    text-align: left;
  }

  .items-container.line-compare {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px !important;
  }

  .items-container.line-compare:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
  }
}


.fn-date-picker .pika-button {
  color: #3d3d3d !important;
}


.hs-search-field__suggestions a {
  font-size: 14px;
  text-decoration: none !important;
  color: #000 !important;
}

.header__search .hs-search-field--open .hs-search-field__suggestions{
  border: 1px solid #d1d6dc !important;
  border-radius: 0 !important;
}

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,
.header__search .hs-search-field--open .hs-search-field__input{
  border-radius: 0 !important;
}