:root {
--go-v199-offcanvas-bg: #05070c;
--go-v199-offcanvas-surface: #080b12;
--go-v199-offcanvas-surface-soft: #0d111a;
--go-v199-offcanvas-text: #f8fafc;
--go-v199-offcanvas-muted: rgba(248,250,252,.72);
--go-v199-offcanvas-accent: #c7f000;
--go-v199-offcanvas-accent-soft: rgba(199,240,0,.12);
--go-v199-offcanvas-line: rgba(248,250,252,.12);
--go-v199-offcanvas-close-bg: rgba(248,250,252,.08);
--go-v199-offcanvas-close-border: rgba(248,250,252,.18);
--go-v199-offcanvas-close-hover: rgba(199,240,0,.14);
--go-v199-offcanvas-backdrop: rgba(3,7,18,.48);
--go-v199-offcanvas-shadow: 24px 0 54px rgba(3,7,18,.34);
--go-v199-offcanvas-width: min(342px, calc(100vw - 28px));
--go-v199-offcanvas-open-speed: 230ms;
--go-v199-offcanvas-close-speed: 190ms;
--go-v199-offcanvas-ease: cubic-bezier(.22,1,.36,1);
--go-v199-offcanvas-close-ease: cubic-bezier(.4,0,.2,1);
}
html:is(.dark,.go-root-dark-mode,[data-theme="dark"]) body:not(.wp-admin),
body:is(.dark,.dark-mode,.is-dark-theme,.newsx-dark-mode,[data-theme="dark"]):not(.wp-admin) {
--go-v199-offcanvas-bg: #03050a;
--go-v199-offcanvas-surface: #070a11;
--go-v199-offcanvas-surface-soft: #0b0f18;
--go-v199-offcanvas-text: #ffffff;
--go-v199-offcanvas-muted: rgba(255,255,255,.76);
--go-v199-offcanvas-line: rgba(255,255,255,.11);
--go-v199-offcanvas-backdrop: rgba(0,0,0,.58);
--go-v199-offcanvas-shadow: 26px 0 58px rgba(0,0,0,.48);
}
html body:not(.wp-admin) .go-v24-offcanvas-layer,
html body:not(.wp-admin) .go-v24-offcanvas-layer::before,
html body:not(.wp-admin) .go-v24-offcanvas-layer::after,
html body.go-v24-menu-open:not(.wp-admin)::before,
html body.go-v24-menu-open:not(.wp-admin)::after,
html body.go-v24-menu-closing:not(.wp-admin)::before,
html body.go-v24-menu-closing:not(.wp-admin)::after {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-layer::before,
html body:not(.wp-admin) .go-v24-offcanvas-layer::after,
html body.go-v24-menu-open:not(.wp-admin)::before,
html body.go-v24-menu-open:not(.wp-admin)::after,
html body.go-v24-menu-closing:not(.wp-admin)::before,
html body.go-v24-menu-closing:not(.wp-admin)::after,
html body.go-v24-menu-open:not(.wp-admin) header#site-header::before,
html body.go-v24-menu-open:not(.wp-admin) header#site-header::after,
html body.go-v24-menu-open:not(.wp-admin) .go-v24-offcanvas-head::before,
html body.go-v24-menu-open:not(.wp-admin) .go-v24-offcanvas-head::after,
html body.go-v24-menu-open:not(.wp-admin) .go-v24-offcanvas-brand::before,
html body.go-v24-menu-open:not(.wp-admin) .go-v24-offcanvas-brand::after {
content: none !important;
display: none !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-layer {
position: fixed !important;
inset: 0 !important;
z-index: 2147483600 !important;
display: block !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
overflow: hidden !important;
isolation: isolate !important;
background: transparent !important;
background-color: transparent !important;
transition: opacity var(--go-v199-offcanvas-close-speed) var(--go-v199-offcanvas-close-ease), visibility 0s linear var(--go-v199-offcanvas-close-speed) !important;
}
html body.go-v24-menu-open:not(.wp-admin),
html body.go-v24-menu-lock:not(.wp-admin),
html body.go-v24-menu-closing:not(.wp-admin) {
overflow: hidden !important;
touch-action: none !important;
}
html body.go-v24-menu-open:not(.wp-admin) .go-v24-offcanvas-layer,
html body.go-v24-menu-closing:not(.wp-admin) .go-v24-offcanvas-layer,
html body:not(.wp-admin) .go-v24-offcanvas-layer[aria-hidden="false"],
html body:not(.wp-admin) .go-v24-offcanvas-layer.is-open,
html body:not(.wp-admin) .go-v24-offcanvas-layer.is-closing {
visibility: visible !important;
opacity: 1 !important;
pointer-events: auto !important;
transition-delay: 0s !important;
}
html body.go-v24-menu-closing:not(.wp-admin) .go-v24-offcanvas-layer,
html body:not(.wp-admin) .go-v24-offcanvas-layer.is-closing {
pointer-events: none !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-backdrop {
position: absolute !important;
inset: 0 !important;
z-index: 1 !important;
display: block !important;
visibility: visible !important;
opacity: 0 !important;
background: var(--go-v199-offcanvas-backdrop) !important;
background-color: var(--go-v199-offcanvas-backdrop) !important;
backdrop-filter: saturate(110%) blur(2px) !important;
transition: opacity var(--go-v199-offcanvas-close-speed) var(--go-v199-offcanvas-close-ease) !important;
will-change: opacity !important;
}
html body.go-v24-menu-open:not(.wp-admin) .go-v24-offcanvas-backdrop,
html body.go-v24-menu-lock:not(.wp-admin) .go-v24-offcanvas-layer[aria-hidden="false"] .go-v24-offcanvas-backdrop,
html body:not(.wp-admin) .go-v24-offcanvas-layer.is-open:not(.is-closing) .go-v24-offcanvas-backdrop {
opacity: 1 !important;
transition-duration: var(--go-v199-offcanvas-open-speed) !important;
transition-timing-function: var(--go-v199-offcanvas-ease) !important;
}
html body.go-v24-menu-closing:not(.wp-admin) .go-v24-offcanvas-backdrop,
html body:not(.wp-admin) .go-v24-offcanvas-layer.is-closing .go-v24-offcanvas-backdrop {
opacity: 0 !important;
}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel {
position: fixed !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
z-index: 2 !important;
width: var(--go-v199-offcanvas-width) !important;
max-width: var(--go-v199-offcanvas-width) !important;
min-width: 0 !important;
height: 100dvh !important;
min-height: 100dvh !important;
margin: 0 !important;
padding: 0 !important;
display: flex !important;
flex-direction: column !important;
visibility: visible !important;
opacity: 1 !important;
pointer-events: auto !important;
overflow-x: hidden !important;
overflow-y: auto !important;
overscroll-behavior: contain !important;
-webkit-overflow-scrolling: touch !important;
background: linear-gradient(180deg, var(--go-v199-offcanvas-surface), var(--go-v199-offcanvas-bg)) !important;
background-color: var(--go-v199-offcanvas-bg) !important;
color: var(--go-v199-offcanvas-text) !important;
-webkit-text-fill-color: var(--go-v199-offcanvas-text) !important;
border-right: 1px solid rgba(199,240,0,.20) !important;
box-shadow: var(--go-v199-offcanvas-shadow) !important;
color-scheme: dark !important;
contain: layout paint !important;
backface-visibility: hidden !important;
will-change: transform !important;
transform: translate3d(calc(-100% - 8px),0,0) !important;
transition: transform var(--go-v199-offcanvas-close-speed) var(--go-v199-offcanvas-close-ease), box-shadow var(--go-v199-offcanvas-close-speed) var(--go-v199-offcanvas-close-ease) !important;
}
html body.go-v24-menu-open:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel,
html body:not(.wp-admin) .go-v24-offcanvas-layer[aria-hidden="false"]:not(.is-closing) aside#go-v24-offcanvas.go-v24-offcanvas-panel,
html body:not(.wp-admin) .go-v24-offcanvas-layer.is-open:not(.is-closing) aside#go-v24-offcanvas.go-v24-offcanvas-panel {
transform: translate3d(0,0,0) !important;
transition-duration: var(--go-v199-offcanvas-open-speed) !important;
transition-timing-function: var(--go-v199-offcanvas-ease) !important;
}
html body.go-v24-menu-closing:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel,
html body:not(.wp-admin) .go-v24-offcanvas-layer.is-closing aside#go-v24-offcanvas.go-v24-offcanvas-panel {
transform: translate3d(calc(-100% - 8px),0,0) !important;
}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel,
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel :is(.go-v24-offcanvas-head,.go-v24-offcanvas-nav,.go-v24-offcanvas-extra,.go-v24-offcanvas-brand) {
background-image: none !important;
color: var(--go-v199-offcanvas-text) !important;
-webkit-text-fill-color: var(--go-v199-offcanvas-text) !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-head {
min-height: 74px !important;
height: 74px !important;
padding: 0 16px !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 14px !important;
background: rgba(8,11,18,.96) !important;
border-bottom: 1px solid var(--go-v199-offcanvas-line) !important;
box-shadow: 0 1px 0 rgba(199,240,0,.08) !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-brand,
html body:not(.wp-admin) .go-v27-offcanvas-site-brand {
width: 190px !important;
max-width: 190px !important;
min-width: 0 !important;
height: 36px !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
overflow: hidden !important;
border: 0 !important;
box-shadow: none !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-brand img,
html body:not(.wp-admin) .go-v24-offcanvas-brand img.go-v27-offcanvas-logo,
html body:not(.wp-admin) .go-v24-offcanvas-brand .go-v27-offcanvas-logo--dark {
display: block !important;
width: auto !important;
max-width: 180px !important;
height: auto !important;
max-height: 30px !important;
object-fit: contain !important;
object-position: left center !important;
filter: none !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-brand img:not(:first-child) {
display: none !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-close {
width: 40px !important;
min-width: 40px !important;
height: 40px !important;
padding: 0 !important;
border-radius: 999px !important;
background: var(--go-v199-offcanvas-close-bg) !important;
background-color: var(--go-v199-offcanvas-close-bg) !important;
border: 1px solid var(--go-v199-offcanvas-close-border) !important;
color: var(--go-v199-offcanvas-text) !important;
-webkit-text-fill-color: var(--go-v199-offcanvas-text) !important;
font-size: 30px !important;
line-height: 1 !important;
display: inline-grid !important;
place-items: center !important;
box-shadow: none !important;
cursor: pointer !important;
transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-close:hover,
html body:not(.wp-admin) .go-v24-offcanvas-close:focus-visible {
background: var(--go-v199-offcanvas-close-hover) !important;
border-color: rgba(199,240,0,.38) !important;
color: var(--go-v199-offcanvas-accent) !important;
-webkit-text-fill-color: var(--go-v199-offcanvas-accent) !important;
transform: scale(1.03) !important;
outline: none !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-nav {
padding: 12px 0 14px !important;
display: grid !important;
gap: 2px !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-extra {
margin-top: auto !important;
padding: 16px 0 22px !important;
display: grid !important;
gap: 2px !important;
border-top: 1px solid var(--go-v199-offcanvas-line) !important;
background: rgba(5,7,12,.36) !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-extra strong {
display: block !important;
padding: 0 22px 12px !important;
margin: 0 !important;
color: var(--go-v199-offcanvas-accent) !important;
-webkit-text-fill-color: var(--go-v199-offcanvas-accent) !important;
opacity: 1 !important;
text-transform: uppercase !important;
font-size: 11px !important;
font-weight: 900 !important;
letter-spacing: .04em !important;
}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel :is(.go-v24-offcanvas-nav a,.go-v24-offcanvas-extra a) {
width: 100% !important;
min-height: 48px !important;
padding: 0 22px !important;
display: grid !important;
grid-template-columns: 24px minmax(0, 1fr) !important;
align-items: center !important;
gap: 14px !important;
border: 0 !important;
background: transparent !important;
color: var(--go-v199-offcanvas-text) !important;
-webkit-text-fill-color: var(--go-v199-offcanvas-text) !important;
opacity: 1 !important;
text-decoration: none !important;
font-size: 15px !important;
font-weight: 850 !important;
line-height: 1.12 !important;
letter-spacing: 0 !important;
text-transform: uppercase !important;
transition: background-color 150ms ease, color 150ms ease, transform 150ms ease !important;
}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel :is(.go-v24-offcanvas-nav a > span:last-child,.go-v24-offcanvas-extra a > span:last-child) {
min-width: 0 !important;
overflow-wrap: anywhere !important;
color: var(--go-v199-offcanvas-text) !important;
-webkit-text-fill-color: var(--go-v199-offcanvas-text) !important;
opacity: 1 !important;
}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel :is(.go-v24-offcanvas-nav a,.go-v24-offcanvas-extra a):hover,
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel :is(.go-v24-offcanvas-nav a,.go-v24-offcanvas-extra a):focus-visible {
background: var(--go-v199-offcanvas-accent-soft) !important;
color: #ffffff !important;
-webkit-text-fill-color: #ffffff !important;
transform: translateX(2px) !important;
outline: none !important;
}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel .go-v24-offcanvas-icon,
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel .go-v24-offcanvas-icon svg,
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel .go-v24-offcanvas-icon svg * {
color: var(--go-v199-offcanvas-accent) !important;
-webkit-text-fill-color: var(--go-v199-offcanvas-accent) !important;
stroke: currentColor !important;
}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel .go-v24-offcanvas-icon {
width: 24px !important;
height: 24px !important;
display: grid !important;
place-items: center !important;
opacity: 1 !important;
}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel .go-v24-offcanvas-icon svg {
width: 20px !important;
height: 20px !important;
overflow: visible !important;
}
body:not(.wp-admin) :is(.go-home-hero-backdrop,.go-home-hero-backdrop-image,.go-home-card-media,.go-home-card-thumb,.go-home-card-thumb img,.go-home-story-thumb,.go-home-story-thumb img,.go-home-mosaic-card img,.go-home-feature-card img) {
background-size: cover !important;
background-position: center center !important;
}
body:not(.wp-admin) :is(.go-home-hero-backdrop-image,.go-home-card-thumb img,.go-home-story-thumb img,.go-home-mosaic-card img,.go-home-feature-card img) {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
}
@media (max-width: 380px) {
:root {
--go-v199-offcanvas-width: calc(100vw - 20px);
}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel :is(.go-v24-offcanvas-nav a,.go-v24-offcanvas-extra a) {
padding-inline: 18px !important;
font-size: 14px !important;
}
}
@media (prefers-reduced-motion: reduce) {
:root {
--go-v199-offcanvas-open-speed: 1ms;
--go-v199-offcanvas-close-speed: 1ms;
}
html body:not(.wp-admin) .go-v24-offcanvas-backdrop,
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel,
html body:not(.wp-admin) .go-v24-offcanvas-close,
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel :is(.go-v24-offcanvas-nav a,.go-v24-offcanvas-extra a) {
transition-duration: 1ms !important;
}
}