:root{
--mxsb-primary: #0073e6;
--mxsb-navy: #0b1739;
--mxsb-soft: #f5f9ff;
--mxsb-text: #333333;
--mxsb-max: 1260px;
--mxsb-layout-gutter: 32px;
--mxsb-radius: 20px;
--mxsb-border: #dce7f2;
--mxsb-muted: #667085;
--mxsb-white: #ffffff;
--mxsb-shadow: 0 14px 36px rgba(11, 23, 57, 0.10);
--mxsb-transition: 220ms ease;
--mxsb-font-body: Arial, Helvetica, sans-serif;
--mxsb-font-heading: Arial, Helvetica, sans-serif;
--mxsb-font-ui: Arial, Helvetica, sans-serif;
--mxsb-heading-weight: 800;
--mxsb-body-line-height: 1.65;
--mxsb-heading-letter-spacing: -.03em;
}

.mxsb-preview-body{
margin: 0;
background: #fff;
font-family: var(--mxsb-font-body, Arial, Helvetica, sans-serif);
}

:where(.mxsb-home, .mxsb-site-header, .mxsb-site-footer, .mxsb-system-page, .mxsb-contact-page, .mxsb-template-preview, .mxsb-visual-page, body.mxsb-product-modern){
font-family: var(--mxsb-font-body, Arial, Helvetica, sans-serif) !important;
line-height: var(--mxsb-body-line-height, 1.65);
}

:where(.mxsb-home, .mxsb-site-header, .mxsb-site-footer, .mxsb-system-page, .mxsb-contact-page, .mxsb-template-preview, .mxsb-visual-page, body.mxsb-product-modern) :where(button, input, select, textarea, .button, .wp-element-button){
font-family: var(--mxsb-font-ui, var(--mxsb-font-body, Arial, Helvetica, sans-serif)) !important;
}

:where(.mxsb-home, .mxsb-site-header, .mxsb-site-footer, .mxsb-system-page, .mxsb-contact-page, .mxsb-template-preview, .mxsb-visual-page, body.mxsb-product-modern) :where(h1, h2, h3, h4, h5, h6, .product_title, .woocommerce-loop-product__title, .wc-block-grid__product-title){
font-family: var(--mxsb-font-heading, var(--mxsb-font-body, Arial, Helvetica, sans-serif)) !important;
font-weight: var(--mxsb-heading-weight, 800);
letter-spacing: var(--mxsb-heading-letter-spacing, -.03em);
}

.mxsb-site-header :where(.mxsb-menu, .mxsb-header-action, .mxsb-header-b2b),
.mxsb-site-footer,
.mxsb-home :where(.mxsb-button, .mxsb-product-card__price),
.mxsb-system-page :where(.button, button, .price),
.mxsb-visual-page :where(.mxsb-visual-button, .mxsb-visual-small-button, .mxsb-visual-price){
font-family: var(--mxsb-font-ui, var(--mxsb-font-body, Arial, Helvetica, sans-serif)) !important;
}

:where(.mxsb-home, .mxsb-system-page, .mxsb-template-preview, .mxsb-visual-page, body.mxsb-product-modern) :where(.price, .amount, .woocommerce-Price-amount, .woocommerce-Price-currencySymbol, .woocommerce-price-suffix, .mxsb-net-label, [class*="netto"], [class*="brutto"]),
:where(.mxsb-home, .mxsb-system-page, .mxsb-template-preview, .mxsb-visual-page, body.mxsb-product-modern) :where(.price, .amount, [class*="netto"], [class*="brutto"]) :where(span, small, strong, b, em, del, ins){
font-family: var(--mxsb-font-body, Arial, Helvetica, sans-serif) !important;
}

.mxsb-storefront .entry-header{
display: none;
}

.mxsb-storefront{
--theme-container-width: 100%;
--theme-normal-container-max-width: 100%;
--theme-content-width: 100%;
--theme-content-vertical-spacing: 0;
--theme-block-width: 100%;
--theme-block-max-width: 100%;
--theme-wide-offset: 0px;
}

.mxsb-storefront [data-content="normal"],
.mxsb-storefront [data-content="wide"]{
--theme-block-width: 100%;
--theme-block-max-width: 100%;
}

.mxsb-storefront #main-container,
.mxsb-storefront .site-main,
.mxsb-storefront .content-area,
.mxsb-storefront article.page,
.mxsb-storefront .entry-content,
.mxsb-storefront .entry-content > .mxsb-home{
width: 100%;
min-width: 0;
max-width: none !important;
margin: 0;
padding: 0;
}

.mxsb-home,
.mxsb-home *,
.mxsb-home *::before,
.mxsb-home *::after{
box-sizing: border-box;
}

.mxsb-home{
width: 100%;
overflow: hidden;
color: var(--mxsb-text);
font-family: var(--mxsb-font-body, Arial, Helvetica, sans-serif);
line-height: 1.6;
}

.mxsb-home img{
display: block;
max-width: 100%;
}

.mxsb-home a{
text-decoration: none;
}

.mxsb-container{
width: min(calc(100% - 40px), var(--mxsb-max));
margin-inline: auto;
}

.mxsb-home > section.mxsb-layout--full > .mxsb-container{
width: 100%;
max-width: none;
padding-inline: clamp(20px, 4vw, 72px);
}

.mxsb-home > section.mxsb-layout--boxed{
width: min(calc(100% - 40px), var(--mxsb-max));
margin: 28px auto;
border: 1px solid var(--mxsb-border);
border-radius: calc(var(--mxsb-radius) + 8px);
overflow: hidden;
box-shadow: 0 12px 34px rgba(11, 23, 57, .07);
}

.mxsb-home > section.mxsb-layout--boxed > .mxsb-container{
width: 100%;
max-width: none;
padding-inline: clamp(20px, 3vw, 48px);
}

.mxsb-home > .mxsb-hero.mxsb-layout--boxed{
min-height: min(720px, calc(100vh - 56px));
}

body.mxsb-custom-header > #main-container > header#header,
body.mxsb-custom-header > header#header{
display: none !important;
}

.mxsb-site-header,
.mxsb-site-header *,
.mxsb-site-header *::before,
.mxsb-site-header *::after,
.mxsb-site-footer,
.mxsb-site-footer *,
.mxsb-site-footer *::before,
.mxsb-site-footer *::after{
box-sizing: border-box;
}

.mxsb-site-header,
.mxsb-site-footer{
width: 100%;
color: var(--mxsb-text);
font-family: var(--mxsb-font-body, Arial, Helvetica, sans-serif);
line-height: 1.45;
}

.mxsb-site-header{
position: relative;
z-index: 999;
border-bottom: 1px solid var(--mxsb-border);
background: #fff;
box-shadow: 0 8px 30px rgba(11, 23, 57, .06);
}

.mxsb-site-header--sticky{
position: sticky;
top: var(--admin-bar, 0px);
}

.admin-bar .mxsb-site-header--sticky{
top: 32px;
}

.mxsb-icon{
width: 21px;
height: 21px;
flex: 0 0 auto;
}

.mxsb-site-header a,
.mxsb-site-footer a{
text-decoration: none;
}

.mxsb-site-header .screen-reader-text,
.mxsb-site-footer .screen-reader-text{
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

.mxsb-topbar{
background: linear-gradient(90deg, #08142d, var(--mxsb-navy));
color: #e8f2ff;
font-size: 12px;
}

.mxsb-topbar__inner{
min-height: 34px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}

.mxsb-topbar p{
margin: 0;
font-weight: 650;
}

.mxsb-topbar__contact{
display: flex;
align-items: center;
gap: 20px;
}

.mxsb-topbar__contact a{
display: inline-flex;
align-items: center;
gap: 7px;
color: #e8f2ff;
transition: color var(--mxsb-transition);
}

.mxsb-topbar__contact a:hover{
color: #8fd0ff;
}

.mxsb-topbar__contact .mxsb-icon{
width: 15px;
height: 15px;
}

.mxsb-header-main__inner{
min-height: 86px;
display: grid;
grid-template-columns: auto minmax(260px, 1fr) auto;
align-items: center;
gap: clamp(20px, 3vw, 44px);
padding-block: 12px;
}

.mxsb-header-brand,
.mxsb-footer-logo{
display: inline-flex;
align-items: center;
gap: 10px;
width: fit-content;
color: var(--mxsb-navy);
font-size: 22px;
font-weight: 850;
letter-spacing: -.025em;
}

.mxsb-header-brand img{
display: block;
width: var(--mxsb-header-logo-width);
max-width: 100%;
height: auto;
max-height: none;
object-fit: contain;
}

.mxsb-brand-mark{
width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 12px;
background: linear-gradient(135deg, var(--mxsb-primary), #39a6ff);
color: #fff;
font-size: 23px;
font-weight: 900;
box-shadow: 0 8px 20px rgba(0, 115, 230, .22);
}

.mxsb-header-search{
position: relative;
width: 100%;
margin: 0;
}

.mxsb-header-search label{
display: block;
}

.mxsb-header-search input[type="search"]{
width: 100%;
min-height: 50px;
margin: 0;
padding: 12px 56px 12px 18px;
border: 1px solid #cfddeb;
border-radius: 15px;
background: #f8fbff;
color: var(--mxsb-text);
font: inherit;
font-size: 14px;
box-shadow: none;
transition:
border-color var(--mxsb-transition),
box-shadow var(--mxsb-transition),
background var(--mxsb-transition);
}

.mxsb-header-search input[type="search"]:focus{
border-color: var(--mxsb-primary);
outline: 0;
background: #fff;
box-shadow: 0 0 0 4px rgba(0, 115, 230, .1);
}

.mxsb-header-search button{
position: absolute;
top: 5px;
right: 5px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
border: 0;
border-radius: 11px;
background: var(--mxsb-primary);
color: #fff;
cursor: pointer;
transition:
background var(--mxsb-transition),
transform var(--mxsb-transition);
}

.mxsb-header-search button:hover{
background: #005fbf;
transform: translateY(-1px);
}

.mxsb-search-suggestions{
position: absolute;
z-index: 1200;
top: calc(100% + 8px);
left: 0;
width: 100%;
max-height: min(520px, 70vh);
padding: 8px;
overflow-y: auto;
border: 1px solid rgba(199, 216, 235, .95);
border-radius: 16px;
background: rgba(255, 255, 255, .98);
box-shadow: 0 22px 55px rgba(11, 23, 57, .18);
backdrop-filter: blur(12px);
}

.mxsb-search-suggestions[hidden]{
display: none !important;
}

.mxsb-search-suggestions__status{
margin: 0;
padding: 14px 16px;
color: var(--mxsb-muted);
font-size: 13px;
font-weight: 650;
}

.mxsb-search-suggestion{
display: grid;
grid-template-columns: 58px minmax(0, 1fr);
align-items: center;
gap: 12px;
min-height: 70px;
padding: 7px 10px;
border-radius: 12px;
color: var(--mxsb-text);
text-decoration: none;
transition: background var(--mxsb-transition), transform var(--mxsb-transition);
}

.mxsb-search-suggestion:hover,
.mxsb-search-suggestion:focus-visible{
outline: 0;
background: var(--mxsb-soft);
transform: translateX(2px);
}

.mxsb-search-suggestion__media{
width: 58px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border: 1px solid var(--mxsb-border);
border-radius: 10px;
background: #fff;
}

.mxsb-search-suggestion__media img{
width: 100%;
height: 100%;
object-fit: contain;
}

.mxsb-search-suggestion__copy{
min-width: 0;
display: grid;
gap: 4px;
}

.mxsb-search-suggestion__copy strong{
overflow: hidden;
color: var(--mxsb-navy);
font-size: 14px;
line-height: 1.35;
text-overflow: ellipsis;
white-space: nowrap;
}

.mxsb-search-suggestion__copy small{
color: var(--mxsb-primary);
font-size: 12px;
font-weight: 800;
}

.mxsb-header-actions{
display: flex;
align-items: center;
gap: 22px;
}

.mxsb-header-action{
position: relative;
display: inline-flex;
align-items: center;
gap: 10px;
color: var(--mxsb-navy);
white-space: nowrap;
}

.mxsb-header-action > span:last-child{
display: flex;
flex-direction: column;
font-size: 13px;
font-weight: 750;
}

.mxsb-header-action small{
color: var(--mxsb-muted);
font-size: 10px;
font-weight: 600;
}

.mxsb-header-action strong{
color: var(--mxsb-navy);
font-size: 13px;
}

.mxsb-header-action:hover,
.mxsb-header-action:hover strong{
color: var(--mxsb-primary);
}

.mxsb-cart-icon{
position: relative;
display: inline-flex;
}

.mxsb-cart-icon em{
position: absolute;
top: -10px;
right: -11px;
min-width: 19px;
height: 19px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 5px;
border: 2px solid #fff;
border-radius: 999px;
background: var(--mxsb-primary);
color: #fff;
font-size: 10px;
font-style: normal;
font-weight: 800;
line-height: 1;
}

.mxsb-menu-toggle{
display: none;
width: 44px;
height: 44px;
align-items: center;
justify-content: center;
padding: 0;
border: 1px solid var(--mxsb-border);
border-radius: 12px;
background: var(--mxsb-soft);
color: var(--mxsb-navy);
cursor: pointer;
}

.mxsb-header-nav-row{
border-top: 1px solid #edf2f7;
background: #fff;
}

.mxsb-header-nav-row__inner{
min-height: 54px;
display: flex;
align-items: stretch;
gap: 26px;
}

.mxsb-header-nav{
min-width: 0;
display: flex;
align-items: center;
flex: 1 1 auto;
}

.mxsb-menu{
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px 26px;
margin: 0;
padding: 0;
list-style: none;
}

.mxsb-menu li{
position: relative;
margin: 0;
}

.mxsb-menu a{
display: flex;
align-items: center;
min-height: 53px;
color: #344054;
font-size: 13px;
font-weight: 750;
transition: color var(--mxsb-transition);
}

.mxsb-menu > li > a:hover,
.mxsb-menu > li.current-menu-item > a,
.mxsb-menu > li.current-menu-ancestor > a{
color: var(--mxsb-primary);
}

.mxsb-menu .sub-menu{
position: absolute;
top: calc(100% - 1px);
left: -16px;
z-index: 12;
min-width: 230px;
margin: 0;
padding: 10px;
border: 1px solid var(--mxsb-border);
border-radius: 14px;
background: #fff;
box-shadow: var(--mxsb-shadow);
list-style: none;
opacity: 0;
visibility: hidden;
transform: translateY(8px);
transition:
opacity var(--mxsb-transition),
visibility var(--mxsb-transition),
transform var(--mxsb-transition);
}

.mxsb-menu li:hover > .sub-menu,
.mxsb-menu li:focus-within > .sub-menu{
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.mxsb-menu .sub-menu a{
min-height: 38px;
padding: 7px 9px;
border-radius: 8px;
}

.mxsb-menu .sub-menu a:hover{
background: var(--mxsb-soft);
color: var(--mxsb-primary);
}

.mxsb-shop-nav{
position: relative;
display: flex;
align-items: center;
}

.mxsb-shop-nav > span{
min-height: 36px;
display: inline-flex;
align-items: center;
gap: 7px;
padding: 8px 13px;
border-radius: 10px;
background: var(--mxsb-soft);
color: var(--mxsb-primary);
font-size: 13px;
font-weight: 800;
cursor: default;
}

.mxsb-shop-nav > span .mxsb-icon{
width: 17px;
height: 17px;
}

.mxsb-shop-nav > .mxsb-menu{
position: absolute;
top: calc(100% - 8px);
left: 0;
z-index: 13;
min-width: 270px;
display: block;
padding: 10px;
border: 1px solid var(--mxsb-border);
border-radius: 14px;
background: #fff;
box-shadow: var(--mxsb-shadow);
opacity: 0;
visibility: hidden;
transform: translateY(8px);
transition:
opacity var(--mxsb-transition),
visibility var(--mxsb-transition),
transform var(--mxsb-transition);
}

.mxsb-shop-nav:hover > .mxsb-menu,
.mxsb-shop-nav:focus-within > .mxsb-menu{
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.mxsb-shop-nav > .mxsb-menu a{
min-height: 38px;
padding: 7px 9px;
border-radius: 8px;
}

.mxsb-shop-nav > .mxsb-menu a:hover{
background: var(--mxsb-soft);
}

.mxsb-header-b2b{
align-self: center;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 38px;
margin-left: auto;
padding: 8px 15px;
border-radius: 11px;
background: linear-gradient(135deg, var(--mxsb-primary), #1495ff);
color: #fff;
font-size: 12px;
font-weight: 800;
white-space: nowrap;
box-shadow: 0 7px 16px rgba(0, 115, 230, .18);
transition:
transform var(--mxsb-transition),
box-shadow var(--mxsb-transition);
}

.mxsb-header-b2b:hover{
color: #fff;
transform: translateY(-1px);
box-shadow: 0 10px 22px rgba(0, 115, 230, .25);
}

.mxsb-mobile-panel{
display: none;
border-top: 1px solid var(--mxsb-border);
background: #fff;
}

.mxsb-mobile-panel[hidden]{
display: none !important;
}

.mxsb-menu-placeholder{
margin: 0;
padding: 9px 12px;
border: 1px dashed #b8cee3;
border-radius: 9px;
background: var(--mxsb-soft);
color: var(--mxsb-muted);
font-size: 12px;
}

.mxsb-site-footer{
position: relative;
z-index: 2;
background:
radial-gradient(circle at 10% 0%, rgba(0, 115, 230, .22), transparent 32%),
linear-gradient(145deg, #071226, var(--mxsb-navy));
color: #dbe7f4;
}

.mxsb-footer-main{
padding: 72px 0 54px;
}

.mxsb-footer-grid{
display: grid;
grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(150px, 1fr));
gap: clamp(32px, 5vw, 70px);
}

.mxsb-footer-logo{
color: #fff;
}

.mxsb-footer-logo img{
display: block;
width: var(--mxsb-footer-logo-width);
max-width: 100%;
height: auto;
max-height: none;
object-fit: contain;
}

.mxsb-footer-brand > p{
max-width: 380px;
margin: 20px 0 0;
color: #aebdd0;
font-size: 14px;
line-height: 1.75;
}

.mxsb-footer-contact{
display: grid;
gap: 11px;
margin: 22px 0 0;
padding: 0;
list-style: none;
}

.mxsb-footer-contact li{
display: flex;
align-items: flex-start;
gap: 10px;
margin: 0;
color: #dbe7f4;
font-size: 13px;
}

.mxsb-footer-contact .mxsb-icon{
width: 17px;
height: 17px;
margin-top: 1px;
color: #58b5ff;
}

.mxsb-footer-contact a{
color: #dbe7f4;
}

.mxsb-footer-contact a:hover{
color: #7cc5ff;
}

.mxsb-footer-nip{
margin-top: 15px !important;
font-weight: 750;
}

.mxsb-footer-column h2{
margin: 3px 0 18px;
color: #fff;
font-size: 15px;
font-weight: 800;
letter-spacing: .02em;
}

.mxsb-footer-menu,
.mxsb-footer-legal{
margin: 0;
padding: 0;
list-style: none;
}

.mxsb-footer-menu{
display: grid;
gap: 10px;
}

.mxsb-footer-menu li,
.mxsb-footer-legal li{
margin: 0;
}

.mxsb-footer-menu a{
color: #aebdd0;
font-size: 13px;
line-height: 1.5;
transition:
color var(--mxsb-transition),
transform var(--mxsb-transition);
}

.mxsb-footer-menu a:hover{
display: inline-block;
color: #fff;
transform: translateX(3px);
}

.mxsb-footer-menu .sub-menu{
display: none;
}

.mxsb-footer-trust{
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid rgba(255, 255, 255, .1);
background: rgba(255, 255, 255, .035);
}

.mxsb-footer-trust .mxsb-container{
min-height: 54px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
color: #cfe1f4;
font-size: 12px;
font-weight: 700;
text-align: center;
}

.mxsb-footer-trust .mxsb-icon{
width: 18px;
height: 18px;
color: #58b5ff;
}

.mxsb-footer-bottom{
padding: 20px 0;
}

.mxsb-footer-bottom__inner{
min-height: 36px;
display: flex;
align-items: center;
gap: 24px;
}

.mxsb-footer-bottom p{
margin: 0;
color: #8fa2b9;
font-size: 11px;
}

.mxsb-footer-bottom nav{
margin-left: auto;
}

.mxsb-footer-legal{
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px 18px;
}

.mxsb-footer-legal a{
color: #aebdd0;
font-size: 11px;
}

.mxsb-footer-legal a:hover{
color: #fff;
}

.mxsb-social-links{
display: flex;
align-items: center;
gap: 8px;
}

.mxsb-social-links a{
width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(255, 255, 255, .14);
border-radius: 10px;
background: rgba(255, 255, 255, .05);
color: #dbe7f4;
transition:
background var(--mxsb-transition),
border-color var(--mxsb-transition),
transform var(--mxsb-transition);
}

.mxsb-social-links a:hover{
border-color: rgba(88, 181, 255, .7);
background: rgba(0, 115, 230, .25);
color: #fff;
transform: translateY(-2px);
}

.mxsb-social-links .mxsb-icon{
width: 17px;
height: 17px;
}

.mxsb-section{
padding: 96px 0;
}

.mxsb-section__header{
max-width: 780px;
margin: 0 auto 44px;
text-align: center;
}

.mxsb-section__eyebrow,
.mxsb-eyebrow{
margin: 0 0 12px;
color: var(--mxsb-primary);
font-size: 13px;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}

.mxsb-section__header h2,
.mxsb-b2b h2,
.mxsb-seo h2{
margin: 0;
color: var(--mxsb-navy);
font-size: clamp(30px, 4vw, 46px);
font-weight: 800;
line-height: 1.16;
letter-spacing: -0.025em;
}

.mxsb-section__header > p:last-child{
margin: 18px auto 0;
color: var(--mxsb-muted);
font-size: 17px;
line-height: 1.7;
}

@media (max-width: 1100px) {
.mxsb-header-main__inner{
grid-template-columns: auto minmax(220px, 1fr) auto;
gap: 20px;
}

.mxsb-header-actions{
gap: 15px;
}

.mxsb-header-action > span:last-child{
display: none;
}

.mxsb-footer-grid{
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mxsb-footer-brand{
grid-column: 1 / -1;
}

.mxsb-hero__grid{
grid-template-columns: 1fr 420px;
}

.mxsb-trust__grid{
grid-template-columns: repeat(2, minmax(0,1fr));
}

.mxsb-trust__item:nth-child(2){
border-right: 0;
}

.mxsb-trust__item:nth-child(-n+2){
border-bottom: 1px solid var(--mxsb-border);
}

.mxsb-product-grid{
grid-template-columns: repeat(2, minmax(0,1fr));
}
}

@media (max-width: 850px) {
.admin-bar .mxsb-site-header--sticky{
top: 46px;
}

.mxsb-topbar__inner{
justify-content: center;
text-align: center;
}

.mxsb-topbar__contact,
.mxsb-header-search--desktop,
.mxsb-header-nav-row,
.mxsb-header-actions .mxsb-header-action:not(.mxsb-header-cart){
display: none;
}

.mxsb-header-main__inner{
min-height: 72px;
grid-template-columns: 1fr auto;
}

.mxsb-header-brand img{
width: var(--mxsb-header-logo-mobile);
max-width: 100%;
height: auto;
max-height: none;
}

.mxsb-menu-toggle{
display: inline-flex;
}

.mxsb-mobile-panel{
display: block;
}

.mxsb-mobile-panel__inner{
width: min(calc(100% - 40px), var(--mxsb-max));
max-height: calc(100vh - 120px);
margin-inline: auto;
padding: 20px 0 24px;
overflow-y: auto;
}

.mxsb-header-search--mobile{
margin-bottom: 18px;
}

.mxsb-mobile-menu-list{
display: grid;
gap: 3px;
margin: 0;
padding: 0;
list-style: none;
}

.mxsb-mobile-menu-list li{
margin: 0;
}

.mxsb-mobile-menu-list a{
display: flex;
align-items: center;
min-height: 43px;
padding: 9px 11px;
border-radius: 9px;
color: var(--mxsb-navy);
font-size: 14px;
font-weight: 750;
}

.mxsb-mobile-menu-list a:hover,
.mxsb-mobile-menu-list .current-menu-item > a{
background: var(--mxsb-soft);
color: var(--mxsb-primary);
}

.mxsb-mobile-menu-list .sub-menu{
display: grid;
gap: 2px;
margin: 0 0 4px 16px;
padding: 0 0 0 10px;
border-left: 2px solid var(--mxsb-border);
list-style: none;
}

.mxsb-mobile-menu-list .sub-menu a{
min-height: 38px;
font-size: 13px;
font-weight: 650;
}

.mxsb-mobile-panel__label{
margin: 20px 0 7px;
color: var(--mxsb-muted);
font-size: 11px;
font-weight: 800;
letter-spacing: .1em;
text-transform: uppercase;
}

.mxsb-header-b2b--mobile{
width: 100%;
margin-top: 18px;
}

.mxsb-section{
padding: 74px 0;
}

.mxsb-hero{
min-height: 0;
}

.mxsb-hero__grid,
.mxsb-b2b__grid{
grid-template-columns: 1fr;
}

.mxsb-hero__visual{
width: min(100%, 620px);
margin-inline: auto;
}

.mxsb-category-grid{
grid-template-columns: repeat(2, minmax(0,1fr));
}

.mxsb-process__grid{
grid-template-columns: repeat(2, minmax(0,1fr));
gap: 32px 18px;
}

.mxsb-process__grid::before{
display: none;
}

.mxsb-testimonials{
grid-template-columns: 1fr;
}

.mxsb-product-sticky.single-product div.product .summary{
position: static;
}

.mxsb-product-modern .wapf-swatch-wrapper{
grid-template-columns: repeat(2, minmax(0,1fr));
}
}

@media (max-width: 620px) {
.mxsb-home > section.mxsb-layout--boxed{
width: min(calc(100% - 20px), var(--mxsb-max));
margin-block: 16px;
border-radius: calc(var(--mxsb-radius) + 2px);
}

.mxsb-home > section.mxsb-layout--full > .mxsb-container,
.mxsb-home > section.mxsb-layout--boxed > .mxsb-container{
padding-inline: 14px;
}

.mxsb-topbar p{
font-size: 11px;
}

.mxsb-header-main__inner{
min-height: 66px;
}

.mxsb-header-brand img{
width: var(--mxsb-header-logo-mobile);
max-width: min(100%, 220px);
height: auto;
max-height: none;
}

.mxsb-brand-mark{
width: 38px;
height: 38px;
font-size: 20px;
}

.mxsb-brand-name{
font-size: 18px;
}

.mxsb-header-actions{
gap: 12px;
}

.mxsb-header-cart > span:last-child{
display: none;
}

.mxsb-footer-main{
padding: 56px 0 40px;
}

.mxsb-footer-grid{
grid-template-columns: 1fr;
gap: 32px;
}

.mxsb-footer-brand{
grid-column: auto;
}

.mxsb-footer-bottom__inner{
flex-direction: column;
align-items: flex-start;
}

.mxsb-footer-bottom nav{
margin-left: 0;
}

.mxsb-footer-legal{
gap: 8px 14px;
}

.mxsb-container{
width: min(calc(100% - 28px), var(--mxsb-max));
}

.mxsb-section{
padding: 58px 0;
}

.mxsb-hero__grid{
gap: 42px;
padding-block: 64px;
}

.mxsb-hero__title{
font-size: clamp(37px, 12vw, 52px);
}

.mxsb-actions{
flex-direction: column;
}

.mxsb-button{
width: 100%;
}

.mxsb-hero__checks{
flex-direction: column;
}

.mxsb-trust__grid,
.mxsb-category-grid,
.mxsb-product-grid,
.mxsb-process__grid,
.mxsb-logo-strip,
.mxsb-b2b ul{
grid-template-columns: 1fr;
}

.mxsb-trust__item{
border-right: 0;
border-bottom: 1px solid var(--mxsb-border);
}

.mxsb-trust__item:last-child{
border-bottom: 0;
}

.mxsb-seo__content{
column-count: 1;
}

.mxsb-product-modern .wapf-field-container{
padding: 15px !important;
}

.mxsb-product-modern .wapf-swatch-wrapper,
.mxsb-product-modern .wapf-radios,
.mxsb-product-modern .wapf-checkboxes{
grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
.mxsb-home *,
.mxsb-product-modern *,
.mxsb-site-header *,
.mxsb-site-footer *{
scroll-behavior: auto !important;
transition-duration: .01ms !important;
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
}

.mxsb-reveal{
opacity: 1;
transform: none;
}
}

@media (max-width: 689px) {
.mxsb-configurator__options{
grid-template-columns: 1fr;
}

.mxsb-configurator__field{
padding: 16px;
}

.mxsb-configurator__totals > div{
align-items: flex-start;
}
}

.mxsb-system-page{
--theme-normal-container-max-width: var(--mxsb-max);
--theme-content-width: var(--mxsb-max);
color: var(--mxsb-text);
font-family: var(--mxsb-font-body, Arial, Helvetica, sans-serif);
font-size: var(--mxsb-body-size, 16px);
}

.mxsb-system-page *,
.mxsb-template-preview *,
.mxsb-contact-page *{
box-sizing: border-box;
}

.mxsb-system-page :where(h1, h2, h3, h4),
.mxsb-template-preview :where(h1, h2, h3, h4),
.mxsb-contact-page :where(h1, h2, h3, h4){
color: var(--mxsb-navy);
font-weight: 800;
letter-spacing: -.025em;
}

.mxsb-system-page :where(button, .button, input[type="submit"], .wp-element-button),
.mxsb-template-preview button,
.mxsb-contact-page :where(button, input[type="submit"]){
border-radius: var(--mxsb-button-radius, 14px) !important;
}

.mxsb-system-page :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea),
.mxsb-contact-page :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea){
border: 1px solid var(--mxsb-border) !important;
border-radius: var(--mxsb-field-radius, 14px) !important;
background: #fff;
box-shadow: none !important;
transition: border-color var(--mxsb-transition), box-shadow var(--mxsb-transition);
}

.mxsb-system-page :where(input, select, textarea):focus,
.mxsb-contact-page :where(input, select, textarea):focus{
border-color: var(--mxsb-primary) !important;
outline: 0;
box-shadow: 0 0 0 4px rgba(0, 115, 230, .1) !important;
}

.mxsb-system-hero{
width: 100vw;
margin-left: calc(50% - 50vw);
padding: clamp(48px, 7vw, 92px) 0;
background:
radial-gradient(circle at 85% 20%, rgba(20, 149, 255, .24), transparent 34%),
linear-gradient(135deg, var(--mxsb-navy), #0b2b60 60%, var(--mxsb-primary));
color: #fff;
}

.mxsb-system-hero h1{
max-width: 850px;
margin: 8px 0 14px;
color: #fff;
font-size: clamp(38px, 5vw, 64px);
line-height: 1.07;
}

.mxsb-system-hero__eyebrow{
margin: 0;
color: #8ed2ff;
font-size: 13px;
font-weight: 800;
letter-spacing: .13em;
text-transform: uppercase;
}

.mxsb-system-hero__text{
max-width: 760px;
color: #dbeafe;
font-size: clamp(16px, 1.5vw, 20px);
line-height: 1.65;
}

.mxsb-system-hero__text p{
margin: 0;
}

.mxsb-custom-banner-height{
--mxsb-banner-current-height: var(--mxsb-banner-height-desktop, 320px);
}

.mxsb-custom-banner-height :is(.mxsb-system-hero){
box-sizing: border-box;
}

.mxsb-custom-banner-height .mxsb-system-hero{
display: flex;
align-items: center;
}

.mxsb-custom-banner-height.mxsb-banner-height-min :is(.mxsb-system-hero){
min-height: var(--mxsb-banner-current-height) !important;
}

.mxsb-custom-banner-height.mxsb-banner-height-exact :is(.mxsb-system-hero){
height: var(--mxsb-banner-current-height) !important;
min-height: var(--mxsb-banner-current-height) !important;
max-height: var(--mxsb-banner-current-height) !important;
overflow: hidden;
}

.mxsb-system-hero__breadcrumbs:empty{
display: none;
}

.mxsb-system-hero__breadcrumbs{
margin-top: 24px;
}

.mxsb-system-hero__breadcrumbs nav{
margin: 0 !important;
color: rgba(219, 234, 254, .82) !important;
font-size: 13px;
font-weight: 700;
line-height: 1.5;
}

.mxsb-system-hero__breadcrumbs nav :where(a, span){
color: inherit;
}

.mxsb-system-hero__breadcrumbs nav a:hover{
color: #fff;
}

@media (max-width: 1100px) {
.mxsb-custom-banner-height{
--mxsb-banner-current-height: var(--mxsb-banner-height-tablet, 280px);
}
}

@media (max-width: 690px) {
.mxsb-custom-banner-height{
--mxsb-banner-current-height: var(--mxsb-banner-height-mobile, 230px);
}
}

.mxsb-blog-hero{
grid-column: 1 / -1;
margin: 0 0 34px;
padding: clamp(32px, 5vw, 56px);
border-radius: calc(var(--mxsb-radius) + 6px);
background: linear-gradient(135deg, var(--mxsb-navy), #0b3b78);
color: #dbeafe;
}

.mxsb-blog-hero h1{
max-width: 820px;
margin: 7px 0 12px;
color: #fff;
font-size: clamp(35px, 4.6vw, 58px);
}

.mxsb-blog-hero p:last-child{
max-width: 760px;
margin: 0;
}

.mxsb-template-blog :where(.entries, .mec-post-grid){
display: grid;
grid-template-columns: repeat(var(--mxsb-blog-columns, 3), minmax(0, 1fr));
gap: 26px !important;
}

.mxsb-template-blog article{
border: 1px solid var(--mxsb-border);
border-radius: var(--mxsb-radius);
background: #fff;
box-shadow: var(--mxsb-system-shadow);
overflow: hidden;
transition: transform var(--mxsb-transition);
}

.mxsb-template-blog article:hover{
transform: translateY(-4px);
}

.mxsb-template-blog article .entry-card{
border: 0;
box-shadow: none;
}

.mxsb-blog-cta{
grid-column: 1 / -1;
display: flex;
align-items: center;
justify-content: space-between;
gap: 28px;
margin: 34px 0;
padding: clamp(28px, 5vw, 48px);
border-radius: calc(var(--mxsb-radius) + 6px);
background: linear-gradient(135deg, var(--mxsb-navy), #10417e);
color: #dbeafe;
}

.mxsb-blog-cta h2{
margin: 0 0 7px;
color: #fff;
}

.mxsb-blog-cta p{
margin: 0;
}

.mxsb-template-blog.mxsb-template-variant-compact article{
box-shadow: none;
}

.mxsb-template-post .entry-content{
max-width: 840px;
margin-inline: auto;
font-size: 18px;
line-height: 1.8;
}

.mxsb-template-post .entry-header{
max-width: 980px;
margin-inline: auto;
text-align: center;
}

.mxsb-post-reading-time{
width: fit-content;
margin: 0 0 24px;
padding: 8px 12px;
border-radius: 999px;
background: var(--mxsb-soft);
color: var(--mxsb-primary);
font-size: 13px;
font-weight: 800;
}

.mxsb-post-expert{
margin: 44px 0 0;
padding: clamp(24px, 4vw, 38px);
border: 1px solid #cfe1f5;
border-radius: calc(var(--mxsb-radius) + 4px);
background: linear-gradient(135deg, var(--mxsb-soft), #fff);
}

.mxsb-post-expert strong{
color: var(--mxsb-navy);
font-size: 21px;
}

.mxsb-post-expert a{
color: var(--mxsb-primary);
font-weight: 800;
}

.mxsb-no-motion .mxsb-reveal,
.mxsb-no-motion .mec-reveal{
opacity: 1 !important;
visibility: visible !important;
transform: none !important;
transition: none !important;
}

@media (max-width: 767px) {
body.mxsb-mobile-banners-hide-pages :where(.mec-page-hero, .mec-single-hero, .mxsb-system-hero, .mxsb-shop-hero, .mxsb-account-intro, .mxsb-blog-hero, .mxsb-contact-hero, .mxsb-configurator-page-hero),
body.mxsb-mobile-banners-hide_pages :where(.mec-page-hero, .mec-single-hero, .mxsb-system-hero, .mxsb-shop-hero, .mxsb-account-intro, .mxsb-blog-hero, .mxsb-contact-hero, .mxsb-configurator-page-hero),
body.mxsb-mobile-banners-hide-all :where(.mec-page-hero, .mec-single-hero, .mxsb-system-hero, .mxsb-shop-hero, .mxsb-account-intro, .mxsb-blog-hero, .mxsb-contact-hero, .mxsb-configurator-page-hero, .mxsb-hero, .mec-home-hero, .mxsb-visual-hero),
body.mxsb-mobile-banners-hide_all :where(.mec-page-hero, .mec-single-hero, .mxsb-system-hero, .mxsb-shop-hero, .mxsb-account-intro, .mxsb-blog-hero, .mxsb-contact-hero, .mxsb-configurator-page-hero, .mxsb-hero, .mec-home-hero, .mxsb-visual-hero){
display: none !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
}

@media (min-width: 1025px) {
.mxsb-template-hide-desktop :where(.mxsb-system-hero, .mxsb-commerce-intro, .mxsb-net-notice, .mxsb-file-notice, .mxsb-product-information, .mxsb-account-intro, .mxsb-account-cards, .mxsb-blog-hero, .mxsb-contact-page){
display: none !important;
}
}

@media (min-width: 601px) and (max-width: 1024px) {
.mxsb-template-hide-tablet :where(.mxsb-system-hero, .mxsb-commerce-intro, .mxsb-net-notice, .mxsb-file-notice, .mxsb-product-information, .mxsb-account-intro, .mxsb-account-cards, .mxsb-blog-hero, .mxsb-contact-page){
display: none !important;
}
}

@media (max-width: 1024px) {
.mxsb-template-shop ul.products{
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.mxsb-preview-products,
.mxsb-preview-posts{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 820px) {
.mxsb-template-cart .wc-block-cart{
grid-template-columns: minmax(0, 1fr) !important;
}

.mxsb-template-cart :where(.mxsb-checkout-progress, .mxsb-commerce-intro, .mxsb-net-notice, .wp-block-woocommerce-cart, .wc-block-cart, .woocommerce){
width: min(calc(100% - 28px), 1280px) !important;
}

.mxsb-template-cart :where(.wc-block-cart__main, .wc-block-cart__sidebar, .woocommerce-cart-form, .cart_totals){
padding: 17px !important;
border-radius: var(--mxsb-radius) !important;
}

.mxsb-template-shop ul.products{
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.mxsb-template-product_template .product > .mxsb-product-top{
grid-template-columns: minmax(0, 1fr);
width: min(calc(100% - 28px), var(--mxsb-product-content-width, 1280px));
gap: 22px;
}

.mxsb-template-product_template.mxsb-product-match-columns .mxsb-product-top > .summary{
min-height: 0;
}

.mxsb-template-product_template .product > .woocommerce-product-gallery,
.mxsb-template-product_template .product > .summary{
width: 100% !important;
}

.mxsb-template-product_template.mxsb-product-sticky .mxsb-product-top > .summary,
.mxsb-template-product_template.mxsb-product-sticky .product > .summary,
.mxsb-cart-sticky .cart_totals,
.mxsb-checkout-sticky #order_review,
.mxsb-checkout-sticky .wc-block-components-sidebar{
position: static;
}

.mxsb-benefit-grid,
.mxsb-order-next ol,
.mxsb-account-cards,
.mxsb-contact-paths{
grid-template-columns: 1fr;
}

.mxsb-contact-main,
.mxsb-preview-shop,
.mxsb-preview-product,
.mxsb-preview-checkout,
.mxsb-preview-account{
grid-template-columns: 1fr;
}

.mxsb-blog-cta,
.mxsb-archive-b2b{
align-items: flex-start;
flex-direction: column;
}

body.mxsb-template-account .woocommerce:has(> .woocommerce-MyAccount-navigation){
grid-template-columns: 1fr !important;
}

body.mxsb-template-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-navigation,
body.mxsb-template-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-content{
grid-column: 1;
}

.mxsb-template-account .mxsb-account-layout{
grid-template-columns: 1fr;
}

.mxsb-template-account .mxsb-account-sidebar{
width: 100%;
}

.mxsb-template-account .mxsb-account-sidebar .mxsb-account-cards{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 600px) {
.mxsb-template-hide-mobile :where(.mxsb-system-hero, .mxsb-commerce-intro, .mxsb-net-notice, .mxsb-file-notice, .mxsb-product-information, .mxsb-account-intro, .mxsb-account-cards, .mxsb-blog-hero, .mxsb-contact-page){
display: none !important;
}

.mxsb-system-hero{
padding: 44px 0;
}

.mxsb-standard-hero{
padding: 46px 20px;
}

.mxsb-standard-hero h1{
font-size: clamp(34px, 11vw, 46px);
}

.mxsb-standard-hero__excerpt{
font-size: 15px;
}

.mxsb-standard-content{
width: min(calc(100% - 24px), var(--mxsb-standard-width, 920px));
margin-block: 32px;
}

.mxsb-standard-content-card .mxsb-standard-content{
padding: 22px 18px;
border-radius: 18px;
}

.mxsb-template-account .mxsb-account-container{
width: calc(100% - 24px);
margin-block: 24px 42px;
}

.mxsb-template-account .mxsb-account-intro{
padding: 42px 22px;
border-radius: 20px;
}

.mxsb-template-account .mxsb-account-intro h1{
font-size: clamp(34px, 11vw, 46px);
}

.mxsb-template-account .mxsb-account-sidebar .mxsb-account-cards{
grid-template-columns: 1fr;
}

.mxsb-template-shop ul.products{
grid-template-columns: 1fr !important;
}

.mxsb-checkout-progress span{
display: grid;
justify-items: center;
gap: 5px;
text-align: center;
font-size: 10px;
}

.mxsb-checkout-progress span:not(:last-child)::after{
position: absolute;
top: 15px;
left: calc(50% + 20px);
width: calc(100% - 40px);
margin: 0;
}

.mxsb-preview-products,
.mxsb-preview-posts{
grid-template-columns: 1fr;
}

.mxsb-template-product_template .flex-control-thumbs{
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mxsb-template-product_template :where(.woocommerce-tabs, .mxsb-product-information, .related.products, .upsells.products),
.mxsb-template-product_template .product > .woocommerce-Tabs-panel--description{
width: calc(100% - 24px) !important;
}

.mxsb-product-gallery-premium .mxsb-product-top .woocommerce-product-gallery__trigger{
top: 22px !important;
right: 22px !important;
}

.mxsb-gallery-counter{
top: 22px;
left: 22px;
}

.mxsb-template-account .mxsb-account-sidebar .mxsb-account-cards{
grid-template-columns: 1fr;
}
}

.mxsb-configurable-section{
padding-top: var(--mxsb-section-pad-top) !important;
padding-bottom: var(--mxsb-section-pad-bottom) !important;
}

.mxsb-configurable-section.mxsb-hero .mxsb-hero__grid{
padding-block: 0;
}

.mxsb-configurable-section.mxsb-bg--solid,
.mxsb-configurable-section.mxsb-bg--gradient,
.mxsb-configurable-section.mxsb-bg--image{
background: var(--mxsb-section-background) center / cover no-repeat !important;
}

.mxsb-configurable-section .mxsb-hero__title,
.mxsb-configurable-section .mxsb-section__header h2,
.mxsb-configurable-section.mxsb-b2b h2,
.mxsb-configurable-section.mxsb-seo h2,
.mxsb-configurable-section.mxsb-trust h2{
font-size: var(--mxsb-section-heading) !important;
}

.mxsb-configurable-section .mxsb-hero__lead,
.mxsb-configurable-section .mxsb-section__header > p:last-child,
.mxsb-configurable-section .mxsb-b2b__content > div,
.mxsb-configurable-section .mxsb-seo__content,
.mxsb-configurable-section.mxsb-trust p{
font-size: var(--mxsb-section-text) !important;
}

.mxsb-configurable-section.mxsb-content--light,
.mxsb-configurable-section.mxsb-content--light .mxsb-hero__title,
.mxsb-configurable-section.mxsb-content--light .mxsb-section__header h2,
.mxsb-configurable-section.mxsb-content--light.mxsb-b2b h2,
.mxsb-configurable-section.mxsb-content--light.mxsb-seo h2,
.mxsb-configurable-section.mxsb-content--light h3{
color: #fff !important;
}

.mxsb-configurable-section.mxsb-content--light .mxsb-hero__lead,
.mxsb-configurable-section.mxsb-content--light .mxsb-section__header > p:last-child,
.mxsb-configurable-section.mxsb-content--light .mxsb-b2b__content > div,
.mxsb-configurable-section.mxsb-content--light .mxsb-b2b__content li,
.mxsb-configurable-section.mxsb-content--light .mxsb-seo__content{
color: rgba(255, 255, 255, .86) !important;
}

.mxsb-configurable-section.mxsb-content--dark,
.mxsb-configurable-section.mxsb-content--dark .mxsb-hero__title,
.mxsb-configurable-section.mxsb-content--dark .mxsb-section__header h2,
.mxsb-configurable-section.mxsb-content--dark.mxsb-b2b h2,
.mxsb-configurable-section.mxsb-content--dark.mxsb-seo h2,
.mxsb-configurable-section.mxsb-content--dark h3{
color: var(--mxsb-navy) !important;
}

.mxsb-configurable-section.mxsb-content--dark .mxsb-hero__lead,
.mxsb-configurable-section.mxsb-content--dark .mxsb-section__header > p:last-child,
.mxsb-configurable-section.mxsb-content--dark .mxsb-b2b__content > div,
.mxsb-configurable-section.mxsb-content--dark .mxsb-b2b__content li,
.mxsb-configurable-section.mxsb-content--dark .mxsb-seo__content{
color: var(--mxsb-muted) !important;
}

.mxsb-header-variant--minimal{
box-shadow: none;
}

.mxsb-header-variant--minimal .mxsb-header-main__inner{
min-height: 70px;
padding-block: 7px;
}

.mxsb-header-variant--minimal .mxsb-header-nav-row{
border-top-color: transparent;
}

@media (min-width: 851px) {
.mxsb-header-variant--centered .mxsb-header-main__inner{
grid-template-columns: 1fr auto 1fr;
}

.mxsb-header-variant--centered .mxsb-header-brand{
grid-column: 2;
justify-self: center;
}

.mxsb-header-variant--centered .mxsb-header-actions{
grid-column: 3;
justify-self: end;
}

.mxsb-header-variant--centered .mxsb-header-search--desktop{
grid-column: 1 / -1;
grid-row: 2;
max-width: 760px;
justify-self: center;
}

.mxsb-header-variant--navy{
border-bottom: 0;
background: #0b2048;
box-shadow: 0 12px 34px rgba(5, 20, 48, .22);
}

.mxsb-header-variant--navy .mxsb-header-main,
.mxsb-header-variant--navy .mxsb-header-nav-row{
background: #0b2048;
}

.mxsb-header-variant--navy .mxsb-header-brand{
padding: 8px 12px;
border-radius: 14px;
background: #fff;
}

.mxsb-header-variant--navy .mxsb-header-action,
.mxsb-header-variant--navy .mxsb-header-action strong,
.mxsb-header-variant--navy .mxsb-menu > li > a{
color: #f4f8ff;
}

.mxsb-header-variant--navy .mxsb-header-action small{
color: #9fb5d5;
}

.mxsb-header-variant--navy .mxsb-header-action:hover,
.mxsb-header-variant--navy .mxsb-header-action:hover strong,
.mxsb-header-variant--navy .mxsb-menu > li > a:hover,
.mxsb-header-variant--navy .mxsb-menu > li.current-menu-item > a{
color: #66c5ff;
}

.mxsb-header-variant--navy .mxsb-header-nav-row{
border-top-color: rgba(255, 255, 255, .12);
}

.mxsb-header-variant--navy .mxsb-shop-nav > span{
background: rgba(255,255,255,.12);
color: #fff;
}

.mxsb-header-variant--navy .mxsb-cart-icon em{
border-color: #0b2048;
}

.mxsb-header-variant--navy .mxsb-menu .sub-menu a,
.mxsb-header-variant--navy .mxsb-shop-nav > .mxsb-menu a{
color: #344054;
}

.mxsb-header-variant--floating{
padding-bottom: 14px;
border: 0;
background: #eef5fb;
box-shadow: none;
}

.mxsb-header-variant--floating .mxsb-header-main,
.mxsb-header-variant--floating .mxsb-header-nav-row{
background: transparent;
}

.mxsb-header-variant--floating .mxsb-header-main__inner{
margin-top: 14px;
padding-inline: 22px;
border: 1px solid #dce7f3;
border-bottom: 0;
border-radius: 24px 24px 0 0;
background: #fff;
}

.mxsb-header-variant--floating .mxsb-header-nav-row{
border: 0;
}

.mxsb-header-variant--floating .mxsb-header-nav-row__inner{
padding-inline: 22px;
border: 1px solid #dce7f3;
border-top-color: #edf2f7;
border-radius: 0 0 24px 24px;
background: #fff;
box-shadow: 0 18px 40px rgba(11, 35, 72, .12);
}

.mxsb-header-variant--catalog .mxsb-header-main__inner{
min-height: 78px;
}

.mxsb-header-variant--catalog .mxsb-header-nav-row{
border: 0;
background: linear-gradient(90deg, #0b2048, #087bea);
}

.mxsb-header-variant--catalog .mxsb-menu > li > a{
color: rgba(255,255,255,.88);
}

.mxsb-header-variant--catalog .mxsb-menu > li > a:hover,
.mxsb-header-variant--catalog .mxsb-menu > li.current-menu-item > a{
color: #fff;
}

.mxsb-header-variant--catalog .mxsb-shop-nav > span{
background: #fff;
color: #087bea;
box-shadow: 0 7px 18px rgba(4, 24, 58, .18);
}

.mxsb-header-variant--catalog .mxsb-header-b2b{
border: 1px solid rgba(255,255,255,.42);
background: rgba(255,255,255,.12);
box-shadow: none;
}

.mxsb-header-variant--catalog .mxsb-menu .sub-menu a,
.mxsb-header-variant--catalog .mxsb-shop-nav > .mxsb-menu a{
color: #344054;
}
}

.mxsb-hero-variant--centered .mxsb-hero__grid{
grid-template-columns: 1fr;
text-align: center;
}

.mxsb-hero-variant--centered .mxsb-hero__content,
.mxsb-hero-variant--centered .mxsb-hero__title,
.mxsb-hero-variant--centered .mxsb-hero__lead{
margin-inline: auto;
}

.mxsb-hero-variant--centered .mxsb-actions,
.mxsb-hero-variant--centered .mxsb-hero__checks{
justify-content: center;
}

.mxsb-hero-variant--centered .mxsb-hero__visual{
width: min(100%, 920px);
margin-inline: auto;
}

.mxsb-hero-variant--image-led .mxsb-hero__grid{
grid-template-columns: minmax(300px, .78fr) minmax(460px, 1.22fr);
}

.mxsb-hero-variant--image-led .mxsb-hero__visual img,
.mxsb-hero-variant--image-led .mxsb-hero__visual .mxsb-image-placeholder{
aspect-ratio: 16 / 10;
}

.mxsb-b2b-variant--centered .mxsb-b2b__grid{
grid-template-columns: 1fr;
text-align: center;
}

.mxsb-b2b-variant--centered .mxsb-b2b__content,
.mxsb-b2b-variant--centered .mxsb-b2b__card{
max-width: 880px;
margin-inline: auto;
}

.mxsb-b2b-variant--centered .mxsb-b2b__content ul{
justify-content: center;
}

.mxsb-b2b-variant--light{
background: linear-gradient(135deg, #eef7ff, #fff);
color: var(--mxsb-text);
}

.mxsb-b2b-variant--light h2,
.mxsb-b2b-variant--light .mxsb-section__eyebrow{
color: var(--mxsb-navy);
}

.mxsb-b2b-variant--light .mxsb-b2b__content > div,
.mxsb-b2b-variant--light .mxsb-b2b__content li{
color: var(--mxsb-muted);
}

.mxsb-footer-variant--compact .mxsb-footer-main{
padding-block: 42px 34px;
}

.mxsb-footer-variant--compact .mxsb-footer-grid{
gap: 32px;
}

.mxsb-footer-variant--light{
border-top: 1px solid var(--mxsb-border);
background: #fff;
color: var(--mxsb-text);
}

.mxsb-footer-variant--light .mxsb-footer-logo,
.mxsb-footer-variant--light .mxsb-footer-column h2,
.mxsb-footer-variant--light .mxsb-footer-contact a,
.mxsb-footer-variant--light .mxsb-footer-contact span{
color: var(--mxsb-navy);
}

.mxsb-footer-variant--light .mxsb-footer-brand > p,
.mxsb-footer-variant--light .mxsb-footer-menu a,
.mxsb-footer-variant--light .mxsb-footer-bottom,
.mxsb-footer-variant--light .mxsb-footer-bottom a{
color: var(--mxsb-muted);
}

.mxsb-footer-variant--light .mxsb-footer-trust,
.mxsb-footer-variant--light .mxsb-footer-bottom{
border-color: var(--mxsb-border);
background: var(--mxsb-soft);
}

@media (min-width: 1101px) {
.mxsb-hide-desktop{
display: none !important;
}
}

@media (min-width: 691px) and (max-width: 1100px) {
.mxsb-hide-tablet{
display: none !important;
}

.mxsb-configurable-section{
padding-top: var(--mxsb-section-pad-top-tablet) !important;
padding-bottom: var(--mxsb-section-pad-bottom-tablet) !important;
}

.mxsb-configurable-section .mxsb-hero__title,
.mxsb-configurable-section .mxsb-section__header h2,
.mxsb-configurable-section.mxsb-b2b h2,
.mxsb-configurable-section.mxsb-seo h2,
.mxsb-configurable-section.mxsb-trust h2{
font-size: var(--mxsb-section-heading-tablet) !important;
}

.mxsb-configurable-section .mxsb-hero__lead,
.mxsb-configurable-section .mxsb-section__header > p:last-child,
.mxsb-configurable-section .mxsb-b2b__content > div,
.mxsb-configurable-section .mxsb-seo__content,
.mxsb-configurable-section.mxsb-trust p{
font-size: var(--mxsb-section-text-tablet) !important;
}
}

@media (max-width: 690px) {
.mxsb-hide-mobile{
display: none !important;
}

.mxsb-configurable-section{
padding-top: var(--mxsb-section-pad-top-mobile) !important;
padding-bottom: var(--mxsb-section-pad-bottom-mobile) !important;
}

.mxsb-configurable-section .mxsb-hero__title,
.mxsb-configurable-section .mxsb-section__header h2,
.mxsb-configurable-section.mxsb-b2b h2,
.mxsb-configurable-section.mxsb-seo h2,
.mxsb-configurable-section.mxsb-trust h2{
font-size: var(--mxsb-section-heading-mobile) !important;
}

.mxsb-configurable-section .mxsb-hero__lead,
.mxsb-configurable-section .mxsb-section__header > p:last-child,
.mxsb-configurable-section .mxsb-b2b__content > div,
.mxsb-configurable-section .mxsb-seo__content,
.mxsb-configurable-section.mxsb-trust p{
font-size: var(--mxsb-section-text-mobile) !important;
}
}

.mxsb-visual-theme--business{ --mxsb-heading-weight: 800; --mxsb-heading-letter-spacing: -.035em; --mxsb-body-line-height: 1.65; }
.mxsb-visual-theme--minimal{ --mxsb-heading-weight: 700; --mxsb-heading-letter-spacing: -.02em; --mxsb-body-line-height: 1.75; }
.mxsb-visual-theme--showcase{ --mxsb-heading-weight: 800; --mxsb-heading-letter-spacing: -.045em; --mxsb-body-line-height: 1.62; }
.mxsb-visual-theme--dark{ --mxsb-heading-weight: 750; --mxsb-heading-letter-spacing: -.025em; --mxsb-body-line-height: 1.68; }
.mxsb-visual-theme--catalog{ --mxsb-heading-weight: 700; --mxsb-heading-letter-spacing: -.015em; --mxsb-body-line-height: 1.55; }

body.mxsb-layout-site-wide .mxsb-container,
body.mec-layout-wide .mxsb-container{
width: min(calc(100% - (var(--mxsb-layout-gutter, 32px) * 2)), 1920px) !important;
max-width: none !important;
}

body.mxsb-layout-site-full .mxsb-container,
body.mec-layout-full .mxsb-container{
width: 100% !important;
max-width: none !important;
padding-inline: var(--mxsb-layout-gutter, 32px) !important;
}

body.mxsb-layout-site-full .mxsb-home > section.mxsb-layout--boxed,
body.mec-layout-full .mxsb-home > section.mxsb-layout--boxed{
width: min(calc(100% - (var(--mxsb-layout-gutter, 32px) * 2)), var(--mxsb-max));
}

@media (max-width: 680px) {
body.mxsb-layout-site-wide .mxsb-container,
body.mec-layout-wide .mxsb-container{
width: min(calc(100% - 28px), 1920px) !important;
}
body.mxsb-layout-site-full .mxsb-container,
body.mec-layout-full .mxsb-container{
padding-inline: 14px !important;
}
}

body.mxsb-template-product_template :where(.mec-page-hero, .mec-product-page-hero),
body.mxsb-template-standard :where(.mec-page-hero){
box-sizing: border-box;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
margin-top: 0;
overflow: hidden;
}

body.mxsb-template-product_template.mxsb-product-hero-height-compact :where(.mec-page-hero, .mec-product-page-hero),
body.mxsb-template-standard.mxsb-standard-hero-height-compact .mec-page-hero{
padding-block: clamp(24px, 3vw, 38px) !important;
}
body.mxsb-template-product_template.mxsb-product-hero-height-balanced :where(.mec-page-hero, .mec-product-page-hero),
body.mxsb-template-standard.mxsb-standard-hero-height-balanced .mec-page-hero{
padding-block: clamp(38px, 4.6vw, 58px) !important;
}
body.mxsb-template-product_template.mxsb-product-hero-height-showcase :where(.mec-page-hero, .mec-product-page-hero),
body.mxsb-template-standard.mxsb-standard-hero-height-showcase .mec-page-hero{
padding-block: clamp(54px, 6vw, 82px) !important;
}

body.mxsb-template-product_template :where(.mec-page-hero, .mec-product-page-hero),
body.mxsb-template-standard .mec-page-hero{
position: relative;
isolation: isolate;
border-bottom: 1px solid #dbe5ef;
background: linear-gradient(135deg, #edf7ff 0%, #fff 62%, #f4f8fc 100%);
color: #334155;
}
body.mxsb-template-product_template :where(.mec-page-hero, .mec-product-page-hero)::before,
body.mxsb-template-standard .mec-page-hero::before{
content: "";
position: absolute;
z-index: -1;
inset: 0;
pointer-events: none;
background: radial-gradient(circle at 80% 12%, rgba(0, 115, 230, .12), transparent 30%);
}
body.mxsb-template-product_template :where(.mec-page-hero, .mec-product-page-hero) :where(h1, .mec-product-page-hero__title),
body.mxsb-template-standard .mec-page-hero h1{
margin-top: 0;
margin-bottom: 10px;
color: #0b2343;
letter-spacing: -.035em;
text-wrap: balance;
}
body.mxsb-template-product_template :where(.mec-page-hero, .mec-product-page-hero) :where(p, .mec-product-page-hero__lead),
body.mxsb-template-standard .mec-page-hero p{
max-width: 820px;
margin-block: 8px 0;
color: #5d6f83;
line-height: 1.55;
}
body.mxsb-template-product_template :where(.mec-page-hero, .mec-product-page-hero) .mec-breadcrumbs,
body.mxsb-template-standard .mec-page-hero .mec-breadcrumbs{
margin-top: 12px;
color: #65788d;
font-size: 12px;
}
body.mxsb-template-product_template :where(.mec-page-hero, .mec-product-page-hero) .mec-breadcrumbs a,
body.mxsb-template-standard .mec-page-hero .mec-breadcrumbs a{
color: #0073e6;
}

body.mxsb-template-product_template.mxsb-product-hero-theme-dark :where(.mec-page-hero, .mec-product-page-hero),
body.mxsb-template-standard.mxsb-standard-hero-theme-dark .mec-page-hero{
border-bottom-color: #16375f;
background: linear-gradient(128deg, #06172f, #0b315d 65%, #075fac);
color: rgba(255,255,255,.82);
}
body.mxsb-template-product_template.mxsb-product-hero-theme-dark :where(.mec-page-hero, .mec-product-page-hero)::before,
body.mxsb-template-standard.mxsb-standard-hero-theme-dark .mec-page-hero::before{
background:
radial-gradient(circle at 80% 15%, rgba(65, 177, 255, .28), transparent 28%),
linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
background-size: auto, 38px 38px, 38px 38px;
}
body.mxsb-template-product_template.mxsb-product-hero-theme-dark :where(.mec-page-hero, .mec-product-page-hero) :where(h1, .mec-product-page-hero__title, p, .mec-product-page-hero__lead, .mec-breadcrumbs, .mec-breadcrumbs a),
body.mxsb-template-standard.mxsb-standard-hero-theme-dark .mec-page-hero :where(h1, p, .mec-breadcrumbs, .mec-breadcrumbs a){
color: #fff !important;
}
body.mxsb-template-product_template.mxsb-product-hero-theme-dark :where(.mec-page-hero, .mec-product-page-hero) :where(p, .mec-product-page-hero__lead, .mec-breadcrumbs),
body.mxsb-template-standard.mxsb-standard-hero-theme-dark .mec-page-hero :where(p, .mec-breadcrumbs){
opacity: .78;
}

body.mxsb-template-product_template.mxsb-product-hero-theme-soft :where(.mec-page-hero, .mec-product-page-hero),
body.mxsb-template-standard.mxsb-standard-hero-theme-soft .mec-page-hero{
background: linear-gradient(135deg, #f7f9fc, #eef3f8);
}
body.mxsb-template-product_template.mxsb-product-hero-theme-soft :where(.mec-page-hero, .mec-product-page-hero)::before,
body.mxsb-template-standard.mxsb-standard-hero-theme-soft .mec-page-hero::before{ display: none; }

body.mxsb-template-product_template.mxsb-product-hero-theme-minimal :where(.mec-page-hero, .mec-product-page-hero),
body.mxsb-template-standard.mxsb-standard-hero-theme-minimal .mec-page-hero{
border-top: 1px solid #edf1f5;
background: #fff;
}
body.mxsb-template-product_template.mxsb-product-hero-theme-minimal :where(.mec-page-hero, .mec-product-page-hero)::before,
body.mxsb-template-standard.mxsb-standard-hero-theme-minimal .mec-page-hero::before{ display: none; }

body.mxsb-template-product_template.mxsb-product-hero-theme-technical :where(.mec-page-hero, .mec-product-page-hero){
border-block: 1px solid #cad8e6;
background-color: #f3f7fb;
background-image:
linear-gradient(rgba(53, 88, 122, .08) 1px, transparent 1px),
linear-gradient(90deg, rgba(53, 88, 122, .08) 1px, transparent 1px);
background-size: 26px 26px;
}
body.mxsb-template-product_template.mxsb-product-hero-theme-technical :where(.mec-page-hero, .mec-product-page-hero)::before{ display: none; }
body.mxsb-template-product_template.mxsb-product-hero-theme-technical :where(.mec-page-hero, .mec-product-page-hero) :where(h1, .mec-product-page-hero__title){
padding-left: 16px;
border-left: 4px solid #0073e6;
}

body.mxsb-template-standard.mxsb-standard-hero-theme-editorial .mec-page-hero{
border-bottom: 1px solid #dce4ed;
background: linear-gradient(90deg, #f7f9fc 0 72%, #edf4fb 72%);
}
body.mxsb-template-standard.mxsb-standard-hero-theme-editorial .mec-page-hero::before{
inset: 18% auto 18% calc(72% - 1px);
width: 1px;
background: #cbd8e5;
}

body.mxsb-template-product_template.mxsb-product-hero-hidden :where(.mec-page-hero, .mec-product-page-hero){
display: none !important;
}
body.mxsb-template-product_template.mxsb-product-hero-hide-title :where(.mec-page-hero, .mec-product-page-hero) :where(h1, .mec-product-page-hero__title),
body.mxsb-template-standard.mxsb-standard-hero-hide-title .mec-page-hero h1{
display: none !important;
}
body.mxsb-template-product_template.mxsb-product-hero-hide-excerpt :where(.mec-page-hero, .mec-product-page-hero) :where(p, .mec-product-page-hero__lead){
display: none !important;
}
body.mxsb-template-product_template.mxsb-product-hero-hide-breadcrumbs :where(.mec-page-hero, .mec-product-page-hero) .mec-breadcrumbs{
display: none !important;
}
body.mxsb-template-standard.mxsb-standard-hero-hidden :where(.mec-page-hero){
display: none !important;
}
body.mxsb-template-standard.mxsb-standard-hero-hide-excerpt .mec-page-hero p{
display: none !important;
}
body.mxsb-template-standard.mxsb-standard-hero-hide-breadcrumbs .mec-page-hero .mec-breadcrumbs{
display: none !important;
}

@media (max-width: 782px) {
body.mxsb-template-product_template :where(.mec-page-hero, .mec-product-page-hero),
body.mxsb-template-standard :where(.mec-page-hero){
padding-block: 24px !important;
}
body.mxsb-template-standard.mxsb-standard-hero-theme-editorial .mec-page-hero{
background: #f7f9fc;
}
}

body.single-product.mxsb-template-product_template.mxsb-product-hero-hide-eyebrow
:where(.mec-product-page-hero, .mec-page-hero)
:where(.mec-product-page-hero__eyebrow, .mec-page-hero__eyebrow){
display: none !important;
}

@media (min-width: 851px) {
.mxsb-header-variant--slim .mxsb-header-top,
.mxsb-header-variant--slim-blue .mxsb-header-top,
.mxsb-header-variant--slim-navy .mxsb-header-top{ min-height: 26px; }
.mxsb-header-variant--slim .mxsb-header-top__inner,
.mxsb-header-variant--slim-blue .mxsb-header-top__inner,
.mxsb-header-variant--slim-navy .mxsb-header-top__inner{ min-height: 26px; padding-block: 3px; }
.mxsb-header-variant--slim .mxsb-header-main__inner,
.mxsb-header-variant--slim-blue .mxsb-header-main__inner,
.mxsb-header-variant--slim-navy .mxsb-header-main__inner{ min-height: 58px; padding-block: 5px; gap: 14px; }
.mxsb-header-variant--slim .mxsb-header-nav-row__inner,
.mxsb-header-variant--slim-blue .mxsb-header-nav-row__inner,
.mxsb-header-variant--slim-navy .mxsb-header-nav-row__inner{ min-height: 40px; }
.mxsb-header-variant--slim :where(.mxsb-menu > li > a, .mxsb-shop-nav > span),
.mxsb-header-variant--slim-blue :where(.mxsb-menu > li > a, .mxsb-shop-nav > span),
.mxsb-header-variant--slim-navy :where(.mxsb-menu > li > a, .mxsb-shop-nav > span){ min-height: 40px; padding-block: 7px; }
.mxsb-header-variant--slim :where(.mxsb-header-search input, .mxsb-header-search button),
.mxsb-header-variant--slim-blue :where(.mxsb-header-search input, .mxsb-header-search button),
.mxsb-header-variant--slim-navy :where(.mxsb-header-search input, .mxsb-header-search button){ min-height: 40px; }
.mxsb-header-variant--slim :where(.mxsb-header-action, .mxsb-header-b2b),
.mxsb-header-variant--slim-blue :where(.mxsb-header-action, .mxsb-header-b2b),
.mxsb-header-variant--slim-navy :where(.mxsb-header-action, .mxsb-header-b2b){ min-height: 40px; }

.mxsb-header-variant--slim-blue .mxsb-header-nav-row{
border: 0;
background: linear-gradient(90deg, #0755a4, #0b82e8);
}
.mxsb-header-variant--slim-blue .mxsb-menu > li > a{ color: rgba(255,255,255,.9); }
.mxsb-header-variant--slim-blue .mxsb-menu > li > a:hover,
.mxsb-header-variant--slim-blue .mxsb-menu > li.current-menu-item > a{ color: #fff; }
.mxsb-header-variant--slim-blue .mxsb-shop-nav > span{ background: #fff; color: #0874d4; }
.mxsb-header-variant--slim-blue :where(.mxsb-menu .sub-menu a, .mxsb-shop-nav > .mxsb-menu a){ color: #344054; }

.mxsb-header-variant--slim-navy{
border-bottom: 0;
background: #081d3e;
box-shadow: 0 10px 28px rgba(4,18,42,.2);
}
.mxsb-header-variant--slim-navy :where(.mxsb-header-main, .mxsb-header-nav-row){ background: #081d3e; }
.mxsb-header-variant--slim-navy .mxsb-header-brand{ padding: 5px 9px; border-radius: 10px; background: #fff; }
.mxsb-header-variant--slim-navy :where(.mxsb-header-action, .mxsb-header-action strong, .mxsb-menu > li > a){ color: #f5f8ff; }
.mxsb-header-variant--slim-navy .mxsb-header-action small{ color: #9fb5d5; }
.mxsb-header-variant--slim-navy .mxsb-header-nav-row{ border-top-color: rgba(255,255,255,.1); }
.mxsb-header-variant--slim-navy .mxsb-shop-nav > span{ background: rgba(255,255,255,.12); color: #fff; }
.mxsb-header-variant--slim-navy :where(.mxsb-menu .sub-menu a, .mxsb-shop-nav > .mxsb-menu a){ color: #344054; }
}

body.mxsb-maxi-expo-theme.single-product.mxsb-template-product_template .mec-main--woocommerce {
margin-top: 0 !important;
}
body.mxsb-maxi-expo-theme.single-product.mxsb-template-product_template :where(article.product, div.product) > .mxsb-product-top {
margin-top: 0 !important;
}
body.mxsb-maxi-expo-theme.mxsb-custom-header > .mec-site-header,
body.mxsb-maxi-expo-theme.mxsb-custom-footer > .mec-site-footer {
display: none !important;
}

body.mxsb-template-blog .mec-container.mec-content-layout{
width:min(calc(100% - 40px), var(--mxsb-blog-container-width, 1380px)) !important;
max-width:var(--mxsb-blog-container-width, 1380px) !important;
margin-inline:auto !important;
grid-template-columns:minmax(0,1fr) !important;
padding-block:clamp(32px, 4.5vw, 64px);
}

body.mxsb-template-blog .mec-container.mec-content-layout.has-sidebar{
grid-template-columns:minmax(0,1fr) 320px !important;
}

body.mxsb-template-blog .mec-content-column,
body.mxsb-template-blog .mec-post-grid,
body.mxsb-template-blog .mxsb-blog-hero,
body.mxsb-template-blog .mxsb-blog-cta{
width:100%;
max-width:none;
}

body.mxsb-template-blog .mec-page-header{
display:none !important;
}

body.mxsb-template-blog .mxsb-blog-hero{
margin:0 0 32px;
}

body.mxsb-template-blog .mec-post-grid{
grid-template-columns:repeat(var(--mxsb-blog-columns, 3), minmax(0,1fr));
}

body.mxsb-template-blog .mec-post-card{
min-width:0;
}

@media(max-width:1100px){
body.mxsb-template-blog .mec-container.mec-content-layout.has-sidebar{
grid-template-columns:1fr !important;
}
}

@media(max-width:1024px){
body.mxsb-template-blog .mec-post-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}
}

@media(max-width:680px){
body.mxsb-template-blog .mec-container.mec-content-layout{
width:calc(100% - 28px) !important;
}
body.mxsb-template-blog .mec-post-grid{
grid-template-columns:1fr;
}
}

body.mxsb-template-blog .mxsb-blog-hero-shell{
display:block;
width:min(calc(100% - 40px), var(--mxsb-blog-container-width, 1380px));
max-width:var(--mxsb-blog-container-width, 1380px);
margin:clamp(28px, 4vw, 54px) auto 0;
padding:0;
}

body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero{
display:block;
width:100%;
max-width:none;
min-height:clamp(220px, 22vw, 360px);
margin:0;
padding:clamp(38px, 5vw, 70px);
border:1px solid rgba(255,255,255,.09);
border-radius:clamp(22px, 2vw, 30px);
background:
radial-gradient(circle at 88% 22%, rgba(42, 151, 255, .28), transparent 34%),
radial-gradient(circle at 12% 84%, rgba(64, 164, 255, .16), transparent 30%),
linear-gradient(135deg, #071a3b 0%, #0d3470 52%, #1269ca 100%);
color:#dbeafe;
box-shadow:0 24px 58px rgba(7, 26, 59, .16);
overflow:hidden;
visibility:visible;
opacity:1;
}

body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero h1{
max-width:900px;
margin:8px 0 16px;
color:#fff;
font-size:clamp(38px, 4.8vw, 66px);
line-height:1.05;
letter-spacing:-.045em;
}

body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero .mxsb-system-hero__eyebrow{
margin:0 0 10px;
color:#7dd3fc;
font-size:12px;
font-weight:850;
letter-spacing:.16em;
}

body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero > p:last-child{
max-width:800px;
margin:0;
color:#dbeafe;
font-size:clamp(16px, 1.5vw, 20px);
line-height:1.65;
}

body.mxsb-template-blog .mxsb-blog-hero-shell + .mec-content-layout{
padding-top:clamp(24px, 3vw, 40px);
}

@media (max-width: 767px){
body.mxsb-template-blog .mxsb-blog-hero-shell{
width:calc(100% - 24px);
margin-top:20px;
}
body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero{
min-height:0;
padding:32px 22px;
border-radius:22px;
}
}

@media (min-width: 1025px){
body.mxsb-template-hide-desktop.mxsb-template-blog .mxsb-blog-hero-shell{
display:none !important;
}
}
@media (min-width: 601px) and (max-width: 1024px){
body.mxsb-template-hide-tablet.mxsb-template-blog .mxsb-blog-hero-shell{
display:none !important;
}
}
@media (max-width: 600px){
body.mxsb-template-hide-mobile.mxsb-template-blog .mxsb-blog-hero-shell,
body.mxsb-mobile-banners-hide-pages.mxsb-template-blog .mxsb-blog-hero-shell,
body.mxsb-mobile-banners-hide_pages.mxsb-template-blog .mxsb-blog-hero-shell,
body.mxsb-mobile-banners-hide-all.mxsb-template-blog .mxsb-blog-hero-shell,
body.mxsb-mobile-banners-hide_all.mxsb-template-blog .mxsb-blog-hero-shell{
display:none !important;
}
}

body.mxsb-template-blog .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible,
body.mxsb-template-blog .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible > .mxsb-blog-hero{
display:block !important;
visibility:visible !important;
opacity:1 !important;
transform:none !important;
}

@media (min-width:1025px){
body.mxsb-template-blog.mxsb-template-hide-desktop .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible,
body.mxsb-template-blog.mxsb-template-hide-desktop .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible > .mxsb-blog-hero{
display:block !important;
}
}

@media (min-width:601px) and (max-width:1024px){
body.mxsb-template-blog.mxsb-template-hide-tablet .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible,
body.mxsb-template-blog.mxsb-template-hide-tablet .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible > .mxsb-blog-hero{
display:block !important;
}
}

@media (max-width:600px){
body.mxsb-template-blog.mxsb-template-hide-mobile .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible,
body.mxsb-template-blog.mxsb-mobile-banners-hide-pages .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible,
body.mxsb-template-blog.mxsb-mobile-banners-hide_pages .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible,
body.mxsb-template-blog.mxsb-mobile-banners-hide-all .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible,
body.mxsb-template-blog.mxsb-mobile-banners-hide_all .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible,
body.mxsb-template-blog .mxsb-blog-hero-shell.mxsb-blog-hero-shell--visible > .mxsb-blog-hero{
display:block !important;
}
}

[data-mxsb-blog-hero="1"].mxsb-blog-hero-shell{
display:block !important;
visibility:visible !important;
opacity:1 !important;
width:min(calc(100% - 40px), var(--mxsb-blog-container-width, 1380px));
max-width:var(--mxsb-blog-container-width, 1380px);
margin:clamp(28px, 4vw, 54px) auto 0;
}
[data-mxsb-blog-hero="1"] > .mxsb-blog-hero{
display:block !important;
visibility:visible !important;
opacity:1 !important;
}
@media(max-width:767px){
[data-mxsb-blog-hero="1"].mxsb-blog-hero-shell{width:calc(100% - 24px);margin-top:20px;}
}

body.mxsb-template-shop.mxsb-shop-hero-hide-meta :where(
.mec-page-hero__meta,
.mec-product-page-hero__meta,
.mxsb-shop-hero__meta
),
body.single-product.mxsb-product-hero-hide-meta .mec-product-page-hero .mec-product-page-hero__meta{
display: none !important;
}

body.single-product.mxsb-template-product_template .mxsb-product-top .summary :where(
.mxsb-price-line--gross,
.mxsb-price-gross,
[class*="gross-price"],
[class*="price-gross"],
[class*="brutto"]
){
margin-top: 0 !important;
margin-bottom: 0 !important;
}

body.single-product.mxsb-template-product_template .mxsb-product-top .summary :where(
.mxsb-price-line--net,
.mxsb-price-net,
[class*="net-price"],
[class*="price-net"],
[class*="netto"]
){
margin-top: var(--mxsb-product-price-rows-gap-desktop, 8px) !important;
margin-bottom: 16px !important;
}

body.single-product.mxsb-template-product_template .mxsb-product-top .summary .mxsb-price-line--gross + .mxsb-price-line--net,
body.single-product.mxsb-template-product_template .mxsb-product-top .summary .mxsb-price-gross + .mxsb-price-net{
margin-top: var(--mxsb-product-price-rows-gap-desktop, 8px) !important;
}

@media (max-width: 1024px){
body.single-product.mxsb-template-product_template .mxsb-product-top .summary :where(
.mxsb-price-line--net,
.mxsb-price-net,
[class*="net-price"],
[class*="price-net"],
[class*="netto"]
){
margin-top: var(--mxsb-product-price-rows-gap-tablet, 7px) !important;
}
}

@media (max-width: 767px){
body.single-product.mxsb-template-product_template .mxsb-product-top .summary :where(
.mxsb-price-line--net,
.mxsb-price-net,
[class*="net-price"],
[class*="price-net"],
[class*="netto"]
){
margin-top: var(--mxsb-product-price-rows-gap-mobile, 6px) !important;
}
}

.mxsb-footer-variant--split{
border-top: 1px solid #d7e3ef;
background: #f4f8fc;
color: #26384d;
}
.mxsb-footer-variant--split .mxsb-footer-main{ padding-block: 58px 46px; }
.mxsb-footer-variant--split .mxsb-footer-grid{
grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(150px, 1fr));
gap: 22px;
}
.mxsb-footer-variant--split .mxsb-footer-brand{
margin-right: 12px;
padding: 30px;
border-radius: 22px;
background: linear-gradient(145deg, #071a35, #0b4380);
box-shadow: 0 20px 45px rgba(8, 37, 72, .16);
}
.mxsb-footer-variant--split .mxsb-footer-column{ padding: 18px 10px; }
.mxsb-footer-variant--split .mxsb-footer-logo,
.mxsb-footer-variant--split .mxsb-footer-brand :where(a, span),
.mxsb-footer-variant--split .mxsb-footer-contact :where(a, span){ color: #fff; }
.mxsb-footer-variant--split .mxsb-footer-brand > p{ color: #c7dcf1; }
.mxsb-footer-variant--split .mxsb-footer-column h2{ color: #0b2343; }
.mxsb-footer-variant--split .mxsb-footer-menu a,
.mxsb-footer-variant--split .mxsb-footer-bottom,
.mxsb-footer-variant--split .mxsb-footer-bottom a{ color: #60748a; }
.mxsb-footer-variant--split .mxsb-footer-menu a:hover{ color: #006fdb; }
.mxsb-footer-variant--split .mxsb-footer-trust,
.mxsb-footer-variant--split .mxsb-footer-bottom{
border-color: #d7e3ef;
background: #eaf2f9;
}
.mxsb-footer-variant--split .mxsb-footer-trust .mxsb-container{ color: #36536f; }

.mxsb-footer-variant--cobalt{
background:
radial-gradient(circle at 85% 0%, rgba(116, 209, 255, .35), transparent 28%),
linear-gradient(135deg, #004fa8 0%, #087bea 52%, #005dc6 100%);
color: #fff;
}
.mxsb-footer-variant--cobalt .mxsb-footer-brand > p,
.mxsb-footer-variant--cobalt .mxsb-footer-menu a,
.mxsb-footer-variant--cobalt .mxsb-footer-bottom,
.mxsb-footer-variant--cobalt .mxsb-footer-bottom a{ color: rgba(255,255,255,.76); }
.mxsb-footer-variant--cobalt .mxsb-footer-contact :where(a, span),
.mxsb-footer-variant--cobalt .mxsb-footer-column h2,
.mxsb-footer-variant--cobalt .mxsb-footer-logo{ color: #fff; }
.mxsb-footer-variant--cobalt .mxsb-footer-contact .mxsb-icon,
.mxsb-footer-variant--cobalt .mxsb-footer-trust .mxsb-icon{ color: #bfe9ff; }
.mxsb-footer-variant--cobalt .mxsb-footer-trust,
.mxsb-footer-variant--cobalt .mxsb-footer-bottom{
border-color: rgba(255,255,255,.18);
background: rgba(0, 35, 91, .15);
}
.mxsb-footer-variant--cobalt .mxsb-footer-trust .mxsb-container{ color: #fff; }

.mxsb-footer-variant--minimal{
border-top: 1px solid #dce6ef;
background: #fff;
color: #24364b;
}
.mxsb-footer-variant--minimal .mxsb-footer-main{ padding-block: 42px 28px; }
.mxsb-footer-variant--minimal .mxsb-footer-grid{ gap: clamp(22px, 4vw, 48px); }
.mxsb-footer-variant--minimal .mxsb-footer-logo,
.mxsb-footer-variant--minimal .mxsb-footer-column h2,
.mxsb-footer-variant--minimal .mxsb-footer-contact :where(a, span){ color: #0b2343; }
.mxsb-footer-variant--minimal .mxsb-footer-brand > p,
.mxsb-footer-variant--minimal .mxsb-footer-menu a,
.mxsb-footer-variant--minimal .mxsb-footer-bottom,
.mxsb-footer-variant--minimal .mxsb-footer-bottom a{ color: #64748b; }
.mxsb-footer-variant--minimal .mxsb-footer-menu{ gap: 7px; }
.mxsb-footer-variant--minimal .mxsb-footer-trust{
border-color: #e2eaf2;
background: #f8fafc;
}
.mxsb-footer-variant--minimal .mxsb-footer-trust .mxsb-container{ min-height: 46px; color: #52677c; }
.mxsb-footer-variant--minimal .mxsb-footer-bottom{
border-top: 1px solid #e2eaf2;
background: #fff;
}

.mxsb-footer-variant--corporate{
border-top: 6px solid #087bea;
background: #07192f;
color: #e4edf7;
}
.mxsb-footer-variant--corporate .mxsb-footer-main{
background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
background-size: 32px 32px;
}
.mxsb-footer-variant--corporate .mxsb-footer-grid{ gap: clamp(28px, 4vw, 56px); }
.mxsb-footer-variant--corporate .mxsb-footer-column{
padding-left: 18px;
border-left: 1px solid rgba(120, 184, 240, .24);
}
.mxsb-footer-variant--corporate .mxsb-footer-brand > p,
.mxsb-footer-variant--corporate .mxsb-footer-menu a,
.mxsb-footer-variant--corporate .mxsb-footer-bottom,
.mxsb-footer-variant--corporate .mxsb-footer-bottom a{ color: #9db0c5; }
.mxsb-footer-variant--corporate .mxsb-footer-column h2{
color: #fff;
text-transform: uppercase;
letter-spacing: .08em;
}
.mxsb-footer-variant--corporate .mxsb-footer-trust,
.mxsb-footer-variant--corporate .mxsb-footer-bottom{
border-color: rgba(120, 184, 240, .18);
background: #061426;
}

@media (max-width: 1100px){
.mxsb-footer-variant--split .mxsb-footer-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mxsb-footer-variant--split .mxsb-footer-brand{ grid-column: 1 / -1; margin-right: 0; }
}

@media (max-width: 690px){
.mxsb-footer-variant--split .mxsb-footer-grid{ grid-template-columns: 1fr; }
.mxsb-footer-variant--split .mxsb-footer-brand{ grid-column: auto; padding: 24px; }
.mxsb-footer-variant--corporate .mxsb-footer-column{ padding-left: 0; border-left: 0; }
}

body.mxsb-template-blog.mxsb-blog-no-sidebar .mec-sidebar,
body.mxsb-template-post.mxsb-post-no-sidebar .mec-sidebar{
display:none !important;
}
body.mxsb-template-blog.mxsb-blog-no-sidebar .mec-container.mec-content-layout,
body.mxsb-template-blog.mxsb-blog-no-sidebar .mec-container.mec-content-layout.has-sidebar,
body.mxsb-template-post.mxsb-post-no-sidebar .mec-container.mec-content-layout,
body.mxsb-template-post.mxsb-post-no-sidebar .mec-container.mec-content-layout.has-sidebar{
grid-template-columns:minmax(0,1fr) !important;
}
body.mxsb-template-post.mxsb-post-no-sidebar .mec-content-column{
width:100%;
max-width:none;
}

body.mxsb-template-blog .mxsb-blog-hero-shell{
margin-top:clamp(16px, 2vw, 28px);
}
body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero{
min-height:0 !important;
padding:38px 44px;
border-radius:clamp(18px, 1.6vw, 26px);
}
body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero h1{
max-width:980px;
margin:6px 0 12px;
font-size:var(--mxsb-blog-hero-title-desktop, 46px) !important;
line-height:var(--mxsb-blog-hero-title-line-height, 1.06) !important;
letter-spacing:-.035em;
}
body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero > p:last-child{
max-width:860px;
font-size:var(--mxsb-blog-hero-text-desktop, 17px) !important;
line-height:1.55;
}
body.mxsb-template-blog.mxsb-blog-hero-height-slim .mxsb-blog-hero-shell > .mxsb-blog-hero{padding:22px 30px;}
body.mxsb-template-blog.mxsb-blog-hero-height-compact .mxsb-blog-hero-shell > .mxsb-blog-hero{padding:34px 40px;}
body.mxsb-template-blog.mxsb-blog-hero-height-balanced .mxsb-blog-hero-shell > .mxsb-blog-hero{padding:52px 54px;}
body.mxsb-template-blog.mxsb-blog-hero-height-showcase .mxsb-blog-hero-shell > .mxsb-blog-hero{padding:72px 64px;}

body.mxsb-template-blog.mxsb-blog-hero-theme-navy .mxsb-blog-hero-shell > .mxsb-blog-hero{
background:linear-gradient(135deg,#071a3b 0%,#0d3470 58%,#1269ca 100%);
color:#dbeafe;
}
body.mxsb-template-blog.mxsb-blog-hero-theme-gradient .mxsb-blog-hero-shell > .mxsb-blog-hero{
background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.20),transparent 28%),linear-gradient(120deg,#086fd8,#18a4ff);
color:#eff8ff;
}
body.mxsb-template-blog.mxsb-blog-hero-theme-light .mxsb-blog-hero-shell > .mxsb-blog-hero{
border-color:#d6e4f4;
background:linear-gradient(135deg,#fff,#f2f7fd);
color:#52657d;
box-shadow:0 14px 34px rgba(15,45,78,.07);
}
body.mxsb-template-blog.mxsb-blog-hero-theme-light .mxsb-blog-hero h1,
body.mxsb-template-blog.mxsb-blog-hero-theme-minimal .mxsb-blog-hero h1{
color:#0b1739;
}
body.mxsb-template-blog.mxsb-blog-hero-theme-light .mxsb-blog-hero .mxsb-system-hero__eyebrow,
body.mxsb-template-blog.mxsb-blog-hero-theme-minimal .mxsb-blog-hero .mxsb-system-hero__eyebrow{
color:#0073e6;
}
body.mxsb-template-blog.mxsb-blog-hero-theme-light .mxsb-blog-hero > p:last-child,
body.mxsb-template-blog.mxsb-blog-hero-theme-minimal .mxsb-blog-hero > p:last-child{
color:#52657d;
}
body.mxsb-template-blog.mxsb-blog-hero-theme-minimal .mxsb-blog-hero-shell > .mxsb-blog-hero{
border:0;
border-bottom:1px solid #d9e5f2;
border-radius:0;
background:transparent;
box-shadow:none;
}
body.mxsb-template-blog.mxsb-blog-hero-theme-technical .mxsb-blog-hero-shell > .mxsb-blog-hero{
background-color:#f7faff;
background-image:linear-gradient(rgba(0,115,230,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(0,115,230,.055) 1px,transparent 1px);
background-size:26px 26px;
border-color:#c9def5;
color:#53667d;
box-shadow:none;
}
body.mxsb-template-blog.mxsb-blog-hero-theme-technical .mxsb-blog-hero h1{color:#0b1739;}
body.mxsb-template-blog.mxsb-blog-hero-theme-technical .mxsb-blog-hero .mxsb-system-hero__eyebrow{color:#0073e6;}
body.mxsb-template-blog.mxsb-blog-hero-theme-technical .mxsb-blog-hero > p:last-child{color:#53667d;}

body.mxsb-template-blog.mxsb-template-variant-compact .mec-post-grid{gap:16px !important;}
body.mxsb-template-blog.mxsb-template-variant-compact .mec-content-layout{padding-block:28px;}
body.mxsb-template-blog.mxsb-template-variant-compact article{border-radius:14px;box-shadow:none;}
body.mxsb-template-blog.mxsb-template-variant-minimal article{
border:0;
border-radius:0;
box-shadow:none;
background:transparent;
}
body.mxsb-template-blog.mxsb-template-variant-minimal article:hover{transform:none;}
body.mxsb-template-blog.mxsb-template-variant-minimal .mec-post-grid{gap:34px 26px !important;}
body.mxsb-template-blog.mxsb-template-variant-technical article{
border-radius:10px;
box-shadow:none;
border-color:#cbdceb;
}
body.mxsb-template-blog.mxsb-template-variant-technical .mec-post-grid{gap:18px !important;}
body.mxsb-template-blog.mxsb-template-variant-cards article{
border-radius:22px;
box-shadow:0 15px 34px rgba(16,42,74,.09);
}
@media(min-width:1050px){
body.mxsb-template-blog.mxsb-template-variant-magazine .mec-post-grid > article:first-child{
grid-column:span 2;
}
}

body.mxsb-template-post .mec-single-hero{
min-height:0 !important;
padding-block:42px !important;
overflow:hidden;
}
body.mxsb-template-post .mec-single-hero > .mec-container{
width:min(calc(100% - 40px), var(--mxsb-post-hero-content-width, 1120px)) !important;
max-width:var(--mxsb-post-hero-content-width, 1120px) !important;
margin-inline:auto !important;
}
body.mxsb-template-post .mec-single-hero h1{
max-width:var(--mxsb-post-hero-content-width, 1120px) !important;
margin:10px 0 18px !important;
font-size:var(--mxsb-post-hero-title-desktop, 48px) !important;
line-height:var(--mxsb-post-hero-title-line-height, 1.06) !important;
letter-spacing:-.04em;
}
body.mxsb-template-post.mxsb-post-hero-height-slim .mec-single-hero{padding-block:24px !important;}
body.mxsb-template-post.mxsb-post-hero-height-compact .mec-single-hero{padding-block:40px !important;}
body.mxsb-template-post.mxsb-post-hero-height-balanced .mec-single-hero{padding-block:64px !important;}
body.mxsb-template-post.mxsb-post-hero-height-showcase .mec-single-hero{padding-block:92px !important;}

body.mxsb-template-post.mxsb-post-hero-theme-navy .mec-single-hero{
background:linear-gradient(125deg,#071a3b 0%,#0d3470 58%,#1269ca 100%);
}
body.mxsb-template-post.mxsb-post-hero-theme-gradient .mec-single-hero{
background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.18),transparent 25%),linear-gradient(120deg,#066ccf,#159af5);
}
body.mxsb-template-post.mxsb-post-hero-theme-light .mec-single-hero{
background:linear-gradient(135deg,#ffffff,#f1f7fd);
border-block:1px solid #dae6f3;
}
body.mxsb-template-post.mxsb-post-hero-theme-light .mec-single-hero h1,
body.mxsb-template-post.mxsb-post-hero-theme-minimal .mec-single-hero h1,
body.mxsb-template-post.mxsb-post-hero-theme-technical .mec-single-hero h1{color:#0b1739;}
body.mxsb-template-post.mxsb-post-hero-theme-light .mec-single-hero :where(.mec-eyebrow,.mec-eyebrow a,.mec-post-meta),
body.mxsb-template-post.mxsb-post-hero-theme-minimal .mec-single-hero :where(.mec-eyebrow,.mec-eyebrow a,.mec-post-meta),
body.mxsb-template-post.mxsb-post-hero-theme-technical .mec-single-hero :where(.mec-eyebrow,.mec-eyebrow a,.mec-post-meta){color:#5c7088;}
body.mxsb-template-post.mxsb-post-hero-theme-minimal .mec-single-hero{
background:#fff;
border-bottom:1px solid #dbe5ef;
}
body.mxsb-template-post.mxsb-post-hero-theme-technical .mec-single-hero{
background-color:#f7faff;
background-image:linear-gradient(rgba(0,115,230,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(0,115,230,.055) 1px,transparent 1px);
background-size:28px 28px;
border-bottom:1px solid #cbdff3;
}
body.mxsb-template-post.mxsb-post-hide-hero-category .mec-single-hero .mec-eyebrow{display:none !important;}
body.mxsb-template-post.mxsb-post-hide-hero-meta .mec-single-hero .mec-post-meta{display:none !important;}

body.mxsb-template-post .mec-container.mec-content-layout{
width:min(calc(100% - 40px), 1420px) !important;
max-width:1420px !important;
margin-inline:auto !important;
padding-block:clamp(32px,4vw,56px);
}
body.mxsb-template-post .mec-entry.mec-content-narrow,
body.mxsb-template-post .mec-entry{
width:100%;
max-width:var(--mxsb-post-content-width, 980px) !important;
margin-inline:auto !important;
}
body.mxsb-template-post.mxsb-template-variant-wide .mec-entry.mec-content-narrow,
body.mxsb-template-post.mxsb-template-variant-wide .mec-entry{max-width:min(1180px,var(--mxsb-post-content-width,1180px)) !important;}
body.mxsb-template-post.mxsb-template-variant-compact .mec-container.mec-content-layout{padding-block:28px;}
body.mxsb-template-post.mxsb-template-variant-compact .mec-single-image{margin-top:26px;}
body.mxsb-template-post.mxsb-template-variant-compact .mec-entry{font-size:17px;line-height:1.72;}
body.mxsb-template-post.mxsb-template-variant-minimal .mec-entry{font-size:17px;line-height:1.78;}
body.mxsb-template-post.mxsb-template-variant-technical .mec-entry :where(h2,h3){letter-spacing:-.025em;}
body.mxsb-template-post.mxsb-template-variant-technical .mec-entry h2{padding-bottom:10px;border-bottom:1px solid #d6e2ef;}
body.mxsb-template-post.mxsb-template-variant-editorial .mec-entry{line-height:1.85;}

body.mxsb-template-post.mxsb-template-variant-compact .mec-single-image img,
body.mxsb-template-post.mxsb-template-variant-technical .mec-single-image img{
max-height:520px;
width:100%;
object-fit:cover;
}

@media(max-width:1024px){
body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero h1{font-size:var(--mxsb-blog-hero-title-tablet,38px) !important;}
body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero > p:last-child{font-size:var(--mxsb-blog-hero-text-tablet,16px) !important;}
body.mxsb-template-post .mec-single-hero h1{font-size:var(--mxsb-post-hero-title-tablet,39px) !important;}
}
@media(max-width:680px){
body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero{padding:24px 22px;}
body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero h1{font-size:var(--mxsb-blog-hero-title-mobile,31px) !important;}
body.mxsb-template-blog .mxsb-blog-hero-shell > .mxsb-blog-hero > p:last-child{font-size:var(--mxsb-blog-hero-text-mobile,15px) !important;}
body.mxsb-template-post .mec-single-hero{padding-block:28px !important;}
body.mxsb-template-post.mxsb-post-hero-height-slim .mec-single-hero{padding-block:18px !important;}
body.mxsb-template-post .mec-single-hero > .mec-container{width:calc(100% - 28px) !important;}
body.mxsb-template-post .mec-single-hero h1{font-size:var(--mxsb-post-hero-title-mobile,31px) !important;letter-spacing:-.03em;}
body.mxsb-template-post .mec-container.mec-content-layout{width:calc(100% - 28px) !important;padding-block:30px;}
}

.mxsb-search-autocomplete{
position:relative;
z-index:1305;
isolation:isolate;
}

.mxsb-search-autocomplete::after{
content:"";
position:absolute;
z-index:1199;
top:100%;
left:0;
right:0;
height:12px;
pointer-events:auto;
background:transparent;
}

.mxsb-search-autocomplete .mxsb-search-suggestions{
z-index:1310;
pointer-events:auto;
overscroll-behavior:contain;
-webkit-overflow-scrolling:touch;
}

.mxsb-search-autocomplete--pointer .mxsb-search-suggestions:not([hidden]),
.mxsb-search-autocomplete--results-hover .mxsb-search-suggestions:not([hidden]){
visibility:visible;
opacity:1;
pointer-events:auto;
}
