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

.dnd-section .dnd-column {
  padding: 0 20px;
}
.Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0 !important;
}
.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: FontAwesome;
  src: url(https://20662622.fs1.hubspotusercontent-na1.net/hubfs/20662622/raw_assets/public/The_Joy_Factory_April2022/fonts/FontAwesome.eot) format("embedded-opentype"),
    url(https://20662622.fs1.hubspotusercontent-na1.net/hubfs/20662622/raw_assets/public/The_Joy_Factory_April2022/fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(https://20662622.fs1.hubspotusercontent-na1.net/hubfs/20662622/raw_assets/public/The_Joy_Factory_April2022/fonts/FontAwesome.woff) format("woff"),
    url(https://20662622.fs1.hubspotusercontent-na1.net/hubfs/20662622/raw_assets/public/The_Joy_Factory_April2022/fonts/FontAwesome.ttf) format("truetype"), 
    url(https://20662622.fs1.hubspotusercontent-na1.net/hubfs/20662622/raw_assets/public/The_Joy_Factory_April2022/fonts/FontAwesome.svg) format("svg");
  font-style: normal; 
  font-weight: 400;
}
body {
  line-height: 22px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}
img {
  height: auto;
  max-width: 100%;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  margin-top: 2.28571rem;
  margin-bottom: 0.78571rem;
  line-height: 1.2;
}

/* Lists */

ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 1.15rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote,
blockquote p {
  font-size: 25px;
  line-height: 29px;
}
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

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

button:disabled,
.button:disabled {
  background-color: #DD1E36; 
  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: 1rem;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 22px;
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  font-family: Raleway,Arial,Helvetica,sans-serif;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
.form-title {
  font-size: 28px;
}
/* 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%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  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: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
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;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  margin-top: 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  line-height: 15px;
  transition: all .8s ease;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
 /* opacity: .65; */
}

/* 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-wrapper ul{
  margin:0;
  padding:0;
  list-style:none;
}
.custom-header-wrapper,
header.header-wrapper {
  min-height: 189px;
}
.header-wrapper .header {
  width: 100%;
  overflow: visible;
  position: relative;
  border-bottom: none;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
}
.header-wrapper  .header .header-inner {
  display: none;
}
.header-wrapper  .header  .header-top {
  padding: 9px 0;
  border-bottom: 1px solid #e2e4e8;
}
.header-wrapper  .header .header-top .content-wrapper{
  top: auto;
  right: auto;
  transform: none;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-header-wrapper.lp, 
header.header-wrapper.lp {
  min-height: 98px;
}
header.header-wrapper.lp.sticky .header .header-middle {
  padding-top: 19px;
}
header.header-wrapper.lp.sticky {
  min-height: 98px;
}
header.header-wrapper.lp .header .custom-menu-primary {
  display: none;
}
.header-wrapper  .header .header-middle .content-wrapper{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper  .header .header-top .content-wrapper .hs_cos_wrapper>ul,
.header-wrapper  .header .header-top .content-wrapper .hs-menu-wrapper>ul{
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}
.header-wrapper  .header  .header-top .content-wrapper .hs_cos_wrapper>ul>li,
.header-wrapper  .header  .header-top .content-wrapper .hs-menu-wrapper>ul>li{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-wrapper  .header  .header-top .content-wrapper .hs-menu-wrapper>ul>li>a{
  padding: 0;
  display: block;
  line-height: 1;
  font-weight: 400;
  position: relative;
  font-size: 1rem;
  text-transform: capitalize;
  color: #333;
}
.header-wrapper  .header  .header-top .content-wrapper .hs-menu-wrapper>ul>li+li {
  margin-left: 20px;
}
.header-wrapper .header .header-top .content-wrapper .hs-menu-wrapper>ul>li:nth-child(7) {
  margin-left: 6px;
}
.header-wrapper .header .header-top .content-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>a:after {
  content: "or";
  padding-left: 6px;
}
.header-wrapper  .header .header-top .content-wrapper .hs-menu-wrapper>ul>li>a span {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  color: inherit;
  background-color: transparent;
  padding: 0;
  height: 22px;
  width: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
}
.header-wrapper  .header .header-top .content-wrapper .hs-menu-wrapper>ul>li i.icon {
  margin-right: 8px;
  line-height: 22px;
  height: 1.14286rem;
  width: 1.14286rem;
  fill: #333;
  stroke: #333;
  position: relative;
  top: 2px;
  margin-left: 1px;
}

.header-wrapper  .header .header-top .content-wrapper .hs-menu-wrapper>ul>li i.icon svg {
  fill: #333;
  stroke: #333;
  vertical-align: top;
  display: inline-block;
  line-height: 22px;
  height: 1.14286rem;
  width: 1.14286rem;
}
.header-wrapper .header .header-top .content-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>a,
.header-wrapper .header .header-top .content-wrapper .hs-menu-wrapper>ul>li:last-child>a{
  display: inline-block;
}
.header-wrapper .header .header-middle .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.header-wrapper .header .header-middle .col-left {
  text-align: left;
}
.header-wrapper .header .header-middle  .header-logo a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.header-wrapper .header .header-middle  .header-logo a img {
  max-height: 70px;
  width: auto;
}
.header-wrapper .header .header-top .content-wrapper .hs-menu-wrapper>ul>li>a:before {
  content: '';
  left: 0;
  width: 0;
  bottom: -2px;
  height: 1px;
  position: absolute;
  background-color: #059;
  transition: all .3s ease;
}

.header-wrapper .header .header-top .content-wrapper .hs-menu-wrapper>ul>li>a:hover:before {
  width: 100%;
}
.header-wrapper .header .header-middle   .themevale_search-custom {
  display: inline-flex;
  margin: 0 auto;
  width: 100%;
  position: relative;
  align-items: center;
}
.header-wrapper .header .header-middle .item-wislish a svg {
  height: 1.57143rem;
  width: 1.57143rem;
  fill: #333;
  stroke: #333;
  display: inline-block;
  transition: all .15s ease;
  vertical-align: middle;
}
.header-wrapper .header .header-middle  .themevale_search-custom .form-fieldset {
  margin: 0;
  width: 100%;
  position: relative;
  padding: 0;
  border: 0;
}
.header-wrapper .header .header-middle  .themevale_search-custom .form-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 3px;
  color: #333;
  margin: 0;
  background-color: #fff;
  border: 1px solid #cccfd6;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}
.header-wrapper .header .header-middle  .themevale_search-custom #search_category {
  width: 60px;
  min-width: 66px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  border-radius: 3px 0 0 3px;
  color: #333;
  border-right: 1px solid #cccfd6;
  transition: all .3s ease;
}
.header-wrapper .header .header-middle .themevale_search-custom #search_category .select_category {
  z-index: 2;
  height: 100%;
  max-height: 50px;
  line-height: 16px;
  border: none;
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 15px 17px 15px 15px;
  background-color: transparent;
  font-weight:700;
}
.header-wrapper .header .header-middle .themevale_search-custom #search_category .icon {
  top: 50%;
  right: 14px;
  height: 0.57143rem;
  width: 0.57143rem;
  position: absolute;
  fill: #333;
  stroke: #333;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  transition: all .15s ease;
}
.header-wrapper .header .header-middle .themevale_search-custom .form-input {
  height: auto;
  line-height: 38px;
  padding: 0 15px;
  background-color: #fff;
  min-height: auto;
  border: none;
  border-radius: 0;
  color: #666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: border-color .1s ease-out;
  width: 100%;
}

.header-wrapper .header .header-middle .themevale_search-custom button.btn-search {
  padding: 8px 16px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 14px !important;
  line-height: 9px;
}

.header-wrapper .header .header-middle .themevale_search-custom button.btn-search svg {
  fill: #333;
  stroke: #333;
  height: 1.71429rem;
  width: 1.71429rem;
}
.header-wrapper .header .header-middle {
  display: block;
  padding: 19px 0 13px 0;
}
.header-wrapper .header .header-middle .themevale_search-custom .item{
  position: relative;
}

.header-wrapper .header .header-middle .themevale_search-custom .item--account {
  padding: 0;
  display: block;
  line-height: 1;
  font-weight: 400;
  position: relative;
  font-size: 1rem;
  text-transform: capitalize;
  color: #333;
  margin-left: 30px;
}



.header-wrapper .header .header-middle .themevale_search-custom .item--account i {
  height: 0.5rem;
  width: 0.5rem;
  margin: 0 0 0 0.21429rem;
  display: inline-block;
  vertical-align: middle;
}

.header-wrapper .header .header-middle .themevale_search-custom .item--account i svg {
  fill: #333;
  stroke: #333;
  transition: all .15s ease;
  height: 100%;
  vertical-align: top;
  width: 100%;
  display: inline-block;
}
.header-wrapper .header .header-middle .themevale_search-custom .item:last-child:before {

  left: 0;
  top: 50%;
  width: 1px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #e2e4e8;
  transform: translateY(-50%);
}
.header-wrapper .header .header-middle .col-right {
  padding-left: 22px;
  top: -3px;
}
.header-wrapper .header .header-middle  .item-wislish a svg {
  height: 1.57143rem;
  width: 1.57143rem;
  fill: #333;
  stroke: #333;
  display: inline-block;
  transition: all .15s ease;
  vertical-align: middle;
}

.header-wrapper .header .header-middle .themevale_search-custom .item:first-child:after {
  left: 0;
  top: 50%;
  width: 1px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #e2e4e8;
  transform: translateY(-50%);
}

.header-wrapper .header .header-.header-wrapper .header .header-middle .col-right:before {
  left: 0;
  top: 50%;
  width: 1px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #e2e4e8;
  transform: translateY(-50%);
}


.header-wrapper .header .header-middle .col-right {
  padding-left: 22px;
  top: -3px;
}
.header-wrapper .header .header-middle .item:last-child {
  margin-left: 20px;
  padding-left: 20px;
}
.header-wrapper .header .header-middle .item-wislish a:last-child svg {
  margin-left: 15px;
}

.header-wrapper .header .header-middle .item-wislish a:last-child span {
  top: -6px;
  right: -10px;
  height: 22px;
  width: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  background-color: #d0103a;
}
.header-wrapper .header .header-middle .item a {
  padding: 0;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  position: relative;
  font-size: 1rem;
  text-transform: capitalize;
}



.header-menu-wrapper .navigation-primary>ul {
  padding: 0 0 10px 0;
}

.header-menu-wrapper .navigation-primary>ul>li {
  display: inline-block;
}

.mobile-search-wrapper,
.nav-mobile,
.header-logo-mobile,
.user-action-wrapper {
  display: none;
}

.header-menu-wrapper .navigation-primary>ul>li>a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  padding: 0 16px;
  line-height: 40px;
  text-decoration: none;
}
.header-menu-wrapper .navigation-primary>ul>li>a:last-child {
  padding-right: 20px;
}
.header-menu-wrapper .navigation-primary>ul>li>a:first-child {
  padding-left: 20px;
}
.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>a{
  position: relative;  
}
.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>a:before,
.header-menu-wrapper .navigation-primary>ul>li.has-submenu>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #757575;
  height: 2px;
  transition-property: right;
  transition-duration: .5s;
  transition-timing-function: ease-out;
}
.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>a:hover:before,
.header-menu-wrapper .navigation-primary>ul>li.has-submenu:hover>a:before {
  right: 0;
}
.header-menu-wrapper .navigation-primary>ul>li.has-submenu>a:after {
  padding-left: 4px;
  content: ' ▾';
}
.header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>a {
  padding-left: 21px;
  padding-right: 15px;
}
.header-menu-wrapper .navigation-primary>ul>li>ul {
  border-radius: 3px;
  position: absolute;
  top: calc(100% + 9px);
  overflow: hidden;
  z-index: 5;
  max-width: 1200px;
  display:none;
  margin:0 auto;
  box-shadow: 0 0 3px rgb(0 0 0 / 10%);
  right: 0;
  left: 0;
}


.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:nth-child(3),
.header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:nth-child(2), 
.header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:last-child {
  margin-top: 34px;
}

.header-menu-wrapper .navigation-primary>ul>li:nth-child(2)>ul>.content-wrapper>.row>li:last-child>a,
.header-menu-wrapper .navigation-primary>ul>li:nth-child(4)>ul>.content-wrapper>.row>li>a,
.header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>ul>.content-wrapper>.row>li>a {
  line-height: 1.2;
}
.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>ul>li {
  min-width: 190px;
}
.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
}
.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>ul>li>a:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #757575;
  height: 2px;
  transition-property: right;
  transition-duration: .5s;
  transition-timing-function: ease-out;

}
.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>ul>li>a:hover:before{
  right:0%;
}
.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>ul>li>a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  padding: 7px 0 7px 0;
  line-height: 14px;
}

.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>ul {
  padding-bottom: 10px;
}
.header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>a {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0;
  font-family: Raleway,Arial,Helvetica,sans-serif;
  color: #333;
  letter-spacing: 0;
  margin-top: 2.28571rem;
  display: inline-block;
  margin-bottom: 0.78571rem;
  line-height: 40px;
}
header.header-wrapper.sticky {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
  transform: none;
  animation-name: fadeInDown;
  animation-duration: .5s;
  animation-fill-mode: both;
  min-height: 130px;
}
.header-menu-wrapper .navigation-primary>ul>li:nth-child(2)>ul>.content-wrapper>.row>li:last-child>a:before, 
.header-menu-wrapper .navigation-primary>ul>li:nth-child(4)>ul>.content-wrapper>.row>li>a:before, 
.header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>ul>.content-wrapper>.row>li>a:before {
  display: none;
}

header.header-wrapper.sticky .header .header-top {
  display: none;
}

header.header-wrapper.sticky .header .header-middle {
  padding-top: 10px;
  padding-bottom: 4px;
}


.header-menu-wrapper .navigation-primary>ul>li.clicked>ul {
  display: block;
}
.header-logo-mobile a img {
  width: 70px !important;
  max-height: 70px;
}

@media (min-width: 576px){
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li,
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(4)>ul>.content-wrapper>.row>li,
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>ul>.content-wrapper>.row>li {
    flex: 0 0 100%;
    max-width: 100%;
  }

}
@media (min-width:768px) {
  .header-wrapper .header .header-middle  .header-logo a img {
    max-height: 60px;
    width: 60px !important;
  }
  .header-logo-mobile a img {
    max-height: 60px;
    width: 60px !important;
  }
  .header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li,
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(4)>ul>.content-wrapper>.row>li,
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>ul>.content-wrapper>.row>li {
    flex: 0 0 25%;
    max-width: 25%;
  }

}
@media (min-width:992px) {
  .header-wrapper .header .header-middle .col-left {
    flex: 0 0 26.33333%;
    max-width: 26.33333%;
  }
  .header-wrapper .header .header-middle .col-right {
    flex: 0 0 60.66667%;
    max-width: 60.66667%;
  }


}
@media (min-width: 1025px) {
  .header-menu-wrapper .navigation-primary>ul>li>ul {
    top: calc(100% + -1px);
  }
  .header-wrapper  .header {
    z-index: 20;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 6%), 0 1px 2px 0 rgb(0 0 0 / 10%);
  }
  .header-wrapper  .header .header-inner {
    display: block;
    width: 100%;
  }
  .header-wrapper .header .header-middle  .header-logo a img {
    max-height: 50px;
    width: 900px !important;
  }
  .header-wrapper .header .header-middle   .themevale_search-custom form{
    width: 810px;
  }
}
@media (max-width: 1217px) {
  .header-wrapper .header .header-middle .col-right {
    padding-left: 15px;
    top: -3px;
  }
  .header-wrapper .header .header-middle .themevale_search-custom form{
    width: 100%;
  }
  .header-wrapper .header .header-middle .themevale_search-custom .form-field {
    width: 810px;
  }
  .header-wrapper .header .header-middle .themevale_search-custom .item--account {
    margin-left: 10px;
  }
  .header-wrapper .header .header-middle .item a {
    white-space: nowrap;
  }

  .header-wrapper .header .header-middle .item:last-child {
    margin-left: 10px;
    padding-left: 10px;
  }
  .item-wislish span {
    display: flex;
  }
}
@media (max-width: 1130px){
  .header-wrapper .header .header-middle .themevale_search-custom .form-field {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  header.header-wrapper.sticky {
    position: static;
  }

  .custom-header-wrapper, header.header-wrapper {
    min-height: 65px;
  }
  header.header-wrapper.lp .header .custom-menu-primary {
    display: block;
  }
  .header-menu-wrapper {
    display: none;
  }
  .custom-header-wrapper.lp, 
  header.header-wrapper.lp {
    min-height: 65px;
  }
  .custom-menu-primary {
    background-color: #fff;
    width: 100%;
    padding: 50px 0 15px;
  }
  .nav-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 50px;
    width: 50px;
  }

  a#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 5px 35px 16px 0;
    z-index: 2;
  }

  a#nav-toggle span {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #111;
    position: absolute;
    display: block;
    content: '';
    transition: all .3s ease-in-out;
  }

  a#nav-toggle span:before,a#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #111;
    position: absolute;
    display: block;
    transition: all .3s ease-in-out;
    content: "";
  }

  a#nav-toggle span:before {
    top: -10px;
  }

  a#nav-toggle span:after {
    bottom: -10px;
  }
  .mobile-search-wrapper {
    position: absolute;
    top: 0;
    left: 70px;
    width: 100px;
    display: none;
    z-index: 101;
    display: block;
  }

  .mobile-search-wrapper a {
    padding: 0;
    display: block;
    line-height: 1;
    font-weight: 400;
    position: relative;
    font-size: 1rem;
    text-transform: capitalize;
  }

  .mobile-search-wrapper .search {
    padding: 10px 25px 10px 10px;
    width: 50px;
  }
  .header-logo-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  .header-logo-mobile  .logo {
    position: relative;
    left: 35%;
    width: 30vw;
    z-index: 3;
  }




  .mobile-search-wrapper svg.icon {
    height: 2rem;
    width: 2rem;
    margin: 0 0 0 0.21429rem;
    display: inline-block;
    vertical-align: middle;
    transition: all .15s ease;
  }
  .user-action-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
  }
  .header-wrapper .header {
    box-shadow: none;
  }
  .user-action-wrapper .wrapper {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    max-height: 65px;
  }

  .user-action-wrapper .wrapper .account {
    padding: 10px 15px 10px 10px;
    z-index: 3;
    width: 50px;
  }



  .user-action-wrapper .wrapper .account a {
    padding: 0;
    display: block;
    line-height: 1;
    font-weight: 400;
    position: relative;
    font-size: 1rem;
    text-transform: capitalize;
  }

  .user-action-wrapper .wrapper .account a svg {
    height: 2rem;
    width: 2rem;
    margin: 0 0 0 0.21429rem;
    display: inline-block;
    vertical-align: middle;
    transition: all .15s ease;
    font-size: 1rem;
  }
  .user-action-wrapper .cart a span {
    top: -6px;
    right: -16px;
    height: 22px;
    width: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    background-color: #d0103a;
  }
  .user-action-wrapper .cart {
    padding: 10px 15px 10px 10px;
    z-index: 3;
    width: 50px;
    margin-bottom: 1.5rem;
    margin-right: 10px;
  }

  .user-action-wrapper .cart a {
    padding: 0;
    display: block;
    line-height: 1;
    font-weight: 400;
    position: relative;
    font-size: 1rem;
    text-transform: capitalize;
  }

  .user-action-wrapper .cart a svg {
    height: 2rem;
    width: 2rem;
    margin: 0 0 0 0.21429rem;
    display: inline-block;
    vertical-align: middle;
    transition: all .15s ease;
    font-size: 1rem;
  }
  .open-menu a#nav-toggle span {
    background-color: transparent;
  }


  .open-menu a#nav-toggle span:before {
    transform: rotate(45deg);
  }

  .open-menu a#nav-toggle span:after {
    transform: rotate(-45deg);
  }

  .open-menu a#nav-toggle span,
  .open-menu a#nav-toggle span:after,
  .open-menu  a#nav-toggle span:before {
    top: 0;
  }
  .open-menu  .nav-mobile {
    top: 5px;
  }
  .header-menu-wrapper .navigation-primary>ul {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #fff;
  }

  .header-menu-wrapper .navigation-primary>ul>li {
    display: block;
  }

  .header-menu-wrapper .navigation-primary>ul>li>a {
    padding: 20px 0 20px 15px;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    line-height: 15px;
  }
  .header-menu-wrapper .navigation-primary>ul>li>a:first-child,
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>a {
    padding-left: 15px;
  }
  .custom-menu-primary .content-wrapper {
    padding: 0;
  }
  .header-menu-wrapper .navigation-primary>ul>li>ul {
    min-width: inherit;
    width: 100%;
    margin:0;
  }
  .header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper {
    padding: 0 15px;
  }
  .header-menu-wrapper .navigation-primary>ul>li.has-submenu>a.child-open:before {
    right: 0;
  }
  .header-menu-wrapper .navigation-primary>ul>li>ul {
    position: static;
  }
  .header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>a {
    line-height: 1.2;
    margin-top: 1.1rem;
    margin-bottom: 0.7rem;
  }
  .header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>ul>li>a {
    padding: 10px 0 10px 15px;
    font-size: 1rem;
    font-weight: 500;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(2)>ul>.content-wrapper>.row>li:last-child>a,
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(4)>ul>.content-wrapper>.row>li>a,
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>ul>.content-wrapper>.row>li>a {
    line-height: 1.2;
    margin-top: 1rem;
    display:block;
    margin-bottom: 0.8rem;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:last-child, 
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:nth-child(2), 
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:nth-child(3) {
    margin-top: 0;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:last-child>a, 
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:nth-child(2)>a,
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:nth-child(3)>a {
    display: none;
  }
  .header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>a:before{
    z-index: inherit;
  }
}
@media(max-width:767px){
  .header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li>ul {
    padding-bottom: 0;
  }
  .header-menu-wrapper .navigation-primary>ul>li>ul>.content-wrapper>.row>li:not(:first-child)>a {
    margin-top: 15px;
    margin-bottom: 0.7rem;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:not(:first-child)>a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:last-child, 
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:nth-child(2), 
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:nth-child(3) {
    margin-top: 0;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(3)>ul>.content-wrapper>.row>li:last-child>a {
    margin-bottom: 0.7rem;
  }


  .header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>ul>.content-wrapper>.row>li:not(:first-child)>a,
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(4)>ul>.content-wrapper>.row>li:not(:first-child)>a {
    margin-top: 14px;
    margin-bottom: 0.8rem;
  }

  .header-menu-wrapper .navigation-primary>ul>li:nth-child(4)>ul {
    padding-bottom: 10px;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>ul>.content-wrapper>.row>li:nth-child(3), 
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>ul>.content-wrapper>.row>li:nth-child(4) {
    display: none;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(5)>ul {
    padding-bottom: 10px;
  }
  .header-menu-wrapper .navigation-primary>ul>li:nth-child(4)>ul>.content-wrapper>.row>li:not(:first-child)>a {
    margin-top: 14px;
    margin-bottom: 0.8rem;
  }
  header.header-wrapper.lp .header .custom-menu-primary {
    display: block;
    min-height:76px;
  }

}
footer.footer ul{
  margin:0;
  padding:0;
  list-style:none;
}
footer.footer {
  background-color: #222325;
}
.hs-tools-menu {
     display: none !important;
}
.footer .topfooter {
  text-align: left;
  padding-top: 19.5px;
  padding-bottom: 20px;
  font-family: Raleway,Arial,Helvetica,sans-serif;
  border-bottom: 1px solid #39393b;
  display: flex;
  justify-content: center;
}
.footer .topfooter h4 {
  margin: 0 3px 0 0;
  font-size: 16px;
  font-weight: 600;
  display: inline;
  vertical-align: middle;
}

.footer .topfooter h4 span {
  color: #fff;
  display: none;
}
.footer .topfooter a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  display: inline;
  vertical-align: middle;
  color: #fff;
}
.footer .newsletterfooter .content-wrapper {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  text-align: center;
}
.footer .newsletterfooter  .col {
  width: 100%;
  padding-right: 15px;
  padding-left: 0px;
  position: relative;
}
.footer .newsletterfooter .col-one {
  max-width: 24%;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 30px;

}
.footer .newsletterfooter .col-one  h5,
.footer .newsletterfooter .col-two  h5,
.footer .newsletterfooter .col-three  h5,
.footer .newsletterfooter .col-four  h5{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  color: #fff;
}
.footer .newsletterfooter .col-one p,
.footer .newsletterfooter .col-two p,
.footer .newsletterfooter .col-three p,
.footer .newsletterfooter .col-four p{
  color: #fff;
}
.footer .newsletterfooter .col-two {
  justify-content: center;
  display: flex;
}
.footer .newsletterfooter .col-three {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.footer .newsletterfooter .col-four {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.footer  a.button {
  font-size: 1rem;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid #d0103a;
  background-color: #d0103a;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s ease;
  font-family: Raleway,Arial,Helvetica,sans-serif;
  white-space: nowrap;
  box-shadow: 0 0 3px rgb(0 0 0 / 10%);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
}
.footer .middlefooter {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer .middlefooter  .footer-menu {
  max-width: none;
  width: auto;
  font-size: 0;
  padding: 0;
  margin: 0 -8px;
  flex: 0 0 41.66667%;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  padding: 0 8px;
  width: 100%;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 13px 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
  display: block;
  line-height: 1.2;
}

.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>ul{
  margin-bottom: 20px;
}

.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>ul>li{
  line-height: 30px;
}

.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #dfdfdf;
  line-height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(10)>a,
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(9)>a{
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}

.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(10)>a:before,
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(9)>a:before,
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(10)>a:before, 
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(11)>a:before {
  display: none;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(9),
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(8) {
  margin-bottom: -1px;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(10)>a,
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(11)>a,
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a{
  line-height: 22px;
  position: relative;
  margin-bottom: 20px;
}

.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(10),
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(11),
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child{
  line-height: 22px;
  padding-left: 30px;
  position: relative;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a {
  line-height: 20px;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>ul>li>a p:last-child {
  margin: 0;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(10) svg.icon ,
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(11) svg.icon ,
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child svg.icon {
  position: absolute;
  left: 0;
  top: 4px;
  height: 1.07143rem;
  width: 1.07143rem;
  fill: #fff;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  transition: all .15s ease;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>ul>li>a:before {
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  position: absolute;
  background-color: #fff;
  transition: all .3s ease;
}

.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover:before {
  width: 100%;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>ul>li>a p {
  margin-bottom: 5px;
  color: #dfdfdf;
  font-size: 1rem;
}
.footer .bottomfooter {
  padding: 30px 0;
  color: #dfdfdf;
  background-color: #2e3033;
}

.footer .footer-payment-image .hs_cos_wrapper{
  display: inline-block;
}
.footer .footer-payment-image {
  font-size: 0;
}
.footer .footer-payment-image .hs_cos_wrapper>span>img {
  display: inline-block;
  vertical-align: top;
  max-height: 28px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.footer .bottomfooter .footer-copyright {
  margin-bottom: 6px;
}

.footer .bottomfooter .footer-copyright p {
  margin: 0;
  color: #dfdfdf;
}
.footer .footer-payment-image:last-child .hs_cos_wrapper:last-child>span>img {
  margin-right: 0;
  max-width: 52px;
}
.footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>a  span{
  color:#fff;
}
#back-to-top {
  bottom: 50%;
  right: 15px;
  z-index: 19;
  padding: 2px;
  font-size: 0;
  display: block;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  transition: all .3s ease;
  color: #000;
  background-color: #fff;
  border: 1px solid #cdd0d7;
}
#back-to-top a {
  display: block;
}
#back-to-top .icon {
  fill: #000;
  width: 30px;
  height: 30px;
  display: block;
  transform: rotate(-180deg);
}
.footer .topfooter span {
  display: flex;
  justify-content: center;
}
@media (min-width: 551px){
  .footer  a.button { 
    padding: 13px 15px 12px 15px;
  }
}
@media (min-width: 768px){
  .footer .topfooter {
    text-align: center;
  }
  .footer .topfooter h4 {
    font-size: 20px;
    margin: 0 3px 0 0;
  }
  .footer .topfooter a {
    font-size: 20px;
  }
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li {
    width: 33.33333333%;  
  }
  .footer .footer-payment-image .hs_cos_wrapper>span>img{
    max-height: 32px;
    margin-bottom: 0;
    margin-right: 15px;
    max-width: 51px;
  }
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>a  svg.icon-dropdown {
    display:none;
  }
  .footer .middlefooter  .footer-menu.mobile {
    display: none;
  }
  .footer .footer-menu.desktop ul.hs-menu-children-wrapper {
    display: block !important;
  }
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>a {
    pointer-events: none;
  }
}


@media (min-width: 992px){
  .footer  .newsletterfooter .content-wrapper {
    text-align: left;
  }
  .footer .newsletterfooter .vl {
    border-left: 2px solid #e8e8e8;
    height: 70px;
    margin-top: -6%;
    margin-left: 3%;

  }
  .footer .newsletterfooter .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .newsletterfooter .col-one {
    flex: 0 0 28.66667%;
    max-width: 28.66667%;
    margin-left: -2%;
  }
  .footer .newsletterfooter .col-two {
    flex: 0 0 22%;
    max-width: 22%;
    margin-top: -6%;
    margin-left: 4%;
  }
  .footer .newsletterfooter .col-three {
    flex: 0 0 24%;
    max-width: 24%;
    margin-top: -2%;
    margin-left: -4%;
  }
  .footer .newsletterfooter .col-four {
    flex: 0 0 24%;
    max-width: 24%;
    margin-top: -3%;
  }
  .footer .topfooter h4 span {
    display: block;
  }
  .footer .middlefooter .footer-menu.mobile, 
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
}


@media (min-width: 993px){
  .footer .bottomfooter .content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer  .bottomfooter .item {
    padding-right: 15px;
    text-align: left;
    width: 50%;
  }

  .footer  .bottomfooter .item:nth-child(even) {
    padding-left: 15px;
    text-align: right;
    padding-right: 0;
  }

}
@media (min-width: 1025px){
  .footer .middlefooter  .footer-menu {
    margin: 0 -15px;
  }
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li {
    width: 20%;   
    padding: 0 15px;
  }
}
@media(max-width:1024px){
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li>a {
    margin: 0 0 11px;
  }
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:first-child>ul {
    margin-bottom: 21px;
  }
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(10)>a, 
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(9)>a {
    margin-bottom: 11px;
    margin-top: 21px;
  }
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(10)>a {
    margin-top: 19px;
    margin-bottom: 12px;
  }
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a {
    line-height: 24px;
    margin-bottom: 18px;
  }
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(9), 
  .footer .middlefooter .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:nth-child(8) {
    margin-bottom: 0;
  }
}
@media (max-width: 991px){
  .footer .bottomfooter .item+.item {
    margin-top: 15px;
  }
    .footer .newsletterfooter .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px){
  

  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .footer .middlefooter .footer-menu.mobile  .hs-menu-wrapper>ul>li>ul>li>a:before,
  .footer .middlefooter .footer-menu.desktop {
    display: none;
  }
 
  footer .footer-payment-image:last-child .hs_cos_wrapper:last-child>span>img,
  .footer .footer-payment-image .hs_cos_wrapper>span>img{
    max-width: 45px !important;
  }
  .footer .middlefooter {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li>a {
    position: relative;
    padding: 7px 0;
    border-bottom: 1px solid #39393b;
    margin: 0 0 12px 0;
    cursor: pointer;
  }

  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li>a  svg.icon-dropdown {
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    display: block;
    fill: #fff;
    stroke: #fff;
    position: absolute;
    transform: translateY(-50%);
    transition: all .3s ease;
  }
  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li:last-child>ul>li {
    line-height: 22px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
  }
 .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li>a.child-open svg.icon-dropdown {
    transform: translateY(-50%) rotate(180deg);
  }

  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li:last-child>ul>li svg {
    position: absolute;
    left: 0;
    top: 4px;
    height: 1.07143rem;
    width: 1.07143rem;
    fill: #fff;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    transition: all .15s ease;
  }
  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li:last-child>ul>li:last-child {
    margin-bottom: 0;
  }
  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li:last-child>ul>li {
    line-height: 22px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 21px;
  }
  .footer .middlefooter .footer-menu.mobile  .hs-menu-wrapper>ul>li>ul>li>a {
    line-height: 22px;
  }
  .footer .middlefooter .footer-menu.mobile  .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a {
    line-height: 20px;
    margin-bottom: 0;
  }
  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li:last-child>ul>li:first-child {
    margin-bottom: 20px;
  }
  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li:last-child>ul>li:last-child svg {
    top: 3px;
  }
  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li:nth-child(3)>a {
    padding-bottom: 8px;
  }

  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li:nth-child(1)>a, 
  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li:nth-child(6)>a {
    padding-bottom: 6px;
  }
  .footer .middlefooter .footer-menu.mobile .hs-menu-wrapper>ul>li>a.child-open {
    margin-bottom: 13px;
  }
  .footer .middlefooter .footer-menu.mobile  .hs-menu-wrapper>ul>li>ul {
    margin-bottom: 19px;
  }
}

@media(max-width:550px){
  .footer a.button{
    padding: 12px 15px 11px;
  }
    .footer .newsletterfooter .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}