*, *: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.
 */



/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.banner-section .span12 {
  min-height: 0;
}
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "font awesome 5 free";
  src: url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/font%20awesome%205%20free/fa-solid-900.woff2) format("woff2"),
    url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/font%20awesome%205%20free/fa-solid-900.woff) format("woff"), 
    url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/font%20awesome%205%20free/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: millerbanner-light;
  src: url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/millerbanner-light/MillerBanner-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: montserrat;
  src: url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/Montserrat%20Medium/Montserrat-Medium.woff2) format("woff2"),
    url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/Montserrat%20Medium/Montserrat-Medium.woff) format("woff"),
    url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/Montserrat%20Medium/Montserrat-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: studio-light;
  src: url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/studio-light/studio-light.ttf) format("truetype"),
    url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/studio-light/studio-light.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: studio-regular;
  src: url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/studio-regular/studio-regular.ttf) format("truetype"), 
    url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/studio-regular/studio-regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: studio-socials;
  src: url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/studio-socials/studio-socials.ttf) format("truetype"), 
    url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/studio-socials/studio-socials.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: roboto-light;
  src: url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/Roboto-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/fa-brands-400.woff2) format("woff2"),
    url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/fa-brands-400.woff) format("woff"), 
    url(https://25660412.fs1.hubspotusercontent-eu1.net/hubfs/25660412/raw_assets/public/ExpertsDirect_June2022/Fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}



html {
  line-height: 1.15;
  text-size-adjust: 100%;
}
body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {

}

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

/* 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 {

}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
::-webkit-scrollbar {
  display: none;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  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 {
  display: inline-block;
  width: 100%;
  padding: 12px;
  border: 1px solid rgb(0 0 0 / 12%);
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background: transparent;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: none;
  border: 2px solid #f89252;
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
  border: 1px solid rgb(102, 102, 102);
}
.hs-input::placeholder {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}
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;
}

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: rgb(192, 43, 10);
  margin-top: 0.35rem;
}
.hs-error-msgs label {
  font-size: 15px;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  width: 100%;
  background: rgb(255, 249, 249);
  border: 1px solid rgb(192, 43, 10);
  margin-top: 8px;
  padding: 12.992px 24px;
  color: rgb(192, 43, 10);
  padding-top: 13px;
}
/* Submit button */

.button,
.hs-button {
  cursor: pointer;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease 0s;
  white-space: normal;
  font-size: 10px;
  margin: 20px 0;
  outline: none;
  text-decoration: none;
  line-height: 1.5;
}

/* 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 {
  position: fixed;
  width: 100%;
  top: 0px;
  transition: background-color 1s ease 0s;
  padding: 0px 0px 0px 25px;
  z-index: 1000;
}
.no-banner header.header {
    background-color: rgb(2, 14, 26);
}
.header-wrap.blog-post-header {
    min-height: auto !important;
}
.no-banner .header-wrap {
    min-height: 90px;
}
.h-Lp-spacer {
    height: 29px;
}
.mobile-h-right .c-stick-nav {
  position: relative;
  float: right;
  cursor: pointer;
  background: transparent;
  width: 34px;
  height: 20px;
  mix-blend-mode: difference;
}
.mobile-flyout {
  position: fixed;
  width: 100vw;
  right: 0px;
  top: 0px;
  height: 100vh;
  background: #020e1b;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  visibility: visible;
  z-index: 2;
  isolation: isolate;
  animation: 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035) 600ms 1 alternate forwards running scale-out-hor-right;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-flyout .menu-my-menu-container:hover .mobile-menu .hs-menu-wrapper > ul > li:first-child > ul > li > a {
    color: grey;
}
.mobile-flyout .menu-my-menu-container:hover .mobile-menu .hs-menu-wrapper > ul > li:first-child > ul > li > a:hover {
    color: #fff;
}
.mobile-open .mobile-flyout {
  transform: scale(0);
  animation: 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035) 200ms 1 normal forwards running scale-in-hor-left;
  visibility: visible;
}

.mobile-flyout .menu-txt-cont {
  top: 50%;
  left: 0px;
  max-width: 850px;
  position: fixed;
  height: 300px;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.mobile-flyout .menu-my-menu-container {
  float: left;
  width: 70%;
  padding-top: 25px;
}

.mobile-flyout .right-menu-cont {
  animation: 500ms slide-down forwards;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
  width: 25%;
}

.mobile-open .mobile-flyout .right-menu-cont {
  animation: 2s slide-up forwards;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.mobile-h-right .c-stick-nav #menuToggle {
  position: relative;
  top: 10px;
  right: 0px;
  z-index: 1;
  user-select: none;
}

.mobile-h-right .c-stick-nav #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 1500000;
  box-sizing: border-box;
  padding: 0px;
}

.mobile-h-right .c-stick-nav #menuToggle .menu-ico-light {
  display: block;
}

.mobile-h-right .c-stick-nav #menuToggle .menu-ico-dark {
  display: none;
}

#menuToggle span {
  display: block;
  width: 32px;
  height: 1px;
  margin-bottom: 6px;
  position: relative;
  background: rgb(255, 255, 255);
  z-index: 14;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1) 0s, background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1) 0s, opacity 0.55s ease 0s;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle .menu-ico-dark span {
  background: rgb(53, 53, 53);
}
.header-logo-wrap {
  width: 18.883%;
}
.header-logo svg {
  max-width: 280px;
  fill: #fff;
}
.custom-menu-primary {
  width: 47.213%;
}
.h-right {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  padding: 0 25px;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  width: 33.236%;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  position: absolute;
  display: none;
}
.header-phone .ed-menu-item:hover .ed-drop-down-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 150ms ease 0s, opacity 150ms linear 0s;
}
.header-phone .ed-phone-number {
  color: rgb(117, 127, 132);
}
.h-button-link {
  font-family: montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s ease 0s;
  letter-spacing: 1px;
}

.header-phone .hide-on-open {
  border: none;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  opacity: 1;
  float: right;
  color: #fff;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  top: 100%;
  font-size: 13px;
  min-width: 10em;
  max-width: 1000px;
  left: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  font-family: montserrat, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 13px 20px;
  transition: all 0.4s ease 0s;
  text-shadow: none;
  border-left: 8px solid transparent;
  line-height: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  box-shadow: none;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
  display: flex;
}
.header-phone svg {
  width: 35px;
  float: left;
}
.header-phone .ed-drop-down-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility .15s ease 0s,opacity .15s linear 0s;
  width: 260px;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 15px 0px;
  padding: 20px;
  top: 44px;
  right: 0;
}
.header-phone .ed-drop-down-menu::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent transparent rgb(255, 255, 255);
  border-image: initial;
  border-width: 11px;
  margin-left: -10px;
  top: -17px;
  right: 0;
  z-index: 1;
}
.header-phone .ed-drop-down-menu::after {
  content: "";
  position: absolute;
  right: 66px;
  top: -21px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  z-index: 0;
}
.header-phone .ed-drop-down-menu a {
  display: inline-block;
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-family: montserrat, sans-serif;
  box-shadow: none;
  text-decoration: none;
}
.header-phone .ed-menu-item a:first-child {
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-bottom: 10px;
}
.header-phone .ed-menu-item a:last-child {
  padding-top: 10px;
}
.header-phone .ed-phone-icon {
  margin-bottom: -7px;
  margin-right: 7px;
  margin-left: 7px;
}
.mobile-menu .hs-menu-wrapper>ul>li>a {
  display: none;
}
.mobile-menu .hs-menu-wrapper>ul>li {
  float: left !important;
  width: 50% !important;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.child-trigger {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin: 19px 0px 0px 19px;
  cursor: pointer;
/*   -webkit-animation: 3s ease 0s normal forwards 1 p-i-show;
  animation: 3s ease 0s normal forwards 1 p-i-show; */
}
.child-trigger::before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #fff;
  left: 0;
  top: 7px;
  transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul {
  display: none;
}
.child-trigger.child-open::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  opacity: 0;
}
.child-trigger.child-open::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.child-trigger::after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #fff;
  left: 7px;
  transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in;
}

.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  width: 100%;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  font-size: 14px;
  font-family: Roboto-Light;
}
.mobile-menu .hs-menu-wrapper > ul > li a {
  float: left;
  padding: 0px;
  transition: color 0.5s ease;
}
.mobile-menu .hs-menu-wrapper>ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.mobile-menu .hs-menu-wrapper>ul li {
  list-style: none;
  margin: 0px;
  padding: 10px 0;
  font-size: 38px;
  font-weight: 300;
  float: left;
  width: 100%;
}
.mobile-menu .hs-menu-wrapper>ul>li a {
  color: #fff;
  /* float: left; */
  padding: 0px;
  transition: color 0.5s ease;
  font-family: MillerBanner-Light;
  background-color: transparent;
  text-decoration: none;
}
.mobile-flyout .right-menu-cont li {
  padding: 10px 0;
  font-size: 38px;
  font-weight: 300;
  width: 100%;
  float: left;
}

.mobile-flyout .right-menu-cont .menu-info-txt {
  padding-bottom: 0;
}

.mobile-flyout .right-menu-cont li:last-child {
  font-size: 12px;
  color: #fff;
}
.mobile-flyout .right-menu-cont li:last-child a {
  text-transform: none;
}
.menu-info-txt a {
  color: #fff !important;
  text-transform: uppercase;
  float: left;
  transition: color 0.5s ease;
  font-size: 12px;
  padding: 0;
  width: auto;
  text-decoration: none;
}

.mobile-flyout .right-menu-cont .orange-btn a {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 19px 28px;
  font-weight: 200;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mobile-flyout .right-menu-cont .elementor-button-link {
  display: inline-block;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  float: left;
}

.orange-btn a:hover {
/*   background-color: #e57c3a;
  color: #fff; */
}

.mobile-flyout .right-menu-cont .elementor-button-content-wrapper {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.mobile-flyout .right-menu-cont .elementor-button .elementor-align-icon-right {
  line-height: 0;
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  order: 15;
}

.mobile-flyout .right-menu-cont .elementor-button-text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  order: 10;
  display: inline-block;
  letter-spacing: 1px;
}

.mobile-flyout .right-menu-cont .orange-btn a svg {
  width: 20px;
  margin-top: 0px;
}

.mobile-flyout .right-menu-cont .elementor-button-icon svg {
  height: auto;
}

.mobile-flyout .right-menu-cont .white-btn a {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 6px 28px;
  font-weight: 200;
  line-height: 35px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.mobile-flyout .right-menu-cont .white-btn a:hover {
/*   background-color: #f5f5f7;
  color: #020E1C; */
}
.mobile-flyout .right-menu-cont .white-btn a svg {
  width: 20px;
  margin-top: 3px;
  height: auto;
}
.mobile-flyout .right-menu-cont .white-btn a .elementor-button-text {
/*   color: #07203A !important; */
}
.mobile-flyout .right-menu-cont .clr-orange {
/*   color: #F89252; */
}
.mobile-flyout .right-menu-cont .menu-ico-mail, .mobile-flyout .right-menu-cont .menu-ico-tel {
  font-size: 16px;
}
.mobile-flyout .right-menu-cont .menu-info-txt i::before {
  position: relative;
  top: 3px;
}
.mobile-h-right {
  width: 74.915%;
}


.mobile-open #menuToggle span:nth-child(1) {
  opacity: 1;
  transform: rotate(46deg) translate(-3px, -5px);
  background: rgb(255, 255, 255);
  /* margin-bottom: 8px; */
}
.header-logo {
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
  opacity: 1;
}
.mobile-open #menuToggle span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.mobile-open #menuToggle span:nth-child(3) {
  transform: rotate(-45deg) translate(0px, -1px);
}

.mobile-open .header-phone .hide-on-open {
  opacity: 0;
  transition-delay: .1s;
}

.mobile-open .header-logo {
  opacity: 0;
  transition-delay: .1s;
}
.header-phone .ed-phone-icon img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.h-button-link.request-an-expert {
  margin: 0 0 0 1px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.4s ease 0s;
  padding: 13px 6px;
  line-height: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  z-index: 2;
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
.sub-arrow {
  line-height: 1;
  padding: 10px 0px 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.fa-angle-down::before {
  content: "";
}
.sub-arrow i {
  pointer-events: none;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@media (min-width: 1025px) and (max-width: 1220px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 8px;
  }
  .h-button-link {
    font-size: 8px;
  }
}

@media (min-width: 1025px){
   body:not(.no-banner) .header-wrap {
    min-height: auto!important;
}
  .mobile-flyout {
    display: none;
  }
  .mobile-h-right {
    display: none;
  }
  .header-phone {
    width: auto;
    align-self: center;
    z-index: 100;
    margin: 0px 0px 0px 5px;
    padding: 0%;
  }
  .header-phone .ed-menu-item {
    cursor: pointer;
    height: 29px;
    display: inline-block;
    position: relative;
  }
  .scroll-header .header__container {
    min-height: 70px;
  }
  .header__container {
    width: 100%;
    transition: min-height 1s ease 0s;
    min-height: 90px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
   .safari .custom-menu-primary {
      width: 47.8%;
   }
   .safari .h-right {
      padding: 0 20px;
   }
}

@media (max-width: 1362px){
  .h-right {
    padding: 0;
  }
  .h-button-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .h-button-link{
    font-size: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 8px;
  }
}

@media (max-width: 1024px){
  header.header {
    padding: 3%;
    transition: all .3s;
    z-index: 99;
  }
  span.header-ph.hide-on-open.show-phone-pop {
    margin: 0px 20px;
  }
  body {
    position: relative;

  }
 

  .header-phone .ed-menu-item {
    float: right;
    cursor: pointer;
    height: 29px;
    display: inline-block;
    position: relative;
  }

  .header__container {
    flex-wrap: wrap;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-content: center;
    align-items: center;
  }
  .header-logo-wrap {
    width: 25.057%;
    margin-top: -1px;
  }
  .header-phone .ed-drop-down-menu {
    display: none;
  }
  .custom-menu-primary {
    display: none;
  }
  .h-right {
    display: none;
  }
  .scroll-header header.header {
    padding: 20px 3% 15px 3%;
    background: #020E1B;
  }
  .mobile-menu .hs-menu-wrapper>ul>li {
    width: 100% !important;
  }

  .mobile-flyout .right-menu-cont {
    float: right;
    width: 100%!important;
    padding-bottom: 40px;
  }
   body:not(.mobile-open) .mobile-menu .hs-menu-wrapper>ul li.hs-menu-item.wow{
   visibility: visible !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-name: none !important;
   }
.mobile-menu .hs-menu-wrapper>ul>li a {
    transition: all .5s ease;
    letter-spacing: 2px;
   opacity:0;
}
   .mobile-open .mobile-menu .hs-menu-wrapper>ul>li a {
    transition: all .5s ease;
    letter-spacing: 0;
      opacity:1;
}
   .child-trigger{
      transition: all .5s ease;
   opacity:0;
   }
   .mobile-open .child-trigger{
    transition: all .5s ease;
      opacity:1;
}
}
body:not(.mobile-open) .blog.mobile-flyout .mobile-menu .hs-menu-wrapper>ul li.hs-menu-item.wow{
   visibility: visible !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-name: none !important;
   }
.blog.mobile-flyout .mobile-menu .hs-menu-wrapper>ul>li a {
    transition: all .5s ease;
    letter-spacing: 2px;
   opacity:0;
}
   .mobile-open .blog.mobile-flyout .mobile-menu .hs-menu-wrapper>ul>li a {
    transition: all .5s ease;
    letter-spacing: 0;
      opacity:1;
}
   .blog.mobile-flyout .child-trigger{
      transition: all .5s ease;
   opacity:0;
   }
   .mobile-open .blog.mobile-flyout .child-trigger{
    transition: all .5s ease;
      opacity:1;
}
@media (min-width: 768px) and (max-width: 1024px){
.mobile-flyout .right-menu-cont,
   .blog.mobile-flyout .right-menu-cont{
    width: 25%!important;
}
   .mobile-flyout .menu-txt-cont,
   .blog.mobile-flyout .menu-txt-cont{
    max-width: 100%;
    width: 100%;
}
   .mobile-menu .hs-menu-wrapper>ul>li,
   .blog.mobile-flyout .mobile-menu .hs-menu-wrapper>ul>li{
    width: 50%!important;
}
}
@media (max-width: 767px){
  header.header {
    padding: 7% 7% 1%;
  }
.mobile-h-right .c-stick-nav #menuToggle {
    top: 0;
}
.header-phone .ed-menu-item {
    top: -10px;
}
  .mobile-menu .hs-menu-wrapper>ul li {
    margin: 0 !important;
  }
  .mobile-menu .hs-menu-wrapper > ul li {
    font-size: 26px;
    line-height: 25px;
    padding: 0;
  }
  .mobile-flyout .menu-txt-cont {
    padding: 0;
  }
  .mobile-menu .hs-menu-wrapper > ul > li a {
    float: left;
    padding: 10px 5px 0px 0px;
    transition: color 0.5s ease;
  }
  .child-trigger {
    margin: 17px 0px 0px 2px;
  }
  .mobile-flyout {
    min-height: -webkit-fill-available;
    height: auto;
  }
  .mobile-flyout .right-menu-cont {
    float: right;
    width: 100% !important;
  }
  .mobile-flyout .right-menu-cont li {
    font-size: 26px;
    line-height: 25px;
  }
  .header-logo-wrap {
    width: 55%;
  }

  .mobile-h-right {
    width: 44%;
  }

  .header-logo {
    margin: -6px 0px 0px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul {
    display: none;
  }
  .mobile-flyout .menu-txt-cont {
    top: 40%;
    left: 10%;
    width: 100%;
    position: fixed;
    margin-left: 0px;
    margin-top: -150px;
  }
  .mobile-flyout .menu-my-menu-container {
    float: left;
    width: 100%;
    padding-top: 0;
    top: 45%;
  }

  .mobile-menu .hs-menu-wrapper>ul>li {
    width: 100% !important;
  }

  .mobile-flyout .right-menu-cont .menu-info-txt {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    padding: 6px 0px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul {
    margin-top: 20px;
  }

  header.header {
    padding: 7% 7% 1%;
  }
.header-phone .ed-drop-down-menu {
    visibility: visible;
    opacity: 1;
   z-index:2;
}
  .header-phone .ed-drop-down-menu:before {
    right: 28px;
} 
   .ph-overlay {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display:none;
      z-index:1;
}
}


@-webkit-keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes main {
  0% {
    transform: scaleX(0);
  }

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

.close {
  animation: 600ms cubic-bezier(0.95, 0.05, 0.795, 0.035) 600ms 1 alternate forwards running scale-out-hor-right;
  visibility: visible;
}

.close-c {
  animation: 3s ease 0.5s 1 normal forwards running fade-out-c;
  visibility: visible;
}

@keyframes fade-out-c {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scale-out-hor-right {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes scale-out-hor-right {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes maine {
  0% {
    transform: scaleX(1);
  }

  10% {
    transform: scaleX(0.9);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes char-right {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 2px;
  }
}

@keyframes slide-left {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }

  50% {
    transform: translateX(15px);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@keyframes slide-up {
  0% {
    margin-top: 10%;
    opacity: 0;
  }

  100% {
    margin-top: 5%;
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 1;
    margin-top: 5%;
  }

  100% {
    opacity: 0;
    margin-top: 5%;
  }
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bg-ease {
  0% {
    left: 0
  }

  75% {
    left: 6%
  }

  100% {
    left: 0%
  }
}

@-webkit-keyframes bg-ease-rev {
  0% {
    left: -4%
  }

  50% {
    left: -3%
  }

  100% {
    left: 0%
  }
}


@keyframes char-right {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 2px;
  }
}
.footer-top {
  padding: 5% 7%;
}
footer.footer.ft-no-navigation {
    padding-top: 15px;
}
.footer-top-row {
  width: 100%;
  display: flex;
}
.footer-left-col {
  width: 30%;
}
#back-to-top {
  background: #f79151;
  padding: 9px 13px 7px 13px;
  border-radius: 9px;
  color: rgb(247, 145, 81);
  position: fixed;
  bottom: 53px;
  right: 92px;
  z-index: 90000;
  cursor: pointer;
  transition: all 2s ease;
}

#back-to-top svg {
  fill: #fff;
  color: #fff;
  width: 15px;
}

.footer-left-col-inner{
  padding: 0% 10% 0% 0%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo svg {
  display: block;
  max-width: 235px;
}
.ft-logo-text {
  font-family: millerbanner-light, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 10px;
  padding-top: 9px;
}
.footer-middle-col {
  width: 19.991%;
}
.footer-middle-col-inner {
  padding: 0% 0% 0% 9%;
}
.footer-contact .ft-title {
  padding-bottom: 10px;
  padding-top: 11px;
  font-family: montserrat-semibold, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3.1px;
  line-height: 1;
}
.footer-studio {
  text-align: right;
}

.footer-email-form label {
  display: none;
}

.footer-email-form .hs-form-field {
  margin: 0;
  padding: 0;
  padding-right: calc(5px);
  padding-left: calc(5px);
  margin-bottom: 10px;
  width: 75%;
}

.footer-email-form input[type="email"] {
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease 0s;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  margin: 0px;
  outline: none;
}

.footer-email-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.31);
  opacity: 0.6;
}

.footer-email-form form {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-5px);
  margin-right: calc(-5px);
  margin-bottom: -10px;
}

.footer-email-form .hs_submit {
  padding-right: calc(5px);
  padding-left: calc(5px);
  margin-bottom: 10px;
  width: 25%;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.ft-mailto {
  margin-bottom: 10px;
}
.ft-logo-text>div {
  margin-top: 0px;
  margin-bottom: 0.9rem;
}
.footer-contact .ft-phone .elementor-icon {
  font-size: 20px;
}
.footer-contact .ft-phone .elementor-icon-box-icon {
  margin: 0;
}
.footer-email-form .hs-button {
  cursor: pointer;
  margin: 0;
  border: 0;
  flex-basis: auto;
  min-height: 40px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  font-size: 1rem;
  line-height: 1;
  width: auto;
  appearance: button;
  text-transform: none;
  padding: 0px 15px;
  border-radius: 0px;
  outline: none;
}
.footer-contact .ft-content {
  padding-bottom: 10px;
  font-family: roboto-light, sans-serif;
  font-size: 12px;
}
.footer-contact .ft-content p {
  margin-top: 0px;
  margin-bottom: 0.9rem;
}
.footer-contact .ft-phone {
  padding-bottom: 10px;
}
.iconr-essential-regular-44-phone::before {
  content: "";
}
.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
[class^="iconr-"], [class*=" iconr-"] {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: studio-regular !important;
}
.footer .elementor-icon-box-title {
  font-family: roboto-light, sans-serif;
  font-size: 11px;
  margin: 0;
}
.footer .elementor-icon-box-title a {
  text-decoration: none;
}
.footer .elementor-icon {
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.icon-essential-light-07-arrow-right::before {
  content: "";
}
.footer-email-form .hs_error_rollup {
  display: none;
}
.footer-email-form .hs-error-msgs label {
  display: inline-block;
  width: auto;
}
.footer-email-form .hs-error-msgs {
  position: absolute;
  width: 100%;
}
.footer .elementor-icon-box-icon {
  margin-right: 5px;
  display: flex;
}
.footer .elementor-icon-box-wrapper {
  display: flex;
}
.social-icons-studio-social-linkedin:before {
  content: "\e902";
}
.elementor-icon i::before, .elementor-icon svg::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-icon-box-content {
  display: inline-block;
}


[class^="social-icons-"], [class*=" social-icons-"] {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: studio-socials !important;
}
.ft-social-title {
  margin-top: 0px;
  margin-bottom: 0.9rem;
  font-family: montserrat-semibold, sans-serif;
  font-size: 10px;
  letter-spacing: 1.1px;
}
.iconr-essential-regular-57-globe::before {
  content: "";
}
.iconr-essential-regular-27-envelope::before {
  content: "";
}
.footer-right-col {
  width: 25%;
}
.footer-right-col-inner {
  padding: 0% 0% 0% 9%;
}
.footer-email-form {
  width: 25%;
}
.footer-email-form-inner {
  padding: 0px 0px 0px 10px;
}
.ft-form-title {
  font-family: millerbanner-light, sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0.9rem;
}
.ft-form-subtitle {
  font-family: roboto-light, sans-serif;
  font-size: 12px;
  font-weight: 200;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0.9rem;
}
.footer-email-form .form-title {
  display: none;
}
.footer-divider {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-divider .footer-divider-separator {
  border-top: 1px solid #1d2a36;
  width: 100%;
  display: flex;
  margin: 0px;
  direction: ltr;
}
.footer-bottom {
  padding: 0% 7%;
}
.footer-bottom-row {
  padding: 10px;
  display: flex;
}
.footer__copyright,.footer-studio {
  width: 100%;
}
.footer-studio {
  text-align: right;
}
.footer-bottom p {
  margin-top: 0px;
  margin-bottom: 0.9rem;
  font-size: 11px;
  font-weight: 300;
}
.footer-bottom p a {
  text-decoration: none;
  color: #f79151;
}
.footer-bottom p a:hover {
  color: #fff;
  text-decoration: none;
}



@media (min-width: 768px){
  .footer .elementor-icon-box-wrapper {
    -webkit-box-align: center;
    align-items: center;
  }
  .footer__copyright, .footer-studio {
    width: 50%;
  }
}

@media (max-width: 1024px){
  .footer-left-col {
    width: 60%;
  }

  .footer-middle-col {
    width: 40%;
  }

  .footer-right-col {
    width: 60%;
  }
  .footer-email-form {
    width: 40%;
  }
  .footer-top-row {
    flex-wrap: wrap;
  }
  .footer-left-col-inner {
    margin: 12px 0px 30px;
    padding: 0;
  }
  .ft-logo-text {
    font-size: 19px;
    line-height: 1.3em;
    margin: 0px 0px 30px;
    padding: 0px 60px 0px 0px;
  }
  .footer-right-col-inner {
    padding: 0;
  }
  .footer-contact .ft-title {
    font-size: 14px;
    line-height: 1.5em;
  }
  .footer-middle-col-inner {
    padding: 0;
  }
  .footer-bottom-row {
    flex-wrap: wrap;
  }
  .footer-email-form-inner {
    padding: 0;
  }
}

@media (max-width: 767px){
  .footer-studio {
    text-align: left;
  }
  .footer-left-col {
    width: 100%;
    margin: 0px 0px 30px;
  }
  #back-to-top {
    right: 20px;
  }
  .footer-middle-col {
    width: 100%;
    margin: 0px 0px 30px;
  }

  .footer-right-col {
    width: 100%;
  }

  .footer-email-form {
    width: 100%;
  }

  .footer-top {
    padding: 12% 8%;
  }

  .footer .elementor-icon-box-icon {
    display: block;
    -webkit-box-flex: unset;
    flex: unset;
    margin: 0 0 5px;
  }

  .elementor-icon-box-content {
    display: inline-block;
  }

  .footer .elementor-icon-box-wrapper {
    display: block;
  }

  .footer-right-col {
    /* margin: 0px 0px 30px; */
  }

  .footer .elementor-icon-box-title {
    /* font-size: 12px; */
  }

  .footer-contact .ft-phone .elementor-icon-box-title {
    font-size: 12px;
  }

  .ft-logo-text {
    padding: 10px 0px 30px;
    margin: 0px;
    font-size: 20px;
    line-height: 1.2em;
    /* margin-bottom: 10px; */
    /* margin: 10px 0px 30px; */
    /* padding: 0px; */
  }

  .footer-contact.australia {
  }

  .footer-contact .ft-title {
    padding: 0px 0px 10px;
    /* line-height: 1.5em; */
  }

  .footer-middle-col .footer-contact .ft-content {
    padding: 0;
  }

  .footer-left-col-inner {
    margin: 0;
  }

  .footer-contact .ft-content {
    padding: 0;
  }

  .footer-right-col-inner {
    margin: 0px 0px 30px;
  }

  .footer-contact .ft-phone {
    padding: 0;
  }

  .ft-mailto {
    margin: 0;
  }

  .elementor-icon i:before {
    top: 4px;
  }

}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'studio-light'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-email-form .hs-button {
    width: 54px;
    height: 40px;
    font-size: 0;
   position:relative;
   z-index:1;
   background:transparent !important;
}
.footer-email-form .actions {
    position: relative;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
   
}
.footer-email-form .actions i.icon.icon-essential-light-07-arrow-right {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 40px;
    z-index: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1rem;
    width: 100%;
    padding: 0 15px;
}
/* Menu and simple menu */

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