.gsh-shell,.gsh-shell *{box-sizing:border-box}
.gsh-shell{--gsh-cyan:#22c8ff;--gsh-violet:#7267ff;--gsh-green:#4fdb91;--gsh-white:#fff;--gsh-text:#dce8f5;--gsh-muted:#91a4b9;--gsh-border:rgba(113,188,255,.15);width:100%;min-height:116px;font-family:"Poppins",system-ui,sans-serif}
.gsh-shell a,.gsh-shell button,.gsh-shell summary{font-family:inherit}
.gsh-shell a{text-decoration:none!important}
.gsh-shell svg{display:block}
body.gsh-menu-lock{overflow:hidden!important}

.gsh{position:fixed;z-index:99990;top:0;right:0;left:0;color:#fff;background:linear-gradient(110deg,rgba(2,9,22,.985),rgba(5,18,35,.98) 54%,rgba(12,23,55,.98));border-bottom:1px solid rgba(61,172,255,.14);box-shadow:0 14px 45px rgba(0,0,0,.22);transition:box-shadow .3s ease}
body.admin-bar .gsh{top:32px}
.gsh:before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(34,200,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(34,200,255,.045) 1px,transparent 1px);background-size:54px 54px}
.gsh:after{content:"";position:absolute;z-index:-1;top:-120px;right:13%;width:360px;height:260px;pointer-events:none;background:radial-gradient(circle,rgba(34,200,255,.13),rgba(114,103,255,.08) 38%,transparent 70%);filter:blur(8px)}

.gsh-top{max-height:39px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.018);transition:max-height .3s ease,opacity .25s ease,border-color .25s ease}
.gsh-top__inner{width:min(1280px,calc(100% - 48px));min-height:38px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:22px}
.gsh-top__contact{display:flex;align-items:center;gap:24px;min-width:0}
.gsh-top__contact a,.gsh-top__hours{display:inline-flex;align-items:center;gap:8px;color:#b9c8d8;font-size:10px;line-height:1.2;font-weight:620;white-space:nowrap}
.gsh-top__contact a{transition:color .2s ease}
.gsh-top__contact a:hover{color:#fff}
.gsh-top__contact svg,.gsh-top__hours svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:var(--gsh-cyan);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gsh-top__whatsapp .gs-global-wa-icon{width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px;margin-right:0!important;align-self:center}

.gsh-social{display:flex;align-items:center;gap:5px}
.gsh-social a{width:28px;height:28px;display:grid;place-items:center;border:1px solid transparent;border-radius:9px;color:#aabbd0;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease}
.gsh-social a:hover{color:#fff;border-color:rgba(34,200,255,.26);background:rgba(34,200,255,.09);transform:translateY(-1px)}
.gsh-social svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gsh-social a:first-child svg path{fill:currentColor;stroke:none}
.gsh-social__fill{fill:currentColor;stroke:none}

.gsh-main{position:relative;z-index:3}
.gsh-main__inner{width:min(1280px,calc(100% - 48px));min-height:77px;margin:0 auto;display:grid;grid-template-columns:minmax(165px,214px) minmax(0,1fr) auto;gap:clamp(17px,2vw,31px);align-items:center;transition:min-height .28s ease}
.gsh-logo{display:inline-flex;align-items:center;width:min(100%,210px);transition:width .28s ease,transform .25s ease,filter .25s ease}
.gsh-logo:hover{transform:translateY(-2px);filter:drop-shadow(0 0 13px rgba(34,200,255,.2))}
.gsh-logo img{display:block;width:100%;height:auto;object-fit:contain}
.gsh-nav{min-width:0;display:flex;align-items:center;justify-content:center;gap:4px}
.gsh-nav__direct,.gsh-nav__trigger{position:relative;min-height:42px;padding:10px 11px;border:0;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#d8e4f0!important;background:transparent;font-size:11px;line-height:1;font-weight:690;white-space:nowrap;cursor:pointer;transition:color .2s ease,background-color .2s ease}
.gsh-nav__direct:hover,.gsh-nav__trigger:hover,.gsh-nav__trigger[aria-expanded="true"]{color:#fff!important;background:rgba(34,200,255,.08)}
.gsh-nav__direct:after,.gsh-nav__trigger:after{content:"";position:absolute;right:12px;bottom:5px;left:12px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--gsh-cyan),var(--gsh-violet),transparent);opacity:0;transform:scaleX(.55);transition:opacity .2s ease,transform .2s ease}
.gsh-nav__direct:hover:after,.gsh-nav__trigger:hover:after,.gsh-nav__trigger[aria-expanded="true"]:after,.gsh-nav__direct.is-current:after{opacity:1;transform:scaleX(1)}
.gsh-nav__direct.is-current{color:#fff!important}
.gsh-nav__trigger svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}
.gsh-nav__trigger[aria-expanded="true"] svg{transform:rotate(180deg)}
.gsh-nav__mini-badge{margin-left:1px;padding:3px 5px;border:1px solid rgba(79,219,145,.35);border-radius:999px;color:#8ef0b8;background:rgba(79,219,145,.08);font-size:6px;line-height:1;font-weight:850;letter-spacing:.6px}
.gsh-main__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.gsh-review{min-height:44px;padding:11px 17px;border:1px solid rgba(79,219,145,.35);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#04150c!important;background:linear-gradient(105deg,#35c778,#73e7a8);box-shadow:0 10px 25px rgba(33,184,106,.18);font-size:10.5px;line-height:1;font-weight:790;white-space:nowrap;transition:transform .22s ease,box-shadow .22s ease}
.gsh-review:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(33,184,106,.28),0 0 24px rgba(79,219,145,.1)}
.gsh-review .gs-global-wa-icon{width:17px;height:17px;min-width:17px;min-height:17px;max-width:17px;max-height:17px;margin-right:0!important;align-self:center}
.gsh-menu-button{display:none;width:44px;height:44px;padding:0;border:1px solid rgba(34,200,255,.22);border-radius:13px;align-items:center;justify-content:center;flex-direction:column;gap:4px;line-height:0;background:rgba(34,200,255,.06);cursor:pointer}
.gsh-menu-button span{display:block;width:19px;height:2px;flex:0 0 2px;margin:0;border-radius:999px;background:#fff}
.gsh.is-scrolled{box-shadow:0 17px 46px rgba(0,0,0,.36)}
.gsh.is-scrolled .gsh-top{max-height:0;opacity:0;border-color:transparent}
.gsh.is-scrolled .gsh-main__inner{min-height:67px}
.gsh.is-scrolled .gsh-logo{width:184px}

.gsh-mega{position:absolute;z-index:10;top:calc(100% + 8px);left:50%;width:min(1120px,calc(100vw - 36px));max-height:calc(100vh - 145px);overflow:auto;padding:24px;border:1px solid rgba(79,177,255,.17);border-radius:23px;color:#fff;background:radial-gradient(circle at 93% 0%,rgba(34,200,255,.12),transparent 30%),radial-gradient(circle at 0% 100%,rgba(114,103,255,.10),transparent 35%),linear-gradient(130deg,rgba(3,12,28,.985),rgba(7,23,43,.985));box-shadow:0 28px 75px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.035);backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-9px) scale(.985);transform-origin:top center;transition:opacity .2s ease,transform .22s ease,visibility .2s ease}
.gsh-mega--wide{width:min(1240px,calc(100vw - 36px))}
.gsh-mega.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0) scale(1)}
.gsh-mega__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.08)}
.gsh-kicker{display:block;margin-bottom:6px;color:#72dfff;font-size:8px;line-height:1.2;font-weight:830;letter-spacing:1.7px;text-transform:uppercase}
.gsh-mega__title{margin:0;color:#fff;font-size:21px;line-height:1.25;font-weight:760;letter-spacing:-.45px}
.gsh-mega__all{display:inline-flex;align-items:center;gap:8px;color:#9fdaff!important;font-size:10px;line-height:1.3;font-weight:700;white-space:nowrap;transition:color .2s ease}
.gsh-mega__all:hover{color:#fff!important}
.gsh-mega__all span{transition:transform .2s ease}
.gsh-mega__all:hover span{transform:translateX(4px)}

.gsh-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.gsh-service-card{min-width:0;min-height:83px;padding:13px;border:1px solid rgba(255,255,255,.075);border-radius:16px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;color:#fff!important;background:rgba(255,255,255,.025);transition:transform .2s ease,border-color .2s ease,background-color .2s ease}
.gsh-service-card:hover{transform:translateY(-2px);border-color:rgba(34,200,255,.27);background:rgba(34,200,255,.055)}
.gsh-service-card__icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(34,200,255,.22);border-radius:13px;color:var(--gsh-cyan);background:rgba(34,200,255,.06)}
.gsh-service-card__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gsh-service-card strong,.gsh-service-card small{display:block}
.gsh-service-card strong{color:#fff;font-size:11.5px;line-height:1.25;font-weight:720}
.gsh-service-card small{margin-top:4px;color:#8fa4b9;font-size:8.5px;line-height:1.45}

.gsh-console-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.gsh-console-group{min-width:0;padding:16px;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:rgba(255,255,255,.024)}
.gsh-console-group__title{display:grid;grid-template-columns:39px minmax(0,1fr);gap:10px;align-items:center;margin-bottom:13px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.075)}
.gsh-platform-mark{width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(34,200,255,.2);border-radius:12px;color:var(--gsh-cyan);background:rgba(34,200,255,.055);font-size:9px;font-weight:850;letter-spacing:-1px}
.gsh-platform-mark svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gsh-console-group--xb .gsh-platform-mark{color:#86ef54;border-color:rgba(134,239,84,.22);background:rgba(134,239,84,.055)}
.gsh-console-group--nin .gsh-platform-mark{color:#ff667b;border-color:rgba(255,102,123,.22);background:rgba(255,102,123,.055)}
.gsh-console-group--portable .gsh-platform-mark{color:#ad9eff;border-color:rgba(173,158,255,.24);background:rgba(173,158,255,.06)}
.gsh-console-group__title strong,.gsh-console-group__title small{display:block}
.gsh-console-group__title strong{color:#fff;font-size:12px;line-height:1.2;font-weight:760}
.gsh-console-group__title small{margin-top:3px;color:#7f96ad;font-size:7.8px;line-height:1.35}
.gsh-console-links{display:grid;gap:4px}
.gsh-console-links a{min-width:0;min-height:31px;padding:7px 8px;border-radius:9px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#b8c7d7!important;font-size:9px;line-height:1.25;font-weight:610;transition:color .18s ease,background-color .18s ease,padding-left .18s ease}
.gsh-console-links a:hover{color:#fff!important;background:rgba(34,200,255,.065);padding-left:11px}
.gsh-console-links b{color:var(--gsh-cyan);font-size:10px;font-weight:700}
.gsh-console-links em{display:inline-block;margin-left:4px;padding:2px 4px;border:1px solid rgba(79,219,145,.25);border-radius:999px;color:#7fe7ad;background:rgba(79,219,145,.055);font-size:5.5px;font-style:normal;font-weight:850;letter-spacing:.45px;vertical-align:1px}
.gsh-portable-note{margin-top:10px;padding:10px;border-left:2px solid #8b7cff;border-radius:0 9px 9px 0;color:#8699af;background:rgba(114,103,255,.045);font-size:7.5px;line-height:1.5}

.gsh-controls-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.gsh-feature-card{min-width:0;padding:17px;border:1px solid rgba(255,255,255,.08);border-radius:18px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:13px;align-items:center;color:#fff!important;background:rgba(255,255,255,.026);transition:transform .2s ease,border-color .2s ease,background-color .2s ease}
.gsh-feature-card:hover{transform:translateY(-2px);border-color:rgba(34,200,255,.28);background:rgba(34,200,255,.055)}
.gsh-feature-card--free{border-color:rgba(79,219,145,.16);background:linear-gradient(130deg,rgba(79,219,145,.055),rgba(34,200,255,.035))}
.gsh-feature-card--free:hover{border-color:rgba(79,219,145,.32);background:rgba(79,219,145,.07)}
.gsh-feature-card__icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(34,200,255,.23);border-radius:15px;color:var(--gsh-cyan);background:rgba(34,200,255,.055)}
.gsh-feature-card--free .gsh-feature-card__icon{color:#62e3a0;border-color:rgba(79,219,145,.25);background:rgba(79,219,145,.06)}
.gsh-feature-card__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gsh-feature-card__copy{min-width:0}
.gsh-feature-card__copy>small,.gsh-feature-card__copy>strong,.gsh-feature-card__copy>span{display:block}
.gsh-feature-card__copy>small{color:#76d9ff;font-size:7px;line-height:1.2;font-weight:800;letter-spacing:1px;text-transform:uppercase}
.gsh-feature-card__copy>small em{display:inline-block;margin-left:5px;padding:2px 5px;border:1px solid rgba(79,219,145,.3);border-radius:999px;color:#7ce9ad;background:rgba(79,219,145,.06);font-size:5.5px;font-style:normal;letter-spacing:.5px}
.gsh-feature-card__copy>strong{margin-top:5px;color:#fff;font-size:13px;line-height:1.3;font-weight:740}
.gsh-feature-card__copy>span{margin-top:5px;color:#879daf;font-size:8.5px;line-height:1.5}
.gsh-feature-card>b{color:var(--gsh-cyan);font-size:16px;font-weight:700}
.gsh-controls-note{margin:13px 0 0;padding:11px 13px;border-left:2px solid #58dc99;border-radius:0 10px 10px 0;color:#8ea4b5;background:rgba(79,219,145,.04);font-size:8.5px;line-height:1.55}
.gsh-controls-note strong{color:#dff8e9}

.gsh-diagnostic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.gsh-diagnostic-card{min-width:0;min-height:137px;padding:16px;border:1px solid rgba(255,255,255,.075);border-radius:17px;display:flex;flex-direction:column;color:#fff!important;background:rgba(255,255,255,.024);transition:transform .2s ease,border-color .2s ease,background-color .2s ease}
.gsh-diagnostic-card:hover{transform:translateY(-2px);border-color:rgba(34,200,255,.26);background:rgba(34,200,255,.05)}
.gsh-diagnostic-card__code{width:fit-content;padding:4px 7px;border:1px solid rgba(34,200,255,.23);border-radius:999px;color:#6fdcff;background:rgba(34,200,255,.055);font-size:6px;line-height:1;font-weight:850;letter-spacing:.7px}
.gsh-diagnostic-card strong{margin-top:9px;color:#fff;font-size:12px;line-height:1.3;font-weight:730}
.gsh-diagnostic-card small{margin-top:5px;color:#8398ad;font-size:8.3px;line-height:1.5}
.gsh-diagnostic-card b{margin-top:auto;padding-top:10px;color:#82dfff;font-size:8px;line-height:1.3;font-weight:680}

.gsh-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gsh-info-grid a{min-width:0;min-height:125px;padding:15px;border:1px solid rgba(255,255,255,.075);border-radius:16px;display:flex;flex-direction:column;color:#fff!important;background:rgba(255,255,255,.024);transition:transform .2s ease,border-color .2s ease,background-color .2s ease}
.gsh-info-grid a:hover{transform:translateY(-2px);border-color:rgba(34,200,255,.27);background:rgba(34,200,255,.05)}
.gsh-info-grid a>span{color:rgba(105,211,255,.55);font-size:8px;line-height:1;font-weight:850;letter-spacing:1px}
.gsh-info-grid strong{margin-top:14px;color:#fff;font-size:12px;line-height:1.3;font-weight:730}
.gsh-info-grid small{margin-top:6px;color:#8297ab;font-size:8.3px;line-height:1.5}

.gsh-mobile-overlay{position:fixed;z-index:99996;inset:0;background:rgba(0,7,17,.73);backdrop-filter:blur(5px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.gsh-mobile-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}
.gsh-mobile{position:fixed;z-index:99997;top:0;right:0;bottom:0;width:min(430px,92vw);display:flex;flex-direction:column;color:#fff;background:radial-gradient(circle at 100% 0%,rgba(34,200,255,.15),transparent 27%),radial-gradient(circle at 0% 100%,rgba(114,103,255,.12),transparent 36%),linear-gradient(140deg,#030b18,#07192b 58%,#0a2135);border-left:1px solid rgba(34,200,255,.15);box-shadow:-25px 0 65px rgba(0,0,0,.38);transform:translateX(105%);visibility:hidden;pointer-events:none;transition:transform .3s cubic-bezier(.2,.8,.2,1),visibility .3s ease}
.gsh-mobile.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}
.gsh-mobile__head{min-height:75px;padding:13px 17px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:20px}
.gsh-mobile__head>a{width:180px}
.gsh-mobile__head img{display:block;width:100%;height:auto}
.gsh-mobile__close{width:42px;height:42px;padding:0;border:1px solid rgba(34,200,255,.2);border-radius:13px;display:grid;place-items:center;line-height:0;color:#fff;background:rgba(34,200,255,.055);cursor:pointer}
.gsh-mobile__close svg{width:21px;height:21px;margin:0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gsh-mobile__body{min-height:0;overflow-y:auto;padding:17px 17px 28px}
.gsh-mobile__home,.gsh-mobile__group{border-bottom:1px solid rgba(255,255,255,.075)}
.gsh-mobile__home{min-height:51px;padding:12px 4px;display:flex;align-items:center;justify-content:space-between;color:#fff!important;font-size:14px;line-height:1.3;font-weight:720}
.gsh-mobile__home span{color:var(--gsh-cyan)}
.gsh-mobile__group summary{min-height:53px;padding:12px 4px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#fff;font-size:14px;line-height:1.3;font-weight:720;cursor:pointer;list-style:none}
.gsh-mobile__group summary::-webkit-details-marker{display:none}
.gsh-mobile__group summary::marker{display:none;content:""}
.gsh-mobile__group summary>span{display:flex;align-items:center;gap:7px}
.gsh-mobile__group summary svg{width:17px;height:17px;fill:none;stroke:#79ddff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}
.gsh-mobile__group[open] summary svg{transform:rotate(180deg)}
.gsh-mobile__free{padding:3px 6px;border:1px solid rgba(79,219,145,.32);border-radius:999px;color:#77e8aa;background:rgba(79,219,145,.06);font-size:6px;line-height:1;font-style:normal;font-weight:850;letter-spacing:.6px}
.gsh-mobile__links{display:grid;gap:4px;padding:0 4px 14px}
.gsh-mobile__links a{min-height:38px;padding:9px 11px;border-radius:10px;color:#9fb1c3!important;background:rgba(255,255,255,.018);font-size:11px;line-height:1.4;font-weight:570;transition:color .18s ease,background-color .18s ease}
.gsh-mobile__links a:hover{color:#fff!important;background:rgba(34,200,255,.07)}
.gsh-mobile__links--grouped strong{margin:10px 4px 3px;color:#61d7ff;font-size:8px;line-height:1.2;font-weight:820;letter-spacing:1.25px;text-transform:uppercase}
.gsh-mobile__links--grouped strong:first-child{margin-top:2px}
.gsh-mobile__links em{margin-left:4px;padding:2px 5px;border:1px solid rgba(79,219,145,.28);border-radius:999px;color:#78e5a9;background:rgba(79,219,145,.055);font-size:5.5px;font-style:normal;font-weight:850;letter-spacing:.5px}
.gsh-mobile__links .gsh-mobile__all{margin-top:8px;color:#75dcff!important;background:rgba(34,200,255,.055)}
.gsh-mobile__whatsapp{width:100%;min-height:53px;margin-top:19px;padding:13px 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#04160c!important;background:linear-gradient(105deg,#32c576,#76e8aa);box-shadow:0 13px 30px rgba(33,184,106,.2);font-size:11px;line-height:1.25;font-weight:800;text-align:center}
.gsh-mobile__whatsapp .gs-global-wa-icon{width:18px;height:18px;min-width:18px;min-height:18px;max-width:18px;max-height:18px;margin-right:0!important;align-self:center}
.gsh-mobile__contact{display:grid;gap:7px;margin-top:20px;padding:15px;border:1px solid rgba(255,255,255,.075);border-radius:15px;background:rgba(255,255,255,.022)}
.gsh-mobile__contact>a,.gsh-mobile__contact>span{min-width:0;display:grid;grid-template-columns:75px minmax(0,1fr);gap:9px;color:#a0b2c4!important;font-size:9px;line-height:1.45}
.gsh-mobile__contact strong{color:#fff;font-weight:700}
.gsh-mobile__contact span{overflow-wrap:anywhere}
.gsh-mobile__social{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:17px}
.gsh-mobile__social a{width:40px;height:40px;padding:0;border:1px solid rgba(34,200,255,.20);border-radius:12px;display:grid;place-items:center;color:#9bdcf5!important;background:rgba(34,200,255,.05);line-height:0;transition:color .18s ease,border-color .18s ease,background-color .18s ease,transform .18s ease}
.gsh-mobile__social a:hover{color:#fff!important;border-color:rgba(34,200,255,.38);background:rgba(34,200,255,.10);transform:translateY(-1px)}
.gsh-mobile__social svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.gsh-mobile__social-facebook path{fill:currentColor;stroke:none}
.gsh-mobile__social-fill{fill:currentColor;stroke:none}
.gsh-mobile__social-yelp{width:20px!important;height:20px!important}
.gsh-mobile__social-yelp path{fill:currentColor;stroke:none}

.gsh-shell a:focus-visible,.gsh-shell button:focus-visible,.gsh-shell summary:focus-visible{outline:2px solid var(--gsh-cyan);outline-offset:3px}
.gsh-shell a,.gsh-shell button,.gsh-shell summary,.gsh-shell span,.gsh-shell strong,.gsh-shell small,.gsh-shell p,.gsh-shell .gsh-mega__title{writing-mode:horizontal-tb!important;word-break:normal!important;overflow-wrap:break-word}

@media (max-width:1120px){
  .gsh-shell{min-height:76px}
  .gsh-top{display:none}
  .gsh-main__inner{min-height:76px;width:min(100% - 36px,1050px);grid-template-columns:minmax(170px,210px) 1fr auto}
  .gsh-nav{display:none}
  .gsh-review{min-height:43px}
  .gsh-menu-button{display:flex}
  .gsh-mega{display:none!important}
  .gsh.is-scrolled .gsh-main__inner{min-height:67px}
  .gsh.is-scrolled .gsh-logo{width:185px}
}

@media (max-width:782px){
  body.admin-bar .gsh{top:46px}
}

@media (max-width:767px){
  .gsh-shell{min-height:70px}
  .gsh-main__inner{min-height:70px;width:calc(100% - 28px);grid-template-columns:minmax(140px,185px) 1fr auto;gap:10px}
  .gsh-logo{width:176px}
  .gsh-review{width:43px;height:43px;min-height:43px;padding:0}
  .gsh-review span{display:none}
  .gsh-review .gs-global-wa-icon{width:19px;height:19px;min-width:19px;min-height:19px;max-width:19px;max-height:19px}
  .gsh-menu-button{width:43px;height:43px}
  .gsh.is-scrolled .gsh-main__inner{min-height:64px}
  .gsh.is-scrolled .gsh-logo{width:165px}
}

@media (max-width:430px){
  .gsh-main__inner{grid-template-columns:minmax(122px,1fr) auto;gap:8px}
  .gsh-logo{width:min(170px,100%)}
  .gsh-main__actions{gap:7px}
  .gsh-review{width:41px;height:41px;min-height:41px}
  .gsh-menu-button{width:41px;height:41px}
  .gsh-mobile{width:94vw}
  .gsh-mobile__head>a{width:165px}
  .gsh-mobile__body{padding-right:14px;padding-left:14px}
}

@media (prefers-reduced-motion:reduce){
  .gsh-shell *,.gsh-shell *:before,.gsh-shell *:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
