/* TETOU custom theme */
:root {
  --f39-primary:#3f3735; --f39-accent:#ff6f61; --f39-red:#c93449; --f39-bg:#f8f2ec; --f39-surface:#ffffff; --f39-text:#3f3735; --f39-soft:#5f5f5f; --f39-line:#ebe5e3;
  --f39-font-headings:"Recoleta", Georgia, serif; --f39-font-body:"Manrope", Arial, sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body.f39-body{margin:0;background:var(--f39-bg);color:var(--f39-text);font-family:var(--f39-font-body);line-height:1.6} main,.f39-main{padding-top:0!important;margin-top:0!important} a{color:inherit} img{max-width:100%;height:auto} .f39-main{overflow:hidden}
.f39-header{position:sticky;top:0;z-index:9998;background:rgba(248,242,236,.96);border-bottom:1px solid var(--f39-line);backdrop-filter:blur(14px)} .f39-header-inner{max-width:1240px;margin:0 auto;min-height:78px;padding:0 24px;display:flex;align-items:center;gap:28px}
.f39-brand-link{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0} .f39-brand-logo{width:auto;height:auto;max-width:58px} .f39-brand-name{font-family:var(--f39-font-headings);font-size:1.42rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--f39-primary)}
.f39-nav-desktop{display:none;flex:1;justify-content:center} .f39-nav-desktop-list{display:flex;align-items:center;justify-content:center;gap:8px;list-style:none;margin:0;padding:0;flex-wrap:wrap} .f39-nav-item{position:relative} .f39-nav-desktop a,.f39-nav-mobile a{display:flex;align-items:center;gap:7px;text-decoration:none;font-weight:800;color:var(--f39-primary)} .f39-nav-desktop svg,.f39-nav-mobile svg{width:18px;height:18px;flex:none} .f39-nav-desktop-list>li>a{padding:10px 9px;border-radius:999px;font-size:.91rem} .f39-nav-desktop-list>li>a:hover,.f39-nav-desktop-list>li:focus-within>a{background:#fff;color:#c93449}
/* Mega menu layout: D - hero banner */
.f39-mega-panel{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);width:min(760px,calc(100vw - 48px));background:#fff;border:1px solid var(--f39-line);box-shadow:0 24px 60px rgba(63,55,53,.16);border-radius:8px;padding:18px;grid-template-columns:1.4fr 1fr;gap:14px} .f39-nav-item:hover .f39-mega-panel,.f39-nav-item:focus-within .f39-mega-panel{display:grid} .f39-mega-panel article a{display:grid;gap:8px} .f39-mega-featured img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px} .f39-mega-small a{grid-template-columns:70px 1fr;align-items:center} .f39-mega-small img{width:70px;height:54px;object-fit:cover;border-radius:5px} .f39-mega-title{font-weight:900;line-height:1.25} .f39-mega-panel time{font-size:.78rem;color:var(--f39-soft)}
.f39-header-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0} .f39-burger{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;min-height:42px;padding:8px;background:#fff;border:1.5px solid rgba(0,0,0,.18);border-radius:8px;color:#1a1a1a;cursor:pointer;z-index:10000;flex-shrink:0;position:relative} .f39-burger-bars,.f39-burger>span{display:flex;flex-direction:column;gap:4px;width:24px;height:16px} .f39-burger-bars span{display:block;height:2px;background:currentColor;border-radius:2px}
.f39-nav-mobile{display:none} .f39-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:9998} .f39-drawer-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:0;border-radius:8px;background:#3f3735;color:#fff;font-size:28px} .f39-nav-mobile-list{list-style:none;margin:0;padding:0;display:grid;gap:4px} .f39-nav-mobile-list a{padding:14px 0;border-bottom:1px solid var(--f39-line);color:#1a1a1a}
.f39-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border-radius:8px;padding:13px 18px;font-weight:900;border:1px solid transparent} .f39-btn--cta{background:var(--f39-accent);color:#3f3735} .f39-btn--ghost{background:#fff;color:var(--f39-primary);border-color:rgba(63,55,53,.18)} .f39-btn:hover{transform:translateY(-1px)}
@keyframes rpCtaScale{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}} .f39-btn--cta:hover{animation:rpCtaScale .38s ease both} @keyframes rpParallaxFloat{0%{transform:translateY(0)}100%{transform:translateY(-10px)}} .f39-parallax-section{animation:rpParallaxFloat 6s ease-in-out infinite alternate} @keyframes rpSpinWheel{0%{transform:rotate(0)}100%{transform:rotate(360deg)}} .f39-cto-wheel{animation:rpSpinWheel 12s linear infinite}
.f39-hero{position:relative;overflow:hidden;min-height:70vh;display:grid;place-items:center;padding:96px 24px;background:#3f3735} .f39-hero-video-wrap{position:absolute;inset:0;pointer-events:none} .f39-hero-video{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100%;min-width:177.78vh;transform:translate(-50%,-50%);border:0} .f39-hero-video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.65) 100%)} .f39-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover} .f39-hero-inner{position:relative;z-index:2;color:#fff;max-width:920px;text-align:center} .f39-hero-kicker{font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#ffd4c9} .f39-hero-title{font-family:var(--f39-font-headings);font-size:clamp(2.4rem,5rem,5.4rem);line-height:.95;margin:16px 0;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);letter-spacing:0} .f39-hero h1,.f39-hero h1 *,.f39-hero-title,.f39-hero-title *,.f39-hero-title [class*="typewriter"],.f39-hero-title [class*="rotator"]{color:#fff!important} .f39-hero-subtitle{font-size:1.16rem;max-width:720px;margin:0 auto 24px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.45)} .f39-hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.f39-section-head{max-width:1120px;margin:0 auto 26px;padding:0 24px} .f39-section-head h2,.f39-editorial h2,.f39-about-strip h2{font-family:var(--f39-font-headings);font-size:clamp(1.8rem,3vw,3rem);line-height:1.05;margin:0 0 10px;letter-spacing:0} .f39-section-head p{color:var(--f39-soft);max-width:720px} .f39-categories,.f39-latest,.f39-editorial{padding:74px 0} .f39-cat-grid{max-width:1180px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px} .f39-cat-card{background:#fff;border:1px solid var(--f39-line);border-radius:8px;overflow:hidden;box-shadow:0 12px 30px rgba(63,55,53,.06)} .f39-cat-card a{display:block;text-decoration:none} .f39-cat-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover} .f39-cat-card span{display:block;padding:14px 15px;font-weight:900}
.f39-editorial{background:#fff} .f39-editorial-inner{max-width:920px;margin:0 auto;padding:0 24px} .f39-editorial h3{font-family:var(--f39-font-headings);font-size:1.45rem;margin:30px 0 8px} .f39-editorial p{font-size:1.03rem;color:#453d39}
.f39-post-grid{max-width:1180px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px} .f39-post-card{background:#fff;border:1px solid var(--f39-line);border-radius:8px;overflow:hidden} .f39-post-card a{display:block;text-decoration:none;padding-bottom:18px} .f39-post-card img{width:100%;aspect-ratio:16/10;object-fit:cover} .f39-post-card h3{font-family:var(--f39-font-headings);font-size:1.32rem;line-height:1.15;margin:8px 16px} .f39-post-card p,.f39-post-date{display:block;margin:0 16px;color:var(--f39-soft)} .f39-post-date{font-size:.82rem;font-weight:800;margin-top:14px} .f39-empty{max-width:900px;margin:0 auto;background:#fff;padding:22px;border-radius:8px}
.f39-about-strip{max-width:1180px;margin:0 auto 70px;padding:28px;display:flex;justify-content:space-between;gap:24px;align-items:center;background:#3f3735;color:#fff;border-radius:8px} .f39-about-strip p{margin:0;max-width:720px;color:#f7e9df}
.f39-footer{background:#2b2522;color:#fff;padding:58px 24px 24px} .f39-footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:30px} .f39-footer-logo{max-width:120px} .f39-footer-title{font-family:var(--f39-font-headings);font-size:1.18rem;margin:0 0 14px;color:#fff} .f39-footer-brand-pitch{color:#f5e8dc;margin:0 0 14px} .f39-footer-brand-cta,.f39-footer a{color:#ffd4c9;text-decoration:underline;text-underline-offset:3px} .f39-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:8px} .f39-footer-bottom{max-width:1180px;margin:38px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.18);color:#f4e4d8}
.f39-persona-photo{max-width:320px;border-radius:8px;float:right;margin:0 0 18px 28px} .f39-contact-form{margin-top:28px} .f39-drawer-cta{display:block!important;margin:2rem 1.5rem 1.5rem!important;padding:1rem 1.5rem!important;text-align:center!important;background:var(--f39-accent,#2563eb)!important;color:#3f3735!important;border-radius:8px!important;font-weight:900!important;text-decoration:none!important;font-size:1.05rem!important}
.f39-cat-hero{position:relative;height:320px;max-height:350px;overflow:hidden} .f39-cat-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1} .f39-cat-hero .f39-container{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.75) 100%)} .f39-cat-hero h1{color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.7)}
@media (min-width:1024px){.f39-nav-desktop{display:flex}.f39-burger,.f39-burger-wrap{display:none!important}.f39-drawer-cta{display:none!important}}
@media (max-width:1023px){.f39-header-inner{justify-content:space-between;min-height:68px}.f39-nav-desktop{display:none}.f39-header-actions,.f39-burger-wrap,.f39-header [class*="actions"]{display:flex!important;align-items:center!important;gap:8px!important;flex-shrink:0!important}.f39-burger{display:inline-flex!important}.f39-nav-mobile.is-open{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;width:86%;max-width:380px;background:#fff;padding:4.5rem 1.5rem 2rem;z-index:9999;overflow-y:auto;box-shadow:-10px 0 30px rgba(0,0,0,.3)}.f39-header-cta-desktop,[class*="-header"] [class*="-btn--cta"]:not([class*="-drawer-"]){display:none!important}.f39-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.f39-post-grid{grid-template-columns:1fr 1fr}.f39-footer-inner{grid-template-columns:1fr 1fr}.f39-about-strip{margin-left:24px;margin-right:24px;flex-direction:column;align-items:flex-start}}
@media (max-width:680px){.f39-cat-grid,.f39-post-grid,.f39-footer-inner{grid-template-columns:1fr}.f39-hero{min-height:74vh;padding:84px 18px}.f39-hero-title{font-size:2.55rem}.f39-persona-photo{float:none;margin:0 0 18px;max-width:100%}}


/* Tailored rules */
body section[class*="cat-hero"], body div[class*="cat-hero"] {
  position: relative !important;
  width: 100% !important; max-width: 100% !important;
  margin-left: 0 !important; margin-right: 0 !important;
  left: 0 !important; right: 0 !important;
  height: 360px !important; min-height: 360px !important; max-height: 360px !important;
  padding: 0 !important; overflow: hidden !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important;
  border: none !important; box-shadow: none !important; outline: none !important;
  box-sizing: border-box !important;
}
/* Aussi force le parent <main> a etre full-width pour eviter cap a 1024 */
body main, body, body, body [class*="f39-main"], body #content {
  width: 100% !important; max-width: 100% !important;
  margin-left: 0 !important; margin-right: 0 !important;
}
body [class*="cat-hero"] > img, body [class*="cat-hero-bg"], body [class*="cat-hero"] img {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  max-height: 360px !important;
  object-fit: cover !important; z-index: 0 !important;
  border: none !important;
}
body [class*="cat-hero"]::before, body [class*="cat-hero"]::after {
  content: none !important; display: none !important;
}
/* Overlay : absolute par-dessus l'image, juste pour le gradient sombre */
body [class*="cat-hero-overlay"], body [class*="cat-hero"] > [class*="overlay"] {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  margin: 0 !important; padding: 0 !important;
  max-width: none !important;
  display: block !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.55) 100%) !important;
  pointer-events: none !important;
  border: none !important;
}
/* Container / inner du titre : centré au-dessus de l'overlay (z-index 2) */
body [class*="cat-hero"] > [class*="container"],
body [class*="cat-hero"] > [class*="cat-hero-inner"],
body [class*="cat-hero"] > [class*="hero-inner"]:not([class*="overlay"]),
body [class*="cat-hero"] > div:not([class*="overlay"]):not([class*="-bg"]) {
  position: relative !important; z-index: 2 !important;
  text-align: center !important;
  max-width: 900px !important; margin: 0 auto !important;
  padding: 1.5rem 2rem !important;
  border: none !important; background: transparent !important;
}
body [class*="cat-hero"] h1 {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 6vw, 4rem) !important;
  text-align: center !important;
  margin: 0 !important; font-weight: 800 !important;
  text-shadow: 0 3px 12px rgba(0,0,0,.85), 0 0 30px rgba(0,0,0,.5) !important;
  border: none !important; display: block !important;
}
body [class*="cat-hero"] [class*="breadcrumb"],
body [class*="cat-hero"] nav[aria-label*="riane"],
body [class*="cat-hero"] nav[aria-label*="readcrumb"] {
  display: none !important;
}



body [class*="persona-photo"], body img[class*="persona"], body [class*="-persona"] img {
  max-width: 280px !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 50% !important;
  display: block !important;
  margin: 0 auto !important;
}
@media (min-width: 768px) {
  body [class*="persona-photo"], body img[class*="persona"], body [class*="-persona"] img {
    max-width: 320px !important;
  }
}


@media (max-width: 1023px) {
  /* FIX width:auto -> ne plus l'imposer (laisse child theme définir width).
     Sinon écrase le child et le burger devient 0 de large -> invisible. */
  body [class*="burger"], body button[class*="burger"] {
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 100 !important;
  }
}
@media (min-width: 1024px) {
  body [class*="burger"], body button[class*="burger"] {
    display: none !important;
  }
}



body footer, body [class*="footer"]:not([class*="logo"]):not([class*="brand-logo"]) {
  color: inherit !important;
}


body footer ul li a, body footer ol li a,
body [class*="footer"] ul li a:not([class*="btn"]):not([class*="cta"]),
body footer [class*="link"]:not([class*="brand"]):not([class*="btn"]) {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: currentColor !important;
  opacity: 0.85 !important;
  transition: opacity .2s ease !important;
}
body footer ul li a:hover, body footer ol li a:hover,
body [class*="footer"] ul li a:hover {
  opacity: 1 !important;
  text-decoration-thickness: 2px !important;
}


body [class*="burger"] {
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 6px;
  cursor: pointer !important;
  padding: 8px;
  color: inherit;
  transition: background .2s ease, border-color .2s ease !important;
}
body [class*="burger"]:hover, body [class*="burger"]:focus-visible {
  background: rgba(0,0,0,0.06);
  border-color: var(--f39-accent, currentColor);
}
/* Container des 3 barres (peut s'appeler "bars", "lines", etc.) */
body [class*="burger"] > [class*="bar"],
body [class*="burger"] > [class*="line"],
body [class*="burger"] > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 16px;
  gap: 0;
}
/* Les 3 barres elles-mêmes */
body [class*="burger"] [class*="bar"] > span,
body [class*="burger"] [class*="line"] > span,
body [class*="burger"] > span > span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: currentColor;
  border-radius: 2px;
  margin: 2px 0;
  transition: transform .25s ease, opacity .25s ease !important;
}
/* Etat ouvert : transforme en X */
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(1),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(1),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg) !important;
}
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(2),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(2),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(2) {
  opacity: 0 !important;
}
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(3),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(3),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg) !important;
}

@media (max-width: 1023px) {
  body header [class*="cta-wrap"]:has([class*="burger"]),
  body header > div:has([class*="burger"]),
  body [class*="header"] [class*="-wrap"]:has([class*="burger"]),
  body [class*="header-inner"] > div:has([class*="burger"]) {
    display: flex;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
  }
}


/* Mobile : 1 SEUL CTA visible (dans le burger).
   Sur mobile le CTA original du header est masque ; sur desktop le clone est hidden. */
@media (max-width: 1023px) {
  body [class*="header-cta"] [class*="btn--cta"],
  body [class*="header__cta"] [class*="btn--cta"],
  body [class*="header-cta"] > [class*="cta"],
  body [class*="header__cta"] > a {
    display: none !important;
  }
}


/* ============================================================
   Section 'On parle de nous' (media press)
   Logos grayscale par defaut, couleur au hover.
   Grid responsive 2-6 colonnes, gap auto.
============================================================ */
.f39-media-press {
  padding: 2.5rem 0;
  background: var(--f39-bg-soft, var(--f39-color-surface, #f9fafb));
  margin: 2rem 0;
}
.f39-media-press > .f39-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.f39-media-press-title {
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--f39-color-text-soft, var(--f39-color-muted, #5a6a85));
  margin: 0 0 1.6rem;
  font-weight: 600;
}
.f39-media-press-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
}
.f39-media-press-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 160px;
  transition: opacity .25s ease, filter .25s ease, transform .25s ease;
  opacity: .65;
  filter: grayscale(100%);
}
.f39-media-press-item:hover,
.f39-media-press-item:focus {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-2px);
}
.f39-media-press-item img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 640px) {
  .f39-media-press { padding: 1.8rem 0; }
  .f39-media-press-grid { gap: 1.4rem; }
  .f39-media-press-item { max-width: 110px; min-height: 36px; }
  .f39-media-press-item img { max-height: 36px; }
}


/* FIX gap header->hero (parent theme override) + media-press compact centre */
body main, body.home main, body.archive main, body.single main,
body, body, body main[class*="-main"] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* MEDIA PRESS : layout horizontal compact CENTRE (titre + logos cote a cote au centre) */
.f39-media-press section[class*="media-press"] {
  padding: 24px 0 !important;
  margin: 0 !important;
  background: #fafafa;
  border-block: 1px solid rgba(0,0,0,0.06);
}
.f39-media-press .f39-container,
section[class*="media-press"] [class*="container"] {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
  text-align: center;
}
.f39-media-press-title,
section[class*="media-press"] [class*="title"] {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--f39-muted, #666);
  flex: 0 0 auto;
}
.f39-media-press-grid,
section[class*="media-press"] [class*="grid"] {
  display: flex !important;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  flex: 0 1 auto;
  justify-content: center;
}
.f39-media-press-item,
section[class*="media-press"] [class*="item"] {
  display: inline-flex !important;
  align-items: center;
  opacity: 0.65;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.f39-media-press-item:hover:hover,
section[class*="media-press"] [class*="item"]:hover {
  opacity: 1;
}
.f39-media-press imgimg,
section[class*="media-press"] img {
  max-height: 48px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.2s ease;
}
.f39-media-press a:hover imga:hover img {
  filter: grayscale(0%);
}
@media (max-width: 768px) {
  .f39-media-press .f39-container,
  section[class*="media-press"] [class*="container"] {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }
}



.f39-cat-hero--align-left .f39-cat-hero-inner
section[class*="cat-hero--align-left"] [class*="cat-hero-inner"] {
  text-align: left !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding-left: 24px;
}
.f39-cat-hero--align-center .f39-cat-hero-inner
section[class*="cat-hero--align-center"] [class*="cat-hero-inner"] {
  text-align: center !important;
  align-items: center !important;
  margin: 0 auto !important;
}


@media (max-width: 1023.98px) {  [class*="-header-cta-wrap"],
  [class*="-header-actions"],
  [class*="-burger-wrap"],
  [class*="-header-right"],
  [class*="-header-actions-mobile"] {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
  }  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px !important;
    min-height: 42px !important;
    flex-shrink: 0 !important;
    z-index: 9999;
    pointer-events: auto !important;
    cursor: pointer !important;
  }  [class*="-burger"] > span,
  [class*="-burger-bars"] {
    display: flex !important;
    flex-direction: column !important;
    min-width: 24px !important;
    min-height: 16px !important;
  }  [class*="-burger-bars"] > *,
  [class*="-burger"] > span > * {
    display: block !important;
    min-width: 24px !important;
    min-height: 2px !important;
  }  [class*="-header-cta-desktop"] {
    display: none !important;
  }  [class*="-burger-label"] {
    display: none !important;
  }
}
@media (min-width: 1024px) {  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    display: none !important;
  }
}


/* Burger style */
@media (max-width: 1023.98px) {
  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    width: 42px !important; height: 42px !important;
    border-radius: 4px !important; padding: 8px !important;
     
  }
  [class*="-burger"] > span, [class*="-burger-bars"] {
    gap: 5px !important; width: 24px !important; height: 16px !important;
    align-items: center !important;
  }
  [class*="-burger-bars"] > *, [class*="-burger"] > span > * {
    height: 2px !important; border-radius: 1px !important;
  }
  [class*="-burger-bars"] > *:nth-child(1), [class*="-burger"] > span > *:nth-child(1) { width: 24px !important; }
  [class*="-burger-bars"] > *:nth-child(2), [class*="-burger"] > span > *:nth-child(2) { width: 24px !important; }
  [class*="-burger-bars"] > *:nth-child(3), [class*="-burger"] > span > *:nth-child(3) { width: 24px !important; }
}
