*, *:before, *:after {
   box-sizing: border-box;
}

.body-container-pressure_vessel .custom-solution h3,
.body-container-pressure_vessel .hs-compareProducts h2 {
   color: #2d2f31;
}
.body-container-support_downloads h1 {
   color: #2b2d2f;
}
.body-container-pressure_vessel .custom-solution .tablist a:hover {
   text-decoration: underline;
}
.hs-contact-body-left-column-inner label.hs-form-booleancheckbox-display {
   display: flex;
}

.hs-contact-body-left-column-inner label.hs-form-booleancheckbox-display input[type=checkbox] {
   margin-top: 5px !important;
}

.hs-contact-body-left-column-inner form .hs-input {
   color: #33475b !important;
}

@media(max-width:350px){
   .banner-section-designcalcs .hs-advanced-banner .advanced_btn_group .button_items {
      margin-right: 0;
   }
}
/*! 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 ;
    }
}
.dnd-section > .row-fluid,
.header__container,
.footer__container,
.page-center,
.content-wrapper {
  margin: 0 auto;
}

.page-center,
.content-wrapper {
  padding-top:0 !important;
  padding-bottom:0 !important
}

.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: "Font Awesome 5 Brands"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-brands-400-5.8.2.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-brands-400-5.8.2.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-brands-400-5.8.2.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-brands-400-5.8.2.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
}

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-brands-400-5.0.0.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-brands-400-5.0.0.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-brands-400-5.0.0.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-brands-400-5.0.0.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-brands-400-5.8.1.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-brands-400-5.8.1.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-brands-400-5.8.1.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-brands-400-5.8.1.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI_April2022/Fonts/pro-fa-regular-400-5.15.4.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-regular-400-5.15.4.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-regular-400-5.15.4.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-regular-400-5.15.4.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
}


@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-regular-400-5.0.0.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-regular-400-5.0.0.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-regular-400-5.0.0.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-regular-400-5.0.0.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
}





@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-solid-900-5.10.2.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.10.2.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.10.2.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.10.2.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900; 
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-solid-900-5.12.1.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.12.1.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.12.1.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.12.1.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900; 
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-solid-900-5.9.0.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.9.0.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.9.0.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.9.0.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900; 
}


@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-solid-900-5.0.0.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.0.0.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.0.0.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.0.0.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900;
}


@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-solid-900-5.0.13.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.0.13.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.0.13.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.0.13.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900; 
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-solid-900-5.10.1.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.10.1.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.10.1.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.10.1.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900;
}


@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/pro-fa-solid-900-5.0.0.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.0.0.woff2) format("woff2"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.0.0.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/pro-fa-solid-900-5.0.0.ttf) format("truetype");
}
 
@font-face { 
  font-family: "Roboto"; 
  src: url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 100; 
}

@font-face { 
  font-family: "Roboto"; 
  src: url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
}

@font-face { 
  font-family: "Roboto"; 
  src: url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 700;
}

@font-face { 
  font-family: entypo-fontello; 
  src: url("https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/CEI__April2022/Fonts/entypo-fontello.eot#iefix") format("embedded-opentype"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/entypo-fontello.woff) format("woff"), 
    url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/entypo-fontello.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "Montserrat"; 
  src: url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXo.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 300;
}


@font-face { 
  font-family: "Montserrat"; 
  src: url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXo.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 600;
}


body {
    line-height: 1.65em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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


::-moz-selection {
    background-color: #c7701f;
    color: #fff
}

::selection {
    background-color: #c7701f;
    color: #fff
}

/* Paragraphs */

p {
    margin: 0.85em 0;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 14px;
  line-height: 1.1em;
  font-weight: 400;
}

h1, h2, h3 {
    font-weight: 600;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  text-transform: uppercase;
  margin-bottom: 8px;
}

h4 {
  margin-bottom: 4px;
}
h6 {
  letter-spacing: .89px;
}

img, a img {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
}


/* Lists */

ul,
ol {
  margin: 0 0 20px;
}
ul {
    margin-left: 7px;
}

ol {
    margin-left: 15px;
}

ul li, 
ol li {
    margin-left: 1em;
    padding: 3px 0;
}

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

.hs_cos_wrapper_type_rich_text a:hover {
    text-decoration: underline;
}

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 {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search {
    background: #f2f2f2;
    box-shadow: 0 0 21px 0 rgb(0 0 0 / 32%);
    padding: 56px;
    background-color: #f2f2f2;
    border-radius: 0px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width:480px) {
  .hs_cos_wrapper_type_form, 
  .hs_cos_wrapper_type_blog_subscribe, 
  .hs_cos_wrapper_type_google_search {
      padding: 25px;
  }
}

/* Labels */

form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
}

/* 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: #f5f8fa;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 15px;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
form .hs-input:focus {
    outline: none;
    border-color: rgba(82,168,236,.8);
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

.actions {
    margin-top: 19px;
    padding: 17px 0px;
}


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

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

.hs-error-msg,
.hs_error_rollup label.hs-main-font-element {
  color: #f2545b;
}
form a.hs-button {
    margin: 15px 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  line-height: 1;
  font-weight: 700;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.hs-header-fixed-section {
    background-color: #1b1b1b;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 50%);
    position: relative;
    z-index: 101;
}
.hs-header-bottom-section {
    background-color: #1b1b1b;
}
.hs-header-fixed-section .header__container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hs-header-top-section {
    background: #2d2d2d;
    padding: 16px 0 17px;
}
.hs-header-top-menu .hs-menu-wrapper > ul {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}
.hs-header-top-menu .hs-menu-wrapper > ul > li {
    font-weight: 400;
    float: left;
    position: relative;
    padding: 0 10px;
    border-right-style: solid;
    border-right-width: 1px;
    line-height: 10px;
    border-color: #424242;
    margin-left: 0;
}
.hs-header-top-menu .hs-menu-wrapper > ul > li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
    padding-left: 10px;
    margin-top: 2px;
}
.hs-header-top-menu .hs-menu-wrapper > ul > li > a {
    padding: 7px 0;
    color: #fff;
}
.hs-header-top-menu .hs-menu-wrapper > ul > li:last-child:before {
    content: "\f095";
    -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 Pro";
    font-weight: 900;
    margin-top: -3px;
    margin-right: 3.5px;
    color: #c7711f;
}
.hs-header-top-menu .hs-menu-wrapper > ul > li > a:hover {
    text-decoration: underline;
}

.hs-header-bottom-section .header__container {
    height: 87px;
    line-height: 87px;
}
.header__logo {
    float: left;
    margin-bottom: -64px;
}
.header__logo img {
    width: 132px !important;
    margin-top: -19px;
}
.hs-header-main-menu .hs-menu-wrapper ul {
    display: block;
}
.hs-header-main-menu .hs-menu-wrapper > ul > li {
    float: left;
    position: relative;
    z-index: 20;
    margin: 0;
    padding: 0;
    margin-top: -1px;
}
.hs-header-main-menu .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    text-decoration: none;
    padding: 0 13px;
    padding-right: 14px;  
    -webkit-transition: background-color .4s ease-in-out,color .4s ease-in-out,border-color .4s ease-in-out;
    transition: background-color .4s ease-in-out,color .4s ease-in-out,border-color .4s ease-in-out;
    color: #fff;
}

.hs-header-main-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li {
    border-bottom: 1px solid #424242;
    margin: 0;
    padding: 0;
    width: 100%;
}
.hs-header-main-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li:last-child {
    border-bottom: none;
}
.hs-header-main-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li > a {
    width: 100%;
    text-align: left;
    line-height: 23px;
    padding: 8px 15px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    white-space: normal;  
    -webkit-transition: color .15s ease-out;
    transition: color .15s ease-out;
    -webkit-transition: background .15s ease-out;
    transition: background .15s ease-out;  
}
.hs-header-main-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li > a:hover {
    background-color: #2d2d2d;
    color: #fff;
}
.hs-header-main-menu .hs-menu-wrapper > ul > li:last-child > span a {
    background-color: #c7701f;
    color: #fff;
    padding: 0 9px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.hs-header-group.hs-lp-header .hs-header-top-section {
    min-height: 46px;
}





@media (min-width:990px) and (max-width:1640px) {
  .hs-header-main-menu .hs-menu-wrapper > ul > li:last-child > ul {
      right: 0;
      left: auto !important;
  }
}

@media (min-width:990px) {
  .hs-header-main-menu .hs-menu-wrapper > ul > li:last-child > a {
      background-color: #c7701f;
      color: #fff;
      padding: 0 9px;
      transition:none !important;
  }
  header.hs-header-group {
      min-height: 133px;
  }
  .scroll-header .hs-header-bottom-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li:last-child > a {
      padding-bottom: 1px;
  }
  .mobile-trigger {
    display:none !important;
  }
  .hs-header-main-menu {
      float: right;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li:last-child {
      margin-right: 13px;
      margin-left: -1px;
  }
  .hs-header-main-menu .hs-menu-wrapper>ul>li:not(:last-child):after {
      border-right: solid 1px #424242;
      content: "";
      display: block;
      height: 19px;
      top: 50%;
      position: absolute;
      right: 0;
      transform: translateY(-50%);
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper {
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    visibility: hidden;
    transition: all .2s ease;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    background-color: #1b1b1b;
    left: 0;
    margin-left: -1px;    
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover ul.hs-menu-children-wrapper,
  .hs-header-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children.focus ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility:visible;
  }
  .hs-header-main-menu .av-burger-overlay-bg {
    display:none;
  }
}





@media (max-width:989px) {
  .hs-header-bottom-inner {
      position: relative;
  }
  .header__logo img {
      margin-top: -1px;
  }
  .header__logo {
      margin-bottom: -81px;
  }
  .mobile-trigger {
      width: 35px;
      display: inline-block;
      position: relative;
      float: right;
      cursor: pointer;
      height: 89px;
      z-index: 1111;
  }
  .mobile-trigger .av-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .mobile-trigger .av-hamburger-inner, 
  .mobile-trigger .av-hamburger-inner:before, 
  .mobile-trigger .av-hamburger-inner:after {
      width: 100%;
      height: 3px;
      border-radius: 3px;
      position: absolute;
      background-color: #f7a150;
  }
  .mobile-trigger .av-hamburger-inner:before, 
  .mobile-trigger .av-hamburger-inner:after {
      content: "";
      display: block;
      transition: transform .15s ease;    
  }
  .mobile-trigger .av-hamburger-inner:before {
      top: -10px;
      transition: top .1s .34s ease-in,opacity .1s ease-in,background-color .15s ease;
  }
  .mobile-trigger .av-hamburger-inner:after {
      bottom: -10px;
      transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),background-color .15s ease;
  }
  .mobile-trigger strong {
      display: none;
  }
  .mobile-open .mobile-trigger .av-hamburger-inner {
      transform: rotate(225deg);
      transition-delay: .14s;
      transition-timing-function: cubic-bezier(.215,.61,.355,1);
      background-color: #fff;
  }
  .mobile-open .mobile-trigger .av-hamburger-inner:before {
      background-color: #fff;
      top: 0;
      opacity: 0;
      transition: top .1s ease-out,opacity .1s .14s ease-out,background-color .15s ease;
  }
  .mobile-open .mobile-trigger .av-hamburger-inner:after {
      background-color: #fff;
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),background-color .15s ease;
  }
  .hs-header-main-menu {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      overflow: hidden;
     visibility: hidden;
      opacity: 0;
      font-size: 1.1em;
      transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .mobile-open .hs-header-main-menu {
      opacity: 1;
      visibility: visible;
  }
  .hs-header-main-menu #hs_cos_wrapper_header_main_menu {
      overflow: auto;
      position: absolute;
      height: 100%;
      z-index: 10;
      width: 400px;
      right: 0;
      max-width: 100%;
      -webkit-transform: translateX(350px);
      transform: translateX(350px);
      -webkit-transition: all .5s cubic-bezier(.75,0,.25,1);
      transition: all .5s cubic-bezier(.75,0,.25,1);
      -webkit-transform: translateX(400px);
      transform: translateX(400px);
      background: #1b1b1b;
  }
  .mobile-open .hs-header-main-menu #hs_cos_wrapper_header_main_menu {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  .hs-header-main-menu #hs_menu_wrapper_header_main_menu {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      min-height: 700px;
      display: table;
      vertical-align: middle;
      text-align: center;
      z-index: 5;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul {
      display: table-cell;
      height: 100%;
      width: 100%;
      vertical-align: middle;
      padding: 125px 0;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li {
      font-size: 18px;
      margin-bottom: 1px;
      width: 100%;
      text-align: left;
      font-family: 'montserrat','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li > a {
      color: #fff;
      font-family: 'roboto','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      padding: 15px 50px;
      line-height: 1.3em;
      height: auto;
      font-size: 18px;
      transition: none;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li:last-child {
      line-height: 1.3em;
      height: auto;
      padding: 15px 50px;
      display: block;
      text-align: left;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li:last-child {
      margin-bottom: -1px;
      padding:0;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li:last-child > a span {
      border-radius: 6px !important;
      height: 77px !important;
      display: flex;
      align-items: center;
      max-width: 50%;
      justify-content: center;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li:last-child > a span {
      background-color: #c7701f;
      color: #fff;
      padding: 0 9px;
      text-align: center;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li.li-hb:hover > a,
  .hs-header-main-menu .hs-menu-wrapper > ul > li:not(.hs-item-has-children):hover > a {
      background-color: #2d2d2d;
  }
  .hs-header-main-menu .hs-menu-wrapper .hs-menu-children-wrapper {
      display: none;
      position: static !important;
      opacity: 1 !important;
      visibility: visible !important;
  }
  .child-trigger {
      display: inline-block;
      padding: 0 10px;
      font-size: 11px;
      opacity: .5;
      vertical-align: top;
      float: right;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      position: relative;
      right: 30px;
      top: 0;
      margin-top: -9px;
      height: 20px;
      line-height: 20px;
      z-index: 111;
      color: #fff;
      background: transparent;
      height: 54px;
      width: 100%;
      margin-top: -54px;
      left: 0;
      cursor: pointer;
  }
  .child-trigger i {
    font-style: normal;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1.5px;
  }
  .child-trigger.child-open i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 17px;
  }
  .child-trigger i:after {
    content: "\E87d";
    font-family: 'entypo-fontello';
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li {
      border-bottom: none;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li > a {
      color: #fff;
      font-family: 'roboto','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1.3em;
      height: auto;
      padding: 15px 50px;
      display: block;
      text-align: left;
      text-decoration: none;
      padding-left: 70px;
      font-size: 18px;
  }
  .hs-header-main-menu .hs-menu-wrapper > ul > li:last-child .child-trigger {
      margin-top: -81px;
  }
  .hs-header-main-menu .av-burger-overlay-bg {
      background-color: #2d2d2d;
      opacity: .1;
      cursor: pointer;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      min-height: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-trigger {
      height: 79px;
  }
  .header__logo {
      margin-bottom: -86px;
  }
  .hs-header-bottom-section .header__container {
      height: 79px;
      line-height: 79px;
  }
  .hs-header-top-section {
      padding: 8px 0 8px;
  }
  .hs-header-top-menu .hs-menu-wrapper > ul {
      float: none;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      position: static;
      margin-left: 1px;
  }
  .hs-header-top-menu .hs-menu-wrapper > ul > li {
      float: none;
      display: inline-block;
      padding: 0 10px;
      margin: 0 -1.8px;
  }
}

@media only screen and (max-width: 381px) {
  .hs-header-top-section {
      padding: 0;
  }

}
.hs-footer-top-section .hs-menu-wrapper ul ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.hs-footer-bottom-section {
    background-color: #1b1b1b;
    color: #9b9b9b;
    font-size: 11px;
    margin-top: -1px;
    z-index: 1;
}
.hs-footer-bottom-section .footer__container {
    padding-top: 15px;
    padding-bottom: 14px;
}
.hs-footer-bottom-inner {
    float: none;
    font-size: 14px;
    display: flex !important;
    justify-content: space-between;
}
.hs-footer-bottom-section .footer__copyright {
    width: 50%;
}
.hs-footer-privacy {
    width: 50%;
    text-align: right;
}
.hs-footer-bottom-section a {
    color: #9b9b9b;
}
.hs-footer-bottom-section a:hover {
    text-decoration: underline;
    color: #f6f6f6;
}

.hs-footer-top-section {
    background-color: #1b1b1b;
    color: #fff;
    border-bottom: solid 2px #2d2f31;
    padding: 16px 0 30px;
    z-index: 1;
}
.hs-footer-top-section .footer__container {
    padding-top: 0;
    padding-bottom: 0;
}
.hs-footer-top-column {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
}
.hs-footer-top-column .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
}
.hs-footer-top-column .hs-menu-wrapper > ul > li {
    width: 100%;
    margin: 0;
    padding: 0;
}
.hs-footer-top-column .hs-menu-wrapper > ul > li > a {
    line-height: 1.1em;
    margin-bottom: 7.5px;
    font-weight: 600;
    font-family: 'montserrat','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    margin-top: 0.85em;
    color: #c7701f;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    padding-top: 1px;
}
.hs-footer-top-column .hs-menu-wrapper > ul > li > a[href="javascript:;"] {
    cursor: text;
}
.hs-footer-top-column .hs-menu-wrapper > ul ul > li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    position: relative;
    margin-left: 14px;
}
.hs-footer-top-column .hs-menu-wrapper > ul ul > li > a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 4px 0 5px;
    text-decoration: none;
    white-space: normal !important;  
}
.hs-footer-top-column .hs-menu-wrapper > ul ul > li.active > a {
    font-weight: 700;
    padding: 6px 7px 7px 0;
}
.hs-footer-top-column .hs-menu-wrapper > ul ul > li > a:hover {
    color: #f7a250;
    transition: all .25s ease-in-out;
    text-decoration: none;
}
.hs-footer-top-column .hs-menu-wrapper > ul ul > li:after {
    content: '\f111';
    position: absolute;
    color: #425760;
    left: -14px;
    top: 5px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 8px;
}
.hs-footer-top-column {
    margin-top: 14px;
    margin-bottom: 14px;
}
.hs-footer-top-column .hs-menu-wrapper > ul > li:not(:last-child) {
    margin-bottom: 29px;
}
.hs-footer-logo {
    padding-bottom: 26px;
}
.hs-footer-left_content {
    font-size: 14px;
}
.hs-footer-left_content hr {
    border: solid #4a4a4a;
    border-width: 1px 0 0;
    margin: 12px 0 7px;
    background-color: transparent;
}
.footer_social_icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer_social_icons ul > li {
    font-size: 13px;
    position: relative;
    margin: 0;
    padding: 0;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-vimeo-v:before {
    content: "\f27d";
}
.footer_social_icons ul > li > a {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 4px 0 5px;
    text-decoration: none;
    color: #c7711f;
    width: 25px;
}
.footer_social_icons {
    padding-top: 13px;
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.hs-footer-contact h3 {
    line-height: 1.1em;
    margin-bottom: 6.5px;
    font-weight: 600;
    font-family: 'montserrat','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    margin-top: 0.85em;
    color: #c7701f;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    padding-top: 1px;
}
.hs-footer-contact-inner i {
    padding: 7px;
    color: #c7711f;
}
.hs-footer-contact-inner a {
    text-transform: uppercase;
    font-size: 14px;
    color: #f6f6f6;
}
.hs-footer-contact-inner a:hover {
    color: #f7a250;
    transition: all .25s ease-in-out;
    text-decoration: none;
}
.hs-footer-contact hr.vspace {
    border: solid #4a4a4a;
    border-width: 1px 0 0;
    margin-top: 21px;
    margin-bottom: 19px;
    background-color: transparent;
}

#scroll-top-link {
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #1b1b1b;
    color: #9b9b9b;
    border: 1px solid #2d2f31;
}
#scroll-top-link.avia_pop_class {
    opacity: .7;
    visibility: visible;
}
[data-av_icon]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    content: attr(data-av_icon);
    speak: none;
}
body .avia-font-entypo-fontello, 
html body [data-av_iconfont='entypo-fontello']:before {
    font-family: 'entypo-fontello';
}
#scroll-top-link .avia_hidden_link_text {
    display: none;
}
#scroll-top-link:hover {
    background-color: #f6f6f6;
    color: #c7701f;
    border: 1px solid #f6f6f6;
}
.avia_pop_class {
    -webkit-animation: avia_pop .3s 1 cubic-bezier(.175,.885,.32,1.275);
    animation: avia_pop .3s 1 cubic-bezier(.175,.885,.32,1.275);
}


/* Language Css Start Here */
.footer__language-switcher .lang_switcher_class {
    position: relative;
    display: block;
}
.footer__language-switcher {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 80%;
    border-radius: 5px 5px 0 0;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 5px #212121;
    background: #1b1b1b;
    background: linear-gradient(0deg,rgba(27,27,27,1) 0%,rgba(84,84,84,1) 100%);
}
.footer__language-switcher--label-current {
    height: 100%;
    text-align: left;
    padding: 10px 15px;
    font-size: 90%;
    color: #bdbdbd;
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    cursor: default;
}
.footer__language-switcher .lang_list_class {
    position: static;
    transform: none;
    padding: 0;
    margin: 0;
    background: transparent;
}
.footer__language-switcher .lang_list_class:after, 
.footer__language-switcher .lang_list_class:before {
  display:none !important
}
.footer__language-switcher .globe_class:hover .lang_list_class {
    display: none;
}
.footer__language-switcher:hover .globe_class .lang_list_class {
    display: block;
    text-align: left;
}
.footer__language-switcher .globe_class {
    width: 100%;
    height: auto;
    background-image: none;
    border-radius: 0;
}
.footer__language-switcher .lang_list_class > li {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
}
.footer__language-switcher--label-current img {
    margin-right: 5px;
    margin-top: -1px;
    vertical-align: middle;
}
.footer__language-switcher #hs_cos_wrapper_language-switcher {
    height: 0;
}
.footer__language-switcher:hover #hs_cos_wrapper_language-switcher {
    height: auto;
}
html[lang="en"] .footer__language-switcher .lang_list_class > li > a[data-language="en"] {
    display: none;
}
html[lang="pt-br"] .footer__language-switcher .lang_list_class > li > a[data-language="pt-br"] {
    display: none;
}
.footer__language-switcher .lang_list_class > li > a {
    padding: 10px 15px;
    font-size: 14.4px;
    color: #bdbdbd;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 26.4px;
}
.footer__language-switcher .lang_list_class > li > a:hover {
    color: #fafafa;
    background-color: #656565;
}
.footer__language-switcher .lang_list_class > li > a[data-language="en"]:before {
    content: "";
    background: url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/images/en_US.png);
    width: 18px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.footer__language-switcher .lang_list_class > li > a[data-language="pt-br"]:before {
    content: "";
    background: url(https://4047991.fs1.hubspotusercontent-na1.net/hubfs/4047991/raw_assets/public/CEI_April2022/images/pt_BR.png);
    width: 18px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.footer__language-switcher .lang_list_class>li>a[data-language="pt-br"] {
    font-size: 0;
}
.footer__language-switcher .lang_list_class>li>a[data-language="pt-br"]:after {
    content: "Portuguese";
    font-size: 14.4px;
    line-height: 26.4px;
    vertical-align: middle;
}
html[lang="en"] .footer__language-switcher .lang_list_class > li > a[data-language="pt-br"]:before {
    margin-top: 1px;
}
html[lang="pt-br"] .footer__language-switcher--label-current span {
    font-size: 0;
    vertical-align: middle;
}
html[lang="pt-br"] .footer__language-switcher--label-current span:after {
    content: "Portuguese";
    font-size: 14.4px;
    line-height: 26.4px;
    vertical-align: middle;
}
/* Language Css End Here */






@media (min-width:768px) {
  .hs-footer-top-column {
      margin-left: 6%;
      width: 20.5%;
  }
  .hs-footer-top-column.column_one {
      margin-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .footer__language-switcher {
      left: 50%;
  }
}

@media (max-width:767px) {
  #scroll-top-link {
      display: none !important;
  }
  .hs-footer-bottom-section .footer__container {
      padding-bottom: 15px;
  }
  .hs-footer-top-column {
      margin-top: 0;
      margin-bottom: 20px;
  }
  .hs-footer-top-column > div, 
  .hs-footer-top-column > span {
      margin: 14px 0 !important;
      padding: 0;
      display: block;
  }
  .hs-footer-top-column .hs-menu-wrapper > ul ul > li {
      line-height: 1.8em;
  }
  .hs-footer-top-column.column_four {
      padding-top: 14px;
  }
  .hs-footer-top-column.column_two {
      padding-bottom: 13px;
  }
  .hs-footer-top-column.column_one {
      padding-bottom: 12px;
  }
  .footer_social_icons {
      padding-top: 5px;
  }
  .hs-footer-top-section .hs-footer-logo {
      padding-bottom: 12px;
  }
}


@media screen and (max-width: 500px) {
  .footer__language-switcher {
      left: 10%;
  }
}
/* 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;
  }
}
.dnd-section[class*="force-full"] {
    padding: 0;
}	
.dnd-section[class*="force-full"] > .row-fluid {
    padding: 0 !important;
    width: 100% !important;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.fal, .far {
    font-family: "Font Awesome 5 Pro";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-certificate:before {
  content: "\f0a3"; 
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-code:before {
    content: "\f121";
}
.fa-sort-amount-down:before {
    content: "\f160";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-file-archive:before {
    content: "\f1c6";
}
.fa-clock:before {
    content: "\f017";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-gem:before {
    content: "\f3a5";
}
.fa-clock:before {
    content: "\f017";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-calendar-alt:before {
    content: "\f073";
}
.fa-download:before {
    content: "\f019";
}
.fa-sort-amount-down:before {
    content: "\f160";
}
.fa-code-branch:before {
    content: "\f126";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-gem:before {
    content: "\f3a5";
}

@-webkit-keyframes avia_pop {
    0% {
        -webkit-transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes avia_pop {
    0% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes avia_pop_small {
    0% {
        -webkit-transform: rotate(-175deg) scale(.2);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
    }
}

@keyframes avia_pop_small {
    0% {
        transform: rotate(-175deg) scale(.2);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@-webkit-keyframes avia_pop_loader {
    0% {
        -webkit-transform: rotate(0deg) scale(.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}

@keyframes avia_pop_loader {
    0% {
        transform: rotate(0deg) scale(.2);
    }

    100% {
        transform: rotate(720deg) scale(1);
    }
}

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

    75% {
        opacity: .7;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

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

    75% {
        opacity: .7;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes av-load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes av-load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes avia_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes avia_appear {
    0% {
        transform: scale(.5);
        opacity: .1;
    }

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

    100% {
        opacity: 1;
    }
}

@keyframes avia-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.body-container--website .span12.dnd-module .hs_cos_wrapper_type_rich_text {
    max-width: 1168px;
    margin: auto;
    display: block;
}
.hs_cos_wrapper_type_rich_text p:first-of-type {
    margin-top: 0;
}
.hs_cos_wrapper_type_rich_text p:last-of-type {
    margin-bottom: 0;
}


.banner-section-cei .banner .banner-inner-top_column {
    padding-bottom: 0;
}
.banner-section-cei .banner .banner-inner-top_column p {
    margin-top: 50px;
    line-height: 1.1em;
}
.banner-section-cei .banner .banner-inner-next {
    margin-top: 50px;
}
.banner-section-cei .banner .banner-inner-top_column h1 {
    margin-bottom: 0;
}
.line-left h1, 
.line-left h2, 
.line-left h3, 
.line-left h6 {
  position:relative;
}
.line-left h1:before, 
.line-left h2:before, 
.line-left h3:before, 
.line-left h6:before {
  content: '';
  width: 28px;
  height: 28px;
  background: 0 0;
  position: absolute;
  top: -7px;
  left: -7px;
  border-top: 3px solid #f7a250;
  border-left: 3px solid #f7a250;
}
.top_bottom_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.body-container-cei {
    background-color: #1b1b1b;
}
.parallax-mirror {
    z-index: 1 !important;
}
.hs_flex_column_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    float: left;
}
.hs_flex_column {
    float: none;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.hs_av-flex-placeholder {
    display: table-cell;
    width: 6%;
}
.hs-contact-body-group {
    width: 100%;
    table-layout: fixed;
    display: table;
    clear: both;
    position: relative;
}
.hs-contact-body-column {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding: 5% 2% 5% 2%;
}
.hs-contact-body-left-column-inner {
    background: #f2f2f2;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    padding: 56px;
    background-color: #f2f2f2;
    border-radius: 0px;
    width: 100%;
    display: block;
    position: relative;
}
.hs-contact-body-left-column-inner h2 {
    letter-spacing: normal;
    padding-bottom: 9px;
}
.hs-contact-body-left-column-inner p {
    line-height: 1.65em;
}
.hs-contact-body-left-column-inner .hs_cos_wrapper_type_form {
    background: transparent;
    padding: 0;
    margin: 0;
    position: static;
    box-shadow: none;
    padding-top: 14px;
}
.hs-contact-body-left-column-inner .hs_cos_wrapper_type_form fieldset.form-columns-2 > div:first-child .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 90% !important;
}
.hs-contact-body-left-column-inner .hs_cos_wrapper_type_form fieldset select.hs-input {
    height: 40px;
    padding: 9px 10px;
}
.hs-contact-body-left-column-inner select.is-placeholder {
    color: #bfbfbf !important;
}
.hs-contact-body-left-column-inner select.is-placeholder:focus {
    color: #33475b !important;
}
.hs-contact-body-left-column-inner .hs_cos_wrapper_type_form fieldset textarea.hs-input {
    padding: 10px 15px;
    display: block;
}
.hs-contact-body-left-column-inner .inputs-list > li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}
.hs-contact-body-left-column-inner .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
    padding-top: 6px;
}
.hs-contact-body-left-column-inner .hs-input[type=checkbox], 
.hs-contact-body-left-column-inner .hs-input[type=radio] {
    height: auto;
    padding: 0;
    margin: 2px 5px 3px 0px !important;
    line-height: normal;
}
.hs-contact-body-left-column-inner form .inputs-list span {
  line-height: 18px;
}
.hs-contact-body-left-column-inner form .hs-richtext p {
    margin: revert;
}
.hs-contact-body-left-column-inner form .hs-richtext {
    margin: 0;
    margin-top: -2px;
    font-family: arial, helvetica, sans-serif;
}
.hs-contact-body-left-column-inner form .hs-richtext a {
    color: #0000EE;
    text-decoration: underline;
}
.hs-contact-body-left-column-inner form fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100% !important;
}
.hs-contact-finglow-row1 {
    border-bottom: solid 1px #f6f6f6;
}
.hs-contact-finglow-row2 .hs_cos_wrapper_type_rich_text strong {
    color: #c7701f;
}
.body-container-cei_support .content-wrapper {
    width: 100%;
    display: table;
    table-layout: fixed;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in;
    transition: opacity .6s ease-in;
    height: 75vh;
}
.body-container-cei_support .content-wrapper.animated {
    opacity: 1;
}
.hs_cei_support-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hs_cei_support_row1 {
    padding-bottom: 46px;
}
.hs_cei_form_section.hs-contact-body-left-column-inner {
    max-width: 47%;
    margin: 0 auto;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 20%);
    padding: 35px;
    background-color: #f6f6f6;
    border-radius: 6px;
}
.hs_cei_form_section.hs-contact-body-left-column-inner .hs_cos_wrapper_type_rich_text p {
    line-height: 1.65em;
    margin-top: 13px;
    margin-bottom: 0;
}
.hs_cei_form_section.hs-contact-body-left-column-inner input.hs-button.primary {
    font-family: arial, helvetica, sans-serif;
}
.hs_cei_form_section.hs-contact-body-left-column-inner form label {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}
.hs_cei_support_row1 h1 {
    color: #424242;
}
.hs-designcalcs-row1 .hs_cos_wrapper_type_rich_text h2 {
    position: relative;
    padding-bottom: 8px;
}
.hs-designcalcs-row1 .hs_cos_wrapper_type_rich_text h2:before {
    content: '';
    width: 28px;
    height: 28px;
    background: 0 0;
    position: absolute;
    top: -7px;
    left: -7px;
    border-top: 3px solid #f7a250;
    border-left: 3px solid #f7a250;
}
.hs-designcalcs-row1 .span6.dnd-column,
.hs-designcalcs-row2 .span6.dnd-column {
    width: 100%;
    margin-left: 0;
}
.hs-designcalcs-row1 .hs_cos_wrapper_type_rich_text p {
    margin: revert;
}
.hs-designcalcs-row1 .hs-button,
.hs-designcalcs-row2 .hs-button,
.hs-designcalcs-row1 a.cta_button, 
.hs-designcalcs-row2 a.cta_button{
    line-height: 1.2em;
    position: relative;
    text-align: center;
    max-width: 100%;
    float: left;
    display: block;
    padding: 15px 30px 14px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 6px;
    color: #fff;
    border: 0;
    text-decoration: none;
    min-width: 139px;
    background-color: #c7701f;
}
.hs-designcalcs-row1 .hs-button:hover,
.hs-designcalcs-row2 .hs-button:hover,
.hs-designcalcs-row1 a.cta_button:hover, 
.hs-designcalcs-row2 a.cta_button:hover {
    opacity: .9;
}
.hs-designcalcs-row1 .hs_cos_wrapper_type_rich_text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.hs-designcalcs-row1 .hs_cos_wrapper_type_rich_text ul li {
    margin-bottom: 10px;
    position: relative;
    padding: 0;
    margin-left: 0;
    padding-left: 32px;
}
.hs-designcalcs-row1 .hs_cos_wrapper_type_rich_text ul li:before {
    content: "";
    font-size: 28px;
    color: #c7711f;
    font-family: 'entypo-fontello';
    height: 1.45em;
    width: 1.45em;
    line-height: 1.45em;
    margin-right: 0.25em;
    position: absolute;
    left: 5px;
    top: -7px;
}
.hs-designcalcs-row1 hr {
    background-color: #f6f6f6;
}
.hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text ul {
    list-style: none;
    margin: 0;
    font-size: 18px;
    padding: 7px;
    padding-top: 6px;
    line-height: 1.65em;
    padding-bottom: 0;
    margin-bottom: -1px;
}
.hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text ul li {
    margin: 0;
    vertical-align: middle;
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 11px;
}
.hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text ul li img {
    margin-top: -5px;
}
.hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text ul li span {
    padding: 7px;
    margin-left: 7px;
    margin-top: 5px;
}
.hs-designcalcs-row2 .hs-button {
    padding-bottom: 13px;
}
.hs-designcalcs-row3 .oembed_container {
    max-width: 59.2% !important;
    min-width: inherit !important;
    margin-top: 55px;
    z-index: 11;
    margin-bottom: -200px;
}
.hs-designcalcs-row3 .iframe_wrapper {
    padding-top: 0;
    box-shadow: 0 0 21px 0 rgb(0, 0, 0, 0.52);
}
.hs-designcalcs-row3 .oembed_container .oembed_container_iframe {
    max-width: 100% !important;
    max-height: inherit !important;
}
.hs-designcalcs-row4 .hs-two_column-accordion .hs_accordion_column-top_column h3 {
    margin-bottom: -8px;
}

.body-container-finglow .hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text ul {
    font-size: inherit;
}
.body-container-finglow .hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text ul li img {
    margin-top: -3px;
}
.body-container-finglow .hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text ul li {
    padding-top: 8px;
}
.body-container-finglow .hs-designcalcs-row2 .hs-button {
    padding-bottom: 12px;
}
.body-container-finglow .hs-twoColumnleft_image .hs_flex_column.left-column {
    padding: 42px 40px;
}
.body-container-finglow .hs-twoColumnleft_image .hs_flex_column.right-column {
    padding: 42px 0px 30px 30px;
}
.banner-section-finglow .dnd-section > .row-fluid {
    padding-top: 0;
    padding-bottom: 0;
}
.banner-section-finglow .dnd-section .hs_cos_wrapper_type_rich_text p {
    margin: revert;
}
.body-container-prowrite .hs-two_column-accordion .hs_accordion_column-top_column h3 {
    margin-bottom: -8px;
}
.body-container-prowrite .hs-two_column-accordion .hs_accordion_button_column a {
    padding: 15px 30px 13px;
}
.banner-section-privacy_policy .hs-advanced-banner .inner_setion {
    display: block;
}
.banner-section-privacy_policy .hs-advanced-banner .content-wrapper {
    display: block;
}
.banner-section-privacy_policy .hs-advanced-banner .hs_flex_column_table {
    margin-top: 0;
}
.banner-section-privacy_policy .hs-advanced-banner .content h1:before {
    content: '';
    width: 28px;
    height: 28px;
    background: 0 0;
    position: absolute;
    top: -7px;
    left: -7px;
    border-top: 3px solid #f7a250;
    border-left: 3px solid #f7a250;
}
.banner-section-privacy_policy .hs-advanced-banner .content h4 {
    padding-bottom: 8px;
    color: #c7711f;
    display: block;
    margin-top: 51px;
    position: relative;
}
.hs-privacy_policy-row1 .hs_cos_wrapper_type_rich_text ul {
    margin: 0;
    padding: 0;
    margin-left: 7px;
    margin-bottom: 20px;
}
.hs-privacy_policy-row1 .hs_cos_wrapper_type_rich_text p:first-of-type {
    margin-top: revert;
}
.hs-privacy_policy-row1 .hs_cos_wrapper_type_rich_text h4 a {
    color: inherit;
    text-decoration: none;
}
.banner-section-pressure_vessel .hs-advanced-banner .content p {
    font-size: 28px;
}
.top_bottom_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.banner-section-welding_procedure .hs-advanced-banner .hs_flex_column.left-column {
    width: 47%;
    float: left;
}
.hs-welding_procedure-row1 .hs-compareProducts .hs-compareProducts_item .hs_flex_column {
    padding: 21px 21px 21px 56px;
    padding-left: 100px;
    height: 270px;
    border-bottom: 4px solid #fff !important;
}
.hs-welding_procedure-row1 .hs-compareProducts .hs_compareProducts_column.left-column .content h2:before {
    content: '';
    width: 28px;
    height: 28px;
    background: 0 0;
    position: absolute;
    top: -7px;
    left: -7px;
    border-top: 3px solid #f7a250;
    border-left: 3px solid #f7a250;
}
.hs-welding_procedure-row1 .hs-compareProducts .hs_compareProducts_column.left-column {
    height: 270px;
    min-height: 270px;
}
.hs-support_downloads-row1 .hs_cos_wrapper_type_form {
    background: transparent;
    margin: 0;
    padding: 0;
    margin-top: 56px;
    box-shadow: none;
}
.hs-support_downloads-row1 label {
    font-weight: 700;
    font-size: .92em;
    margin-bottom: 3px;
}
.hs-support_downloads-row1 form .hs-input:not([type=checkbox]):not([type=radio]) {
    padding: 9px 7px;
    outline: none;
    font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #f6f6f6;
    color: #000;
    border-color: transparent;
    border-radius: 0;
    border: 0;
}
.hs-support_downloads-row1 form .hs-form-field {
    margin-bottom: 23px;
}
.hs-support_downloads-row1 form textarea.hs-input {
    min-height: 66px;
    line-height: 1.5em;
}
.hs-support_downloads-row1 form .actions {
    margin-top: -11px;
    padding: 0;
    padding-bottom: 20px;
}
.hs-support_downloads-row1 form .actions input.hs-button {
    border-radius: 6px;
    border-width: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
    margin: 3px 0;
    line-height: 1.2em;
    text-align: center;
    max-width: 100%;
    font-family: Arial,sans-serif;
}
.hs-support_downloads-row1 form .actions input.hs-button:hover {
    background-color: #f7a150;
    color: #fff;
    opacity: .9;
}
.hs-support_downloads-row1 .hs_cos_wrapper_type_rich_text {
    line-height: 1.65em;
}
.hs-support_downloads-row1 .hs_cos_wrapper_type_rich_text hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    background: transparent;
}
.hs-support_downloads-row1 .hs_cos_wrapper_type_rich_text p:last-of-type {
    margin-bottom: 0.85em;
}
.hs-support_downloads-row1 .hs-buttonGroup-section {
    padding: 0;
    text-align: center;
    padding-top: 4px;
    margin-bottom: -2px;
}
.hs-support_downloads-row1 .hs-buttonGroup-section .left_btn_group .button_items {
    margin-left: 11px !important;
    margin-right: 11px !important;
}
.hs-cta-wrapper a.cta_button {
    -moz-box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

.IE .custom-product .product-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body-container--website {
    overflow: hidden;
}
html[lang="pt-br"] .hs-aboutUs-section .flex_column.left-column h3:after {
    content: "";
    background: #fff;
    display: block;
    height: 0.5px;
    width: 23px;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -5px;
}





@media (min-width:768px) {
  .hs-designcalcs-row1 .span6.dnd-column,
  .hs-designcalcs-row2 .span6.dnd-column {
      width: 47%;
  }
  .hs-designcalcs-row1 .span6.dnd-column:last-child,
  .hs-designcalcs-row2 .span6.dnd-column:last-child {
      margin-left: 6%;
      width: 47%;
  }
}

@media (min-width:990px) {
  .hs-contact-body-column {
      width: 50%;
  }
  .hs-contact-body-left-column-inner form .inputs-list span {
      display: inline-block;
      margin-top: 2px;
  }
}

@media handheld, only screen and (max-width: 1300px) {
  .banner-section-privacy_policy .hs-advanced-banner .content h4 {
      margin-top: 65px;
  }
}

@media (max-width:1024px) {
  .banner-section-cei .banner .banner-inner-next {
      width: 100%;
  }
  .banner-section-cei .banner .banner-inner-top_column p {
      font-size: 21px;
  }
}

@media (max-width:1130px) and (min-width:990px) {
  .body-container-contact .hs-contact-body-left-column-inner form .hs-form-field {
      width: 100% !important;
  }
  .body-container-contact .hs-contact-body-left-column-inner .hs_cos_wrapper_type_form fieldset.form-columns-2>div:first-child .hs-input:not([type=checkbox]):not([type=radio]) {
      width: 100% !important;
  }
}

@media (max-width:1119px) and (min-width:768px) {
  .body-container-cei_support .hs-contact-body-left-column-inner form .hs-form-field {
      width: 100% !important;
  }
  .body-container-cei_support .hs-contact-body-left-column-inner .hs_cos_wrapper_type_form fieldset.form-columns-2>div:first-child .hs-input:not([type=checkbox]):not([type=radio]) {
      width: 100% !important;
  }
}

@media (max-width:989px) {
  .hs_flex_column_table {
      display: block;
  }
  .hs_flex_column {
    width: 100%;
  }
  .hs_flex_column {
      margin: 0;
      margin-bottom: 20px;
      width: 100%;
      display: block;
  }
  .hs-contact-body-group {
      display: block;
  }
  .hs-contact-body-column {
      margin: 0;
      margin-bottom: 20px;
      width: 100%;
      display: block;
  }
  .hs-designcalcs-row1 .dnd-section:first-child {
      padding-top: 0 !important;
      padding-bottom: 33px !important;
  }
  .hs-designcalcs-row1 .dnd-section:first-child > .row-fluid {
      padding-top: 20px;
  }
  .banner-section-finglow .dnd-section>.row-fluid {
      padding-top: 35px;
  }
  .hs-advanced-banner .hs_flex_column.left-column {
      margin-bottom: 0;
  }
  .banner-section-welding_procedure .hs-advanced-banner,
  .hs-welding_procedure-row1 .hs-compareProducts {
      display: none !important;
  }
  .hs-welding_procedure-row1 {
      margin-top: -2px;
  }
  .IE .custom-product .product-boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .IE .custom-product .des-box {
      width: 50%;
      height: 250px;
  }
  html[lang="pt-br"] .hs-aboutUs-section .flex_column.left-column h3:after {
    display:none;
  }
  html[lang="pt-br"] .hs-advanced-banner .hs_flex_column.left-column {
      margin-bottom: 20px;
  }
  .banner-section-advisory .banner {
      padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hs-contact-body-column {
      display: block;
      margin: 0;
      height: auto !important;
      overflow: hidden;
      padding-left: 8% !important;
      padding-right: 8% !important;
  }
  .hs-contact-body-column {
      margin-bottom: 20px;
  }
  .hs_cei_form_section.hs-contact-body-left-column-inner {
      max-width: 100%;
      margin-bottom: 20px;
  }
  .hs_cei_support_row1 {
      padding-bottom: 18px;
  }
  .hs-designcalcs-row1 .span6.dnd-column, 
  .hs-designcalcs-row2 .span6.dnd-column {
      margin-bottom: 20px;
  }
  .hs-designcalcs-row1 .hs-button, 
  .hs-designcalcs-row2 .hs-button,
  .hs-designcalcs-row1 a.cta_button, 
  .hs-designcalcs-row2 a.cta_button{
      padding-bottom: 13px;
  }
  .hs-designcalcs-row1 .hs_cos_wrapper_type_rich_text ul {
      padding-top: 10px;
  }
  .hs-designcalcs-row2 .span6.dnd-column:first-child {
      margin-bottom: 11px;
  }
  .hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text h3 {
      margin: 0;
  }
  .hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text ul li {
      padding-bottom: 1px;
  }
  .hs-designcalcs-row2 .hs_cos_wrapper_type_rich_text ul {
      padding-bottom: 10px;
  }
  .hs-designcalcs-row1 .dnd-section:first-child {
    padding-bottom: 23px !important;
  }
  .banner-section-privacy_policy .hs-advanced-banner .content h4 {
      padding-bottom: 5px;
  }
  .body-container-welding_procedure .custom-solution .hs_solution_inner_column h4 {
      padding-bottom: 10px;
  }
  .hs-contact-body-left-column-inner form .hs-form-field {
      width: 100% !important;
  }
  .hs-contact-body-left-column-inner .hs_cos_wrapper_type_form fieldset.form-columns-2 > div:first-child .hs-input:not([type=checkbox]):not([type=radio]) {
      width: 100% !important;
  }  
  .hs-contact-body-left-column-inner .hs_cos_wrapper_type_form fieldset .hs-input:not([type=checkbox]):not([type=radio]) {
      width: 100% !important;
  }  
  html[lang="pt-br"] .banner-section-designcalcs .hs-advanced-banner .et_parallax_bg {
      transform: none !important;
  }
}

@media only screen and (max-width: 767px) and (min-width:480px) {
  .banner-section-pressure_vessel .hs-advanced-banner .content h1 {
      font-size: 28px;
  }
  .banner-section-pressure_vessel .hs-advanced-banner .hs_flex_column_table {
      margin-top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .IE .custom-product .des-box {
      width: 100%;
      height: 250px;
  }
}


@media only screen and (max-width: 479px) {
  .hs-advanced-banner .hs_flex_column.left-column {
      margin-bottom: 19px;
  }
  html[lang="pt-br"] .body-container-finglow .hs-twoColumnleft_image .top_section h3 {
      font-size: 28px;
  }
}

@media only screen and (max-width: 400px) {
  .hs-contact-body-left-column-inner {
      padding-left: 20px;
      padding-right: 20px;
  }
  .banner-section-privacy_policy .hs-advanced-banner .content h4 {
      margin-top: 28px;
  }
  .body-container-welding_procedure .custom-solution .hs_solution_inner_column.left-column h3 {
      font-size: 27px;
  }
  html[lang="pt-br"] .hs-home-twoCol-section .title h3 {
      font-size: 28px;
  }
}

.cta_button.btn-orange-white {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}
.cta_button.btn-orange-white:hover {
    border: 1px solid #C7711F;
    background-color: #ffffff;
    color: #C7711F;
}

/* Search */

.search-container {
	margin: 0 auto;
	max-width: 900px;
	width: 90%
}
.search-wrap {
	background-color: rgba(27,27,27,1.0);
  padding: 20px 0px;
}
.search-wrap .hs-search-field__bar button svg {
  height: 20px !important;
  fill: #fff
}
.search-wrap .hs-search-field__suggestions-container {
  display: none; 
}
.search-wrap input {
	/*background-color: #a10606;*/
	border: none;
	color: #2b2d2f;
	padding: 20px 15px;
	width: 100%;	
}
.toggle-search {
  height: 15px;
  width: auto;
  fill:#fff;
}

/* Nov2023 Updates */

.outline_btn a {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: transparent;
    color: #c7711f;
    border: 2px solid #c7711f;
    padding: 15px 30px 13px;
    min-width: 139px;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    display: inherit;
    width: fit-content;
}
.outline_btn2 a {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: transparent;
    color: #F7A250 !important;
    border: 2px solid #F7A250;
    padding: 11px 28px 11px !important;
    min-width: 139px;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    display: inherit;
    width: fit-content;
}
.cta-btn a.cta_button {
    background-color: #c7701f;
    border: 0;
    border-radius: 6px;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    max-width: 100%;
    min-width: 139px;
    padding: 15px 30px 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
ul.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
ul.check-list li {
    margin-bottom: 10px;
    position: relative;
    padding: 0;
    margin-left: 0;
    padding-left: 32px;
}
ul.check-list li:before {
    content: "";
    font-size: 28px;
    color: #c7711f;
    font-family: 'entypo-fontello';
    height: 1.45em;
    width: 1.45em;
    line-height: 1.45em;
    margin-right: 0.25em;
    position: absolute;
    left: 5px;
    top: -7px;
}
.flex-ctr {
  display: flex;
  align-items: center;
  gap: 15px;
}
.flex-ctr30 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.flex-ctr *, .flex-ctr30 * {
  margin: 0px;
}