*, *: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:0px;
   width:90%;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Raleway"; src: url("https://fonts.gstatic.com/s/raleway/v26/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Raleway"; src: url("https://fonts.gstatic.com/s/raleway/v26/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrE.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Raleway"; src: url("https://fonts.gstatic.com/s/raleway/v26/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrE.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Open Sans"; src: url("https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff2"); font-style: normal; font-weight: 400; font-stretch: normal; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Open Sans"; src: url("https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2") format("woff2"); font-style: normal; font-weight: 700; font-stretch: normal; font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "Font Awesome 5 Brands"; 
   src: url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/Qualifio_April2022/fonts/FontAwesome5Brands-Regular.eot) format("embedded-opentype"),
      url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"), 
      url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/fonts/FontAwesome5Brands-Regular.woff) format("woff"), 
      url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"), 
      url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/fonts/FontAwesome5Brands-Regular.svg) format("svg");
   font-style: normal; font-weight: 400; font-display: block;
}

@font-face { font-family: "Font Awesome 5 Free"; 
   src: url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/Qualifio_April2022/fonts/FontAwesome5Free-Solid.eot) format("embedded-opentype"), 
      url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"), 
      url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/fonts/FontAwesome5Free-Solid.woff) format("woff"), 
      url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"), 
      url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/fonts/FontAwesome5Free-Solid.svg) format("svg"); 
   font-style: normal; font-weight: 900; font-display: block; 
}

body {
   line-height: 1.5;
   word-break: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

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

main a:hover{
   text-decoration:underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1.4rem;
   line-height:1.2;
}

/* Lists */

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

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

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
   font-size: 14px;
   line-height: 1.15;
   font-family: Raleway;
   cursor: pointer;
   display: inline-block;
       font-weight: 600;
   margin: 0;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   margin-top: 18px;
   margin-bottom: 18px;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none ;
}

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

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

/* Labels */

form label {
   font-family: Open sans;
   font-size: 14px;
   display: inline-block;
   float: none;
   width: auto;
   font-weight: 400;
   line-height: 1.15;
   padding-top: 0;
   margin-bottom: 4px;
}

.hs-error-msgs label{
   color: #CB2028;
   font-weight: 600;
}

/* 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 {
   box-sizing: border-box;
   padding: 0 5px;
   width: 100%;
   max-width: 100%;
   outline: none;
   background-color: #f8fafb;
   display: inline-block;
   height: 35px !important;
   font-family: Open sans;
   font-size: 14px;
   font-weight: normal;
   color: #666666;
   border: 1px solid #e8e8e8;
   border-radius: 5px;
   outline: none;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover{
   border-color:#fba026;
   background-color: #fff;
}

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.675rem;
   margin: 0 0 1.4rem;
}

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

form h2 {
  font-size: 24px;
}
form h2:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #fba026;
  width: 80px;
  margin: 15px auto 0px;
}

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
   font-size: 14px;
   line-height: 1.15;
   font-family: Raleway;
   cursor: pointer;
   display: inline-block;
   font-weight: 600;
   margin: 0;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   border-style: solid;
   border-width: 1px;
   border-color: #ff7a59;
   margin-top: 18px;
   margin-bottom: 18px;
}

form input[type=submit]:hover,
form .hs-button:hover{
   text-decoration:none;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}

ul.no-list.hs-error-msgs {
   padding: 0;
   margin: 0;
}
ul.no-list.hs-error-msgs li label, label.hs-main-font-element {
   color: #CB2028;
}
form{
   margin-bottom: 20px;
}
/* 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;
}
@media screen and (min-width: 1000px){
   header .header-nav {
      display: block;
      position: fixed;
      width: 100%;
      z-index: 5;
      top:0;
   }

   .no-navigtion .top-nav-box {
      visibility: hidden;
      height: 40px;
   }

   header .header-nav .top-nav {
      background-color: #052b3d;
      font-size: 12px;
      display: block;
   }

   .main-nav-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }

   .main-nav .main-nav-box .main-nav-box-left .logo a{
      margin-right: 25px;
      display: block;
   }

}

.top-nav-box {
   width: 90%;
   max-width: 1200px;
   margin: 0 auto;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul{
   height: 40px;
   display: flex;
   justify-content: flex-end;
   align-items: center;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li>ul{
   display:none;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:hover>ul{
   display: block;
   position: absolute;
   transition: .3s;
   background-color: #fff;
   padding: 0;
   box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
   border-radius: 5px;
   z-index:2;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li{
   padding: 10px;
   margin-left: 0;
   border-radius: 5px
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>a{
   color: #12384A;
   display: block;
   height: 40px;
   padding: 14px 0;

}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li{
   margin-right: 40px !important;
   list-style: none;
   padding-left: 0;
   margin: 0;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a{
   margin-top: 15px;
   line-height: 22px;
   margin-bottom: 1rem;
   color:#fff;
   display: block;
   font-family: Raleway;
   font-weight:600;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a::after{
   content: "";
   display: block;
   width: 30px;
   height: 2px;
   background-color: #FBA026;
   margin: 10px 0 0 0;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li,
.main-nav-menu .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li{
   margin-right: 40px;
   line-height: 1.15;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li>a,
.main-nav-menu .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li>a{
   display: inline-block;
   border: none;
   font-size: 14px;
   padding: 6px 10px;
   border-radius: 5px;
   color: #666666;
   margin: 5px 0;
   transition: .3s;
   color:#fff;
   display: block;
   font-family: Raleway;
   font-weight:600;
}


header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li>ul>li{
   padding: 10px;
   transition: .3s;
   line-height: 1.15;
   border-radius:5px;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li>ul>li>a{
   color: #12384A;
   font-family: Raleway;
   font-weight:600;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li{
   list-style: none;
   padding-left: 0;
   margin: 0;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li>a{
   border-bottom: none;
   height: 40px;
   padding: 14px 0;
   display: block;
   font-family: Raleway;
   color:#fff;
   font-weight:600;
   line-height: 1.15;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>.hs-item-has-children>a>i{
   color: #557685;
   transition: .2s;
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
   margin-left: 3px;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>.hs-item-has-children>a>i::before{
   content: "\f078";
}

/*header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:nth-of-type(1){
   margin-right: 8px;
   margin-left: 10px;
}
header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>a::after{
   content: '';
   height: 5px;
   width: 5px;
   background-color: #FBA026;
   border-radius: 10px;
   position: absolute;
   margin-left: 2px;
}*/

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li>a>i{
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li>a>i::before{
   content: "\f2bd";
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>a{
   background-color: #1f4557;
   color: #fff;
   display: inline-block;
   font-family: Raleway;
   text-decoration: none;
   font-size: 12px;
   font-weight: 600;
   padding: 6px 10px;
   border-radius: 5px;
   transition: .3s;
   height:auto;
}


header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:nth-of-type(1),
header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:nth-of-type(2){
   margin-left: 10px;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:nth-of-type(3){
   margin-left: 10px;
}

header .header-nav .top-nav-box .hs-menu-flow-horizontal>ul>li:nth-of-type(4){
   margin-left: 10px;
   display: block;
}

nav.main-nav {
   background-color: #12384A;
}

.main-nav .main-nav-box {
   width: 90%;
   max-width: 1200px;
   margin: 0 auto;
}

.main-nav .main-nav-box .main-nav-box-left {
   display: flex;
   align-items: center;
}

.main-nav .main-nav-box .main-nav-box-left .logo a>img{
   width:100% !important;
   height: 46px !important;
   vertical-align: middle; 
   border-style: none;
}

.main-nav-menu .hs-menu-flow-horizontal>ul{
   display: flex;
   list-style: none;
   padding-left: 0;
   margin: 0;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li>ul{
   display:none;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:hover>ul{
   display:block;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li>a{
   padding: 25px 10px;
   border-bottom: solid 2px #fff;
   height: 70px;
   color: #fff;
   text-decoration: none;
   display:block;
   border-color: #12384A;
   font-family: Raleway;
   font-weight:600;
   line-height: 1.15;
   font-size: 16px;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:hover>a{
   border-color:#fba026;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>.hs-item-has-children>a>i{
   color: #557685;
   transition: .2s;
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
   margin-left: 4px;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>.hs-item-has-children>a>i::after{
   content: "\f078";
}

.main-nav-box-cta a {
   cursor: pointer !important;
   display: inline-block;
   font-family: Raleway;
   text-decoration: none;
   background-color: #FBA026;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   padding: 12px 14px;
   border-radius: 5px;
   transition: .3s;
   line-height: normal;
}

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

.main-nav-menu .hs-menu-flow-horizontal>ul>li>ul{
   background: #12384A;
   position: absolute;
   left: 0;
   width: 100%;
   box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
   list-style: none;
   padding-left: 0;
   margin: 0;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li>ul>li>ul{
   background-color: #12384A;
   display: flex;
   flex-direction:row !important;
   transition: .3s;
   width: 90%;
   max-width: 1200px;
   margin: 0 auto;
   padding-left: 160px !important;
   padding: 20px 0;
   flex-wrap: nowrap;
}


/*.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2){
   max-width: 324px;
   display: flex;
   align-items: center;
   border: solid 1px #E8E8E8;
   border-radius: 5px;
   padding: 10px 25px;
   transition: .3s;
   color: #fff;
   border-color: #12384A;
}
.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2)>a>.main-nav-icon{
   margin-right: 20px;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li>ul>li>ul>li{
   line-height:22px;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2)>a>.main-nav-icon>i{
   height: 43px;
   width: 43px;
   border: 1px solid #E8E8E8;
   border-radius: 24px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #FBA026;
   border-color: #fff;
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2)>a>.main-nav-icon>i::before{
   content: "\f0a1";
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li{
   border: solid 1px #E8E8E8;
   border-radius: 5px;
   padding: 15px;
   margin-right: 20px;
   border-color: #1f4557;
}*/

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li{
   display: flex;
   align-items: center;
   border: solid 1px #E8E8E8;
   border-radius: 5px;
   padding: 10px 25px;
   transition: .3s;
   max-width: 324px;
   margin-right: 20px;
   border-color: #1f4557;
}


/*.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a,*/
.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a{
   line-height: 22px;
   color: #fff;
   font-family: Raleway;
   font-weight: 600;
}

/*.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>a,*/
.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>a{
   line-height: 22px;
   font-size: 12px;
   font-weight: 500;
   font-family: Raleway;
   color:#fff;
}



/*.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li:nth-of-type(2)>ul{
   display: flex;
   flex-direction:row; 
   margin-left: 80px !important;
   list-style: none;
   padding-left: 0;
   margin: 0;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li{
   margin-right: 5px;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li>a{
   display: inline-block;
   border: none;
   font-size: 14px;
   padding: 6px 10px;
   border-radius: 5px;
   margin: 5px 0;
   transition: .3s;
   border-color: #12384A;
   color: #fff;
   max-width: 324px;
   font-family: Raleway;
   color:#fff;
   font-weight:600;
   line-height: normal;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li:nth-of-type(2)>ul>li:nth-of-type(1)>ul>li:nth-of-type(2)>a>.main-nav-icon>i::before{
   content: "\f521";
}*/

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul,
.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(2)>ul>li>ul{
   display: flex;
   flex-direction:row;
   transition: .3s;
   width: 90%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 20px 0;
   padding-left: 160px;
   background-color: #12384A;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li,
.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(2)>ul>li>ul>li{
   margin-right: 20px;
   list-style: none;
   padding-left: 0;
   line-height: 1.15;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li>ul>li>a,
.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(2)>ul>li>ul>li>a{
   display: inline-block;
   border: none;
   font-size: 14px;
   padding: 6px 10px;
   border-radius: 5px;
   color: #fff;
   margin: 5px 0;
   transition: .3s;
   font-family: Raleway;
   font-weight:600;
}


.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li:nth-of-type(1)>a>.main-nav-icon{
   margin-right: 20px;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul{
   flex-direction:row !important;
   flex-wrap: nowrap;
   align-items: center;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li:nth-of-type(1)>a>.main-nav-icon>i{
   height: 43px;
   width: 43px;
   border: 1px solid #E8E8E8;
   border-radius: 24px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #FBA026;
   border-color: #fff;
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   -webkit-font-smoothing: antialiased;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li>ul>li:nth-of-type(1){
   font-family: Raleway;
   font-weight: 600;
   line-height: 22px;
   color: #fff;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a{
   color: #fff;
   font-size:16px;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li>ul>li:nth-of-type(2){
   line-height: 22px;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>a{
   line-height: 22px;
   font-size: 12px;
   font-weight: 500;
   font-family: Raleway;
   color: #fff;
}

.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(1)>a>.main-nav-icon>i::before{
   content: "\f53f";
}
.main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li:nth-of-type(2)>ul>li:nth-of-type(1)>a>.main-nav-icon>i::before{
   content: "\f1e6";
}


@media(min-width:1001px){
   .hamburger-nav{
      display:none;
   }

   .mobile-nav{
      display:none;
   }
}

@media(max-width:1000px){
   /*.mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>a{
      border-color:#fba026;
   }*/


   .mobile-lang ul>li:hover{
      background-color:#1f4557;
   }

   nav.top-nav{
      display:none;   
   }

   .main-nav-menu {
      display: none;
   }

   .main-nav-box-cta {
      display: none;
   }

   .header-nav{
      display:none;
   }

   .hamburger-nav {
      background: #12384A;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 15px 3% 15px 5%;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 9;
   }

   .hamburger-nav  .branding a img{
      height:46px;
      vertical-align: middle;
      border-style: none;
      width: 100% !important;
   }

   .hamburger-nav i{
      background-image:url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/images/menu-open-white.svg);
      padding: 15px 15px;
      display: inline-block;
      cursor: pointer;
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible;
      background-repeat: no-repeat;
   }

   .hamburger-nav i::before{
      content: "";
   }

   .mobile-nav .main-nav-box-cta{
      display:block;
   }

   .mobile-nav .main-nav-menu{
      display:block;
   }

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

   .mobile-lang ul {
      display: block;
      padding: 13px 0;
      padding-top: 0px;
   }

   .mobile-lang ul>li{
      display: inline-block;
      width: 70px;
      padding: 10px 0 10px 5px;
      transition: .3s;
      padding-left: 0;
   }

   .mobile-lang ul>li>a{
      display: block;
      height: 55px;
      padding: 25px 0 0 0;
      color: #fff;
      font-family: Raleway;
      font-weight: 600;
   }

   .wp-block-fidelo-page-header  .top-page.wrapper-max{
      height:300px;
   }

   .banner-section section.wp-block-fidelo-page-header{
      padding-top: 86px;
   }

   .banner-section .top-center-description h1{
      font-family: Raleway;
      font-weight: bold;
      font-size: 32px;
   }

   header.marine-nav {
      position: fixed;
      width: 100%;
      z-index: 5;
   }

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li.show>a{
      border-color: #FBA026;
   }

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li.show .fa-chevron-down{
      transform: rotate(-180deg);
      color:#fba026;
   } 

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li{
      line-height:1.15;
   }

   /*.mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(2)>ul>li:hover{
      background: #1f4557;
   }*/

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li>a:hover,
   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>a:hover,
   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>a:hover,
   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li>a:hover{
      background: #fba026;
   }


   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2):hover,
   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li:hover{
      border-color:#fba026;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2):hover>ul>li:nth-of-type(1)>a,
   .main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2):hover>ul>li:nth-of-type(1)>a,
   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li:hover>ul>li>ul>li:nth-of-type(1)>a{
      color:#fba026;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2):hover>ul>li:nth-of-type(2)>a,
   .main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2):hover>ul>li:nth-of-type(2)>a,
   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li:hover>ul>li>ul>li:nth-of-type(2)>a{
      color:#fba026;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2):hover>a>.main-nav-icon>i,
   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li:hover>ul>li:nth-of-type(1)>a>.main-nav-icon>i{
      border-color:#fba026;
      color:#fba026;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li>a{
      display:inline-block !important;
   }




   .mobile-nav {
      height: 100vh;
      overflow: auto !important;
      padding-bottom: 200px;
      background-color: #12384A;
      padding-top: 73px;
   }

   .mobile-nav .main-nav-menu-mobile {
      width: 100%;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul{
      flex-direction:column;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li>a {
      padding: 25px 10px;
      border-bottom: solid 2px #fff;
      height: 70px;
      color: #fff;
      text-decoration: none;
      display: block;
      border-color: #12384a;
      font-family: Raleway;
      font-weight: 600;
      line-height: 1.15;
      font-size: 16px;
   }
   .mobile-nav  .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li>a{
      padding-right:0;
      padding-left:0;
   }

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li>a{
      border-color:#557685;
   }

   .mobile-nav  .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>a::after{
      content: '';
      height: 5px;
      width: 5px;
      background-color: #FBA026;
      border-radius: 10px;
      position: absolute;
      margin-left: 2px;
   }

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li>ul{
      position:static;
      padding:10px 0;
   }

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li,
   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(2)>ul>li{
      padding: 10px 0 10px 5px;
      transition: .3s;
      line-height: 1.15;
   }

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li>ul>li>a{
      color:#fff;
      font-family: Raleway;
      font-weight: 600;
   }
   .hamburger.active-cross{
      background-image:url(https://5566751.fs1.hubspotusercontent-na1.net/hubfs/5566751/raw_assets/public/Qualifio_April2022/images/menu-close-white.svg);
   }

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li>a>.fa-chevron-down{
      color: #557685;
      transition: .2s;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      margin-left: 4px;
   }
   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li>a>.fa-chevron-down::before{
      content: "\f078";
   }

   /*.main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li{
      border: solid 1px #E8E8E8;
      border-radius: 5px;
      padding: 15px;
      margin-bottom: 10px;
      border-color: #1f4557;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2) {
      max-width: 100%;
      display: flex;
      align-items: center;
      border: solid 1px #e8e8e8;
      border-radius: 5px;
      padding: 10px 25px;
      transition: .3s;
      color: #fff;
      border-color: #12384a;
   }

   /*.main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2)>a>.main-nav-icon {
      margin-right: 20px;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2)>a>.main-nav-icon>i {
      height: 43px;
      width: 43px;
      border: 1px solid #e8e8e8;
      border-radius: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fba026; 
      border-color: #fff;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(2)>a>.main-nav-icon>i::before {
      content: "\f0a1";
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li:nth-of-type(2)>ul>li:nth-of-type(1)>ul>li:nth-of-type(2)>a>.main-nav-icon>i::before {
      content: "\f521";
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li>ul>li>ul>li {
      line-height: 22px;
   }*/

   /*.main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a,*/
   .main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(2)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a,
   .main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a,
   .main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a{
      line-height: 22px;
      color: #fff;
      font-family: Raleway;
      font-weight: 600;
   }
   /*.main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>a,*/
   .main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(2)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>a,
   .main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>a,
   .main-nav-menu .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>a {
      line-height: 22px;
      font-size: 12px;
      font-weight: 500;
      font-family: Raleway;
      color: #fff;
   }

   /*.main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(2)>ul {
      display: flex;
      flex-direction: row;
      margin-left: 80px !important;
      list-style: none;
      padding-left: 0;
      margin: 0;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li {
      margin-right: 5px;
   }

   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li>a {
      display: inline-block;
      border: 0;
      font-size: 14px;
      padding: 6px 10px;
      border-radius: 5px;
      margin: 5px 0;
      transition: .3s;
      border-color: #12384a;
      color: #fff;
      max-width: 324px;
      font-family: Raleway;
      color: #fff;
      font-weight: 600;
      line-height: 1.15;
   }*/

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li>ul{
      display:none;
   }

   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li.show>ul{
      display:block !important;
   }



   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(2)>ul>li>ul>li>a,
   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(3)>ul>li>ul>li>a,
   .mobile-nav .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(4)>ul>li>ul>li>a {
      display: inline-block;
      border: 0;
      font-size: 14px;
      padding: 6px 10px;
      border-radius: 5px;
      color: #fff;
      margin: 5px 0;
      transition: .3s;
      font-family: Raleway;
      font-weight: 600;
   }
   .main-nav-box-cta {
      margin-top: 20px;
   }

   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a {
      margin-top: 15px;
      line-height: 22px;
      margin-bottom: 1rem;
      color: #fff;
      display: block;
      font-family: Raleway;
      font-weight: 600;
   }

   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a::after {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      background-color: #fba026;
      margin: 10px 0 0 0;
   }

   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:last-child>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>ul>li>a {
      display: inline-block;
      border: 0;
      font-size: 14px;
      padding: 6px 10px;
      border-radius: 5px;
      color: #666;
      margin: 5px 0;
      transition: .3s;
      color: #fff;
      display: block;
      font-family: Raleway;
      font-weight: 600;
   }

   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li {
      display: flex;
      align-items: center;
      border: solid 1px #E8E8E8;
      border-radius: 5px;
      padding: 10px 25px;
      transition: .3s;
      border-color: #1f4557;
      margin-bottom: 10px;
   }
   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li>ul>li:nth-of-type(1)>a>.main-nav-icon {
      margin-right: 20px;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li>ul>li:nth-of-type(1)>a>.main-nav-icon>i {
      height: 43px;
      width: 43px;
      border: 1px solid #e8e8e8;
      border-radius: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fba026;
      border-color: #fff;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li>ul {
      width: 100%;
      flex-direction: row;
   }

   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li:nth-of-type(1)>ul>li:nth-of-type(1)>a>.main-nav-icon>i::before {
      content: "\f53f";
   }

   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li:nth-of-type(2)>ul>li:nth-of-type(1)>a>.main-nav-icon>i::before  {
      content: "\f1e6";
   }

   .main-nav-menu-mobile .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li>ul>li>ul>li{
      line-height:22px;
   }

   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li>ul>li>ul>li:nth-of-type(1)>a {
      color: #fff;
      font-size: 16px;
      font-family: Raleway;
      font-weight: 600;
   }

   .main-nav-menu-mobile  .hs-menu-flow-horizontal>ul>li:nth-of-type(6)>ul>li>ul>li>ul>li>ul>li:nth-of-type(2)>a {
      line-height: 22px;
      font-size: 12px;
      font-weight: 500;
      font-family: Raleway;
      color: #fff;
   }

   .mobile-nav{
      display:none;
   }
}
.main-nav .main-nav-box.no-nav {
   height: 70px;
}


.no-banner .body-wrapper > div:first-child {
    min-height: 70px;
}



@media(max-width:749px){

   .wp-block-fidelo-page-header .top-page.wrapper-max {
      padding-bottom: 40px;
      display: flex;
      height: auto ;
   }
}
section.footer-bg-marine {
   background-color: #12384A;
   padding-top: 40px;
   padding-bottom: 27px;
}


section.footer-bg-dark-marine {
   background-color: #052b3d;
   padding-top: 30px;
   padding-bottom: 40px;
}

.footer-credits {
   width: 90%;
   max-width: 1200px;
   margin: 0 auto;
}

.footer-credits-policies {
   text-align: center;
}

.footer-credits-policies .hs-menu-flow-horizontal >ul{
   padding-left: 0;
   list-style: none;
   margin-bottom: 1rem;
   display:block !important;
}

.footer-credits-policies .hs-menu-flow-horizontal >ul>li{
   display: inline-block;
   margin: 10px auto;
   line-height: 1.15;
}

.footer-credits-policies .hs-menu-flow-horizontal >ul>li>a{
   display: block;
   padding: 0.5rem 1rem;
   color: #fff;
   font-family: Raleway;
   font-size:12px;
   font-weight: 400;
   transition: .1s;
   line-height: 1.15;
}


.footer-top-inner.wrapper-max {
   display: flex;
   justify-content: space-between;
   width: 90%;
   max-width: 1200px;
   margin: 0 auto;
}
.footer-top-navigation {
   display: flex;
   justify-content: space-between;
   width: 60%;
}

.footer-top-navigation > .col-1 .hs-menu-flow-horizontal>ul>li>a{
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 0.5rem;
   font-family: Raleway;
   line-height: 1.15;
   color: #fff;
   display: block;
}
.footer-top-navigation > .col-1 .hs-menu-flow-horizontal>ul>li>a::after{
   content: "";
   display: block;
   width: 30px;
   height: 2px;
   background-color: #FBA026;
   margin: 10px 0 15px 0;
}

.footer-top-navigation > .col-1 .hs-menu-flow-horizontal>ul>li:nth-of-type(1)

.footer-top-navigation > .col-1 .hs-menu-flow-horizontal>ul>li>ul{
   display:block;
   margin-bottom:1rem;
}

.footer-top-navigation > .col-1 .hs-menu-flow-horizontal>ul>li>ul>li{
   margin: 10px auto;
   list-style: none;
   padding-left: 0px;
   line-height: 1.15;
}

/*.footer-top-navigation > .col-1:nth-of-type(1) .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li:nth-of-type(2),
.footer-top-navigation > .col-1:nth-of-type(1)  .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li:nth-of-type(3),
.footer-top-navigation > .col-1:nth-of-type(1)  .hs-menu-flow-horizontal>ul>li:nth-of-type(1)>ul>li:nth-of-type(5){
   padding-left: 15px;
}*/


.footer-top-navigation > .col-1 .hs-menu-flow-horizontal>ul{
   display:block !important;
}

.footer-top-navigation > .col-1 .hs-menu-flow-horizontal>ul>li>ul{
   display:block !important;
   margin-bottom:1rem;
}

.footer-top-other-offices {
   margin: 20px 0px;
   display: flex;
   align-items: center;
}

.footer-offices-icon i{
   color: #FBA026;
   font-size: 18px;
   height: 43px;
   width: 43px;
   border: 1px solid #E8E8E8;
   border-radius: 24px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
}

.footer-offices-text h5{
   margin-bottom: 0px;
   font-size: 18px;
   font-weight: 600;
   font-family: Raleway;
   color: #fff;
   font-size:18px;
   line-height: 1.2;
}

.footer-offices-text p {
   margin:0;
   line-height: 1.15;
   color: #fff;
}

.footer-offices-text p >a{
   color: #fff;
   line-height: 22px;
   font-family: Raleway;
   color: #fff;
   font-weight:400;
   font-size:14px;
}

.footer-offices-icon i::before{
   content: "\f3c5";
}

.footer-offices-icon {
   margin-right: 10px;
}

.footer-top-navigation > .col-1 .hs-menu-flow-horizontal>ul>li>ul>li>a{
   padding: 2px 0;
   display: block;
   color: #fff;
   transition: .1s;
   font-family: Raleway;
   font-weight:400;
   font-size:14px;
   line-height: 1.15;
}

.footer-top-other-newsletter {
   padding: 25px;
   border: solid 1px #1f4557;
   border-radius: 5px;
   text-align: center;
}

.footer-top-other-newsletter p {
   line-height: 22px;
   margin-bottom: 1rem;
   text-align: center;
   font-family: Raleway;
   color: #fff;
   font-size: 14px;
}

.footer-subscribe .textwidget.custom-html-widget a {
   display: inline-block;
   font-family: Raleway;
   text-decoration: none;
   background-color: #FBA026;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   padding: 12px 14px;
   border-radius: 5px;
   transition: .3s;
   line-height:1.15;
}



footer .footer-top-other {
   display: flex;
   justify-content: space-between;
   padding-bottom: 20px;
   flex-direction: column;
}



.footer-credits-other {
   width: 100%;
   display: block;
   height: 100%; 
   display: flex;
   flex-direction: row;
   margin-top: -53px;
   justify-content: space-between;
   width: 100%;
   align-items: center;
   line-height: 1.15;
   height: auto;
}

.footer-credits-other .hs_cos_wrapper{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   width: 100%;
   align-items: center;
} 

.footer-credits-other .hs_cos_wrapper p{
   margin:0;
   line-height: 22px;
   font-family: Raleway;
   font-size:12px;
   color: #fff;
}

.footer-credits-other .hs_cos_wrapper p>a{
   color: #fff;
   transition: .1s;
   font-family: Raleway;
   font-size:12px;
}

.footer-credits-other {
   width: 100%;
   display: block;
   height: 100%;
}

@media(max-width:1199px){

   .footer-top-inner.wrapper-max{
      display:block;
   }

   .footer-top-navigation{
      width: 100%;
   }

   .footer-top-other-newsletter{
      padding:25px 15px;
   }

   footer .footer-top-other {
      flex-direction: row;
   }

   .footer-credits-other .hs_cos_wrapper{
      flex-direction: column;
   }

   .footer-credits-other{
      margin-top: 0px;
   }
}

.footer-credits-policies .hs-menu-flow-horizontal>ul>li>a{
   position:relative;
   cursor:pointer;
   z-index:9;
}

@media(max-width:749px){
   footer .hs-menu-wrapper.hs-menu-flow-horizontal ul{
      display:flex !important;
   }

   .footer-credits-policies .hs-menu-flow-horizontal>ul>li>a,
   .footer-credits-other .hs_cos_wrapper p>a,
   .footer-credits-other .hs_cos_wrapper p{
      font-size: 14px;
      
   }

   .footer-credits-other .hs_cos_wrapper{
      align-items: flex-start;
   }

   .footer-credits-policies .hs-menu-flow-horizontal>ul>li>a{
      padding:0;
   }

   .footer-credits-policies .hs-menu-flow-horizontal>ul>li {
      margin-left: 0;
   }

   .footer-credits-policies .hs-menu-flow-horizontal>ul{
      margin-bottom: 5px;
   }

   footer  section.footer-bg-marine{
      padding-bottom: 26px;
   }

   footer .footer-top-other{
      flex-direction:column;
      padding-bottom: 0;
   }

   .footer-credits-other .hs_cos_wrapper p:first-child{
      margin-bottom:16px;
   }

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