*, *: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;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "neue-haas-grotesk-display"; 
  src: url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-stretch: normal; 
  font-display: auto; 
}

@font-face {
  font-family: "neue-haas-grotesk-display"; 
  src: url("https://use.typekit.net/af/153042/00000000000000007735bb62/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/153042/00000000000000007735bb62/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), 
    url("https://use.typekit.net/af/153042/00000000000000007735bb62/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal; 
  font-weight: 600; 
  font-stretch: normal; 
  font-display: auto; 
}

@font-face { 
  font-family: "flaticon"; 
  src: url("https://7972561.fs1.hubspotusercontent-na1.net/hubfs/7972561/raw_assets/public/EmbridgeConsulting_September2022/fonts/flaticon/flaticon.eot") format("truetype"),
    url("https://7972561.fs1.hubspotusercontent-na1.net/hubfs/7972561/raw_assets/public/EmbridgeConsulting_September2022/fonts/flaticon/flaticon.woff") format("woff"), 
      url("https://7972561.fs1.hubspotusercontent-na1.net/hubfs/7972561/raw_assets/public/EmbridgeConsulting_September2022/fonts/flaticon/flaticon.woff2") format("woff2"), 
        url("https://7972561.fs1.hubspotusercontent-na1.net/hubfs/7972561/raw_assets/public/EmbridgeConsulting_September2022/fonts/flaticon/flaticon.eot") format("embedded-opentype"), 
          url("https://7972561.fs1.hubspotusercontent-na1.net/hubfs/7972561/raw_assets/public/EmbridgeConsulting_September2022/fonts/flaticon/flaticon.svg") format("svg");
            }

html{
  font-size:16px; 
}

body {
  margin: 0px;
  padding: 0px;
  line-height: 1.45;
  letter-spacing: 0.5px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

/* Paragraphs */

p {
  margin: 0px;
  margin-bottom: 1em;
}

/* Anchors */

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

/* Headings */

h1,
h2
{
  margin-bottom: 1.6rem;
  line-height: 1.1;
  letter-spacing: 1px;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 0.8em;
  line-height: 1.35;
  letter-spacing: 1px;
}

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

.widget-type-form, 
.hs-search-module form, 
.systems-page form, 
.blog-comments form{
  padding: 15px;
  margin-bottom: 30px;
}

a.hs-button.primary {
  margin-top: 10px;
}
/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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: rgba(255,255,255,0.2);
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 14px;
  border-width: 0px;
  font-family: inherit;
  margin-bottom: 24px;
  width: 100%;
  line-height: 20.3px;
  min-height: 52.3px;
}

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: #EF6B51;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border-radius: 32px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  min-width: 165px;
  text-align: center;
  transition: all 0.35s ease !important;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
}

/* 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;
}
header.header {
  background-color: rgba(0,0,0,0.95);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.35s ease;
}

header.header .header-container {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1780px;
  margin-right: auto;
  margin-left: auto;
}

header.header .header-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0px);
  margin-right: calc(-.5 * 40px);
  margin-left: calc(-.5 * 40px);
  align-items: center;
  height: 100%;
}

header.header .header-inner-wraper {
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
  width: 100%;
  padding-right: calc(40px * .5);
  padding-left: calc(40px * .5);
  margin-top: 0;
}

header.header .custom-header-logo {
  left: -64px;
  position: relative;
  max-width: 218px;
  align-items: center;
  display: flex;
}

header.header .custom-header-logo img {
  max-width: 100%;
  position: relative;
  top: -2px;
}

header.header ul.submenu.level-1 {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
}

header.header ul.submenu.level-1>li {
  position: relative;
  margin-bottom: 0;
  margin-left: 5px;
}

header.header ul.submenu.level-1>li>a {
  min-height: 130px;
  line-height: 130px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  display: block;
  white-space: nowrap;
  padding: 0px 20px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
  font-family: 'Arimo', sans-serif;
}

header.header.is-stuck ul.submenu.level-1>li>a {
  min-height: 96px;
  line-height: 96px;
}

header.header ul.submenu.level-1>li.has-submenu>a:after {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 18px);
  font-size: 10px;
}

header.header ul.submenu.level-2 {

  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 265px;
  padding: 15px 0px;
  margin: 0px;
  list-style: none;
  transition: none 0.35s ease;
  display: none;
}

header.header ul.submenu.level-2>li {
  display: block;
  margin-bottom: 5px;
  position: relative;
}

header.header ul.submenu.level-2>li>a {
  display: block;
  padding: 6px 20px;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
}

header.header .header-ctas {
  display: flex;
  align-items: center;
}

header.header .career-button a {
  padding: 13px 25px 13px 25px;
  margin-left: 12px;
  font-size: 13px;
  min-width: 1px;
  background-color: transparent;
  color: #e6007e;
  border-color: #e6007e;
  border-radius: 32px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  border: 1px #e6007e solid;
  transition: all 0.35s ease;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
}

header.header .contact-button a {
  transition: all 0.35s ease;
  text-align: center;
  border: 1px #e6007e solid;
  padding: 13px 25px 13px 25px;
  margin-left: 12px;
  font-size: 13px;
  min-width: 1px;
  background-color: #fff;
  color: #e6007e;
  border-color: #fff;
  margin-right: 0px;
  border-radius: 32px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
}

header.header .header-search {
  position: relative;
}

header.header a.search-btn {
  color: #e6007e;
  font-size: 32px;
  margin-left: 15px;
  height: 44px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header.header .flaticon-search:before {
  content: "\f101";
}

header.header .header-search form {
  position: absolute;
  top: 0;
  right: 48px;
  height: 100%;
  width: 484px;
  display: none;
}

header.header .header-search form input {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  padding: 14px 20px 13px 20px;
  font-size: 14px;
  border-width: 0px;
  font-family: inherit;
  margin-bottom: 24px;
  line-height: 1.45;
  color: #000;
  position: relative;
  top: -1px;
  min-height: auto !important;
}

header.header .header-search form input::placeholder {
  text-transform: uppercase;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  color:rgb(117,117,117)
}

header.header a.search-btn:hover {
  color: #fff;
}

.header-wrapper {
  min-height: 130px;
}

header.header a.mobile-menu-btn {
  border-width: 0px;
  background-color: transparent;
  font-size: 35px;
  display: none;
  color: #fff;
  position: relative;
  left: auto;
  top: -3px;
  right: auto;
  padding: 10px;
  cursor: pointer;
  height: 30px;
  margin-right: -15px;
}

header.header .custom-header-logo>div {
  line-height: 0;
}

header.header ul.submenu.level-1>li:last-child {
  margin-right: 5px;
}

header.header ul.submenu.level-1>li:nth-child(3) {
  margin-left: 6px;
}


nav.mobile-nav-menu {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: 9999999;
  background: #320f20;
  width: 480px;
  transition: transform 0.7s ease;
  transform: translate3d(480px, 0, 0);
  right: 0;
}

.child-trigger {
  position: absolute;
  width: 100%;
  cursor: pointer;
  left: 0;
  height: 50px;
  line-height: 50px;
}

body.open-menu .body-wrapper {
  transform: translate3d(-480px, 0, 0);
  transition: transform 0.7s ease;
}

body.open-menu {
  overflow: hidden;
}

.body-wrapper {
  transition: transform 0.7s ease;
}

@media (max-width:1600px){
  header.header .contact-button a span {
    display: none;
  }

  header.header .custom-header-logo {
    left: 0;
  }

  header.header .contact-button a span {
    display: none;
  }

  header.header ul.submenu.level-1>li>a {
    font-size: 16px;
  }


}
@media (max-width:1800px){
  header.header .custom-header-logo {
    left: 0;
  } 
}
@media (max-width:1500px){
  header.header ul.submenu.level-1>li>a {
    padding: 0px 16px;
  } 
}

@media (max-width:1400px){
  header.header ul.submenu.level-1>li>a {
    font-size: 15px;
    padding: 0px 12px;
    min-height: 110px;
    line-height: 110px;
  }

  header.header .contact-button a span {
    display: none;
  }

  header.header .contact-button a {
    padding: 12px 20px 12px 20px;
  }

  header.header .career-button a {
    padding: 12px 20px 12px 20px;
  }

  header.header .custom-header-logo {
    max-width: 190px;
    left: 0;
  }

  header.header .header-search form {
    width: 430px;
  }

  .header-wrapper {
    min-height: 100px;
  }


}
@media (min-width:1201px){
  header.header ul.submenu.level-1>li:hover ul.submenu.level-2 {
    display: block;
  }

  .header-wrapper.lp-header header.header {
    padding: 35px 0;
  }

  .header-wrapper.lp-header header.header.is-stuck {
    padding: 18px 0 17px;
  }

  header.header ul.submenu.level-2 {
    visibility: hidden;
  }
  header.header ul.submenu.level-1>li:hover ul.submenu.level-2{
    visibility: visible;
  }

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

@media (max-width:1200px){
  header.header .custom-header-logo {
    padding: 12px 0px;
    max-width: 180px;
  }

  div#main_nav_wrapper {
    display: none;
  }

  header.header a.mobile-menu-btn {
    display: flex;
    align-items: center;
    margin-right: -15px;
  }

  header.header .header-search form {
    width: 420px;
  }

  header.header .career-button a, header.header .contact-button a {
    padding: 13px 18px 13px 18px;
  }

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

  .pushy-content {
    visibility: visible;
    transition: visibility 0.7s ease;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .pushy-content .custom-header-mobile-logo {
    margin-bottom: 5px;
    padding: 14px 25px;
    border-bottom: rgba(255,255,255,0.15) 1px solid !important;
  }

  .pushy-content .custom-header-mobile-logo img {
    max-width: 100%;
  }

  .pushy-content .custom-header-mobile-logo>div {
    line-height: 0;
  }

  .pushy-content .mobile-menu .hs-menu-wrapper>ul>li {
    margin-bottom: 5px;
  }

  .pushy-content .mobile-menu .hs-menu-wrapper>ul {
    overflow: scroll;
    height: 100vh;
    flex-direction: column;
  }

  .pushy-content .mobile-menu .hs-menu-wrapper>ul>li>a {
    padding: 14px 25px;
    text-decoration: none;
    font-size: 15px;
    border-bottom: rgba(255,255,255,0.15) 1px solid;
    display: block;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.45;
    position: relative;
  }

  .pushy-content .custom-header-mobile-logo a {
    display: block;
  }

  .site-overlay {
    display: none;
  }

  .header-wrapper {
    min-height: 67px;
  }

  body.open-menu .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
  }

  .pushy-content .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(https://7972561.fs1.hubspotusercontent-na1.net/hubfs/7972561/raw_assets/public/EmbridgeConsulting_September2022/images/arrow.svg) no-repeat;
    ; transform: translateY(-50%);
    transition: transform 0.4s;
  }

  .pushy-content .mobile-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
  }

  .pushy-content .mobile-menu .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 5px;
    transition: opacity 0.7s ease-in-out;
    position: relative;
  }

  .pushy-content .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    color: rgba(255,255,255,1);
    text-decoration: none;
    font-size: 15px;
    border-bottom: rgba(255,255,255,0.15) 1px solid;
    padding: 12px 24px 12px 38px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.45;
    position: relative;
  }

  .pushy-content .mobile-menu .hs-menu-wrapper>ul>li>ul>li:last-child {
    margin: 0;
  }

}


@media (max-height:700px) and (max-width:1200px)
{
  .pushy-content .mobile-menu .hs-menu-wrapper>ul {
    flex-direction: column;
    height: 70vh;
    overflow-y: scroll;
  }
}

@media (max-width:991px){
  header.header .career-button.free-cons {
    display: none;
  } 
}

@media (max-width:767px){
  nav.mobile-nav-menu {
    width: 315px;
    transform: translate3d(315px, 0, 0);
  }

  body.open-menu .body-wrapper {
    transform: translate3d(-315px, 0, 0);
  } 

  header.header .header-search form {
    width: 264px;
  }
}

@media (max-width:576px){
  header.header .custom-header-logo {
    max-width: 160px;
  }

  header.header .career-button a, header.header .contact-button a {
    padding: 8px 14px 8px 14px;
    font-size: 14px;
    margin-left: 0px;
    line-height: 20.3px;
  }

  header.header .custom-header-logo img {
    top: -4px;
  }

  header.header .career-button {
    top: -3px;
  }

  .contact-button {
    position: relative;
    top: -2px;
  }

  header.header a.mobile-menu-btn {
    margin-right: -15px;
    position: relative;
    top: -4px;
  }

  header.header .contact-button a {
    padding: 8px 14px 7px 14px;
    margin-right: 1px;
  }

}


@media (max-width:478px){
  header.header .career-button , header.header .contact-button {
    display: none;
  }

  header.header .custom-header-logo img {
    top: -4px;
  }

  header.header .custom-header-logo {
    padding: 14px 0px;
  }

  header.header .header-search {
    left: -1px;
  } 

  header.header .header-search form {
    width: 255px;
  }
}


@media (max-width:370px){
  header.header .header-search form {
    width: 206px;
    right: 40px;
  }
}
section.Bottom-panel {
  background-color: #000;
  color: #fff;
  padding-top: 95px;
  padding-bottom: 95px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

section.Bottom-panel form {
  font-size: 16px;
}

section.Bottom-panel .Bottom-panel-container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

section.Bottom-panel .Bottom-panel-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0px);
  margin-right: calc(-.5 * 40px);
  margin-left: calc(-.5 * 40px);
}

section.Bottom-panel .Bottom-panel-inner {
  flex: 0 0 auto;
  width: 83.33333333%;
  padding-right: calc(40px* .5);
  padding-left: calc(40px * .5);
  margin-top: 0;
}

section.Bottom-panel .section-intro-block {
  margin-bottom: 40px;
}

section.Bottom-panel .section-intro-block h3 {
  color: #e6007e;
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 1.35;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top:0px;
}

section.Bottom-panel .section-intro-block p {
  font-size: 29px;
  line-height: 1.35;
  margin: 0px;
  margin-bottom: 1em;
  color: #fff;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
}

section.Bottom-panel .bottom-pane-form {
  flex: 0 0 auto;
  width: 100%;
  padding-right: calc(40px* .5);
  padding-left: calc(40px * .5);
  margin-top: 0;
  font-size: 16px;
}

section.Bottom-panel .footer-contact-form-inner>div {
  background: transparent;
  padding: 0;
  margin: 0;
}

section.Bottom-panel form fieldset.form-columns-2>div {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-right: calc(1.5em * .5);
  padding-left: calc(1.5em * .5);
  margin-top: 0;
  margin: 0;
}

section.Bottom-panel .footer-contact-form-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0px);
  margin-right: calc(-.5 * 1.5em);
  margin-left: calc(-.5 * 1.5em);
}

section.Bottom-panel form fieldset.form-columns-2>div .input {
  margin: 0;
}

section.Bottom-panel form fieldset.form-columns-2>div .input input::placeholder, section.Bottom-panel form fieldset textarea::placeholder {
  color: #b7b7b7;
  text-transform: uppercase;
  font-family: inherit;
}

section.Bottom-panel form fieldset.form-columns-1>div {
  max-width: 100%;
  padding-right: calc(1.5em * .5);
  padding-left: calc(1.5em * .5);
  margin: 0;
}

section.Bottom-panel form fieldset.form-columns-1>div textarea {
  min-height: 120px;
  width: 100% !important;
}

section.Bottom-panel label#label-message-1c7d8592-b85b-4c0e-89b9-a387f207a6e4_5362 {
  display: none;
}

section.Bottom-panel form fieldset.form-columns-2>div>label {
  display: none;
}

section.Bottom-panel form fieldset.form-columns-1>div .input {
  margin: 0;
}

section.Bottom-panel form fieldset.form-columns-1 {
}

section.Bottom-panel form fieldset.form-columns-1 .legal-consent-container {
  font-size: 16px;
  margin-bottom: 30px;
}

section.Bottom-panel form fieldset.form-columns-1 .legal-consent-container p {
  font-size: 13px;
  margin: 0px;
  margin-bottom: 1em;
  color: #fff;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.45;
}

section.Bottom-panel form .actions input {
  background-color: #e6007e;
  color: #fff;
  padding: 16px 35px 17px 35px;
  border-radius: 32px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  min-width: 165px;
  text-align: center;
  border: 1px solid #e6007e ;
  transition: all 0.35s ease;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  line-height: 20.3px;
}

section.Bottom-panel form fieldset.form-columns-2>div .input input {
  line-height: 20.3px;
}

section.Bottom-panel form .actions input:hover {
  background-color: rgba(0,0,0,1.0);
  border-color: #000;
  color: #fff;
}

section.Bottom-panel .hs_submit.hs-submit {
  max-width: 100%;
  padding-right: calc(1.5em * .5);
  padding-left: calc(1.5em * .5);
  margin: 0;
}

section.Bottom-panel form .inputs-list>li.hs-form-booleancheckbox {
  margin: 0px;
  margin-bottom: 1em !important;
}

section.Bottom-panel form .inputs-list>li.hs-form-booleancheckbox span {
  font-size: 16px;
  color: #fff;
  line-height: 1.45;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
  margin-left: 6px !important;
}

section.Bottom-panel form .inputs-list>li.hs-form-booleancheckbox>label {
  display: flex;
  align-items: center;
}

section.Bottom-panel form .inputs-list>li.hs-form-booleancheckbox>label input {
  display: inline-block;
  margin: -2px 10px 0px 0px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
}

section.Bottom-panel form .inputs-list>li.hs-form-booleancheckbox>label input:checked:after {
  opacity: 1;
}

section.Bottom-panel form ul.no-list.hs-error-msgs.inputs-list>li {
  margin: 0;
}

section.Bottom-panel form ul.no-list.hs-error-msgs.inputs-list>li>label {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.45;
  margin: 0;
}

section.Bottom-panel form fieldset.form-columns-1>div.hs-fieldtype-textarea.field.hs-form-field>label {
  display: none;
}

section.Bottom-panel form .inputs-list>li.hs-form-booleancheckbox>label input:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
}

footer.section {
  padding-top: 95px;
  padding-bottom: 96px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  font-size: 15px;
  overflow: hidden;
}

footer.section .container.position-relative {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1780px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
}

footer.section .flaticon-up-arrow-long:before {
  content: "\f108";
}

footer.section a.up-arrow.back-top-button {
  position: absolute;
  right: 15px;
  top: 0px;
  background-color: #231d1f;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  bottom: -24px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

footer.section .container.size-small {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

footer.section .footer-copyright {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0px);
  margin-right: calc(-.5 * 40px);
  margin-left: calc(-.5 * 40px);
}

footer.section .footer-copyright-container {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: calc(40px * .5);
  padding-left: calc(40px * .5);
  margin-top: 0;
}

footer.section .flaticon-social-facebook-f:before {
  content: "\f109";
}

footer.section .flaticon-social-twitter:before {
  content: "\f105";
}

footer.section .flaticon-social-linkedin:before {
  content: "\f102";
}

footer.section .flaticon-social-youtube:before {
  content: "\f106";
}

footer.section .footer-copyright-container p {
  margin-top: 30px;
  padding-top: 15px;
  font-size: 15px;
  border-top: #434e48 1px solid;
  line-height: 1.45;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
  color: #444343;
  margin-bottom: 0;
}

footer.section .container.size-small>.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0px);
  margin-right: calc(-.5 * 40px);
  margin-left: calc(-.5 * 40px);
}

footer.section .container.size-small>.row>div {
  flex: 0 0 auto;
  padding-right: calc(40px * .5);
  padding-left: calc(40px * .5);
  margin-top: 0;
}

footer.section .footer-logo a {
  display: block;
  margin-bottom: 14px;
  position: relative;
}

footer.section .footer-logo img {
  margin-left: -70px;
  max-width: 230px;
}

footer.section .footer-logo a:after {
  width: calc(100% - 130px);
  left: 130px;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 62px;
  background: #000;
}

footer.section .social-icon-address {
  width: 33.33333333%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

footer.section .footer-menu {
  flex: 0 0 auto;
  width: 33.33333333%;
}

footer.section .theme-btn-form {
  flex: 0 0 auto;
  width: 33.33333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer.section .footer-logo {
  width: 100%;
  max-width: 100%;
}

footer.section .social-icon-address address {
  font-style: normal;
  line-height: 1.7;
  margin-bottom: 1rem;
}

footer.section .social-icon-address address p {
  margin: 0px;
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.7;
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
}

footer.section ul.socials {
  margin: 0px;
  padding: 0;
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
}

footer.section ul.socials li {
  margin-top: 4px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

footer.section ul.socials li a {
  display: block;
  opacity: 1;
  font-size: 16px;
  line-height: 34px;
  color: #444343;
  border-radius: 50%;
  border: #444343 2px solid;
  height: 32px;
  width: 32px;
  text-align: center;
}

footer.section .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  margin-bottom: 14px;
}

footer.section .footer-menu ul li {
  margin-bottom: 5px;
}

footer.section .footer-menu ul li a {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #000;
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.45;
}

footer.section .theme-btn p {
  margin: 0px;
  margin-bottom: 1em;
}

footer.section .theme-btn a {
  background-color: #e6007e;
  color: #fff;
  padding: 16px 35px 17px 35px;
  border-radius: 32px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  min-width: 165px;
  text-align: center;
  border: 1px #e6007e solid;
  transition: all 0.35s ease;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
}

footer.section .theme-btn-form>div:nth-child(2) p {
  margin: 0px;
  font-size: 15px;
  line-height: 1.45;
  color: #444343;
  margin-bottom: 1em;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  bottom: -1px;
}

footer.section .theme-btn p {
  display: none;
}

footer.section .theme-btn {
  margin: 0px;
  margin-bottom: 1em;
}

footer.section .newsletter-form {
  border: #dfe0e1 2px solid;
  border-radius: 40px;
  padding: 5px;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 15px;
  height: 52px;
}

footer.section .newsletter-form input[type=email] {
  border-width: 0px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  color: #6d6e70;
  display: block;
  vertical-align: middle;
  width: calc(100% - 45px);
  border-radius: 30px;
  margin: 0px;
  outline: none !important;
  padding: 16px 20px;
  margin-top: -13px !important;
}

footer.section .newsletter-form>div {
  margin: 0;
  padding: 0;
  background: transparent;
}

footer.section .newsletter-form form {
  display: flex;
  justify-content: space-between;
}

footer.section .newsletter-form form input.hs-button.primary.large {
  border-width: 0px;
  background-color: #e5007d;
  color: #fff;
  height: 38px;
  max-width: 38px;
  line-height: 36px;
  width: 38px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  padding: 0 !important;
  min-width: 38px;
}

footer.section .hs_submit.hs-submit {
  height: 38px;
  width: 38px;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
}

section.Bottom-panel form .hs-richtext {
  margin: 0;
}

@media (max-width:1800px){
  footer.section,section.Bottom-panel{
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width:1600px){
  footer.section, section.Bottom-panel {
    padding-top: 55px;
    padding-bottom: 55px;
  } 

  section.Bottom-panel .section-intro-block h3 {
    font-size: 38px;
    margin-bottom: 8px;
  }

  footer.section .footer-menu ul {
    margin: 0 0 15px;
  }
  section.Bottom-panel .section-intro-block p {
    font-size: 26px;
  }

  section.Bottom-panel .section-intro-block {
    margin-bottom: 32px;
  }
}

@media(max-width:1400px){
  footer.section .theme-btn a {
    padding: 12px 30px 13px 30px;
    border-radius: 32px;
  } 

  section.Bottom-panel form .actions input {
    padding: 12px 30px 13px 30px;
    border-radius: 32px;
  }

  section.Bottom-panel .section-intro-block h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  section.Bottom-panel .section-intro-block p {
    font-size: 23px;
  }
}

@media (max-width:1200px){
  footer.section, section.Bottom-panel {
    padding-top: 45px;
    padding-bottom: 44px;
  } 

  footer.section .theme-btn-form {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  footer.section .footer-menu {
    flex: 0 0 auto;
    width: 25%;
  }

  footer.section .theme-btn a {
    padding: 12px 30px 13px 30px;
    border-radius: 32px;
    position: relative;
  }

  footer.section .footer-menu ul {
    margin-bottom: 16px;
  }

  footer.section .social-icon-address address p:last-child {
    margin: 0;
  }

  footer.section .footer-logo img {
    margin-left: 0;
  }

  footer.section .theme-btn-form>div:nth-child(2) p {
    bottom: 1px;
  }

  footer.section .footer-logo a:after {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 202px);
    position: absolute;
    top: 62px;
    left: 200px;
    background: #000;
  }

  section.Bottom-panel form .actions input {
    padding: 12px 30px 13px 30px;
    border-radius: 32px;
  }

  footer.section .social-icon-address address p {
    font-style: normal;
    line-height: 1.7;
  }

  footer.section .footer-logo a {
    margin-bottom: 14px;
  }

  section.Bottom-panel {
    padding-bottom: 45px;
  }

  section.Bottom-panel form fieldset.form-columns-1>div textarea {
    margin-bottom: 24px;
  }

  section.Bottom-panel .section-intro-block p {
    font-size: 22px;
    line-height: 1.4;
  }

  section.Bottom-panel .section-intro-block h3 {
    font-size: 34px;
    margin-bottom: 8px;
  }

  section.Bottom-panel .section-intro-block {
    margin-bottom: 35px;
  }

}


@media (max-width:991px){
  footer.section .container.size-small>.row {
    flex-direction: column;
  }

  footer.section .theme-btn-form {
    width: 100%;
  }

  footer.section .social-icon-address {
    width: 100%;
  }

  footer.section .footer-menu {
    width: 100%;
  }

  footer.section {
    padding-bottom: 45px;
  }

  footer.section .theme-btn a {
    top: 0;
  }

  footer.section .footer-menu ul {
    margin-bottom: 15px;
  }

  footer.section .footer-logo a {
    margin-bottom: 14px;
  }

  footer.section .theme-btn-form>div:nth-child(2) p {
    bottom: 0;
  }
}


@media (max-width:767px){
  footer.section, section.Bottom-panel {
    padding-top: 36px;
    padding-bottom: 35px;
  }

  footer.section .footer-logo a:after {
    display: none;
  }

  section.Bottom-panel .section-intro-block p {
    font-size: 21px;
    line-height: 1.45;
  } 
}


@media (max-width:576px){
  footer.section .theme-btn a {
    padding: 12px 14px 13px 14px;
    min-width: 150px;
  }

  footer.section .footer-copyright-container p {
    margin-top: 18px;
    font-size: 13px;
  }

  section.Bottom-panel form .inputs-list>li.hs-form-booleancheckbox>label {
    display: inline-block;
  }

  section.Bottom-panel form .inputs-list>li.hs-form-booleancheckbox>label input {
    margin-top: 4px;
  }

  footer.section {
    padding-bottom: 16px;
  }

  section.Bottom-panel form .actions input {
    padding: 12px 14px 13px 14px;
    min-width: 150px;
  } 

  section.Bottom-panel form fieldset.form-columns-2>div {
    width: 50% !important;
    float: left !important;
  }
footer.section .footer-logo img {
    max-width: 240px;
}


}

@media (max-width:479px){
  section.Bottom-panel form fieldset.form-columns-2>div {
    width: 100% !important;
    float: none;
  } 

  section.Bottom-panel form fieldset.form-columns-2>div input {
    width: 100% !important;
    float: none;
  } 
}
/* Menu and simple menu */

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