*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

@media (max-width: 74.9375rem){
  .content-wrapper, .dnd-section > .row-fluid{
    max-width: none !important;
    margin-left: 0.6875rem;
    margin-right: 0.6875rem;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "icomoon";
  src: url(//8730793.fs1.hubspotusercontent-na1.net/hubfs/8730793/raw_assets/public/FactoringSecurity_March2022/fonts/icomoon.ttf) format("ttf"),
    url(//8730793.fs1.hubspotusercontent-na1.net/hubfs/8730793/raw_assets/public/FactoringSecurity_March2022/fonts/icomoon.woff) format("woff"),
    url(//8730793.fs1.hubspotusercontent-na1.net/hubfs/8730793/raw_assets/public/FactoringSecurity_March2022/fonts/icomoon.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
  line-height: 1.2;
  word-break: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}


/* Paragraphs */

p {
  margin-top:0px;
  margin-bottom:18px;
}

/* Anchors */

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

a:active, a:hover, a:focus{
  outline:none;
  text-decoration:none;
}

/* 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;
  padding:0;
  margin:0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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


img{
  max-width:100%;
}

::selection {
  background-color: #28a9e0;
  color: white;
}
.button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  outline:none;
  border-style:solid;
  margin-top:15px;
  min-width: 183px;
  min-height: 41px;
  font-size: 14px;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  text-transform: none;
  vertical-align: baseline;
  font-family: 'Titillium Web', sans-serif;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: rgb(106 46 146);
  border-color: rgb(106 46 146);
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.field, .hs-form-field {
  margin-bottom: 18px;
}

.body-container-wrapper .hs_cos_wrapper_type_form,
.body-container-wrapper .hs_cos_wrapper_type_google_search,
.body-container-wrapper .hs_cos_wrapper_type_email_subscriptions,
.body-container-wrapper .hs_cos_wrapper_type_password_prompt,
.body-container-wrapper .hs_cos_wrapper_type_password_reset,
.body-container-wrapper .hs_cos_wrapper_type_password_reset_request,
.body-container-wrapper .hs_cos_wrapper_type_member_register,
.body-container-wrapper .hs_cos_wrapper_type_member_login,
.body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
.body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
.blog-comments form{
  display:block !important;
  margin-bottom:50px !important;
  padding:20px !important;
}

/* Labels */

form label {
  display: inline-block;
  float: none;
  width: auto;
  font-weight: 400;
  padding-top: 0;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size:16px;
  font-family: 'Titillium Web', sans-serif;
}

/* 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,
input#hs-pwd-widget-password{
  box-sizing: border-box;
  display: inline-block;
  width: 100% !important;
  max-width:100% !important;
  background-clip: padding-box;
  height: 41px !important;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  line-height: 22px;
  border-width:1px;
  border-style:solid;
  outline:0;
  font-size: 14px;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 14px 8px;
  text-indent: 5px;
  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;
}

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, ul.no-list.hs-error-msgs li label {
  font-size:14px;
  color:#f2545b;
  font-weight:400;
  font-family: 'Titillium Web', sans-serif;
}

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

.hs_error_rollup ul li label{
  font-size:14px;
  color:#f2545b;
  font-weight:400;
  font-family: 'Titillium Web', sans-serif;
}

.hs-error-msg {
  font-size:14px;
  color:#f2545b;
  font-weight:400;
  font-family: 'Titillium Web', sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  outline:none;
  border-style:solid;
  margin-top:15px;
  min-width: 183px;
  min-height: 41px;
  font-size: 14px;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  text-transform: none;
  vertical-align: baseline;
  font-family: 'Titillium Web', sans-serif;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

::-webkit-input-placeholder {
  color:white !important;
}

.error-page a.button{
  background-color: rgb(106 46 146) !important;
  border-color: rgb(106 46 146) !important;
}

.error-page a.button:hover{
  background-color: rgb(106 46 146) !important;
  border-color: rgb(106 46 146) !important;
}

div#hs_cos_wrapper_backup_unsubscribe h3{
  color:white;
}

div#hs_cos_wrapper_backup_unsubscribe h1{
  color:white;
}

.systems-page form a{
  color:white;
}

div#hs_cos_wrapper_subscription_preferences,
div#hs_cos_wrapper_subscription_preferences h1,
div#hs_cos_wrapper_subscription_preferences h2,
.page-header,
p.header,
.item{
  color:white;
}

@media (min-width:768px){
  .body-container-wrapper .hs_cos_wrapper_type_form, .body-container-wrapper .hs_cos_wrapper_type_google_search,
  .body-container-wrapper .hs_cos_wrapper_type_email_subscriptions, .body-container-wrapper .hs_cos_wrapper_type_password_prompt,
  .body-container-wrapper .hs_cos_wrapper_type_password_reset, .body-container-wrapper .hs_cos_wrapper_type_password_reset_request,
  .body-container-wrapper .hs_cos_wrapper_type_member_register, .body-container-wrapper .hs_cos_wrapper_type_member_login,
  .body-container-wrapper .hs_cos_wrapper_type_blog_subscribe, .body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription, .blog-comments form{
    max-width:500px;
  }
}

@media (max-width:767px){
  form{
    max-width:100% !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;
}
.banner-section .dnd-section{
  padding:0;
}

.banner-section .dnd-section > .row-fluid{
  padding:0;
  max-width:unset !important;
  width:100%;
}

.header-top{
  background-color: #f0f2f6;
  position: fixed;
  width: 100%;
  z-index: 99;
  display: block;
}

.header-top .header__container{
  font-family: 'Titillium Web', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #505964;
  padding-top: 10px;
  padding-bottom: 6px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
}

.col-inner{
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f2f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Titillium Web', sans-serif;
}

.col3{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header__logo a{
  display: inline-block;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}

.header__logo a img{
  height: 35px;
  max-width: 238px;
  display: block;
  width: 100% !important;
  float: none;
  margin-left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  outline: 0;
  vertical-align: baseline;
}

.col4{
  padding-left: 25px;
  padding-right: 0.9375rem;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coh-container {
  display: block;
}

.coh-container >ul{
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  height: 40px;
  display: block;
  list-style: none;
  font-family: 'Titillium Web',sans-serif;
  background: #f0f2f6;
}

.coh-container >ul >li{
  margin-bottom: 0;
  margin-left: 0;
  border: 1px solid #d8d8d8;
  width: 227px;
  display: block;
  list-style: square;
  list-style-type: square;
  color: #505964;
  line-height: 1.5;
}

.coh-column{
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 34px;
}

.coh-column img{
  width: 54px !important;
  margin-right: 0.5rem;
  margin-left: -1rem;
  float: left;
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.empresas-del-grupo{
  color: #505964;
  font-family: 'Titillium Web', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  line-height: 30px;
  background-image: url(//8730793.fs1.hubspotusercontent-na1.net/hubfs/8730793/raw_assets/public/FactoringSecurity_March2022/images/arrow-group.svg);
  background-position: right center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}

.coh-column-mobile{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:none;
}

.header-main-menu{
  background-color: white;
  margin-top: 55px;
  position: fixed;
  z-index: 99;
  width: 100%;
  display: block;
  font-family: 'Titillium Web', sans-serif;
}

.header__container{
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Titillium Web', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.header-row{
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-col8{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-family: 'Titillium Web', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #505964;
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  display:block;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-col4{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  display:block;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button-wrapper{
  float: right;
  display: flex;
}

.header-btn a{
  height: 27px;
  padding: 0 18px;
  line-height: 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin-right: 24px;
  display: inline-block;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}

.header-btn1 a{
  height: 27px;
  padding: 0 18px;
  line-height: 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgb(39 57 81 / 21%);
  box-shadow: 0 0 20px 0 rgb(39 57 81 / 21%);
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}

.header-btn1 a:hover{
  border-width: 1px;
  border-style: solid;
}

.header-btn ,.header-btn .hs_cos_wrapper,
.header-btn1 ,.header-btn1 .hs_cos_wrapper{
  display: inherit;
}

.custom-menu-primary .navigation-primary{
  height: 100%;
  display: block;
}

.custom-menu-primary .navigation-primary >ul{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 1.000em;
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  list-style-image: none;
}

.custom-menu-primary .navigation-primary >ul >li{
  display: inline-block;
  visibility: visible;
  overflow: hidden;
  margin-bottom: 0;
  list-style-type: none;
  position: inherit;
  font-size: 1.000em;
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  list-style-image: none;
  color: #505964;
  line-height:1.5;
}

.custom-menu-primary .navigation-primary >ul >li >a{
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  -webkit-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  margin-right: 0.9375rem;
  font-family: 'Titillium Web', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.custom-menu-primary .navigation-primary >ul >li.has-submenu >a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  text-align: center;
  margin-left: 0;
  content: "\F078";
  font-family: "icomoon";
}


.header-group{
  min-height:111px;
}

.menu-button{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  width: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 100%;
  line-height: normal;
  text-transform: none;
  margin: 0;
  vertical-align: baseline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
}

.custom-menu-primary .navigation-primary >ul >li >ul{
  z-index: 1;
  position: fixed;
  padding:0;
  left: 0;
  padding-left: 2rem;
  width: 100%;
  padding-top: 24px;
  padding-right: 0;
  padding-bottom: 60px;
  overflow-y: visible;
  display: none;
}

.custom-menu-primary .navigation-primary >ul >li >ul >.header-container{
  margin-top: 0;
  list-style-type: none;
  font-family: 'Titillium Web', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  max-width: 73.5rem;
}

.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  position: relative;
}

.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col >li{
  list-style-type: square;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0;
  margin-left: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col >li >a{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
  padding-top: 0.5rem;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(2) >ul >.header-container >.header-inner-row >.header-col{
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.custom-menu-primary.desktop .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col > li {
  width: 50%;
}
.custom-menu-primary .navigation-primary >ul >li:nth-child(2) >ul >.header-container >.header-inner-row >.header-col >li >ul{
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  list-style-image: none;
  display: block;
  margin-top: 0.2em;
  margin-left: 1em;
  margin-bottom: 0.625rem;
}
.custom-menu-primary .navigation-primary >ul >li:nth-child(2) >ul >.header-container >.header-inner-row >.header-col >li >ul >li{
  margin-top: 1em;
  margin-left: 0;
  line-height: 1.5em;
  list-style-type: square;
  display: list-item;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(2) >ul >.header-container >.header-inner-row >.header-col >li >ul >li >a{
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3em;
  vertical-align: middle;
  font-weight: 400;
  display: inline-block;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container  >.header-inner-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col{
  -webkit-flex-direction: row;
  -ms-flex-direction:row;
  flex-direction: row;
  width: 100%;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col >li >ul{
  list-style:none;
  padding:0;
  margin:0;
  width: 100%;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col >li >ul >li{
  margin-top: 1em;
  margin-left: 0;
  line-height: 1.5em;
  list-style-type: square;
  display: list-item;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col >li:first-child{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 20px;
  margin-right: 0px;
}
.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col > li > ul >li:first-child {
  margin-bottom: 17px;
}
.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col > li > ul >li>a {
  color: white;
  font-size: 1rem!important;
  line-height: 1!important;
  display: block;
}
.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col > li > ul >li {
  font-weight: 400;
  color: white;
  font-size: 14px!important;
  line-height: 1.4em!important;
  padding-top: 0.5rem;
  -webkit-tap-highlight-color: transparent;
}
.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col > li > ul {
  font-size: 1.000em;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col >li:last-child{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col >li >ul >li >a{
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3em;
  vertical-align: middle;
  font-weight: 400;
  display: inline-block;
}
.custom-menu-primary .navigation-primary>ul>li>ul>.header-container>.header-inner-row>.header-col>li>ul>li>a{
  color:white !important;
}
.custom-menu-primary .navigation-primary>ul>li>ul>.header-container>.header-inner-row>.header-col>li>ul>li>a:hover{
  color: #c9d5db !important;
}
.custom-menu-primary .navigation-primary >ul >li:nth-child(2) >ul >.header-container >.header-inner-row >.header-col >li:first-child{
  padding-right: 1.875rem;
}
.custom-menu-primary .navigation-primary >ul >li:nth-child(2) >ul >.header-container >.header-inner-row >.header-col >li:last-child{
  padding-right: 0.9375rem;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(2) >ul >.header-container >.header-inner-row >.header-col >li >ul >li::marker {
  font-size: 10px;
}


body.overlay-open{
  overflow-y:hidden;
}

.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col >li{
  color:white;
}

.header-no-nav{
  min-height:56px !important;
}

.empresas-del-grupo:hover ,
.empresas-del-grupo:hover span{
  color: #505964
}
.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul >.header-container >.header-inner-row >.header-col >li:last-child {
  margin-left: 5px;
}


@media (max-width: 74.9375rem){
  .header-btn a,  .header-btn1 a{
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 26px;
    font-size: 11px;
  }
  .header-btn a{
    margin-right:0px;
  }
  .header__container{
    max-width: none !important;
    margin-left: 0.6875rem !important;
    margin-right: 0.6875rem !important;
  }
  .col5{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .header-top .header__container{
    max-width: none !important;
    margin-left: 0.6875rem;
    margin-right: 0.6875rem;
  }
  .header-btn a, .header-btn1 a{
    float: right;
    font-size: 13px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 26px;
    font-size: 11px;
  }
  .header-btn1 a{
    margin-right: 20px;
  }
}

@media (min-width:62rem){
  .custom-menu-primary .navigation-primary >ul >li.has-submenu:hover >a:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F077";
    font-family: "icomoon";
  }
  .custom-menu-primary .navigation-primary >ul >li.has-submenu:hover >a:before{
    content: " ";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-color: #232272;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 20px;
    border-right-width: 20px;
    position: absolute;
    height: 31px;
    bottom: 0;
    left: -webkit-calc(46.7% - 15px);
    left: calc(46.7% - 15px);
  }
  .custom-menu-primary .navigation-primary >ul >li:hover >ul{
    display:block;
    visibility:visible;
    opacity:1;
  }
  .coh-column img{
    height:34px;
  }
}

@media (min-width:992px){
  .mobile{
    display:none;
  }
}

@media (max-width:991px){
  .coh-style-modal---contenedor---izquierdo{
    display:none;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul>li>a{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    display: block;
  }
  .desktop{
    display:none !important;
  }
  .child-trigger {
    position: absolute;
    top: 0px;
    right: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
  }
}

@media (max-width: 61.9375rem){
  .col5{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .menu-button{
    width: 2rem
  }
  .menu-button:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F0C9";
    font-family: "icomoon";
    color: #28a9e0;
    font-size: 1.25rem;
    -webkit-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
  }
  .menu-button:hover:before {
    color: #d83269;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul{
    background-color: white;
    padding-top: 1em;
    padding-left: 0.5em;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    min-width: 100%;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    width:100%;
    border-bottom: 1px solid rgba(80,89,100,0.2);
    overflow: hidden;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    margin-right: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    -webkit-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    font-family: 'Titillium Web', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #505964;
    line-height: 1.5;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li.hs-item-has-children >a:after {
    text-align: center;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0.9375rem;
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F078";
    font-family: "icomoon";
    font-size: 10px;
  }
  .header-col4{
    display:none;
  }
  .header-col8{
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left:0;
    padding-right:0px;
  }
  .header-top .header__container{
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important;
  }
  .header__container{
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul{
    display:none;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    position: relative;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li.menu-open >ul{
    display:block;
    background: transparent !important;
    position: static;
    padding: 0;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li.menu-open >a:after{
    font-family: "icomoon";
    content: "\F078";
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li.hs-item-has-children >a:after {
    text-align: center;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0.9375rem;
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F078";
    font-family: "icomoon";
    font-size: 10px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li.menu-open >a:after{
    font-family: "icomoon";
    content: "\F078";
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li{
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
    width: 100%;
    position: relative;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >a{
    padding-top: 18px;
    padding-right: 13px;
    padding-bottom: 18px;
    color: #505964;
    padding-left: 29px;
    width:100%;
    display:block;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >a:hover {
    color: rgba(68, 19, 100, 1);
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li:last-child{
    border-bottom:none;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover {
    color: rgba(68, 19, 100, 1);
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >ul{
    padding-top: 0.1em;
    padding-right: 15px;
    padding-bottom: 1.7em;
    padding-left: 30px;
    display: none;
    background-color: #232272;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    margin-left: 0.1em;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >ul >li{
    list-style-type: none;
    margin-top: 1.3em;
    margin-left: 0;
    line-height: 1.5em;
    display: list-item;
    color: white;
    font-size: 1rem;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li.menu-open >ul{
    display:block;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >ul >li >a{
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    font-weight: 400;
    width:100%;
    padding-left: 13px;
    display: inline-block;
    -webkit-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >ul >li >a:hover {
    color: #c9d5db;
  }
  .custom-menu-primary {
    display:none;
  }
  .mobile-menu-open .custom-menu-primary{
    display:block;
  }
  .header-group{
    min-height:56px;
  }
  .image-content-wrapper a img{
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul>li:nth-child(5)>a,
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul>li:nth-child(5)>a:hover{
    text-decoration:underline;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul>li:last-child>a,
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul>li:last-child>a:hover{
    text-decoration:underline;
  }
}


@media (max-width:767px){
  .empresas-del-grupo{
    display:none;
  }
  .coh-container>ul>li{
    border:none;
  }
  .blog-index__post-inner-card .blog-index__post-content {
    padding: 20px;
    line-height: 150%;
  }
  .sidebar.span9 .dnd-section {
    padding: 0;
  }
  .blog-post {
    padding: 20px;
  }
  .blog-index__post.blog-index__post--small{
    padding:0px;
    margin-bottom:15px;
  }
  .header-top .header__container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul>li>a {
    white-space: nowrap;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .header-main-menu{
    background:transparent !important;
  }
  .coh-column img{
    cursor:pointer;
  }
}

@media (max-width: 47.9375rem){
  .col-inner{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .coh-container{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .coh-column img{
    width: 60px !important;
    border: 1px solid #d8d8d8 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .header__container {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul>li>a {
    white-space: nowrap;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media (max-width: 47.875rem){
  .coh-column img {
    padding: 0.3125rem;
    min-width: 66px;
  }
  .coh-container{
    padding-left:0px;
    padding-right:0px;
  }
  .header__logo a img{
    top: -2px;
    position: relative;
  }
}

@media (max-width: 36.625rem){
  .header-top .header__container {
    padding-bottom: 10px;
  }
  .coh-column img {
    width: 64px;
    padding: 0.3125rem;
    vertical-align: bottom;
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px !important;
  }
  .mobile-menu {
    width: 1.5rem;
  }
  .col-inner{
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .col3{
    padding-left: 0.625rem;
    margin-bottom: -11px;
    padding-right: 8px !important;
    top: -1px;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col4{
    padding-right: 0.625rem;
    padding-left: 4px;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: -22px;
    left: 9px;
    position: relative;
  }
  .header-top .header__container {
    margin-left: 0rem; 
    margin-right: 0rem;
  }
  .header-main-menu{
    background:transparent !important;
  }
}



@media (max-width:330px){
  .col4{
    padding-left: 0px;
  }
}
.footer-wrapper{
  padding-top: 30px;
  padding-bottom: 0px;
  display: block;
}

.footer__container{
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  max-width: 73.5rem;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
  list-style:none;
  padding:0;
  margin:0;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0rem;
  margin-left: 1.9rem;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  font-weight: 600;
  font-size: 1.125rem;
  list-style-type: none;
  pointer-events: none;
  line-height: 27px;
  top: -1px;
  position: relative;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul{
  margin:0;
  margin-top: 0.5rem;
  margin-bottom: 0.625rem;
  list-style: none;
  padding:0;
  width: 100%;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li{
  margin-bottom: 0.5rem;
  margin-left: 0;
  list-style-type: none;
  display:block;
  line-height: 27px;
  width:100%;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li:last-child{
  margin-bottom:0.3rem;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >a{
  font-weight: 400;
  font-size: 1rem;
  display: inline-block;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  line-height: 24px;
}

.footer-bottom-spacing{
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding-top: 31px;
  padding-bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #505a63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child{
  text-align:right;
}

@media (min-width:768px){
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child{
    margin-left: 2px;
  }
}

@media (max-width: 74.9375rem){
  .footer__container{
    max-width: none !important;
    margin-left: 0.6875rem !important;
    margin-right: 0.6875rem !important;
  }
}

@media (max-width:1024px){
  .custom-menu-primary .navigation-primary>ul>li>a{
    white-space:nowrap;
  }
}

@media (max-width: 61.9375rem){
  .footer__container{
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 47.875rem){
  .footer__container{
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul{
    display:none;
    margin-bottom:0;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    padding:0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li >a{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4c555d;
    width: 100%;
    cursor:pointer;
    pointer-events: auto;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child{
    text-align:left;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li >a:after {
    font-family: "icomoon";
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 15px;
    content: "";
    font-weight: normal;
    color: rgba(198, 139, 237, 1);
    font-size: medium;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li{
    padding-left: 15px;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:after{
    right: 20px;
    margin-top: -1px;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul{
    flex-direction: column;
  }
}


@media (max-width: 35.25rem){
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul{
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
/* Menu and simple menu */

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