/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
:root{--body-text-font-size:1rem;--body-text-font-size-mobile:0.875rem;--body-text-table-cell-padding:0.75rem;--body-text-table-border-width:2px;--body-text-color-image-max-width:100%;--body-text-color-image-height:auto}.body-text{color:var(--body-text-color);font-size:var(--body-text-font-size-mobile)}@media (min-width:768px){.body-text{font-size:var(--body-text-font-size)}}.body-text>:not(:last-child){margin-bottom:var(--content-spacer-s)}.body-text h1:not(.alert-heading),.body-text h2:not(.alert-heading),.body-text h3:not(.alert-heading),.body-text h4:not(.alert-heading),.body-text h5:not(.alert-heading),.body-text h6:not(.alert-heading){color:var(--heading-color)}.body-text strong{color:var(--body-text-color)}.body-text pre{font-family:SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;white-space:normal}.body-text table{width:100%}.body-text table th{background:var(--body-text-table-th-background-color);border-top:var(--body-text-table-border-width) solid var(--body-text-table-th-color);color:var(--body-text-table-th-color);font-size:1rem;font-weight:700;line-height:1.2;text-align:center;text-transform:uppercase;vertical-align:middle}.body-text table td,.body-text table th{padding:var(--body-text-table-cell-padding)}.body-text table td{border:var(--body-text-table-border-width) solid var(--body-text-table-th-color)}.body-text table tr:nth-of-type(odd){background:var(--body-text-table-tr-odd-background-color)}.body-text table tr:nth-of-type(2n){background:var(--body-text-table-tr-even-background-color)}.body-text ul li{text-align:left}.body-text img{height:var(--body-text-color-image-height);max-width:var(--body-text-color-image-max-width)}
:root{--divider-display:inline-block;--divider-width:3.125rem;--divider-height:0.125rem;--divider-margin-top:1.375rem;--divider-margin-bottom:1.51rem;--divider-first-child-display:none;--divider-last-child-display:none}.divider{background-color:var(--divider-background-color);display:var(--divider-display);height:var(--divider-height);margin-bottom:var(--divider-margin-bottom);margin-top:var(--divider-margin-top);width:var(--divider-width)}.divider:first-child{display:var(--divider-first-child-display)}.divider:last-child{display:var(--divider-last-child-display)}
:root{--heading-margin:0;--heading-text-transform:none}.heading{color:var(--heading-color);margin:var(--heading-margin);text-transform:none}
@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/themes/custom/droopler_theme/components/fonts/Inter-Light.ttf)}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/themes/custom/droopler_theme/components/fonts/Inter-Regular.ttf)}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/themes/custom/droopler_theme/components/fonts/Inter-Medium.ttf)}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/themes/custom/droopler_theme/components/fonts/Inter-SemiBold.ttf)}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/themes/custom/droopler_theme/components/fonts/Inter-Bold.ttf)}@font-face{font-display:swap;font-family:fontello;font-style:normal;font-weight:400;src:url(/themes/custom/droopler_theme/components/fonts/fontello.eot?24501332=);src:url(/themes/custom/droopler_theme/components/fonts/fontello.eot?24501332=#iefix) format("embedded-opentype"),url(/themes/custom/droopler_theme/components/fonts/fontello.woff2?24501332=) format("woff2"),url(/themes/custom/droopler_theme/components/fonts/fontello.woff?24501332=) format("woff"),url(/themes/custom/droopler_theme/components/fonts/fontello.ttf?24501332=) format("truetype"),url(/themes/custom/droopler_theme/components/fonts/fontello.svg?24501332=#fontello) format("svg")}.icon:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:fontello,serif;font-variant:normal;line-height:1em;margin:0 .2em;text-align:center;text-transform:none;width:1em}.icon--cw.icon:before{content:"\e800"}.icon--left-open.icon:before{content:"\e801"}.icon--down-open.icon:before{content:"\e802"}.icon--right-open.icon:before{content:"\e803"}.icon--down-open-1.icon:before{content:"\e804"}.icon--up-open.icon:before{content:"\e805"}.icon--right-open-1.icon:before{content:"\e806"}.icon--up-open-1.icon:before{content:"\e807"}.icon--right-open-mini.icon:before{content:"\e808"}.icon--down-open-mini.icon:before{content:"\e809"}.icon--down-open-big.icon:before{content:"\e80a"}.icon--left-open-big.icon:before{content:"\e80b"}.icon--up-open-mini.icon:before{content:"\e80c"}.icon--left-open-mini.icon:before{content:"\e80d"}.icon--right-open-big.icon:before{content:"\e80e"}.icon--up-open-big.icon:before{content:"\e80f"}.icon--menu-1.icon:before{content:"\e810"}.icon--menu-2.icon:before{content:"\e811"}.icon--menu-outline.icon:before{content:"\e812"}.icon--left-open-1.icon:before{content:"\e813"}.icon--left-open-3.icon:before{content:"\e814"}.icon--right-open-3.icon:before{content:"\e815"}.icon--up-open-3.icon:before{content:"\e816"}.icon--down-circle.icon:before{content:"\e817"}.icon--left-circle.icon:before{content:"\e818"}.icon--right-circle.icon:before{content:"\e819"}.icon--up-circle.icon:before{content:"\e81a"}.icon--down-open-3.icon:before{content:"\e81b"}.icon--down-open-2.icon:before{content:"\f004"}.icon--up-open-2.icon:before{content:"\f005"}.icon--right-open-2.icon:before{content:"\f006"}.icon--left-open-2.icon:before{content:"\f007"}.icon--menu-3.icon:before{content:"\f008"}.icon--move.icon:before{content:"\f047"}.icon--twitter.icon:before{content:"\f099"}.icon--menu.icon:before{content:"\f0c9"}.icon--linkedin.icon:before{content:"\f0e1"}.icon--circle.icon:before{content:"\f111"}.icon--youtube.icon:before{content:"\f16a"}.icon--instagram.icon:before{content:"\f16d"}.icon--dribbble.icon:before{content:"\f17d"}.icon--facebook.icon:before{content:"\f308"}.icon--hand-pointer-o.icon:before{content:"\f25a"}
:root{--overlay-display:block;--overlay-width:100%;--overlay-height:100%;--overlay-opacity:0.8}.overlay{background:var(--overlay-background-color);display:var(--overlay-display);height:var(--overlay-height);opacity:var(--overlay-opacity);width:var(--overlay-width)}
.d-p-text-paged{position:relative}.d-p-text-paged__background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.d-p-text-paged__background-media{height:100%}.d-p-text-paged__background-media picture{height:100%;width:100%}.d-p-text-paged__background-media picture img{min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.d-p-text-paged__background-media .media{height:100%}.d-p-text-paged__background-overlay{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.d-p-text-paged__content{color:var(--body-text-color);position:relative}.d-p-text-paged__content.text-start{--cta-links-alignment:left}.d-p-text-paged__content.text-end{--cta-links-alignment:right}.d-p-text-paged__content.text-center{--cta-links-alignment:center}.d-p-text-paged__content-column{margin-left:auto;margin-right:auto;padding-bottom:20px}.d-p-text-paged__content-column .cta-links,.d-p-text-paged__content-column .heading,.d-p-text-paged__content-column .subtitle{margin-top:var(--content-spacer-m)}.d-p-text-paged__content-column .divider{margin-bottom:var(--content-spacer-none)}.d-p-text-paged__content-column .body-text{margin-top:var(--content-spacer-m);width:100%}
:root{--footer-primary-padding-top:3rem;--footer-primary-padding-bottom:3rem}.footer-primary{background-color:var(--footer-primary-background-color);padding-bottom:var(--footer-primary-padding-bottom);padding-top:var(--footer-primary-padding-top)}.footer-primary__content-wrapper{margin-top:calc(var(--content-spacer-m)*-1)}.footer-primary .block{margin-top:var(--content-spacer-m)}.footer-primary .block .divider{display:none}
.footer-primary-column{--social-media-item-padding:0.5rem;--social-media-item-font-size:1.5rem;--social-media-item-margin-left:calc(var(--social-media-item-border-width)*-1);--social-media-list-margin-left:calc(var(--social-media-item-padding)*-1);--social-media-list-justify-content:start}.footer-primary-column p{white-space:pre}.footer-primary-column ul{list-style:none;padding-left:0}.footer-primary-column ul a{color:var(--footer-link-color);text-decoration:none}.footer-primary-column ul a:hover{color:var(--footer-link-hover-color);text-decoration:underline}.footer-primary-column .nav{display:block}.footer-primary-column .nav .nav-item{font-weight:700}.footer-primary-column .nav .nav-item:not(:first-child){margin-top:var(--content-spacer-s)}.footer-primary-column .nav .nav-item .nav-link{padding:0}.footer-primary-column .heading{font-size:1rem}.footer-primary-column .body-text{margin-top:var(--content-spacer-s)}
.footer-secondary{background-color:var(--footer-secondary-background-color)}.footer-secondary__content-column{text-align:center}.footer-secondary .nav{flex-direction:column;justify-content:center}@media (min-width:768px){.footer-secondary .nav{flex-direction:row}}.footer-secondary .nav .nav-link{color:var(--footer-secondary-link-color);font-weight:700;padding:.5rem 2.2rem}
:root{--hamburger-width:2rem;--hamburger-height:1.8rem;--hamburger-line-height:0.4rem}.hamburger{background:none;border:none;height:var(--hamburger-height);padding:0;position:relative;width:var(--hamburger-width)}.hamburger__line{background:var(--hamburger-line-background-color);border-radius:var(--hamburger-line-height);display:block;height:var(--hamburger-line-height);position:absolute;transition:all .5s ease-in-out;width:100%}.hamburger__line:first-child{left:0;top:0}.hamburger__line:nth-child(2){left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.hamburger__line:nth-child(3){bottom:0;left:0}.open .hamburger__line:first-child{top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.open .hamburger__line:nth-child(2){opacity:0}.open .hamburger__line:nth-child(3){bottom:50%;-webkit-transform:translateY(50%) rotate(-45deg);transform:translateY(50%) rotate(-45deg);-webkit-transform-origin:center center;transform-origin:center center}
:root{--header-height-mobile:5rem}.header{left:0;min-height:var(--header-height-mobile);position:fixed;right:0;top:0;z-index:100}.header,.header__content-column{align-items:center;display:flex}.header__content-column--left .navbar-brand{max-width:12rem}@media (min-width:768px){.header__content-column--left .navbar-brand{max-width:15rem}}@media (min-width:992px){.header__content-column--left .navbar-brand{max-width:20rem}}.header__content-column--right{display:flex;justify-content:end}.header__content-column .navigation-desktop{display:none}@media (min-width:992px){.header__content-column .navigation-desktop{display:block}.header__content-column .hamburger,.header__content-column .navigation-mobile{display:none}}.gin--vertical-toolbar .header{top:87px}@media (min-width:975px){.gin--vertical-toolbar .header{top:60px}}.page__content{margin-top:85px}.gin--vertical-toolbar .page__content{margin-top:25px}@media (min-width:992px){.page__content{margin-top:168px}.gin--vertical-toolbar .page__content{margin-top:108px}}@media (min-width:1200px){.page__content{margin-top:168px}.gin--vertical-toolbar .page__content{margin-top:108px}}@media (min-width:1400px){.page__content{margin-top:208px}.gin--vertical-toolbar .page__content{margin-top:148px}}
.menu,.submenu{list-style:none;margin:0;padding:0}
.menu-item__link,.submenu-item__link{display:block;text-decoration:none}.menu-item--has-submenu.open .menu-item__toggler .icon--open,.menu-item--has-submenu:not(.open) .menu-item__toggler .icon--close{display:none}.submenu-item--has-submenu.open>.submenu-item__element>.submenu-item__toggler .icon--open,.submenu-item--has-submenu:not(.open)>.submenu-item__element>.submenu-item__toggler .icon--close{display:none}

.navigation-desktop__top-content{display:flex;justify-content:flex-end}.navigation-desktop__top-content .menu{display:flex}.navigation-desktop__top-content .menu .menu-item__link{color:var(--header-search-page-link-color);padding:.9rem}.navigation-desktop__top-content .menu .menu-item__link:hover{color:var(--header-search-page-link-color-hover)}.navigation-desktop__top-content .language-switcher-language-url,.navigation-desktop__top-content .search-page-link-block{align-items:center;display:flex}.navigation-desktop__top-content .language-switcher-language-url a{color:var(--header-search-page-link-color)}.navigation-desktop__top-content .language-switcher-language-url a.is-active,.navigation-desktop__top-content .language-switcher-language-url a:hover{color:var(--header-search-page-link-color-hover)}.navigation-desktop__bottom-content .menu{display:flex}.navigation-desktop__bottom-content .menu .menu-item{position:relative}.navigation-desktop__bottom-content .menu .menu-item__link{color:var(--navigation-desktop-bottom-menu-link-color);font-weight:500;line-height:2.7rem;padding:0 1.2rem}.navigation-desktop__bottom-content .menu .menu-item__toggler{display:none}.navigation-desktop__bottom-content .menu .menu-item:hover .menu-item__link{color:var(--navigation-desktop-bottom-menu-link-color-hover)}.navigation-desktop__bottom-content .menu .menu-item:hover>.submenu{display:block}.navigation-desktop__bottom-content .submenu{background-color:var(--navigation-desktop-bottom-submenu-background-color);display:none;position:absolute;z-index:100}.navigation-desktop__bottom-content .submenu .submenu-item__link{color:var(--navigation-desktop-bottom-submenu-link-color);line-height:2.9rem;padding:0 1.2rem;white-space:nowrap}.navigation-desktop__bottom-content .submenu .submenu-item__link:hover{color:var(--navigation-desktop-bottom-submenu-link-color-hover)}.navigation-desktop__bottom-content .submenu .submenu-item--active>.submenu-item__element>.submenu-item__link{color:var(--navigation-desktop-bottom-submenu-link-color-active)}.navigation-desktop__bottom-content .submenu .submenu-item--has-submenu{position:relative}.navigation-desktop__bottom-content .submenu .submenu-item--has-submenu .submenu-item__element{align-items:stretch;display:flex;justify-content:space-between}.navigation-desktop__bottom-content .submenu .submenu-item--has-submenu .submenu-item__toggler{color:var(--navigation-desktop-bottom-submenu-link-color);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.navigation-desktop__bottom-content .submenu .submenu-item--has-submenu .submenu-item__toggler.close{display:none}.navigation-desktop__bottom-content .submenu .submenu-item--has-submenu .submenu{display:none;left:100%;position:absolute;top:0}.navigation-desktop__bottom-content .submenu .submenu-item--has-submenu:hover>.submenu{display:block}.navigation-desktop__bottom-content .submenu .submenu-item--has-submenu:hover>.submenu-item__element>.submenu-item__toggler{color:var(--navigation-desktop-bottom-submenu-link-color-hover)}
:root{--navigation-mobile-level:1;--navigation-mobile-item-indentation-horizontal:1rem;--navigation-mobile-item-indentation-vertical:0.35rem}.navigation-mobile{--overlay-background-color:var(--navigation-mobile-overlay-background-color);--overlay-opacity:0.2;height:calc(100vh - var(--header-height-mobile));left:0;overflow:hidden;pointer-events:none;position:absolute;top:100%;width:100%}.navigation-mobile.open{pointer-events:auto}.navigation-mobile__overlay{height:100%;opacity:0;position:absolute;right:0;transition:opacity .5s linear;width:100vw}.open .navigation-mobile__overlay{opacity:1}.navigation-mobile__content{background-color:var(--navigation-mobile-background-color);height:100%;overflow:auto;position:absolute;right:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .75s ease-in-out;transition:transform .75s ease-in-out;transition:transform .75s ease-in-out,-webkit-transform .75s ease-in-out}.open .navigation-mobile__content{-webkit-transform:translateX(0);transform:translateX(0)}.navigation-mobile .block:after,.navigation-mobile .search-page-link-block:after{background-color:var(--navigation-mobile-block-border-color);content:"";display:block;height:1px;margin-left:var(--navigation-mobile-item-indentation-horizontal);width:calc(100% - var(--navigation-mobile-item-indentation-horizontal)*2)}.navigation-mobile .menu{padding-block:var(--navigation-mobile-item-indentation-vertical)}.navigation-mobile .menu .menu-item__element{align-items:stretch;display:flex;justify-content:space-between;position:relative}.navigation-mobile .menu .menu-item__link{display:inline-block;flex-grow:1;font-size:1.25rem;line-height:2rem;padding:var(--navigation-mobile-item-indentation-vertical) var(--navigation-mobile-item-indentation-horizontal);position:relative;text-transform:uppercase;z-index:2}.navigation-mobile .menu .menu-item__toggler{align-items:center;display:flex;justify-content:flex-end;padding:.2rem var(--navigation-mobile-item-indentation-horizontal);width:50%}.navigation-mobile .submenu{background-color:var(--navigation-mobile-submenu-background-color);max-height:0;overflow:hidden;transition:max-height .75s cubic-bezier(0,1,0,1)}.navigation-mobile .submenu.open{max-height:1000px;transition:max-height 1s ease-in-out}.navigation-mobile .submenu .submenu-item:first-child{margin-top:var(--navigation-mobile-item-indentation-vertical)}.navigation-mobile .submenu .submenu-item:last-child{margin-bottom:var(--navigation-mobile-item-indentation-vertical)}.navigation-mobile .submenu .submenu-item__link{color:var(--navigation-mobile-submenu-link-color);padding:var(--navigation-mobile-item-indentation-vertical) var(--navigation-mobile-item-indentation-horizontal)}.navigation-mobile .submenu .submenu-item__link:hover{color:var(--navigation-mobile-submenu-link-color-hover)}.navigation-mobile .submenu .submenu-item--active>.submenu-item__element>.submenu-item__link{color:var(--navigation-mobile-submenu-link-color-active)}.navigation-mobile .submenu .submenu-item--has-submenu .submenu-item__element{align-items:stretch;display:flex;justify-content:space-between;padding-left:calc(var(--navigation-mobile-level)*var(--navigation-mobile-item-indentation-horizontal));position:relative}.navigation-mobile .submenu .submenu-item--has-submenu .submenu-item__toggler{align-items:center;display:flex;justify-content:flex-end;padding:.2rem var(--navigation-mobile-item-indentation-horizontal);width:50%}.navigation-mobile .search-page-link{margin:var(--navigation-mobile-item-indentation-vertical) var(--navigation-mobile-item-indentation-horizontal)}
.page__content-wrapper{--heading-margin:0 0 var(--content-spacer-s) 0;margin:var(--content-spacer-l) var(--content-spacer-none)}.page:has(.layout-builder__layout){overflow:hidden}
.user-display-name{display:inline-block}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
