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

.banner-area .dnd-section,
.banner-area .row-fluid {
  padding: 0 !important;
  width: 100% !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: "Aeonik";
  src: url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/Aeonik-Regular.woff2) format("woff2"),
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/Aeonik-Regular.woff) format("woff");
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: "Aeonik";
  src: url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/Aeonik-Medium.woff2) format("woff2"), 
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/Aeonik-Medium.woff) format("woff"); 
  font-style: normal;
  font-weight: 500;
}

@font-face { 
  font-family:"Aeonik";
  src: url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/Aeonik-Bold.woff2) format("woff2"), 
      url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/Aeonik-Bold.woff) format("woff"); 
  font-style: normal; 
  font-weight: bold;
}

@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url("//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/IPCInternationalInc_January_2022/fonts/fa-brands-400%20.eot") format("embedded-opentype"), 
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/fa-brands-400.woff2) format("woff2"),
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/fa-brands-400.woff) format("woff"), 
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
  font-display: auto;
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/IPCInternationalInc_January_2022/fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/fa-regular-400.woff2) format("woff2"),
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/fa-regular-400.woff) format("woff"),
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/fa-regular-400.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
  font-display: auto;
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/IPCInternationalInc_January_2022/fonts/fa-solid-900%20.eot") format("embedded-opentype"), 
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/fa-solid-900.woff) format("woff"),
    url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal; 
  font-weight: 900; 
  font-display: auto;
}



body {
 line-height: 1.8;
  word-break: break-word;
  background: #fff;
  font-size: 16px;
}

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

/* Paragraphs */

p {
 margin: 0 0 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color .2s ease-in-out,opacity .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.2;
}
h4{
  text-transform: uppercase;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  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;
}

/* Labels */

form label {
  display: inline-block;
  max-width: 100%;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 500;
}

form{
  margin-bottom:10px;
}

/* Help text - legends */

form legend {
  font-size: 14px;
}

/* Inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  padding: 6px 12px 4px;
  width: 100%;
  max-width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.42857;
  color: #333;
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus{
  outline: none;
  box-shadow: none;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msgs label{
  color: #ff0000;
}

/* Submit button */

.hs-button.primary,
input[type="submit"],
input[type="button"],
.button{
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  margin:10px 0;
  border-radius: 0;
  display: inline-block;
  padding: 15px 23px 13px;
  width: auto;
  height: auto;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  border: 1px solid #b3b3b3;
  transition: color .2s ease-in-out,background-color .2s ease-in-out;
  text-transform: uppercase;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  background-color: #f0ab00;
  border-color: #f0ab00;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus
.button:hover,
.button:focus{
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (min-width: 768px){
  form{
    /*max-width:500px;*/
  }

  .blog-comments form {
    max-width:100%;
  }

}
@media (max-width:767px) {

  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea, select {
    max-width:100%;
  }
}
/* 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-group {
  line-height: 1.5;
}
.site-header-top {
  position: relative;
  color: #fff;
  background: #435a68;
  /* display: inline-block;*/
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.header-spacer {
  display: none;
}

.scroll-header .header-spacer {
  display: block;
}

.site-header-top::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #435a68;
  z-index: 0;
}
.header__container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width:100%;
}
.site-header-top .header__container{
  z-index: 1;
}
.site-header-top-inner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.site-header-top__left {
  float: none;
  margin: 0;
  padding: 0 45px 0 0;
  width: auto;
  text-align: left;
}
.site-header-top__right {
  position: absolute;
  top: 0;
  right: 15px;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: right;
  font-size: 0;
}
.top-menu-primary.desktop{
  display: none;
}
.top-menu-primary .hs-menu-wrapper>ul{
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.top-menu-primary .hs-menu-wrapper>ul>li{
  position: relative;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.top-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2){
  display:none;
}
.top-menu-primary .hs-menu-wrapper>ul>li>a{
  display: block;
  margin: 0;
  padding: 11px 13px 0;
  font-size: 15px;
  min-height: 45px;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.top-menu-primary .hs-menu-wrapper>ul>li:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 27px;
  background: #6b7a84;
}

.top-menu-primary .hs-menu-wrapper>ul>li:last-child:after{
  display:none;
}
.top-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a::after{
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f107";
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
  font-size: 15px;
  color: #f0ab00;
}
.top-menu-primary .hs-menu-wrapper>ul>li>ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  float: left;
  min-width: 280px;
  list-style: none;
  background: #394a58;
  background-clip: padding-box;
  z-index: 1000;
}
.top-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
  display:block;
}
.top-menu-primary .hs-menu-wrapper>ul>li>ul>li{
  position: relative;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
}
.top-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  outline: 0;
  text-decoration: none;
  clear: both;
  display: block;
  padding: 8px 17px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  min-height: 0;
}
.site-header-top__right-menu {
  display: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.site-header-register-nav a{
  display: block;
  margin: 0;
  padding: 11px 13px 0;
  font-size: 15px;
  min-height: 45px;
  outline: 0;
  color: #fff;
  text-decoration: none;
}
.site-header-register-nav {
  position: relative;
  display: inline-block;
}
.site-header-register-nav a::after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 27px;
  background: #6b7a84;
}
.region-header-top-right{
  display: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.region-header-top-right a{
  display: block;
  margin: 0;
  padding: 11px 13px 0;
  font-size: 15px;
  min-height: 45px;
  outline: 0;
  text-decoration: none;
}
.site-header__search {
  display: none;
  margin: 0 0 0 15px;
  padding: 6px 0 0;
  vertical-align: top;
}
.site-header__search-forms {
  position: relative;
  width: 250px;
}
.site-header__search .region-site-search {
  position: relative;
}
.site-header__search form {
  margin: 0;
  max-width: 100%;
}
.site-header__search label {
  display: none;
}
.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-header__search .form-item-search input{
  display: block;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: inherit;
  margin: 0;
  padding: 6px 12px 4px 12px;
  width: 100%;
  max-width: 207px;
  height: 29px;
  font-size: 14px;
  box-shadow: none;
  border: 0;
  outline:none;
  apprence
}
.form-control::-webkit-input-placeholder {
  color: #999;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.site-header__search .form-actions input {
  display: none;
}
.site-header__search .form-submit--trigger {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: color .2s ease-in-out,opacity .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 31px;
  height: 29px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #f0ab00;
  z-index: 1;
  border-radius: 0;
}
.form-submit--trigger span {
  display: none;
}
.site-header__search .form-submit--trigger::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f002";
  font-size: 15px;
  transition: color .2s ease-in-out;
}

.header-main {
  background-color: #fff;
}
.header-inner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.site-header__content {
  position: relative;
  margin: 0;
  padding: 19px 0 23px 200px;
  min-height: 90px;
  transition: padding .2s ease-in-out;
}
.header-logo {
  position: absolute;
  top: 25px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  height: auto;
  transition: top .2s ease-in-out,width .2s ease-in-out;
}
.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.primary-nav {
  display: none;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: top;
}
.mobile-control-nav {
  clear: right;
  float: right;
  display: block;
  margin: 0;
  padding: 10px 0 0;
  text-align: right;
}
.mobile-control-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-control-nav .menu__link {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
  vertical-align: top;
  text-transform: uppercase;
  word-break: normal;
}
.mobile-control-nav .menu__item--menu .menu__link {
  padding: 6px 38px 5px 0;
}
.menu__item {
  position: relative;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.mobile-control-nav .menu__item {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: top;
  background: none;
}
.mobile-control-nav .menu__item:last-child {
  margin-right: 0;
}
.custom-menu-primary {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper>ul{
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  position: relative;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  display: block;
  margin: 0;
  font-size: 15px;
  min-height: 45px;
  outline: 0;
  padding: 17px 5px 0;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f107";
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
  font-size: 15px;
  color: #f0ab00;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  font-size: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  float: left;
  min-width: 225px;
  list-style: none;
  background: #394a58;
  background-clip: padding-box;
  z-index: 1000;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
  display:block;
  position: relative;
  float: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  clear: both;
  display: block;
  padding: 8px 17px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  min-height: 0;
  margin: 0;
}
.scroll-header .header-main {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
.scroll-header .site-header__content {
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 60px;
}
.scroll-header .header-logo{
  top: 12px;
  width: 160px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
  font-weight: 600;
}
.mobile-control-nav .menu__item--menu .menu__link::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f0c9";
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 27px;
  line-height: 1;
  color: #f0ab00;
  vertical-align: top;
}
.site-header-mobile-search {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  margin: 0;
  padding: 0;
}
.site-header-mobile-search>a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0;
  padding: 7px 0 0;
  width: 31px;
  height: 29px;
  font-size: 0;
  line-height: 1;
  min-height: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #f0ab00;
  z-index: 10;
}
.site-header-mobile-search .site-header-mobile-search__toggle {
  display: block;
}
.site-header-mobile-search .site-header-mobile-search__submit {
  display: none;
}
.site-header-mobile-search__form {
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  width: 0;
  opacity: 0;
  z-index: 1;
  transition: all .2s ease-in-out;
}
.site-header-mobile-search>a::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f002";
  font-size: 15px;
  color: #fff;
  transition: color .2s ease-in-out;
}
.top-menu-primary.mobile {
  display: block;
}
.mobile-control-nav .menu__link:hover, .mobile-control-nav .menu__link:focus {
  color: #f0ab00;
  outline: 0;
}
.lp .site-header-top .header__container{
  padding:22.5px 0;
}
@media (min-width: 768px){
  .site-header-top {
    background: #394a58;
  }
  .site-header-top::before {
    display: block;
    width: 50%;
  }
  .header__container{
    max-width: 750px;
  }
  .site-header-top__left {
    float: left;
    padding: 0;
    width: 50%;
  }
  .site-header-top__right {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    right: 0;
    padding: 0 50px 0 0;
    width: 50%;
  }
  .top-menu-primary.desktop{
    display: block;
  }
  .site-header-top__right-menu {
    display: inline-block;
  }
  .region-header-top-right{
    display: -webkit-flex;
    display: flex;
  }
  .top-menu-primary.mobile {
    display: none;
  }
  .lp .site-header-top .header__container{
  padding:45px 0;
}
}

@media (min-width: 992px){
  .header__container{
    max-width: 970px;
  }
  .site-header-top-inner {
    width: 100%;
    float: left;
  }
  .site-header-top__right {
    padding: 0;
  }
  .header-inner {
    width: 100%;
    float: left;
  }
  .primary-nav {
    display: block;
  }
  .mobile-control-nav {
    display: none;
  }
  .top-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2){
    display: inline-block;
  }
  .mobile-overlay {
    display:none;
  }
}
@media (min-width: 1200px){
  .header__container{
    max-width: 1170px;
  }
  .site-header__search {
    display: inline-block;
  }
  .site-header__content {
    padding: 24px 0 23px 250px;
    min-height: 95px;
  }
  .header-logo {
    top: 18px;
    width: 235px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding: 11px 8px 0;
    font-size: 17px;
  }
  .site-header-mobile-search {
    display: none;
  }
  .lp .site-header-top .header__container{
  padding:22.5px 0;
}
}

@media (min-width: 1590px) and (max-width: 1680px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul{
    left:auto;
    right: 0px;
  }
}

@media (min-width: 1590px){
  .header__container{
    max-width: 1560px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding: 11px 13px 0;
  }
}

@media (max-width: 1400px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul{
    left:auto;
    right: 0px;
  }
}

@media (max-width: 1199px){
  .site-header-mobile-search form{
    max-width:100%;
    margin:0;
  }
  .site-header-mobile-search__form .form-item {
    float: none;
    margin: 0;
    padding: 0;
  }
  .container-inline div, .container-inline label {
    display: inline-block;
  }
  .site-header-mobile-search__form label, .site-header-mobile-search__form .form-submit {
    display: none;
  }
  .form-optional {
    color: #000;
  }
  .site-header-mobile-search__form .form-control {
    display: block;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    margin: 0;
    padding: 6px 12px 4px 12px;
    width: 100%;
    max-width: 100%;
    height: 29px;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    box-shadow: none;
    background: #fff;
    border: 0;
    border-radius: 0;
  }
  .form-control:focus, .form-url:focus {
    border-color: #f0ab00;
    outline: 0;
    box-shadow: none;
  }
  .form-submit--trigger {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
  }
  .site-header-mobile-search>a:hover, .site-header-mobile-search>a:focus {
    color: #fff;
    background: #fecb00;
    text-decoration: none;
  }
  .search-open .site-header-mobile-search .site-header-mobile-search__form {
    display: block;
    right: 39px;
    width: 220px;
    opacity: 1;
  }
  
  .site-header-top__right {
    padding: 0 50px 0 0;
  }

}

@media (max-width: 991px){
  .mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background: none;
    z-index: 9999;
    overflow-x: hidden;
    line-height:1.5;
  }
  .mobile-open .mobile-overlay{
    display:block;
    transition:all .3s;
  }
  .mobile-nav-overlay__content {
    position: relative;
    float: right;
    margin: 0;
    padding: 15px 30px 20px;
    width: 100%;
    max-width: 420px;
    text-align: left;
    background: #435a68;
    z-index: 10;
  }
  .mobile-open .mobile-nav-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 420px;
    height: 100%;
    background: #435a68;
    z-index: 1;
  }
  .mobile-nav-overlay__header {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    min-height: 0;
    text-align: right;
    background: none;
  }
  .mobile-nav-overlay__close {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;
    text-decoration: none;
    outline: 0;
    z-index: 10;
  }
  .mobile-nav-overlay__close:hover, .mobile-nav-overlay__close:focus {
    color: #f0ab00;
    text-decoration: none;
  }
  .mobile-nav-overlay__close span {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 20px 5px 0;
  }
  .mobile-nav-overlay__close span {
    vertical-align: top;
  }
  .mobile-nav-overlay__close::after {
    content: 'X';
    position: absolute;
    top: 3px;
    right: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    vertical-align: top;
  }
  .mobile-header-nav ul{
    list-style:none;
    margin:0;
    padding:0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 1.2;
    color: #fff;
}
  .mobile-header-nav ul li{
    display: block;
    margin: 0;
    padding: 0;
    width: 50%;
}
  .mobile-header-nav ul li a{
   display: block;
    margin: 0;
    padding: 17px 0;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
  .mobile-header-nav ul li a:hover,
  .mobile-header-nav ul li a:focus{
    color: #f0ab00;
    text-decoration: none;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul{
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li{
    position: relative;
    clear: both;
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f0ab00;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a{
    position: relative;
    display: block;
   font-family: "Aeonik",sans-serif;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    outline: 0;
    margin: 0;
    padding: 17px 48px 17px 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a:hover, .mobile-menu-primary .hs-menu-wrapper>ul>li>a:focus {
    color: #f0ab00;
}
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul{
    margin-bottom: 15px;
    margin-left: 20px;
    display: none;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li{
    clear: both;
    float: none;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
   position: relative;
    display: block;
    font-family: "Aeonik",sans-serif;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    vertical-align: top;
    outline: 0;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.2;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover, .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:focus {
    color: #f0ab00;
}
  .mobile-contact-button {
    clear: both;
    margin: 0;
    padding: 25px 0 0;
}
  .mobile-contact-button a{
  text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 0;
    display: inline-block;
    margin: 0 5px;
    width: auto;
    height: auto;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    border: 1px solid #b3b3b3;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    background-color: #f0ab00;
    border-color: #f0ab00;
    position: relative;
    padding: 14px 23px 13px;
    margin-left: 0;
    margin-bottom:20px;
}
  .mobile-contact-button a:hover,
   .mobile-contact-button a:focus{
    color: #333;
    background-color: #fecb00;
    border-color: #fecb00;
  }
  .mobile-contact-button a::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f30b";
   margin: 0 0 0 21.15px;
    font-size: 18px;
    vertical-align: bottom;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
}
  .mobile-menu-primary .hs-menu-wrapper>ul>li .child-trigger {
    text-decoration: none;
    transition: color .2s ease-in-out,opacity .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 17px 0;
    width: 48px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #f0ab00;
    cursor: pointer;
    outline: 0;
    z-index: 1;
}
  .mobile-menu-primary .hs-menu-wrapper>ul>li .child-trigger:before{
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f107";
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li .child-trigger:hover,
  .mobile-menu-primary .hs-menu-wrapper>ul>li .child-trigger:focus{
    color: #fecb00;
    outline: 0;
    text-decoration: none;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li.child-open .child-trigger:before{
    content: "\f106";
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li.child-open .child-trigger{
    color: #fff;
  }
}

@media (max-width: 767px){

.site-header-top__right {
    padding: 0;
  }
  

}



.social-links-header {
  display: inline-block;

}

.social-links-header a {
  display: inline-block;
  padding: 3px 0 4px 8px;
}
.social-links-header a:hover {
  opacity: .8;
}
.social-links-header-mobile a {
  display: inline-block;
  margin-right: 1rem;
}
.footer {
  padding-bottom: 40px;
  text-align: left;
  background: #fff;
  -webkit-flex: none;
  flex: none;
  padding-top: 0;
  line-height: 1.5;
}

.hs-fixed-bar {
    min-height: 59px;
}

.site-footer__above {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333;
  text-align: center;
  background: #f0ab00;
  transition: padding .2s ease-in-out;
  overflow-x: hidden;
}
.footer__container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width:100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.email-updates {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.email-updates>div{
  padding: 18px 0;
}
.email-updates p{
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.email-updates a{
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1px 0 0 30px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  vertical-align: top;
}
.email-updates a::before {
  text-rendering: auto;
  font-family: 'Font Awesome 5 Pro';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0e0";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  transition: color .2s ease-in-out;
  vertical-align: top;
}
.footer-inner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.site-footer__content {
  position: relative;
  margin: 55px 0 28px;
  padding: 0 0 33px 0;
  border-bottom: 2px solid #e5e5e5;
}
.footer-logo {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 30px;
  max-width: 275px;
}
img {
  vertical-align: middle;
  max-width:100%;
}
.footer-logo img{
  display: block;
  max-width: 100%;
  height: auto;
}
.p-footer-contact-info p{
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #7f7f7f;
  vertical-align: top;
}
.p-footer-contact-info p:last-child {
  margin-right: 0;
}
.site-footer__bottom-half {
  position: relative;
}
.footer-nav {
  margin: 0 0 15px;
}
.footer-nav .hs-menu-wrapper>ul>li>ul{
  margin: 0 0 10px;
  padding: 0;
}
.footer-nav .hs-menu-wrapper>ul>li>ul>li{
  position: relative;
  float: none;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 0;
}
.footer-nav .hs-menu-wrapper>ul>li>ul>li>a{
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #435a68;
  text-decoration: none;
}
.site-footer__privacy-nav {
  font-size: 16px;
  line-height: 1.2;
  color: #7f7f7f;
}
.site-footer__copyright {
  display: inline-block;
  margin: 0 8px 5px 0;
  padding: 0;
  vertical-align: top;
}
.site-footer__copyright a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #7f7f7f;
  text-decoration: none;
  vertical-align: top;
}
.footer-bottom-links {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  vertical-align: top;
}
.footer-bottom-links .hs-menu-wrapper ul li{
  position: relative;
  float: none;
  display: inline-block;
  margin: 0 7px 5px 0;
  padding: 0 11px 0 0;
}
.footer-bottom-links .hs-menu-wrapper ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-bottom-links .hs-menu-wrapper ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #7f7f7f;
  text-decoration: none;
  vertical-align: top;
}
.footer-bottom-links .hs-menu-wrapper ul li a::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  width: 1px;
  height: 15px;
  background: #7f7f7f;
}
.footer-bottom-links .hs-menu-wrapper ul li:last-child a::after{
  display:none;
}
.site-footer__bottom {
  position: relative;
  top: 0;
  right: 0;
  margin: 35px 0 0;
  text-align: left;
}
.site-footer__bottom .region {
  display: inline-block;
  margin: 0 30px 10px 0;
  vertical-align: top;
}
.footer-contact-button a{
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
  padding: 15px 23px 13px;
  width: auto;
  height: auto;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  border: 1px solid #b3b3b3;
  transition: color .2s ease-in-out,background-color .2s ease-in-out;
  text-transform: uppercase;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  background-color: #f0ab00;
  border-color: #f0ab00;
  position: relative;
  padding: 14px 23px 13px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom:20px;
}
.footer-contact-button a::after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f30b";
  margin: 0 0 0 21.15px;
  font-size: 18px;
  vertical-align: bottom;
  transition: color .2s ease-in-out,background-color .2s ease-in-out;
}
.menu--social-media .menu__item--technet a::before{
  background: url(//5546712.fs1.hubspotusercontent-na1.net/hubfs/5546712/raw_assets/public/IPCInternationalInc_January_2022/images/ico-technet.svg) 50% 50% no-repeat;
}
 .footer-socials-wrapper {
    display: inline-block;
}
.site-footer__above--sticky {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
}
@media (min-width: 600px){
  .site-footer__content {
    padding: 0 0 33px 370px;
  }
  .footer-logo {
    position: absolute;
  }
}
@media (min-width: 768px){
  .site-footer__above {
    text-align: left;
  }
  .footer__container{
    max-width: 750px;
  }
}
@media (min-width: 992px){
  .footer__container{
    max-width: 970px;
  }
  .email-updates {
    float: left;
    width: 100%;
  }
  .footer-inner {
    float: left;
    width: 100%;
  }
  .site-footer__content {
    padding: 0 0 33px 260px;
  }
  .footer-logo {
    top: 10px;
    margin: 0;
    max-width: 210px;
  }
  .p-footer-contact-info p{
    display: inline-block;
    margin: 0 35px 0 0;
    width: 210px;
  }
  .site-footer__bottom {
    position: absolute;
    top: -120px;
    margin: 0;
    text-align: right;
  }
  .site-footer__bottom .region {
    display: block;
    margin: 0;
  }
}
@media (min-width: 1200px){
  .footer__container{
    max-width: 1170px;
  }
  .site-footer__content {
    padding: 0 0 33px 370px;
  }
  .footer-logo {
    top: 0;
    max-width: 275px;
  }
  .p-footer-contact-info p{
    margin: 0 90px 0 0;
  }

}
@media (min-width: 1590px){
  .footer__container{
    max-width: 1560px;
  }
}


@media (max-width: 767px){
  
  .site-footer__above--sticky {
    padding: 10px 0;
}
  

}
/* Menu and simple menu */

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



/* Custom mexico pages */


.industries-grid > div {
  min-height: 300px;
  position: relative;
}

.industry-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #40576680;
}

.industry-overlay h2 {
  color: #fff;
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
}

.industries-grid > div:hover .industry-overlay{
  opacity: 1;
}


.contact-form-embed-dark, .contact-form-embed-dark p, .contact-form-embed-dark h2, .contact-form-embed-dark label {
  color: #fff;
}


.contact-form-embed-dark .input
{
	width:auto !important;
}
.contact-form-embed-dark label {
  display: block !important; 
}

.contact-form-embed-dark .legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}