*, *: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;
  max-width: 100%;

}

/* 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 ;
    }
}
.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
    padding: 0;
}

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

.dnd-section > .row-fluid,
.content-wrapper,
.page-center {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/QuVa_Pharma_July2021/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/fa-solid-900.ttf) format("ttf"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/fa-solid-900.woff) format("woff"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/fa-solid-900.woff2) format("woff2"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/fa-solid-900.svg) format("svg");
  font-style: normal; 
  font-weight: 900;
  font-display: block;
}


@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/QuVa_Pharma_July2021/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/fa-brands-400.ttf) format("ttf"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/fa-brands-400.woff) format("woff"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/fa-brands-400.woff2) format("woff2"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/fa-brands-400.svg) format("svg");
  font-style: normal; 
  font-weight: 400;
  font-display: block;
}



@font-face {
  font-family: "Freight Sans Pro Book";
  src: url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/font.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: "Freight Sans Pro";
  src: url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/font-1.woff) format("woff");
  font-style: normal; 
  font-weight: bold;
  font-display: auto; 
}

@font-face {
  font-family: "Freight Sans Pro";
  src: url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/font-2.woff) format("woff");
  font-style: normal; 
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: "Freight Sans Pro Medium";
  src: url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/font-2-1.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: "Freight Sans Pro";
  src: url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/font-3.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: "Freight Sans Pro Semibold Regular";
  src: url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/font-11.woff) format("woff"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/font-11.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}


@font-face {
  font-family: "eicons";
  src: url("//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/QuVa_Pharma_July2021/fonts/eicons.eot") format("embedded-opentype"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/eicons.ttf) format("ttf"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/eicons.woff) format("woff"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/eicons.woff2) format("woff2"),
    url(//20300149.fs1.hubspotusercontent-na1.net/hubfs/20300149/raw_assets/public/QuVa_Pharma_2022/css/fonts/eicons.svg) format("svg");
  font-style: normal; 
  font-weight: 400;
}


body {
  color: #000000;
/*   font-family: "Freight Sans Pro Book", sans-serif; */
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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 {
  margin: 0 0 0.9rem;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
/*   font-family: "Freight Sans Pro", sans-serif; */
  font-weight: bold;
  line-height: 1;
}

/* Lists */

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

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

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

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

[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1139px) {
  body {
    font-size: 16px ;
    line-height: 20px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
body{
  font-family: Source Sans Pro;
}
.hs-form-field {
  margin-bottom: 20px;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: Source Sans Pro;
}
.hs-fieldtype-checkbox strong{
   font-size: 16px;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 0px solid;
  border-bottom: 2px solid;
  border-radius: 3px;
  display: block;
  width: 100%;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  padding: 6px 10px 0;
  min-height: 50px;
  font-family: Source Sans Pro;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

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;
}
form .inputs-list span{
  cursor:pointer;
}
/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}
/* 
.hs-input.invalid.error {
  border-color: #EF6B51;
} */

ul.hs-error-msgs,
ul.hs-error-msgs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-style: normal;
  padding: 0;
  font-family: Source Sans Pro;
  font-weight: bold;
  color: #B94A48;
  font-size: 12px;
  line-height: 30px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 15px 0;
  white-space: normal;


}    

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  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 {
    font-size:16px
    }

  }
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}


.header_container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.header_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Header top */

.header_top {
  background-color: #3A2D81;
  min-height: 46px;
}


.header_top_col {
  width: 50%;
  min-height: 1px;
}

.header_top_links .hs-menu-wrapper > ul {
/*   font-family: Freight Sans Pro; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  margin: 10px 60px 10px 0;
}

.header_top_links .hs-menu-wrapper > ul > li {
  padding-left: 40px;
  display: inline-block;
}

.header_top_links .hs-menu-wrapper>ul>li:first-child {
    padding-left: 0px;
}

.header_top_links .hs-menu-wrapper > ul > li a {

}

.header-serch-toggle {
  line-height: 40px;
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.header-serch-toggle .fa-search:before {
  content: "\f002";
}


.header_search_sec {
  display: none;
  background-color: #6351C2;
  position: relative;
  width: 100%;

}

body.search-open .header_search_sec {
  display: block;
  max-height: 70px;
}
.header_search_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;

}

.header_search_sec .search_col {
  min-height: 1px;
  position: relative;
}

.header_search_sec .search_col_1 {
  width: 30%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.search_icon-wrapper {
  text-align: right;
  margin: 2% 8% 0% 0%;
  width: 100%;
}

.header_search_sec .search_icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  font-size: 50px;
  text-align: center;
  font-size: 25px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.header_search_sec .search_icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  transform: rotate(0);
  margin-top: -2px;
}
.header_search_sec .fa-search:before {
  content: "\f002";
}


.header_search_sec .search_col_2 {
  width: 39.31%;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.header_search_sec .form-wrap {
  margin: 5px 0px 0px 0px;
  width: 100%;
}

.header_search_sec form.search-form {
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.header_search_sec .search-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
  min-height: 37px;
  border-radius: 3px;
}

.header_search_sec input.search-form__input {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: calc(37px / 3);
  padding-right: calc(37px / 3);
  font-size: 30px;
  color: #FFFFFF;
  outline: 0;

}

.header_search_sec input.search-form__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
}

.header_search_sec button.search-form__submit {
    -webkit-transition: color .2s,background .2s;
    -o-transition: color .2s,background .2s;
    transition: color .2s,background .2s;
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    color: #fff;
    border: none;
    border-radius: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 37px;
    font-size: 14px;
    padding-left: calc(37px / 3);
    padding-right: calc(37px / 3);
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
/*     font-family: "Freight Sans Pro", \'freight-sans-pro\', sans-serif; */
}



/* Header Main */

.header_main {
  position: relative;
}

.mobile-menu {
  display: none;
}


.header_col {
  min-height: 1px;
  position: relative;
}

.header_logo_col {
  width: 15%;
  text-align: right;
  padding: 10px 0;
}
.header-tagline-col{
  width:22%;
}


/* Logo */

.header__logo {
  padding: 0px 20px;
}


.header__logo img {
  max-width: 140px;
  vertical-align: middle;
  width: 100% !important;
}
.header-tagline-col .header__logo img{
  max-width: 240px;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}


.mobile-trigger {
  display: none;
}

.header_menu_col {
  width: 61.982%;
      position: static;

}

.header_right_col {
  width: 22.682%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.header_become_customer_btn {
  width: 100%;
  padding-right: 4px;
}


.header_become_customer_btn a {
  padding: 12px 24px;
  line-height: 1;
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  color: #FFFFFF;
/*   font-family: "Freight Sans Pro", sans-serif; */
  font-size: 14px;
  background-color: #FDB913;
  border-style: solid;
  border-color: #FDB913;
  display: block;
  text-align: center;

}


.header_become_customer_btn a:hover {
  color: #FDB913;
  background-color: #FFFFFF;
  border-color: #FDB913;
}


.custom-menu-primary .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: flex-start;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
/*   font-family: "Freight Sans Pro Medium", sans-serif; */
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #000000;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #FFFFFF;
  padding: 35px 10px 25px 10px;
  margin: 0px 5px 0px 0px;
  display: flex;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
  content: "\f0d7";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  border-top: 1px solid #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
  min-height: 270px;

}

.custom-menu-primary .hs-menu-wrapper > ul > li.open > ul {
  opacity: 1;
  visibility: visible;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
  width: 30%;
  position: relative;
  min-height: 1px;
  padding: 10px;
  margin: 10px 0px 0px 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li + li:before {
  content: '';
  background: rgba(189, 189, 183, 0.4);
  height: 210px;
  width: 1px;
  left: 10px;
  position: absolute;
  display: block;
  top: 20px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 40px;
  font-weight: bold;
  display: block;
/*   font-family: "Freight Sans Pro", sans-serif; */
  line-height: 1;
  margin-bottom: 20px;
}

.custom-menu-primary .hs-menu-wrapper ul ul li a:empty {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper ul ul li a[href="javascript:;"] {
  cursor: default;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child {
  width: 30%;
  margin-left: 10%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(2) {
  width: 27.63%;
  padding-left: calc(2% + 10px);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(3) {
  width: 30.28%;
  padding-left: calc(4.37% + 10px);
}

.custom-menu-primary .hs-menu-wrapper ul ul ul li a {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0.2px;
  padding: 13px 20px;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child ul li a {
  padding: 10px;
  padding-left: 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1px;
  max-width: calc(100% - 100px);

}




span.elementor-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}




body {
  overflow-x: hidden;
}


@media  (min-width: 1140px) {
  .mobile-menu {
    display: none !important;
  }
}

@media  (max-width: 1160px) {
  .header_menu_col {
    width: 65%;
  }
  .header_right_col {
    width: 20%;
  }
  .header_become_customer_btn a {
    padding: 12px 18px;
  }
}



@media (max-width: 1139px) {
  .header_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_top {
    background-color: #4b3aa6 !important;
  }
  .header_top_left {
    width: 10%;
  }
  .header_top_right {
    width: 88%;
  }
  .header_top_links .hs-menu-wrapper > ul {
    margin: 10px 10px 10px 0;
    font-size: 14px;
  }
  .header_top_links .hs-menu-wrapper>ul>li a span {
    display: none;
  }

  .header_container {
    max-width: 1024px;
  }

  .header_logo_col {
    width: 20%;
    text-align: left;
    padding: 10px;
  }
  .header-tagline-col{
    width:30%;
  }
  .header_menu_col {
    width: 65%;
  }

  .custom-menu-primary {
    display: none;
  }

  .header_right_col {
    width: 15%;
    padding: 10px;
  }
  .header_become_customer_btn {
    display: none;
  }

  .mobile-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    margin: 0 auto;
    color: #000000;
  }

  .mobile-trigger i:before {
    content: "\e816";
  }
  .mobile-open .mobile-trigger i:before {
    content: "\e87f";
  }

  body.mobile-open {
    overflow: hidden;
  }


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px !important;
    min-width: 40px !important;
    height: 60px !important;
    padding: 20px;
    padding: 18px 20px 19px 10px;

  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i.fa:before {
    content: "";
  }

  .mobile-menu {
    position: relative;
    top: -9px;
    display: none;
  }
  .mobile-menu .hs-menu-wrapper > ul {
    display: block;
    font-size: 16px;

  }
  .mobile-menu .hs-menu-wrapper ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #E7E6DD;
  }

  .mobile-menu .hs-menu-wrapper ul li a {
    padding: 20px;
    line-height: 20px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    display: block;
  } 
 
  .mobile-menu .hs-menu-wrapper ul li:hover > a,
  .mobile-menu .hs-menu-wrapper ul li.active-branch > a{
    background-color: #8577D0;
    color: #FFFFFF;
  } 
   .mobile-menu .hs-menu-wrapper ul li:hover > .child-trigger,
  .mobile-menu .hs-menu-wrapper ul li.active-branch > .child-trigger{
    color: #FFFFFF;
  }

  /* Make child lists appear below parent items */
  .mobile-menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .mobile-menu .hs-menu-wrapper ul ul li a {
    border-left: 8px solid transparent;
  }
 



  .header_search_container {
    max-width: 1024px;
    margin: 0 auto;
  }

  .header_search_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 57px;
}
  
  .header_search_sec .search_col_1 {
    width: 20%;
    padding: 10px;
  }
  .search_icon-wrapper {
    margin: 0;
  }
  .header_search_sec .search_icon {
    font-size: 22px;
  }
  .header_search_sec .search_icon i {
    margin-top: 0;
  }
  .header_search_sec .search_col_2 {
    width: 60%;
    padding: 10px;
  }
  .header_search_sec .form-wrap {
    margin: 0;
    width: 100%;
  }
  .header_search_sec input.search-form__input {
    font-size: 20px;
  }

}

@media (max-width: 991px) {

}



/* Mobile toggles */

@media (max-width: 767px) {
  .header_top_left {
    width: 8%;
  }
  .header_top_right {
    width: 90%;
  }

  .header_logo_col {
    width: 25%;
  }
  .header-tagline-col{
    width:45%;
  }
  .mobile-menu {
    position: relative;
    top: 0;
  }
  .header__logo {
    padding: 2px;
  }
  .header__logo img {
    max-width: 95px;
    display: block;
  }

  .header_menu_col {
    width: 60%;
  }


  .header_search_sec .search_col_1 {
    width: 10%;
    padding: 10px;
  }
  .header_search_sec .search_icon {
    font-size: 16px;
  }
  .header_search_sec .search_col_2 {
    width: 80%;
    padding: 10px;
  }
  .header_search_sec input.search-form__input {
    font-size: 18px;
  }
}




@media (max-width: 350px) {
  .header_top_links .hs-menu-wrapper > ul > li {
    padding-left: 30px;
    display: inline-block;
  }



}





/* note */
footer.footer {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3em;
}
.footer_inner {
  padding: 0% 8%;
}
.footer_spacer {
  margin-bottom: 5px;
}
.footer_spacer_inner {
  height: 130px;
}



.footer_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_col {
  min-height: 1px;
  padding: 10px;
  position: relative;
}
.footer_col_1 {
  width: 25%;
  max-width: 300px;
}
.footer_col_2 {
  width: 41.34%;
}
.footer_col_3 {
  width: 33.333%;
}

.footer_bottom {
  margin-top: -1.5%;
}

.footer_copyright {
  padding: 12px 10px 10px 20px;
  color: #a79ddd;
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  position: relative;
}

.footer_logo {
  margin: 0 0 23px 4%;
}


.footer_logo > div {
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  font-size: 50px;
  text-align: center;
  font-size: 110px;
  display: inline-block;
}
.footer_logo svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  transform: rotate( 
    0deg
  );
}

.footer_contact_details {
  padding-left: 10px;
}

.footer_policy_links .hs-menu-wrapper > ul {
  display: block;
}
.footer_policy_links .hs-menu-wrapper > ul li {
  font-size: 14px;
  line-height: 1.1em;
  margin-bottom: 5px;
}
.footer_policy_links .hs-menu-wrapper > ul li a {
  text-decoration: none;
}


.footer_linkedin {
  margin-top: 17px;
}

.footer_linkedin a img {
  height: 20px;
  vertical-align: middle;
  margin-bottom: -5px;
}


footer.footer form {
  margin: 0;
  padding-bottom: 13px;
}

footer.footer .form-title {
  line-height: 1;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  padding: 25px 0 20px;
}

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

footer.footer .hs-form-field > label {
  display: none;
}

footer.footer form input[type=text], 
footer.footer form input[type=email], 
footer.footer form input[type=password], 
footer.footer form input[type=tel], 
footer.footer form input[type=number], 
footer.footer form input[type=file], 
footer.footer form select, 
footer.footer form textarea {
/*   font-family: "Freight Sans Pro"; */
  height: 30px;
  border-radius: 0px;
  padding-bottom: 0px;
  min-height: 30px;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px 0px inset;
}

footer.footer form input[type=text]:focus, 
footer.footer form input[type=email]:focus, 
footer.footer form input[type=password]:focus, 
footer.footer form input[type=tel]:focus, 
footer.footer form input[type=number]:focus, 
footer.footer form input[type=file]:focus, 
footer.footer form select:focus, 
footer.footer form textarea:focus {
  background-color: #ffffff;
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(102 175 233 / 60%);
}

footer.footer form ::-webkit-input-placeholder {
  color: #A1A1A1;
}

footer.footer form .hs-button {
  font-weight: bold;
/*   font-family: "Freight Sans Pro"; */
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #FDB913;
  color: #ffffff;
  height: 40px;
  border-radius: 0;
  border: 2px solid;
  border-color: #FDB913;
  margin: 0px;
  width: 100%;
  padding: 6px 11px;
  margin: 0;
}

footer.footer form .hs-button:hover,
footer.footer form .hs-button:focus{
  background-color: #ffffff;
  color: #FDB913;
  border-color: #FDB913;
}

footer.footer .hs-error-msg {
  line-height: 26px;
  letter-spacing: 0.1px;
  margin: 0;
}


@media (max-width: 1139px) {
  .footer_inner {
    padding: 0 0;
  }
  .footer_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  .footer_col {
    width: 33%;
  }
  .footer_col_3 {
    width: 33.333%;
  }
  .footer_bottom {
    margin-top: -1.5%;
    padding: 0 8%;
  }
  .footer_linkedin {
    margin-top: 14px;
  }
  .footer_logo {
    margin: 0 0 20px 4%;
  }

}


@media (max-width: 767px) {
  .footer_col {
    width: 100% !important;
  }
  footer.footer .form-title {
    padding: 32px 0 20px;
  }
  .footer_linkedin {
    padding-bottom: 3px;
  }
  .footer_spacer_inner {
    height: 20px;
  }
  .footer_logo {
    margin: 0 0 20px 0;
  }
  .footer_contact_details {
    padding-left: 0;
  }
  .footer_col_2{
    margin-bottom: 20px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
/*   display: flex;
  flex-wrap: wrap; */
  list-style: none;
  margin: 0;
  padding: 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;
  }
}