@layer swift3 {:root { --fc-small-font-size: .85em; --fc-page-bg-color: #fff; --fc-neutral-bg-color: hsla(0,0%,82%,.3); --fc-neutral-text-color: grey; --fc-border-color: #ddd; --fc-button-text-color: #fff; --fc-button-bg-color: #2c3e50; --fc-button-border-color: #2c3e50; --fc-button-hover-bg-color: #1e2b37; --fc-button-hover-border-color: #1a252f; --fc-button-active-bg-color: #1a252f; --fc-button-active-border-color: #151e27; --fc-event-bg-color: #3788d8; --fc-event-border-color: #3788d8; --fc-event-text-color: #fff; --fc-event-selected-overlay-color: rgba(0,0,0,.25); --fc-more-link-bg-color: #d0d0d0; --fc-more-link-text-color: inherit; --fc-event-resizer-thickness: 8px; --fc-event-resizer-dot-total-width: 8px; --fc-event-resizer-dot-border-width: 1px; --fc-non-business-color: hsla(0,0%,84%,.3); --fc-bg-event-color: #8fdf82; --fc-bg-event-opacity: 0.3; --fc-highlight-color: rgba(188,232,241,.3); --fc-today-bg-color: rgba(255,220,40,.15); --fc-now-indicator-color: red; }.fc-not-allowed, .fc-not-allowed .fc-event { cursor: not-allowed; }.fc { display: flex; flex-direction: column; font-size: 1em; }.fc, .fc *, .fc ::after, .fc ::before { box-sizing: border-box; }.fc table { border-collapse: collapse; border-spacing: 0px; font-size: 1em; }.fc th { text-align: center; }.fc td, .fc th { padding: 0px; vertical-align: top; }.fc a[data-navlink] { cursor: pointer; }.fc a[data-navlink]:hover { text-decoration: underline; }.fc-direction-ltr { direction: ltr; text-align: left; }.fc-theme-standard td, .fc-theme-standard th { border: 1px solid var(--fc-border-color); }.fc-icon { speak: none; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; font-weight: 400; height: 1em; line-height: 1; text-align: center; text-transform: none; user-select: none; width: 1em; font-family: fcicons !important; }.fc-icon-chevron-left::before { content: ""; }.fc-icon-chevron-right::before { content: ""; }.fc .fc-button { border-radius: 0px; font-family: inherit; font-size: inherit; line-height: inherit; margin: 0px; overflow: visible; text-transform: none; }.fc .fc-button:focus { outline: -webkit-focus-ring-color auto 5px; }.fc .fc-button { appearance: button; }.fc .fc-button:not(:disabled) { cursor: pointer; }.fc .fc-button { background-color: transparent; border: 1px solid transparent; border-radius: 0.25em; display: inline-block; font-size: 1em; font-weight: 400; line-height: 1.5; padding: 0.4em 0.65em; text-align: center; user-select: none; vertical-align: middle; }.fc .fc-button:hover { text-decoration: none; }.fc .fc-button:focus { box-shadow: rgba(44, 62, 80, 0.25) 0px 0px 0px 0.2rem; outline: 0px; }.fc .fc-button-primary { background-color: var(--fc-button-bg-color); border-color: var(--fc-button-border-color); color: var(--fc-button-text-color); }.fc .fc-button-primary:hover { background-color: var(--fc-button-hover-bg-color); border-color: var(--fc-button-hover-border-color); color: var(--fc-button-text-color); }.fc .fc-button-primary:focus { box-shadow: rgba(76, 91, 106, 0.5) 0px 0px 0px 0.2rem; }.fc .fc-button .fc-icon { font-size: 1.5em; vertical-align: middle; }.fc .fc-toolbar { align-items: center; display: flex; justify-content: space-between; }.fc .fc-toolbar.fc-header-toolbar { margin-bottom: 1.5em; }.fc .fc-toolbar-title { font-size: 1.75em; margin: 0px; }.fc .fc-scroller { position: relative; }.fc .fc-scroller-harness { direction: ltr; overflow: hidden; position: relative; }.fc-theme-standard .fc-scrollgrid { border: 1px solid var(--fc-border-color); }.fc .fc-scrollgrid, .fc .fc-scrollgrid table { table-layout: fixed; width: 100%; }.fc .fc-scrollgrid table { border-left-style: hidden; border-right-style: hidden; border-top-style: hidden; }.fc .fc-scrollgrid { border-bottom-width: 0px; border-collapse: separate; border-right-width: 0px; }.fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section > td { height: 1px; }.fc .fc-scrollgrid-section > * { border-left-width: 0px; border-top-width: 0px; }.fc .fc-scrollgrid-section-footer > *, .fc .fc-scrollgrid-section-header > * { border-bottom-width: 0px; }.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table { border-bottom-style: hidden; }.fc .fc-scrollgrid-section-sticky > * { background: var(--fc-page-bg-color); position: sticky; z-index: 3; }.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * { top: 0px; }.fc .fc-view-harness { flex-grow: 1; position: relative; }.fc .fc-col-header-cell-cushion { display: inline-block; padding: 2px 4px; }.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business { inset: 0px; position: absolute; }.fc .fc-bg-event { background: var(--fc-bg-event-color); opacity: var(--fc-bg-event-opacity); }.fc .fc-bg-event .fc-event-title { font-size: var(--fc-small-font-size); font-style: italic; margin: 0.5em; }.fc-event-selected, .fc-event:focus { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px; }:root { --fc-daygrid-event-dot-width: 8px; }.fc-daygrid-day-events::after, .fc-daygrid-day-events::before, .fc-daygrid-day-frame::after, .fc-daygrid-day-frame::before, .fc-daygrid-event-harness::after, .fc-daygrid-event-harness::before { clear: both; content: ""; display: table; }.fc .fc-daygrid-body { position: relative; z-index: 1; }.fc .fc-daygrid-day.fc-day-today { background-color: var(--fc-today-bg-color); }.fc .fc-daygrid-day-frame { min-height: 100%; position: relative; }.fc .fc-daygrid-day-top { display: flex; flex-direction: row-reverse; }.fc .fc-day-other .fc-daygrid-day-top { opacity: 0.3; }.fc .fc-daygrid-day-number { padding: 4px; position: relative; z-index: 4; }.fc .fc-daygrid-day-events { margin-top: 1px; }.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events { min-height: 2em; position: relative; }.fc .fc-daygrid-body-natural .fc-daygrid-day-events { margin-bottom: 1em; }.fc .fc-daygrid-bg-harness { bottom: 0px; position: absolute; top: 0px; }.fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2; }.fc .fc-daygrid-day-bottom { font-size: 0.85em; margin: 0px 2px; }.fc .fc-daygrid-day-bottom::after, .fc .fc-daygrid-day-bottom::before { clear: both; content: ""; display: table; }:root { --fc-list-event-dot-width: 10px; --fc-list-event-hover-bg-color: #f5f5f5; }: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--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,#0693e3 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,#fcb900 0%,#ff6900 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,#ff6900 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: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --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 #ffffff, 6px 6px #000000; --wp--preset--shadow--crisp: 6px 6px 0px #000000; }:where(body) { margin: 0px; }body { padding: 0px; }.etn-icon { font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: etn-icon !important; }.etn-location::before { content: ""; }:root { --blue: #516eff; --white: #fff; --border: #e4e6eb; --pink: #ff4a97; }.etn-title { font-size: 1.375rem; font-weight: 700; line-height: 1; margin: 0px 0px 20px; }@keyframes button-loading-spinner { 0% { transform: rotate(0turn); } 100% { transform: rotate(1turn); } }.etn-row { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; row-gap: 20px; }.etn-no-gutters, .etn-row.calendar_show, .etn-row.etn-event-wrapper, .etn-row.etn-item-row, .etn-row.etn-speaker-wrapper { margin-left: 0px; margin-right: 0px; }.etn-col, .etn-col-1, .etn-col-10, .etn-col-11, .etn-col-12, .etn-col-2, .etn-col-3, .etn-col-4, .etn-col-5, .etn-col-6, .etn-col-7, .etn-col-8, .etn-col-9, .etn-col-auto, .etn-col-lg, .etn-col-lg-1, .etn-col-lg-10, .etn-col-lg-11, .etn-col-lg-12, .etn-col-lg-2, .etn-col-lg-3, .etn-col-lg-4, .etn-col-lg-5, .etn-col-lg-6, .etn-col-lg-7, .etn-col-lg-8, .etn-col-lg-9, .etn-col-lg-auto, .etn-col-md, .etn-col-md-1, .etn-col-md-10, .etn-col-md-11, .etn-col-md-12, .etn-col-md-2, .etn-col-md-3, .etn-col-md-4, .etn-col-md-5, .etn-col-md-6, .etn-col-md-7, .etn-col-md-8, .etn-col-md-9, .etn-col-md-auto, .etn-col-sm, .etn-col-sm-1, .etn-col-sm-10, .etn-col-sm-11, .etn-col-sm-12, .etn-col-sm-2, .etn-col-sm-3, .etn-col-sm-4, .etn-col-sm-5, .etn-col-sm-6, .etn-col-sm-7, .etn-col-sm-8, .etn-col-sm-9, .etn-col-sm-auto, .etn-col-xl, .etn-col-xl-1, .etn-col-xl-10, .etn-col-xl-11, .etn-col-xl-12, .etn-col-xl-2, .etn-col-xl-3, .etn-col-xl-4, .etn-col-xl-5, .etn-col-xl-6, .etn-col-xl-7, .etn-col-xl-8, .etn-col-xl-9, .etn-col-xl-auto { box-sizing: border-box; padding-left: 15px; padding-right: 15px; position: relative; width: 100%; }@media (min-width: 768px){.etn-col-md-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }.etn-col-md-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }}@media (min-width: 992px){.etn-col-lg-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }.etn-col-lg-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }}.etn-align-self-center { align-self: center !important; }html { scroll-behavior: smooth; }.etn-event-item { box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px; margin-bottom: 30px; padding: 25px; transition: 0.4s; }.etn-event-item, .etn-event-item .etn-event-thumb { border-radius: 12px; position: relative; }.etn-event-item .etn-event-thumb { height: auto; overflow: hidden; width: 100%; }.etn-event-item .etn-event-thumb > a { display: block; line-height: 0; }.etn-event-item .etn-event-thumb img { transform: scale(1); transition: 0.4s; width: 100%; }.etn-event-item .etn-event-location { color: #ff007a; font-size: 0.9375rem; margin-bottom: 5px; }.etn-event-item .etn-event-location i { margin-right: 5px; }.etn-event-item .etn-title { font-size: 1.375rem; margin: 0px 0px 10px; }.etn-event-item .etn-title a { color: #202020; transition: 0.4s; }.etn-event-item:hover { background-color: #ffffff; }.etn-event-item:hover .etn-event-thumb img { transform: scale(1.1); }.etn-event-item:hover .etn-title a { color: #5d78ff; }.calendar-tooltip .etn-event-duration-date, .etn-event-item .etn-event-duration-date { color: #5d78ff; font-size: 13px; font-weight: 400; margin: 0px 0px 8px; }@keyframes fadeUp { 0% { opacity: 0; transform: translate3d(0px, 3%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }.eventin-shortcode-wrapper, .events_calendar_classic { position: relative; }.etn-default-calendar-style { margin-bottom: 30px; }.etn-default-calendar-style .fc-toolbar { margin-top: 15px; padding-bottom: 15px; }@media (min-width: 767px){.etn-default-calendar-style .fc-toolbar { margin-top: 0px; max-width: 280px; }}.etn-default-calendar-style .fc-toolbar h2 { font-size: 22px; font-weight: 700; margin: 0px; }.etn-default-calendar-style .fc-button { background-color: transparent; border: 1px solid #dddddd; border-radius: 50%; color: #000000; height: 40px; padding: 0px; text-align: center; width: 40px; display: grid !important; place-items: center !important; }.etn-default-calendar-style .fc-button:hover { background: #5d78ff; border-color: #5d78ff; }.etn-default-calendar-style .fc-view { border-top: 1px solid #dddddd; padding-top: 20px; }.etn-default-calendar-style .fc-daygrid-day-top { justify-content: center; padding: 0px; text-align: center; }.etn-default-calendar-style .fc-daygrid-day-top a { border-radius: 50%; height: 50px; line-height: 50px; margin: auto; padding: 0px; width: 50px; }.etn-default-calendar-style .fc-day-other .fc-daygrid-day-top a { pointer-events: none; }.etn-default-calendar-style table { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin-bottom: 0px; }.etn-default-calendar-style table .fc-daygrid-day.fc-day-today, .etn-default-calendar-style table tbody > tr:nth-child(2n) > td, .etn-default-calendar-style table tbody > tr:nth-child(2n) > th, .etn-default-calendar-style table tbody > tr:nth-child(2n+1) > td, .etn-default-calendar-style table tbody > tr:nth-child(2n+1) > th, .etn-default-calendar-style table tbody > tr > td { background-color: #ffffff; padding: 10px 0px; }.etn-default-calendar-style .fc-daygrid-day-events { display: none; }.etn-default-calendar-style .fc .fc-col-header-cell-cushion, .etn-default-calendar-style th.fc-day-header.fc-widget-header { padding: 20px; }.etn-default-calendar-style .fc-theme-standard .fc-scrollgrid { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }.etn-default-calendar-style .fc-daygrid-day-number { color: #000000; font-weight: 700; }.etn-default-calendar-style .fc-day a { text-decoration: none !important; }.etn-default-calendar-style .fc-day.fc-day-today .fc-daygrid-day-number { outline: #5d78ff solid 2px; outline-offset: 2px; }.etn-default-calendar-style .fc td, .etn-default-calendar-style .fc th { border-right-width: medium; border-bottom-width: medium; border-left-width: medium; border-right-style: none; border-bottom-style: none; border-left-style: none; border-right-color: currentcolor; border-bottom-color: currentcolor; border-left-color: currentcolor; border-image: initial; border-top: 0px !important; }.etn-default-calendar-style .fc .fc-daygrid-day-bg .fc-bg-event { display: none; }.etn-default-calendar-style .fc .fc-daygrid-bg-harness { display: grid; place-items: center; }.etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type::before { background: rgba(93, 120, 255, 0.2); border-radius: 50%; content: ""; height: 50px; left: 0px; margin: auto; position: absolute; right: 0px; text-align: center; width: 50px; z-index: 1; }.etn-default-calendar-style .fc-state-highlight { background: #5d78ff; color: #ffffff !important; }.date-selected-calendar-event .etn-event-item { border-radius: 0px; margin-inline: auto; padding: 20px 0px; width: 100%; }.date-selected-calendar-event .etn-event-item .etn-title { font-size: 1.125rem; margin: 0px 0px 5px; }.date-selected-calendar-event .etn-event-item .etn-event-thumb { border-radius: 0px; }@media (min-width: 767px){.date-selected-calendar-event .etn-event-item .etn-event-thumb { margin-bottom: 0px; }}.date-selected-calendar-event .etn-event-item .etn-event-price { font-size: 1rem; }.fc .fc-button { display: grid; place-items: center; }.fc .fc-button .fc-icon { font-size: 12px !important; }@media (min-width: 1025px){.calendar_show .etn-fullcalendar-content { border-right: 1px solid #dddddd; padding-right: 40px; }}.cat-dropdown-list { position: relative; }@media (min-width: 767px){.cat-dropdown-list { margin: 0px 0px -45px auto; max-width: 212px; }}.cat-dropdown-list select { background-position-y: 50%; border: 1px solid #dddddd; border-radius: 5px; font-weight: 600; height: 44px; padding: 0px 20px; width: 100%; }.etn-cal-selected-date { border-bottom: 1px solid #dddddd; font-size: 22px; font-weight: 700; margin-bottom: 15px; padding-bottom: 20px; }.etn-cal-selected-date span { color: #777777; display: block; font-size: 0.9375rem; font-weight: 400; line-height: 14px; }.etn-not-found-post { background: rgba(255, 0, 0, 0.06); border-left: 2px solid red; font-weight: 400; padding: 5px 15px; }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }.etn-fadeInUp { animation-duration: 1s; animation-name: fadeInUp; }@keyframes loading-spinner-animation { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }.has-text-align-left { text-align: left; }.has-text-align-center { text-align: center; }@layer bricks {:root { --bricks-vh: 1vh; --bricks-transition: all 0.2s; --bricks-color-primary: #ffd64f; --bricks-color-secondary: #fc5778; --bricks-text-dark: #212121; --bricks-text-medium: #616161; --bricks-text-light: #9e9e9e; --bricks-text-info: #00b0f4; --bricks-text-success: #11b76b; --bricks-text-warning: #ffa100; --bricks-text-danger: #fa4362; --bricks-bg-info: #e5f3ff; --bricks-bg-success: #e6f6ed; --bricks-bg-warning: #fff2d7; --bricks-bg-danger: #ffe6ec; --bricks-bg-dark: #263238; --bricks-bg-light: #f5f6f7; --bricks-border-color: #dddedf; --bricks-border-radius: 4px; --bricks-tooltip-bg: #23282d; --bricks-tooltip-text: #eaecef; } html { text-size-adjust: auto; line-height: 1.15; } body { margin: 0px; } article, aside, figcaption, figure, footer, header, main, nav, section { display: block; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0px; } button, input { overflow: visible; } button, select { text-transform: none; } [type="reset"], [type="submit"], button, html [type="button"] { appearance: button; } fieldset { padding: 0.35em 0.75em 0.625em; } 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; } .brxe-section { align-items: center; display: flex; flex-direction: column; margin-left: auto; margin-right: auto; width: 100%; } .brxe-section.bricks-lazy-hidden { background-image: none !important; } .brxe-container { align-items: flex-start; display: flex; flex-direction: column; margin-left: auto; margin-right: auto; width: 1100px; } .brxe-container.bricks-lazy-hidden { background-image: none !important; } .brxe-block { align-items: flex-start; display: flex; flex-direction: column; width: 100%; } .brxe-block.bricks-lazy-hidden { background-image: none !important; } .brxe-div.bricks-lazy-hidden { background-image: none !important; } [class*="brxe-"] { max-width: 100%; } svg:not([width]) { min-width: 1em; } svg:not([height]) { min-height: 1em; } span[class*="brxe-"]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div) { width: auto; } #brx-footer { background-position: 50% center; background-size: cover; flex-shrink: 0; margin-top: auto; position: relative; width: 100%; } .brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder) { align-items: center; display: flex; flex-direction: column; height: calc(var(--bricks-vh, 1vh)*100); justify-content: center; left: 0px; top: 0px; width: 100%; z-index: 10000; position: fixed !important; } .brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder) .brx-popup-backdrop { background-color: rgba(0, 0, 0, 0.5); inset: 0px; opacity: 1; position: absolute; transition: 1s ease-in-out; visibility: visible; } .brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder).hide { opacity: 0; pointer-events: none; visibility: hidden; } .brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder).hide .brx-popup-backdrop { opacity: 0; visibility: hidden; } .brx-popup-content { background-color: rgb(255, 255, 255); margin: 0px; max-width: 100%; overflow-y: auto; padding: 30px; z-index: 1; } .brx-popup-content.brxe-container { flex-wrap: nowrap; } html { font-size: 62.5%; } *, ::after, ::before, html { box-sizing: border-box; } * { border-color: var(--bricks-border-color); } body { -webkit-font-smoothing: antialiased; background-color: rgb(255, 255, 255); background-position: 50% center; color: rgb(54, 54, 54); font-family: -apple-system, "system-ui", "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 15px; line-height: 1.7; transition: padding-top; } .brx-body { display: flex; flex-direction: column; margin: 0px auto; width: 100%; } :where(a) { border-color: currentcolor; color: currentcolor; cursor: pointer; text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0px; text-rendering: optimizelegibility; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: currentcolor; } h1 { font-size: 2.4em; } h1, h2 { line-height: 1.4; } h2 { font-size: 2.1em; } h3 { font-size: 1.8em; } h3, h4 { line-height: 1.4; } :where(p) { margin-block: 0px 1.2em; } :where(p:last-of-type) { margin-block-end: 0px; } img { height: auto; max-width: 100%; outline: none; vertical-align: middle; } button { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; outline: none; padding: 0px; } table { width: 100%; } label { color: var(--bricks-text-light); display: block; font-weight: 400; margin-bottom: 5px; } button, input, optgroup, select, textarea { font-family: inherit; text-align: inherit; } .input, input:not([type="submit"]), select, textarea { border-style: solid; border-width: 1px; box-shadow: none; color: currentcolor; font-size: inherit; line-height: 40px; outline: none; padding: 0px 12px; transition: var(--bricks-transition); width: 100%; } input[type="button"], input[type="checkbox"], input[type="radio"] { width: auto; } input[type="checkbox"], input[type="radio"], input[type="submit"], select { cursor: pointer; } select { appearance: none; background-color: transparent; background-image: linear-gradient(45deg, transparent 50%, gray 0px), linear-gradient(135deg, gray 50%, transparent 0px); background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 16px) calc(50% + 2px); background-repeat: no-repeat; background-size: 4px 4px, 4px 4px; border-radius: 0px; } textarea { height: auto; min-height: 90px; padding: 10px 12px; line-height: inherit !important; } .skip-link { clip: rect(1px, 1px, 1px, 1px); background: rgb(0, 0, 0); border-bottom-right-radius: 8px; color: rgb(255, 255, 255); font-weight: 700; height: 1px; left: 0px; overflow: hidden; padding: 5px 10px; position: absolute; top: 0px; transition: transform 0.1s; white-space: nowrap; width: 1px; z-index: 9999; } .skip-link:focus { clip: auto; height: auto; overflow: visible; width: auto; } .brx-multilevel-overflow-right, .brx-multilevel-overflow-right ul, .brx-submenu-overflow-right { left: auto !important; right: 0px !important; } .brx-sub-submenu-overflow-right, .brx-sub-submenu-overflow-right ul, .brx-submenu-overflow-right ul { left: auto !important; right: 100% !important; } #brx-content { flex: 1 1 0%; position: relative; width: 100%; } #brx-header { background-position: 50% center; background-size: cover; position: relative; width: 100%; } .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; white-space: nowrap; width: 1px; position: absolute !important; } .brx-load-more-hidden, .brx-query-trail:not(.bricks-isotope-sizer) { display: none !important; } .bricks-swiper-container { list-style: none; margin-left: auto; margin-right: auto; opacity: 0; overflow: hidden; padding: 0px; position: relative; transition: opacity 0.1s ease-in 0.1s; z-index: 1; } .bricks-swiper-container.swiper-initialized { opacity: 1; } [class^="brxe-"] .bricks-swiper-container { opacity: 1 !important; } .swiper-wrapper { box-sizing: content-box; display: grid; grid-auto-flow: column; height: 100%; max-height: inherit; min-height: inherit; position: relative; transition-property: transform; width: 100%; z-index: 1; } .swiper-android .swiper-slide, .swiper-wrapper { transform: translateZ(0px); } .swiper-slide { flex-shrink: 0; height: 100%; position: relative; transition-property: transform; width: 100%; } .swiper-button { align-items: center; background-color: transparent; color: rgb(255, 255, 255); cursor: pointer; font-size: 40px; font-weight: 100; height: 50px; justify-content: center; line-height: 0; outline: none; padding: 0px; position: absolute; text-align: center; top: 50%; transition: var(--bricks-transition); width: 50px; z-index: 11; display: flex !important; } .swiper-button::before { -webkit-font-smoothing: antialiased; } .bricks-swiper-button-prev { left: 50px; transform: translate(-100%, -50%); background-image: none !important; } .bricks-swiper-button-next { right: 50px; transform: translate(100%, -50%); background-image: none !important; } .bricks-swiper-container .swiper-notification { left: 0px; opacity: 0; pointer-events: none; position: absolute; top: 0px; z-index: -1000; } @keyframes blink { 100% { opacity: 0; } } .brxe-carousel { min-width: 0px; position: relative; width: 100%; } .brxe-carousel .image { background-position: 50% center; background-size: cover; inset: 0px; height: 300px; position: relative; } .brx-multilevel-back { align-items: center; cursor: pointer; display: flex; gap: 3px; width: 100%; } .brxe-icon { font-size: 60px; } a.brxe-image { display: inline-block; } :where(.brxe-image).tag { display: inline-block; height: fit-content; position: relative; width: auto; } :where(.brxe-image) img { border-radius: inherit; height: 100%; transition: inherit; width: 100%; position: static !important; } .brxe-filter-checkbox[data-mode="button"] input[type="checkbox"]:focus-visible + .bricks-button, .brxe-filter-checkbox[data-mode="button"] label:focus-within .bricks-button { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-checkbox input[type="checkbox"]:focus-visible + .brx-input-indicator { outline: 1px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-radio[data-mode="button"] input[type="radio"]:focus-visible + .bricks-button, .brxe-filter-radio[data-mode="button"] label:focus-within .bricks-button { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-radio input[type="radio"]:focus-visible + .brx-input-indicator { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } :where(.brxe-nav-menu) ol, :where(.brxe-nav-menu) ul { list-style-type: none; margin: 0px; padding: 0px; } :where(.brxe-nav-menu) .bricks-nav-menu { display: flex; line-height: inherit; margin: 0px; padding: 0px; } :where(.brxe-nav-menu) .bricks-nav-menu > li { margin: 0px 0px 0px 30px; } :where(.brxe-nav-menu) .bricks-nav-menu li { position: relative; } :where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu) > a { display: flex; width: 100%; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle { background-color: transparent; cursor: pointer; display: none; height: 16px; min-width: 12px; position: relative; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle::before { inset: 0px; content: ""; position: absolute; z-index: 1; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span { min-width: 12px; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle span { background-color: currentcolor; display: block; height: 2px; position: absolute; right: 0px; transition: var(--bricks-transition); } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top { min-width: 12px; top: 0px; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center { min-width: 12px; top: 7px; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom { min-width: 12px; top: 14px; width: 20px; } .brxe-nav-menu .bricks-mobile-menu-wrapper { bottom: 0px; color: rgb(255, 255, 255); display: flex; flex-direction: column; height: calc(var(--bricks-vh, 1vh)*100); left: 0px; position: fixed; right: auto; scrollbar-width: none; top: var(--wp-admin--admin-bar--height,0); transition-duration: 0.2s; transition-property: background-color, opacity, transform, visibility; visibility: hidden; width: 300px; z-index: 999; } .brxe-nav-menu .bricks-mobile-menu-wrapper::before { background-color: rgb(35, 40, 45); background-size: cover; inset: 0px; content: ""; position: absolute; z-index: -1; } .brxe-nav-menu .bricks-mobile-menu-wrapper.left { transform: translateX(-100%); } .brxe-nav-menu .bricks-mobile-menu-wrapper a { display: block; width: 100%; } .brxe-nav-menu .bricks-mobile-menu-wrapper li a { line-height: 60px; } .brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus { outline-offset: -1px; } .brxe-nav-menu .bricks-mobile-menu { overflow-y: scroll; position: relative; scrollbar-width: none; } .brxe-nav-menu .bricks-mobile-menu > li > .brx-submenu-toggle > *, .brxe-nav-menu .bricks-mobile-menu > li > a { padding: 0px 30px; } .brxe-nav-menu .bricks-mobile-menu-overlay { background-color: rgba(0, 0, 0, 0.25); inset: 0px; opacity: 0; position: fixed; transition: 0.2s; visibility: hidden; z-index: -1; } .brxe-shortcode { width: 100%; } .brxe-social-icons { display: flex; list-style-type: none; margin: 0px; padding: 0px; } .brxe-social-icons li, .brxe-social-icons li a { align-items: center; display: flex; flex: 1 1 0%; gap: 5px; justify-content: center; } .brxe-social-icons span { align-items: center; display: inline-flex; } @keyframes load8 { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } } @keyframes spin { 100% { transform: rotate(1turn); } } @keyframes scrolling { 0% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } }}@font-face{font-family:"Roboto";font-weight:400;font-style:normal;src:url(https://adeganova.de/wp-content/swift-ai/cache/adeganova.de/__data/Roboto-Regular00000000.woff) format("truetype");font-display:swap;}@font-face { font-family: "Josefin Sans"; font-weight: 400; font-display: swap; src: url(https://adeganova.de/storage/2024/08/JosefinSans-VariableFont_wght.ttf) format("truetype"); }@font-face{font-family:"DM Serif Display";font-weight:400;font-style:normal;src:url(https://adeganova.de/wp-content/swift-ai/cache/adeganova.de/__data/DMSerifDisplay-Regular7f2a6c8c.woff) format('woff2');font-display:swap;}.cf-style form input:focus, .cf-style form textarea:focus { outline: none; }.filter-main.flexible-section.wine-style { background-color: #2d2d2d; padding: 40px 20px; position: relative; z-index: 3; }.filter-main > .container { max-width: 1140px; width: 100%; margin: auto; }.filter-main > .container > .d-flex { background-color: #ffffff; padding: 0px 24px; }.filter-main .col-title { padding: 20px 0px; border-bottom: 1px solid #f3f3f3; }.filter-main .section-title h2 { margin: 0px; color: #0d0d0d; font-family: "Josefin Sans", sans-serif; font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; }.filter-main .col-filter { display: flex; flex-wrap: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; margin-left: -12px; margin-right: -12px; padding: 24px 0px; }.filter-main .col-filter .filter-style { width: 30%; padding: 0px 12px; min-height: 48px; display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }.filter-main .col-filter .filter-style .categories { position: relative; width: 100%; }.filter-main .col-filter .filter-style .categories .selected { border: 1px solid #d2d2d5; display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; cursor: pointer; width: 100%; min-width: 100%; height: 100%; min-height: 46px; position: relative; }.filter-main .col-filter .filter-style .categories .filt-title { padding: 10px 22px; max-width: 100%; width: 100%; color: #99a1ac; font-family: "Josefin Sans", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; min-height: 44px; display: inline-flex; -webkit-box-align: center; align-items: center; }.filter-main .col-filter .filter-style .categories .selected img { max-width: 24px; height: 24px; width: 100%; object-fit: contain; object-position: center center; transition: 0.3s; position: absolute; top: 50%; transform: translateY(-50%); right: 22px; }.filter-main .col-filter .filter-style .categories ul { list-style-type: none; position: absolute; left: 0px; top: 100%; width: 100%; padding: 12px; z-index: 1; background-color: #ffffff; border-width: 0px 1px 1px; border-style: solid; border-color: #d2d2d5; border-image: initial; opacity: 0; pointer-events: none; margin: 0px auto; transition: 0.3s; }.filter-main .col-filter .filter-style .categories ul li { color: #99a1ac; font-family: "Josefin Sans", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; padding: 10px; transition: 0.3s; cursor: pointer; }.filter-main .col-filter .filter-style .categories ul li:hover { background-color: #99a1ac; color: #ffffff; }@-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }.post-list-main.flexible-section.wine-style { position: relative; padding: 40px 20px 200px; }.post-list-main.flexible-section.wine-style::after { content: ""; display: block; position: absolute; left: 0px; bottom: -360px; z-index: 0; background-image: url(//adeganova.de/wp-content/swift-ai/images/wp-content/uploads/2024/04/douro-color-edit-ie1-12-1-1-png.webp); background-repeat: no-repeat; background-size: cover; background-position: center top; width: 100%; height: 634px; }.post-list-main.flexible-section.wine-style > .container { position: relative; z-index: 2; max-width: 1140px; width: 100%; margin: auto; }.flexible-section.wine-style.results-wine { padding: 40px 20px 0px; position: relative; z-index: 2; }.flexible-section.wine-style.results-wine > .container { max-width: 1140px; width: 100%; margin: auto; }.results-wine .col-tit { padding-bottom: 16px; border-bottom: 1px solid #c1c4c3; }.results-wine .col-tit h2 { color: #000000; font-family: "Josefin Sans", sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; margin: 0px; }.results-wine .col-tit h2 .count_posts { color: #8b8b8b; font-family: "Josefin Sans", sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; padding-left: 4px; display: inline-block; }.filtered-categories ul { list-style-type: none; margin: 0px; padding: 0px; display: flex; -webkit-box-align: center; align-items: center; flex-wrap: wrap; }.post_list_style { display: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; }.post_list_style article { width: 33.333%; }.post_list_style article .post-container { border: 1px solid #d2d2d5; padding: 16px 20px 32px; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: justify; justify-content: space-between; text-align: center; background-color: #ffffff; height: 100%; }.post_list_style article .post-container .tit { margin-bottom: 8px; }.post_list_style article .post-container .tit h2 { color: #4c5444; font-family: "Josefin Sans", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin: 0px; }.post_list_style article .post-container .wine-type h3 { margin: 0px; color: #5b5b5b; font-family: "Josefin Sans", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; }.post_list_style article .post-container .post-feat-img .img-container { min-height: 498px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }.post_list_style article .post-container .post-feat-img .img-container img { max-width: 100%; width: 100%; height: 100%; object-fit: contain; object-position: center center; max-height: 431px; }.post_list_style article .post-container .post-btn a { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; background-color: #4c5444; border: 1px solid #4c5444; min-width: 248px; min-height: 54px; width: auto; padding: 8px; color: #ffffff; font-family: Roboto, sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; transition: 0.3s; }.post_list_style article .post-container .post-btn a:hover { color: #4c5444; background-color: transparent; }.popup-overlay { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 150; transition: 0.3s; cursor: default; visibility: hidden; opacity: 0; pointer-events: none; }.form-popup, .product-popup { visibility: hidden; opacity: 0; pointer-events: none; position: fixed; left: 50%; top: 50%; max-width: 700px; width: 100%; transform: translate(-50%, -50%); background-color: #ffffff; padding: 70px 24px 32px; transition: 0.3s; z-index: 151; }.form-popup { z-index: 152; }.form-popup .popup-container, .product-popup .popup-container { position: relative; }.form-popup .popup-container .close-form, .product-popup .popup-container .close-button { position: absolute; right: 0px; top: -46px; z-index: 5; }.form-popup .popup-container .close-form a, .product-popup .popup-container .close-button a { width: 24px; height: 24px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; background-image: url(https://adeganova.de/wp-content/uploads/2024/04/Frame-1-1.svg); background-repeat: no-repeat; background-size: contain; background-position: center center; }.product-popup .popup-container .popup-content { }.product-popup .popup-container .pr-name, .product-popup .popup-container .cat-name-wien, .product-popup .popup-container .info, .product-popup .popup-container .cont-btn, .winery-description { text-align: center; }.winary strong { color: #5b5b5b; }.winary p { display: inline; }.product-popup .popup-container .desc { margin: 24px 0px; }.product-popup .popup-container .cat-name-wien, .product-popup .popup-container .pr-name, .product-popup .popup-container .info { color: #4c5444; font-family: "Josefin Sans"; font-size: 24px; font-style: normal; font-weight: 400; line-height: 32px; margin-bottom: 60px; }.product-popup .popup-container .cat-name-wien { margin-bottom: 10px; }.product-popup .popup-container .pr-name { margin-bottom: 0px; }.product-popup .popup-container .cont-btn { text-align: center; }.product-popup .popup-container .cont-btn a { color: #ffffff; font-family: Roboto, sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; background-color: #4c5444; border: 1px solid #4c5444; min-width: 248px; min-height: 54px; width: auto; padding: 8px; transition: 0.3s; }.product-popup .popup-container .cont-btn a:hover { color: #4c5444; background-color: transparent; }@media (max-width: 1450px) and (min-width: 1025px){.form-popup, .product-popup { max-width: 700px; }}.cf-style form > fieldset { display: flex; flex-wrap: wrap; }.cf-style .first-items { width: 100%; }.cf-style .ff-el-group { margin: 0px !important; }.cf-style .ff-el-input--content { display: inline-block; position: relative; width: 100%; }.cf-style .ff-el-input--content input { display: block; width: 100%; color: #000000; font-family: "Josefin Sans", sans-serif; font-size: 16px; font-style: normal; font-weight: 300; line-height: normal; padding: 20px 24px; border: 1px solid #d2d2d5; border-radius: 0px; }.cf-style .frm-fluent-form .ff-t-container { gap: 0px !important; }.cf-style .second-items > div { display: flex; flex-wrap: wrap; flex-direction: unset !important; }.cf-style .second-items > div > div { width: 50%; }.cf-style textarea { font-size: 16px; font-style: normal; font-weight: 300; resize: none; height: 160px; display: block !important; width: 100% !important; color: #000000 !important; font-family: "Josefin Sans", sans-serif !important; line-height: normal !important; padding: 20px 24px !important; border: 1px solid #d2d2d5 !important; border-radius: 0px !important; }.cf-style .last-items { max-width: calc(100% - 180px); width: 100%; padding: 16px 24px; border-width: 1px 0px 1px 1px; border-style: solid none solid solid; border-color: #d2d2d5 currentcolor #d2d2d5 #d2d2d5; border-image: initial; }.cf-style .ff_submit_btn_wrapper { max-width: 180px; width: 100%; border-width: 1px 1px 1px 0px; border-style: solid solid solid none; border-color: #d2d2d5 #d2d2d5 #d2d2d5 currentcolor; border-image: initial; }.third-items .ff-el-group { display: flex; }.cf-style .last-items .ff-el-input--content input { width: auto; }.cf-style .last-items .ff-el-input--content input + span { color: #000000; font-family: "Josefin Sans"; font-size: 12px; font-style: normal; font-weight: 300; line-height: 16px; padding-left: 16px; display: inline-block; }.cf-style .ff-default .ff_btn_style { color: #ffffff !important; font-family: "Josefin Sans" !important; font-size: 20px !important; font-style: normal !important; font-weight: 400 !important; line-height: normal !important; border: 1px solid #4c5444 !important; padding: 8px 42px !important; background-color: #4c5444 !important; transition: 0.3s !important; text-align: center !important; width: 100% !important; height: 100% !important; border-radius: 0px !important; }.cf-style .ff-default .ff_btn_style:hover { background-color: transparent !important; color: #4c5444 !important; }.cf-style .last-items .ff-el-form-check-label { display: flex; align-items: center; }.form-popup .cf-style .last-items { max-width: 100%; border-right: 1px solid #d2d2d5; border-bottom: 0px; }.form-popup .cf-style .ff_submit_btn_wrapper { max-width: 100%; padding: 0px 12px 12px; border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentcolor #d2d2d5 #d2d2d5; border-image: initial; }.product_name { display: none !important; }.ban-main .image.css-filter h2 { color: #ffffff; text-align: center; font-family: "DM Serif Display"; text-transform: uppercase; font-weight: 400; font-size: 100px; line-height: 110px; width: 100%; max-width: 100%; margin: 0px; padding: 0px 90px; }.ban-main .image.css-filter h2 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; }h1.banner-title { display: none !important; }.empfehlung { border-width: 2px medium medium; border-style: solid none none; border-color: #dddedf currentcolor currentcolor; border-image: initial; padding-top: 15px; margin-top: 15px !important; }body.bricks-is-frontend :focus, a:focus { outline: none !important; }#brx-header { position: fixed; left: 0px; top: 0px; width: 100%; z-index: 101; transition: 0.3s; }#brx-header > section { transition: 0.3s; }@layer bricks.icons {@font-face{font-family:"themify";font-weight:400;font-style:normal;src:url(https://adeganova.de/wp-content/swift-ai/cache/adeganova.de/__data/themify438b81b6.woff) format('woff2');font-display:swap;} [class*=" ti-"], [class^="ti-"] { -webkit-font-smoothing: antialiased; display: inline-block; font-family: themify; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-transform: none; } .ti-close::before { content: ""; } .ti-menu::before { content: ""; }}@keyframes etn-button-loading-spinner { 0% { transform: rotate(0turn); } 100% { transform: rotate(1turn); } }:root { --delivary-primary: #da1212; --delivary-secondary: #e3106e; --delivary-dark: #000; --delivary-gray: #b1b3bf; }@keyframes loader { 0% { background: #000000; } 100% { background: #ffffff; } }@keyframes spin { 100% { transform: rotate(1turn); } }@keyframes components-animate__appear-animation { 0% { transform: translateY(-2em) scaleY(0) scaleX(0); } 100% { transform: translateY(0px) scaleY(1) scaleX(1); } }@keyframes components-animate__slide-in-animation { 100% { transform: translateX(0px); } }@keyframes components-animate__loading { 0% { opacity: 0.5; } 50% { opacity: 1; } 100% { opacity: 0.5; } }.components-button:not(:disabled, [aria-disabled="true"]):active { color: var(--wp-components-color-foreground,#1e1e1e); }@keyframes components-button__busy-animation { 0% { background-position: 200px 0px; } }@keyframes slide-in-left { 0% { transform: translateX(-100%); } 100% { transform: translateX(0px); } }@keyframes slide-in-right { 0% { transform: translateX(100%); } 100% { transform: translateX(0px); } }@keyframes slide-out-left { 0% { transform: translateX(0px); } 100% { transform: translateX(-100%); } }@keyframes slide-out-right { 0% { transform: translateX(0px); } 100% { transform: translateX(100%); } }@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fade-out { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes __wp-base-styles-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes __wp-base-styles-fade-out { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes components-modal__appear-animation { 0% { opacity: 0; transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } }@keyframes components-modal__disappear-animation { 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0.9); } }@keyframes components-resizable-box__top-bottom-animation { 0% { opacity: 0; transform: scaleX(0); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes components-resizable-box__left-right-animation { 0% { opacity: 0; transform: scaleY(0); } 100% { opacity: 1; transform: scaleY(1); } }@keyframes components-button__appear-animation { 0% { transform: scaleY(0); } 100% { transform: scaleY(1); } }.components-validated-control:has(:is(input, select):invalid[data-validity-visible]) .components-input-control__backdrop { --wp-components-color-accent: #cc1818; border-color: #cc1818; }.components-validated-control :is(textarea, input[type="text"]):invalid[data-validity-visible] { --wp-admin-theme-color: #cc1818; --wp-components-color-accent: #cc1818; border-color: #cc1818; }@keyframes components-validated-control__indicator-jump { 0% { opacity: 0; transform: translateY(-4px); } 100% { opacity: 1; transform: translateY(0px); } }:root { --wp-admin-theme-color: #3858e9; --wp-admin-theme-color--rgb: 56,88,233; --wp-admin-theme-color-darker-10: #2145e6; --wp-admin-theme-color-darker-10--rgb: 33.0384615385,68.7307692308,230.4615384615; --wp-admin-theme-color-darker-20: #183ad6; --wp-admin-theme-color-darker-20--rgb: 23.6923076923,58.1538461538,214.3076923077; --wp-admin-border-width-focus: 2px; }@media (min-resolution: 192dpi){:root { --wp-admin-border-width-focus: 1.5px; }}:root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122,0,223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0,124,186; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-10--rgb: 0,107,160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0,90,135; --wp-admin-border-width-focus: 2px; }@keyframes hide-during-dragging { 100% { position: fixed; transform: translate(9999px, 9999px); } }.components-button.block-editor-block-types-list__item:not(:disabled, [aria-disabled="true"]):hover .block-editor-block-types-list__item-title { color: var(--wp-admin-theme-color) !important; filter: brightness(0.95); }.components-button.block-editor-block-types-list__item:not(:disabled, [aria-disabled="true"]):hover svg { color: var(--wp-admin-theme-color) !important; }.components-button.block-editor-block-types-list__item:not(:disabled, [aria-disabled="true"]):hover::after { background: var(--wp-admin-theme-color); border-radius: 2px; inset: 0px; content: ""; opacity: 0.04; pointer-events: none; position: absolute; }@keyframes loadingpulse { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }@keyframes __wp-base-styles-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }:root { }:root { --bricks-color-grey-100: #f5f5f5; --bricks-color-grey-300: #e0e0e0; --bricks-color-grey-500: #9e9e9e; --bricks-color-grey-700: #616161; --bricks-color-grey-800: #424242; --bricks-color-grey-900: #212121; --bricks-color-yellow: #ffeb3b; --bricks-color-amber: #ffc107; --bricks-color-orange: #ff9800; --bricks-color-deep-orange: #ff5722; --bricks-color-red: #f44336; --bricks-color-purple: #9c27b0; --bricks-color-blue: #2196f3; --bricks-color-light-blue: #03a9f4; --bricks-color-sky-blue: #81D4FA; --bricks-color-green: #4caf50; --bricks-color-light-green: #8bc34a; --bricks-color-lime: #cddc39; }#brxe-abgzfi .bricks-nav-menu > li { margin: 0px; }#brxe-abgzfi .bricks-nav-menu > li > a { padding: 0px; justify-content: flex-start; background-color: rgba(0, 0, 0, 0); color: #ffffff; font-family: "Josefin Sans"; text-align: left; font-size: 16px; font-weight: 400; line-height: 25px; }.header-menu { max-width: 305px; width: 100%; }.header-right-menu.header-menu { max-width: 336px; width: 100%; }.header-menu ul { justify-content: space-between; }.header-menu a { outline: none !important; transition: 0.3s !important; }.header-menu a:hover { color: #9e9e9e !important; }#brxe-zrpomd { width: 33.333%; padding: 0px; margin: 0px; display: flex; justify-content: flex-start; align-self: center !important; }#brxe-uhgvwp { max-width: 180px; width: 100%; }#brxe-iznftr { width: 33.333%; padding: 0px 20px; margin: 0px; display: flex; justify-content: center; align-self: center !important; }#brxe-yuctgg .bricks-nav-menu > li { margin: 0px; }#brxe-yuctgg .bricks-nav-menu > li > a { padding: 0px; justify-content: flex-start; background-color: rgba(0, 0, 0, 0); color: #ffffff; font-family: "Josefin Sans"; text-align: left; font-size: 16px; font-weight: 400; line-height: 25px; }#brxe-yuctgg { text-transform: uppercase; }#brxe-vejjok { width: 33.333%; padding: 0px; margin: 0px; display: flex; justify-content: flex-end; align-self: center !important; }#brxe-nhtcca { width: 20%; display: none; }#brxe-llmave { margin: 0px auto; padding: 0px; max-width: 1140px; width: 100%; display: flex; flex-flow: wrap; }#brxe-cqxeob { margin: 0px; padding: 15px 20px; max-width: 100%; width: 100%; background-color: #66725a; }#brxe-cqxeob > .brxe-container { margin-right: auto; margin-left: auto; }#brxe-nyxyio .bricks-swiper-button-prev { left: 70px; }#brxe-nyxyio .bricks-swiper-button-next { right: 70px; }#brxe-nyxyio .image { height: 870px; }#brxe-nyxyio .swiper-button { height: 50px; width: 50px; background-color: rgba(0, 0, 0, 0.5); }#brxe-nyxyio .swiper-slide { font-family: "DM Serif Display"; }#brxe-yxrvoy { color: #ffffff; text-align: center; text-transform: uppercase; font-weight: 400; font-size: 100px; line-height: 110px; font-family: "DM Serif Display"; width: 100%; max-width: 100%; margin: 0px; padding: 0px 90px; }.ban-main > div { position: relative; }.banner-title { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; }#brxe-jrswpx { width: 100%; max-width: 100%; margin: 0px; padding: 0px; }#brxe-wfkoxh { margin: 0px; padding: 0px; max-width: 100%; width: 100%; overflow: hidden; }.line { position: relative; height: 1px; z-index: 2; }.line > div { height: 1px; }.line > div > div { position: absolute; left: 50%; top: -50px; transform: translateX(-50%); width: 1px !important; height: 100px !important; background-color: #c22028 !important; }#brxe-augkhs { line-height: 1; margin-right: auto; margin-bottom: 20px; margin-left: auto; }#brxe-augkhs { font-size: 100px; font-weight: 600; color: transparent; -webkit-text-stroke: 1px #66725a; }#brxe-elgcjf { margin: 0px 0px 20px; padding: 0px; max-width: 100%; width: 100%; text-align: center; font-size: 40px; line-height: 48px; color: #5b5b5b; font-family: "DM Serif Display"; font-weight: 400; }#brxe-nsfwgd { margin: 0px; padding: 0px; width: 100%; max-width: 100%; text-align: center; color: #5b5b5b; font-size: 16px; font-family: "Josefin Sans"; font-weight: 400; line-height: 25px; }#brxe-benxvf { margin: 0px auto; padding: 52px 20px 63px; max-width: 780px; width: 100%; }#brxe-zoaxrn { margin: 0px; padding: 0px; overflow: hidden; }.bg-bottom { position: relative; }.bg-bottom > div { position: relative; z-index: 2; }.bg-bottom::after { content: ""; display: block; position: absolute; left: 0px; bottom: -247px; z-index: 0; background-image: url(//adeganova.de/wp-content/swift-ai/images/wp-content/uploads/2024/04/douro-color-edit-ie1-12-1-1-png.webp); background-repeat: no-repeat; background-size: cover; background-position: center top; width: 100%; height: 634px; }#brxe-wryhiu { margin: 0px auto; font-size: 100px; font-weight: 600; color: transparent; -webkit-text-stroke: 1px #ffffff; }#brxe-sjoesb { margin: 9px 0px 0px; padding: 0px; max-width: 100%; width: 100%; text-align: center; font-size: 40px; line-height: 48px; color: #ffffff; font-weight: 400; font-family: "DM Serif Display"; }#brxe-uddsdm { margin: 0px auto; padding: 50px 20px 0px; }#brxe-tqcoyu { margin: 0px; padding: 0px; width: 100%; max-width: 100%; background-image: url(//adeganova.de/wp-content/swift-ai/images/wp-content/uploads/2026/03/Design-ohne-Titel-5-jpg.webp); background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 488px; }#brxe-eernew { margin: 0px; padding: 0px; width: 100%; max-width: 100%; font-family: Georgia; }#brxe-kutjjq { margin: 0px; width: 100%; max-width: 100%; padding: 0px; }#brxe-hcnpby { margin: 0px; padding: 0px; width: 100%; max-width: 100%; }#brxe-oegloq { margin: 0px auto 20px; line-height: 1; }#brxe-oegloq { font-size: 100px; font-weight: 600; color: transparent; -webkit-text-stroke: 1px #ffffff; }#brxe-apzjti { margin: 9px 0px 0px; padding: 0px; max-width: 100%; width: 100%; text-align: center; font-size: 40px; line-height: 48px; color: #ffffff; font-weight: 400; font-family: "DM Serif Display"; }#brxe-tanwhb { margin: 0px; padding: 0px; width: 100%; max-width: 100%; text-align: center; color: #ffffff; font-size: 16px; font-family: "Josefin Sans"; font-weight: 400; line-height: 25px; }#brxe-kfxjcx { margin: 0px auto; padding: 50px 20px 0px; }#brxe-wbzfwg { margin: 0px; padding: 0px; width: 100%; max-width: 100%; background-image: url(//adeganova.de/wp-content/swift-ai/images/wp-content/uploads/2026/05/Design-ohne-Titel-2-png.webp); background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 530px; position: relative; z-index: 1; color: #ffffff; }#brxe-blbehp { margin-bottom: 0px; }#brxe-usitvz { margin: 40px auto; padding: 34px 20px; width: 100%; border-width: 10px 0px 0px; border-style: solid; border-color: #66725a; flex-direction: row; justify-content: center; align-items: center; position: relative; z-index: 2; max-width: 1140px; background-color: #ffffff; align-self: center !important; }#brxe-flzoyr { margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding: 0px 20px 132px; background-color: #f3f3f3; position: relative; z-index: 1; }#brxe-vhfljj { line-height: 1; margin: 10px auto 20px; }#brxe-vhfljj { font-size: 100px; font-weight: 600; color: transparent; -webkit-text-stroke: 1px #4c5444; }#brxe-nkbpjt { margin: 0px 0px 20px; padding: 0px; max-width: 100%; width: 100%; text-align: center; font-size: 40px; line-height: 48px; color: #5b5b5b; font-family: "DM Serif Display"; font-weight: 400; }#brxe-csdkvc { max-width: 100%; width: 100%; margin-top: 40px; border-width: 10px 0px 0px; border-style: solid; border-color: #66725a; }#brxe-kuxiae { padding: 48px 20px; margin: 0px; max-width: 100%; width: 100%; text-align: center; font-size: 40px; line-height: 40px; color: #5b5b5b; font-family: "DM Serif Display"; font-weight: 400; border: 1px solid #d2d2d5; }#brxe-gpcink { margin: 0px auto; padding: 0px; max-width: 1140px; width: 100%; }#brxe-sodjxp { margin: 0px; padding: 50px 20px 72px; }#brxe-ulbjrw li.has-link a, #brxe-ulbjrw li.no-link { padding: 0px; color: #000000; font-size: 16px; line-height: 25px; font-family: "Josefin Sans"; font-weight: 300; align-items: center; justify-content: center; width: 100%; max-width: 100%; }#brxe-ulbjrw .repeater-item:nth-child(1) { background-color: rgba(0, 0, 0, 0); }#brxe-ulbjrw .repeater-item:nth-child(1).no-link { color: #000000; }#brxe-ulbjrw .repeater-item:nth-child(2) { background-color: rgba(0, 0, 0, 0); }#brxe-ulbjrw .repeater-item:nth-child(2).has-link a { color: #000000; }#brxe-ulbjrw .repeater-item:nth-child(3) { background-color: rgba(0, 0, 0, 0); }#brxe-ulbjrw .repeater-item:nth-child(3).has-link a { color: #000000; }#brxe-ulbjrw .repeater-item:nth-child(4) { background-color: rgba(0, 0, 0, 0); }#brxe-ulbjrw .repeater-item:nth-child(4).has-link a { color: #000000; }#brxe-ulbjrw li { margin: 0px; }#brxe-ulbjrw { justify-content: space-between; }.ic-box-footer a svg path { transition: 0.3s; }.ic-box-footer a span { transition: 0.3s; }.ic-box-footer a:hover svg path { fill: #4c5444; }.ic-box-footer a:hover span { color: #4c5444; }#brxe-ouzvde { max-width: 100%; width: 100%; margin: 0px; padding: 0px; }#brxe-apjslj:not(.tag), #brxe-apjslj img { object-fit: none; }#brxe-apjslj { align-self: center; margin-top: 10px; margin-bottom: 10px; }#brxe-djmjur { align-self: center; }#brxe-fwliqa { max-width: 100%; width: 100%; margin: 64px 0px 0px; padding: 18px 0px 0px; border-width: 1px 0px 0px; border-style: solid; border-color: #a9b7b7; display: flex; flex-flow: column; justify-content: center; align-items: center; align-self: center !important; }#brxe-tinbqh { max-width: 1180px; width: 100%; margin: 0px auto; padding: 0px 20px; }#brxe-unaqee { margin: 0px 34px 0px 0px; padding: 0px; color: #555555; font-size: 16px; text-align: left; font-family: Jost; font-weight: 400; line-height: 25px; scroll-snap-align: center; align-self: center; }#brxe-ojewsi { padding: 32px 0px 18px; margin: 0px; width: 100%; max-width: 100%; border-width: 1px 0px 0px; border-style: solid; border-color: #c2c2c2; }#brxe-jbdfcp { align-items: center; }.brxe-popup-33.brx-popup { padding: 0px; justify-content: flex-start; align-items: flex-end; z-index: 999; }.brxe-popup-33.brx-popup .brx-popup-backdrop { background-color: rgba(0, 0, 0, 0.35); transition: 0.3s; }.brxe-popup-33 .brx-popup-content { padding: 15px 20px 30px; width: 100vw; height: 100vh; background-color: #ffffff; }#brxe-mnxrpi { color: #000000; fill: #000000; font-size: 30px; margin-top: 15px; margin-bottom: 20px; align-self: flex-end; }.close-pop { cursor: pointer; }#brxe-fldfzh { max-width: 150px; width: 100%; }#brxe-eikkft .bricks-nav-menu { flex-direction: column; }#brxe-eikkft .bricks-nav-menu > li > a { justify-content: center; padding-top: 10px; padding-bottom: 10px; background-color: rgba(0, 0, 0, 0); font-size: 16px; font-family: "Josefin Sans"; line-height: 25px; color: #000000; text-align: center; font-weight: 400; }#brxe-eikkft { width: 100%; max-width: 100%; padding: 0px; margin: 30px 0px 0px; text-transform: uppercase; }#brxe-eikkft .bricks-nav-menu > li { margin-left: 0px; }.mob-menu a { outline: none !important; transition: 0.3s !important; }.mob-menu a:hover { color: #c22028 !important; }#brxe-dnymkz .bricks-nav-menu { flex-direction: column; }#brxe-dnymkz .bricks-nav-menu > li > a { justify-content: center; padding-top: 10px; padding-bottom: 10px; background-color: rgba(0, 0, 0, 0); font-size: 16px; font-family: "Josefin Sans"; line-height: 25px; color: #000000; text-align: center; font-weight: 400; }#brxe-dnymkz { width: 100%; max-width: 100%; padding: 0px; margin: 0px; text-transform: uppercase; }#brxe-dnymkz .bricks-nav-menu > li { margin-left: 0px; }#brxe-kdpjid { width: 100%; padding: 0px; margin: 0px; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-self: center !important; }#brxe-ytvcmq { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; height: 100%; min-width: 100%; width: 100%; margin-right: auto; margin-left: auto; }#brxe-jtxcmg { padding: 0px; margin: 0px; }.brx-popup { transition: 0.3s !important; }.mhcookie-dialog-wrapper, .mhcookie-functional-blocked { position: fixed; z-index: 2147483647; display: flex; visibility: hidden; opacity: 0; transition: 0.4s; }.mhcookie-dialog-wrapper { top: 0px; left: 0px; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); }.mhcookie-functional-blocked { bottom: 0px; left: 0px; display: flex; flex-flow: wrap; justify-content: space-around; align-items: center; gap: 10px; width: 100vw; padding: 20px; background-color: #ffffff; color: #1d2327; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; font-family: Arial; font-size: 14px; }.mhcookie-functional-blocked .mhcookie-buttons { flex-flow: wrap; justify-content: center; margin: 0px; }.mhcookie-functional-blocked .mhcookie-btn { padding: 6px 12px; white-space: nowrap; }@media (min-width: 992px){.mhcookie-functional-blocked, .mhcookie-functional-blocked .mhcookie-buttons { flex-wrap: nowrap; }}.mhcookie-box { position: relative; background-color: #ffffff; color: #1d2327; width: 600px; max-width: 100vw; max-height: 100vh; padding: 20px; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; box-sizing: border-box; font-family: Arial; font-size: 14px; animation: 1s ease-in-out 0s 1 normal forwards running mhcookie_show; }.mhcookie-box label { margin: 0px; font-family: inherit; font-weight: 800; font-size: 14px; text-transform: initial; }.mhcookie-box .mhcookie-dialog-logo-wrapper { display: flex; justify-content: center; width: 100%; }#mhcookie-dialog-logo { display: block; max-height: 50px; width: auto; margin: 0px auto 20px; }.mhcookie-header { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin-bottom: 20px; }.mhcookie-title { margin: 0px; font-family: inherit; font-size: 20px; font-weight: 600; text-transform: initial; color: #1d2327; }.mhcookie-close { position: absolute; top: 1em; right: 1em; background: none; color: #4c5444; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-family: inherit; font-weight: 400; font-size: 22px; cursor: pointer; text-decoration: none; line-height: 0; }.mhcookie-details-wrapper { height: 300px; max-height: 40vh; overflow-y: scroll; padding-bottom: 20px; }.mhcookie-details-after { content: ""; display: block; position: sticky; bottom: 0px; width: 100%; height: 40px; background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); pointer-events: none; transform: translateY(-100%); }.mhcookie-text { margin: 0px 0px 30px; font-family: inherit; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-details { display: flex; flex-direction: column; gap: 20px; }.mhcookie-group-wrapper { position: relative; display: flex; flex-direction: column; align-items: flex-start; }.mhcookie-group { display: flex; align-items: center; gap: 20px; }.mhcookie-group-inner { display: flex; flex-direction: column; font-family: Arial; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-group-inner label { font-weight: 800; cursor: pointer; }.mhcookie-box input[type="checkbox"] { accent-color: #4c5444; }.mhcookie-group-show-details { text-decoration: none; font-size: 0.85em; align-self: center; margin: 5px 0px 10px; color: #4c5444; }.mhcookie-group-details { width: 100%; max-height: 0px; overflow: hidden; transition:max-height 0.5s ease; }.mhcookie-group--list { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 10px 0px 30px; padding: 10px; box-sizing: border-box; background: rgba(29, 35, 39, 0.024); }.mhcookie-group--list-item { display: flex; gap: 20px; justify-content: space-between; width: 100%; font-size: 0.9em; padding-bottom: 10px; font-style: italic; }.mhcookie-group--list-item:not(:last-child) { border-bottom: 1px solid rgba(29, 35, 39, 0.2); }.mhcookie-group--list-name { display: flex; width: 100%; justify-content: space-between; }.mhcookie-buttons { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }.mhcookie-btn { display: block; background: transparent; border: 1px solid #4c5444; color: #4c5444; padding: 10px 20px; border-radius: 5px; font-family: inherit; font-size: 14px; font-weight: 400; text-decoration: none; text-transform: initial; text-align: center; cursor: pointer; white-space: nowrap; }.mhcookie-btn:hover, .mhcookie-btn:active, .mhcookie-btn:focus { color: #4c5444; opacity: 0.75; }.mhcookie-btn-primary { background: #4c5444; color: #ffffff; }.mhcookie-btn-primary:hover, .mhcookie-btn-primary:active, .mhcookie-btn-primary:focus { color: #ffffff; opacity: 0.75; }.mhcookie-checkbox, .mhcookie-iab-vendor-checkbox { display: none !important; }.mhcookie-pseudo-checkbox { display: block; min-width: 16px; min-height: 16px; aspect-ratio: 1 / 1; border: 2px solid #1d2327; background: #ffffff; position: relative; transition:opacity 0.2s ease; cursor: pointer; box-sizing: border-box; }.mhcookie-pseudo-checkbox::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjAuMjg1IDYuNzFhMSAxIDAgMCAxIDAgMS40MmwtMTAgMTBhMSAxIDAgMCAxLTEuNDIgMGwtNS01YTEgMSAwIDAgMSAxLjQyLTEuNDJsNC4yOSA0LjI5TDE4Ljg3IDYuNzFhMSAxIDAgMCAxIDEuNDE1IDB6IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo="); mask-size: contain; mask-repeat: no-repeat; width: 100%; height: 100%; background-color: #ffffff; transition: opacity 0.6s; }:checked + .mhcookie-pseudo-checkbox, span.mhcookie-pseudo-checkbox { background: #4c5444; border-color: #4c5444; }:checked + .mhcookie-pseudo-checkbox::before, span.mhcookie-pseudo-checkbox::before { display: inline-block; opacity: 1; }[disabled] + .mhcookie-pseudo-checkbox, span.mhcookie-pseudo-checkbox { filter: grayscale(1); opacity: 0.75; }.mhcookie-dialog-wrapper .mhcookie-consent-history { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0px 10px; }.mhcookie-dialog-wrapper .mhcookie-consent-history-element { font-weight: 800; font-size: 12px; }.mhcookie-consent-date, .mhcookie-deviceID { font-weight: 400; font-size: 12px; }.mhcookie-hidden { display: none !important; }.mhcookie-privacy-policy-wrapper { display: flex; justify-content: center; margin: 20px 0px 0px; font-size: 0.85em; }.mhcookie-privacy-policy-wrapper a { color: #4c5444; }.mhcookie-preferences-toggle { position: fixed; bottom: 0px; right: 0px; line-height: 1; color: #4c5444; z-index: 2147483645; visibility: hidden; opacity: 0; transition:opacity 0.8s ease; cursor: pointer; }.mhcookie-preferences-toggle[data-position="bottom-left"] { left: 0px; right: unset; }.mhcookie-preferences-toggle svg { width: 45px; height: 45px; margin: 10px; }.mhcookie-banner { box-sizing: border-box; position: fixed; bottom: 0px; left: 0px; z-index: 2147483647; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; gap: 20px; padding: 10px 20px; width: 100%; background: #ffffff; color: #1d2327; font-family: Arial; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; visibility: hidden; opacity: 0; }.mhcookie-banner.mhcookie-show { visibility: visible; opacity: 1; transition: 0.8s; }.mhcookie-banner .mhcookie-text { margin: 0px; width: 100%; }@media (min-width: 992px){.mhcookie-banner .mhcookie-text { width: 66%; min-width: 300px; }}.mhcookie-banner .mhcookie-buttons { flex-flow: wrap; justify-content: center; margin: 0px; }.mhcookie-banner .mhcookie-btn { width: 100%; }@media (min-width: 768px){.mhcookie-banner .mhcookie-btn { width: auto; }}.mhcookie-banner .mhcookie-btn { padding: 3px 16px; border: 1px solid #4c5444; color: #4c5444; }.mhcookie-banner .mhcookie-btn:hover, .mhcookie-banner .mhcookie-btn:active, .mhcookie-banner .mhcookie-btn:focus { color: #4c5444; opacity: 0.75; }.mhcookie-banner .mhcookie-btn-primary { background: #4c5444; color: #ffffff; }.mhcookie-banner .mhcookie-btn-primary:hover, .mhcookie-banner .mhcookie-btn-primary:active, .mhcookie-banner .mhcookie-btn-primary:focus { color: #ffffff; opacity: 0.75; }.mhcookie-preferences-toggle svg > path:nth-of-type(2), .mhcookie-preferences-toggle svg > g path { fill: #4c5444; }.line > div > div { background-color: #4c5444 !important; }#brx-header { background-color: #4c5444; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }.etn-default-calendar-style .fc-day.fc-day-today .fc-daygrid-day-number { outline: #4c5444 solid 2px; }.etn-default-calendar-style .fc-state-highlight { background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #4c5444 !important; }.etn-default-calendar-style .fc-button:hover { background: #4c5444 !important; border-color: #4c5444 !important; }.calendar-tooltip .etn-event-duration-date, .etn-event-item .etn-event-duration-date, .etn-event-item:hover .etn-title a, .etn-event-item .etn-event-location { color: #4c5444 !important; font-family: "Josefin Sans", sans-serif; }.date-selected-calendar-event { font-family: "Josefin Sans", sans-serif; }.etn-not-found-post { margin-bottom: 20px; }#brxe-eikkft .bricks-nav-menu > li > a, #brxe-dnymkz .bricks-nav-menu > li > a { color: #4c5444 !important; }.mob-menu a:hover { color: #4c5444 !important; }.etn-event-single-content-wrap .etn-event-meta .etn-event-category span, .etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border, .etn-btn.etn-btn-border, .attr-btn-primary.etn-btn-border, .etn-attendee-form .etn-btn.etn-btn-border, .etn-ticket-widget .etn-btn.etn-btn-border, .etn-settings-dashboard .button-primary.etn-btn-border, .etn-single-speaker-item .etn-speaker-content a:hover, .etn-event-style2 .etn-event-date, .etn-event-style3 .etn-event-content .etn-title a:hover, .event-tab-wrapper ul li a.etn-tab-a, .etn-speaker-item.style-3:hover .etn-speaker-content .etn-title a, .etn-variable-ticket-widget .ticket-header, .events_calendar_list .calendar-event-details:hover .calendar-event-title, .etn-event-item:hover .etn-title a, .etn-recurring-widget .etn-date-text, .etn-event-header ul li i { color: #66725a; }.etn-event-item .etn-event-category span, .etn-btn, .attr-btn-primary, .etn-attendee-form .etn-btn, .etn-ticket-widget .etn-btn, .schedule-list-1 .schedule-header, .speaker-style4 .etn-speaker-content .etn-title a, .etn-speaker-details3 .speaker-title-info, .etn-event-slider .swiper-pagination-bullet, .etn-speaker-slider .swiper-pagination-bullet, .etn-event-slider .swiper-button-next, .etn-event-slider .swiper-button-prev, .etn-speaker-slider .swiper-button-next, .etn-speaker-slider .swiper-button-prev, .etn-single-speaker-item .etn-speaker-thumb .etn-speakers-social a, .etn-event-header .etn-event-countdown-wrap .etn-count-item, .schedule-tab-1 .etn-nav li a.etn-active, .schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-time, .etn-speaker-item.style-3 .etn-speaker-content .etn-speakers-social a, .event-tab-wrapper ul li a.etn-tab-a.etn-active, .etn-btn, button.etn-btn.etn-btn-primary, .etn-schedule-style-3 ul li::before, .etn-zoom-btn, .cat-radio-btn-list [type="radio"]:checked + label::after, .cat-radio-btn-list [type="radio"]:not(:checked) + label::after, .etn-default-calendar-style .fc-button:hover, .etn-default-calendar-style .fc-state-highlight, .etn-calender-list a:hover, .events_calendar_standard .cat-dropdown-list select, .etn-event-banner-wrap, .events_calendar_list .calendar-event-details .calendar-event-content .calendar-event-category-wrap .etn-event-category, .etn-variable-ticket-widget .etn-add-to-cart-block, .etn-recurring-event-wrapper #seeMore, .more-event-tag, .etn-settings-dashboard .button-primary { background-color: #66725a; }.etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border, .etn-btn.etn-btn-border, .attr-btn-primary.etn-btn-border, .etn-attendee-form .etn-btn.etn-btn-border, .etn-ticket-widget .etn-btn.etn-btn-border, .event-tab-wrapper ul li a.etn-tab-a, .event-tab-wrapper ul li a.etn-tab-a.etn-active, .etn-schedule-style-3 ul li::after, .etn-default-calendar-style .fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number, .etn-default-calendar-style .fc-button:hover, .etn-variable-ticket-widget .etn-variable-total-price, .etn-settings-dashboard .button-primary.etn-btn-border { border-color: #66725a; }.etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type::before { background-color: rgba(102, 114, 90, 0.165); }.etn-event-item .etn-event-location, .etn-event-tag-list a:hover, .etn-schedule-wrap .etn-schedule-info .etn-schedule-time { }@layer bricks {.bricks-swiper-container { list-style: none; margin-left: auto; margin-right: auto; opacity: 0; overflow: hidden; padding: 0px; position: relative; transition: opacity 0.1s ease-in 0.1s; z-index: 1; } .bricks-swiper-container.swiper-initialized { opacity: 1; } [class^="brxe-"] .bricks-swiper-container { opacity: 1 !important; } .swiper-wrapper { box-sizing: content-box; display: grid; grid-auto-flow: column; height: 100%; max-height: inherit; min-height: inherit; position: relative; transition-property: transform; width: 100%; z-index: 1; } .swiper-android .swiper-slide, .swiper-wrapper { transform: translateZ(0px); } .swiper-slide { flex-shrink: 0; height: 100%; position: relative; transition-property: transform; width: 100%; } .swiper-button { align-items: center; background-color: transparent; color: rgb(255, 255, 255); cursor: pointer; font-size: 40px; font-weight: 100; height: 50px; justify-content: center; line-height: 0; outline: none; padding: 0px; position: absolute; text-align: center; top: 50%; transition: var(--bricks-transition); width: 50px; z-index: 11; display: flex !important; } .swiper-button::before { -webkit-font-smoothing: antialiased; } .bricks-swiper-button-prev { left: 50px; transform: translate(-100%, -50%); background-image: none !important; } .bricks-swiper-button-next { right: 50px; transform: translate(100%, -50%); background-image: none !important; } .bricks-swiper-container .swiper-notification { left: 0px; opacity: 0; pointer-events: none; position: absolute; top: 0px; z-index: -1000; }}.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-name-address-wrapper .ff-t-cell, .frm-fluent-form .ff-name-field-wrapper .ff-t-cell { justify-content: flex-end; }.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-group.ff-el-form-top .ff-el-input--content { margin-bottom: 0px; margin-left: auto; }.fluentform .ff-el-input--label { display: inline-block; margin-bottom: 5px; position: relative; }.fluentform .ff-el-form-control { display: block; width: 100%; }.fluentform input[type="checkbox"], .fluentform input[type="radio"] { display: inline-block; margin: 0px; }.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; } }: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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s 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; }@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; }form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style) { background-color: var(--fluentform-primary); color: #ffffff; }form.fluent_form_4 .ff-btn-submit:not(.ff_btn_no_style) { background-color: var(--fluentform-primary); color: #ffffff; }html body {font-family: sans-serif;}body.swift-nojs [data-s3cid="40"]{max-height:1838px;}body.swift-nojs [data-s3cid="41"]{max-height:1838px;}body.swift-nojs [data-s3cid="42"]{max-height:1838px;}body.swift-nojs [data-s3cid="43"]{max-height:1838px;}body.swift-nojs [data-s3cid="44"]{max-height:1838px;}body.swift-nojs [data-s3cid="69"]{max-height:1524px;}body.swift-nojs [data-s3cid="70"]{max-height:1284px;}body.swift-nojs [data-s3cid="71"]{max-height:1284px;}body.swift-nojs [data-s3cid="72"]{max-height:642px;}body.swift-nojs [data-s3cid="73"]{max-height:642px;}body.swift-nojs [data-s3cid="74"]{max-height:40px;}body.swift-nojs [data-s3cid="83"]{max-height:642px;}body.swift-nojs [data-s3cid="84"]{max-height:642px;}body.swift-nojs [data-s3cid="85"]{max-height:40px;}body.swift-nojs [data-s3cid="94"]{max-height:642px;}body.swift-nojs [data-s3cid="95"]{max-height:642px;}body.swift-nojs [data-s3cid="96"]{max-height:40px;}body.swift-nojs [data-s3cid="105"]{max-height:642px;}body.swift-nojs [data-s3cid="106"]{max-height:642px;}body.swift-nojs [data-s3cid="107"]{max-height:40px;}body.swift-nojs [data-s3cid="116"]{max-height:642px;}body.swift-nojs [data-s3cid="117"]{max-height:642px;}body.swift-nojs [data-s3cid="118"]{max-height:40px;}body.swift-nojs [data-s3cid="127"]{max-height:642px;}body.swift-nojs [data-s3cid="128"]{max-height:642px;}body.swift-nojs [data-s3cid="129"]{max-height:40px;}html{opacity:1}}