*, *: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 ,
.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:"Custom Font Family";
  src: url("https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/Realtracs_April2022/fonts/accd89cd1cb45a104957109887bfb50c.eot") format("eot"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/ForoBol-webfont.woff2) format("woff2"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/accd89cd1cb45a104957109887bfb50c.woff) format("woff"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/accd89cd1cb45a104957109887bfb50c.ttf) format("truetype"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/accd89cd1cb45a104957109887bfb50c.svg) format("svg");
  font-weight: 700;
  font-display: auto;
}

@font-face { 
  font-family: "Custom Font Family";
  src: url("https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/Realtracs_April2022/fonts/5ac20d4e65d7b72af173a79e7bce4981.eot") format("eot"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/ForoMed-webfont.woff2) format("woff2"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/5ac20d4e65d7b72af173a79e7bce4981.woff) format("woff"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/5ac20d4e65d7b72af173a79e7bce4981.ttf) format("truetype"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/5ac20d4e65d7b72af173a79e7bce4981.svg) format("svg");
  font-weight: 400;
  font-display: auto;
}


@font-face { 
  font-family: "FontAwesomeBrands";
  src: url("https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/Realtracs_April2022/fonts/FontAwesome5Brands-Regular.eot") format("eot"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/FontAwesome5Brands-Regular.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

@font-face { 
  font-family: "FontAwesome";
  src: url("https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/Realtracs_April2022/fonts/FontAwesome5Pro-Solid.eot") format("eot"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/FontAwesome5Pro-Solid.woff) format("woff"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/FontAwesome5Pro-Solid.ttf) format("truetype"),
    url(https://20846796.fs1.hubspotusercontent-na1.net/hubfs/20846796/raw_assets/public/Realtracs_April2022/fonts/FontAwesome5Pro-Solid.svg) format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}


body {
  line-height:1.8;
  background-color:#FFF;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Paragraphs */

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

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}


h1,h2{
  line-height: 1.4;
}

h3{
  line-height: 30.625px;
}

h4,h5,h6 {
  line-height: 21.875px;
}

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

img {
  max-width: 100%;
}
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;
}

/* Labels */

form label {
  margin: 0 0 0.5em;
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-size:14px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

.field .input a.hs-button {
  margin-top: 20px;
}

/* 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 {
  border: 1px solid;
  border-radius: 0px;
  line-height: normal;
  padding: 0 0.65em;
  margin: 0;
  font-size: 13px;
  width: 100%;
  display: inline-block;
  height: 2.65em;
  outline: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: #EF6B51;
}

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

.hs-error-msg ,
label.hs-main-font-element {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  white-space: normal;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  display: inline-block;
  font-family: montserrat;
  font-weight: 500;
  text-shadow: none;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: button;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  position: relative;
  transition: all .15s linear;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


@media (max-width:767px){
  form.hs-form.stacked{
    margin-bottom:30px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.hs-blog-listing .header-logo {
  display: none;
}

.hs-blog-listing .header-row-logo-wrapper{
  margin-top: 0;
}

.hs-blog-listing header.header{
  background-color:transparent;
}

.blog-logo {
  display: none;
}

header.header.no-nav {
  padding-bottom: 20px;
}

header.header{
  position:relative;
  z-index:99;
}




.header-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  height: 5em;
  display: flex;
  min-width: 1px;
  z-index: 5;
  font-size: 16px;
}

.header-row-menu-left,
.header-row-menu-right {
  flex-shrink: 0;
  flex-grow: 1;
  justify-content: center;
  flex-basis: 0%;
  flex-direction: row;
  align-items: center;
  border: 0;
  font-size: 1em;
  display: flex;
  min-width: 1px;
  position: relative;
  z-index: auto;
  height: inherit;
  transition-property: opacity,filter,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-row-menu-left .hs-menu-wrapper > ul,
.header-row-menu-right .hs-menu-wrapper > ul{
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-self: stretch;
  flex-grow: 0;
  flex-shrink: 1;
  transition-duration: 300ms;
  display: flex;
  font-size: 1em;
  flex-basis: auto;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity,filter,transform;
}


.header-row-menu-left .hs-menu-wrapper>ul > li,
.header-row-menu-right .hs-menu-wrapper>ul > li {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  min-width: 1px;
  position: relative;
  font-size: 1em;
  padding-top: 1em;
  padding-right: 0.75em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.header-row-menu-left .hs-menu-wrapper>ul li a,
.header-row-menu-right .hs-menu-wrapper>ul li a {
  justify-content: center;
  flex-direction: row;
  align-items: center;
  display: flex;
  flex: 1 0 auto;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  font-size: 0.9em;
  font-family: "Custom Font Family";
  font-weight: 700;
  color: #445467;
  margin-right: calc(0.1em * -1);
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}


.header-row-menu-left .hs-menu-wrapper>ul > li:hover > ul,
.header-row-menu-right .hs-menu-wrapper>ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-top:0;
}


.header-row-menu-left .hs-menu-wrapper > ul ul,
.header-row-menu-right .hs-menu-wrapper > ul ul{
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  font-size: 12px;
  width: 16em;
  border: 0;
  transition-duration: 500ms,500ms,0s;
  transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  transition-property: opacity,transform,visibility,margin;
  transition-delay: 0s,0s,0s;
  top: calc(100% + 3px);
  background-color: #f15a29;
  left: calc(0% - 4px);
  box-shadow: 0 0.15em 2em 0 rgb(0 0 0 / 15%);
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
}

.header-row-menu-right .hs-menu-wrapper>ul ul {
  width: 17em;
}

.header-row-menu-left .hs-menu-wrapper>ul ul li,
.header-row-menu-right .hs-menu-wrapper>ul ul li {
  padding-top: 1.25em;
  padding-right: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 1.25em;
  overflow: hidden;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: inherit;
  transform: translate3d(0,0,0);
}


.header-row-menu-left .hs-menu-wrapper>ul ul li a,
.header-row-menu-right .hs-menu-wrapper>ul ul li a {
  line-height: 1;
  text-transform: uppercase;
  font-family: "Custom Font Family";
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0.125em;
  margin-right: calc(0.125em * -1);
  color: white;
  font-style: normal;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  display:block;
}

.header-row-logo-wrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.header-row-logo-wrapper .hs_cos_wrapper > a > img {
  display: block;
  max-width: 100%;
  width: 199px!important;
}

header.header i.x-anchor-sub-indicator {
  font-size: 1em;
  color: #445467;
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-property: color,text-shadow;
  width: auto;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  z-index: 2;
  position: relative;
  transition-duration: 300ms;
  cursor: pointer;
  left: 4px;
}

header.header i.x-anchor-sub-indicator:before {
  content: attr(data-x-icon-s);
  line-height: 1;
  display: inherit;
  width: inherit;
  height: inherit;
  text-align: inherit;
}

span.x-particle.is-primary {
  left: -4px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 107%;
  height: 3px;
  color: #f15a29;
  top: 100%;
  transform-origin: 50% 50%;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-property: opacity,transform;
  transition-duration: 300ms;
  transform: scale3d(0,1,1);
  transition-delay: 0ms;
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  font-size: 1em;
  cursor: pointer;
}

span.x-particle.is-primary span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: currentColor;
}

.header-row-menu-left .hs-menu-wrapper>ul li:hover span.x-particle.is-primary,
.header-row-menu-right .hs-menu-wrapper>ul li:hover span.x-particle.is-primary {
  transition-duration: 0ms,300ms;
  transform: scale3d(1, 1, 1);
  transition-delay: -0.1s;
  opacity: 1;
}

.header-row-menu-right .hs-menu-wrapper>ul>li:last-child {
  min-height: 5em;
  background-color: #f15a29;
  padding: 16px;
  margin: 0;
  cursor: pointer;
}

.header-row-menu-right .hs-menu-wrapper>ul>li:last-child:hover{
  background-color:rgb(68,84,103);
}

.header-row-menu-right .hs-menu-wrapper>ul>li:last-child > a {
  color: #fff;
  position: relative;
  top: 4px;
}

.header-row-menu-right .hs-menu-wrapper>ul>li:last-child i {
  top: 4px;
  color: #fff;
}

.header-row-menu-right .hs-menu-wrapper>ul>li:last-child .x-particle.is-primary {
  display: none;
}

.header-row-menu-right .hs-menu-wrapper>ul>li:last-child .x-particle.is-primary span {
  display: none;
}

.header-row-menu-right .hs-menu-wrapper>ul>li:last-child > ul {
  width: 13em;
  left: 0;
  top: 100%;
}


@media (min-width:979px){
  .mobile-menu-wrapper {
    display: none;
  }

}


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


@media (max-width:978px){
  .header-row-menu-left .hs-menu-wrapper>ul, .header-row-menu-right .hs-menu-wrapper>ul {
    display: none;
  }

  .x-bar-container.e58-4.m1m-1.m1m-2.m1m-6.m1m-7.m1m-8.m1m-9.m1m-a.x-hide-lg.x-hide-xl {
    margin-top: 0px;
    margin-right: 0em;
    margin-left: 1em;
    flex-shrink: 1;
    margin-bottom: 0px;
    justify-content: center;
    flex-grow: 0;
    flex-direction: row;
    align-items: center;
    border: 0;
    font-size: 1em;
    z-index: auto;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    flex-basis: auto;
    height: inherit;
    display: flex;
    position: relative;
    transition-duration: 300ms;
    transition-property: opacity,filter,transform;
  }

  a.x-anchor.x-anchor-toggle.has-graphic.m1m-n.m1m-q.m1m-12.e58-5.x-hide-lg.x-hide-xl {
    width: 3em;
    height: 3em;
    border-top-left-radius: 100em;
    border-top-right-radius: 100em;
    border-bottom-right-radius: 100em;
    border-bottom-left-radius: 100em;
    background-color: transparent;
    border: 0;
    font-size: 1em;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-property: border-color,background-color,box-shadow,opacity,filter,transform;
    overflow: hidden;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    position: relative;
    min-width: 1px;
    cursor: pointer;
  }

  .menu-container .hs-menu-wrapper ul ul li:hover {
    background: rgb(68,84,103);
  }


  a.x-anchor.x-anchor-toggle.has-graphic.m1m-n.m1m-q.m1m-12.e58-5.x-hide-lg.x-hide-xl:hover .x-toggle {
    color: rgb(241,90,41);
  }

  .x-anchor-content {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }

  span.x-graphic {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
  }

  span.x-toggle.x-toggle-burger.x-graphic-child.x-graphic-toggle {
    width: 12em;
    margin-top: 3.5em;
    margin-right: 0;
    margin-bottom: 3.5em;
    margin-left: 0;
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    font-size: 2px;
    height: 1em;
    transition-duration: 300ms;
    color: rgb(68,84,103);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: color,background-color,text-shadow,box-shadow,opacity,transform;
  }

  span.x-toggle-burger-bun-t {
    transform: translate3d(0,calc(3.5em * -1),0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
    animation-name: none;
    animation-duration: .5s;
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-play-state: paused;
  }

  span.x-toggle-burger-patty {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
  }

  span.x-toggle-burger-bun-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
    transform: translate3d(0,3.5em,0);
  }

  .header-row-menu-left {
    justify-content: flex-start;
  }

  .mobile-menu-wrapper {
    font-size: 16px;
    transition-duration: 500ms;
    transition-timing-function: linear;
    transition-property: visibility;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 99;
  }

  span.x-off-canvas-bg {
    background-color: rgba(0,0,0,0.83);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition-property: opacity;
  }

  .close-icons-wrapper {
    width: calc(1em * 1.5);
    height: calc(1em * 1.5);
    left: 0;
    font-size: 1.5em;
    transition-property: color,opacity,transform;
    color: rgba(255,255,255,0.45);
    transition-duration: 0.3s,500ms,500ms;
    transition-timing-function: ease-in-out,cubic-bezier(0.400,0.000,0.200,1.000),cubic-bezier(0.400,0.000,0.200,1.000);
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    z-index: 3;
    cursor: pointer;
  }

  .close-icons-wrapper svg {
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    font-size: 1em;
    position: relative;
    fill: currentColor;
    top: 6px;
  }

  .menu-container {
    max-width: 275px;
    padding-top: calc(1.5em * 1.5);
    padding-right: calc(1.5em * 1.5);
    padding-bottom: calc(1.5em * 1.5);
    padding-left: calc(1.5em * 1.5);
    border: 0;
    background-color: rgb(241,90,41);
    transition-duration: 500ms;
    left: 0;
    transform: translate3d(-115%, 0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.mobile-open .mobile-menu-wrapper {
    visibility: visible;
    pointer-events: auto;
  }

  body.mobile-open span.x-off-canvas-bg {
    opacity: 1;
  }

  body.mobile-open .close-icons-wrapper {
    opacity: 1;
    transform: scale(1);
  }

  body.mobile-open .menu-container {
    transform: translate3d(0, 0, 0);
  }

  .menu-container .hs-menu-wrapper>ul>li:hover {
    background: rgb(68,84,103);
  }


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

  .menu-container .hs-menu-wrapper ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    padding-top: 9px;
    margin-left: -1.5em;
    margin-right: -1.5em;
  }

  .menu-container .hs-menu-wrapper ul ul li {
    padding-top: 0.4em;
    padding-right: 0;
    padding-bottom: 0.4em;
    padding-left: 3em;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: inherit;
    transform: translate3d(0,0,0);
    background: rgb(241,90,41);
  }

  .menu-container .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.nav-active {
    padding-bottom: 0;
  }


  .menu-container .hs-menu-wrapper ul {
    margin-top: 0px;
    margin-right: -2.3em;
    margin-bottom: 0px;
    margin-left: -2.3em;
    font-size: 1em;
    min-width: 1px;
  }
  .menu-container .hs-menu-wrapper > ul > li{
    padding-top: 0.575em;
    padding-right: 1.5em;
    padding-bottom: 0.575em;
    padding-left: 1.5em;
    position: relative;
  }

  .close-icons-wrapper:hover {
    color: #fff;
  }

  .menu-container .hs-menu-wrapper > ul > li > a {
    min-width: 1px;
    color: #fff;
    max-width: 100%;
    font-size: 1.2em;
    font-weight: 400;
    font-family: "Custom Font Family";
    letter-spacing: 0.03em;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-property: color,text-shadow;
    transition-duration: 300ms;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    height: 100%;
    border-radius: inherit;
    transform: translate3d(0,0,0);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: auto;

  }

  .menu-container i.x-anchor-sub-indicator {
    color: #fff !important;
    left: 0 !important;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 400!important;
    font-size: 16px!important;
  }

  .header-row-logo-wrapper {
    padding-left: 0;
    margin-top: 20px;
    padding-right: 44px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .menu-container .hs-menu-wrapper ul ul li a {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: auto;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    font-family: "Custom Font Family";
    color: rgb(255,255,255);
    font-size: 1.2em;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
  }

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 47.58px;
    padding: 0 !important;
    z-index: 5;
  }

}


@media (max-width:766px){
  .header-row-logo-wrapper .hs_cos_wrapper>a>img {
    width: 150px!important;
  }

  .header-row-logo-wrapper {
    padding-top: 1em;
    padding-right: 0em;
    padding-bottom: 1em;
    margin-top: 1px;
    margin-right: 1px;
  }



}


@media (max-width:320px){
  .trigger-container {
    margin-left: -6px;
  }

}
.content-area {
  margin: 0 auto;
  max-width: 1200px;
  position:relative;
  z-index:9;
}

.footer-row {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  min-width: 1px;
  height: 16em;
  z-index: 5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Montserrat",sans-serif;
}

.footer-row-col {
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  flex-basis: auto;
  border: 0;
  font-size: 16px;
  z-index: auto;
  flex-shrink: 0;
  transition-duration: 300ms;
  display: flex;
  min-width: 1px;
  position: relative;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: inherit;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity,filter,transform;
}


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

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

.background-image-area {
  border: 0;
  font-size: 16px;
  background-color: #1c1f24;
  height: 19em;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9980;
  transition-duration: 300ms;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  transition-property: opacity,filter,transform;
}

.e85-34.x-bar-content {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  justify-content: space-between;
  height: 19em;
  align-items: center;
  min-width: 1px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
  display: flex;
  position: relative;
  transition-duration: 300ms;
  transition-property: opacity,filter,transform;
}

.col-left-image,
.col-right-image{
  max-width: 700px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-basis: auto;
  border: 0;
  display: flex;
  position: relative;
  font-size: 1em;
  z-index: auto;
  flex-shrink: 0;
  height: inherit;
  flex-grow: 1;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-property: opacity,filter,transform;
}

.x-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
}

.x-bg-layer-lower-image {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}


.contact-us-area .hs_cos_wrapper > div:first-child {
  border: 0;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 0em;
  margin-right: 0em;
  margin-left: 0em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(255,255,255);
  transition-property: color,border-color,background-color,box-shadow,text-shadow,column-rule,opacity,filter,transform;
  transition-duration: 300ms;
}

.contact-us-area .hs_cos_wrapper > div {
  font-size: .9em;
  font-weight: 300;
  line-height: 1.7;
  color: rgb(203,203,203);
  border: 0;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}


.footer-navigation .hs-menu-wrapper > ul > li:first-child > a {
  margin-bottom: 20px;
  display: block;
  margin-top: 0em;
  margin-right: 0em;
  margin-left: 0em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(255,255,255);
}

.footer-navigation .hs-menu-wrapper > ul > li > a {
  font-family: "Montserrat",sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.7;
  color: rgb(203,203,203);
  font-style: normal;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: color,text-shadow;
  transition-duration: 300ms;
  position: relative;
  display: block;
  z-index: 3;
}

.footer-copyright .hs_cos_wrapper > div:first-child,
.mobile-copyright .hs_cos_wrapper > div:first-child {
  border: 0;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 0em;
  margin-right: 0em;
  margin-left: 0em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(255,255,255);
}

.footer-navigation .hs-menu-wrapper>ul>li:first-child>a:hover {
  color: #fff!important;
}


.footer-copyright .hs_cos_wrapper > div:first-child i {
  color: #fff;
}

.footer-copyright .hs-menu-wrapper>ul li a,
.footer-copyright .hs_cos_wrapper > div{
  font-family: "Montserrat",sans-serif;
  font-size: .9em;
  font-weight: 300;
  display: block;
  line-height: 1.7;
  color: rgb(203,203,203);
}
@media (min-width:767px){
  .mobile-copyright{
    display:none;
  }

  .contact-us-area .hs_cos_wrapper>div a {
    display: none;
  }
}


@media (max-width:1264px){
  .content-area {
    padding: 0 32px;
    padding-bottom: 3em;
    margin-bottom: 6px;
  }

  .footer-lp .content-area {
    margin-bottom: 0;
  }

}


@media (max-width:766px){

  .contact-us-area .hs_cos_wrapper>div span {
    display: none;
  }

  .col-left-image {
    display: none;
  }

  .background-image-area {
    height: 14em;
  }

  .footer-row {
    height: auto;
  }

  .e85-34.x-bar-content {
    display: block;
    height: 13em;
  }

  .col-left-image, .col-right-image {
    margin-left: auto;
    max-width: 700px;
    height:14em;
  }

  .footer-copyright {
    margin-top: -148px;
    display: none;
  }

  div#hs_menu_wrapper_footer-copyright-navigation {
    margin-bottom: 0;
  }

  .footer-copyright .hs_cos_wrapper>div:first-child {
    margin-bottom: 9px;
  }

  .mobile-copyright.footer-copyright.footer-row-col {
    display: block;
  }


}


@media (max-width:600px){
  .contact-us-area {
    padding-right: 10px;
    width: 50%;
  }

  .mobile-copyright.footer-copyright.footer-row-col {
    width: 49%;
    padding-right: 10px;
  }

  .footer-navigation.footer-row-col {
    width: 50%;
  }
}


@media (max-width:479px){
  .mobile-copyright.footer-copyright.footer-row-col {
    display: none;
  }

  .footer-row {
    display:block;
  }

  .background-image-area {
    display: none;
  }

  .contact-us-area {
    padding-right: 0px;
    width: 100%;
  }

  .mobile-copyright.footer-copyright.footer-row-col {
    width: 100%;
    padding-right: 0px;
  }

  .footer-navigation.footer-row-col {
    width: 100%;
  }

  .footer-copyright {
    display: block;
    margin: 0;
  }

  .content-area {
    margin-bottom: 0;
    padding-bottom: 0;
  }


  .contact-us-area {
    margin: 0;
  }

  .footer-row-col {
    margin: 0;
    height: auto;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 3em;
    padding-left: 0em;
  }

  .footer-navigation .hs-menu-wrapper>ul>li:first-child>a {
    margin-bottom: 10px;
  }

  .contact-us-area .hs_cos_wrapper>div:first-child {
    margin-bottom: 10px;
    margin-top: 75px;
  }

  .footer-copyright .hs_cos_wrapper>div:first-child {
    margin-bottom: 10px;
  }

}
