@layer swift3 {@keyframes show-content-image { 0% { visibility: hidden; } 99% { visibility: hidden; } 100% { visibility: visible; } }@keyframes turn-on-visibility { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes turn-off-visibility { 0% { opacity: 1; visibility: visible; } 99% { opacity: 0; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@keyframes lightbox-zoom-in { 0% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } 100% { transform: translate(-50%, -50%) scale(1); } }@keyframes lightbox-zoom-out { 0% { transform: translate(-50%, -50%) scale(1); visibility: visible; } 99% { visibility: visible; } 100% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility: hidden; } }ol, ul { box-sizing: border-box; }@keyframes overlay-menu__fade-in-animation { 0% { opacity: 0; transform: translateY(0.5em); } 100% { opacity: 1; transform: translateY(0px); } }.editor-styles-wrapper, .entry-content { counter-reset: footnotes 0; }:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.screen-reader-text { border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #dddddd; clip-path: none; color: #444444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--color--theme-palette-1: var(--global-palette1); --wp--preset--color--theme-palette-2: var(--global-palette2); --wp--preset--color--theme-palette-3: var(--global-palette3); --wp--preset--color--theme-palette-4: var(--global-palette4); --wp--preset--color--theme-palette-5: var(--global-palette5); --wp--preset--color--theme-palette-6: var(--global-palette6); --wp--preset--color--theme-palette-7: var(--global-palette7); --wp--preset--color--theme-palette-8: var(--global-palette8); --wp--preset--color--theme-palette-9: var(--global-palette9); --wp--preset--color--theme-palette-10: var(--global-palette10); --wp--preset--color--theme-palette-11: var(--global-palette11); --wp--preset--color--theme-palette-12: var(--global-palette12); --wp--preset--color--theme-palette-13: var(--global-palette13); --wp--preset--color--theme-palette-14: var(--global-palette14); --wp--preset--color--theme-palette-15: var(--global-palette15); --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: var(--global-font-size-small); --wp--preset--font-size--medium: var(--global-font-size-medium); --wp--preset--font-size--large: var(--global-font-size-large); --wp--preset--font-size--x-large: 42px; --wp--preset--font-size--larger: var(--global-font-size-larger); --wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge); --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1); --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1); }.wpml-ls-menu-item .wpml-ls-flag { display: inline; vertical-align: baseline; }.wpml-ls-menu-item .wpml-ls-flag + span { margin-left: 0.3em; }ul .wpml-ls-menu-item a { display: flex; align-items: center; }html { line-height: 1.15; text-size-adjust: 100%; }body { margin: 0px; }main { display: block; min-width: 0px; }h1 { font-size: 2em; margin: 0.67em 0px; }a { background-color: rgba(0, 0, 0, 0); }b, strong { font-weight: bold; }img { border-style: none; }button, input, optgroup, select, textarea { font-size: 100%; margin: 0px; }button, input { overflow: visible; }button, select { text-transform: none; }button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0px; white-space: normal; }textarea { overflow: auto; }[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0px; }template { display: none; }:root { --global-gray-400: #CBD5E0; --global-gray-500: #A0AEC0; --global-xs-spacing: 1em; --global-sm-spacing: 1.5rem; --global-md-spacing: 2rem; --global-lg-spacing: 2.5em; --global-xl-spacing: 3.5em; --global-xxl-spacing: 5rem; --global-edge-spacing: 1.5rem; --global-boxed-spacing: 2rem; --global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem); --global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem); --global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem); --global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem); --global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem); }h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; }dfn, cite, em, i { font-style: italic; }html { box-sizing: border-box; }*, ::before, ::after { box-sizing: inherit; }ul, ol { margin: 0px 0px 1.5em 1.5em; padding: 0px; }ul { list-style: disc; }img { display: block; height: auto; max-width: 100%; }a { color: var(--global-palette-highlight); text-underline-offset: 0.1em; transition: 0.1s linear; }a:hover, a:focus, a:active { color: var(--global-palette-highlight-alt); text-underline-offset: 0.25em; }a:hover, a:active { outline: 0px; }.link-style-no-underline .entry-content p > a, .link-style-no-underline .entry-content strong > a, .link-style-no-underline .entry-content em > a, .link-style-no-underline .entry-content > ul a, .link-style-no-underline .entry-content a { text-decoration: none; }.link-style-no-underline .entry-content p > a:hover, .link-style-no-underline .entry-content strong > a:hover, .link-style-no-underline .entry-content em > a:hover, .link-style-no-underline .entry-content > ul a:hover, .link-style-no-underline .entry-content a:hover { text-decoration: none; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; position: absolute !important; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }textarea { width: 100%; }input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { appearance: none; color: var(--global-palette5); border: 1px solid var(--global-gray-400); border-radius: 3px; padding: 0.4em 0.5em; max-width: 100%; background: var(--global-palette9); box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: var(--global-palette3); border-color: var(--global-palette6); outline: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px -7px; }select { border: 1px solid var(--global-gray-400); padding: 0.2em 35px 0.2em 0.5em; background: var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%; appearance: none; outline: 0px; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }select:focus { color: var(--global-palette3); border-color: var(--global-palette6); background-color: var(--global-palette9); box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px -7px; outline: 0px; }select:focus option { color: #333333; }fieldset { padding: 0.625em 1.425em; border: 1px solid var(--global-gray-500); margin-top: 1.2em; margin-bottom: 1.2em; }legend { font-weight: bold; }button, .button, .wp-block-button__link, .wp-element-button, input[type="button"], input[type="reset"], input[type="submit"] { border-radius: 3px; background: var(--global-palette-btn-bg); color: var(--global-palette-btn); padding: 0.4em 1em; border: 0px; font-size: 1.125rem; line-height: 1.6; display: inline-block; font-family: inherit; cursor: pointer; text-decoration: none; transition: 0.2s; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }button:visited, .button:visited, .wp-block-button__link:visited, .wp-element-button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited { background: var(--global-palette-btn-bg); color: var(--global-palette-btn); }button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-element-button:hover, .wp-element-button:focus, .wp-element-button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active { color: var(--global-palette-btn-hover); background: var(--global-palette-btn-bg-hover); box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 25px -7px; }.kadence-svg-iconset { display: inline-flex; align-self: center; }.kadence-svg-iconset svg { height: 1em; width: 1em; }.kt-clear { }.kt-clear::before, .kt-clear::after { content: " "; display: table; }.kt-clear::after { clear: both; }.content-area { margin: var(--global-xxl-spacing) 0; }.entry-content { word-break: break-word; }.content-width-fullwidth .content-area, .content-vertical-padding-hide .content-area { margin-top: 0px; margin-bottom: 0px; }.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container { margin: 0px auto; padding: 0 var(--global-content-edge-padding); }.content-bg { background: #ffffff; }#kt-scroll-up-reader, #kt-scroll-up { position: fixed; transform: translateY(40px); transition: 0.2s; opacity: 0; z-index: 1000; display: flex; cursor: pointer; }#kt-scroll-up-reader *, #kt-scroll-up * { pointer-events: none; }.scroll-up-style-filled { color: var(--global-palette9); background: var(--global-palette4); }.scroll-up-style-filled:hover { color: var(--global-palette9); }#kt-scroll-up-reader { transform: translateY(0px); transition: all; }#kt-scroll-up-reader:not(:focus) { clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; overflow-wrap: normal !important; }#kt-scroll-up-reader:focus { transform: translateY(0px); opacity: 1; box-shadow: none; z-index: 1001; }#wrapper { overflow: clip; }body.footer-on-bottom #wrapper { min-height: 100vh; display: flex; flex-direction: column; }body.footer-on-bottom #inner-wrap { flex: 1 0 auto; }:root { --global-palette1: #69a94f; --global-palette2: #4f6f41; --global-palette3: #27241d; --global-palette4: #423d33; --global-palette5: #504a40; --global-palette6: #625d52; --global-palette7: #e9f3e3; --global-palette8: #faf6f0; --global-palette9: #ffffff; --global-palette10: oklch(from var(--global-palette1) calc(l + 0.10 * (1 - l)) calc(c * 1.00) calc(h + 180) / 100%); --global-palette11: #13612e; --global-palette12: #1159af; --global-palette13: #b82105; --global-palette14: #f7630c; --global-palette15: #f5a524; --global-palette9rgb: 255, 255, 255; --global-palette-highlight: var(--global-palette1); --global-palette-highlight-alt: var(--global-palette2); --global-palette-highlight-alt2: var(--global-palette9); --global-palette-btn-bg: var(--global-palette1); --global-palette-btn-bg-hover: var(--global-palette2); --global-palette-btn: var(--global-palette9); --global-palette-btn-hover: var(--global-palette9); --global-palette-btn-sec-bg: var(--global-palette7); --global-palette-btn-sec-bg-hover: var(--global-palette2); --global-palette-btn-sec: var(--global-palette3); --global-palette-btn-sec-hover: var(--global-palette9); --global-body-font-family: Overpass, sans-serif; --global-heading-font-family: Overpass, sans-serif; --global-primary-nav-font-family: inherit; --global-fallback-font: sans-serif; --global-display-fallback-font: sans-serif; --global-content-width: 1280px; --global-content-wide-width: calc(1280px + 230px); --global-content-narrow-width: 860px; --global-content-edge-padding: 1.5rem; --global-content-boxed-padding: 50px; --global-calc-content-width: calc(1280px - var(--global-content-edge-padding) - var(--global-content-edge-padding) ); --wp--style--global--content-size: var(--global-calc-content-width); }.wp-site-blocks { --global-vw: calc( 100vw - ( 0.5 * var(--scrollbar-offset))); }body { background: var(--global-palette9); }body, input, select, optgroup, textarea { font-style: normal; font-weight: normal; font-size: 18px; line-height: 1.6; font-family: var(--global-body-font-family); color: var(--global-palette4); }.content-bg, body.content-style-unboxed .site { background: var(--global-palette9); }h1, h2, h3, h4, h5, h6 { font-family: var(--global-heading-font-family); }h1 { font-style: normal; font-weight: 700; font-size: 36px; line-height: 1.5; color: var(--global-palette2); }h3 { font-style: normal; font-weight: 700; font-size: 24px; line-height: 1.5; color: var(--global-palette2); }h4 { font-style: normal; font-weight: 700; font-size: 22px; line-height: 1.5; color: var(--global-palette2); }.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container { max-width: var(--global-content-width); }.content-area { margin-top: 5rem; margin-bottom: 5rem; }.entry-content-wrap { padding: 50px; }.entry.single-entry { box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 15px 3px; }button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit { box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active, .wc-block-cart__submit:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 25px -7px; }#kt-scroll-up-reader, #kt-scroll-up { border-radius: 0px; background: var(--global-palette2); bottom: 30px; font-size: 1.2em; padding: 0.4em; }#kt-scroll-up-reader.scroll-up-side-right, #kt-scroll-up.scroll-up-side-right { right: 30px; }.site-branding a.brand img { max-width: 240px; }.site-branding { padding: 0px; }#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner { background: #ffffff; }.site-main-header-inner-wrap { min-height: 115px; }.site-main-header-wrap .site-header-row-container-inner > .site-container { padding: 0px 0px 5px; }.site-bottom-header-wrap .site-header-row-container-inner { background: var(--global-palette1); }.site-bottom-header-inner-wrap { min-height: 0px; }.main-navigation .primary-menu-container > ul > li.menu-item > a { padding-left: calc(0.6em); padding-right: calc(0.6em); color: var(--global-palette9); }.main-navigation .primary-menu-container > ul li.menu-item > a { font-style: normal; font-weight: 600; font-size: 18px; }.main-navigation .primary-menu-container > ul > li.menu-item > a:hover { color: var(--global-palette3); }.mobile-toggle-open-container .menu-toggle-open, .mobile-toggle-open-container .menu-toggle-open:focus { color: var(--global-palette1); padding: 0px 15px 0px 25px; font-size: 14px; }.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon { font-size: 30px; }.mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus-visible { color: var(--global-palette3); }.mobile-navigation ul li { font-style: normal; font-size: 17px; }.mobile-navigation ul li a { padding-top: 1em; padding-bottom: 1em; }.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap { color: var(--global-palette8); }.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }#mobile-drawer .drawer-inner, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner { background: var(--global-palette1); }#mobile-drawer .drawer-header .drawer-toggle { padding: 0.6em 0.15em; font-size: 24px; }#colophon { background: var(--global-palette1); }.site-footer .site-middle-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) { color: var(--global-palette3); }.site-middle-footer-inner-wrap { padding-top: 15px; padding-bottom: 0px; gap: 30px; }.site-bottom-footer-inner-wrap { padding-top: 15px; padding-bottom: 15px; column-gap: 30px; }#colophon .footer-html { margin: 0px 0px 10px; }#colophon .footer-navigation .footer-menu-container > ul > li > a { padding: calc(2.5px) calc(0.6em); color: var(--global-palette9); }#colophon .footer-navigation .footer-menu-container > ul li a:hover { color: var(--global-palette3); }#colophon .footer-navigation .footer-menu-container > ul li.current-menu-item > a { color: var(--global-palette9); }@-webkit-keyframes slbOverlay { 0% { opacity: 0; } 100% { opacity: 0.7; } }@keyframes slbOverlay { 0% { opacity: 0; } 100% { opacity: 0.7; } }@-webkit-keyframes slbEnter { 0% { opacity: 0; transform: translate3d(0px, -1em, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes slbEnter { 0% { opacity: 0; transform: translate3d(0px, -1em, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slbEnterNext { 0% { opacity: 0; transform: translate3d(4em, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes slbEnterNext { 0% { opacity: 0; transform: translate3d(4em, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slbEnterPrev { 0% { opacity: 0; transform: translate3d(-4em, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes slbEnterPrev { 0% { opacity: 0; transform: translate3d(-4em, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }body div.brlbs-cmpnt-container a, body div.brlbs-cmpnt-container abbr, body div.brlbs-cmpnt-container acronym, body div.brlbs-cmpnt-container address, body div.brlbs-cmpnt-container applet, body div.brlbs-cmpnt-container article, body div.brlbs-cmpnt-container aside, body div.brlbs-cmpnt-container audio, body div.brlbs-cmpnt-container b, body div.brlbs-cmpnt-container big, body div.brlbs-cmpnt-container blockquote, body div.brlbs-cmpnt-container canvas, body div.brlbs-cmpnt-container caption, body div.brlbs-cmpnt-container center, body div.brlbs-cmpnt-container cite, body div.brlbs-cmpnt-container code, body div.brlbs-cmpnt-container dd, body div.brlbs-cmpnt-container del, body div.brlbs-cmpnt-container details, body div.brlbs-cmpnt-container dfn, body div.brlbs-cmpnt-container div, body div.brlbs-cmpnt-container dl, body div.brlbs-cmpnt-container dt, body div.brlbs-cmpnt-container em, body div.brlbs-cmpnt-container embed, body div.brlbs-cmpnt-container fieldset, body div.brlbs-cmpnt-container figcaption, body div.brlbs-cmpnt-container figure, body div.brlbs-cmpnt-container footer, body div.brlbs-cmpnt-container form, body div.brlbs-cmpnt-container h1, body div.brlbs-cmpnt-container h2, body div.brlbs-cmpnt-container h3, body div.brlbs-cmpnt-container h4, body div.brlbs-cmpnt-container h5, body div.brlbs-cmpnt-container h6, body div.brlbs-cmpnt-container header, body div.brlbs-cmpnt-container hgroup, body div.brlbs-cmpnt-container i, body div.brlbs-cmpnt-container iframe, body div.brlbs-cmpnt-container img, body div.brlbs-cmpnt-container ins, body div.brlbs-cmpnt-container kbd, body div.brlbs-cmpnt-container label, body div.brlbs-cmpnt-container legend, body div.brlbs-cmpnt-container li, body div.brlbs-cmpnt-container mark, body div.brlbs-cmpnt-container menu, body div.brlbs-cmpnt-container nav, body div.brlbs-cmpnt-container object, body div.brlbs-cmpnt-container ol, body div.brlbs-cmpnt-container output, body div.brlbs-cmpnt-container p, body div.brlbs-cmpnt-container pre, body div.brlbs-cmpnt-container q, body div.brlbs-cmpnt-container ruby, body div.brlbs-cmpnt-container s, body div.brlbs-cmpnt-container samp, body div.brlbs-cmpnt-container section, body div.brlbs-cmpnt-container small, body div.brlbs-cmpnt-container span, body div.brlbs-cmpnt-container strike, body div.brlbs-cmpnt-container strong, body div.brlbs-cmpnt-container sub, body div.brlbs-cmpnt-container summary, body div.brlbs-cmpnt-container sup, body div.brlbs-cmpnt-container table, body div.brlbs-cmpnt-container tbody, body div.brlbs-cmpnt-container td, body div.brlbs-cmpnt-container tfoot, body div.brlbs-cmpnt-container th, body div.brlbs-cmpnt-container thead, body div.brlbs-cmpnt-container time, body div.brlbs-cmpnt-container tr, body div.brlbs-cmpnt-container tt, body div.brlbs-cmpnt-container u, body div.brlbs-cmpnt-container ul, body div.brlbs-cmpnt-container var, body div.brlbs-cmpnt-container video { border: 0px; font-family: inherit; font-size: 100%; margin: 0px; padding: 0px; vertical-align: baseline; }body div.brlbs-cmpnt-container, body div.brlbs-cmpnt-container * { box-sizing: border-box; color: inherit; font-family: inherit; height: auto; inset: auto; line-height: inherit; position: static; width: auto; }body div.brlbs-cmpnt-container *, body div.brlbs-cmpnt-container ::after, body div.brlbs-cmpnt-container ::before { border: 0px solid #e5e7eb; box-sizing: border-box; }body div.brlbs-cmpnt-container [role="button"], body div.brlbs-cmpnt-container button { cursor: pointer; }body div.brlbs-cmpnt-container audio, body div.brlbs-cmpnt-container canvas, body div.brlbs-cmpnt-container embed, body div.brlbs-cmpnt-container iframe, body div.brlbs-cmpnt-container img, body div.brlbs-cmpnt-container object, body div.brlbs-cmpnt-container svg, body div.brlbs-cmpnt-container video { display: block; vertical-align: middle; }:root { --brlbs-tw-border-spacing-x: 0; --brlbs-tw-border-spacing-y: 0; --brlbs-tw-translate-x: 0; --brlbs-tw-translate-y: 0; --brlbs-tw-rotate: 0; --brlbs-tw-skew-x: 0; --brlbs-tw-skew-y: 0; --brlbs-tw-scale-x: 1; --brlbs-tw-scale-y: 1; --brlbs-tw-pan-x: ; --brlbs-tw-pan-y: ; --brlbs-tw-pinch-zoom: ; --brlbs-tw-scroll-snap-strictness: proximity; --brlbs-tw-gradient-from-position: ; --brlbs-tw-gradient-via-position: ; --brlbs-tw-gradient-to-position: ; --brlbs-tw-ordinal: ; --brlbs-tw-slashed-zero: ; --brlbs-tw-numeric-figure: ; --brlbs-tw-numeric-spacing: ; --brlbs-tw-numeric-fraction: ; --brlbs-tw-ring-inset: ; --brlbs-tw-ring-offset-width: 0px; --brlbs-tw-ring-offset-color: #fff; --brlbs-tw-ring-color: rgba(59,130,246,.5); --brlbs-tw-ring-offset-shadow: 0 0 #0000; --brlbs-tw-ring-shadow: 0 0 #0000; --brlbs-tw-shadow: 0 0 #0000; --brlbs-tw-shadow-colored: 0 0 #0000; --brlbs-tw-blur: ; --brlbs-tw-brightness: ; --brlbs-tw-contrast: ; --brlbs-tw-grayscale: ; --brlbs-tw-hue-rotate: ; --brlbs-tw-invert: ; --brlbs-tw-saturate: ; --brlbs-tw-sepia: ; --brlbs-tw-drop-shadow: ; --brlbs-tw-backdrop-blur: ; --brlbs-tw-backdrop-brightness: ; --brlbs-tw-backdrop-contrast: ; --brlbs-tw-backdrop-grayscale: ; --brlbs-tw-backdrop-hue-rotate: ; --brlbs-tw-backdrop-invert: ; --brlbs-tw-backdrop-opacity: ; --brlbs-tw-backdrop-saturate: ; --brlbs-tw-backdrop-sepia: ; --brlbs-tw-contain-size: ; --brlbs-tw-contain-layout: ; --brlbs-tw-contain-paint: ; --brlbs-tw-contain-style: ; }.brlbs-cmpnt-container .brlbs-bottom-0 { bottom: 0px; }.brlbs-cmpnt-container .brlbs-left-0 { left: 0px; }#BorlabsCookieBox, .brlbs-cmpnt-container { font-family: var(--dialog-font-family); font-weight: 400; line-height: calc(var(--dialog-font-size)*1.2); }#BorlabsCookieBox .brlbs-cmpnt-btn, .brlbs-cmpnt-container .brlbs-cmpnt-btn { color-scheme: unset; forced-color-adjust: unset; mask: unset; math-depth: unset; position: unset; position-anchor: unset; text-size-adjust: unset; appearance: unset; color: unset; font-family: unset; font-feature-settings: unset; font-kerning: unset; font-optical-sizing: unset; font-palette: unset; font-size: calc(var(--dialog-font-size)); font-size-adjust: unset; font-stretch: unset; font-style: unset; font-synthesis: unset; font-variant: unset; font-variation-settings: unset; font-weight: unset; position-area: unset; text-orientation: unset; text-rendering: unset; text-spacing-trim: unset; -webkit-font-smoothing: unset; -webkit-locale: unset; -webkit-text-orientation: unset; -webkit-writing-mode: unset; writing-mode: unset; zoom: unset; accent-color: unset; align-content: unset; align-items: center; place-self: unset; alignment-baseline: unset; anchor-name: unset; anchor-scope: unset; animation-composition: unset; animation: unset; app-region: unset; aspect-ratio: unset; backdrop-filter: unset; backface-visibility: unset; background: unset; background-blend-mode: unset; baseline-shift: unset; baseline-source: unset; block-size: unset; border-block: unset; border: unset; border-radius: unset; border-collapse: unset; border-end-end-radius: unset; border-end-start-radius: unset; border-inline: unset; border-start-end-radius: unset; border-start-start-radius: unset; inset: unset; box-decoration-break: unset; box-shadow: unset; box-sizing: border-box; break-after: unset; break-before: unset; break-inside: unset; buffered-rendering: unset; caption-side: unset; caret-animation: unset; caret-color: unset; clear: unset; clip: unset; clip-path: unset; clip-rule: unset; color-interpolation: unset; color-interpolation-filters: unset; color-rendering: unset; columns: unset; column-fill: unset; gap: unset; column-rule: unset; column-span: unset; contain: unset; contain-intrinsic-block-size: unset; contain-intrinsic-size: unset; contain-intrinsic-inline-size: unset; container: unset; content: unset; content-visibility: unset; corner-shape: unset; corner-block-end-shape: unset; corner-block-start-shape: unset; counter-increment: unset; counter-reset: unset; counter-set: unset; cursor: pointer; cx: unset; cy: unset; d: unset; display: unset; dominant-baseline: unset; dynamic-range-limit: unset; empty-cells: unset; field-sizing: unset; fill: unset; fill-opacity: unset; fill-rule: unset; filter: unset; flex: unset; flex-flow: unset; float: unset; flood-color: unset; flood-opacity: unset; grid: unset; grid-area: unset; height: unset; hyphenate-character: unset; hyphenate-limit-chars: unset; hyphens: unset; image-orientation: unset; image-rendering: unset; initial-letter: unset; inline-size: unset; inset-block: unset; inset-inline: unset; interest-delay: unset; interpolate-size: unset; isolation: unset; justify-content: center; justify-items: unset; letter-spacing: unset; lighting-color: unset; line-break: unset; line-height: calc(var(--dialog-font-size)*1.5); list-style: unset; margin-block: unset; margin: unset; margin-inline: unset; marker: unset; mask-type: unset; math-shift: unset; math-style: unset; max-block-size: unset; max-height: unset; max-inline-size: unset; max-width: unset; min-block-size: unset; min-height: unset; min-inline-size: unset; min-width: unset; mix-blend-mode: unset; object-fit: unset; object-position: unset; object-view-box: unset; offset: unset; opacity: unset; order: unset; orphans: unset; outline: unset; outline-offset: unset; overflow-anchor: unset; overflow-block: unset; overflow-clip-margin: unset; overflow-inline: unset; overflow-wrap: unset; overflow: unset; overlay: unset; overscroll-behavior-block: unset; overscroll-behavior-inline: unset; overscroll-behavior: unset; padding-block: unset; padding: 12px 20px; padding-inline: unset; page: unset; page-orientation: unset; paint-order: unset; perspective: unset; perspective-origin: unset; pointer-events: unset; position-try: unset; position-visibility: unset; print-color-adjust: unset; quotes: unset; r: unset; reading-flow: unset; reading-order: unset; resize: unset; rotate: unset; ruby-align: unset; ruby-position: unset; rx: unset; ry: unset; scale: unset; scroll-behavior: unset; scroll-initial-target: unset; scroll-margin-block: unset; scroll-margin: unset; scroll-margin-inline: unset; scroll-marker-group: unset; scroll-padding-block: unset; scroll-padding: unset; scroll-padding-inline: unset; scroll-snap-align: unset; scroll-snap-stop: unset; scroll-snap-type: unset; scroll-target-group: unset; scroll-timeline: unset; scrollbar-color: unset; scrollbar-gutter: unset; scrollbar-width: unset; shape-image-threshold: unset; shape-margin: unset; shape-outside: unset; shape-rendering: unset; size: unset; speak: unset; stop-color: unset; stop-opacity: unset; stroke: unset; stroke-dasharray: unset; stroke-dashoffset: unset; stroke-linecap: unset; stroke-linejoin: unset; stroke-miterlimit: unset; stroke-opacity: unset; stroke-width: unset; tab-size: unset; table-layout: unset; text-align: center; text-align-last: unset; text-anchor: unset; text-autospace: unset; text-box: unset; text-combine-upright: unset; text-decoration-color: unset; text-decoration-line: none; text-decoration-skip-ink: unset; text-decoration-style: unset; text-decoration-thickness: unset; text-emphasis: unset; text-emphasis-position: unset; text-indent: unset; text-overflow: unset; text-shadow: unset; text-transform: unset; text-underline-offset: unset; text-underline-position: unset; text-wrap: unset; timeline-scope: unset; touch-action: unset; transform: unset; transform-box: unset; transform-origin: unset; transform-style: unset; transition-behavior: unset; transition-delay: unset; transition-duration: 0.4s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); translate: unset; user-select: unset; vector-effect: unset; vertical-align: unset; view-timeline: unset; view-transition-class: unset; view-transition-group: unset; view-transition-name: unset; visibility: unset; border-spacing: unset; -webkit-box-align: unset; -webkit-box-decoration-break: unset; -webkit-box-direction: unset; -webkit-box-flex: unset; -webkit-box-ordinal-group: unset; -webkit-box-orient: unset; -webkit-box-pack: unset; -webkit-box-reflect: unset; -webkit-line-break: unset; -webkit-line-clamp: unset; -webkit-mask-box-image: unset; -webkit-rtl-ordering: unset; -webkit-ruby-position: unset; -webkit-tap-highlight-color: unset; -webkit-text-combine: unset; -webkit-text-decorations-in-effect: unset; -webkit-text-fill-color: unset; -webkit-text-security: unset; -webkit-text-stroke: unset; -webkit-user-drag: unset; white-space-collapse: unset; widows: unset; width: unset; will-change: unset; word-break: unset; word-spacing: unset; x: unset; y: unset; z-index: unset; }#BorlabsCookieBox .brlbs-cmpnt-btn.brlbs-cmpnt-font-semibold, .brlbs-cmpnt-container .brlbs-cmpnt-btn.brlbs-cmpnt-font-semibold { font-weight: 600; }#BorlabsCookieBox .brlbs-cmpnt-btn-preferences, .brlbs-cmpnt-container .brlbs-cmpnt-btn-preferences { --brlbs-tw-ring-color: var(--dialog-button-accept-all-color-hover); background-color: var(--dialog-button-preferences-color); color: var(--dialog-button-preferences-text-color); }#BorlabsCookieBox .brlbs-cmpnt-btn-preferences:hover, .brlbs-cmpnt-container .brlbs-cmpnt-btn-preferences:hover { background-color: var(--dialog-button-preferences-color-hover); color: var(--dialog-button-preferences-text-color-hover); }#BorlabsCookieBox .brlbs-cmpnt-widget, .brlbs-cmpnt-container .brlbs-cmpnt-widget { cursor: pointer; line-height: 0; opacity: 1; padding: 20px; position: fixed; transition: 0.5s; z-index: 999998; }#BorlabsCookieBox .brlbs-cmpnt-widget:hover, .brlbs-cmpnt-container .brlbs-cmpnt-widget:hover { opacity: 0.8; }#BorlabsCookieBox .brlbs-cmpnt-widget svg, .brlbs-cmpnt-container .brlbs-cmpnt-widget svg { filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 4px); height: 48px; width: 48px; }:root { --dialog-animation-delay: 2s; --dialog-animation-duration: 1s; --dialog-backdrop-background-color: #000; --dialog-background-color: #ffffff; --dialog-button-accept-all-color: #69a94f; --dialog-button-accept-all-color-hover: #3e632e; --dialog-button-accept-all-text-color: #ffffff; --dialog-button-accept-all-text-color-hover: #ffffff; --dialog-button-accept-only-essential-color: #69a94f; --dialog-button-accept-only-essential-color-hover: #3e632e; --dialog-button-accept-only-essential-text-color: #ffffff; --dialog-button-accept-only-essential-text-color-hover: #ffffff; --dialog-button-close-color: #69a94f; --dialog-button-close-color-hover: #3e632e; --dialog-button-close-text-color: #ffffff; --dialog-button-close-text-color-hover: #ffffff; --dialog-button-preferences-color: #69a94f; --dialog-button-preferences-color-hover: #3e632e; --dialog-button-preferences-text-color: #ffffff; --dialog-button-preferences-text-color-hover: #ffffff; --dialog-button-save-consent-color: #69a94f; --dialog-button-save-consent-color-hover: #3e632e; --dialog-button-save-consent-text-color: #ffffff; --dialog-button-save-consent-text-color-hover: #ffffff; --dialog-button-selection-color: #69a94f; --dialog-button-selection-color-hover: #3e632e; --dialog-button-selection-text-color: #ffffff; --dialog-button-selection-text-color-hover: #ffffff; --dialog-checkbox-background-color-active: #69a94f; --dialog-checkbox-background-color-disabled: #e6e6e6; --dialog-checkbox-background-color-inactive: #e6e6e6; --dialog-checkbox-border-color-active: #639f4a; --dialog-checkbox-border-color-disabled: #e6e6e6; --dialog-checkbox-border-color-inactive: #a72828; --dialog-checkbox-check-mark-color-active: #000000; --dialog-checkbox-check-mark-color-disabled: #999999; --dialog-card-background-color: #f2f2f2; --dialog-card-control-element-color: #3e632e; --dialog-card-control-element-color-hover: #000000; --dialog-card-separator-color: #e6e6e6; --dialog-card-text-color: #000000; --dialog-control-element-color: #3e632e; --dialog-control-element-color-hover: #000000; --dialog-footer-background-color: #e9f3e3; --dialog-footer-text-color: #000000; --dialog-link-primary-color: #8f4fa9; --dialog-link-primary-color-hover: #000000; --dialog-link-secondary-color: #000000; --dialog-link-secondary-color-hover: #1f1f1f; --dialog-list-item-background-color-even: #ffffff; --dialog-list-item-background-color-odd: #ffffff; --dialog-list-item-text-color-even: #000000; --dialog-list-item-text-color-odd: #000000; --dialog-list-item-control-element-color: #3e632e; --dialog-list-item-control-element-color-hover: #000000; --dialog-list-item-control-element-separator-color: #000000; --dialog-list-item-separator-color: #f0f0f0; --dialog-search-bar-input-background-color: #fff; --dialog-search-bar-input-border-color-default: #f7f7f7; --dialog-search-bar-input-border-color-focus: #69a94f; --dialog-search-bar-input-text-color: #555; --dialog-separator-color: #e6e6e6; --dialog-switch-button-background-color-active: #69a94f; --dialog-switch-button-background-color-inactive: #e6e6e6; --dialog-switch-button-color-active: #000000; --dialog-switch-button-color-inactive: #000000; --dialog-tab-bar-tab-background-color-active: #69a94f; --dialog-tab-bar-tab-background-color-inactive: #ffffff; --dialog-tab-bar-tab-border-color-bottom-active: #639f4a; --dialog-tab-bar-tab-border-color-bottom-inactive: #e6e6e6; --dialog-tab-bar-tab-border-color-left-active: #639f4a; --dialog-tab-bar-tab-border-color-left-inactive: #e6e6e6; --dialog-tab-bar-tab-border-color-right-active: #639f4a; --dialog-tab-bar-tab-border-color-right-inactive: #e6e6e6; --dialog-tab-bar-tab-border-color-top-active: #639f4a; --dialog-tab-bar-tab-border-color-top-inactive: #e6e6e6; --dialog-tab-bar-tab-text-color-active: #ffffff; --dialog-tab-bar-tab-text-color-inactive: #000000; --dialog-table-row-background-color-even: #fafafa; --dialog-table-row-background-color-odd: #fafafa; --dialog-table-row-text-color-even: #000000; --dialog-table-row-text-color-odd: #000000; --dialog-table-row-border-color: #f0f0f0; --dialog-text-color: #000000; --dialog-font-family: inherit; --dialog-border-radius-bottom-left: 4px; --dialog-border-radius-bottom-right: 4px; --dialog-border-radius-top-left: 4px; --dialog-border-radius-top-right: 4px; --dialog-button-border-radius-bottom-left: 4px; --dialog-button-border-radius-bottom-right: 4px; --dialog-button-border-radius-top-left: 4px; --dialog-button-border-radius-top-right: 4px; --dialog-card-border-radius-bottom-left: 0px; --dialog-card-border-radius-bottom-right: 0px; --dialog-card-border-radius-top-left: 0px; --dialog-card-border-radius-top-right: 0px; --dialog-card-list-padding-medium-screen-bottom: 24px; --dialog-card-list-padding-medium-screen-left: 24px; --dialog-card-list-padding-medium-screen-right: 24px; --dialog-card-list-padding-medium-screen-top: 0px; --dialog-card-list-padding-small-screen-bottom: 16px; --dialog-card-list-padding-small-screen-left: 16px; --dialog-card-list-padding-small-screen-right: 16px; --dialog-card-list-padding-small-screen-top: 0px; --dialog-checkbox-border-radius-bottom-left: 4px; --dialog-checkbox-border-radius-bottom-right: 4px; --dialog-checkbox-border-radius-top-left: 4px; --dialog-checkbox-border-radius-top-right: 4px; --dialog-font-size: 14px; --dialog-list-border-radius-bottom-left: 0px; --dialog-list-border-radius-bottom-right: 0px; --dialog-list-border-radius-top-left: 0px; --dialog-list-border-radius-top-right: 0px; --dialog-list-item-separator-width: 1px; --dialog-list-padding-medium-screen-bottom: 12px; --dialog-list-padding-medium-screen-left: 12px; --dialog-list-padding-medium-screen-right: 12px; --dialog-list-padding-medium-screen-top: 12px; --dialog-list-padding-small-screen-bottom: 8px; --dialog-list-padding-small-screen-left: 8px; --dialog-list-padding-small-screen-right: 8px; --dialog-list-padding-small-screen-top: 8px; --dialog-search-bar-input-border-radius-bottom-left: 4px; --dialog-search-bar-input-border-radius-bottom-right: 4px; --dialog-search-bar-input-border-radius-top-left: 4px; --dialog-search-bar-input-border-radius-top-right: 4px; --dialog-search-bar-input-border-width-bottom: 1px; --dialog-search-bar-input-border-width-left: 1px; --dialog-search-bar-input-border-width-right: 1px; --dialog-search-bar-input-border-width-top: 1px; --dialog-tab-bar-tab-border-width-bottom-active: 2px; --dialog-tab-bar-tab-border-width-left-active: 0px; --dialog-tab-bar-tab-border-width-right-active: 0px; --dialog-tab-bar-tab-border-width-top-active: 0px; --dialog-tab-bar-tab-border-width-bottom-inactive: 2px; --dialog-tab-bar-tab-border-width-left-inactive: 0px; --dialog-tab-bar-tab-border-width-right-inactive: 0px; --dialog-tab-bar-tab-border-width-top-inactive: 0px; --dialog-tab-bar-tab-border-radius-bottom-left-active: 0px; --dialog-tab-bar-tab-border-radius-bottom-right-active: 0px; --dialog-tab-bar-tab-border-radius-top-left-active: 4px; --dialog-tab-bar-tab-border-radius-top-right-active: 4px; --dialog-tab-bar-tab-border-radius-bottom-left-inactive: 0px; --dialog-tab-bar-tab-border-radius-bottom-right-inactive: 0px; --dialog-tab-bar-tab-border-radius-top-left-inactive: 4px; --dialog-tab-bar-tab-border-radius-top-right-inactive: 4px; --dialog-table-border-radius-bottom-left: 0px; --dialog-table-border-radius-bottom-right: 0px; --dialog-table-border-radius-top-left: 0px; --dialog-table-border-radius-top-right: 0px; --dialog-table-cell-padding-bottom: 8px; --dialog-table-cell-padding-left: 8px; --dialog-table-cell-padding-right: 8px; --dialog-table-cell-padding-top: 8px; --dialog-backdrop-background-opacity: 0.8; }:root { --widget-position: bottom-left; --widget-color: #69a94f; }:root { --content-blocker-background-color: #000; --content-blocker-button-color: #0063e3; --content-blocker-button-color-hover: #1a66ff; --content-blocker-button-text-color: #fff; --content-blocker-button-text-color-hover: #fff; --content-blocker-font-family: inherit; --content-blocker-link-color: #2277ff; --content-blocker-link-color-hover: #1a66ff; --content-blocker-separator-color: #2277ff; --content-blocker-text-color: #fff; --content-blocker-border-radius-top-left: 4px; --content-blocker-border-radius-top-right: 4px; --content-blocker-border-radius-bottom-left: 4px; --content-blocker-border-radius-bottom-right: 4px; --content-blocker-button-border-radius-top-left: 4px; --content-blocker-button-border-radius-top-right: 4px; --content-blocker-button-border-radius-bottom-left: 4px; --content-blocker-button-border-radius-bottom-right: 4px; --content-blocker-font-size: 14px; --content-blocker-separator-width: 1px; --content-blocker-background-opacity: 0.8; --content-blocker-background: rgba(0, 0, 0 ,0.8); }.main-navigation .primary-menu-container > ul > li.menu-item > a { padding-left: calc(1.2em); padding-right: calc(1.2em); }.wpml-ls-menu-item .wpml-ls-flag { margin: -3px 2px 0px 0px; }.ff_form_modal button.ff_modal_btn.btn.btn-success, .ff_form_modal button.ff_modal_btn.btn.btn-success:focus, .ff_form_modal button.ff_modal_btn.btn.btn-success:visited { font-weight: bold; padding: 0px calc(1.2em); color: #ffffff; box-shadow: unset; background: none; }li#menu-item-232 .ff_form_modal button.ff_modal_btn.btn.btn-success, li#menu-item-667 .ff_form_modal button.ff_modal_btn.btn.btn-success, li#menu-item-232 .ff_form_modal button.ff_modal_btn.btn.btn-success:visited, li#menu-item-667 .ff_form_modal button.ff_modal_btn.btn.btn-success:visited { font-weight: normal; padding: 0.15em 0.5em; color: #ffffff; box-shadow: unset; background: none; }.ff_form_modal button.ff_modal_btn.btn.btn-success:hover, li#menu-item-232 .ff_form_modal button.ff_modal_btn.btn.btn-success:hover, li#menu-item-667 .ff_form_modal button.ff_modal_btn.btn.btn-success:hover, .ff_form_modal button.ff_modal_btn.btn.btn-success:active, li#menu-item-232 .ff_form_modal button.ff_modal_btn.btn.btn-success:active, li#menu-item-667 .ff_form_modal button.ff_modal_btn.btn.btn-success:active { color: var(--global-palette3); box-shadow: unset; background: none; }.heading-decoration::after { border-bottom: 3px solid var(--global-palette1); clear: both; content: ""; display: block; margin: 0px 0px 40px; max-width: 100px; width: 100%; }.ff-el-group.ff-custom_html { margin-bottom: 0px; }:root { --global-kb-font-size-sm: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem); --global-kb-font-size-md: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem); --global-kb-font-size-lg: clamp(1.75rem, 1.576rem + 0.543vw, 2rem); --global-kb-font-size-xl: clamp(2.25rem, 1.728rem + 1.63vw, 3rem); --global-kb-font-size-xxl: clamp(2.5rem, 1.456rem + 3.26vw, 4rem); --global-kb-font-size-xxxl: clamp(2.75rem, 0.489rem + 7.065vw, 6rem); }@font-face { font-family: Overpass; font-style: normal; font-weight: 400; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbPpqK.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Overpass; font-style: normal; font-weight: 600; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTbPpqK.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Overpass; font-style: normal; font-weight: 700; font-display: swap; src: url(https://www.immer-bio.de/wp-content/fonts/overpass/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbPpqK.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }#BorlabsCookieBox button[data-v-aa476cbe], #BorlabsCookieBox button[data-v-aa476cbe]:active, #BorlabsCookieBox button[data-v-aa476cbe]:focus, #BorlabsCookieBox button[data-v-aa476cbe]:focus-visible, #BorlabsCookieBox button[data-v-aa476cbe]:hover { border-bottom-left-radius: var(--dialog-button-border-radius-bottom-left); border-bottom-right-radius: var(--dialog-button-border-radius-bottom-right); border-top-left-radius: var(--dialog-button-border-radius-top-left); border-top-right-radius: var(--dialog-button-border-radius-top-right); }.site-branding { max-height: inherit; }.site-branding a.brand { display: flex; gap: 1em; flex-direction: row; align-items: center; text-decoration: none; color: inherit; max-height: inherit; }.site-branding a.brand img { display: block; }.header-navigation-style-underline-fullheight, .header-navigation-style-fullheight { height: 100%; align-items: center; }.header-navigation-style-underline-fullheight .header-menu-container, .header-navigation-style-fullheight .header-menu-container { height: 100%; align-items: center; }.header-navigation-style-underline-fullheight .header-menu-container > ul, .header-navigation-style-fullheight .header-menu-container > ul { height: 100%; align-items: center; }.header-navigation-style-underline-fullheight .header-menu-container > ul > li, .header-navigation-style-fullheight .header-menu-container > ul > li { display: flex; height: 100%; align-items: center; }.header-navigation-style-underline-fullheight .header-menu-container > ul > li > a, .header-navigation-style-fullheight .header-menu-container > ul > li > a { display: flex; height: 100%; align-items: center; }.header-navigation, .header-menu-container { display: flex; }.header-navigation li.menu-item > a { display: block; width: 100%; text-decoration: none; color: var(--global-palette4); transition: 0.2s ease-in-out; transform: translate3d(0px, 0px, 0px); }.header-navigation li.menu-item > a:hover, .header-navigation li.menu-item > a:focus { color: var(--global-palette-highlight); }.header-navigation ul li.menu-item > a { padding: 0.6em 0.5em; }.header-navigation .menu { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; list-style: none; margin: 0px; padding: 0px; }.menu-toggle-open { display: flex; background: rgba(0, 0, 0, 0); align-items: center; box-shadow: none; }.menu-toggle-open .menu-toggle-label { padding-right: 5px; }.menu-toggle-open .menu-toggle-icon { display: flex; }.menu-toggle-open:hover, .menu-toggle-open:focus { border-color: currentcolor; background: rgba(0, 0, 0, 0); box-shadow: none; }.menu-toggle-open.menu-toggle-style-default { border: 0px; }.wp-site-blocks .menu-toggle-open { box-shadow: none; }.mobile-navigation { width: 100%; }.mobile-navigation a { display: block; width: 100%; text-decoration: none; padding: 0.6em 0.5em; }.mobile-navigation ul { display: block; list-style: none; margin: 0px; padding: 0px; }.popup-drawer { position: fixed; display: none; inset: 0px 99999rem 0px -99999rem; transition:opacity, left, right 0.25s, 0s, 0s ease-in, ease, ease; z-index: 100000; }.popup-drawer .drawer-overlay { background-color: rgba(0, 0, 0, 0.4); position: fixed; inset: 0px; opacity: 0; transition:opacity 0.2s ease-in-out; }.popup-drawer .drawer-inner { width: 100%; transform: translateX(100%); max-width: 90%; right: 0px; top: 0px; overflow: auto; background: #090c10; color: #ffffff; bottom: 0px; opacity: 0; position: fixed; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2rem 0px; display: flex; flex-direction: column; transition:transform, opacity 0.3s, 0.25s cubic-bezier(0.77, 0.2, 0.05, 1), cubic-bezier(0.77, 0.2, 0.05, 1); }.popup-drawer .drawer-header { padding: 0px 1.5em; display: flex; justify-content: flex-end; min-height: calc(1.2em + 24px); }.popup-drawer .drawer-header .drawer-toggle { background: rgba(0, 0, 0, 0); border: 0px; font-size: 24px; line-height: 1; padding: 0.6em 0.15em; color: inherit; display: flex; box-shadow: none; border-radius: 0px; }.popup-drawer .drawer-header .drawer-toggle:hover { box-shadow: none; }.popup-drawer .drawer-content { padding: 0px 1.5em 1.5em; }.popup-drawer .drawer-header .drawer-toggle { width: 1em; position: relative; height: 1em; box-sizing: content-box; font-size: 24px; }.drawer-toggle .toggle-close-bar { width: 0.75em; height: 0.08em; background: currentcolor; transform-origin: center center; position: absolute; margin-top: -0.04em; opacity: 0; border-radius: 0.08em; left: 50%; margin-left: -0.375em; top: 50%; transform: rotate(45deg) translateX(-50%); transition:transform, opacity 0.3s, 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), cubic-bezier(0.77, 0.2, 0.05, 1); }.drawer-toggle .toggle-close-bar:last-child { transform: rotate(-45deg) translateX(50%); }#main-header { display: none; }#masthead { position: relative; z-index: 11; }@media screen and (min-width: 1025px){#main-header { display: block; }#mobile-header { display: none; }}.site-header-row { display: grid; grid-template-columns: auto auto; }.site-header-row.site-header-row-center-column { grid-template-columns: 1fr auto 1fr; }.site-header-row.site-header-row-only-center-column { display: flex; justify-content: center; }.site-header-row.site-header-row-only-center-column .site-header-section-center { flex-grow: 1; }.site-header-section { display: flex; max-height: inherit; }.site-header-item { display: flex; align-items: center; margin-right: 10px; max-height: inherit; }.site-header-section > .site-header-item:last-child { margin-right: 0px; }.drawer-content .site-header-item { margin-right: 0px; margin-bottom: 10px; }.drawer-content .site-header-item:last-child { margin-bottom: 0px; }.site-header-section-right { justify-content: flex-end; }.site-header-section-center { justify-content: center; }.kadence-sticky-header { position: relative; z-index: 1; }#mobile-drawer { z-index: 99999; }.widget-area ul { padding-left: 0.5em; }.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) { color: var(--global-palette3); text-decoration: none; }.entry { box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 25px -10px; border-radius: 0.25rem; }.content-wrap { position: relative; }.site-main { min-width: 0px; }.single-content { margin: var(--global-md-spacing) 0 0; }.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*="__inner-content"] { margin-top: 0px; margin-bottom: var(--global-md-spacing); }.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 { margin: 1.5em 0px 0.5em; }.single-content h1:first-child, .single-content h2:first-child, .single-content h3:first-child, .single-content h4:first-child, .single-content h5:first-child, .single-content h6:first-child { margin-top: 0px; }.single-content h1 + *, .single-content h2 + *, .single-content h3 + *, .single-content h4 + *, .single-content h5 + *, .single-content h6 + * { margin-top: 0px; }.single-content ul, .single-content ol { margin: 0 0 var(--global-md-spacing); padding-left: 2em; }.single-content address:last-child, .single-content figure:last-child, .single-content hr:last-child, .single-content p:last-child, .single-content table:last-child, .single-content pre:last-child, .single-content form:last-child, .single-content .wp-block-buttons:last-child, .single-content .wp-block-button:last-child, .single-content .wp-block-kadence-advancedbtn:last-child, .single-content .wp-block-media-text:last-child, .single-content .wp-block-cover:last-child, .single-content .entry-content-asset:last-child, .single-content .wp-block-kadence-form:last-child, .single-content .wp-block-group:last-child, .single-content .wp-block-yoast-faq-block:last-child, .single-content .wp-block-yoast-how-to-block:last-child, .single-content .schema-faq-section:last-child, .single-content .wp-block-kadence-tableofcontents:last-child, .single-content .enlighter-default:last-child, .single-content .wp-block-kadence-iconlist:last-child, .single-content h1:last-child, .single-content h2:last-child, .single-content h3:last-child, .single-content h4:last-child, .single-content h5:last-child, .single-content h6:last-child, .single-content ul:last-child, .single-content ol:last-child { margin-bottom: 0px; }.entry-content::after { display: table; clear: both; content: ""; }.title-align-center { text-align: center; }.entry-header { margin-bottom: 1em; }.entry-title { overflow-wrap: break-word; }.site-footer-row { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); }.site-footer-row.site-footer-row-columns-1 { display: flex; justify-content: center; }.site-footer-row.site-footer-row-columns-1 .site-footer-section { flex: 1 1 0%; text-align: center; min-width: 0px; }.site-footer-section { display: flex; max-height: inherit; }.footer-widget-area { flex: 1 1 0%; min-width: 0px; display: flex; }.footer-widget-area > * { flex: 1 1 0%; min-width: 0px; }.footer-widget-area.content-align-center { text-align: center; }.footer-widget-area.content-align-center .footer-navigation { justify-content: center; }.footer-navigation, .footer-menu-container { display: flex; }.footer-navigation a { display: block; width: 100%; text-decoration: none; color: var(--global-palette4); transition: 0.2s ease-in-out; }.footer-navigation a:hover, .footer-navigation a:focus { color: var(--global-palette-highlight); }.footer-navigation ul { display: block; list-style: none; margin: 0px; padding: 0px; }.footer-navigation ul li a { padding: 0.6em 0.5em; }.footer-navigation .menu { display: flex; flex-wrap: wrap; justify-content: center; }.site-footer-wrap .footer-navigation .footer-menu-container > ul li a:hover { text-decoration: none; }.site-footer-wrap .ft-ro-lstyle-noline a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) { text-decoration: none; }.site-footer-section { position: relative; }.footer-html { margin: 1em 0px; }.footer-html p:last-child { margin-bottom: 0px; }.footer-html p:first-child { margin-top: 0px; }form.fluent_form_2 .ff-btn-submit:not(.ff_btn_no_style) { background-color: #409eff; color: #ffffff; }.lity-hide { display: none; }.fluentform * { box-sizing: border-box; }.fluentform .clearfix::after, .fluentform .clearfix::before, .fluentform .ff-el-group::after, .fluentform .ff-el-group::before, .fluentform .ff-el-repeat .ff-el-input--content::after, .fluentform .ff-el-repeat .ff-el-input--content::before, .fluentform .ff-step-body::after, .fluentform .ff-step-body::before { content: " "; display: table; }.fluentform .clearfix::after, .fluentform .ff-el-group::after, .fluentform .ff-el-repeat .ff-el-input--content::after, .fluentform .ff-step-body::after { clear: both; }@media (min-width: 768px){.frm-fluent-form .ff-t-container { display: flex; gap: 15px; width: 100%; }.frm-fluent-form .ff-t-cell { display: flex; flex-direction: column; vertical-align: inherit; width: 100%; }.frm-fluent-form .ff-t-cell:first-of-type { padding-left: 0px; }.frm-fluent-form .ff-t-cell:last-of-type { flex-grow: 1; padding-right: 0px; }}.fluentform .ff-el-group { margin-bottom: 20px; }.fluentform .ff-el-input--label { display: inline-block; margin-bottom: 5px; position: relative; }.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after { color: var(--fluentform-danger); content: " *"; margin-left: 3px; }.fluentform .ff-el-form-control { display: block; width: 100%; }.fluentform .ff-el-tc { border: none; border-collapse: collapse; display: table; width: 100%; }.fluentform .ff-el-tc label.ff_tc_label { display: table-row; }.fluentform .ff-el-tc label.ff_tc_label > span { padding-top: 8px !important; width: 20px; }.fluentform .ff-el-tc label.ff_tc_label > div, .fluentform .ff-el-tc label.ff_tc_label > span { display: table-cell; }.fluentform .ff_t_c { margin: 0px; padding: 0px 5px 0px 0px; }.fluentform input[type="checkbox"], .fluentform input[type="radio"] { display: inline-block; margin: 0px; }.fluentform .ff_gdpr_field { margin-right: 5px; }.fluentform textarea { max-width: 100%; }.fluentform .ff-el-form-check { margin-bottom: 5px; }.fluentform .ff-el-form-check-label .ff-el-form-check-input { position: relative; top: -2px; vertical-align: middle; }.fluentform .ff-text-left { text-align: left; }.fluentform .ff-el-form-control::placeholder { color: #868e96; opacity: 1; }.ff-errors-in-stack { display: none; margin-top: 15px; }@keyframes skeleton-loading { 0% { background-color: #e3e6e8; } 100% { background-color: #f0f3f5; } }.fluentform .ff-el-group.ff-hpsf-container { display: none !important; position: absolute !important; transform: translateX(1000%) !important; }@keyframes ff-progress-anim { 0% { width: 0px; } 5% { width: 0px; } 10% { width: 15%; } 30% { width: 40%; } 50% { width: 55%; } 80% { width: 100%; } 95% { width: 100%; } 100% { width: 0px; } }.ff_modal_container { background: #ffffff; max-width: 900px; overflow: auto; padding: 30px; max-height: 90vh !important; }@media only screen and (min-width: 1000px){.ff_modal_container { width: 900px; }}:root { --fluentform-primary: #1a7efb; --fluentform-secondary: #606266; --fluentform-danger: #f56c6c; --fluentform-border-color: #dadbdd; --fluentform-border-radius: 7px; --fluentform-input-select-height: auto; }.ff-default .ff_btn_style { border: 1px solid transparent; border-radius: 7px; cursor: pointer; display: inline-block; font-size: 16px; font-weight: 500; line-height: 1.5; padding: 8px 20px; position: relative; text-align: center; transition:background-color, border-color, box-shadow 0.15s, 0.15s, 0.15s ease-in-out, ease-in-out, ease-in-out; user-select: none; vertical-align: middle; white-space: nowrap; }.ff-default .ff_btn_style:focus, .ff-default .ff_btn_style:hover { opacity: 0.8; outline: 0px; text-decoration: none; }.ff-default .ff-el-form-control { background-clip: padding-box; background-image: none; border: 1px solid var(--fluentform-border-color); border-radius: var(--fluentform-border-radius); color: var(--fluentform-secondary); font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1; margin-bottom: 0px; max-width: 100%; padding: 11px 15px; transition:border-color, box-shadow 0.15s, 0.15s ease-in-out, ease-in-out; }.ff-default .ff-el-form-control:focus { background-color: #ffffff; border-color: var(--fluentform-primary); color: var(--fluentform-secondary); outline: none; }.ff-default .ff-el-form-check label.ff-el-form-check-label { cursor: pointer; margin-bottom: 7px; }.ff-default .ff-el-form-check label.ff-el-form-check-label > span::after, .ff-default .ff-el-form-check label.ff-el-form-check-label > span::before { content: none; }.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label { margin-bottom: 0px; }.ff-default textarea { min-height: 90px; }select.ff-el-form-control:not([size]):not([multiple]) { height: var(--fluentform-input-select-height,auto); }@keyframes ff_move { 0% { background-position: 0px 0px; } 100% { background-position: 50px 50px; } }.ff-default { font-family: inherit; }.ff-default .ff-el-input--label label { display: inline-block; font-weight: 500; line-height: inherit; margin-bottom: 0px; }.fluentform_wrapper_2.ffs_custom_wrap { }.fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--label label { color: #423d33; }.fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content input, .fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content textarea, .fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content select, .fluentform_wrapper_2.ffs_custom_wrap .choices__list--single, .fluentform_wrapper_2.ffs_custom_wrap .choices[data-type*="select-multiple"] { background-color: #f5f9f2; color: #423d33; font-size: 15px; border-style: solid; border-color: #69a94f; border-width: 1px; }.fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content input:focus, .fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element:focus, .fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content textarea:focus, .fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content select:focus { background-color: #ffffff; color: #4f6f41; border-style: solid; border-color: #4f6f41; border-width: 1px; }.fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content input::placeholder, .fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content textarea::placeholder { color: #625d52; }.fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content input::placeholder, .fluentform_wrapper_2.ffs_custom_wrap .ff-el-input--content textarea::placeholder { font-size: 15px; }.fluentform_wrapper_2.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) { background-color: #69a94f; color: #ffffff; padding: 12px 18px; }html{opacity:1}}