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

.banner-section .dnd-section {
    padding: 0 !important;
}

.banner-section .dnd-section>.row-fluid {
    padding: 0 !important;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding:0 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fa-brands-400.eot) format("embedded-opentype"), 
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fa-brands-400.woff) format("woff"), 
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block; 
}

@font-face {
  font-family: "Font Awesome 5 Free"; 
  src: url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fa-solid-900.woff) format("woff"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block; 
}


@font-face { 
  font-family: "Gotham"; 
  src: url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/gotham-book.eot) format("embedded-opentype"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/gotham-book.woff) format("woff"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/gotham-book.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; 
  font-display: auto; 
}

@font-face { 
  font-family: "Gotham"; 
  src: url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/gotham-medium.eot) format("embedded-opentype"), 
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/gotham-medium.woff) format("woff"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/gotham-medium.ttf) format("truetype");
  font-style: normal; 
  font-weight: 500;
  font-display: auto;
}


@font-face { 
  font-family: "Gotham"; 
  src: url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/gotham-bold.eot) format("embedded-opentype"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/gotham-bold.woff) format("woff"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/gotham-bold.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 700;
  font-display: auto;
}

@font-face { 
  font-family: eicons;
  src: url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/eicons.eot) format("embedded-opentype"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/eicons.woff2) format("woff2"), 
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/eicons.woff) format("woff"),
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/eicons.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
}



@font-face {
  font-family: "fontello"; 
  src: url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fontello.eot) format("embedded-opentype"), 
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fontello.woff2) format("woff2"), 
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fontello.woff) format("woff"), 
    url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/fonts/fontello.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}






body {
  line-height: 1.5;
  word-break: break-word;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* 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 {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: helvetica;
  font-weight: 700;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

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


/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  background-color: #f5f8fa;
  height: 40px;
  padding: 9px 10px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  font-family: helvetica;
    font-weight: 700;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs-error-msgs label {
    color: #f2545b;
}
textarea.hs-input {
    height: 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;
}
.page-center {
  margin: 0 auto;
}

.header-top-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-header-logo {
  width: 20%;
}

.custom-header-blank {
  width: 14.56%;
}

.custom-header-top-menu {
  width: 37.04%;
}

.custom-enquiry-now-group {
  width: 15.28%;
}

.custom-top-header-last {
  width: 13.023%;
}

.custom-header-top-menu .hs-menu-wrapper > ul ul {
  display: none;
}


.custom-header .page-center {
  max-width: 1300px;
}

.custom-logo {
  padding: 10px;
}

.custom-header-top-menu {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.custom-enquiry-now-group {
  padding: 10px;
  display: flex;
  align-items: center;
}

.custom-enqury-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.custom-enqury-now a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background-color: #383838;
  border-radius: 0px;
  font-family: "Gotham", Sans-serif;
  line-height: 1.5em;
  display: inline-block;
  padding: 12px
    24px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.custom-logo img {
  vertical-align: middle;
}

.custom-header-top-menu .hs-menu-wrapper >ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-header-top-menu .hs-menu-wrapper >ul >li:not(:last-child) {
  margin-right: 35px;
}

.custom-header-top-menu .hs-menu-wrapper >ul >li>a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #000000;
  font-family: "Gotham", Sans-serif;
}

.sub-arrow {
  line-height: 1;
  padding: 10px
    0 10px
    10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.e-plus-icon:before {
  content: "+";
}

.custom-header-top-menu .hs-menu-wrapper>ul>li>ul {
  box-shadow: 0px 0px 10px 0px #f4f4f4;
  position: absolute;
  /* width: 12em; */
  border-width: 0;
  border-style: solid;
  padding: 0;
  min-width: 10em;
  max-width: 1000px;
  background-color: #fff;
  font-size: 13px;
  top: 35px;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  text-shadow: none;
  border-left: 8px
    solid transparent;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family: "Gotham", Sans-serif;
  font-size: 15px;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  color: rgb(73, 76, 79);
}



.custom-header-top-menu .hs-menu-wrapper>ul>li {
  position: relative;
}


.custom-header-bottom .page-center {
  max-width: 1250px;
}

.custom-menu-primary .hs-menu-wrapper {
  margin: 0 -25px 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-menu-primary .hs-menu-wrapper >ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: normal;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper >ul >li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper >ul >li >a {
  color: #000000;
  fill: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Gotham", Sans-serif;
}


.custom-menu-primary .hs-menu-wrapper>ul>li ul {
  display: none;
  position: absolute;
  border-width: 0;
  border-style: solid;
  padding: 0;
  font-size: 13px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul li a {
  padding: 13px 20px;
  letter-spacing: 0.3px;
  padding-top: 11px;
  padding-bottom: 11px;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  text-shadow: none;
  border-left: 8px
    solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Gotham", Sans-serif;
  font-size: 15px;
  line-height: 20px;
}



.custom-menu-primary .hs-menu-wrapper>ul>li ul li >ul {
  left: 100%;
  top: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul {
  min-width: 12em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul ul li a {
  border-left: 16px solid transparent;
}











.custom-top-header-last .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.custom-top-header-last .elementor-widget {
  position: relative;
}

.custom-top-header-last .elementor-widget-container {
  margin: 0px
    15px
    0px
    0px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.custom-top-header-last .elementor-search-form {
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.elementor-search-form__toggle {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: #494c4f;
  font-size: 33px;
}

.elementor-search-form__toggle i {
  position: relative;
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 33px;
  height: 33px;
  background-color: #fff;
}

.elementor-search-form__toggle i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.fa-search:before {
  content: "\f002";
  font-size: 18.15px;
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.elementor-search-form__container {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.custom-top-header-last {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.elementor-search-form__container {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 15%;
  background-color: rgba(0,0,0,.8);
}



.custom-top-header-last.form-open {}

.custom-top-header-last.form-open .elementor-search-form__container {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.elementor-search-form input[type=search].elementor-search-form__input {
  font-size: 50px;
  text-align: center;
  border: solid #fff;
  border-width: 0 0 1px;
  line-height: 1.5;
  color: #fff;
  border-radius: 3px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  margin: 0;
  width: 100%;
}

.elementor-search-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
}

.elementor-lightbox .dialog-lightbox-close-button, .elementor-lightbox .elementor-swiper-button {
  color: rgb(238 238 238 / 90%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.dialog-lightbox-close-button {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  right: 0.75em;
  margin-top: 13px;
  padding: 0.25em;
  z-index: 2;
  line-height: 1;
}

[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eicon-close:before {
  content: "\e87f";
}

.dialog-lightbox-close-button {
  color: rgb(238 238 238 / 90%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.elementor-search-form__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
}

.elementor-search-form button:focus, .elementor-search-form input[type=search]:focus {
  outline: 0;
}


:focus-visible {
  outline: none;
}

.custom-header-bottom {
  margin-bottom: 20px;
}


.ywraq-quote-icon-icon_quote:before {
  font-size: 28px;
  color: rgb(64, 64, 64);
}

.ywraq-quote-icon-icon_quote:before {
  background: url(https://totalimagegroup.com.au/wp-content/uploads/2020/05/clothes-hanger_2-2-1.png);
  content: "" !important;
  width: 45px;
  height: 45px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}



.raq-info {
  display: block;
  margin: 2px;
  padding: 10px
    12px;
  color: #000;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  /* margin: -10px
  !important; */
}

.custom-cart-group {
  margin: -10px
    !important;
}

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

.custom-cart-group {
  margin-top: -32px !important;
  position: relative;
  right: 2px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li ul {
  z-index: 999;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li>ul {
  z-index: 9999;
}
.custom-enqury-now a:hover {
  border: 1
    px
    solid;
}

.custom-enqury-now a:hover {
  border: 1px solid;
  box-shadow: 0px 0px 18px 3px rgb(0 0 0 / 12%);
}



@media (min-width: 1243px){
  .custom-mobile-header-group,
  .dialog-close-button.dialog-lightbox-close-button,
  .custom-mobile-menu-title,
  .mobile-divider,
  .mobile-trigger,
  .child-trigger{
    display:none !important;
  }

  .custom-header-top-menu .hs-menu-wrapper>ul>li>ul:before {content: "";height: 30px;display: block;position: absolute;top: -22px;width: 100%;}
  .custom-header-top-menu .hs-menu-wrapper>ul ul {
    display: none !important;
  }

  .custom-header-top-menu .hs-menu-wrapper>ul>li:hover>ul {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
    display: block !important;
  }

  .custom-header-bottom:hover .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #b5b5b5;
  }


}
@media (max-width: 1360px) and (min-width: 1243px) {
  .custom-menu-primary .hs-menu-wrapper {
    margin: 0;
  }

  .custom-top-header-last {
    width: 8.023%;
  }
}

@media (max-width: 1242px){

  .custom-mobile-header-wrapper {
    min-height: 89px;
  }

  .custom-mobile-header {
    position: fixed;
    width: 100%;
    max-width: 1024px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .custom-mobile-header {
    background: #fff;
    z-index: 9999;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
  }

  .child-trigger {
    cursor: pointer;
  }



  .custom-header-top-menu .hs-menu-wrapper>ul li:hover > a,
  .custom-menu-primary .hs-menu-wrapper>ul li:hover > a{
    background-color: #55595c  !important;
    color: #fff !important;
  }


  .custom-mobile-header-group .page-center {
    max-width: 1024px;
  }

  .fontello-iconmenu:before {
    content: '\f0c9';
  }

  [class^="fontello-icon"]:before, [class*=" fontello-icon"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;

    font-variant: normal;
    text-transform: none;
    line-height: 1em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

  }

  .custom-mobile-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .elementor-icon-box-icon {
    padding: 10px;
  }

  .elementor-icon {
    font-size: 30px;
    color: #000000;
    font-family: "Gotham", Sans-serif;
    line-height: 1.5em;
  }

  .custom-mobile-equire-button-group {
    padding: 10px;
    background-color: #F9F9F9;
    text-align: center;
  }

  .custom-enqury-now {
    justify-content: center;
  }

  .custom-enqury-now a {
    font-size: 12px;
  }


  body.show-mobile-nav .custom-header-group {
    z-index: 99999;
  }



  .custom-mobile-search-form .elementor-search-form__container {
    position: static;
    height: auto;
    min-height: 50px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding-left: calc(50px
      / 3);
    padding-right: calc(50px
      / 3);
    background: #eceeef;
    padding: 0;
    border-radius: 3px;
  }

  .custom-mobile-search-form .elementor-search-form button, .custom-mobile-search-form .elementor-search-form input[type=search] {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    min-width: 0;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 1px
      1px
      1px
      1px;
    border-color: #DFDFDF;
    border-radius: 0px;
    border-radius: 0;
    min-width: 50px;

    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .custom-mobile-search-form .elementor-search-form input[type=search].elementor-search-form__input {
    padding-left: calc(50px
      / 3);
    padding-right: calc(50px
      / 3);
    height: 50px;
    border: 1px solid rgb(223, 223, 223);
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #55595c;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
  }

  .custom-mobile-search-form {
    padding: 10px;
  }

  .custom-mobile-search-form .elementor-search-form button.elementor-search-form__submit {
    min-width: 50px;
    background-color: #818a91;
    font-size: 16px;
    height: 50px;
    border: 0;
  }

  .fa-search:before {}

  .custom-mobile-search-form .fa-search:before {
    font-size: inherit;
  }


  .custom-header-group {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: flex-end;
    align-items: center;
    pointer-events: all;
    background-color: rgba(0,0,0,.8);
    display: none;
  }

  .custom-header {}

  .custom-header {
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: all;
    animation-duration: 0.3s;
    box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
    background-color: #fff;
    position: absolute;
    width: 430px;
    height: 100vh;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.5;
    right: 0;
    padding: 20px
      20px
      20px
      20px;
  }

  .custom-header .header-top-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .custom-header .header-top-content .custom-header-logo {
    display: none;
  }

  .custom-header .header-top-content .custom-enquiry-now-group {
    display: none;
  }

  .custom-header-blank {
    display: none;
  }

  .custom-header-top-menu {
    width: 100%;
    justify-content: flex-start;
    display: block;
    padding: 0;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 20px;
  }

  .custom-top-header-last {
    width: 100%;
    margin-bottom: 30px;
  }

  .custom-header-top-menu .hs-menu-wrapper>ul {
    flex-direction: column;
    width: 100%;
  }

  .custom-top-header-last .elementor-widget-wrap {
    justify-content: center;
  }

  .custom-cart-group {
    margin-top: -41px
      !important;
  }

  .custom-header-top-menu .hs-menu-wrapper>ul>li:not(:last-child) {
    margin: 0;
    width: 100%;
  }

  .custom-header-top-menu .hs-menu-wrapper>ul>li>a {
    font-size: large!important;
    font-family: 'Gotham'!important;
    padding: 10px
      20px;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0;
  }

  .fa-caret-down:before {
    content: "\f0d7";
  }

  .e-plus-icon:before {
    content: "\f0d7";
  }

  .custom-header .header-top-content .custom-enquiry-now-group .custom-enqury-now {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper {
    margin: 0;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block !important;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    justify-content: flex-start;
    padding: 10px
      20px;
    line-height: 20px;
    font-size: 18px;
  }


  body.show-mobile-nav {}

  body.show-mobile-nav .custom-header-group {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-trigger {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1;
    right: 13px;
    display: flex;
    top: 13px;
    font-size: 31px;
  }

  .custom-header-group {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease-in-out;
  }

  .custom-header {
    right: -500px;
  }

  body.show-mobile-nav .custom-header {
    right: 0;
    transition: all .3s ease-in-out;
  }

  .custom-header {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    transition: all .3s ease-in-out;
  }

  .custom-mobile-menu-title {
    text-align: center;
  }

  .custom-mobile-menu-title h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 1;
    margin-bottom: 20px;
  }

  .custom-mobile-menu-title h2 a {
    color: inherit;
  }

  .mobile-divider:before {
    content: "";
    display: block;
    min-height: 11.7px;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-bottom: 20px;
    -webkit-mask-image: url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/images/download.svg);
  }

  .mobile-divider {
    padding-top: 34px;
    padding-bottom: 34px;
    margin-bottom: 31px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    letter-spacing: 0;
  }

  .mobile-divider:before {
    content: "";
    display: block;
    min-height: 11.7px;

    margin-bottom: 20px;
    -webkit-mask-image: url(https://6849330.fs1.hubspotusercontent-na1.net/hubfs/6849330/raw_assets/public/Total_Image_Group_November2021/images/download.svg);
    -webkit-mask-size: 20px 100%;
    background-color: #000000;
    -webkit-mask-repeat: repeat-x;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr;
    mask-size: 20px 100%;
    padding:0;
  } 

  .custom-header-top-menu .hs-menu-wrapper>ul>li>ul,.custom-menu-primary .hs-menu-wrapper>ul>li ul {
    position: static;
    box-shadow: none;
  }

  .custom-header-top-menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 10px
      20px;
    line-height: 20px;
    font-size: 15.6px;
  }
  .custom-header {
    max-width: 100vh;
    overflow-y: auto;
  }

  body.show-mobile-nav .custom-header-top-menu .hs-menu-wrapper>ul>li>a {
    color: #494c4f;
  }

  body.show-mobile-nav .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #494c4f;
  }

  .custom-header {
    max-width: 100%;
  }



}
footer.footer .page-center {
  margin: 0 auto;
  max-width: 1250px;
}


.custom-footer-bottom {
  border-style: solid;
  border-width: 1px
    0px
    0px
    0px;
  border-color: #F4F4F4;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /* color: #FFFFFF; */
  padding: 0px
    0px
    9px
    0px;
  position: relative;
}

.footer-bottom-elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-copyright {
  width: 33.333%;
  padding: 10px;
  color: #9F9F9F;
  font-size: 12px;
  /* line-height: 1; */
  display: flex;
  align-items: center;
}

footer.footer {
  color: #000;
}

.custom-copyright p {
  margin: 0;
  line-height: 1;
  /* padding: 10px; */
}

.custom-social-icon-group {
  width: 33.333%;
  /* padding: 10px; */
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom--last {
  width: 33.333%;
  padding: 10px;
  min-height: 41px;
}

.footer-bottom--last:before {content: "";content: "";display: block;clear: both;width: 0;height: 0;}

.elementor-social-icon i {
  color: #000000;
}

.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.fab, .far {
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook:before {
  content: "\f09a";
}

.elementor-icon i:before, .elementor-icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-youtube:before {
  content: "\f167";
}

.elementor-grid-item {
  display: inline-block;
  margin-bottom: 0px;
  word-break: break-word;
}

.elementor-icon.elementor-social-icon {
  font-size: 15px;
  line-height: 15px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 10%;
  border-radius: 10%;
}

.elementor-social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.custom-footer-social-icon {
  text-align: center;
  line-height: 1;
  margin: 0px
    0px
    -9px
    0px;
}

.elementor-social-icons-wrapper.elementor-grid {
  line-height: 1;
  font-size: 0;
  display: inline-block;
  width: 100%;
  word-spacing: 5px;
  margin-bottom: calc(-1 * 0px);
}

footer.footer {
  /* line-height: 1.5em; */
}

.elementor-widget-divider {
  margin-bottom: 20px;
}

.elementor-divider {
  padding-top: 2px;
  padding-bottom: 2px;
}

span.elementor-divider-separator {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
}

.custom-footer-bottom-link {
  padding: 10px;
}

.custom-footer-bottom-link .hs-menu-wrapper {
  margin: 20px
    0px
    -13px
    0px;
  padding: 11px
    0px
    0px
    0px;
  text-align: center;
  display: block;
}

.custom-footer-bottom-link .hs-menu-wrapper >ul li {
  display: inline-block;
}

.custom-footer-bottom-link .hs-menu-wrapper >ul {
  margin-top: 0;
  margin-bottom: 0.9rem;
  display: block;
}

.custom-footer-bottom-link .hs-menu-wrapper >ul li:after {content: " | ";color: #767171;}

.custom-footer-bottom-link .hs-menu-wrapper >ul li:last-child:after {
  display: none;
}

.custom-footer-bottom-link .hs-menu-wrapper >ul li a {
  color: #767171;
}

.custom-footer-bottom-link .hs-menu-wrapper >ul li a:hover {
  color: #000;
  text-decoration: underline;
}


.footer-elementor-inner-section {
  margin-top: 50px;
  margin-bottom: 15px;
}

.footer-top-elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-footer-logo-group {
  width: 13.68%;
}

.custom-footer-company-group {
  width: 16.4%;
}

.custom-footer-want-to-work-group {
  width: 20.88%;
}

.footer-stay-in-touch-group {
  width: 30.8%;
}

.custom-footer-product-group {
  width: 18.24%;
}


.custom-footer-menu .hs-menu-wrapper {
  padding: 0px 0px 0px 30px;
}

.custom-footer-menu .hs-menu-wrapper >ul>li>a {
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}

.custom-footer-menu .hs-menu-wrapper >ul ul>li:not(:last-child) {
  margin-bottom: 5px;
}

.custom-footer-menu .hs-menu-wrapper >ul ul>li>a {
  color: #363636;
  fill: #363636;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-footer-want-to-work {
  padding-left: 30px;
}

.footer-want-to-work h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0px;
  margin-bottom: 20px;
  font-weight: 700;
  font-style: normal;
  /* padding-right: 10px; */
  font-family: Gotham, sans-serif;
  line-height: 1;
}

.footer-want-to-work p {
  margin-bottom: 20px;
  /* line-height: 1; */
}

.custom-footer-company-group.custom-footer-menu {}

.custom-footer-company-group.custom-footer-menu .hs-menu-wrapper >ul ul>li:not(:first-child) {
  margin-top: calc(2px
    /2);
}

.custom-footer-company-group.custom-footer-menu .hs-menu-wrapper >ul ul>li {
  margin-bottom: 0;
}


footer.footer {
  border-top: 1px solid;
}

.custom-footer-logo img {
  vertical-align: middle;
}

.footer-elementor-inner-section {
  margin-top: 46px;
}


.custom-footer-stay-in-touch {
  padding-left: 30px;
}

.custom-footer-stay-in-touch h3 {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-family: Gotham, sans-serif;
}

.custom-footer-logo {
  padding: 10px;
  /* margin: -15px
  0px
  0px
  -15px; */
  text-align: center;
}

.custom-footer-logo a {
  margin: -15px
    0px
    0px
    -15px;
  display: block;
}



.login-help a {
  display: inline-block;
  border-style: solid;
  border-width: 1px
    1px
    1px
    1px;
  border-color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background-color: #383838;
  font-family: "Gotham", Sans-serif;
  line-height: 1.5em;
  padding: 12px
    24px;
}

.login-help a:hover {
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 18px 3px rgb(0 0 0 / 12%);
}


.custom-footer-instagram-group {
  padding: 10px;
}

.custom-footer-instagram-group .elementor-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.custom-footer-instagram-group .elementor-widget-heading {
  margin-bottom: 20px;
  text-align: center;
}

.custom-footer-instagram-group .elementor-widget-wrap {
  width: 100%;
}

.custom-footer-instagram-group .elementor-heading-title {
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 14px !important;
  color: #000000;
  padding: 0;
  margin: 0;
  line-height: 1;
}



.custom-footer-instagram-group .elementor-widget-shortcode {
  width: 100%;
}

.custom-footer-instagram-group .elementor-widget-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.custom-footer-instagram-group .sb_instagram {
  padding-bottom: 20px;
  width: 100%;
}

.custom-footer-instagram-group .sbi_images {
  padding: 10px;
  width: 100%;
  float: left;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-footer-instagram-group .sbi_item.sbi_type_image {
  width: 20%;
  display: -moz-inline-stack;
  display: inline-block;
  float: left;
  vertical-align: top;
  zoom: 1;
  padding: inherit!important;
  margin: 0!important;
  text-decoration: none;
  opacity: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.custom-footer-instagram-group .sbi_photo_wrap {
  position: relative;
}

.custom-footer-instagram-group a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  height: 352.594px;
  display: block;
  text-decoration: none;
}

.custom-footer-instagram-group .sb_instagram:before,.custom-footer-instagram-group .sb_instagram:after {content: "";display: block;clear: both;}



.custom-footer-instagram-group a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
  height: 18.4vw;
}


.custom-footer-instagram-group a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready:hover {
  opacity: 0.85;
}



.hbspt-form form input[type=submit] {
  max-width: 99.9px;
  border-radius: 0;
}

.custom-footer-bottom {
  padding-bottom: 10px;
}

.elementor-divider {
  padding-top: 4px;
}

.custom-footer-logo a {
  margin-top: -10px;
}

.custom-footer-want-to-work {
  margin-top: 5px;
}

.hbspt-form {
  margin-top: 5px;
}

.custom-footer-company-group.custom-footer-menu {}

.custom-footer-company-group.custom-footer-menu .hs-menu-wrapper ul ul {
  margin-top: -1px;
}

.footer-elementor-inner-section {
  margin-top: 45px;
}

.custom-footer-stay-in-touch h3 {
    margin-bottom: 20px;
}


.elementor-divider {
    padding-top: 3px;
}

a#back-to-top {
  border-radius: 3px;
  opacity: 0.7;
  bottom: 20px;
  right: 20px;
  background: #000000;
  position: fixed;
  z-index: 999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-family: "Gotham", Sans-serif;
  font-size: 15px;
}

footer.footer.lp-footer {
  border: 0;
}

a#back-to-top:hover {
    opacity: 1;
}
form.hs-form {
    margin: 0 0 20px;
}
.hbspt-form form.hs-form{
margin:0;
}

.top-icon {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-width: 1.5px;
  stroke: #ffffff;
}

.elementor-popup-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    background-color: rgba(255, 255, 255, 0.91);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-popup-modal .dialog-widget-content {
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: all;
    animation-duration: 1.2s;
    background-color: #FFFFFF;
    margin: auto;
    position: absolute;
}

.elementor-popup-modal .dialog-message {
    width: 800px;
    height: auto;
    padding: 20px
 20px
 20px
 20px;
    max-width: 100vw;
    max-height: 100vh;
    min-height: 50px;
    font-size: 12px;
    line-height: 1.5;
}

.elementor-popup-modal .elementor-element-populated {
    padding: 10px;
}

.elementor-popup-modal .elementor-widget-wrap h3.form-title {
    padding: 20px;
    background-color: #000000;
    color: #fff;
    /* text-align: center; */
    margin: 0;
    line-height: 1;
    /* text-transform: capitalize; */
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.elementor-popup-modal form label {
    padding-bottom: 14px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    font-family: Gotham, sans-serif;
    color: rgb(54, 54, 54);
    margin: 0;
}

.elementor-popup-modal form .hs-input {
    background: #fff !important;
    border-radius: 0 !important;
    border-color: rgb(223, 223, 223) !important;
}

.elementor-popup-modal .hs-form-field {
    margin-bottom: 10px;
}

.elementor-popup-modal form input[type=submit] {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background-color: #383838;
    border-radius: 0px;
    width: 100%;
    font-family: Gotham, sans-serif;
    line-height: 1;
}

.elementor-popup-modal textarea.hs-input {
    min-height: 96px;
    vertical-align: middle;
}

.elementor-popup-modal .actions {
    margin: 0;
    padding: 0;
}

.elementor-popup-modal {
    top: 0;
}
.custom-popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

.elementor-popup-modal .dialog-widget-content {
    position: relative;
    z-index: 9999;
}

body.popup-form-open .elementor-popup-modal {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.elementor-popup-modal {
    /* top: -100%; */
    transition: all 0.7s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.elementor-popup-modal .dialog-widget-content {
    position: absolute;
    top: -100%;
    transition: all 0.5s ease-in-out;
}

body.popup-form-open .elementor-popup-modal .dialog-widget-content {
    top: 0;
}

body.popup-form-open .elementor-popup-modal .dialog-widget-content {
    top: 50%;
    transform: translateY(-50%);
}

.elementor-popup-modal form input[type=submit]:hover {
    background: #fff;
    color: #000;
}

.hbspt-form form input[type=submit] {
    font-size: 12px;
}

.elementor-popup-modal form .hs-error-msgs label {
    color: #f2545b;
}



@media (max-width: 1242px){
  footer.footer .page-center {
    max-width: 1024px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }

  .footer-want-to-work h6 {
    font-size: 12px;
  }

  .custom-footer-stay-in-touch h3 {
    font-size: 12px;
  }
  
  .elementor-popup-modal .elementor-widget-wrap h3.form-title {
    font-size: 25px;
}
  
}

@media (max-width: 767px){
  .footer-bottom-elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-copyright {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .custom-social-icon-group {
    width: 100%;
    padding: 10px;
  }

  .footer-bottom--last {
    width: 100%;
  }

  .footer-bottom--last {
    min-height: 1px;
  }

  .footer-top-elementor-row {
    flex-wrap: wrap;
  }

  .custom-footer-logo-group {
    width: 100%;
  }

  .custom-footer-company-group.custom-footer-menu {}

  .footer-top-elementor-row >div {
    width: 100%;
  }

  .custom-footer-stay-in-touch,.custom-footer-want-to-work {
    padding: 0px
      30px
      0px
      30px;
  }

  .custom-footer-want-to-work {
    padding: 40px
      30px
      40px
      30px;
  }

  .footer-stay-in-touch-group .actions {
    margin-bottom: 0;
  }

  .custom-post-page-bottpm {
    margin-top: -25px;
  }

  .elementor-divider {
    padding-top: 2px;
  }

  .custom-footer-stay-in-touch h3 {
    margin-bottom: 20px;
  }

  .custom-footer-want-to-work {
    padding-bottom: 35px;
  }

  .custom-footer-want-to-work {
    margin-top: 0;
  }


}


@media (max-width: 640px){
  .custom-footer-instagram-group .sbi_item.sbi_type_image {
    width: 50%;
  }

  .custom-footer-instagram-group a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    height: 42.349vw;
  }
}

@media (max-width: 480px){
  .custom-footer-instagram-group .sbi_item.sbi_type_image {
    width: 100%;
  }

  .custom-footer-instagram-group a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    height: 83.76vw;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}