/* MTG Shared Render Matrix: mtg-anonymous-style-81fa1f6176ac */

            .mtg-header-main-wrap{width:min(94%,1380px);margin:0 auto}
            .mtg-header-topbar{
                background:#0f2a44;
                color:#ffffff;
                font-size:14px;
                line-height:1.45;
            }
            .mtg-header-topbar__inner{
                width:min(94%,1380px);
                margin:0 auto;
                min-height:42px;
                display:flex;
                align-items:center;
                justify-content:space-between;
                gap:18px;
                flex-wrap:wrap;
                padding:8px 0;
            }
            .mtg-header-topbar__main{
                display:flex;
                align-items:center;
                gap:10px;
                font-weight:700;
            }
            .mtg-header-topbar__items{
                display:flex;
                align-items:center;
                gap:18px;
                flex-wrap:wrap;
            }
            .mtg-header-topbar__item,
            .mtg-header-topbar__item:visited{
                color:#ffffff;
                text-decoration:none;
                display:inline-flex;
                align-items:center;
                gap:8px;
                opacity:.96;
            }
            .mtg-header-topbar__item:hover{opacity:1}
            .mtg-header-main{
                background:#ffffff;
                border-bottom:1px solid rgba(15,23,42,.06);
            }
            .mtg-header-main__inner{
                width:min(94%,1380px);
                margin:0 auto;
                min-height:78px;
                display:flex;
                align-items:center;
                justify-content:space-between;
                gap:18px;
                flex-wrap:wrap;
                padding:14px 0;
            }
            .mtg-header-brand{
                display:flex;
                align-items:center;
                gap:14px;
                min-width:0;
            }
            .mtg-header-brand img{
                max-height:54px;
                width:auto;
            }
            .mtg-header-brand__text{
                font-size:28px;
                font-weight:900;
                text-decoration:none;
                color:#0f172a;
            }
            .mtg-header-center{
                display:flex;
                align-items:center;
                justify-content:center;
                flex:1 1 auto;
                min-width:280px;
            }
            .mtg-header-nav{
                width:100%;
                display:flex;
                justify-content:center;
            }
            .mtg-header-nav .menu{
                list-style:none;
                margin:0;
                padding:0;
                display:flex;
                align-items:center;
                justify-content:center;
                gap:26px;
                flex-wrap:wrap;
            }
            .mtg-header-nav .menu > li{
                margin:0;
                padding:0;
            }
            .mtg-header-nav .menu > li > a{
                display:inline-flex;
                align-items:center;
                min-height:40px;
                color:#0f172a;
                text-decoration:none;
                font-weight:700;
                font-size:15px;
            }
            .mtg-header-nav .menu > li > a:hover{
                opacity:.78;
            }
            .mtg-header-nav .sub-menu{
                display:none;
            }
            .mtg-header-nav--empty{
                min-height:40px;
            }
            .mtg-header-actions{
                display:flex;
                align-items:center;
                gap:10px;
                flex-wrap:wrap;
            }
            .mtg-header-btn{
                display:inline-flex;
                align-items:center;
                justify-content:center;
                min-height:44px;
                padding:0 18px;
                border-radius:12px;
                text-decoration:none;
                font-weight:800;
            }
            .mtg-header-btn--wa{background:#1f8f56;color:#fff}
            .mtg-header-btn--offers{background:#0f172a;color:#fff}

            /* MTG HEADER DEVICE VISIBILITY FIX */
            .mtg-header-action--mobile-only{
                display:none !important;
            }

            .mtg-header-action--desktop-only{
                display:inline-flex !important;
            }

            @media (max-width: 960px){
                .mtg-header-action--desktop-only{
                    display:none !important;
                }

                .mtg-header-action--mobile-only{
                    display:inline-flex !important;
                }
            }

            @media (max-width: 960px){
                .mtg-header-topbar__inner,
                .mtg-header-main__inner{
                    flex-direction:column;
                    align-items:flex-start;
                }
                .mtg-header-center{
                    justify-content:flex-start;
                    width:100%;
                }
            }
            