/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--body-text-font-size:1.125rem;--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(--body-text-heading-color)}.body-text strong{color:var(--body-text-strong-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)}.body-text blockquote{border-bottom:1px solid var(--blockquote-border-color);border-top:1px solid var(--blockquote-border-color);margin:var(--content-spacer-ml) 0;padding:var(--content-spacer-ml)}.body-text blockquote:before{content:url(/themes/custom/droopler_theme/src/assets/icons/quote.svg);height:2rem;width:2rem}
:root{--heading-margin:0;--heading-text-transform:none;--heading-font-weight:600}.heading{color:var(--heading-color);margin:var(--heading-margin);text-transform:var(--heading-text-transform)}@media(min-width:768px){h1{font-size:56px;line-height:67.77px}h1,h2{font-family:Inter;font-weight:600;letter-spacing:-2%}h2{font-size:43px;line-height:52px}h3{font-size:40px;line-height:44px}h3,h4{font-family:Inter;font-weight:600}h4{font-size:32px;letter-spacing:-2%;line-height:38.73px}h5{font-family:Inter;font-size:24px;font-weight:600;line-height:28px}}
: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)}
: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-secondary{background-color:var(--footer-secondary-background-color)}.footer-secondary__content-column{border-top:1px solid var(--footer-secondary-border-color);padding-bottom:var(--content-spacer-xl);padding-top:var(--content-spacer-m);text-align:center}.footer-secondary__content-column .block--type-social-media{align-items:baseline;display:flex}.footer-secondary__content-column .block--type-social-media .heading{font-family:Inter;font-size:20px;font-weight:600;font-weight:400;line-height:24px}.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{min-height:var(--header-height-mobile);position:relative;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--left .navbar-brand__logo{max-height:4rem;padding:.5rem}.header__content-column--left .navbar-brand__logo img{max-height:3rem}.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}}
.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,.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+.menu-item{margin-left:2rem}.navigation-desktop__top-content .menu .menu-item__link{color:var(--header-search-page-link-color);font-size:.875rem;font-weight:500;padding:.5rem}.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+.menu-item{margin-left:1rem}.navigation-desktop__bottom-content .menu .menu-item__link{color:var(--navigation-desktop-bottom-menu-link-color);font-weight:600;line-height:2.5rem}.navigation-desktop__bottom-content .menu .menu-item__element{align-items:center;display:flex;padding:10px 8px}.navigation-desktop__bottom-content .menu .menu-item__toggler{color:var(--navigation-desktop-bottom-menu-link-color);padding-left:4px}.navigation-desktop__bottom-content .menu .menu-item__toggler .icon:before{font-weight:600}.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);border:1px solid var(--navigation-desktop-bottom-submenu-border-color);border-radius:.25rem;display:none;padding:1rem 0;position:absolute}.navigation-desktop__bottom-content .submenu .submenu-item+.submenu-item{margin-top:8px}.navigation-desktop__bottom-content .submenu .submenu-item__link{color:var(--navigation-desktop-bottom-submenu-link-color);font-weight:600;line-height:2.375rem;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{color:var(--navigation-mobile-submenu-link-color);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;color:var(--navigation-mobile-submenu-link-color);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;color:var(--navigation-mobile-submenu-link-color);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}
.form-item label.form-required::after{margin-inline:0.15em;content:"*";color:var(--bs-form-invalid-color);}
.btn{--dp-bs-btn-font-weight:var(--cta-font-weight);letter-spacing:var(--cta-letter-spacing);margin-block:var(--cta-margin-top-bottom);max-width:var(--cta-max-width);text-transform:var(--cta-text-transform);width:var(--cta-width)}.btn-block{--cta-width:100%;--cta-max-width:none}.btn-link{--cta-width:auto;--cta-max-width:none}
:root{--heading-margin:0;--heading-text-transform:none;--heading-font-weight:600}.heading{color:var(--heading-color);margin:var(--heading-margin);text-transform:var(--heading-text-transform)}@media(min-width:768px){h1{font-size:56px;line-height:67.77px}h1,h2{font-family:Inter;font-weight:600;letter-spacing:-2%}h2{font-size:43px;line-height:52px}h3{font-size:40px;line-height:44px}h3,h4{font-family:Inter;font-weight:600}h4{font-size:32px;letter-spacing:-2%;line-height:38.73px}h5{font-family:Inter;font-size:24px;font-weight:600;line-height:28px}}
: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}
: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{color:var(--navigation-mobile-submenu-link-color);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;color:var(--navigation-mobile-submenu-link-color);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;color:var(--navigation-mobile-submenu-link-color);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)}
#paragraph-d_p_text_paged-7 .divider{display:none;}.block__content .frontend-editing-field-wrapper{background-color:#13121c;}.footer-secondary p{font-size:13px;}.create-website-form{max-width:500px;margin:0 auto;padding-top:40px;font-family:'Inter',sans-serif;}.create-website-form .form-item-domain-name{display:flex;flex-direction:row;align-items:center;}.create-website-form .form-item-domain-name input{flex-grow:1;margin-right:5px;}.create-website-form .form-item-domain-name .description{margin-top:8px;font-size:0.9rem;color:#777;}.domain-wrapper{display:flex;align-items:center;gap:8px;margin-bottom:20px;}.subdomain-input{flex-grow:1;}.domain-suffix{font-size:16px;color:#444;}.create-website-form-background{background-color:#f0f8ff;padding:20px;border-radius:8px;}.create-website-form label{font-weight:600;margin-bottom:6px;display:inline-block;}.create-website-form select{width:100%;padding:10px;border-radius:8px;border:1px solid #ddd;margin-bottom:20px;}.create-website-form input[type="submit"]{background-color:#3B47F5;color:#fff;padding:12px 20px;border-radius:8px;border:none;font-weight:bold;font-size:16px;width:100%;cursor:pointer;transition:background 0.3s ease;}.create-website-form input[type="submit"]:hover{background-color:#2c35c8;}.bootiga-auth-form{max-width:400px;margin:80px auto;padding:30px;border-radius:12px;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.08);font-family:'Segoe UI',sans-serif;}.bootiga-input{width:100%;padding:12px 14px;margin-top:12px;margin-bottom:20px;border:1px solid #ccc;border-radius:8px;font-size:16px;}.bootiga-button{width:100%;padding:12px 14px;background-color:#4A4AFF;color:white;font-weight:bold;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:background-color 0.3s ease;}.bootiga-button:hover{background-color:#3333ff;}.progress,.progress .bar{border-radius:0.25rem;overflow:hidden;height:1.5rem;}.progress .bar{background-color:#0d6efd;width:0%;transition:width 0.4s ease;color:white;text-align:center;line-height:1.5rem;}.pricing-card{transition:transform 0.3s ease,box-shadow 0.3s ease;border:none;border-radius:15px;}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,0.1);}.feature-list li{margin-bottom:0.8rem;color:#6c757d;}.popular-badge{position:absolute;top:-12px;right:20px;border-radius:20px;}.gradient-custom{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);}
