*, *: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 ;
    }
}
.dnd-section[class*="full-width-section"] {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 1380px) {

}
.Banner-row-0-force-full-width-section > .row-fluid,
.banner-section-row-0-force-full-width-section > .row-fluid,
.DND_banner-row-0-force-full-width-section > .row-fluid{
  padding: 0 !important;
}
.dnd-section > .row-fluid,
.content-wrapper, 
.page-center {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "JudgemeStar"; 
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff"); 
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: "Line Awesome Free";
  src: url("https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/Scdprobiotics_July2021/fonts/la-regular-400.eot") format("embedded-opentype"),
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/la-regular-400.woff2) format("woff2"), 
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/la-regular-400.woff) format("woff"),
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/la-regular-400.ttf) format("truetype"), 
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/la-regular-400.svg) format("svg");
  font-style: normal;
  font-weight: 400; 
  font-display: swap;
}

@font-face {
  font-family: "Line Awesome Free";
  src: url("https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/Scdprobiotics_July2021/fonts/la-solid-900.eot") format("embedded-opentype"),
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/la-solid-900.woff2) format("woff2"),
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/la-solid-900.woff) format("woff"),
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/la-solid-900.ttf) format("truetype"),
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/la-solid-900.svg) format("svg");
  font-style: normal; 
  font-weight: 900; 
  font-display: swap;
}

@font-face { 
  font-family: Pe-icon-7-stroke;
  src: url("https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/Scdprobiotics_July2021/fonts/Pe-icon-7-stroke.eot") format("embedded-opentype"), 
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/Pe-icon-7-stroke.woff) format("woff"),
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/Pe-icon-7-stroke.ttf) format("truetype"),
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/Pe-icon-7-stroke.svg) format("svg"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap;
}

@font-face { 
  font-family: fagecko; 
  src: url("https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/Scdprobiotics_July2021/fonts/faclaue.eot") format("embedded-opentype"), 
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/fagecko.woff2) format("woff2"),
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/faclaue.woff) format("woff"), 
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/faclaue.ttf) format("truetype"), 
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/faclaue.svg) format("svg"); 
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face { 
  font-family: icongecko;
  src: url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/icongecko.ttf) format("truetype"), 
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/iconClaue.woff) format("woff"), 
    url(https://19514145.fs1.hubspotusercontent-na1.net/hubfs/19514145/raw_assets/public/Scdprobiotics_July2021/fonts/iconClaue.svg) format("svg");
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}


body {
  line-height: 1.75;
  word-break: break-word;
  scroll-behavior: smooth;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/* 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;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.form-title {
  letter-spacing: 0;
  line-height: 1.428;
  font-size: 16px;
  font-weight: 500;
}

/* Labels */

::placeholder {
    color: currentcolor;
    opacity: 1
}

:-ms-input-placeholder {
    color: currentcolor
}

::-ms-input-placeholder {
    color: currentcolor
}

form label {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 5px;
  font-weight: 400;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 18px;
  transition: border-color .5s;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  outline: 0;
  padding: 0 15px;
  color: #878787;
  border-radius: 0;
}
ul.no-list.hs-error-msgs {
    padding-left: 0;
}
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;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  margin:15px 0;
}
a.hs-button.large.primary {
  margin-top: 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: relative;
}
header.header.sticky {
  position: fixed;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  -webkit-animation: .6s animate_sticky;
  animation: .6s animate_sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 390;
  backface-visibility: hidden;
  height: auto;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes animate_sticky {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes animate_sticky {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}
.header .header_top {
  background-color: #222222;
  text-align: center;
}
.header .header_top_inner {
  color: #ffffff;
  padding: 20px;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>a:hover {
  background-color: transparent;
}

.header .h_search_btn:hover {
  border-color: transparent;
}

.header .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header .row {
  min-height: 100px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.header .col_one {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 50%;
  max-width: 50%;
}
.header .header_logo a {
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
}
.header .header_logo {
  line-height: 1;
  transition: .5s;
}
.header .header_logo a img {
  padding-top: 5px;
  padding-bottom: 5px;
  perspective: 800px;
  -webkit-perspective: 800px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  width: 180px !important;
}
.header  .cl_h_search {
  padding: 0 2.5px;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
}
.header .h_search_frm {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.header  .h_search_frm input {
  border: 1px solid #ddd;
  font-size: 13px;
  outline: none;
  padding: 0px 15px;
  color: #878787;
  border-radius: 0;
  max-width: 100%;
  padding-right: 0;
  border-right: 0;
  width: 100%;
  min-height: 46px;
  line-height: 18px;
  transition: border-color .5s;
}
.pr {
  position: relative;
}

.cl_h_search .mini_cart_content {
  max-width: 1170px;
  margin: 0 auto;
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  z-index: 1000;
  width: auto;
  height: auto;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 15%) 0 0 3px;
  box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
  border-radius: 4px;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .1s ease-in-out;
  flex: 1 1 auto;
  overflow: hidden;
}

.fixcl-scroll-content {
  max-height: 33.7079vh;
  padding: 20px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.cl_h_search .ld_bar_search {
  bottom: auto;
  top: 0;
  position: absolute;
  z-index: 20;
  left: 0;
  height: 3px;
  width: 0;
  pointer-events: none;
  opacity: 0;
  transition: width .25s ease-in-out;
}
.header .row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.header  .frm_search_input {
  display: table-cell;
  width: 50%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.header .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
  border: 1px solid #ddd;
  padding: 2px;
  padding-left: 0;
  border-left: 0;
}
.header .h_search_btn{
  margin: 0;
  min-width: 130px;
  background-color: #109533;
  height: 34px;
  color: #fff;
  font-weight: 600;
  min-height: 40px;
  padding: 5px 25px;
  cursor: pointer;
  font-size: 14px;
}
.header .col_three {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}
.header .col_three .nt_action {
  display: inline-flex;
  align-items: center;
}
.nt_action {
  position: relative;
  transition: .5s;
}
.nt_action{
  padding: 0 6px;
}
.nt_action i {
  font-size: 28px;
  line-height: 1;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.nt_action a:nth-child(3) i {
  font-weight: 400;
}
.nt_action a{
  color:#000;
}
.nt_action a:nth-child(2) i:before {
  content: "\f007";
}
.nt_action a:first-child {
  display: none;
}
.nt_action a:nth-child(3) i:before {
  content: "\f004";
}

.nt_action a:nth-child(3) i span,
.nt_action a:nth-child(4) i span{
  position: absolute;
  text-align: center;
  border-radius: 50%;
  transition: opacity .3s ease-in-out;
  z-index: 1;
  width: 15px;
  height: 15px;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
  opacity: 1;
  font-family: "Open Sans",sans-serif;
  background-color: #000;
  color: #fff;
  top: -10px;
  right: 4px;
}
.nt_action a:nth-child(4) i:before {
  content: "\f07a";
}


.nt_action a {
  position: relative;
}

.nt_action a:nth-child(4) i {
  font-size: 32px;
}
.header_bottom {
  border-top: 1px solid #dddddd;
  background-color: #f1f1f1;
  min-height: 55px;
}
.header_bottom .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  min-height: auto!important;
}
.header .custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header  .custom-menu-primary {
  display: table-cell;
  width: 50%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 0;
}
.header .custom-menu-primary .navigation-primary>ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.header .custom-menu-primary .navigation-primary>ul>li {
  font-size: 14px;
  list-style: none;
  position: relative;
}
.header  .custom-menu-primary ul ul {
  text-align: left;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  box-shadow: 0 0 3px rgb(0 0 0 / 15%);
  -webkit-box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgb(0 0 0 / 15%);
  box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgb(0 0 0 / 15%);
  pointer-events: none;
  min-width: 260px;
  padding: 10px 0;
  transform: translateY(15px) translateZ(0);
  transition: opacity .2s,visibility .2s,transform .2s,-webkit-transform .2s;
}
.header .custom-menu-primary .navigation-primary>ul>li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.header .custom-menu-primary ul ul li a {
  display: block;
  color: #878787;
  line-height: 1.5;
  padding: 14px 15px;
}
.header .custom-menu-primary .navigation-primary>ul>li>a {
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 17.5px;
  padding-left: 17.5px;
  font-weight: 400;
  font-size: 14px;
  min-height: 55px;
  align-items: center;
}
.header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
  margin-left: 4px;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  font-family: fagecko;
  content: "\f107";
  color: rgba(0,0,0,.45);
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.428;
  font-weight: 600;
  padding: 0 15px;
  cursor: pointer;
  transition: all .2s ease 0s;
  width: 120px;
  background-color: #109533;
  color: #ffffff;
  max-height: 55px;
  margin-right: 15px;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child ul {
  padding: 15px 0!important;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%)!important;
  min-width: 230px !important;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child ul li a {
  font-size: 12px;
  padding: 8px 17px;
  position: relative;
  min-height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.header .custom-menu-primary .navigation-primary>ul>li:first-child ul li:last-child>a:before {
  display:none;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child ul li>a:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 100%;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  z-index: 22;
  display: block;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
}

.header .custom-menu-primary .navigation-primary>ul>li:first-child>a:after {
  display: none;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child:before {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 18px;
  margin-right: 5px;
  content: "\f0c9";
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>a {
  position: inherit;
  line-height: inherit;
  display: inherit;
  display: inherit;
  display: inherit;
  padding-right: inherit;
  padding-left: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: inherit;
  min-height: 55px;
  padding: 0;
}
.contect_wrapper {
  text-align: right;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  color: #000000;
}

.contect_wrapper i {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 14px;
}

.contect_wrapper i:first-child:before {
  content: "\f095";
}

.contect_wrapper a,
.contect_wrapper {
  color: #000;
  line-height: 21px;
  font-size: 12px;
}

.contect_wrapper a:hover{
  color: #000;
  opacity: .7;
}
.header .custom-menu-primary .navigation-primary>ul>li:last-child>a {
  background-color: #109533;
}
.contect_wrapper i:nth-child(3):before {
  content: "\f0e0";
}
.header .custom-menu-primary .navigation-primary ul ul i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-right: 4px;
  font-size: 22px;
}
.header .custom-menu-primary .navigation-primary ul ul li:first-child a i:before {
  content: "\f06b";
}
.header .custom-menu-primary .navigation-primary ul ul li:nth-child(2) a i:before {
  content: "\f70c";
}
.header .custom-menu-primary .navigation-primary ul ul li:nth-child(3) a i:before {
  content: "\f06c";
}
.header .custom-menu-primary .navigation-primary ul ul li:nth-child(4) a i:before {
  content:"\f4be";
}
.header .custom-menu-primary .navigation-primary ul ul li:nth-child(5) a i:before {
  content: "\f0ac";
}
.header .custom-menu-primary .navigation-primary ul ul li:nth-child(6) a i:before {
  content: "\f1b0";
}
.header .custom-menu-primary .navigation-primary ul ul li:nth-child(7) a i:before {
  content: "\f722";
}
.header .custom-menu-primary .navigation-primary ul ul li:nth-child(8) a i:before {
  content: "\f4d8";
}
.header .custom-menu-primary .navigation-primary ul ul li:nth-child(9) a i:before {
  content: "\f275";
}
.header .custom-menu-primary .navigation-primary ul ul li:last-child  a i:before {
  content: "\f164";
}
header.header.lp {

}
.header.lp  .col_one {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.header.lp .col_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nt_action a {
  width: 100%;
  margin-left: -179px;
  display: block;
}
@media(min-width:768px){
  .header .col_one {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .header .col_three {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nt_action a, 
  .nt_action{
    padding: 0 8px;
  }

}
@media(min-width:1025px){
  .header .container{
    max-width: 100%;
  }
  .search_slide {
    display: none;
  }
  .header  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .header .col_one {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .header .header_logo a img {
    display: block;
  }
  .header .cl_h_search {
    display: block;
  }
  .header .col_three {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nt_action a, 
  .nt_action {
    padding: 0 8px;
  }
  header.header.sticky .header_logo a img {
    display: inline-block;
  }
  .mobile_toggle{
    display:none; 
  }
  .nt_menu_canvas {
    display: none;
  }
  .mobile_logo {
    display: none;
  }
}
@media (min-width: 1200px){
  .header_bottom .container {
    max-width: 1170px;
  }
}
@media (min-width: 1230px){
  .header .container{
    max-width: 100%;
  }
  .header_bottom .container {
    max-width: 1200px;
  }
}
@media(max-width:1230px){
  .header .custom-menu-primary {
    padding:0;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:first-child{
    margin-right:0;
  }
}
@media(max-width:1156px){
  .header .custom-menu-primary .navigation-primary>ul>li>a{
    padding-left: 12.5px;
    font-weight: 400;
    font-size: 12px;
  }
}
@media(max-width:1024px){
  .nt_action a {
    margin-left: 0;
  }

  .nt_action a:first-child i:before {
    content: "\f002";
  }
  .nt_action a {
    display: inline !important;
  }
  .header .col_two.cl_h_search{
    display: none;
  }
  .mobile_toggle {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .nt_menu_canvas {
    width: 340px;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    display: block;
    z-index: 500;
    right: auto;
    left: 0;
    transform: none !important;
  }
  body.open_menu {
    overflow: hidden;
  }
  i.close_pp:before {
    content: "\e680";
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li>a.active .nav_link_icon:after,
  .mb_nav_tab .hs-menu-wrapper>ul>li>a.active .nav_link_icon:before {
    -webkit-transform: translate(-50%,-50%) rotate(
      90deg
    );
    transform: translate(-50%,-50%) rotate(
      90deg
    );
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li>a:hover{
    background-color: rgba(0,0,0,.04);
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li>a.active .nav_link_icon:before {
    opacity: 0;
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li>a.active {
    background-color: rgba(0,0,0,.04);
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li:last-child a:hover {
    background-color: transparent;
    color: #109533;
  }
  i.close_pp {
    left: 340px;
    position: fixed;
    top: 0;
    color: #fff;
    z-index: 10;
    font-size: 50px;
    background-color: #222;
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mb_nav_tabs {
    background-color: rgba(0,0,0,.04);
    border-bottom: 1px solid rgba(129,129,129,.2);
    align-items: center;
    display: flex;
  }

  .mb_cat_true .mb_nav_title {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 500;
    font-size: 12px;
    color: #222;
    padding: 5px 10px;
    height: 55px;
    cursor: pointer;
    line-height: 21px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .mask-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    background-color: rgba(0,0,0,.7);
    transition: opacity .25s,visibility .25s;
  }
  .mb_nav_tab .hs-menu-wrapper ul {
    margin: 0;
    padding: 0;
    word-break: break-all;
    list-style: none;
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li>a,
  .mb_nav_tab.mb_nav_tab2 .hs-menu-wrapper>ul>li:last-child>a{
    letter-spacing: .2px;
    font-size: 14px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(129,129,129,.2);
    color: #222;
    text-align: left;
    line-height: 1.3;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    white-space: normal;
    /* overflow-wrap: break-word; */
    word-break: break-word;
  }
  .mb_nav_tab .hs-menu-wrapper>ul ul li a {
    color: #878787;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(129,129,129,.2);
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    padding-left: 30px;
  }
  .mb_nav_tab .hs-menu-wrapper>ul ul li a:hover {
    background-color: rgba(0,0,0,.04);
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li:last-child>i {
    float: left;
    margin: 4px 10px 0 0;
  }

  .mb_nav_tab .hs-menu-wrapper>ul>li:last-child a {
    margin-top: 2px;
  }
.mb_nav_tab.mb_nav_tab2 .hs-menu-wrapper>ul>li:last-child {
    padding: 11px 20px 15px;
}
  .mb_nav_tab.mb_nav_tab2 .hs-menu-wrapper>ul>li:last-child {}

  .mb_nav_tab.mb_nav_tab2.active {}

  .mb_nav_tab.mb_nav_tab2 .hs-menu-wrapper>ul>li:last-child>a {}

  .mb_nav_tab.mb_nav_tab2 .hs-menu-wrapper>ul>li:last-child:hover {
    background-color: rgba(0,0,0,.04);
    color: #878787;
    text-align: inherit;
  }

  .mb_nav_tab.mb_nav_tab2 .hs-menu-wrapper>ul>li:last-child:hover>a,.mb_nav_tab.mb_nav_tab2 .hs-menu-wrapper>ul>li:last-child>a:hover {
    color: #222;
  }
  .nt_menu_canvas{
    display:none;
  }
  .open_menu .nt_menu_canvas {
    display: block;
  }
  .open_menu .mask-overlay {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .25s,visibility;
  }
  .header .header_logo {
    display: none;
  }
  .header .col_one {
    text-align: center;
  }
  .mobile_logo a {
    font-size ṁ: 1.25em;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
  }
  .mobile_logo a img {
    width: 110px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    height: 52px;
  }
  .mobile_toggle a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
  }
  .header .col_three .nt_action {
    display: inline-flex;
    align-items: center;
    padding: 0;
    text-align: right;
  }
  .nt_action a:nth-child(4) i:last-child {
    font-size: 32px;
  }
  .nt_action a:nth-child(3) {
    padding-right: 0px;
    padding-left: 0;
  }
  .nt_action a:nth-child(3) i span {
    top: -12px;
    right: -6px;
  }
  .nt_action a:nth-child(4) i span {
    top: -13px;
    right: 5px;
  }
  .nt_action a:nth-child(2) {
    padding-left: 4px;
    padding-right: 8px;
    margin-right: 43px;
  }
  .h_icon_la .icon_like .tcount {
    top: -2px;
    right: -6px;
  }
  .nt_action a:nth-child(4) {
    padding-left: 12px;
  }
  .header_bottom {
    display: none;
  }
  p.menu_infos_title {
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li:last-child {
    padding: 20px 20px 23px 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(129,129,129,.2);
  }

  ul.hs-menu-children-wrapper {
    display: none;
  }

  .mb_nav_tab .hs-menu-wrapper>ul>li:last-child>i {
    float: left;
    margin: 4px 10px 0 0;
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li:last-child a {
    margin-top: 2px;
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li:last-child a {
    letter-spacing: inherit;
    font-size: 14px;
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    flex-direction: inherit;
    padding: 0;
    min-height: inherit;
    border-bottom: none;
    color: #878787;
    text-align: inherit;
    line-height: 19px;
  }
  i.pegk1,i.pegk2 {
    opacity: .8;
    font-weight: 700;
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
  }

  i.pegk1:before {
    content: "\e670";
  }



  i.pegk2:before {
    content: "\e639";
  }
  .mb_nav_title.active {
    background-color: rgba(0,0,0,.05);
  }

  .mb_nav_title.active:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: -1px;
    width: 0;
    height: 2px;
    transition: width .25s;
    background-color: #109533;
    right: 0;
    left: auto;
    width: 100%;
  }
  .mb_nav_tab.active {
    display: block;
  }

  .mb_nav_tab {
    display: none;
  }
  .nav_link_icon {
    width: 12px;
    height: 12px;
    position: relative;
    display: block;
    ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 5px;
  }

  .nav_link_icon:after, 
  .nav_link_icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(
      -90deg
    );
    transform: translate(-50%,-50%) rotate(
      -90deg
    );
    background-color: currentColor;
    transition: transform .35s ease-in-out,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  }

  .nav_link_icon:before {
    width: 12px;
    height: 1px;
    opacity: 1;
  }
  .nav_link_icon:after {
    width: 1px;
    height: 12px;
  }
  span.nav_link_txt {
    display: flex;
    align-items: center;
  }
  .mb_nav_tab1 .hs-menu-wrapper>ul>li:nth-child(6)>a .iconbtns:before{
    display: inline-block;
    margin-right: 7px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    content: "\e90e";
    font-family: icongecko;
    content: "\e907";
  }

  .mb_nav_tab1 .hs-menu-wrapper>ul>li:nth-child(7)>a .iconbtns:before{
    display: inline-block;
    margin-right: 7px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    content: "\e90e";
    font-family: icongecko;
    content: "\e914";
  }

  .mb_nav_tab1 .hs-menu-wrapper>ul>li:nth-child(8)>a .iconbtns:before{
    display: inline-block;
    margin-right: 7px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    content: "\e90e";
    font-family: icongecko;
    content: "\e90e";
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li>a i {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    opacity: .8;
    font-size: 20px;
    margin-right: 10px;
  }

  .mb_nav_tab2 .hs-menu-wrapper>ul>li>a {
    justify-content: flex-start;
  }

  .mb_nav_tab2 .hs-menu-wrapper>ul>li:first-child>a i:before{
    content: "\f06b";
  }

  .mb_nav_tab2 .hs-menu-wrapper>ul>li:nth-child(2)>a i:before{
    content: "\f70c";
  }

  .mb_nav_tab2 .hs-menu-wrapper>ul>li:nth-child(3)>a i:before{
    content: "\f06c";
  }

  .mb_nav_tab2 .hs-menu-wrapper>ul>li:nth-child(4)>a i:before{
    content: "\f4be";
  }

  .mb_nav_tab2 .hs-menu-wrapper>ul>li:nth-child(5)>a i:before{
    content: "\f0ac";
  }
  .mb_nav_tab2 .hs-menu-wrapper>ul>li:nth-child(6)>a i:before{
    content: "\f1b0";
  }
  .mb_nav_tab2 .hs-menu-wrapper>ul>li:nth-child(7)>a i:before{
    content: "\f722";
  }
  .mb_nav_tab2 .hs-menu-wrapper>ul>li:nth-child(8)>a i:before{
    content: "\f4d8";
  }
  .mb_nav_tab2 .hs-menu-wrapper>ul>li:nth-child(9)>a i:before{
    content: "\f275";
  }
  .mb_nav_tab2 .hs-menu-wrapper>ul>li:last-child>a i:before{
    content: "\f164";
  }

  .search_slide {
    width: 340px;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    display: block;
    z-index: 500;
    right: 0;
    left: auto;
    transform: translate3d(104%,0,0);
    z-index: 500;
  }
  .mini_search_frm {
    padding: 30px 20px;
    border-bottom: 1px solid rgba(129,129,129,.2);
  }
  .open_search .search_slide {
    transform: none ;
  }
  .frm_search_input input {
    border: 1px solid #e3e3e3 !important;
    outline: 0;
    padding: 0 15px;
    color: #222!important;
    border-radius: 0;
    max-width: 100%;
    font-family: 'Open Sans' !important;
    font-size: 13px;
    padding: 0 50px 0 20px !important;
  }
  body.open_search {
    overflow: hidden;
  }
  .open_search .mask-overlay {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .25s,visibility;
  }
  .search_header__submit {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    color: #222;
    font-size: 15px;
    pointer-events: none;
  }

  i.iccl.iccl-search {
    font-family: icongecko;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 15px;
    color: #222;
    font-weight: 600;
  }

  i.iccl.iccl-search:before {
    content: "\e914";
  }
  .mini_cart_header {
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid rgba(129,129,129,.2);
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  h3.widget-title {
    font-family: "Open Sans",sans-serif;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 1.428;
    margin: 0;
  }

  .mini_cart_header i.close_pegk {
    width: 50px !important;
    text-align: center;
    height: 50px;
    line-height: 50px !important;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    font-size: 40px;
    cursor: pointer;
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
  }
  i.close_pegk:before {
    content: "\e680";
  }
  header.header {

  }
  header.header.sticky .mobile_logo a img {
    width: 180px !important;
    display: inline-block;
    height:auto;
  }
}
@media(max-width:767px){
  .mobile_toggle {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nt_action a:nth-child(2), 
  .nt_action a:nth-child(3) {
    display: none !important;
  }

  .nt_menu_canvas {
    width: 320px;
  }
  i.close_pp {
    left: 320px;
  }
  .nt_action a {
    display: block!important;
    margin-left: -78px;
  }
    
    
    .col.col_one .contect_wrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .header.lp .col_one {
    display: block;
}
}
@media(max-width:374px){
  .nt_menu_canvas {
    width: 300px;
  }
  i.close_pp {
    left: 300px;
  }
  .mb_nav_tab .hs-menu-wrapper>ul>li:last-child a {
    font-size: 13px;
    color: #878787;
  }

  .nt_action a {
    margin-left: -65px;
  }
}
@media (max-width: 320px){
  .nt_action a {
    margin-left: -51px;
  }
}
footer.footer ul{
  margin:0;
  padding:0;
  list-style:none;
}
footer.footer{
  overflow: hidden;
}

.footer .footer_inner {
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}
.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 100;
}
.footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;

}
.footer .footer_column{
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.footer .column-two {
  order: 2;
}
.footer .column-three{
  order: 3;
}
.footer .column-four{
  order: 4;
}
.footer .column-one h3,
.footer .column-four h3,
.footer .column-two .hs-menu-wrapper>ul>li>a, 
.footer .column-three .hs-menu-wrapper>ul>li>a{
  letter-spacing: 0;
  line-height: 1.428;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  display:block;
}

.footer .content {
  padding-top: 15px;
  padding-left: 10px;
}
.content .hs_cos_wrapper a {
  margin: 0;
}
.footer .column-four p {
  margin-bottom: 1.3em;
  line-height: 24px;
}
.footer__copyright_wrapper {
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 1.5;
}
.footer .copyright {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.footer .copyright p {
  margin: 0;
  margin-bottom: 1.3em;
}
a#nt_backtop {
  right: 25px;
  bottom: 100px;
  padding: 5px;
  cursor: pointer;
  z-index: 100;
  transition: .25s;
  will-change: opacity;
  position: fixed;
  border-radius: 50%;
}

#nt_backtop span {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 35px;
  border-radius: 3px;
  background: #fff;
  color: #878787;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  background-color: #109533;
  display: block;
}

#nt_backtop span i {
  display: inline-block;
  font-family: Pe-icon-7-stroke;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.pe-7s-angle-up:before {
  content: "\e682";
  color: #fff;
}
.footer .content a {
  margin: 0 !important;
}
.footer .content .hs_cos_wrapper a:hover {
  transform: translateY(-0px) !important;
}
@media (min-width: 768px){
  .footer .footer_column{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .column-two .hs-menu-wrapper > ul > li.hs-item-has-children > ul,
  .footer .column-three .hs-menu-wrapper > ul > li.hs-item-has-children > ul  {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    height: auto !important;
  }
  .footer .column-two .nav_link_icon, .footer .column-three .nav_link_icon{
    display:none;
  }
}
@media(min-width:1025px){
  .footer .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer .footer_column{
    order: 1;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer .column-two{
    order: 2;
  }
  .footer .column-three{
    order: 3;
  }
  .footer .column-four{
    order: 4;
  }
  .footer .copyright {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gecko_toolbar {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    max-width: 1170px;
  }
}
@media (min-width: 1230px) {
  .footer__container {
    max-width: 1200px;
  }
}
@media(max-width:1024px){
  .gecko_toolbar {
    background-color: #fff;
    z-index: 350;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    height: 55px;
    box-shadow: 0 0 9px rgb(0 0 0 / 12%);
    transition: transform .25s;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .gecko_toolbar .gecko_toolbar_item {
    flex: 1 0 20%;
    position: relative;
  }

  .gecko_toolbar_item>a {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: 45px;
    color: #222;
    font-weight: 400;
    line-height: 1;
  }

  .gecko_toolbar_label_true .gecko_toolbar_item>a {
    position: relative;
    padding-bottom: 15px;
  }

  .toolbar_icon {
    position: relative;
  }

  .type_toolbar_shop .toolbar_icon:before {
    content: "\e917";
  }

  .toolbar_icon:before {
    font-size: 20px;
    content: "\e909";
    font-family: icongecko;
    font-weight: 600;
  }
  .type_toolbar_shop .toolbar_icon:before {
    content: "\e917";
  }
  .gecko_toolbar_label {
    position: absolute;
    right: 10px;
    bottom: 5px;
    left: 10px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
  }
  .type_toolbar_wish .toolbar_icon:before {
    content: "\e907";
  }
  .toolbar_count {
    position: absolute;
    top: -5px;
    right: -9px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    background-color: #000;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
  }

  .nt_action .tcount,
  .toolbar_count {
    background-color: #000;
    color: #fff;
  }
  .type_toolbar_cart .toolbar_icon:before {
    content: "\e903";
  }
  .type_toolbar_account .toolbar_icon:before {
    content: "\e90e";
  }
  .type_toolbar_search .toolbar_icon:before {
    content: "\e914";
  }
  body.gecko_toolbar_true {
    padding-bottom: 55px;
  }
}
@media(max-width:767px){
  .footer .footer_column {
    margin-bottom: 30px;
  }
  .footer .footer_column span.hs_cos_wrapper {
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  .footer .column-four span.hs_cos_wrapper {
    display: block;
  }
.footer_column.column-one {
    padding-bottom: 10px;
}
  .footer .column-two .nav_link_icon, .footer .column-three .nav_link_icon ,
  .footer .column-four span.hs_cos_wrapper span.nav_link_icon{
    position: absolute;
    top: 5px;
    right: 0;
}
  .footer .column-four span.hs_cos_wrapper span.nav_link_icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer .child-toggle,
  .footer ul.hs-menu-children-wrapper {
    display: none;
  }
  .footer  span.nav_link_icon {
    width: 12px;
    height: 12px;
    position: relative;
    display: block;
    ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 5px;
  }

  .footer .nav_link_icon:before {
    width: 12px;
    height: 1px;
    opacity: 1;
  }

  .footer .nav_link_icon:after {
    width: 1px;
    height: 12px;
  }

  .footer .nav_link_icon:after, 
  .footer .nav_link_icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(
      -90deg
    );
    transform: translate(-50%,-50%) rotate(
      -90deg
    );
    background-color: currentColor;
    transition: transform .35s ease-in-out,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
    color: #fff;
  }
  .footer .column-two .hs-menu-wrapper > ul > li.hs-item-has-children > a,
  .footer .column-three .hs-menu-wrapper > ul > li.hs-item-has-children > a  {
    display: block;
  }
  .footer .column-two .hs-menu-wrapper,
  .footer .column-three .hs-menu-wrapper {
    width: 100%;
  }
  .footer .column-one h3, 
  .footer .column-four h3,
  .footer .column-two .hs-menu-wrapper>ul>li>a, 
  .footer .column-three .hs-menu-wrapper>ul>li>a {
    margin-bottom: 0;

  }
  .footer .column-four h3,
  .footer .column-two .hs-menu-wrapper>ul>li>a, 
  .footer .column-three .hs-menu-wrapper>ul>li>a {
    margin-bottom: 0;
    padding-bottom: 10px;

  }
  .footer .active .nav_link_icon:after,
  .footer .active .nav_link_icon:before {
    -webkit-transform: translate(-50%,-50%) rotate(
      90deg
    );
    transform: translate(-50%,-50%) rotate(
      90deg
    );
  }
  .footer  .active .nav_link_icon:before {
    opacity: 0; 
  }
  .footer .column-two .nav_link_icon,
  .footer .column-three .nav_link_icon{
    position: absolute;
    top: 0;
    right: 0;
  }
}
