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

.banner-section-home .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.banner-section-home .dnd-section {
  padding: 0px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: arboria;
  src: url("https://use.typekit.net/af/f350ae/00000000000000003b9b011d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/f350ae/00000000000000003b9b011d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/f350ae/00000000000000003b9b011d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}

@font-face { 
  font-family: arboria;
  src: url("https://use.typekit.net/af/2ed003/00000000000000003b9b011c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("https://use.typekit.net/af/2ed003/00000000000000003b9b011c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/2ed003/00000000000000003b9b011c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style: italic;
  font-weight: 400; 
  font-display: swap; 
}

@font-face {
  font-family: arboria;
  src: url("https://use.typekit.net/af/69ac60/00000000000000003b9b011e/27/l?subset_id=2&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/69ac60/00000000000000003b9b011e/27/d?subset_id=2&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/69ac60/00000000000000003b9b011e/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500; 
  font-display: swap;
}

@font-face {
  font-family: arboria;
  src: url("https://use.typekit.net/af/7c0289/00000000000000003b9b0120/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/7c0289/00000000000000003b9b0120/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/7c0289/00000000000000003b9b0120/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: arboria;
  src: url("https://use.typekit.net/af/1ad443/00000000000000003b9b0122/27/l?subset_id=2&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/1ad443/00000000000000003b9b0122/27/d?subset_id=2&fvd=n9&v=3") format("woff"),
    url("https://use.typekit.net/af/1ad443/00000000000000003b9b0122/27/a?subset_id=2&fvd=n9&v=3") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}


* {
  border: 0 solid;
}

html {
  font-family: arboria,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  line-height: 1.5;
}


body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

::selection {
  background-color: #000;
  color: #fff;
}

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

/* Paragraphs */

p { 
  margin: 0;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}

/* Anchors */

a {
  transition-duration: .1s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: linear;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.85rem;
}

h2 {
  font-size: 1.775rem;
  line-height: 2.4rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.7rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.7rem;
}

@media (min-width:768px) {
  h1 {
    font-size: 3rem;
    line-height: 1.25;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.85rem;
  }
  h3 {
    line-height: 1.95rem;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h5 {    
    line-height: 1.75rem;
  }
  h6 {   
    line-height: 1.75rem;
  }
}

@media (min-width:1024px) {
  h1 {
    line-height: 1.25;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.85rem;
  }
  h4 {
    line-height: 1.95rem;
  }
}

@media (min-width:1536px) {
  h2 {
    line-height: 2.85rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}


/* Lists */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.content-wrapper,
.dnd-section > .row-fluid,
.page-center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media(max-width:767px){
  .footer__wrapper .page-center,
  body.mb-pad-32 .page-center,
  body.mb-pad-32 .tabber-module .container{
    padding-left: 2rem!important;
    padding-right: 2rem!important;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  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;
}
.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}

.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_blog_comments,
.widget-type-password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login {
  background-color: rgba(255,255,255);
  width: 100%;
  padding-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-shadow: 9px 12px 50px #19412d1a;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(25, 65, 45, 0.1) 9px 12px 50px 0px ; 
  display: block;
}


@media (min-width:1024px) {
  .hs_cos_wrapper_type_google_search,
  .widget-type-email_simple_subscription,
  .hs_cos_wrapper_type_blog_comments,
  .widget-type-password_prompt,
  .hs_cos_wrapper_type_password_reset,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_member_register,
  .hs_cos_wrapper_type_member_login {
    border-radius: 0.75rem;
    padding: 4rem;
  }
}








/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.375rem;
}

/* 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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid; 
  display: block;
  line-height: 1.5;
  padding: 0.625rem 0.5rem;
  transition-duration: .15s;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: linear;
  width: 100%;
  font-size: 16px; 
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition-duration: .15s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: linear;
  width: auto;
  font-size: 16px;
  white-space: normal;
  margin-top: 10px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

header .header-inner {
  position: relative;
  z-index: 999;
  background-color: #fff;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(25 65 45 / 3%) 0px 13px 16px 0px;
}

.header-inner .page-center {
  display: flex;
  align-items: center;
}

.header-inner .logo a {
  outline: 0;
  color: #0e231a
}

.header-inner .logo a:hover {
  color: #f87979;
}

.header-inner .logo a svg {
  display: block;
  vertical-align: middle;
  height: auto;
  width: auto;
}

.custom-menu-primary {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  background-color: hsla(0,0%,100%,.95);
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  --tw-shadow: 9px 12px 50px #19412d1a;
  transition-property: right;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(25 65 45 / 10%) 9px 12px 50px 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.custom-menu-primary .hs_cos_wrapper {
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  outline: none;  
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(14, 35, 26);
}

.custom-menu-primary .login-button {
  position: fixed;
  bottom: 3rem;
  margin-top: 1.5rem;
  margin-left: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.custom-menu-primary .login-button a {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 9999px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  padding: 1.25rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  transition-duration: .15s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: linear;
  font-size: 1rem;
  padding: 1.25rem 4rem;
  background-color: #f87979;
  border-color: #f87979;
  color: #fff;
  font-size: .875rem;
  line-height: 1.25rem;
  min-width: 70px;
}

.body-wrapper {
  padding-top: 64px;
}

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

.hamburger {
  -webkit-appearance: none;
  appearance: none;
  margin-left: auto;
  position: relative;
  z-index: 999;
  cursor: pointer;
  height: 48px;
  position: relative;
  transition: 0.4s cubic-bezier(0, 0, 0, 1);
  user-select: none;
  width: 48px;
  outline: none;
}

.hamburger .hamburger-item {
  background: #0e231a;
  height: 3px;
  left: 8px;
  position: absolute;
  width: 32px;
  top: 17px;
  transition: 0.4s cubic-bezier(0, 0, 0, 1);
  transform: none;
}

.hamburger .hamburger-item + .hamburger-item {
  top: 28px;
}

.mobile-open .hamburger .hamburger-item {
  transform: rotate( -45deg ) translate(-3.9px, 3.9px);
}

.mobile-open .hamburger .hamburger-item+.hamburger-item {
  transform: rotate( 45deg) translate(-3.9px, -3.9px);
}

.mobile-open .custom-menu-primary {
  right: 0;
}

.custom-menu-primary .login-button a:hover {
  background-color: #d85e5e;
  border-color: #d85e5e;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: rgba(14,35,26);
  padding: 5px 0;
  display: inline !important;
}

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

/* Products Header Start */
.products-hd {
  padding-bottom: 1rem;
  padding-top: 1rem;
  box-shadow: 0px 13px 16px rgba(25,65,45,.03);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  height: 94px;
}

header.products-hd-wrapper {
  min-height: 72px;
}

.products-hd-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 100%;
}

.products-hd-row {
  display: flex;
  align-items: center;
}

.products-header-logo .header-logo-sr-only {
  clip: rect(0,0,0,0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pro-custom-menu-primary {
  margin-bottom: 4px;
}

.pro-custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.pro-custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 12px 4px;
  display: block;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pro-custom-menu-primary .hs-menu-wrapper > ul > li:not(:first-child) {
  margin-bottom: calc(0px*var(--tw-space-y-reverse));
  --tw-space-x-reverse: 0;
  margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
  margin-right: calc(2.25rem*var(--tw-space-x-reverse));
}

.pro-custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,.pro-custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #f87979;
}

.cta-button-wrapper {
  margin-left: auto;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.cta-button-wrapper a {
  font-size: .875rem;
  padding: .5rem 1.75rem;
  line-height: 1.75rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .05em;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 9999px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: .15s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: linear;
}

.cta-button-wrapper .pro-cta-bnt-2 .cta_button {
  background-color: #f87979;
  border: 2px solid #f87979;
  color: #fff;
}

.cta-button-wrapper .pro-cta-bnt-1 .cta_button {
  background-color: transparent;
  border: 2px solid #f87979;
  color: #f87979;
}

.pro-cta-bnt-2 {
  margin-left: 16px;
}

.cta-button-wrapper .pro-cta-bnt-1 .cta_button:hover {
  background-color: #f87979;
  border-color: #f87979;
  color: #fff;
}

.cta-button-wrapper .pro-cta-bnt-2 .cta_button:hover {
  background-color: #f87979;
  border-color: #f87979;
  color: #fff;
}


.no-banner .header-fixed-wrapper {
  min-height: 72px;
}

@media (min-width: 640px) {
  .products-hd-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .products-hd-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .products-hd-container {
    max-width: 1024px;
  }

  .pro-navigation-wrapper {
    position: relative;
    display: flex;
    right: auto;
    top: auto;
    height: auto;
    width: auto;
    flex: 1 1;
    align-items: center;
    margin-left: 4rem;
  }

  .pro-custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding-top: 25px;
  }

  .pro-custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .pro-custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 9px 20px;
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
  }
}


@media (min-width: 1280px) {
  .products-hd-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .products-hd-container {
    max-width: 1536px;
  }

  .pro-navigation-wrapper {
    margin-left: 5rem;
  }
}



@media (min-width: 1024px) and (max-width: 1279px) {
  .cta-button-wrapper a {
    font-size: .8rem;
  }

  .pro-navigation-wrapper {
    margin-left: 1rem;
  }
}

@media (max-width: 1023px) { 
  header.products-hd-wrapper {
    min-height: 64px;
  }

  .products-hd {
    height: 78px;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .pro-navigation-wrapper {
    display: none;
  }

  .pro-hamburger {
    cursor: pointer;
    height: 48px;
    position: relative;
    transition: 0.4s cubic-bezier(0, 0, 0, 1);
    user-select: none;
    width: 48px;
    outline: none;
    z-index: 99999;
    -webkit-appearance: none;
    appearance: none;
    margin-left: auto;
    margin-bottom: 5px;
  }

  .pro-hamburger .pro-hamburger-item:first-child {
    background: #0e231a;
    height: 3px;
    left: 8px;
    position: absolute;
    width: 32px;
    top: 17px;
    transition: 0.4s cubic-bezier(0, 0, 0, 1);
    transform: none;
  }

  .pro-hamburger .pro-hamburger-item:last-child {
    background: #0e231a;
    height: 3px;
    left: 8px;
    position: absolute;
    width: 32px;
    top: 28px;
    transition: 0.4s cubic-bezier(0, 0, 0, 1);
    transform: none;
  }

  .pro-mobile-open .pro-hamburger .pro-hamburger-item:first-child {
    transform: rotate(-45deg) translate(-3.9px, 3.9px);
  }

  .pro-mobile-open .pro-hamburger .pro-hamburger-item:last-child {
    transform: rotate(45deg) translate(-3.9px, -3.9px);
  }



  .pro-navigation-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 9999;
    transition-duration: .3s;
    transition-property: right;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    display: flex;
    padding-bottom: 4rem;
    padding-top: 3.5rem;
    display: flex;
    flex-direction: column;
  }

  .pro-mobile-open .pro-navigation-wrapper {
    right: 0;
  }

  .cta-button-wrapper {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
    margin-top: 1.5rem;
  }

  .cta-button-wrapper a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 1rem 3rem;
  }

  .pro-custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    text-align: center;
    margin-top: 1.5rem;
  }

  .pro-custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) {
    margin: 0;
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
  }

  .pro-custom-menu-primary .hs-menu-wrapper > ul li a {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    font-size: 20px;
    line-height: 1.75rem;
  }

  .pro-custom-menu-primary {
    margin-bottom: 1.5rem;
  }

  .cta-button-wrapper {
    margin-top: auto;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
  }

  .pro-cta-bnt-2 {
    margin-left: 0;
    margin-top: 16px;
  }

  .cta-button-wrapper .pro-cta-bnt-1 .cta_button {
    padding: 1rem 5.1rem;
  }

  .pro-custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .pro-child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
    text-align: center;
  }

  .pro-child-trigger:after,.pro-child-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0e231a;
    width: 18px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .pro-child-trigger:after {
    width: 2px;
    height: 18px;
  }

  .child-open > .pro-child-trigger:after {
    visibility: hidden;
  }

  .no-banner .header-fixed-wrapper {
    min-height: 64px;
  }
}

@media (max-width: 479px) {
  .cta-button-wrapper a {
    font-size: 1rem;
  }

  .cta-button-wrapper .pro-cta-bnt-1 .cta_button {
    padding: 1rem 4.85rem;
  }

  .pro-custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-top: 17px;
  }

  .pro-hamburger {
    margin-bottom: 6px;
  }
}
/* Products Header End */
@media (min-width:640px) {
  .header-inner .page-center, .puple_bar_outer .page-center {
    max-width: 640px;
  }
}


@media (min-width:768px) {
  .header-inner .page-center, .puple_bar_outer .page-center {
    max-width: 768px;
  }
}


@media (min-width:1024px) {  
  header .header-inner {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .header-inner .page-center, .puple_bar_outer .page-center {
    max-width: 1024px;
  }
  .custom-menu-primary {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    height: auto;
    width: auto;
    flex: 1 1;
    align-items: center;
    overflow-y: visible;
    background-color: hsla(0,0%,100%,0);
    background-image: none;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: 0;
    margin-left: auto;
    display: flex;
    height: auto;
    font-size: 1rem;
    line-height: 1.7rem;
    flex-wrap: wrap;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-left:36px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }
  .custom-menu-primary .login-button {
    position: static;
    margin-top: 0;
    margin-left: 1.25rem;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-menu-primary .login-button a {
    font-size: .875rem;
    padding: 0.5rem 1.75rem;
    background-color: transparent;
    border-color: #0e231a;
    color: #0e231a;
  }
  .body-wrapper {
    padding-top: 72px;
  }
  .custom-menu-primary .login-button a:hover {
    background-color: #f87979;
    border-color: #f87979;
    color: #fff;
  }
  .hamburger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: flex;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: .875rem;
    line-height: 1.25rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    top: 100%;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display:block;
  }
  header.header.lp-header .header-inner {
    padding-top: 20px;
  }
}

@media (min-width:1280px) {
  .header-inner .page-center, .puple_bar_outer .page-center {
    max-width: 1280px;
  }
}


@media (min-width:1536px) {
  .header-inner .page-center, .puple_bar_outer .page-center {
    max-width: 1536px;
  }
  .custom-menu-primary {
    margin-left: 5rem;
  }
}


@media (max-width:1023px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-top: 16px;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 44px;
    cursor: pointer;
    text-align: center;
  }
  .child-trigger:after,.child-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0e231a;
    width: 14px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .child-trigger:after {
    width: 2px;
    height: 14px;
  }
  .child-open > .child-trigger:after {
    visibility: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: none;
    position: relative;
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
    padding-bottom: 0;
  }
}
footer.footer { position: relative; z-index: 10;  padding-top: 3.5rem;}
footer .bottom-section { padding-bottom: 3rem; padding-top: 3rem;}
footer .bottom-section .items-center { display: flex; flex-wrap: wrap; align-items: center;}
footer .items-center small { font-size: 80%; width: 100%; text-align: center;color: #f1f6f3b3;}
footer .items-center small p { margin-top: 1rem; margin-bottom: 0;}
footer .items-center small p a { outline: none; color: #f1f6f3b3;}
footer .items-center small p a:hover { color: #f87979;}
footer .items-center small p a:last-child { margin-left: 24px;}
footer .top-section .top-section-inner { margin-left: -0.75rem; margin-right: -0.75rem; display: flex; flex-wrap: wrap;}
footer .top-section-inner .same { padding-left: 0.75rem; padding-right: 0.75rem;}

.top-section-inner .first.same { width: 40%;}
.top-section-inner .second.same { display: none; width: 100%;}
.top-section-inner .third.same { display: none; width: 100%;}
.top-section-inner .fourth.same { width: 60%;}
.top-section-inner .first.same .first-inner { height: 100%; width: 100%; padding-bottom: 2rem; color: #f1f6f3;}
.top-section-inner .first.same .first-inner a {outline: none; display: inline-block;}
.top-section-inner .first.same .first-inner a svg {display: block; vertical-align: middle; height: 1.75rem; width: auto; color: #fff;}
.top-section-inner .first.same .first-inner p {margin: 0; margin-top: 1.5rem; display: none;font-size: .875rem; line-height: 1.5; color: #f1f6f3b3;}
.top-section-inner .second.same .second-inner {height: 100%; width: 100%; border-top-width: 1px; border-bottom-width: 1px;border-color: #f1f6f31a;padding-bottom: 2rem; padding-top: 2rem;}

.second-inner ul { margin: 0; padding: 0; list-style: none; text-align: center;}
.second-inner ul li a { outline: none; margin-bottom: 0.5rem; margin-top: 0.5rem; display: inline-block; cursor: pointer; font-size: .875rem; line-height: 1.25rem; color: rgba(241,246,243,.8);}
.second-inner ul li a:hover { color: #f87979;}

.top-section-inner .third.same .third-inner { height: 100%; width: 100%; border-color: #f1f6f31a; padding-top: 2rem;  text-align: center; color: #f1f6f3;}
.top-section-inner .third.same .third-inner address { font-size: .875rem; font-style: normal; line-height: 2; color: #f1f6f3b3;}
.top-section-inner .third.same .third-inner address a { color: inherit;}
.top-section-inner .third.same .third-inner address a:hover { color: #f87979;}
.top-section-inner .fourth.same .fourth-inner { width: 100%; color: #fff;}
.fourth-inner .justify-end { display: flex; flex-wrap: wrap; justify-content: flex-end;}
.fourth-inner .justify-end div a { outline: none; color: #fff;}
.fourth-inner .justify-end div a svg { vertical-align: middle; display: inline-block; height: 2rem; width: auto; transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .1s;}
.IE .fourth-inner .justify-end div a svg {  width:unset !important;}
.fourth-inner .justify-end div a:hover { color: #f87979;}
footer .bottom-section .page-center { line-height: 1.2;}
.fourth-inner .justify-end div:not(:first-child) { margin-left: 20px;}
.top-section-inner .third.same .third-inner address p { margin: 0;}
footer.footer.lp-footer { padding: 0;}
footer.products-ft .bottom-section { padding-top: 39px; padding-bottom: 42px;}
footer.products-ft .top-section-inner .first.same .first-inner p { margin-top: 25px;}
footer.footer.products-ft { padding-top: 40px;}
footer.footer.products-ft .fourth-inner .justify-end { justify-content: left;}
footer.footer.products-ft .top-section-inner .first.same .first-inner { padding-right: 0;}

.products-ft .newsletter-form .hs_cos_wrapper_type_form { padding: 0; background-color: transparent;}
.products-ft .newsletter-form .hs-from { color: inherit;}
.products-ft .newsletter-form h3 { color: #fff;font-size: 1rem;line-height: 1.7rem; margin-bottom: 0.25rem; font-family: arboria,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; font-weight: 700;}
.products-ft .newsletter-form h3 { font-size: 1.125rem; line-height: 1.75rem;}
.products-ft .newsletter-form .hs-form-field > label span.hs-form-required { display: none;}
.products-ft .newsletter-form form { display: flex;align-items: center;justify-content: space-between;}
.products-ft .newsletter-form .hs-button { padding: .75rem 1.25rem; outline: none; margin: 0 !important; border-radius: 0; font-weight: 400; text-transform: capitalize; border: 0; font-family: inherit;font-size: 100%;line-height: 1.15;letter-spacing: 0; height: 49px; display: flex; align-items: center;background-color: #f87979;}
.products-ft .newsletter-form .hs-button:hover { background-color: #f87979;}
.products-ft .newsletter-form .hs-form-field { margin: 0; width: 100%;}
.products-ft .newsletter-form .hs-input {  display: block; line-height: 1.5;padding: 0.625rem 0.5rem; transition-duration: .15s; -webkit-appearance: none; appearance: none; background-color: #fff; outline: none; border-radius: 0; border: 0; height: 49px; border-radius: 2px 0px 0px 2px; color: #666; width: 100%;}
.products-ft .newsletter-form { margin-bottom: 1rem;}
.products-ft .newsletter-form .hs-input::-webkit-input-placeholder { color: #707070; opacity: 1;}
.products-ft .newsletter-form form .hs-submit { margin-bottom: auto;}
.products-ft .newsletter-form .hs-form-field > label { display: none;}
.products-ft .newsletter-form .hs_error_rollup { display: none;}
.newsletter-form { display: none;}

@media (min-width:640px) {
  footer .bottom-section .page-center { max-width: 640px; }
  footer .top-section .page-center { max-width: 640px; }
}

@media (min-width:768px) {
  footer .bottom-section .page-center { max-width: 768px;}
  footer .items-center small p { margin-top: 0; display: inline-block; margin-left: 21px;}
  footer .top-section .page-center {max-width: 768px;}
}

@media (min-width:1024px) {
  footer .bottom-section .page-center { max-width: 1024px; }
  footer .top-section .page-center { max-width: 1024px;}
  .top-section-inner .first.same { width: 25%;}
  .top-section-inner .second.same {display: block; width: 25%;}
  .top-section-inner .third.same {display: block; width: 25%; }
  .top-section-inner .fourth.same {width: 25%; }
  .top-section-inner .first.same .first-inner {padding-bottom: 0; padding-right: 3.5rem;}
  .top-section-inner .first.same .first-inner p {display: block;}
  .top-section-inner .second.same .second-inner { border-top-width: 0; border-bottom-width: 0; border-left-width: 1px; border-right-width: 1px; padding-bottom: 0; padding-top: 0; padding-left: 3.5rem; padding-right: 3.5rem; }
  .second-inner ul { text-align: left; }
  .second-inner ul li a { margin-top: 0; }
  .second-inner ul li a { margin-bottom: 0.5rem; }
  .top-section-inner .third.same .third-inner { border-right-width: 1px; padding-left: 3.5rem;padding-right: 3.5rem; padding-top: 0; text-align: left;}
  .fourth-inner .justify-end {justify-content: center;}
  .fourth-inner .justify-end div:not(:first-child) { margin-left: 12px;}
  .newsletter-form { display: block; }
}

@media (min-width:1280px) {
  footer .bottom-section .page-center { max-width: 1280px; }
  footer .items-center small { margin-right: 0; width: auto; text-align: left; }
  footer .top-section .page-center {max-width: 1280px;}
  .top-section-inner .first.same {width: 40%; }
  .top-section-inner .second.same { width: 20%;}
  .top-section-inner .third.same { width: 20%;}
  .top-section-inner .fourth.same { width: 20%; }
  .top-section-inner .first.same .first-inner {padding-right: 4rem;}
  .top-section-inner .second.same .second-inner { padding-left: 4rem; padding-right: 4rem;}
  .top-section-inner .third.same .third-inner {padding-left: 4rem; padding-right: 4rem; }
  footer.footer.products-ft .top-section-inner .first.same .first-inner { padding-right: 4rem;}
}

@media (min-width:1536px) {
  footer .bottom-section .page-center { max-width: 1536px;}
  footer .top-section .page-center {max-width: 1536px;}
}

@media (max-width:1024px) {
  footer .bottom-section .items-center .hs_cos_wrapper { width: 100%; display: block;display: flex; }
}

@media (max-width:1023px) {
  footer .bottom-section .page-center {line-height: 1.5;}
  footer.footer.products-ft .fourth-inner .justify-end { justify-content: flex-end; }
}

@media (max-width:767px) {
  footer .bottom-section .page-center { line-height: 1.5;}
}
/* Menu and simple menu */

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

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}
