 @media (hover: hover) and (pointer: fine) { body a:where(:not([class*=btn--])):hover { color: var(--white) !important; } } @media (hover: hover) and (pointer: fine) { .mm a:where(:not([class*=btn--])):hover { color: inherit !important; }  .mm .mm__nav-items > .menu-item:last-child > a { color: white !important; } } .mm:not(.brx-open) .mm__nav-items>li:not(:last-of-type)>.brx-submenu-toggle:hover { color: inherit !important; }  img { border-radius: 0; }  figure { margin: 0; }  body.bricks-is-frontend.bricks-is-frontend :focus-visible { outline: none !important; }  @media (hover: hover) and (pointer: fine) { body button.regular-button a:where(:not([class*=btn--])):hover { color: var(--white) !important; } }  .i-hifu:nth-child(odd) .i-hifu__wrapper{ flex-direction: row-reverse !important; } .i-hifu:nth-child(odd) { background-color: white !important; } @media (max-width: 992px) { .i-hifu:nth-child(odd) .i-hifu__wrapper { flex-direction: column !important; } }  .sub-menu-padding .brx-submenu-toggle { padding: 0px 20px !important; }  @media (hover: hover) and (pointer: fine) { body a:where(:not([class*=btn--])):hover { color: var(--accent) !important; } } @media (hover: hover) and (pointer: fine) { body .sub-menu a:where(:not([class*=btn--])):hover { color: var(--white) !important; } } .fr-nav-alpha .bricks-nav-menu .sub-menu .menu-item:hover { transition: var(--link-transition, var(--transition)); }