*, *: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;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}
/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
.content-wrapper {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .content-wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content-wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .content-wrapper {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .content-wrapper {
    max-width: 90vw;
  }
}

@media (min-width: 1900px) {
  .content-wrapper {
    max-width: 1600px;
  }
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Montserrat-Light.woff2)
    format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Montserrat-Regular.woff2)
    format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Montserrat-Medium.woff2)
    format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Montserrat-Bold.woff2)
    format("woff2");
}
@font-face {
  font-family: Aventa;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/assets/fonts/Aventa_Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Quicksand-Regular.woff2)
    format("woff2");
}
@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Quicksand-Medium.woff2)
    format("woff2");
}
@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Quicksand-Bold.woff2)
    format("woff2");
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  background-color: #fff;
  color: #51576b;
  margin: 0;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 1.4rem;
}

h1 {
  font-weight: 300;
  font-size: 64px;
  line-height: 80px;
}

h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 72px;
}

h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 1.4rem;
}

/*
* mobile
*/
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 20px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }
}
.btn {
  display: inline-block;
  padding: 0.75rem 0.375rem;
  color: #131418;
  font-family: 'Quicksand',sans-serif;;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all .3s ease-out;
  border-radius: 8px;
}

.btn:active, .btn:focus, .btn:hover {
  text-decoration: none;
  filter: saturate(1.3);
}

.btn svg {
  margin-left: 10px
}

.btn-subscribe {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #ff4800; 
  padding: 8px 24px;
}

.btn-arrow:hover {
  color: #ff4800
}

.btn-arrow:hover svg path {
  stroke: #ff4800
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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 - date picker */

.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 0.15s linear;
  white-space: normal;
}

/* Captcha */

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

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* Header */
#main-header {
  background: #f8f8f9;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.header-container {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 2px solid #ebedf3;
}

@media (min-width: 1200px) {
  #main-header .content-wrapper {
    max-width: 90vw;
  }
}

/* @media (min-width: 1400px){
  .header-container {
    padding: 15px 30px;
  }
} */

@media (min-width: 1900px) {
  .header-container {
    padding: 22px 72px;
  }

  #main-header .content-wrapper {
    max-width: 1744px;
  }
}

/*
* menu
*/
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 400;
  color: #131418;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (min-width: 1300px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }

  .navbar-nav .nav-item {
    margin: 0 1rem 0 0;
  }

  .navbar-nav .nav-item:last-child {
    margin: 0;
  }
}

.navbar-nav .nav-item .nav-link svg {
  margin-left: 10px;
}

@media (min-width: 1199.98px) {
  .header-container {
    justify-content: space-between;
  }

  .navbar {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
  }

  .navbar-nav {
    flex-direction: row;
  }
}

.navbar-brand {
  margin-right: 30px;
}

.navbar-brand img {
  width: 160px;
  display: block;
}

@media (min-width: 1600px) {
  .navbar-brand {
    margin-right: 60px;
  }

  .navbar-brand img {
    width: 200px;
    display: block;
  }
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown .dropdown-menu {
  list-style: none;
  padding: 16px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #c6cbd7;
  box-shadow: 0px 8px 40px rgb(15 13 13 / 9%);
  border-radius: 8px;
  display: block;
}

.dropdown .dropdown-toggle {
  pointer-events: none;
}

.dropdown .dropdown-toggle:after {
  background-image: url("https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/ClearSale-Website-2023/core/chevron-down.svg");
  background-position: top;
  background-repeat: no-repeat;
  content: "";
  height: 6px;
  width: 10px;
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .dropdown .dropdown-menu {
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 100%;
    left: 0;
    min-width: 200px;
    max-height: 328px;
    overflow-y: auto;
    margin: 0;
    z-index: 1000;
  }

  .dropdown:hover .dropdown-menu,
  .dropdown:focus-within > .dropdown-menu,
  .dropdown > .dropdown-menu:hover,
  .dropdown > .dropdown-menu:focus {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.dropdown .dropdown-menu li + li {
  margin: 10px 0 0;
}

.dropdown .dropdown-menu li,
.dropdown .dropdown-menu li a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #131418;
  text-decoration: none;
}

.dropdown .dropdown-menu li:hover,
.dropdown .dropdown-menu li a:hover {
  color: #ff4800;
}

/*
* search
*/
.hs-search-field {
  max-width: 140px;
}

@media (min-width: 1300px) {
  .hs-search-field {
    max-width: 170px;
  }
}

.hs-search-field__bar {
  background-color: #ebedf3;
  position: relative;
  border-radius: 24px;
  padding: 8px 16px 8px 42px;
}

.hs-search-field__bar::before {
  background-image: url("https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/ClearSale-Website-2023/core/search.svg");
  background-repeat: no-repeat;
  background-position: top center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 5px;
  content: "";
}

.hs-search-field__bar .hs-search-field__input {
  background: none;
  border: 0;
  padding: 0;
  outline: none;
}

#main-header .hs-search-field__suggestions {
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
  padding: 16px;
  margin: 10px 0 0;
  background: #ffffff;
  border: 1px solid #c6cbd7;
  box-shadow: 0px 8px 40px rgb(15 13 13 / 9%);
  border-radius: 8px;
  display: none;
}

#main-header .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #c6cbd7;
  display: block;
}

#main-header .hs-search-field__suggestions #results-for,
#main-header .hs-search-field__suggestions a {
  color: #131418;
  text-decoration: none;
}

/*
* Accessibility
*/

@media (min-width: 1200px) {
  .accessibility::before {
    background-image: url("https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/ClearSale-Website-2023/core/accessibility.svg");
    background-repeat: no-repeat;
    background-position: top center;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    position: absolute;
    left: -20px;
  }
}

.accessibility .dropdown-menu {
  padding: 16px 8px;
}

.accessibility,
.accessibility .dropdown-menu li {
  display: flex;
  align-items: center;
}

.accessibility .dropdown-menu li {
  cursor: pointer;
  padding: 5px 8px;
}

.accessibility .dropdown-menu li.active {
  background: #ebedf3;
  border-radius: 8px;
}

.accessibility .dropdown-menu li + li {
  margin: 5px 0 0;
}

.accessibility .dropdown-menu li svg {
  margin-right: 10px;
}

/*
* mobile
*/
@media (max-width: 1199.98px) {
  #main-header .header-container {
    justify-content: space-between;
  }

  #main-header .navbar-brand {
    max-width: 150px;
  }

  #main-header .header-container {
    margin: 0 24px;
  }

  #main-header .navbar-toggler {
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 12px;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    width: 20px;
    z-index: 10;
  }

  #main-header .navbar-toggler b {
    background-color: #131418;
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    transition: all 0.3s ease-in-out;
    width: 20px;
  }

  #main-header .navbar-toggler b:first-child {
    top: 0;
    background-color: #131418;
  }

  #main-header .navbar-toggler b:last-child {
    top: 10px;
    background-color: #131418;
  }

  #main-header .navbar-toggler.close b {
    left: 0;
    opacity: 0;
    transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s,
      transform 0.2s 0.25s;
  }

  #main-header .navbar-toggler.close b:first-child {
    background: #131418;
    left: 0;
    opacity: 1;
    top: 5px;
    transform: rotate(45deg);
  }

  #main-header .navbar-toggler.close b:last-child {
    background: #131418;
    left: 0;
    opacity: 1;
    top: 5px;
    transform: rotate(-45deg);
  }

  #main-header .navbar-collapse {
    position: absolute;
    top: 0;
    background: #f8f8f9;
    width: 100%;
    left: -100%;
    height: 100vh;
    padding: 56px 24px;
    overflow-y: auto;
    transition: all 0.3s ease-out;
  }

  #main-header .navbar-collapse.show {
    left: 0;
  }

  #main-header .dropdown .dropdown-menu {
    display: none;
    overflow-y: auto;
    max-height: 250px;
    background: transparent;
    box-shadow: none;
    border: 0;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-nav .nav-item {
    display: block;
    border-bottom: 2px solid #ebedf3;
    padding: 0.8rem 0;
  }

  .navbar-nav .nav-item.search,
  .navbar-nav .nav-item.subscribe {
    border-bottom: 0;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0;
    line-height: 32px;
    width: 100%;
    justify-content: space-between;
  }

  .navbar-nav .nav-item .nav-link svg {
    transform: rotate(90deg);
    transition: transform 0.2s 0.25s;
  }

  .navbar-nav .nav-item.active .nav-link svg {
    transform: rotate(0deg);
  }

  /* reorder mob */
  .navbar-collapse .navbar-nav:nth-of-type(1) .nav-item:nth-of-type(1) {
    order: 2;
  }
  .navbar-collapse .navbar-nav:nth-of-type(1) .nav-item:nth-of-type(2) {
    order: 3;
  }
  .navbar-collapse .navbar-nav:nth-of-type(1) .nav-item:nth-of-type(3) {
    order: 1;
  }

  .navbar-collapse .navbar-nav:nth-of-type(2) .nav-item:nth-of-type(1) {
    order: 3;
  }
  .navbar-collapse .navbar-nav:nth-of-type(2) .nav-item:nth-of-type(2) {
    order: 1;
  }
  .navbar-collapse .navbar-nav:nth-of-type(2) .nav-item:nth-of-type(3) {
    order: 2;
  }
  .navbar-collapse .navbar-nav:nth-of-type(2) .nav-item:nth-of-type(4) {
    order: 4;
  }

  .hs-search-field {
    max-width: 100%;
  }

  .hs-search-field__bar {
    padding: 12px 16px 12px 42px;
  }

  .hs-search-field__bar:before {
    top: 10px;
  }

  .btn-subscribe {
    display: block;
    margin-top: 20px;
  }

  .navbar-nav .nav-item.accessibility .nav-link {
    padding-left: 30px;
  }

  .accessibility .nav-link::before {
    background-image: url("https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/ClearSale-Website-2023/core/accessibility.svg");
    background-repeat: no-repeat;
    background-position: top center;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 1200px) {
  #main-header .navbar-toggler {
    display: none;
  }
}
#main-footer .container {
  margin: 0 auto;
  width: 100%
}

@media (min-width: 576px){
  #main-footer .container {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  #main-footer .container {
    max-width: 720px;
  }
}

@media (min-width: 992px){
  #main-footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  #main-footer .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px){
  #main-footer .container {
    max-width: 95vw;
  }
}

@media (min-width: 1900px){
  #main-footer .container {
    max-width: 1600px;
  }
}


@media (min-width: 768px) {
  .footer-container-wrapper .owl-carousel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .footer-container-wrapper .footer-info .d-lg-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-container-wrapper .subfooter p {
  line-height: 1.4;
}

.subfooter .span8.d-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.subfooter .span4.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .subfooter .span4.d-flex {
    justify-content: flex-end;
  }
}



.footer-container-wrapper {
  background-color: #111;
  color: #fff;
  padding-top: 50px;
  /*border-top: 1px solid #e6e6e6;*/
}

.footer-container-wrapper .owl-carousel img {
  max-height:25px;
}
.footer-container-wrapper .container {
  /*padding-bottom: 25px;
  padding-top: 50px;*/
}

.footer-container-wrapper .border-bottom {
  border-bottom: 1px solid #252525;
}

.footer-container-wrapper nav.navigation-primary {
  /*border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;*/
  padding: 5rem 0 0;
}

@media (min-width: 1200px) {
  .footer-container-wrapper nav.navigation-primary {
    padding: 5rem 0;
  }
}

.footer-container-wrapper nav.navigation-primary ul {
  list-style: none;
  margin: 0;
  padding: 0

}

.footer-container-wrapper nav.navigation-primary ul.level-1 {
  display: flex !important;
  justify-content: space-between;
}

.footer-container-wrapper nav.navigation-primary ul.level-1 .has-submenu>a {
  font-family: 'Montserrat', sans-serif;
  color: #ff4800;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
  display: block;
  clear: both;
  margin-top: 0;
  transition: color .5s ease 0s;
}

.footer-container-wrapper nav.navigation-primary ul.level-1 .has-submenu>a:hover {
  color: #fff;
}

.footer-container-wrapper nav.navigation-primary ul.level-2 li a {
  color: #fff;
  font-size: 11px;
  margin-bottom: 20px;
  display: block;
  white-space: normal !important;
  font-weight: 400;
  transition: color .5s ease 0s;
}

.footer-container-wrapper nav.navigation-primary ul.level-2 li a:hover {
  color: #ff4800;
}

.footer-container-wrapper .logos-footer {
  margin-bottom: 30px;
}
.footer-container-wrapper .info-footer p {
  font-size: 14px;
  padding-bottom: 1.5rem;
  font-weight: 400;
}
.footer-container-wrapper .info-footer .address * {
  font-size: 12px;
  color: #8e8e8e;
  margin: 0;
  padding: 0;
  font-style: normal;
}
.footer-container-wrapper .page-center {
  padding: 30px 0;
}
.footer-container-wrapper .subfooter {
  background-color: #111;
  color: #9a9a9a;
  padding: 20px;
  border-top: 1px solid #252525;
}

@media(min-width:1200px) {
  .footer-container-wrapper .subfooter {
    padding-bottom:100px;
  }
}

.footer-container-wrapper .subfooter p {
  width: 90%;
  margin: 0 auto 30px;
  font-size: 11px;
}

@media (min-width: 1200px) {
  .footer-container-wrapper .subfooter p {
    margin: 0 25px 0 0;
    width: auto;
  }
}

.footer-container-wrapper .subfooter .row-fluid {
  display: flex;
  justify-content: space-between;
}
.footer-container-wrapper .subfooter .social {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-container-wrapper .subfooter .social li {
  margin: 0 0.5rem;
  font-size: 14px;
}
.footer-container-wrapper .subfooter .social li a {
  color: #fff;
}
.footer-container-wrapper .subfooter .col2 {
  text-align: center;
}
.footer-container-wrapper .subfooter .col3 {
  text-align: right;
}
.footer-container-wrapper .subfooter .col2 p,
.footer-container-wrapper .subfooter .col2 span,
.footer-container-wrapper .subfooter .col3 p,
.footer-container-wrapper .subfooter .col3 span {
  margin: 0;
}
.footer-container-wrapper .subfooter .col2 a,
.footer-container-wrapper .subfooter .col3 a {
  color: #fff;
  font-size: 14px;
}

.footer-container-wrapper .subfooter img {
  margin: 0 auto 30px;
}

@media (min-width: 1200px) {
  .footer-container-wrapper .subfooter img {
    margin: 0 25px 0 0;
  }
}

.footer-container-wrapper .subfooter .policy a {
  font-size: 12px;
  color: #fff;
}

.footer-container-wrapper .subfooter .epic {
  color: #ffa200;
}

.footer-container-wrapper .subfooter .epic a {
  color: #676767;
}

/*
* footer merchants
*/
.footer-container-wrapper .merchants {
  margin-bottom: 45px
}
.footer-container-wrapper .merchants h4 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ff4800;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.15em;
}
@media (min-width: 1200px) {
  .footer-container-wrapper .merchants h4 {
    margin: 0 0 40px;
  }
}
.footer-container-wrapper .merchants .owl-carousel {
  /*display: flex;
  align-items: center;
  justify-content: space-between;*/
}
.footer-container-wrapper .merchants .owl-carousel .owl-stage-outer {
  height: 70px;
}
.footer-container-wrapper .merchants .owl-carousel .owl-stage,
.footer-container-wrapper .merchants .owl-carousel .owl-item {
  height: 100%;
}
.footer-container-wrapper .merchants .owl-carousel .item {
  width: 50%;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .footer-container-wrapper .merchants .owl-carousel .item {
    width: unset;
    margin: 0;
  }
}
.footer-container-wrapper .merchants .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-container-wrapper .merchants .owl-carousel .owl-item img {
  max-height: 100%;
}

.footer-container-wrapper .merchants .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 105%;
  position: absolute;
  left: -2.5%;
  top: 50%;
  transform: translateY(-50%);
}

.footer-container-wrapper .merchants .owl-carousel .owl-nav.disabled {
  display: none;
}

.footer-container-wrapper .merchants .owl-carousel .owl-nav button {
  outline: 0
}

.footer-container-wrapper .merchants .owl-carousel .owl-nav button span {
  font-size: 60px;
}

/*
* footer info
*/
.footer-container-wrapper .footer-info {
  margin: 40px 0 20px
}

.footer-container-wrapper .footer-info ul,
.footer-container-wrapper .footer-info li {
  list-style-type: none;
}

.footer-container-wrapper .footer-info .clearsale {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%
}

.footer-container-wrapper .footer-info .clearsale img {
  max-width: 110px;
}

.footer-container-wrapper .footer-info .clearsale .text {
  width: 90%;
  padding-left: 0;
  margin-top: 2rem
}

.footer-container-wrapper .footer-info .clearsale p {
  font-size: 12px;
  line-height: 18px;
  color: #8e8e8e;
  margin: 0;
  font-weight: 400;
}

.footer-container-wrapper .footer-info .clearsale p:first-child {
  margin: 0 0 1rem;
}

.footer-container-wrapper .footer-info .contact {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.footer-container-wrapper .footer-info .contact ul {
  padding: 0;
  margin: 0;
}

.footer-container-wrapper .footer-info .contact .phone {
  color: #ff4800;
  font-size: 16px!important;
  font-weight: 600!important;
  display: block!important;
  margin: 0;
}

.footer-container-wrapper .footer-info .contact .email {
  display: block;
  font-size: 14px!important;
  color: #fff;
  font-weight: 600!important;
  margin: 0 0 20px;
}

.footer-container-wrapper .footer-info .contact address {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
}

.footer-container-wrapper .footer-info .brands {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.footer-container-wrapper .footer-info .brands ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  align-items: center;
}

.footer-container-wrapper .footer-info .brands ul li {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  text-align: center;
  margin: 1rem 0 0;
}

.footer-container-wrapper .footer-info .tgroup {
  /*display: none;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
  margin-left: 20px;*/
  flex: 0 0 33.3%;
  max-width: 33.3%;
  text-align: center;
}

.footer-container-wrapper .footer-info .tgroup p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: right;
  float: right;
}

.footer-container-wrapper .footer-info .tgroup img {
}

.footer-container-wrapper .footer-info .footer-social {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .footer-container-wrapper .footer-info .footer-social {
    flex: 0 0 66.3%;
    max-width: 66.3%;
  }
}

.footer-container-wrapper .footer-info .footer-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .footer-container-wrapper .footer-info .footer-social ul {
    justify-content: flex-end;
    margin: 0;
  }
}

.footer-container-wrapper .footer-info .footer-social ul li {
  margin: 0 30px;
  font-size: 1.3em;
}

@media (min-width: 768px) {
  .footer-container-wrapper .footer-info .footer-social ul li {
    margin: 0 0 0 30px;
  }
}

/*
* mobile
*/
@media (max-width: 767.98px) {
  .footer-container-wrapper .footer-container {
    padding: 0;
    background: none;
  }
  .footer-container-wrapper .custom-footer-wrapper {
    padding: 0;
  }
  .footer-container-wrapper .logos-footer {
    display: none;
  }
  .footer-container-wrapper .hs-menu-flow-horizontal {
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
    border-left: 0;
    padding-top: 30px;
  }
  .footer-container-wrapper nav.navigation-primary ul.level-1 {
    flex-wrap: wrap;
  }
  .footer-container-wrapper nav.navigation-primary ul.level-1 > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 10px;
  }

  .footer-container-wrapper .footer-info {
    margin: 20px 0 0
  }
  .footer-container-wrapper .footer-info .clearsale {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-container-wrapper .footer-info .clearsale img {
    margin-bottom: 2rem;
  }

  .footer-container-wrapper .footer-info .clearsale .text {
    width: 100%;
    padding-left: 0;
  }

  .footer-container-wrapper .footer-info .clearsale p,
  .footer-container-wrapper .footer-info .clearsale p:first-child {
    margin: 0 0 1rem;
  }

  .footer-container-wrapper .footer-info .contact {
    max-width: 100%;
    text-align: center;
    margin: 2rem 0;
  }

  .footer-container-wrapper .footer-info .contact .phone {
    margin: 0 0 1rem;
  }

  .footer-container-wrapper .footer-info .contact address br{
    display: none
  }

  .footer-container-wrapper .footer-info .brands {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-container-wrapper .footer-info .brands ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    align-items: center;
  }

  .footer-container-wrapper .footer-info .brands ul li {
    flex: 0 0 33%;
    max-width: 33%;
    text-align: center;
    margin: 1rem 0;
  }

  .footer-container-wrapper .footer-info .tgroup {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }

  .footer-container-wrapper .footer-info .tgroup p {
    text-align: center;
    float: none;
  }

  .footer-container-wrapper .footer-info .tgroup p br{
    display: none
  }

  .footer-container-wrapper .footer-info .tgroup img {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .footer-container-wrapper .subfooter {
    text-align: center;
  }
  .footer-container-wrapper .subfooter .row-fluid {
    display: block;
  }
  .footer-container-wrapper .subfooter .social {
    justify-content: center;
  }
  .footer-container-wrapper .subfooter .col3 {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .footer-container-wrapper .footer-info .contact.col-1 {
    margin-right: 25px
  }
}

@media (min-width: 1600px) {
  .footer-container-wrapper .footer-info .clearsale {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%
  }

  .footer-container-wrapper .footer-info .clearsale .text {
    width: calc(100% - 110px);
    padding-left: 20px;
    margin-top: 0
  }

  .footer-container-wrapper .footer-info .clearsale p {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-container-wrapper .footer-info .clearsale p:first-child {
    margin: 0 0 2rem;
  }

  /*.footer-container-wrapper .footer-info .contact.col-1 {
  margin-right: 50px
}*/

  .footer-container-wrapper .footer-info .contact .phone {
    font-size: 18px
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--bs-modal-zindex);
}

.modal-dialog {
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  background-color: var(--bs-backdrop-bg);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: var(--bs-backdrop-zindex);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  align-items: center;
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
}

.modal-header .btn-close {
  margin: calc(var(--bs-modal-header-padding-y) * -0.5)
    calc(var(--bs-modal-header-padding-x) * -0.5)
    calc(var(--bs-modal-header-padding-y) * -0.5) auto;
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

.modal-body {
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  position: relative;
}

.modal-footer {
  align-items: center;
  background-color: var(--bs-modal-footer-bg);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bs-modal-width);
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw;
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* MODAL */
.modal .modal-content {
  border: 0;
  border-radius: 0;
  outline: 0;
}

.modal .modal-header {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal .modal-title {
  color: #ff4800;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

.modal .modal-header .close {
  opacity: 1;
  font-size: 30px;
  outline: 0;
}

.modal .modal-dialog {
  max-width: 680px;
}

@media (min-width: 1200px) {
  .modal .modal-dialog {
    max-width: 980px;
  }
}

.modal .modal-header {
  border: 0;
}
.modal .modal-header .close {
  font-size: 30px;
  display: block;
  position: absolute;
  right: 8px;
  z-index: 5;
  top: 0;
  outline: none;
  border: 0;
  background: none;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}
.__high_contrast {
  filter: grayscale(1)
}

.__dark {
  filter: invert(100%)
}

.__zoom {
  zoom:1.05
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.text-center {
  text-align: center!important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.fixed-top {
  top: 0
}

.fixed-bottom,.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

.ratio {
  position: relative;
  width: 100%
}

.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

iframe {
  border: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: all .3s ease-out;
}