/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

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

body {
  padding-top: 84px;
}

.body-container a{
  text-decoration:none;
}
.blog-listing-outer a{
  text-decoration:none;
}

.body-container .content-wrapper .blog-post {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.blog-post__body{
  /* margin: 0 auto; */
  max-width: 960px;
  flex: 0 63%;
}
.blog-related-right-content {
  flex: 0 30%;
}

.hs-audio-player._hs-audio-player_1nxo7_1 {
  margin-bottom: 20px;
}


ul#sel-option {
  padding: 0;
  margin: 0;
}
ul#sel-option li {
  display: block;
  list-style: none;
  line-height: 27px;
  padding: 0;
}

.similar-blog-post-wrap {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.blog-post__body h2{
  font-size: 34px;
  line-height: 44px;
  font-family: OpenSans-Bold,sans-serif;
}
.blog-post__body h2 span {
  font-size: 34px;
  line-height: 44px;
  font-family: OpenSans-Bold,sans-serif;
}

----------------
.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 80px 0 40px!important;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}
/*------------------------------------ listing post css  --------------------------------------------*/ 
.page-center-blog {
  box-sizing: border-box!important;
  float: none!important;
  margin: 0 auto!important;
  max-width: 1400px!important;
  padding: 0px 35px!important;
  width: 100%!important;
}
.tag-header-filter-list h1{
  font-size: 70px;
  margin-bottom:70px;
  line-height: 1;
  font-weight: 500 !important;
  color: #343434;
  text-align: center;
  font-family: OpenSans-Bold,sans-serif;
  text-transform: capitalize;
}


.lisiting-outer.list-1 .content-heading h2 a {
  font-size: 30px;
  line-height: 39px;
}
/* .lisiting-outer.list-1 .content-container {
bottom: 0;
} */
.lisiting-outer {
  flex: 0 30%;
  position:relative;
  /*   margin-bottom: 30px; */
  min-height: 270px;
  margin:20px;
  transform: scale(1, 1);
  transition: transform 0.4s;
  overflow: hidden;

}
.lisiting-inner-wrap{

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%; */
  transition: all 1s;
}
.blog-feature-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 3px;
  pointer-events: none;
  z-index: 0;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.lisiting-outer:hover .lisiting-inner-wrap img {
  transform: scale(1.05);
}

.blog-post__tags-listing a {
  align-items: center;
  background-color: hsla(0,0%,100%,.5)!important;
  border: 1px solid #e30613!important;
  border-radius: 3px;
  color: #e30613!important;
  color: #fff;
  display: flex;
  font-size: 10px;
  margin-bottom: 15px;
  height: 32px;
  justify-content: center;
  margin-left: 5px;
  line-height: 1;
  padding: 0 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: OpenSans-Regular,sans-serif;
}

.main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li a {
  text-transform: capitalize!important;
}


.blog-post__tags-listing a:hover {
  font-family: OpenSans-Regular,sans-serif;
}
.listing-inner {
  top: 30px;
  right: 30px;
  position: absolute;
  /* top: 15px; */
  /* right: 15px; */
  z-index: 5;
}
.listing-wrap {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.outer {
  display: flex;
  flex-wrap: wrap;
}
.blog-listing-outer{
  margin-bottom:50px;
}
.repeater-outer {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(3,1fr);
  -ms-grid-rows: auto auto;
  flex: 100%;
  grid-template-rows: repeat(2,auto);
}
.lisiting-outer.list-1 {
  grid-column: span 2;
  grid-row: span 2/span 2;

}
.content-container {
  bottom: 0;
  left: 40px;
  right: calc( 10% + 40px);
  position: absolute;
  z-index: 7;
  margin-bottom:40px;
}
.content-heading h2 a{
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height:21px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: OpenSans-Bold,sans-serif;
}
.content-heading h2 {
  margin: 0;
}
.blog-banner-date-listing h4{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  margin:0;
  font-family: OpenSans-Regular,sans-serif;
}
.lisiting-outer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.lisiting-outer .overlay:after {
  content: '';
  display: block;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  background-image: -owg-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85));
  background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85));
  background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85));
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85));
}
/*  */

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* code */

.blog-banner-outer{
  margin-bottom: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding:80px 0 100px;
  margin-top: 10px!important;
}
.blog-banner-outer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #444444;
  opacity: 0.6;
  z-index: -1;
}
.blog-banner-inner {
  text-align: center;
  max-width: 58.33333%;
  margin: 0 auto;
}
.blog-banner-sub-heading a {
  color: #fff;
  font-size: 12px;
  font-weight: 500 !important;
  /*     font-family: Ubuntu, BlinkMacSystemFont, -apple-system, Roboto, "Lucida Sans"; */
  line-height: 12px;
  font-family: OpenSans-Bold,sans-serif;
}
.blog-banner-sub-heading a:hover {
  color: #fff;
  font-size: 12px;
  text-decoration:underline;
  font-family: OpenSans-Bold,sans-serif;
}
.blog-banner-heading h1{
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
  color: #ffff;
  margin:0;
  padding-top:15px;
  padding-bottom:20px;
  font-family: "Manrope",sans-serif;
}
.published-by, .reading-time {
  display: inline-block;
}
.blog-banner-date h4 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #ffff;
  margin:0;
  font-family: "Manrope",sans-serif;
}
.similar-post-item {
  flex: 0 50%;
}
.blog-post-cards{
  flex:0 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
  min-height: 320px;

}
.blog-post-cards:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  z-index: -1;
}
.similar-post-item:nth-child(odd) .blog-post-cards-content{
  padding: 17% 0 0 8%;
  transition: 0.2s;
}
.similar-post-item:nth-child(even) .blog-post-cards-content{
  padding: 17% 8% 0 0;
  transition: 0.2s;
}
.blog-post-cards-content {
  max-width: 440px;
  margin: 0 auto;
}
.blog-post-cards-content-page {
  color: #444444!important;
  text-decoration:none; 
  font-size:26px;
  line-height:36px;
  font-weight:500;
  font-family: OpenSans-Bold,sans-serif;
}
.blog-post-cards-author{
  display:none;
}
.blog-post-cards:hover .blog-post-cards-author{
  display:block!important;
}
.similar-post-item:nth-child(odd):hover .blog-post-cards-content{
  padding:15% 0 0 8%;
  transform: translatey;
}
.similar-post-item:nth-child(odd):hover .blog-post-cards-content h4{
  text-align: right;
}
.similar-post-item:nth-child(even):hover .blog-post-cards-content{
  padding: 15% 8% 0 0;
  transform: translatey;
}
.similar-post-item:nth-child(even):hover .blog-post-cards-content h4{
  text-align: left;
}
.blog-post-cards-author h4{
  color: #e30613;
  font-size: 14px;
  padding-top:15px;
  font-family: OpenSans-Regular,sans-serif;
}
.recent-post-wrap {
  display: flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-description, .block {
    margin-top: 20px;
}


@media(max-width:1230px){
  .blog-banner-outer {
    margin-top: 110px!important;
  }
  .blog-listing-outer {
    margin:110px 0 60px;
  }
  .tag-header-filter-list h1 {
    margin-bottom: 25px;
    padding-top: 25px;
  }
}


@media(max-width:1150px){
  .similar-post-item:nth-child(odd) .blog-post-cards-content {
    padding: 18% 0 0 4%!important;
  }
  .similar-post-item:nth-child(even) .blog-post-cards-content {
    padding: 18% 4% 0 0 !important;
  }
  .similar-post-item:nth-child(odd):hover .blog-post-cards-content{
    padding:16% 0 0 4%!important;
  }
  .similar-post-item:nth-child(even):hover .blog-post-cards-content{
    padding: 16% 4% 0 0!important;
  }
}
@media(max-width:1020px){
  .repeater-outer {
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,auto);
  }
  .lisiting-outer {
    flex: 0 47%;
  }
  .lisiting-outer:nth-child(even) {
    margin: 20px 15px 20px 0px; 
  }
  .lisiting-outer:nth-child(odd) {
    margin:20px 0px 20px 15px;
  }
  .lisiting-outer:first-child {
    margin: 20px 0px 20px!important;
    height: 400px;
  }
  .tag-header-filter-list h1 {
    font-size: 34px;
    line-height: 34px;
  }
  /*   .lisiting-outer.list-1 .content-container {
  bottom: 0;
} */
}
@media(max-width:1000px){
  .blog-post-cards {
    min-height: 270px!important;
  }
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
  /*   .blog-post-cards-content {
  max-width: 300px;
} */
  .similar-post-item:nth-child(odd) .blog-post-cards-content{
    padding: 20% 4% 0 4%!important;
  }
  .similar-post-item:nth-child(even) .blog-post-cards-content{
    padding: 20% 4% 0 4% !important;
  }
  .similar-post-item:nth-child(odd):hover .blog-post-cards-content{
    padding:18% 4% 0 4%!important;
  }
  .similar-post-item:nth-child(even):hover .blog-post-cards-content{
    padding: 18% 4% 0 4%!important;
  }
  .blog-post-cards-content {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media(max-width:767px){
  .blog-banner-inner {
    max-width: 85.33333%;
  }
  /*   .similar-post-item{
  flex:0 100%;
} */
  /*   .blog-post-cards{
  flex:0 100%;
} */

  .blog-post__body {
    flex: 0 100%!important;
    max-width: 100%;
  }
  .blog-related-right-content {
    flex: 0 100%!important;
    padding-top: 25px;
    max-width: 100%;
  }
  
  .blog-banner-date h4 {
    font-size: 14px;
  }
}
@media(max-width:640px){
  .lisiting-outer {
    flex: 0 100%;
    grid-column: span 2;
    grid-row: span 2/span 2;
    margin:20px 0px!important;
  }
  .lisiting-outer.list-1 .content-heading h2 a {
    font-size: 16px;
    line-height:21px;
  }
  .page-center-blog {
    padding: 0px 20px!important;
  }
  .similar-blog-post-wrap {
    display: block;
    width: 100%;
  }
  .blog-post-cards {
    min-height:260px!important;
  }
  .blog-post-cards-content-page{
    font-size:16px;
    line-height:22px;
  }
  .similar-post-item:nth-child(odd) .blog-post-cards-content {
    padding: 20% 4% 0!important;
  }
  .similar-post-item:nth-child(even) .blog-post-cards-content {
    padding: 20% 4% 0!important;
  }
  .similar-post-item:nth-child(odd):hover .blog-post-cards-content {
    padding: 18% 4% 0!important;
  }
  .similar-post-item:nth-child(even):hover .blog-post-cards-content {
    padding: 18% 4% 0!important;
  }
  .content-container {
    margin-bottom: 20px;
    left: 20px;

  }
  .listing-inner {
    right: 20px;
    top: 20px;
  }
  .lisiting-outer:first-child {
    height: auto;
  }
}
@media(max-width:479px){
  .blog-banner-sub-heading {
    line-height: 5px;
  }
  .blog-banner-heading h1{
    font-size: 34px;
    line-height: 37px;
  }
  .blog-banner-inner {
    margin: 0 ;
    max-width: 100%;
    padding:0 20px;
  }
  .blog-banner-outer {
    padding-top: 40px!important;
    padding-bottom: 70px!important;
  }
  .blog-post-cards {
    min-height: 200px!important;
  }

  .similar-post-item:nth-child(odd) .blog-post-cards-content {
    padding: 80px 40px 0!important;
  }
  .similar-post-item:nth-child(even) .blog-post-cards-content{
    padding: 80px 40px 0 !important;
  }
  .similar-post-item:nth-child(odd):hover .blog-post-cards-content{
    padding:65px 40px 0!important;
  }
  .similar-post-item:nth-child(even):hover .blog-post-cards-content{
    padding:65px 40px 0!important;
  }

  .blog-post__body h2 {
    font-size: 22px!important;
    line-height: 29px!important;
  }

}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

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


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

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

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

.card__button-wrapper.button-wrapper a:hover {
    color: #512C1F!important;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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;
  margin-top: 8px;
}

/* 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.68rem;
  margin: 0 0 1rem;
}

.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.68rem;
}

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 {
}

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


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

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

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
 display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {;
 display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
 display: table;
 clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
 float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
 padding-right:15px;
 height:20px;
 
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:after {
top:-40px;
position:relative
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover:after {
color:#fff
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.4s;
 position: absolute;
 z-index: 10;
 left: 0;
}


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
 display: block;
 white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
 left: 150%;
 top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
 opacity: 1;
 visibility: visible;
  position: absolute!important;
 left: 20%;
 top: 40px;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
 margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
 position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
 margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
 position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
 display: block;
 visibility: visible;
 opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:hover {
 color:#ff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
 content: " ";
 display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
 content: " ";
 display: table;
 clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
 float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
 display: inline-block;
}

/* Vertical Menu
 ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
 width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
 list-style: none;
 margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
 display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
 margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
 width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
 position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 display: none;
 opacity: 0;
 -webkit-transition: opacity 0.4s;
 z-index: 10;
 left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
 display: block;
 white-space: normal;
 text-indent: -20px;
 margin-left: 20px;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 left: 100%;
 top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper
{
 display: block;
 opacity: 1;
 visibility: visible;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

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

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header-row-outer a{
  text-decoration:none;
}

.login-wrap__content__logged-out a  {
  text-align: center !important;
  font-size: 11px;
  border-color: #fff !important;
  display: block;
  width: 100%;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 21px;
  font-weight: 700;
  letter-spacing: .7px;
  margin: 0 auto;
  transition: all .3s ease;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  border: 1px solid;
}
a{
  -webkit-tap-highlight-color: transparent !important; 
}

li.hs-menu-item.hs-menu-depth-2 a {
  padding: 1px 0px 1px 20px !important;
  margin: 0;
  font-size: 0.75rem!important;
  font-weight: 500!important;
  display: inline!important;
  color: #512c1f!important;
}

.btn-btn-white-1{
  background: linear-gradient(90deg,transparent,transparent,#fff);
  background-size: 200%;
  background-position-x: 10%;
  color: #fff;

}
.btn-btn-white-1:hover {
  background-color:#fff;
  background-size: 100%;
  background-position-x: 100%;
  color: #63666a;
}
.btn-btn-white-2{
  color: #63666a;
  background: linear-gradient(90deg,#fff,#fff,transparent);
  background-size: 200%;
  background-position-x: 0;
}
.btn-btn-white-2:hover {
  background: linear-gradient(90deg,#fff,#fff,transparent);
  background-size: 100%;
  background-position-x: 60%;
  color: #63666a;
}
.header-wrapper-outer {
  transition: transform .7s;
  transition-timing-function: cubic-bezier(.86,.01,.77,.78);
  width:100%;
}
body.body-toggle .header-wrapper-outer{
  position: fixed;
  overflow: hidden;
  transform: translate3d(-85%,0,0);
}

/* top menu code */
.header-toprow {
  display: flex;
  height: 30px;
  width: 100%;
  background-color: #D12420;
}
.owl-stage-outer.slick-initialized.slick-slider {
  display: flex;
}
button.slide-arrow.slick-arrow {
  padding: 0;
}
button.slick-next.slick-arrow{
  z-index: 200;
  height: 1.42857rem;
  width: 1.42857rem;
  background: url('https://143450854.fs1.hubspotusercontent-eu1.net/hubfs/143450854/Header%202023/new-arrow-next.svg') no-repeat;
  background-position: 50%;
  top: 25%;
  right: 30px;

}
button.slick-prev.slick-arrow:hover {
  background: url(https://143450854.fs1.hubspotusercontent-eu1.net/hubfs/143450854/Header%202023/new-arrow-hover-prev.svg) no-repeat;
  background-position: 50%;
}
button.slick-next.slick-arrow:hover {
  background: url(https://143450854.fs1.hubspotusercontent-eu1.net/hubfs/143450854/Header%202023/new-arrow-hover-next.svg) no-repeat;
  background-position: 50%;
}
button.slick-prev.slick-arrow{
  z-index: 200;
  height: 1.42857rem;
  width: 1.42857rem;
  background: url('https://143450854.fs1.hubspotusercontent-eu1.net/hubfs/143450854/Header%202023/new-arrow-prev.svg') no-repeat;
  background-position: 50%;
  top: 25%;
  left: 30px;
}
button.slick-next.slick-arrow,
button.slick-prev.slick-arrow{
  padding: 10px;
  font-size: 0;
  background-color: transparent;
  border: none;
}
.header-toprow__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*   flex:0 16%; */
}

.header-toprow__center, 
.header-toprow__center .content-asset .owl-carousel .owl-stage-outer .owl-carousel__content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex:0 40%;
}
.header-toprow__center, 
.header-toprow__center .owl-carousel {
  margin-left: auto;
  margin-right: auto;
}
.header-toprow__right {
  align-items: center;
  justify-content: flex-end;
  width:16%;
}
.header-toprow__center .content-asset {
  width: 100%;
  text-align: center;
}
.promo-bar {
  position: relative;
}
.promo-bar .am-prev {
  z-index: 200;
  height: 22px;
  width: 22px;
  background: url(clientlib-illy-refactor/images/svg/new-arrow-prev.svg) no-repeat;
  background-position: 50%;
  position: absolute;
  top: 25%;
  left: 30px;
}
.promo-bar .am-next, 
.promo-bar .am-prev, 
.promo-bar .owl-carousel {
  display: inline-block;
}

.header-toprow__center .content-asset .owl-carousel {
  margin-left: auto;
  margin-right: auto;
}
.header-toprow__center .owl-carousel {
  width: 500px;
}
.promo-bar .am-next,
.promo-bar .am-prev,
.promo-bar .owl-carousel {
  display: inline-block;
}
li.header-main-utility__customer-desktop.login-account-desktop,
.header-main-utility__mini-cart.mini-cart {
  display: none;
}
.header-toprow__center .content-asset .owl-carousel .owl-stage-outer,
.ui-front {
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  /*   float: left; */
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.header-toprow__center,
.header-toprow__center .content-asset .owl-carousel .owl-stage-outer .owl-carousel__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-toprow__center .owl-carousel .owl-stage-outer .owl-carousel__content__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding-right: 10px;
  margin-top: 5px;
  width: 22px;
}
.header-toprow__center .content-asset .owl-carousel .owl-stage-outer .owl-carousel__content__icon,
.header-toprow__center .content-asset .owl-carousel .owl-stage-outer .owl-carousel__content__text {
  text-align: center;
}
.header-toprow__center .owl-carousel .owl-stage-outer .owl-carousel__content__text, 
.header-toprow__center .owl-carousel .owl-stage-outer .owl-carousel__content__text a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 2px 0 0 0;
}
.header-toprow__center .owl-carousel .owl-stage-outer .owl-carousel__content__text a span.owl-carousel__content__text-aa {
  font-weight: 400;
}
.header-toprow__center .owl-carousel .owl-stage-outer .owl-carousel__content__text a span {
  font-weight: 700;
  font-size: 12px;
  color: white;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.header-toprow__right__special {
  position: relative;
  width: 257px;
  background-color: #d12420;
  display: flex;
}
.header-toprow__right__special a, 
.mega-menu-mobile-outer .footer__special a {
  height: 45px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-toprow__right__special a svg,
.mega-menu-mobile-outer .footer__special svg {
  position: absolute;
  height: 34px;
  width: 34px;
  left: 3px;
}
.header-toprow__right__special a>span {
  font-size: 13px;
  letter-spacing: 0.57136px;
  text-transform: uppercase;
  color: #fff;
  font-weight:700;
}



/* end top menu code */
.page-center-1450{
  max-width:none;
  width:100% !important;     
  margin:0 auto !important;      
  padding: 0 2rem !important;     
  box-sizing:border-box !important;      
  float:none !important; 
}
.main-menu li.main-menu__level-1 {
  padding: 0 0 15px;
}
li.main-menu__level-1>a:active {
  color:#79291f !important;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a:hover .overlay {
  opacity: 1;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a:after, 
.mobile .main-menu__panel--1 .content .main-menu__sub__panel--2 .main-menu-sub__container a:after {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; 
  background: linear-gradient(180deg,transparent,rgba(0,0,0,.16) 56%,rgba(0,0,0,.55)); 
  z-index: 1; 
}
.header-botrow {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.header-botrow__left__logo {
  display: flex;
  padding-top: 10px;
}

.header-botrow__center {
  align-items: center;
  display: flex;
  flex:1;
  justify-content: center;
}
.header-botrow__center .main-content {
  display: flex;
}
.header-botrow__center .main-content .main-menu__level-1>a {
  color: #512c1f;
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 800;
  position: relative;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s ease;
} 
.header-botrow__center .main-content .main-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container.white h5 {
  color: #65656a;
  letter-spacing: 0.57136px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 13px;
  font-weight:700;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul:hover {

}
.sub-heading-toggle-menu {
  display: none;
}
.main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li a{
  cursor: pointer !important;
  font-size: .875rem;
  letter-spacing: 0.57136px;
  font-weight: 700;
  line-height:21px; 
  text-transform: uppercase;
  transition: color .3s ease;
  background-color: transparent;
  text-decoration: none;
  padding-left:0!important;
  font-family: 'Manrope', sans-serif;
}
  
.main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid;
  }

.main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li{
  line-height:19px; 
  margin-bottom: 10px;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container {
  position: relative;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container.white .title,
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container.white a, 
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container.white h5 {
  color: #65656a;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a {
  display: block;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: all .4s ease-in-out 0;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a .overlay__wrap img
{
  display: block;
  height: auto;
  width: 100%;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a .overlay__text {
  width: 100%;
  padding: 15px;
  text-align: left;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.header-test {
  display: none;
}
.header-row-outer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  z-index: 999;
}

.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a .overlay__text h4 {
  margin: 0;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height:20px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a .overlay__text p {
  padding-right: 35px;
  margin-bottom: 0;
  position: relative;
  font-size: 16px;
  line-height:20px;
  color: #fff;
  text-transform: none;
  font-family: 'Manrope', sans-serif;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a .overlay__text p [class*=icon-arrow][class*=-right],
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu__sub__container a .overlay__text p [class*=icon-arrow][class*=-right], body .mobile .main-menu__panel--1 .content .main-menu__sub__panel--2 .main-menu-sub__container a .overlay__text p [class*=icon-arrow][class*=-right] {
  transform: rotate(45deg);
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a .overlay__text p [class*=icon-arrow],
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu__sub__container a .overlay__text p [class*=icon-arrow] {
  position: absolute;
  height: 11px;
  width: 11.42864px;
  bottom: 2px;
  right: 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a .overlay__text p [class*=icon], 
.form-etrio__radiobox-label--inline, body .mobile .main-menu__panel--1 .content .main-menu__sub__panel--2 .main-menu-sub__container a .overlay__text p [class*=icon] {
  display: inline-block;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu-sub__container a .overlay__text p [class*=icon-arrow]:before, 
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .main-menu__sub__container a .overlay__text p [class*=icon-arrow]:before, 
.mobile .main-menu__panel--1 .content .main-menu__sub__panel--2 .main-menu__sub__container a .overlay__text p [class*=icon-arrow]:before, body .mobile .main-menu__panel--1 .content .main-menu__sub__panel--2 .main-menu-sub__container a .overlay__text p [class*=icon-arrow]:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  right: 0;
  height: 1.14288px;
  box-shadow: inset 0 0 0 32px;
  transform: rotate(-45deg);
  width: 25px;
  transform-origin: right top;
}

.header-botrow__center .main-menu__level-1.active-menu-item .main-menu__sub-menu-container {
  transform: translateY(0) !important;
  transition: transform 500ms ease-out !important;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  padding: 20px 60px 35px 20px!important;
  cursor: default;
  visibility: visible;
  opacity: 1;
  transform: translateY(-110%);
  transition: transform 500ms ease-out;
  z-index: -1;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__title {
  padding: 15px 15px 0;
  display: none;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: repeat(2,auto);
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .item-col.single_row {
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 2;
  grid-column: span 1;
  grid-row: span 2/span 2;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .item-col {
  margin: 10px;
}
.header-botrow__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
/*   flex: 0 6%; */
}
.header-botrow__right .header-main-utility {
  display: flex;
  justify-content: center;
  /*   align-items: center; */
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-botrow__right .header-main-utility>li:first-child {
  margin-left: 0;
}
.header-botrow__right .header-main-utility>li {
  width: auto;
  /* height: auto; */
}
.header-botrow__left {
    flex: 0 8%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-botrow__left img {
  width: 100%;
  max-height: 47px;
}
.header-botrow__center .main-content .main-menu {
  padding-top: 10px;
}
.header-botrow__right .header-main-utility>li {
  margin-left: 15px;
}
.header-botrow__center .main-content .main-menu__level-1 a {
  padding: 0 0.5rem;
}
.header-botrow__center .main-menu-sub__container a {
  padding: 0px !important;
}
.header-botrow__center .main-content .main-menu .level-2 ul li a:hover, 
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container.black a:hover, 
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container.white a:hover,
.header-botrow__center .main-content .main-menu__level-1>a.active {
  color: #512c1f !important;
}
.header-botrow__center .main-content .main-menu__level-1.active-menu-item>a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  opacity: 1;
  pointer-events: none;
  transform: scale(1);
  transition: transform .2s,opacity .2s;
}

.header-botrow__right .header-main-utility svg:hover path.color-red {
  fill: #d12420;
}
.header-botrow__right .header-main-utility svg:hover path.stroke-color-red {
  stroke: #d12420;
  fill:white;
}
.illy-header-outer {
  background-color: #fff;
  display: flex;
  width: 100%;
  border-bottom: 0.125rem solid #f2e9da;
}
.header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__row .item-1-1 {
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  grid-column: span 1;
  grid-row: span 1;
}
.header-botrow__center .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 1 !important;
  position: unset !important;
}
li.header-main-utility__customer-mobile.login-account-mobile,
.header-botrow__right .header-main-utility__toggle{
  display: none;
}

/* right styling */

.login-account-desktop .login-wrap {
  position: relative !important;
}
.login-account-desktop .login-wrap {
  display: block;
  position: static;

}
.search-wrap.search-section svg {
  height: 0.8rem;
  width: auto;
}
.login-wrap svg{
  height: 28px;
  width: 28px;
}
.mini-cart-wrap svg {
  height: 28px;
  width: 28px;
}

.login-account-desktop .login-wrap:hover .login-wrap__content {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
}
.login-account-desktop .login-wrap__content.logged,
.login-account-desktop .login-wrap__content.not-logged {
  min-width: 228.57136px;
}
.login-account-desktop .login-wrap__content {
  position: absolute;
  top: 35px;
  right: -11px;
  padding:22.85712px;
  border-radius: 11.42864px;
  background-color: #d9272e;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0,20px,0);
  transition: opacity .4s ease,visibility .4s ease,transform .45s ease;
}
.login-account-desktop .login-wrap__content:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d9272e;
  position: absolute;
  top: -5px;
  right: 20px;
}


body .aem-btn-round.btn-white.btn-inverse,
body .btn.btn-white.btn-inverse, body .illy-form .btn.btn-white.btn-inverse {
  background: linear-gradient(90deg,transparent,transparent,#fff);
  background-size: 200%;
  background-position-x: 10%;
  color: #fff;
  border-radius:50px;
}
.login-account-desktop .login-wrap__content__logged-out a:first-child {
  margin-bottom: 19.42864px;
}
.btn.btn-small {
  height: 22px;
  line-height: 22px;
  font-size: 11px;
}
.btn.btn-block {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
body .btn {
  height: 40px !important;
  line-height: 40px !important;
}
body .aem-btn-round.btn-white, body .btn.btn-white, body .illy-form .btn.btn-white {
  background: linear-gradient(90deg,#fff,#fff,transparent);
  background-size: 200%;
  background-position-x: 0;
  color: #63666a;
}
body .btn:not(.btn-icon-left) {
  text-align: center !important;
}
.btn.btn-white, .btn.btn-white:active.btn-inverse,
.btn.btn-white:hover.btn-inverse {
  background-color: #fff;
  border-color: #fff;
  color: #65656a;
}
body .aem-btn-round.btn-white:hover, 
body .btn.btn-white:hover, 
body .illy-form .btn.btn-white:hover {
  background: linear-gradient(90deg,#fff,#fff,transparent);
  background-size: 100%;
  background-position-x: 60%;
  color: #63666a;
}
.btn.btn-white:active, .btn.btn-white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body .aem-btn-round, body .btn, body .illy-form .btn {
  border-radius: 21px;
  font-size: 12px;
  font-weight: 700;
  color: #63666a;
  letter-spacing: .7px;
  margin: 0 auto;
  text-align: center;
  transition: all .3s ease;
  background: linear-gradient(90deg,transparent,transparent,#eff0f0);
  background-size: 200%;
  background-position-x: 0;
}
.btn.btn-block {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
body .btn {
  height: 40px !important;
  line-height: 40px !important;
}
.btn {
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  cursor: pointer;
  background-color: #65656a;
  border: 1px solid;
  border-color: #65656a;
  transition: background-color .3s ease,color .3s ease;
}

/* search bar */
.search .search-wrap {
  position: relative !important;
}
.search .search-wrap {
  display: block;
  position: static;
  height: 30.85712px;
  width: 30.85712px;
}
#enable-menu-stardard nav .menu3 .login:hover .login-box, .search .search-wrap__content.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
}

.search .search-wrap__content {
  position: absolute;
  top: 120px;
  top: 35px;
  left: auto;
  right: 0;
  width: 500px;
  padding: 20px;
  border-radius: 11.42864px;
  height: 96;
  background-color: #d9272e;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0,20px,0);
  transition: opacity .4s ease,visibility .4s ease,transform .45s ease;
}

.is-visible {
  display: block !important;
}
/* Initially hide the form */
.search-wrap__content__body {
  display: none;
}

/* Show the form when .is-visible class is added to .search-wrap__content */
.search-wrap__content.is-visible .search-wrap__content__body {
  display: block;
}
.search .search-wrap__content:after {
  opacity: 1;
  visibility: visible;
}
.search .search-wrap__content:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d9272e;
  position: absolute;
  top: -5px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
}
.search .search-wrap__content:after {
  opacity: 1;
  visibility: visible;
}
.mobile .main-menu__panel--1 .content .main-menu__sub__panel--2 .main-menu__sub__container, .search-wrap__content form.search-section {
  position: relative;
}
#enable-menu-stardard nav .menu3 .login:hover .login-box, .search .search-wrap__content.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
}
.search .search-wrap__content__head {
  display: flex !important;
}
.search .search-wrap__content__head {
  display: none;
  justify-content: center;
  align-items: center;
  height: 45.71424px;
  width: 100%;
  line-height: 15px;
  margin-bottom: 11px;
}

.search .search-wrap__content__head>span {
  font-size: 10px;
}
.search .search-wrap__content__head>span {
  width: 95%;
  text-transform: uppercase;
  letter-spacing: 0.68576px;
  font-family: 'Manrope', sans-serif;
  line-height:40px;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.search .search-wrap__content__head>button {
  width: 5%;
  color: #fff;
  text-align: right;
  padding:0px;
  outline: 0;
  cursor: pointer;
}
.search .search-wrap__content__head>button>svg {
  height: 20px;
  width: 20px;
}
form.search.search-section {
  background: none;
  border: unset;
}
button.close-search,
button.search-submit,
button.mobile-menu-toggle{
  background-color: unset;
  border: unset;
  padding: 0;
  border-radius: unset;
}
.animation section:not(.no-animation).bannerApp-wrapper, svg:not(:root) {
  overflow: hidden;
}
.search .search-wrap__content__body {
  display: flex;
  position: relative;
}
.search .search-wrap__content__body>span {
  width: 80px;
}
.search .search-wrap__content__body>span {
  display: none !important;
}
.search .search-wrap__content__body>span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 4.57136px;
  font-size: 11px;
  line-height:16px;
  text-transform: uppercase;
  letter-spacing: 0.68576px;
  color: #fff;
  font-weight: 700;
}
.visually-hidden {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
.search .search-wrap__content__body .input-search {
  font-size: 16px;
  width: 100% !important;
}
.search .search-wrap__content__body .input-search {
  height: 45px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 55px 0px 10px;
  color: #fff;
  background-color: #d9272e;
  border: 1px solid #fff;
  border-radius: 30px;
  outline: 0;
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: 700;
}

.search .search-wrap__content__body .search-submit {
  right: 15px !important;
  pointer-events: none;
  position: absolute;
  top: 9px;
  color: #fff;
  outline: 0;
}

.search .search-wrap__content__body .search-reset {
  display: none !important;
}
.search .search-wrap__content__body .search-reset svg,
.search .search-wrap__content__body .search-submit svg {
  width:25px;
  height: 25px;
}
.search .search-wrap__content__body .search-reset {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left:22.85712px;
  color: #fff;
  outline: 0;
}
/* humberger */


.header-botrow__right .header-main-utility__toggle .mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  height: 28.57136px;
  justify-content: center;
  outline: 0;
  position: relative;
  width: 28.57136px;
}
.header-botrow__right .header-main-utility__toggle .mobile-menu-toggle:hover{
  outline: 1px auto #e59700;
}
.header-botrow__right .header-main-utility__toggle .mobile-menu-toggle.is-open span:nth-last-child(3) {
  width: 29px;
  transform: rotate(45deg) translateY(2px);
  background: #d12420;
}
.header-botrow__right .header-main-utility__toggle .mobile-menu-toggle.is-open span {
  width: 29px;
  transform: rotate(-45deg) translateY(-6px);
  opacity: 1;
}
.header-botrow__right .header-main-utility__toggle .mobile-menu-toggle span:first-child {
  transform-origin: 0 0;
}
.header-botrow__right .header-main-utility__toggle .mobile-menu-toggle span {
  background: #65656a;
  border-radius: 3px;
  display: block;
  height: 1.5px;
  margin-bottom: 10px;
  transform-origin: 4px 0;
  transition: transform .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
  width: 27px;
  z-index: 1;
}
.header-botrow__right .header-main-utility__toggle .mobile-menu-toggle.is-open span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0) scale(.2);
}
.header-botrow__right .header-main-utility__toggle .mobile-menu-toggle span:nth-last-child(2) {
  transform-origin: 0 100%;
  background: #d12420;
}

.header-botrow__right .header-main-utility__toggle .mobile-menu-toggle span:last-child {
  margin-bottom: 0;
}
/* .header-botrow__right .header-main-utility__toggle .mobile-menu-toggle span {
display: block;
width: 1.78571rem;
height: .07143rem;
margin-bottom: .78571rem;
/* position: relative; */
background: #65656a;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0;
transition: transform .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
} 

.header-botrow__right .header-main-utility>li.header-main-utility__toggle {
  margin-left: 22.85712px;
}
.header-botrow__right .header-main-utility>li:last-child {
  margin-right: 0;
}
.menu-header {
  display: none;
  box-shadow: var(--shadow-medium);
}
.mega-menu-mobile-outer {
  display: none;
  position:relative;
}

@media(min-width:768px) and (max-width:1920px) {
 .header-botrow__center .main-content .main-menu .main-menu__sub-menu-container__title {
   display: none;
  }
}

@media(min-width:768px) and (max-width:991px){
  .mega-menu-mobile-outer {
    width: 55% !important;
  }
  body.body-toggle .header-wrapper-outer{
    transform: translate3d(-55%,0,0) !important;
  }
}
@media(max-width:1230px){
  .mega-menu-mobile-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*     padding: 0 2.5rem; */
  }
  .main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li{
    padding-left:12px;
  }

  .mega-menu-mobile-inner{
    position: relative;
    height: 100%;
    overflow-x: hidden;
  }
  .sub-heading-toggle-menu h2{
    display: flex;
    margin: 30px 0 11px;
    color: #65656a;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size:14px;
    line-height:22px;
    font-family: 'Manrope', sans-serif;


  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:before {
    content: "";
    display: block;
    height: 0.35714rem;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    width: 0;
    right: 2px;
  }


  .sub-heading-toggle-menu {
    display: block;
  }
  .header-test {
    display: block;
  }
  .main-menu__sub-sub__panel--3 .header__line {
    width: 100%;
    border: 1px solid #8b8f93;
  }
  .mega-menu-mobile-outer .main-menu-mobile a.link.fontOSSB.last-sublink.active1:before,
  .mega-menu-mobile-outer .main-menu-mobile a.link.fontOSSB.last-sublink.active1:after,
  .main-menu__sub-menu-container__row li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:before,
  .main-menu__sub-menu-container__row li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after{
    content: "";
    display: block;
    height: 5.71424px;
    margin-top: -4.57136px;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    width: 0;
    right: 1.3rem;
    transform: rotate(135deg);
  }
  .mega-menu-mobile-outer .main-menu-mobile a.link.fontOSSB.last-sublink.active1:after,
  .main-menu__sub-menu-container__row li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after{
    margin-top: -1.14288px;
    transform: rotate(45deg);
  }

  .sub-menu-mobile.white.menu-8 {
    background-color: #fff !important;
  }
  .mega-menu-mobile-outer .content-1 {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    overflow-y: auto;
  }
  .mega-menu-mobile-outer .content-1 .main-menu__sub__panel--2 {
    order: 1;
  }
  .mega-menu-mobile-outer .content-1 .main-menu__sub-sub__panel--3 ul.hs-menu-children-wrapper {
    padding-left: 1.42857rem;
  }
  .mega-menu-mobile-outer .content .main-menu__sub-sub__panel--3 .main-menu__sub-sub {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mega-menu-mobile-outer .content .main-menu__sub-sub__panel--3.is-close {
    transform: translate3d(100%,0,0);
  }
  .mega-menu-mobile-outer .content .main-menu__sub-sub__panel--3.is-open {
    transform: translateZ(0);
  }
  .mega-menu-mobile-outer .content .main-menu__sub-sub__panel--3 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*     padding: 0 1.42857rem; */
    z-index: 20;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: transform .7s;
    transition-timing-function: cubic-bezier(.86,.01,.77,.78);
    transform: translate3d(100%,0,0);
  } 
  .page-center-1450.widget_1698909113056 {
    padding: 0 8px 0 20px !important;
  }
  form.search.search-section{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
  }
  .search .search-wrap {
    position: unset !important;
  }
  .search .search-wrap__content__head{
    display: flex!important;
    flex: 1;
  }
  .search .search-wrap__content__head>span {
    display: none;
  }
  .search .search-wrap__content__body {
    display: flex !important;
    position: relative;
  }
  .search .search-wrap__content__body>span {
    display: block !important;
  }
  .search .search-wrap__content__body {
    display: flex !important;
    position: relative;
    flex: 0 95%;
  }
  .search .search-wrap__content {
    position: absolute;
    top: 120px;
    width: 100%;
    padding: 22px 18px;
    border-radius: unset;

  }
  button.mobile-menu-toggle.burger.is-open:hover {
    outline: unset;
  }
  .header-botrow__center {
    display: none;
  }
  .header-botrow__right .header-main-utility__toggle{
    display: block !important;
  }
  .header-botrow__center-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-botrow__left {
    flex: 0 50%;
  }
  .header-botrow__right {
    flex: 0 50%;
  }
  .main-menu__sub-sub__panel--3 li.hs-menu-item.hs-menu-depth-2 {
    padding-left: 22px;
  }
  .main-menu__sub-sub__panel--3 li.hs-menu-item.hs-menu-depth-2>a {
    padding: 11.42864px 0 8px 17px !important;
  }
  
  .main-menu__sub-menu-container__row .main-menu__sub-sub__panel--3 ul.hs-menu-children-wrapper{
    padding-left: 0 !important; 
  }
  .main-menu__sub-sub__panel--3 li.hs-menu-item.hs-menu-depth-2>a {
    display: flex!important;
    flex-direction: column!important;
    padding: 11px 0 11px 17px!important;
    color: #65656a!important;
    outline: 0;
    letter-spacing: .07143rem!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-family: 'Manrope', sans-serif;

  }
  .mega-menu-mobile-outer .menu-header-mobile>a:after,
  .mega-menu-mobile-outer .menu-header-mobile>a:before,
  .main-menu__sub-sub__panel--3 .header__back>a:after,
  .main-menu__sub-sub__panel--3 .header__back>a:before{
    content: "";
    display: block;
    height: 5.71424px;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    left: 4px;
  }
  .mega-menu-mobile-outer .menu-header-mobile>a:before,
  .main-menu__sub-sub__panel--3 .header__back>a:before{
    margin-top: -1.14288px;
    transform: rotate(135deg);
  }
  .mega-menu-mobile-outer .menu-header-mobile>a:after,
  .main-menu__sub-sub__panel--3 .header__back>a:after{
    margin-top: -4.57136px;
    transform: rotate(45deg);
  }
  .mega-menu-mobile-outer .menu-header-mobile>a,
  .main-menu__sub-sub__panel--3 .header__back>a{
    display: flex!important;
    position: relative!important;
    padding-left: 22px!important;
    font-size: 16px!important;
    color: #512c1f!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    outline: 0;
    line-height: 21px!important;
    font-family: 'Manrope', sans-serif;
    text-decoration:none;
  }

  .mega-menu-mobile-outer .menu-header-mobile,
  .main-menu__sub-sub__panel--3 .header__back{
  }
  .menu-header-mobile a:hover {
    border: 1px solid #e59700 !important;
  }
  .main-menu__sub-menu-container__row .hs-menu-wrapper.flyouts .hs-item-has-children {
    position: unset!important;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: 0!important;
    opacity: 1!important;
    position: unset!important;
  }
  .main-menu__sub-sub__panel--3 .header__back {
    margin-bottom: 28px;
  }
  .mega-menu-mobile-outer .mega-menu-header,
  .main-menu__sub-sub__panel--3 .header-test{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 1.3rem;
  }

  .mega-menu-mobile-outer .main-menu-mobile .main-menu__sub__panel--2.is-open {
    transform: translateZ(0);
  }

  .mega-menu-mobile-outer .main-menu-mobile .main-menu__sub__panel--2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 1.42857rem;
    z-index: 10;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: transform .7s;
    transition-timing-function: cubic-bezier(.86,.01,.77,.78);
    transform: translate3d(100%,0,0);
  }
  .mega-menu-mobile-outer .main-menu-mobile{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mega-menu-mobile-outer .content .menu-level-1-mobile:first-child {
    margin-top: 11px; 
  }
  .mega-menu-mobile-outer .content .menu-level-1-mobile {
    width: 100%;
  }
  .mega-menu-mobile-outer .content .menu-level-1-mobile>a {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height:100%;
    padding: 1.3rem;
    color: #512c1f;
    font-size:20px;
    line-height:21px;
    text-transform: uppercase;
    letter-spacing: 1.14288px;
    font-weight: 700;
    text-decoration:none;
    font-family: 'Manrope', sans-serif;
    border-bottom: .0625rem solid #f2e9da;
  }
  .mega-menu-mobile-outer .content .menu-level-1-mobile>a .toggle, 
  .mega-menu-mobile-outer .content .main-menu__sub__panel--2 .main-menu-sub__level-2>a .toggle {
    position: absolute;
    top: 50%;
    right: 0;
  }
  .mega-menu-mobile-outer .content .menu-level-1-mobile>a .toggle:before,
  .mega-menu-mobile-outer .content .main-menu__sub__panel--2 .main-menu-sub__level-2>a .toggle:before {
    content: "";
    display: block;
    height: 5.71424px;
    margin-top: -4.57136px;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    width: 0;
    right: 1.3rem;
    transform: rotate(135deg);
  }
  .mega-menu-mobile-outer .content .menu-level-1-mobile>a .toggle:after,
  .mega-menu-mobile-outer .content .main-menu__sub__panel--2 .main-menu-sub__level-2>a .toggle:after {
    margin-top: -1.14288px;
    transform: rotate(45deg);
  }
  .mega-menu-mobile-outer .content .menu-level-1-mobile>a .toggle:after,
  .mega-menu-mobile-outer .content .main-menu__sub__panel--2 .main-menu-sub__level-2>a .toggle:after {
    content: "";
    display: block;
    height: 5.71424px;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    width: 0;
    right: 1.3rem;
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile.is-open {
    transform: translateZ(0);
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile.is-close {
    transform: translate3d(100%,0,0);
  }
  /*   .mega-menu-mobile-outer .content .sub-menu-mobile {
  padding: 0 40px !important;
} */
  .mega-menu-mobile-outer .content .sub-menu-mobile {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*     padding: 0 22px; */
    z-index: 10;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: transform .7s;
    transition-timing-function: cubic-bezier(.86,.01,.77,.78);
    transform: translate3d(100%,0,0);
  }
  li.header-main-utility__customer-mobile.login-account-mobile {
    /*     display: block; */
    display:none;
  }
  li.header-main-utility__customer-desktop.login-account-desktop {
    display: none;
  }
  .mega-menu-mobile-outer .content {
    display: flex;
    border-top: .0625rem solid #f2e9da;
    flex-direction: column;
    flex-grow: 0;
    overflow-y: auto;
    height: 100%;
    border-bottom: 2px solid #8b8f93;
  }
  .mega-menu-mobile-outer .sub-menu-title-mobile{
    padding: 1.3rem;
    border-bottom: .0625rem solid #f2e9da;
  }
  .mega-menu-mobile-outer .sub-menu-title-mobile a {
    /* margin: 1.42857rem 0; */
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1.14288px;
    font-weight: 700;
    color: #512c1f;
    font-size:20px;
    font-weight:700;
    font-family: 'Manrope', sans-serif;
  }
  .off-canvas-wrapper .off-canvas.is-open {
    transform: translateZ(0);
  }
  body .off-canvas-wrapper .position-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    transform: translate3d(100%,0,0);
  }
  /*   .mega-menu-mobile-outer .main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul {
  padding-left: 22px;
} */
  .mega-menu-mobile-outer .main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li a {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    color: #512c1f;
    line-height: 22px;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1.14288px;
    font-weight: 500;
    text-wrap: wrap;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    text-decoration: underline;
    text-underline-offset: .25rem;
    padding: 1.3rem;
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile .position.editorial {
    order: 2;
    padding: 22px 0; 
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile .main-menu-sub__container {
    position: relative;
    height: 250px;
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile .main-menu-sub__container a {
    display: block;
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile .main-menu-sub__container a .overlay__wrap {
    height: 0;
    padding-bottom: 75%;
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile .main-menu-sub__container a .overlay__wrap img{
    position: absolute;
    display: block;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
  }
  .mega-menu-mobile-outer .content .main-menu-sub__container a .overlay__text {
    width: 100%;
    padding: 12px;
    text-align: left;
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile .main-menu-sub__container a .overlay__text h4 {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin-bottom:0;
    font-family: 'Manrope', sans-serif;
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile .main-menu-sub__container a .overlay__text p {
    display: none;
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile .main-menu-sub__container a .overlay__text p {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
  }
  .mega-menu-mobile-outer .content .sub-menu-mobile .main-menu-sub__container a:after {
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.16) 56%,rgba(0,0,0,.55));
    z-index: 1;

  }
  .mega-menu-mobile-outer {
    display: block;
    position: fixed;
    padding:0 40px;
    overflow-y: scroll;
    overflow-x:hidden;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    transform: translate3d(100%,0,0);
    transition: transform .7s;
    transition-timing-function: cubic-bezier(.86,.01,.77,.78);
    background-color: white;
    z-index: 1;
  }
  .mega-menu-mobile-outer.mobile-toggle {
    transform: translateZ(0);
    padding:0 30px;
  }
  .header-toprow__right__special {
    display: none;
  }
  a.special-offers-mobile {
    display: none!important;
    height: 44px;
    background-color: #d12420;
    color: #fff;
    width: 100%;
    outline: 1px solid;
    display: table;
    margin: 150px 0 20px;
  }
  .special-offers-mobile .special-offers-mobile-txt {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 1.14;
    text-align: center;
    display: table-cell;
    width: 85%;
    vertical-align: middle;
    padding: 10px 0;
  }
  svg.footer-svg {
    display: inline-block;
    fill: currentColor;
    height: 100%;
    position: relative;
    top: -.0625em;
    width: 100%;
  }
  .mega-menu-mobile-outer:after {
    content: "";
    display: block;
    height: 100%;
    width: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  .menu-header-mobile a.level-two:active {
    border: 1px solid #e59700 !important;
  }
  .mega-menu-mobile-outer li:hover {
    border: 1px solid #e59700 !important;
  }

  .main-menu__sub-menu-container__row li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover{
    border: 1px solid #e59700 !important;
  }
  .mega-menu-mobile-outer .header__back a:hover {
    border: 1px solid #e59700 !important;
  }
  .mega-menu-mobile-outer .content .main-menu__sub-sub__panel--3 .main-menu__sub-sub .sub-heading-toggle-menu h2:hover{
    border: 1px solid #e59700 !important;
  }

}
/* @media(max-width:768px){
  .mega-menu-mobile-outer .content .menu-level-1-mobile:hover{
    border: 1px solid #e59700 !important;
  }
} */

@media(max-width:600px){
  .header-toprow__center .owl-carousel {
    width: 400px;
  } 
  .header-botrow__right .header-main-utility>li {
    margin-left: 11px;
  }

}
@media(max-width:600px){
  .header-toprow__center .owl-carousel {
    width: 400px;
  } 
  @media(max-width:400px){
    .header-toprow__center .owl-carousel {
      width: 290px;
    }
    .header-botrow__left {
      flex: 0 30%;
    }
    .header-botrow__right {
      flex: 0 68%;
    }
  }
 @media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance:none) {
    @media (min-width: 767px) {
      .mega-menu-mobile-outer .content .menu-level-1-mobile:hover {
        outline: 2px solid red !important;
      }
      .mega-menu-mobile-outer .content .menu-level-1-mobile a:focus-visible {
        outline: none !important; 
      }
    }
  }
}

/*   @media screen and (-webkit-min-device-pixel-ratio:0) {
    mega-menu-mobile-outer .content .menu-level-1-mobile:focus {
        outline: 1px auto -webkit-focus-ring-color !important;
    }
} */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
  
  .mega-menu-mobile-outer.mobile-toggle {
    width: 100vw;
    padding: 0;
  }
  
  .main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li{
    border-bottom: .0625rem solid #f2e9da;
   }
  
  .item-col.card {
    width: 50%;
    float: left;
    padding: 4px;
}
  
   .main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li{
    padding:1.3rem!important;
    border-bottom: .0625rem solid #f2e9da;
  }
  
  .main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li {
    padding:0;
  }
  
  .mega-menu-mobile-outer .main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li a {
    padding: 0;
    margin-left: 15px;
  }
  
  .mega-menu-mobile-outer .menu-header-mobile>a:before, .main-menu__sub-sub__panel--3 .header__back>a:before {
    margin-left: -15px;
  }
  
  .mega-menu-mobile-outer .menu-header-mobile>a:after, .main-menu__sub-sub__panel--3 .header__back>a:after {
    margin-left: -15px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    height: unset;
  }
  
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
    text-decoration: none!important;
  }
  
  .main-menu__sub-menu-container__row .item-col.menu .hs-menu-wrapper ul li {
    margin-bottom: 0;
}
  
    .sub-heading-toggle-menu {
    padding: 1.3rem;
    border-bottom: .0625rem solid #f2e9da;
}
  
  .sub-heading-toggle-menu h2 {
    margin: 0;
    color: #512c1f;
  }
  
  .main-menu__sub-sub__panel--3 .header-test {
    border-bottom: .0625rem solid #f2e9da;
  }
  
  .main-menu__sub-sub__panel--3 .header__back {
    margin-bottom: 0;
  }
  
  .main-menu__sub-sub__panel--3 .header__line {
    border: 0;
  }
  
  
  }

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}
  


@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

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

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

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

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


@media(max-width:1230px){

}