.breakdance .bde-section{position:relative;width:100%;background-position:center center;background-size:cover}.breakdance .bde-section .section-container{max-width:var(--bde-section-width);background-size:cover;position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin:0 auto;padding:var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding)}.breakdance .bde-section .section-shape-divider-wrapper{position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;pointer-events:none}.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg{position:absolute;color:#000;width:100%;height:320px;left:0;right:0;top:0}.breakdance .bde-heading{max-width:100%;margin:0}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}.breakdance .bde-icon{display:flex}.breakdance .bde-div{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;position:relative;background-size:cover}.breakdance .bde-shortcode{max-width:100%;width:100%}.breakdance .bde-notification-bar{width:100%;max-width:100%;text-align:left}.breakdance .bde-notification-bar>div{display:flex;align-items:center;position:relative;padding:20px}.breakdance .bde-notification-bar .ee-alertbox-icon{color:inherit;font-size:50px;margin-right:20px;display:flex}.breakdance .bde-notification-bar .ee-alertbox-icon>svg{font-size:inherit;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.breakdance .bde-notification-bar .ee-alertbox-title{font-size:1.125em;font-weight:700}.breakdance .bde-notification-bar .ee-alertbox-desc{margin-top:6px;font-size:1em}.breakdance .bde-notification-bar .ee-alertbox-link{margin-top:6px;font-size:1em}.breakdance .bde-notification-bar .ee-alertbox-link>a{color:inherit}.breakdance .bde-notification-bar .ee-alertbox-close{position:absolute;right:10px;top:10px;font-size:24px;line-height:1;background-color:transparent;color:inherit;border:none;cursor:pointer}.ee-alertbox-is-hidden{display:none}.breakdance .bde-notification-bar .notification-bar-type-tip{--eenbBgColor:#ebebeb;--eenbAccentColor:grey}.breakdance .bde-notification-bar .notification-bar-type-info{--eenbBgColor:#d3ebf8;--eenbAccentColor:#1c76a6}.breakdance .bde-notification-bar .notification-bar-type-success{--eenbBgColor:#dff8d3;--eenbAccentColor:#41871e}.breakdance .bde-notification-bar .notification-bar-type-warning{--eenbBgColor:#ffe7cc;--eenbAccentColor:#c26801}.breakdance .bde-notification-bar .notification-bar-type-alert{--eenbBgColor:#f8d5d3;--eenbAccentColor:#a9211a}.breakdance .bde-notification-bar .notification-bar-style-style1{background-color:var(--eenbBgColor);color:var(--eenbAccentColor);border-left:6px solid var(--eenbAccentColor)}.breakdance .bde-notification-bar .notification-bar-style-style2{background-color:var(--eenbBgColor);color:var(--eenbAccentColor);border:2px solid var(--eenbAccentColor);border-radius:6px}.breakdance .bde-content-toggle{width:100%;max-width:100%;--switchWidth:60px;--switchHeight:30px;--toggleSize:30px;--switchPadding:6px;--switchBorderRadius:9999px}.breakdance .bde-content-toggle__switcher{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:36px;gap:20px}.breakdance .bde-content-toggle__text{cursor:pointer;font-weight:500;color:var(--grey-400)}.breakdance .bde-content-toggle__text.is-active{cursor:pointer;color:var(--bde-headings-color)}.breakdance .bde-content-toggle__switch{position:relative;display:inline-block;width:calc(var(--switchWidth) + 2 * var(--switchPadding));height:calc(var(--switchHeight) + 2 * var(--switchPadding))}.breakdance .bde-content-toggle__switch input{opacity:0;width:0;height:0}.breakdance .bde-content-toggle__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--bde-brand-primary-color);transition:var(--bde-transition-duration);border-radius:var(--switchBorderRadius)}.breakdance .bde-content-toggle__slider:before{border-radius:var(--switchBorderRadius)}.breakdance .bde-content-toggle__slider:before{position:absolute;content:"";width:var(--toggleSize);height:var(--toggleSize);top:50%;transform:translateY(-50%);left:var(--switchPadding);background-color:#fff;transition:var(--bde-transition-duration)}.breakdance .bde-content-toggle input:checked + .bde-content-toggle__slider:before{transform:translateY(-50%) translateX(calc(var(--switchWidth) - var(--toggleSize)))}.breakdance .bde-content-toggle input:checked + .bde-content-toggle__slider:before{background-color:#fff}.breakdance .bde-content-toggle input:checked + .bde-content-toggle__slider{background-color:var(--bde-brand-primary-color)}.breakdance .bde-content-toggle .bde-content-toggle-content{display:none}.breakdance .bde-content-toggle .bde-content-toggle-content.is-active{display:flex;display:flex}@keyframes breakdance-content-toggle-fade{0%{opacity:0}100%{opacity:1}}.breakdance .bde-content-toggle-content{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;align-items:flex-start}.breakdance .essential-elements-content-toggle-content:empty{min-height:80px}.breakdance .bde-login-form{width:100%;max-width:100%}.breakdance .bde-login-form .breakdance-form-field--checkbox{flex-direction:row}.breakdance .bde-login-form .breakdance-form-field--password .breakdance-form-link--password{margin-top:var(--bde-form-after-sublabel)}.breakdance .bde-register-form{width:100%;max-width:100%}.bde-back-to-top{--bde-back-to-top-width:60px;--bde-back-to-top-height:60px;--bde-back-to-top-animation-duration:300ms}.bde-back-to-top.is-sticky{position:fixed;bottom:0;right:0;z-index:var(--bde-z-index-back-to-top);margin:20px;display:flex;justify-content:center;align-items:center}.bde-back-to-top--icon{width:var(--bde-back-to-top-width);height:var(--bde-back-to-top-height)}.bde-back-to-top__button{display:flex;align-items:center;justify-content:center;background:transparent;border:0;transition:all ease;transition-duration:var(--bde-back-to-top-animation-duration);transform-origin:center;cursor:pointer;position:relative;z-index:20;gap:8px}.bde-back-to-top--icon .bde-back-to-top__button,.bde-back-to-top--progress .bde-back-to-top__button{width:var(--bde-back-to-top-width);height:var(--bde-back-to-top-height);border-radius:50%}.bde-back-to-top--icon .bde-back-to-top__button,.bde-back-to-top--text .bde-back-to-top__button{background:var(--grey-900)}.bde-back-to-top--icon .bde-back-to-top__button:hover,.bde-back-to-top--text .bde-back-to-top__button:hover{background:var(--grey-700)}.bde-back-to-top--text .bde-back-to-top__button{padding:16px;border-radius:8px}.bde-back-to-top__text{line-height:1;color:#fff;text-transform:uppercase;font-weight:600}.bde-back-to-top__icon-wrap>svg{font-size:inherit;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.bde-back-to-top__icon-wrap{display:flex;font-size:20px;transition:all .2s ease}.bde-back-to-top--icon .bde-back-to-top__icon-wrap{color:#fff}.bde-back-to-top--progress .bde-back-to-top__icon-wrap{color:var(--grey-900)}.bde-back-to-top--text .bde-back-to-top__icon-wrap{color:#fff}.bde-back-to-top--icon .bde-back-to-top__button:hover .bde-back-to-top__icon-wrap{font-size:24px}.bde-back-to-top__progress-svg{position:absolute;z-index:30;width:100%;height:100%;fill:none;overflow:visible}.bde-back-to-top__progress-svg path{stroke:var(--grey-200);stroke-width:5;box-sizing:border-box;transition:all 200ms linear;stroke-linecap:round}.bde-back-to-top__progress-svg path.tracker{stroke:var(--grey-900)}.bde-back-to-top__button--animation-fade.is-sticky{opacity:0}.bde-back-to-top__button--animation-fade.is-visible{opacity:1}.bde-back-to-top__button--animation-zoom.is-sticky{opacity:0;transform:scale(0.3)}.bde-back-to-top__button--animation-zoom.is-visible{opacity:1;transform:scale(1)}.bde-back-to-top__button--animation-slide-up.is-sticky{opacity:0;transform:translateY(100%)}.bde-back-to-top__button--animation-slide-up.is-visible{opacity:1;transform:translateY(0)}.bde-back-to-top__button--animation-slide-right.is-sticky{opacity:0;transform:translateX(-100%)}.bde-back-to-top__button--animation-slide-right.is-visible.is-sticky{opacity:1;transform:translateX(0)}.bde-back-to-top__button--animation-slide-left{opacity:0;transform:translateX(100%)}.bde-back-to-top__button--animation-slide-left.is-visible.is-sticky{opacity:1;transform:translateX(0)}.bde-back-to-top__button--show-always.is-sticky{opacity:1;transform:none}.bde-back-to-top__button--autohide.is-sticky.is-top{opacity:0;transform:none}