/********************************************************/
/* ADD YOUR CUSTOM CODE IN custom-guarana-2022.css FILE */
/********************************************************/

/* Custom styling */
/** ADOBE FONTS **/
@import url("https://use.typekit.net/djt2ykw.css");
/*****************/

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  font-family: capitolium-2, serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 40px !important;
  }
}

p, 
a, 
li {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-style: normal;
}

.widget-type-rich_text li {
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 40px;
  line-height: normal;
}

h3, .h3 {
  font-size: 30px;
  line-height: normal;
}

h4, .h4 {
  font-size: 20px;
  line-height: normal;  
}

p sup, a sup {
  font-size: x-small !important;
  vertical-align: super !important;
  line-height: unset !important;
}

h1 sup, h2 sup, h3 sup {
  font-size: small;
  vertical-align: super !important;
  line-height: unset !important;
}

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

.no-margin {
  margin: 0 !important;
}

.pt-75 {
  padding-top: 75px;
}

.caps {
  text-transform: uppercase;
}

a.cta-btn-orange,
a.cta-btn-green,
a.cta-btn-darkblue,
a.cta-btn-lightblue,
a.cta-btn-green-border {
  display: inline-block;
  font-family: montserrat,sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  width: fit-content !important;
  color: #fff !important;
  font-size: 16px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 15px 20px 12px;
  transition: all 0.25s ease-in-out !important;
}

a.cta-btn-orange {
  background: #e44e1d !important;
}

a.cta-btn-green {
  background: #5abd90 !important;
}

a.cta-btn-lightblue {
  background: #5a5373 !important;
}

a.cta-btn-darkblue {
  background: #081626 !important;
}

a.cta-btn-green-border {
  background: #081626;
  border: 4px solid #5abd90;
  padding: 11px 16px 8px;
}

.cta-btn-orange:hover,
a.cta-btn-green:hover,
a.cta-btn-lightblue:hover,
a.cta-btn-darkblue:hover,
a.cta-btn-green-border:hover {
  transform: scale(1.05);
}

.eclair-bullet li {
  list-style-image: url('https://417746.fs1.hubspotusercontent-na1.net/hubfs/417746/guarana-eclair%20%281%29.svg');
}

.eclair-bullet-orange li {
  list-style-image: url('https://417746.fs1.hubspotusercontent-na1.net/hubfs/417746/GUARANA_eclair_orange.svg');
}

.eclair-bullet li::marker,
.eclair-bullet-orange li::marker {
  font-size: 27px;
}

/****** FORMS / FORMULAIRES *******/
form label, 
form legend,
form input,
form textarea,
form div.input select,
.legal-consent-container {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-style: normal;
}

form input,
form textarea,
form div.input select {
  border: none;
}

a.hs-button.large.primary,
input.hs-button.primary.large {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  background: #e44e1d;
  padding: 15px 20px;
  transition: all .4s ease;
}

a.hs-button.large.primary:hover,
input.hs-button.primary.large:hover {
  background: #fa551f;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

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

li.hs-form-booleancheckbox label a {
  color: #e44e1d;
}

li.hs-form-booleancheckbox .hs-input[type=checkbox],
li.hs-form-checkbox .hs-input[type=checkbox]{
  width: auto !important;
}

/****** MODULE CITATION ******/
p.quote {
  font-family: capitolium-2, serif;
  font-size: 48px;
  line-height: normal;
}

.quotation-mark {
  font-family: capitolium-2, serif;
}


/****** PAGE EQUIPE ******/
body.page-91310847773 .bg-int-slider {
  background: rgb(8,22,38);
  background: linear-gradient(180deg, rgba(8,22,38,1) 25%, rgba(48,66,81,1) 50%, rgba(8,22,38,1) 75%);
}

@media screen and (max-width: 648px) {
  body.page-91310847773 .hero-video-bg {
    padding: 150px 20px 20px 20px;
  }
}

#hs-testimonial-slider {
}

/****** FOOTER ******/
footer h4 {
  font-family: montserrat,sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

/***************************/
/*          BLOGUE         */
/***************************/

/****** BLOG LISTING ******/

.blog-listing main,
body.blog-post section {
  padding-top: 98px;
}

h2 a.blog-index__post-title-link {
  font-family: capitolium-2, serif;
  font-weight: 700;
  font-style: normal;
}

h2 a.blog-index__post-title-link {
  text-decoration: none;
  color: #081626;
}

section.blog-index {
  background: rgb(8,22,38);
  background: linear-gradient(180deg, rgba(8,22,38,1) 25%, rgba(48,66,81,1) 50%, rgba(8,22,38,1) 75%);
}

.blog-index__post-content {
  padding: 0 20px 20px 20px;
}

.blog-index article {
  background: #e1ebf2;
  margin: 15px;
  transition: all 0.25s ease-in-out;
}

.blog-index article:hover {
  transform: translateY(-4px);
  cursor: pointer;
}

.blog-index__post-summary p,
.blog-index__post-summary a {
  color: #081626;
}

time.blog-index__post-timestamp {
  color: #081626;
  font-size: 16px;
  margin-top: 20px;
}

body.blog-listing .dnd-section .dnd-column {
  padding: 0;
}

body.blog-listing div#hs_cos_wrapper_dnd_area-module-2 {
  background: #081626;
}

.blog-tags ul li a,
.BlogFilter,
time.blog-index__post-timestamp {
  font-family: montserrat,sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

/****** BLOG POST ******/

.hero-video-text time,
input.hs-search-field__input,
.ucBlogFilter h3,
body.blog-post article p,
body.blog-post article a,
body.blog-post article li,
.read-time {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-style: normal;
}

.back-blog-listing {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 1095px;
  width: 100%;
}

.back-blog-listing a {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
}

.back-blog-arrow {
  filter: invert(33%) sepia(94%) saturate(1343%) hue-rotate(350deg) brightness(92%) contrast(93%);
  margin-right: 5px;
}

.hero-video-text time,
.read-time {
  letter-spacing: 1px;
}


body.blog-post article {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 50px 0;
}

body.blog-post input.hs-button.primary.large {
  padding: 15px 20px;
  background: #e44e1D;
  color: #fff;
  font-weight: bold;
  border: none;
}

.blog-post-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-post-section p,
.blog-post-section li {
  line-height: 2;
}

.blog-post-section a,
.blog-post-section p a {
  color: #e44e1d;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.blog-post-section a:hover,
.blog-post-section p a:hover {
  color: #9b3210;
}

.blog-post-section h2,
.blog-post-section h3,
.blog-post-section h4,
.blog-post-section h5,
.blog-post-section h6 {
  color: #081626;
  margin-top: 50px;
  line-height: 1.25;
}

.gray-box {
    background: #f2f2f2;
    padding: 20px;
}

.gray-box h2,
.gray-box h3,
.gray-box h4 {
  margin-top: 0 !important;
}

.gray-box p:last-of-type {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .blog-post-section {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-post-section article {
    max-width: unset;
  }

  .blog-subscription-sidebar {
    max-width: unset;
  }

  .blog-post-section p,
  .blog-post-section li {
    font-size: 18px;
  }

  .blog-post-section h2 {
    font-size: 30px;
  }

  .blog-post-section h3 {
    font-size: 26px;
  }

  .blog-post-section h4 {
    font-size: 24px;
  }
}


/***************************/
/*     ACCUEIL - HOME      */
/***************************/

div#smart-form-item-richtext .home-form-text {
  max-width: 540px;
}

body.home-page div#hs_cos_wrapper_widget_1667500643221 .bg-int-slider {
  background: #081626 !important;	
}

body.home-page #hs_cos_wrapper_widget_1667500643221 .int-slider-menu-mobile a.cta-btn-orange {
  background: #9b3210 !important;
}

body.home-page header ul li .active,
body.blog-listing header ul li .active{
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  div#smart-form-item-richtext .home-form-text {
    max-width: unset;
  }
}

@media screen and (max-width: 648px) {
  body.home-page .hero-video-text p:last-of-type,
  body.home-page #hs_cos_wrapper_widget_1667589856573_ p:last-of-type {
    margin-bottom: 0;
  }

  #hs_cos_wrapper_module_16675036352473 .bg-int-slider {
    padding: 40px 0 75px 0;
  }
}

/***************************/
/*       LANDING PAGE      */
/***************************/
@media screen and (max-width: 529px) {
  body.landing-page h2 {
    font-size: 28px !important;
    text-align: center;
  }
  body.landing-page h3 {
    font-size: 24px;
    text-align: center;
  }
}

/***************************/
/*   EXPÉRIENCE GUARANA    */
/***************************/

.sprint-description-box-elements ul li {
  font-family: capitolium-2, serif;
  font-weight: 700;
  font-style: normal;
}

#hs_cos_wrapper_widget_1671110132789 .titre-citation-section {
  background-size: cover;
}

body.page-95464754257 .int-slider-menu-mobile a.cta-btn-green {
  background: #235f51 !important;
}

@media screen and (max-width: 1440px) {
  body.page-95464754257 .titre-citation-container {
    padding: 70px 20px 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  body.page-95464754257 div#hs_cos_wrapper_widget_1671651284766 {
    display: none;
  }
}

/***************************/
/*     ÉQUIPE TEST A/B     */
/***************************/

body.page-91310847773 div#hs_cos_wrapper_widget_1668168577661 .bg-int-slider {
  background: #081626;
}

body.page-95248042277 div#hs_cos_wrapper_widget_1668168577661 .bg-int-slider {
  background: #304251;
}
/*******************************/
/*   MODULE PAGES 4 PILIERS    */
/*******************************/

div.piliers-liste {
  border-bottom: 1px solid #081626;
  max-width: 400px;
}

div.piliers-liste:last-of-type {
  border-bottom: none;
}

div.piliers-liste a {
  width: fit-content;
  display: flex;
  font-family: capitolium-2,serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
  padding: 15px 0;
}

div.piliers-liste a:hover {
  text-decoration: underline;
}

div.piliers-liste a img {
  margin-right: 10px;
}


/***************************/
/*        PAGE KARTO       */
/***************************/
body.page-95613551432 div#hs_cos_wrapper_widget_1671209226594 .fixed-slider-with-image-section {
  background: rgb(8,22,38);
  background: linear-gradient(180deg, rgba(8,22,38,1) 25%, rgba(48,66,81,1) 75%);
}

body.page-95613551432 #hs_cos_wrapper_widget_1673471148798 .int-slider-item h2 {
  color: #081626;
}

body.page-95613551432 .quote-bg {
  background: rgb(48,66,81);
  background: linear-gradient(180deg, rgba(48,66,81,1) 15%, rgba(8,22,38,1) 50%);
}

body.page-95613551432 p.quote-author,
body.page-95613551432 #hs_cos_wrapper_widget_1671214868856 p.quote {
  color: #fff;
}

@media screen and (max-width: 949px) {
  body.page-95613551432 .quote-section {
    padding: 40px 20px;
  }

  body.page-95613551432 div#hs_cos_wrapper_widget_1671209226594 .fixed-slider-with-image-section,
  body.page-95613551432 div#hs_cos_wrapper_widget_1671215201722 .fixed-slider-with-image-section,
  body.page-95613551432 .bg-int-slider{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body.page-95613551432 #hs_cos_wrapper_widget_1671723312226 p.quote {
    margin-bottom: 0;
  }
}

/***************************/
/*       PAGE KONFIG       */
/***************************/
body.page-95862863393 .row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-2-padding.dnd_area-row-2-max-width-section-centering.dnd-section {
  background: rgb(48,66,81);
  background: linear-gradient(180deg, rgba(48,66,81,1) 25%, rgba(8,22,38,1) 75%);
}

body.page-95862863393 div#hs_cos_wrapper_widget_1671716183006 .fixed-slider-with-image-section,
body.page-95862863393 div#hs_cos_wrapper_widget_1671726782492 .fixed-slider-with-image-section {
  background: rgb(48,66,81);
  background: linear-gradient(180deg, rgba(48,66,81,1) 25%, rgba(8,22,38,1) 75%);
}

body.page-95862863393 div#hs_cos_wrapper_widget_1671726446734 .img-with-text-section {
  background: rgb(8,22,38);
  background: linear-gradient(180deg, rgba(8,22,38,1) 25%, rgba(48,66,81,1) 75%);
}

body.page-95862863393 #hs_cos_wrapper_widget_1671726782492 {
  padding: 70px 0;
  background: linear-gradient(180deg,#304251 25%,#081626 75%);
}

@media screen and (min-width: 649px) {
  body.page-95862863393 #hs_cos_wrapper_widget_1673535313639 .img-with-text-section {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 648px) {
  body.page-95862863393 #hs_cos_wrapper_widget_1673535313639 .img-with-text-section {
    padding: 40px 20px;
  }

  body.page-95862863393 #hs_cos_wrapper_widget_1671726446734 .img-with-text-section {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1446px) {
  body.page-95862863393 #hs_cos_wrapper_widget_1671726782492 .fixed-slider-with-image-text-container,
  body.page-100933674889 #hs_cos_wrapper_widget_1671726782492 .fixed-slider-with-image-text-container {
    min-height: 400px;
    padding: 125px 150px;
  }
}

@media screen and (max-width: 1445px) {
  body.page-95862863393 #hs_cos_wrapper_widget_1671726782492 .fixed-slider-with-image-text-container,
  body.page-100933674889 #hs_cos_wrapper_widget_1671726782492 .fixed-slider-with-image-text-container {
    min-height: 400px;
    padding: 80px 150px;
  }
}

@media screen and (max-width: 645px) {
  body.page-95862863393 #hs_cos_wrapper_widget_1671726782492 .fixed-slider-with-image-section,
  body.page-95862863393 #hs_cos_wrapper_widget_1671215201722 .fixed-slider-with-image-section {
    padding: 40px 0;
  }

  body.page-95862863393 #hs_cos_wrapper_widget_1671726782492 {
    padding: 0;
  }

  #hs_cos_wrapper_widget_1673535313639 #img-with-text-content p {
    margin-bottom: 0;
  }
}

/***************************/
/*   PAGE MÉTHODE 9-90     */
/***************************/

body.page-96005194146 .quote-bg {
  background: rgb(48,66,81);
  background: linear-gradient(180deg, rgba(48,66,81,1) 15%, rgba(8,22,38,1) 50%);
}

body.page-96005194146 p.quote-author,
body.page-96005194146 #hs_cos_wrapper_widget_1671214868856 p.quote {
  color: #fff;
}

body.page-96005194146 .quote-section {
  flex-direction: row-reverse;
}

@media screen and (max-width: 949px) {
  body.page-96005194146 .quote-section {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 639px) {
  body.page-96005194146 .quote-section {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 645px) {
  body.page-96005194146 #hs_cos_wrapper_widget_1671215201722 .fixed-slider-with-image-section {
    padding: 40px 0;
  }

  body.page-96005194146 .hero-image-item#hero-image-item-text p,
  body.page-96005194146 #hs_cos_wrapper_widget_1671731264951 p{
    margin-bottom: 0;
  }
}

/***************************/
/*      PAGE CARRIÈRE      */
/***************************/

body.page-95891208814 .hero-video-bg {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 529px) {
  body.page-95891208814 .hero-video-bg {
    height: auto;
    min-height: 300px;
    padding: 40px 20px;
    justify-content: center;
  }
}

/***************************/
/*      PAGE RÉSULTATS     */
/***************************/

body.page-96005485879 .cta-section {
	background: linear-gradient(180deg, #081626 25%,#304251 75%);
}

.tags-clients a {
  font-family: montserrat,sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-transform: uppercase;
  background: #e44e1d !important;
  color: #fff;
  text-decoration: none;
  border-radius: 0 !important;
  transition: all 0.25s ease-in-out;
}

.tags-clients a:hover {
  transform: scale(1.05);
}

body.page-96005485879 .cards-section {
  padding: 70px 0 0 0;
}

.card-testimonial p:first-of-type {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-author p:first-of-type {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1274px) {
  .card-testimonial p:first-of-type,
  .card-author p:first-of-type{
    min-height: 70px;
  }
}

@media screen and (max-width: 648px) {
  body.page-96005485879 .hero-video-bg {
    padding: 150px 20px 20px 20px;
  }

  body.page-96005485879 .cards-section {
    padding: 40px 0;
  }

  body.page-96005485879 .cards-container {
    margin-bottom: 0;
  }

  .card-testimonial p:first-of-type {
    min-height: unset;
    display: block;
  }

  .card-author p:first-of-type {
    min-height: unset;
    display: block;
  }
}

/***************************/
/*        PAGE PRIX        */
/***************************/

@media screen and (max-width: 648px) {
  body.page-95646668653 .hero-image-item h1 {
    margin-bottom: 0;
  }

  body.page-95646668653 .smart-form-item h2 {
    font-size: 32px;
  }
}

/***************************/
/*      PAGE CONTACT       */
/***************************/

/* FR */

body.page-98752273518 .hero-video-bg {
  height: auto;
  min-height: 500px;
}

/* EN */
body.page-100955652448 .hero-video-bg {
  height: auto;
  min-height: 500px;
}


/***************************/
/*       ANCIEN SITE       */
/***************************/

p a {
  color: #e44e1d;
}

blockquote footer {
  background: #fff;
}

.hs-image-widget {
  width: auto;
}

.hs-accordion {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}

.hs-accordion__item[aria-expanded=true] button {
  color: #fff !important;
  border-bottom-color: #fff !important;
}

.hs-accordion__item li::marker {
  color: #fff !important;
}

/***************************/
/*   PILLAR PAGE HUBSPOT   */
/***************************/

body.page-48284120597 #loading {
  animation: rotation 12s infinite linear;
  -webkit-animation: rotation 12s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/***************************/
/*     PAGE RESSOURCES     */
/***************************/

.resource-page .hero-video-bg {
  height: 100%;
  min-height: 500px;
}

.resource-page .custom-banner h1 {
  margin: 0;
}

.resource-page .row1-group .page-center {
  padding-top: 40px;
}

.resource-page .row1-group .left-col {
  width: 66.66666667%!important;
}

.resource-page .row1-group .right-col {
  width: 33.33333333%!important;
  padding-left: 20px;
  margin:0 !important;
}

.resource-page .row1-group .right-col > .hs_cos_wrapper_type_widget_container {  
  border: 2px solid #d8dfe8;
  font-size: 1em;
  padding: 28px 28px;
  word-wrap: break-word;
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}

.resource-page .row1-group .right-col h6 {
  margin: -2px 0 0;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}

.resource-page .row1-group .right-col h6 a.red-btn {
  padding: 14px 20px;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  background-image: none;
}

.resource-page .row1-group .right-col h6 a.red-btn:hover {
  text-decoration: none;
  background: rgba(228, 78, 29, 0.9);
  transition: background 500ms;
}

.resource-page .row1-group .page-share.cresta-share-icon {
  margin-top: -8px;
}

.resource-page .row1-group .row1-bottom {
  padding-top: 30px;
}

.resource-page .row1-group .row1-bottom h3.tabber-title {
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 22px;
}

.resource-page .research-tabber-group.resource-tabber-group {
  padding: 0;
}

.resource-tabber-group .tabber-inner-content {
  width: 100% !IMPORTANT;
  margin: 30px 0 0 !important;
}

.resource-tabber-group .two-col-tabber-item {
  margin-left: -15px;
  margin-right: -15px;
  display: inline-block;
  width: calc(100% + 30px);
}

.resource-tabber-group .two-col-tabber-item .left-col {
  width: 33.33333333% !important;
  padding: 0 15px;
  float: left;
}

.resource-tabber-group .two-col-tabber-item .right-col {
  width: 66.66666667% !important;
  padding: 0 15px;
  float: left;
}

.resource-tabber-group .two-col-tabber-item .grey-content {
  background-color: #ffebe6;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0 5px 0 #e44e1d;
  color: #081626;
  font-size: 1em;
  margin-bottom: 35px;
  padding: 28px;
}

.resource-tabber-group .two-col-tabber-item .grey-content h6 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.resource-tabber-group .two-col-tabber-item .grey-content h6 a {
  color: #fff;
  background-color: #e44e1d;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  margin-top: -2px;
}

.resource-tabber-group .two-col-tabber-item .grey-content h6 a:hover {
  transform: scale(1.05);
}

.resource-tabber-group .two-col-tabber-inner-item:after {
  content: '';
  border-bottom: 1px dashed #e1ebf2;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.resource-tabber-group .two-col-tabber-inner-item {
  padding-bottom: 33px;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.resource-tabber-group .two-col-tabber-item .grey-content h2 {
  color: #081626;
}

.resource-tabber-group .two-col-tabber-item:last-child .two-col-tabber-inner-item {
  padding: 0;
  margin: 0;
}

.resource-tabber-group .two-col-tabber-item:last-child .two-col-tabber-inner-item:after {
  display: none;
}

.resource-tabber-group .two-col-tabber-item .left-col img {
  margin: 0 0 0 auto;
  display: block;
  max-width: 100%;
}

.resource-tabber-group .two-col-tabber-item .grey-content h6 i.fa.fa-adjust {
  padding-right: 12px;
}

.resource-tabber-group .two-col-tabber-item .right-col .wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
}

.resource-tabber-group .two-col-tabber-item .right-col .wpb_video_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 979px) {
  .resource-page .custom-banner .page-center {
    padding: 0 40px !important;
  }

  .resource-page .custom-banner h1 {
    margin: 0 0 20px;
  }

  .resource-page .row1-group .left-col {
    width: 100% !important;
    margin: 0 0 20px;
  }

  .resource-page .row1-group .right-col {
    width: 100% !important;
    padding-left: 0;
    margin: 0 0 20px !important;
  }

  .resource-page .row1-group .row1-bottom {
    padding-top: 40px;
  }

  .resource-tabber-group .two-col-tabber-item .left-col {
    width: 100% !important;
    float: none;
  }

  .resource-tabber-group .two-col-tabber-item .left-col img {
    margin: 0 auto;
    display: block;
    padding-left: 120px;
    padding-right: 120px;
  }

  .resource-tabber-group .two-col-tabber-item .right-col {
    width: 100% !important;
    padding: 0 15px;
    float: none;
    display: inline-block;
  }

  .resource-tabber-group .two-col-tabber-inner-item {
    padding-bottom: 53px;
    margin-bottom: 50px;
  }

  .resource-tabber-group .two-col-tabber-item .right-col .cta-col {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .resource-page .row1-group .page-center {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .resource-page .row1-group .right-col h6 {
    margin-bottom: 21.73913043px;
  }

  .resource-page .row1-group .row1-bottom {
    padding-top: 30px;
  }

  .resource-tabber-group .two-col-tabber-item .left-col img { 
    padding-left: 0;
    padding-right: 0;
  }

  .resource-tabber-group .two-col-tabber-inner-item {
    padding-bottom: 0;
    margin-bottom: 53px;
  }
}

@media (max-width: 479px) {
  .resource-tabber-group .two-col-tabber-item .grey-content h2 {
    font-size: 24px;
  }
  .resource-tabber-group .tabber-inner-content {
    padding-right: 0;
  }

}

/* Research tabber */
.research-page .custom-banner h1 {
  margin: 0;
}

.research-page .row1-group .hs_cos_wrapper_type_rich_text h2 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 0px;
  font-weight: 700;
  margin: 0 0 30px;
}

.research-page .row1-group .hs_cos_wrapper_type_rich_text h6 {
  margin: 0;
  text-align: center;
}

.research-page .row1-group .hs_cos_wrapper_type_rich_text h6 a {
  display: inline-block;
}

.research-page .row1-group .hs_cos_wrapper_type_rich_text h6 a span {
  padding: 15px 37px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  line-height: normal;
  max-width: 300px;
  background-color: #00aec5;
  border-color: #00aec5;
  color: #fff;
  display: block;
  margin: 0 auto;
  min-width: 300px;
  text-transform: uppercase;
  text-shadow: none;
}

.research-page .row1-group .hs_cos_wrapper_type_rich_text h6 a span:hover {
  background-color: #00aec5;
  border-color: #00aec5;
  color: #fff;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 54%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(54%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 54%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 54%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 54%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 54%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 );
}

.research-tabber-group {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0;
}

.research-tabber-group .tabber-tab {
  display: inline-block;
  width: 100%;
  margin-bottom: -7px;
}

.research-tabber-group .tabber-tab ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
}

.research-tabber-group .tabber-tab ul li {
  margin: 0px 0px -1px 0px;
  border: 1px solid #ddd;
  margin-right: -1px;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  background: linear-gradient(top, #fafafa 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f7f7f7');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f7f7f7')";
  float: left;
}

.research-tabber-group .tabber-tab ul li a {
  padding: 0px 25px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-shadow: 1px 1px #fcfcfc;
  overflow: visible;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  box-shadow: inset 0px 1px 0px #fff;
  display: block;
  color: #e44e1d;
  text-decoration: none;
}

.research-tabber-group .tabber-tab ul li a:hover {
  color: inherit;
}

.research-tabber-group .tabber-tab ul li:first-child {
  border-radius: 2px 0px 0px 2px;
}

.research-tabber-group .tabber-tab ul li.active {
  position: relative;
  z-index: 10;
  border: solid 1px #d5d5d5;
  border-top: solid 1px #c9c9c9;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #ededed 100%);
  background: linear-gradient(top, #f2f2f2 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ededed');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ededed')";
}

.research-tabber-group .tabber-tab ul li.active a {
  box-shadow: inset 0px 1px 0px #dedede;
  color: inherit;
}

.research-tabber-group .tabber-inner-content {
  padding: 1em 1em 1em 0;
  text-align: left;
  width: calc(100% + 30px);
  margin: 30px -15px 0;
  display: inline-block;
}

.research-tabber-group .tabber-one-col-item .middle-content {
  width: 33.33333333%;
  padding: 0 15px;
  float: left;
}

.research-tabber-group .tabber-one-col-item .bottom-image {
  width: 66.66666667%;
  float: left;
  padding: 0 15px;
}

.research-tabber-group .tabber-one-col-item .middle-content h3 {
  margin: 0 0 20px;
}

.research-tabber-group .two-col .tabber-one-col-item .middle-content,
.research-tabber-group .two-col .tabber-one-col-item .bottom-image {
  width: 50%;
}

.research-tabber-group .three-col .tabber-one-col-item {
  width: 33.33333333%;
}

.research-tabber-group .three-col .tabber-one-col-item {
  width: 33.33333333%;
  float: left;
}

.research-tabber-group .three-col .tabber-one-col-item .top-image {
  text-align: center;
}

.research-tabber-group .three-col .tabber-one-col-item .middle-content {
  width: 100%;
  padding: 0 15px;
  float: none;
}

.research-tabber-group .tabber-one-col-item .middle-content p:last-child {
  margin: 0;
}

.research-page .full-width-with-parallax-bg-grp.parallax-bg {
  padding-top: 70px;
  padding-bottom: 63px;
  background-color: #e44e1d;
  background-position: inherit !important;
  background-attachment: inherit;
  background-size: auto;
}

.research-page .full-width-with-parallax-bg-grp.parallax-bg .page-center {
  padding: 0 15px;
}

.research-page .full-width-with-parallax-bg-grp.parallax-bg .inner-grp {
  width: 100%;
  display: inline-block;
}

.research-page .full-width-with-parallax-bg-grp.parallax-bg h2 {
  width: 25%;
  text-align: left;
  margin: 0;
  float: left;
  padding-right: 25px;
}

.research-page .full-width-with-parallax-bg-grp.parallax-bg .content-col {
  width: 75%;
  float: left;
  padding-left: 7px;
  text-align: left;
}

.research-page .full-width-with-parallax-bg-grp.parallax-bg .content-col p {
  margin: 0;
}

/***************************/
/*      PAGE LEXIQUE       */
/***************************/

body.page-12319019137 .hero-video-bg {
  height: 100%;
  min-height: 500px; 
}

.pillar__content span {
  font-family: montserrat,sans-serif;
  font-weight: 300;
  font-style: normal;
}

/********************************************/
/*      LANDING ABONNEMENT INFOLETTRE       */
/********************************************/

.page-61146081804 #hs_cos_wrapper_widget_1674147174679 .hero-video-container {
  padding-top: 75px;
  padding-bottom: 75px;
}

/********************************/
/*      PAGE SEARCH RESULTS     */
/********************************/

.search-results-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .search-results-container {
    padding: 40px 20px;
  }
}

.search-results-hero {
  padding-top: 110px;
}

.search-results-cta {
  margin-bottom: 30px;
}

.search-results .hs-search-field {
  margin-bottom: 30px;
}

.hs-search-results ul li a {
  color: #000;
}

/**************************/
/*      PAGE PASSWORD     */
/**************************/

.password-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 170px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .password-container {
    padding: 170px 20px;
  }
}

input#hs-pwd-widget-password {
  border: 1px solid #e1ebf2;
  margin-bottom: 30px;
  max-width: 490px;
  padding: 23px;
}


/*******************************/
/*   PAGES ABONNEMENTS EMAIL   */
/*******************************/

body.email-sub h2 {
  font-size: 26px;
}

/*******************************/
/*     LP AUTO-DIAGNOSTIC      */
/*******************************/
body.page-109686103163 {
	background: url('https://417746.fs1.hubspotusercontent-na1.net/hubfs/417746/background-lp-auto-diagnostic-filtres.png');
	background-size: cover;
}


body.page-109686103163 #hs_cos_wrapper_dnd_area-module-2 .hero-video-bg {
  background: transparent;
}

body.page-109686103163 footer.footer-landing {
  background: rgb(8,22,38);
}

body.page-109686103163 #hs_cos_wrapper_dnd_area-module-2 .hero-video-text {
  margin: 0 auto !important;
}

.cta-diagnostic {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
  max-height: 300px;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  max-width: 300px;
}

.cta-btn-green-border.cta-diagnostic:after {
  transition: 0.5s;
}

.cta-btn-green-border.cta-diagnostic:hover {
  background: url('https://417746.fs1.hubspotusercontent-na1.net/hubfs/417746/300x300_eclair_background.png');
  border: none;
  transition: 0.5s;
}

.cta-btn-green-border.cta-diagnostic:hover:after {
  transition: 0.5s;
  content: url(https://417746.fs1.hubspotusercontent-na1.net/hubfs/417746/cta-diagnostic-cest-parti.png);
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cta-btn-green-border.cta-diagnostic {
    background: url('https://417746.fs1.hubspotusercontent-na1.net/hubfs/417746/300x300_eclair_background.png');
    border: none;
    transition: 0.5s;
  }
  .cta-btn-green-border.cta-diagnostic:after {
    transition: 0.5s;
    content: url(https://417746.fs1.hubspotusercontent-na1.net/hubfs/417746/cta-diagnostic-cest-parti.png);
    margin: 0 auto;
    width: 100%;
  }
}


/*******************************/
/*     LP GUIDE EXPERIENCE     */
/*******************************/
body.page-104332612401 .dnd_area-row-6-background-color {
	background-image: linear-gradient(to bottom, rgba(90, 189, 144, 1), rgba(8, 22, 38, 1)) !important;
}

/*******************************/
/*     PAGES PACKAGES VENTES     */
/*******************************/
.oembed_container {margin:0 auto; display: flex !important;}
.main-section .dnd-section {
  border-radius: unset;
}

.bullet-check {
  list-style-type: "✓";
}

.bullet-cross {
  list-style-type: "✗";
}

li.bullet-check span,
li.bullet-cross span {
  position: relative;
  left: 5px;
}
/* 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.
*/

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

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

/* CSS variables */

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

/* Mobile layout */

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

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

/* Desktop layout */

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

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

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

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

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

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

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

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

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

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

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

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
.content-wrapper {
  margin: 0 auto;
  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.)
*/

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

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 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

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

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

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

@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;
  }
}

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

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.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;
  }
}

/* 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%;
  display: inline-table;
}

.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;
  }
}