@keyframes brandy-spinning{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.brandy-account-element .brandy-element-wrapper{padding:var(--brandy-account-padding);margin:var(--brandy-account-margin)}.brandy-account__label{display:none}@media screen and (min-width: 1024px){.brandy-account__label[data-device=desktop]{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-account__label[data-device=tablet]{display:block}}@media screen and (max-width: 479px){.brandy-account__label[data-device=mobile]{display:block}}.brandy-account{gap:var(--brandy-account-item-spacing);display:none;align-items:center;--brandy-account-icon-color: var(--brandy-account-icon-color-normal);--brandy-account-icon-background: var(--brandy-account-icon-background-normal);--brandy-account-icon-border-color: var(--brandy-account-icon-border-color-normal);--brandy-account-label-color: var(--brandy-account-label-color-normal)}.brandy-account:hover{--brandy-account-icon-color: var(--brandy-account-icon-color-hover);--brandy-account-icon-background: var(--brandy-account-icon-background-hover);--brandy-account-icon-border-color: var(--brandy-account-icon-border-color-hover);--brandy-account-label-color: var(--brandy-account-label-color-hover)}.brandy-account:hover .brandy-theme-icon{transform:scaleX(1.1) scaleY(1.1)}@media screen and (max-width: 479px){.brandy-account{display:flex}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-account{display:flex}}@media screen and (min-width: 1024px){.brandy-account{display:flex}}.brandy-account[label-position=left] .brandy-account__label{order:-1}.brandy-account[label-position=right] .brandy-account__label{order:1}.brandy-account[label-position=bottom]{flex-direction:column}.brandy-account[data-state=logged_out] .brandy-account__label{display:none}.brandy-account:not([data-profile-type=text]){position:relative}@media screen and (min-width: 1024px){.brandy-account:not([data-profile-type=text]) .brandy-account__label[data-device=desktop][data-as-tooltip=true]{position:absolute;display:block;z-index:10;background-color:var(--theme-tooltip-background-color, #272819);color:var(--theme-tooltip-color, #ffffff);font-size:.75rem;line-height:1rem;width:max-content;padding:.25rem 6px;border-radius:.125rem;text-align:center;top:calc(100% + 10px);left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:all ease-in-out var(--theme-component-transition-duration, .2s)}.brandy-account:not([data-profile-type=text]) .brandy-account__label[data-device=desktop][data-as-tooltip=true]:after{content:"";position:absolute;left:50%;top:-5px;transform:translate(-50%);width:0;height:0;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:var(--theme-tooltip-background-color, #272819);border-top-color:transparent;border-bottom-width:6px;border-right-width:6px;border-left-width:6px}.brandy-account:not([data-profile-type=text]):hover .brandy-account__label[data-device=desktop][data-as-tooltip=true]{opacity:1;visibility:visible;top:calc(100% + 3px)}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-account:not([data-profile-type=text]) .brandy-account__label[data-device=tablet][data-as-tooltip=true]{position:absolute;display:block;z-index:10;background-color:var(--theme-tooltip-background-color, #272819);color:var(--theme-tooltip-color, #ffffff);font-size:.75rem;line-height:1rem;width:max-content;padding:.25rem 6px;border-radius:.125rem;text-align:center;top:calc(100% + 10px);left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:all ease-in-out var(--theme-component-transition-duration, .2s)}.brandy-account:not([data-profile-type=text]) .brandy-account__label[data-device=tablet][data-as-tooltip=true]:after{content:"";position:absolute;left:50%;top:-5px;transform:translate(-50%);width:0;height:0;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:var(--theme-tooltip-background-color, #272819);border-top-color:transparent;border-bottom-width:6px;border-right-width:6px;border-left-width:6px}.brandy-account:not([data-profile-type=text]):hover .brandy-account__label[data-device=tablet][data-as-tooltip=true]{opacity:1;visibility:visible;top:calc(100% + 3px)}}@media screen and (max-width: 479px){.brandy-account:not([data-profile-type=text]) .brandy-account__label[data-device=mobile][data-as-tooltip=true]{position:absolute;display:block;z-index:10;background-color:var(--theme-tooltip-background-color, #272819);color:var(--theme-tooltip-color, #ffffff);font-size:.75rem;line-height:1rem;width:max-content;padding:.25rem 6px;border-radius:.125rem;text-align:center;top:calc(100% + 10px);left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:all ease-in-out var(--theme-component-transition-duration, .2s)}.brandy-account:not([data-profile-type=text]) .brandy-account__label[data-device=mobile][data-as-tooltip=true]:after{content:"";position:absolute;left:50%;top:-5px;transform:translate(-50%);width:0;height:0;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:var(--theme-tooltip-background-color, #272819);border-top-color:transparent;border-bottom-width:6px;border-right-width:6px;border-left-width:6px}.brandy-account:not([data-profile-type=text]):hover .brandy-account__label[data-device=mobile][data-as-tooltip=true]{opacity:1;visibility:visible;top:calc(100% + 3px)}}.brandy-account .brandy-account__label{color:var(--brandy-account-label-color);font-size:var(--brandy-account-label-typography-font_size);line-height:var(--brandy-account-label-typography-line_height);letter-spacing:var(--brandy-account-label-typography-letter_spacing);font-weight:var(--brandy-account-label-typography-font_weight);font-style:var(--brandy-account-label-typography-font_style);text-transform:var(--brandy-account-label-typography-transform);text-decoration:var(--brandy-account-label-typography-decoration);transition-property:color;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out}.brandy-account .brandy-account__icon{border:var(--brandy-account-icon-border-width) solid var(--brandy-account-icon-border-color);border-radius:var(--brandy-account-icon-border-radius);background-color:var(--brandy-account-icon-background);transition-property:background-color,border-color;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out}.brandy-account .brandy-account__icon svg,.brandy-account .brandy-account__icon img{width:var(--brandy-account-icon-size);height:var(--brandy-account-icon-size)}.brandy-account .brandy-account__icon svg *[stroke]{stroke:var(--brandy-account-icon-color);transition-property:stroke;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out}.brandy-account .brandy-account__icon svg *[fill]{fill:var(--brandy-account-icon-color);transition-property:fill;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out}.brandy-account .brandy-account__icon img{padding:0}.brandy-button{width:fit-content;display:flex;align-items:center;margin:var(--brandy-button-margin);padding:var(--brandy-button-padding);box-shadow:var(--brandy-button-box-shadow);border-radius:var(--brandy-button-border-radius);gap:var(--brandy-button-item-spacing);font-size:var(--brandy-button-text-typography-font_size);line-height:var(--brandy-button-text-typography-line_height);letter-spacing:var(--brandy-button-text-typography-letter_spacing);font-weight:var(--brandy-button-text-typography-font_weight);font-style:var(--brandy-button-text-typography-font_style);text-transform:var(--brandy-button-text-typography-transform);text-decoration:var(--brandy-button-text-typography-decoration);transition-property:background,border-color,color;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out;--brandy-button-icon-color: currentColor}.brandy-button[data-custom-colors=true]{--brandy-button-icon-color: var(--brandy-button-icon-color-normal);background-color:var(--brandy-button-bg-color-normal);color:var(--brandy-button-text-color-normal)}.brandy-button[data-custom-colors=true]:hover{--brandy-button-icon-color: var(--brandy-button-icon-color-hover);background-color:var(--brandy-button-bg-color-hover);color:var(--brandy-button-text-color-hover)}.brandy-button[data-size=small]{min-height:30px}.brandy-button[data-size=medium]{min-height:38px}.brandy-button[data-size=large]{min-height:48px}.brandy-button .brandy-theme-icon svg{width:var(--brandy-button-icon-size);height:var(--brandy-button-icon-size);padding:0}.brandy-button .brandy-theme-icon svg *[stroke]{stroke:var(--brandy-button-icon-color)}.brandy-button .brandy-theme-icon svg *[fill]{fill:var(--brandy-button-icon-color)}.brandy-button .brandy-theme-icon svg *{transition-property:stroke,fill;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out}.brandy-button[data-type=outline]{border-width:var(--brandy-button-border-width);border-style:solid}.brandy-button[data-type=outline][data-custom-colors=true]{border-color:var(--brandy-button-border-color-normal)}.brandy-button[data-type=outline][data-custom-colors=true]:hover{border-color:var(--brandy-button-border-color-hover)}.wp-element-button[disabled],.wp-element-button.disabled,.wp-element-button.disabled:hover,.wp-element-button[disabled]:hover{background:#eee;color:#c4c4c4;border-color:#eee;cursor:not-allowed;box-shadow:none}.brandy-cart-element{margin:var(--element-cart-margin_design);padding:var(--element-cart-padding_design)}.brandy-cart-a{--element-cart_qtybadge_design-textcolor: var(--element-cart_qtybadge_design-textcolor-normal);--element-cart_qtybadge_design-bgcolor: var(--element-cart_qtybadge_design-bgcolor-normal);--element-cart-label-text_color: var(--element-cart-label-text_color-normal);--element-cart-icon-bgcolor: var(--element-cart-icon-bgcolor-normal);--element-cart-icon-stroke-color: var(--element-cart-icon-stroke-color-normal);--element-cart-icon-color: var(--element-cart-icon-color-normal)}.brandy-cart-a:hover{--element-cart_qtybadge_design-textcolor: var(--element-cart_qtybadge_design-textcolor-hover);--element-cart_qtybadge_design-bgcolor: var(--element-cart_qtybadge_design-bgcolor-hover);--element-cart-label-text_color: var(--element-cart-label-text_color-hover);--element-cart-icon-color: var(--element-cart-icon-color-hover);--element-cart-icon-bgcolor: var(--element-cart-icon-bgcolor-hover);--element-cart-icon-stroke-color: var(--element-cart-icon-stroke-color-hover)}.brandy-cart-a .brandy-cart-icon-wrap{position:relative;display:inline-block;border-style:solid;background-color:var(--element-cart-icon-bgcolor);border-color:var(--element-cart-icon-stroke-color);border-width:var(--element-cart-icon-stroke-width);border-radius:var(--element-cart-icon-border-radius)}.brandy-cart-a .brandy-cart-icon-wrap .brandy-theme-icon{width:var(--element-cart-icon-size);height:var(--element-cart-icon-size)}.brandy-cart-a .brandy-cart-icon-wrap svg{width:100%;height:100%}.brandy-cart-a .brandy-cart-icon-wrap svg *[stroke]:not([stroke=white]){stroke:var(--element-cart-icon-color)}.brandy-cart-a .brandy-cart-icon-wrap svg *[fill]:not([fill=white]){fill:var(--element-cart-icon-color)}.brandy-cart-a .brandy-cart-qtybadge{display:var(--element-badge-display);color:var(--element-cart_qtybadge_design-textcolor);background-color:var(--element-cart_qtybadge_design-bgcolor);top:var(--element-cart_qtybadge_design-offset-top, 0);right:var(--element-cart_qtybadge_design-offset-right, 0);left:unset;bottom:unset}.brandy-cart-a .brandy-cart-label{display:none;color:var(--element-cart-label-text_color);font-size:var(--element-cart-label-typography-font_size);line-height:var(--element-cart-label-typography-line_height);letter-spacing:var(--element-cart-label-typography-letter_spacing);font-weight:var(--element-cart-label-typography-font_weight);font-style:var(--element-cart-label-typography-font_style);text-transform:var(--element-cart-label-typography-transform);text-decoration:var(--element-cart-label-typography-decoration)}.brandy-cart-a .brandy-cart-label[display=hide]{position:absolute;display:block;z-index:10;background-color:var(--theme-tooltip-background-color, #272819);color:var(--theme-tooltip-color, #ffffff);font-size:.75rem;line-height:1rem;width:max-content;padding:.25rem 6px;border-radius:.125rem;text-align:center;top:calc(100% + 10px);left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:all ease-in-out var(--theme-component-transition-duration, .2s)}.brandy-cart-a .brandy-cart-label[display=hide]:after{content:"";position:absolute;left:50%;top:-5px;transform:translate(-50%);width:0;height:0;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:var(--theme-tooltip-background-color, #272819);border-top-color:transparent;border-bottom-width:6px;border-right-width:6px;border-left-width:6px}@media screen and (min-width: 1024px){.brandy-cart-a:hover .brandy-cart-label[display=hide][device=desktop]{opacity:1;visibility:visible;top:calc(100% + 3px)}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-cart-a:hover .brandy-cart-label[display=hide][device=tablet]{opacity:1;visibility:visible;top:calc(100% + 3px)}}@media screen and (max-width: 479px){.brandy-cart-a:hover .brandy-cart-label[display=hide][device=mobile]{opacity:1;visibility:visible;top:calc(100% + 3px)}}.brandy-cart-a:hover .brandy-theme-icon{transform:scaleX(1.1) scaleY(1.1)}@media screen and (min-width: 1024px){.brandy-cart-a .brandy-cart-label-desktop{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-cart-a .brandy-cart-label-tablet{display:block}}@media screen and (max-width: 479px){.brandy-cart-a .brandy-cart-label-mobile{display:block}}.brandy-cart-drawer{position:fixed;display:flex;width:100vw;max-width:28rem;left:auto;right:0;background-color:#fff;z-index:500000;flex-direction:column;overflow:hidden;overflow-y:auto;transform:translate3d(100%,0,0);transition:transform 1.25s cubic-bezier(.19,1,.22,1);inset-block:0px 0px;height:calc(100% - var(--wp-adminbar-height));top:var(--wp-adminbar-height)}.brandy-cart-drawer.brandy-cart-drawer-open{transform:none}.brandy-cart-drawer-header{padding:1rem 1.5rem;border-bottom:1px solid #cdcdcd;font-weight:700;position:relative;display:flex;justify-content:space-between;align-items:center}.brandy-cart-drawer-content{padding:1rem}.brandy-cart-overlay{background-color:#122940cc;opacity:0;position:fixed;z-index:400000;visibility:hidden;top:0;right:0;bottom:0;left:0;height:calc(100% - var(--wp-adminbar-height));top:var(--wp-adminbar-height);transition:opacity var(--theme-component-transition-duration, .2s) cubic-bezier(.4,0,.2,1)}.brandy-cart-overlay.brandy-cart-overlay-open{opacity:1;visibility:visible}.brandy-cart-wrapper{position:relative}.brandy-cart-wrapper>a{display:flex;align-items:center;gap:var(--element-cart_item_spacing_design)}.brandy-cart-dropdown{position:absolute;left:0;margin-top:5px;visibility:hidden;opacity:0;z-index:11;background:#ffffff;min-width:350px;max-width:28rem;transition-property:opacity,visibility;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-cart-dropdown[type=dropdown]{border:1px solid var(--wp--preset--color--brandy-border);box-shadow:0 0 #0000,0 0 #0000,0 5px 25px #00000008;border-radius:9px;overflow:hidden}.brandy-cart-dropdown[type=dropdown].dropdown-fixed{position:fixed;width:100%}.brandy-cart-dropdown[type=dropdown].dropdown-normal{right:0;left:auto}.brandy-cart-dropdown[type=dropdown].dropdown-transform{right:-50%;transform:translate(50%)}.brandy-cart-dropdown[type=dropdown] .mini-cart__close{display:none}.brandy-cart-wrapper.brandy-cart-dropdown-open .brandy-cart-dropdown{visibility:visible;opacity:1}.brandy-mini-cart__close{--element-cart-icon-close-color: var(--element-cart-icon-close-color-normal);--element-cart-icon-close-background-color: var(--element-cart-icon-close-background-color-normal);--element-cart-icon-close-stroke-color: var(--element-cart-icon-close-stroke-color-normal);padding:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:var(--element-cart-icon-close-border-radius);background-color:var(--element-cart-icon-close-background-color);color:var(--element-cart-icon-close-color);border:var(--element-cart-icon-close-stroke-width) solid var(--element-cart-icon-close-stroke-color)}.brandy-mini-cart__close:hover{color:var(--element-cart-icon-close-color-hover);background-color:var(--element-cart-icon-close-background-color-hover);border-color:var(--element-cart-icon-close-stroke-color-hover)}.brandy-mini-cart__close .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.brandy-mini-cart__close svg{width:var(--element-cart-icon-close-size);height:var(--element-cart-icon-close-size)}.brandy-contact-element *{transition-property:background,border-color,stroke,width;transition-timing-function:ease-in-out;transition-duration:var(--theme-component-transition-duration, .2s)}.brandy-contact-element .brandy-element-wrapper{margin:var(--element-margin);display:flex;align-items:center}.brandy-contact-element .brandy-contact-list{display:inline-flex;gap:var(--element-item-spacing);align-items:center}@media screen and (min-width: 1024px){.brandy-contact-element .brandy-contact-list[items-direction-desktop=column]{flex-direction:column}.brandy-contact-element .brandy-contact-list[items-direction-desktop=column][items-alignment=left]{align-items:flex-start}.brandy-contact-element .brandy-contact-list[items-direction-desktop=column][items-alignment=center]{align-items:center}.brandy-contact-element .brandy-contact-list[items-direction-desktop=column][items-alignment=right]{align-items:flex-end}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-contact-element .brandy-contact-list[items-direction-tablet=column]{flex-direction:column}.brandy-contact-element .brandy-contact-list[items-direction-tablet=column][items-alignment=left]{align-items:flex-start}.brandy-contact-element .brandy-contact-list[items-direction-tablet=column][items-alignment=center]{align-items:center}.brandy-contact-element .brandy-contact-list[items-direction-tablet=column][items-alignment=right]{align-items:flex-end}}@media screen and (max-width: 479px){.brandy-contact-element .brandy-contact-list[items-direction-mobile=column]{flex-direction:column}.brandy-contact-element .brandy-contact-list[items-direction-mobile=column][items-alignment=left]{align-items:flex-start}.brandy-contact-element .brandy-contact-list[items-direction-mobile=column][items-alignment=center]{align-items:center}.brandy-contact-element .brandy-contact-list[items-direction-mobile=column][items-alignment=right]{align-items:flex-end}}.brandy-contact-element .brandy-contact-list .brandy-contact-item{display:flex;align-items:center;gap:5px;--element-icon-color: var(--element-icon-color-normal);--element-icon-background: var(--element-icon-background-normal);--element-icon-stroke-color: var(--element-icon-stroke-color-normal);--element-text-color: var(--element-text-color-normal)}.brandy-contact-element .brandy-contact-list .brandy-contact-item.hidden{display:none}.brandy-contact-element .brandy-contact-list .brandy-contact-item:hover{--element-icon-color: var(--element-icon-color-hover);--element-icon-background: var(--element-icon-background-hover);--element-icon-stroke-color: var(--element-icon-stroke-color-hover);--element-text-color: var(--element-text-color-hover)}.brandy-contact-element .brandy-contact-list .brandy-contact-item__icon{background:var(--element-icon-background);border-style:solid;border-color:var(--element-icon-stroke-color);border-width:var(--element-icon-stroke-width);border-radius:var(--element-icon-border-radius);display:flex;align-items:center;justify-content:center}.brandy-contact-element .brandy-contact-list .brandy-contact-item__icon .brandy-theme-icon{width:var(--element-icon-size);height:var(--element-icon-size)}.brandy-contact-element .brandy-contact-list .brandy-contact-item__icon svg{width:100%;height:100%}.brandy-contact-element .brandy-contact-list .brandy-contact-item__icon svg *[stroke]{stroke:var(--element-icon-color)}.brandy-contact-element .brandy-contact-list .brandy-contact-item__icon svg *[fill]{fill:var(--element-icon-color)}.brandy-contact-element .brandy-contact-list .brandy-contact-item__text{color:var(--element-text-color);font-size:var(--element-text-typography-font_size);line-height:var(--element-text-typography-line_height);letter-spacing:var(--element-text-typography-letter_spacing);font-weight:var(--element-text-typography-font_weight);font-style:var(--element-text-typography-font_style);text-transform:var(--element-text-typography-transform);text-decoration:var(--element-text-typography-decoration);text-align:center}@media screen and (min-width: 1024px){.brandy-contact-element .brandy-contact-list[label-position-desktop=left] .brandy-contact-item__text{order:-1}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-contact-element .brandy-contact-list[label-position-tablet=left] .brandy-contact-item__text{order:-1}}@media screen and (max-width: 479px){.brandy-contact-element .brandy-contact-list[label-position-mobile=left] .brandy-contact-item__text{order:-1}}@media screen and (min-width: 1024px){.brandy-contact-element .brandy-contact-list[label-position-desktop=bottom] .brandy-contact-item{flex-direction:column;align-items:center;justify-content:center}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-contact-element .brandy-contact-list[label-position-tablet=bottom] .brandy-contact-item{flex-direction:column;align-items:center;justify-content:center}}@media screen and (max-width: 479px){.brandy-contact-element .brandy-contact-list[label-position-mobile=bottom] .brandy-contact-item{flex-direction:column;align-items:center;justify-content:center}}.brandy-copyright-element .brandy-element-wrapper{--element-copyright-text-color: var(--element-copyright-text-color-normal);--element-copyright-link-color: var(--element-copyright-link-color-normal);color:var(--element-copyright-text-color);margin:var(--element-copyright-margin);padding:var(--element-copyright-padding)}@media screen and (min-width: 1024px){.brandy-copyright-element .brandy-element-wrapper{text-align:var(--element-copyright-content-alignment-desktop)}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-copyright-element .brandy-element-wrapper{text-align:var(--element-copyright-content-alignment-tablet)}}@media screen and (max-width: 479px){.brandy-copyright-element .brandy-element-wrapper{text-align:var(--element-copyright-content-alignment-mobile)}}.brandy-copyright-element .brandy-element-wrapper:hover{--element-copyright-text-color: var(--element-copyright-text-color-hover);--element-copyright-link-color: var(--element-copyright-link-color-hover)}.brandy-copyright-element .brandy-element-wrapper a{color:var(--element-copyright-link-color)}.brandy-currency-element{margin:var(--element-currency-margin)}.brandy-currency-element .brandy-currency-switcher__placeholder,.brandy-currency-element .brandy-currency-option{--element-currency-symbol-stroke-color: var(--element-currency-symbol-stroke-color-normal);--element-currency-code-text-color: var(--element-currency-code-text-color-normal);--element-currency-arrow-icon-color: var(--element-currency-arrow-icon-color-normal)}.brandy-currency-element .brandy-currency-switcher__placeholder:hover,.brandy-currency-element .brandy-currency-option:hover{--element-currency-code-text-color: var(--element-currency-code-text-color-hover);--element-currency-symbol-stroke-color: var(--element-currency-symbol-stroke-color-hover);--element-currency-arrow-icon-color: var(--element-currency-arrow-icon-color-hover)}.brandy-currency-element .brandy-currency-options{position:absolute;top:100%;display:flex;flex-direction:column;background:#fff;margin-top:7px;padding:3px;border-radius:5px;box-shadow:0 0 8px #3333331a;z-index:100}.brandy-currency-element .brandy-currency-option{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:10px 16px;cursor:pointer;transition:background-color var(--theme-component-transition-duration, .2s) ease-in-out;border-radius:inherit}.brandy-currency-element .brandy-currency-option:hover{background-color:#f7fbff}.brandy-currency-element .brandy-currency-option .brandy-currency-option__suffix{display:none}.brandy-currency-element .brandy-currency-option.current-currency{background-color:#ebf5ff}.brandy-currency-element .brandy-currency-option.current-currency .brandy-currency-option__suffix{display:inline-block}.brandy-currency-element .brandy-currency-option.current-currency .brandy-currency-name{color:#2271b1}.brandy-currency-element .brandy-currency-option .brandy-currency-box{min-width:100px}.brandy-currency-element .brandy-currency-switcher__placeholder{display:flex;padding:8px;align-items:center;gap:4px;cursor:pointer}.brandy-currency-element .brandy-currency-switcher__placeholder+.brandy-currency-options{display:none;gap:var(--element-currency-item-spacing)}.brandy-currency-element .brandy-currency-switcher__placeholder.opened+.brandy-currency-options{display:flex}.brandy-currency-element .brandy-currency-arrow{width:var(--element-currency-arrow-icon-size);height:var(--element-currency-arrow-icon-size);display:none}@media screen and (min-width: 1024px){.brandy-currency-element .brandy-currency-arrow[desktop-enabled=true]{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-currency-element .brandy-currency-arrow[tablet-enabled=true]{display:block}}@media screen and (max-width: 479px){.brandy-currency-element .brandy-currency-arrow[mobile-enabled=true]{display:block}}.brandy-currency-element .brandy-currency-arrow svg{width:100%;height:100%}.brandy-currency-element .brandy-currency-arrow svg *[fill]{transition:fill var(--theme-component-transition-duration, .2s) ease-in-out;fill:var(--element-currency-arrow-icon-color)}.brandy-currency-element .brandy-currency-box{display:flex;gap:7px;align-items:center}.brandy-currency-element .brandy-currency-box .brandy-currency-flag{display:none;border-width:var(--element-currency-symbol-stroke-width);border-color:var(--element-currency-symbol-stroke-color);border-radius:3px;overflow:hidden;transition:border var(--theme-component-transition-duration, .2s) ease-in-out}@media screen and (min-width: 1024px){.brandy-currency-element .brandy-currency-box .brandy-currency-flag[desktop-enabled=true]{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-currency-element .brandy-currency-box .brandy-currency-flag[tablet-enabled=true]{display:block}}@media screen and (max-width: 479px){.brandy-currency-element .brandy-currency-box .brandy-currency-flag[mobile-enabled=true]{display:block}}.brandy-currency-element .brandy-currency-box .brandy-currency-flag img{width:var(--element-currency-symbol-size)}.brandy-currency-element .brandy-currency-box .brandy-currency-name{color:var(--element-currency-code-text-color);font-size:var(--element-currency-code-typography-font_size);line-height:var(--element-currency-code-typography-line_height);letter-spacing:var(--element-currency-code-typography-letter_spacing);font-weight:var(--element-currency-code-typography-font_weight);font-style:var(--element-currency-code-typography-font_style);text-transform:var(--element-currency-code-typography-transform);text-decoration:var(--element-currency-code-typography-decoration);transition:color var(--theme-component-transition-duration, .2s) ease-in-out}.brandy-currency-element .brandy-currency-box .brandy-currency-name *{display:none}.brandy-currency-element .brandy-currency-box[flag-position=right] .brandy-currency-name{order:-1}.brandy-divider-element .brandy-element-wrapper{padding:var(--brandy-divider-padding);margin:var(--brandy-divider-margin)}.brandy-divider-element .brandy-element-wrapper .brandy-divider{display:none;background:var(--brandy-divider-color-normal)}@media screen and (max-width: 479px){.brandy-divider-element .brandy-element-wrapper .brandy-divider[device=mobile]{display:block!important}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-divider-element .brandy-element-wrapper .brandy-divider[device=tablet]{display:block!important}}@media screen and (min-width: 1024px){.brandy-divider-element .brandy-element-wrapper .brandy-divider[device=desktop]{display:block!important}}.brandy-divider-element .brandy-element-wrapper .brandy-divider[layout=vertical]{width:var(--brandy-divider-vertical-width);height:var(--brandy-divider-vertical-height)}.brandy-divider-element .brandy-element-wrapper .brandy-divider[layout=horizontal]{width:var(--brandy-divider-horizontal-width);height:var(--brandy-divider-horizontal-height)}#toggle-off-canvas .brandy-divider-element,#toggle-off-canvas .brandy-divider-element .brandy-element-wrapper{width:100%}.brandy-html-element .brandy-element-wrapper{padding:var(--brandy-builder-element-html-padding);margin:var(--brandy-builder-element-html-margin);text-align:var(--brandy-builder-element-html-content-alignment)}.brandy-html-element .brandy-element-wrapper .content{color:var(--brandy-builder-element-html-text-color-normal)}.brandy-html-element .brandy-element-wrapper .content a{display:inline-block;line-height:1.4;color:var(--brandy-builder-element-html-link-color-normal)}.brandy-lang-switcher-element{margin:var(--brandy-ls-margin);--brandy-ls-flag-icon-stroke-color: var(--brandy-ls-flag-icon-stroke-color-normal);--brandy-ls-arrow-icon-color: var(--brandy-ls-arrow-icon-color-normal)}.brandy-lang-switcher-element .brandy-element-wrapper{width:fit-content}.brandy-lang-switcher-element .brandy-lang-name{color:var(--brandy-ls-country-name-color-normal);font-size:var(--brandy-ls-country-name-font_size);line-height:var(--brandy-ls-country-name-line_height);letter-spacing:var(--brandy-ls-country-name-letter_spacing);font-weight:var(--brandy-ls-country-name-font_weight);font-style:var(--brandy-ls-country-name-font_style);text-transform:var(--brandy-ls-country-name-transform);text-decoration:var(--brandy-ls-country-name-decoration)}.brandy-lang-switcher-element .brandy-lang-name a{color:inherit;transition-property:color;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-lang-switcher-element .brandy-lang-name a *{display:none}.brandy-lang-switcher-element .brandy-lang-name [name-type=country_code]{text-transform:capitalize}@media screen and (max-width: 479px){.brandy-lang-switcher-element .brandy-lang-name .brandy-lang-name-tablet,.brandy-lang-switcher-element .brandy-lang-name .brandy-lang-name-desktop{display:none}.brandy-lang-switcher-element .brandy-lang-name .brandy-lang-name-mobile{display:var(--brandy-ls-flag-name-display)}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-lang-switcher-element .brandy-lang-name .brandy-lang-name-mobile,.brandy-lang-switcher-element .brandy-lang-name .brandy-lang-name-desktop{display:none}.brandy-lang-switcher-element .brandy-lang-name .brandy-lang-name-tablet{display:var(--brandy-ls-flag-name-display)}}@media screen and (min-width: 1024px){.brandy-lang-switcher-element .brandy-lang-name .brandy-lang-name-tablet,.brandy-lang-switcher-element .brandy-lang-name .brandy-lang-name-mobile{display:none}.brandy-lang-switcher-element .brandy-lang-name .brandy-lang-name-desktop{display:var(--brandy-ls-flag-name-display)}}.brandy-lang-switcher-element .brandy-lang-option{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:var(--brandy-ls-language-item-padding, .5rem 1rem);cursor:pointer;background-color:var(--brandy-ls-language-item-background-normal);border-style:solid;border-width:var(--brandy-ls-language-item-stroke-width);border-color:var(--brandy-ls-language-item-stroke-color-normal);border-radius:var(--brandy-ls-language-item-border-radius);transition-property:background-color,border-color;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-lang-switcher-element .brandy-lang-option__content{display:flex;align-items:center;gap:6px}.brandy-lang-switcher-element .brandy-lang-option__suffix{display:none;opacity:0;visibility:hidden}.brandy-lang-switcher-element .brandy-lang-option.selected{color:var(--brandy-wp-color)}.brandy-lang-switcher-element .brandy-lang-option.selected .brandy-lang-option__suffix{opacity:1;visibility:visible}.brandy-lang-switcher-element .brandy-lang-option.selected .brandy-lang-name{color:var(--brandy-ls-country-name-color-active);font-size:var(--brandy-ls-country-active-name-font_size);line-height:var(--brandy-ls-country-active-name-line_height);letter-spacing:var(--brandy-ls-country-active-name-letter_spacing);font-weight:var(--brandy-ls-country-active-name-font_weight);font-style:var(--brandy-ls-country-active-name-font_style);text-transform:var(--brandy-ls-country-active-name-transform);text-decoration:var(--brandy-ls-country-active-name-decoration)}.brandy-lang-switcher-element .brandy-lang-option.selected .brandy-lang-option__suffix svg *{stroke:var(--brandy-ls-country-name-color-active)}.brandy-lang-switcher-element .brandy-lang-switcher__placeholder:hover,.brandy-lang-switcher-element .brandy-lang-option:hover{--brandy-ls-flag-icon-stroke-color: var(--brandy-ls-flag-icon-stroke-color-hover)}.brandy-lang-switcher-element .brandy-lang-switcher__placeholder{--brandy-ls-activator-background: var(--brandy-ls-activator-background-normal);--brandy-ls-activator-stroke-color: var(--brandy-ls-activator-stroke-color-normal);padding:var(--brandy-ls-activator-padding);display:flex;align-items:center;gap:6px;cursor:pointer;border-style:solid;background-color:var(--brandy-ls-activator-background);border-width:var(--brandy-ls-activator-stroke-width);border-color:var(--brandy-ls-activator-stroke-color);border-radius:var(--brandy-ls-activator-border-radius);transition-property:background-color,border-color;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-lang-switcher-element .brandy-lang-switcher__placeholder .brandy-lang-name{font-size:var(--brandy-ls-activator-typography-font_size);line-height:var(--brandy-ls-activator-typography-line_height);letter-spacing:var(--brandy-ls-activator-typography-letter_spacing);font-weight:var(--brandy-ls-activator-typography-font_weight);font-style:var(--brandy-ls-activator-typography-font_style);text-transform:var(--brandy-ls-activator-typography-transform);text-decoration:var(--brandy-ls-activator-typography-decoration)}.brandy-lang-switcher-element .brandy-lang-switcher__placeholder.opened+.brandy-lang-options{opacity:1!important;visibility:visible!important;transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1)!important}.brandy-lang-switcher-element .brandy-lang-flag{overflow:hidden;border-style:solid;display:var(--brandy-ls-flag-icon-display, flex);border-color:var(--brandy-ls-flag-icon-stroke-color);border-width:var(--brandy-ls-flag-icon-stroke-width)}.brandy-lang-switcher-element .brandy-lang-flag>.flag-wrapper{display:inline-block;overflow:hidden;width:var(--brandy-ls-flag-icon-size);height:var(--brandy-ls-flag-icon-size)}.brandy-lang-switcher-element .brandy-lang-flag>.flag-wrapper svg{height:100%;width:auto}.brandy-lang-switcher-element .brandy-lang-flag[icon-style=normal]>.flag-wrapper{height:var(--brandy-ls-flag-icon-size);width:calc(var(--brandy-ls-flag-icon-size) * 1.5)}.brandy-lang-switcher-element .brandy-lang-flag[icon-style=rounded]>.flag-wrapper{border-radius:50%}.brandy-lang-switcher-element .brandy-lang-flag[icon-style=rounded]>.flag-wrapper svg{position:relative;left:-20%}.brandy-lang-switcher-element .brandy-lang-flag[icon-style=square]>.flag-wrapper{border-radius:3px}.brandy-lang-switcher-element .brandy-lang-flag[icon-style=square]>.flag-wrapper svg{position:relative;left:-20%}.brandy-lang-switcher-element .brandy-lang-switcher__placeholder:hover{--brandy-ls-arrow-icon-color: var(--brandy-ls-arrow-icon-color-hover)}.brandy-lang-switcher-element .brandy-lang-arrow{display:var(--brandy-ls-arrow-icon-display);width:var(--brandy-ls-arrow-icon-size);height:var(--brandy-ls-arrow-icon-size)}.brandy-lang-switcher-element .brandy-lang-arrow svg{width:100%;height:100%}.brandy-lang-switcher-element .brandy-lang-arrow svg *[stroke]{stroke:var(--brandy-ls-arrow-icon-color)}.brandy-lang-switcher-element .brandy-lang-arrow svg *[fill]{fill:var(--brandy-ls-arrow-icon-color)}.brandy-lang-switcher-element .brandy-element-wrapper[show-type=dropdown]{position:relative}.brandy-lang-switcher-element .brandy-element-wrapper[show-type=dropdown] .brandy-lang-switcher__placeholder .brandy-lang-name{color:var(--brandy-ls-activator-color-normal, var(--brandy-ls-country-name-color-normal))}.brandy-lang-switcher-element .brandy-element-wrapper[show-type=dropdown] .brandy-lang-options{z-index:100;max-height:200px;overflow:auto;min-width:100%;width:max-content;display:flex;opacity:0;visibility:hidden;transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);transition:transform ease-in-out .1s;top:100%;padding:var(--brandy-ls-language-dropdown-padding, 3px 0)}.brandy-lang-switcher-element .brandy-element-wrapper[show-type=dropdown] .brandy-lang-options .brandy-lang-option:after{content:"";position:absolute;width:100%;height:var(--brandy-ls-item-divider-height);top:calc(100% + var(--brandy-ls-language-item-spacing) / 2 + var(--brandy-ls-language-item-stroke-width));left:0;background-color:#3e3e3e}.brandy-lang-switcher-element .brandy-element-wrapper[show-type=dropdown] .brandy-lang-options .brandy-lang-option:last-child:after{height:0}.brandy-lang-switcher-element .brandy-lang-options{position:absolute;top:100%;background-color:#fff;border-radius:5px;box-shadow:0 0 #0000,0 0 #0000,0 20px 30px #00000012;display:flex;flex-direction:column;gap:var(--brandy-ls-language-item-spacing)}.brandy-lang-switcher-element .brandy-lang-options[type=all]{margin:0!important;background:transparent!important;position:relative!important;display:flex;flex-direction:row;flex-wrap:wrap;max-width:400px;flex-direction:row!important;border:none!important;outline:none!important;box-shadow:none!important}.brandy-lang-switcher-element .brandy-lang-option:hover{background-color:var(--brandy-ls-language-item-background-hover);border-color:var(--brandy-ls-language-item-stroke-color-hover)}.brandy-lang-switcher-element .brandy-lang-option.selected{background-color:var(--brandy-ls-language-item-background-active);border-color:var(--brandy-ls-language-item-stroke-color-active)}#brandy-footer .brandy-element-wrapper[show-type=dropdown] .brandy-lang-options{bottom:100%;top:unset}.brandy-logo-element{--brandy-logo-title-color: var(--brandy-logo-title-color-normal);--brandy-logo-tagline-color: var(--brandy-logo-tagline-color-normal)}.brandy-logo-element .brandy-element-wrapper{padding:var(--brandy-logo-padding);margin:var(--brandy-logo-margin)}.brandy-logo-element:hover{--brandy-logo-title-color: var(--brandy-logo-title-color-hover);--brandy-logo-tagline-color: var(--brandy-logo-tagline-color-hover)}.brandy-logo-element .brandy-logo{display:flex;gap:var(--brandy-logo-spacing, 10px)}.brandy-logo-element .brandy-logo[logo-type=sticky]{display:none;--brandy-logo-height: var(--brandy-logo-sticky-logo-height)}.brandy-logo-element .brandy-logo__title{width:fit-content;color:var(--brandy-logo-title-color);font-size:var(--brandy-logo-title-font_size);line-height:var(--brandy-logo-title-line_height);letter-spacing:var(--brandy-logo-title-letter_spacing);font-weight:var(--brandy-logo-title-font_weight);font-style:var(--brandy-logo-title-font_style);text-transform:var(--brandy-logo-title-transform);text-decoration:var(--brandy-logo-title-decoration)}.brandy-logo-element .brandy-logo__title[data-hover-underline=true]:before{content:"";background:var(--brandy-logo-title-underline-color-normal, currentColor);position:absolute;height:var(--brandy-logo-title-underline-size, 2px);bottom:-5px;left:0;width:100%;transform:scaleX(0);transform-origin:right center;transition-property:transform,background;transition-duration:.3s;transition-timing-function:ease-in-out}.brandy-logo-element .brandy-logo__title[data-hover-underline=true]:hover:before{transform:scaleX(1);transform-origin:left center}.brandy-logo-element .brandy-logo__tagline{color:var(--brandy-logo-tagline-color);font-size:var(--brandy-logo-tagline-font_size);line-height:var(--brandy-logo-tagline-line_height);letter-spacing:var(--brandy-logo-tagline-letter_spacing);font-weight:var(--brandy-logo-tagline-font_weight);font-style:var(--brandy-logo-tagline-font_style);text-transform:var(--brandy-logo-tagline-transform);text-decoration:var(--brandy-logo-tagline-decoration);transition:color var(--theme-component-transition-duration, .2s) ease-in-out}.brandy-logo-element .brandy-logo__img{display:none;width:auto;max-width:initial;object-fit:contain}@media screen and (min-width: 1024px){.brandy-logo-element .brandy-logo__img.logo-desktop{height:var(--brandy-logo-height);display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-logo-element .brandy-logo__img.logo-mobile{height:var(--brandy-logo-mobile-height);display:block}}@media screen and (max-width: 479px){.brandy-logo-element .brandy-logo__img.logo-mobile{height:var(--brandy-logo-mobile-height);display:block}}.brandy-logo-element .brandy-logo .brandy-logo-images{width:fit-content}.brandy-logo-element .brandy-logo__content{display:flex;flex-direction:column;max-width:var(--brandy-logo-content-max-width);gap:var(--brandy-logo-content-spacing, 4px)}.brandy-logo-element .brandy-logo[content-position=bottom][content-alignment=left]{align-items:flex-start}.brandy-logo-element .brandy-logo[content-position=bottom][content-alignment=right]{align-items:flex-end}.brandy-logo-element .brandy-logo[content-position=bottom][content-alignment=center]{align-items:center}.brandy-logo-element .brandy-logo[content-alignment=left] .brandy-logo__content{align-items:flex-start;text-align:left}.brandy-logo-element .brandy-logo[content-alignment=right] .brandy-logo__content{align-items:flex-end;text-align:right}.brandy-logo-element .brandy-logo[content-alignment=center] .brandy-logo__content{align-items:center;text-align:center}.brandy-logo-element .brandy-logo[content-position=left] .brandy-logo__content{order:-1}.brandy-logo-element .brandy-logo[content-position=right] .brandy-logo__content{order:1}.brandy-logo-element .brandy-logo[content-position=bottom]{flex-direction:column}.brandy-logo-element .brandy-logo:not([content-position=bottom]){align-items:center}#brandy-footer .brandy-menu-element{margin:var(--brandy-menu-margin)}#brandy-footer .brandy-menu-element .brandy-element-wrapper{padding:var(--brandy-menu-padding)}#brandy-footer .brandy-menu-element .brandy-element-wrapper li{line-height:normal}#brandy-footer .brandy-menu-element .brandy-element-wrapper .brandy-menu-items{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--brandy-item-spacing)}#brandy-footer .brandy-menu-element .brandy-element-wrapper .brandy-menu-items .brandy-menu__item{--brandy-menu-text-color: var(--brandy-menu-text-color-normal)}#brandy-footer .brandy-menu-element .brandy-element-wrapper .brandy-menu-items .brandy-menu__item:hover{--brandy-menu-text-color: var(--brandy-menu-text-color-hover)}#brandy-footer .brandy-menu-element .brandy-element-wrapper .brandy-menu-items .brandy-menu__item a{color:var(--brandy-menu-text-color);font-size:var(--brandy-menu-text-typography-font_size);line-height:var(--brandy-menu-text-typography-line_height);letter-spacing:var(--brandy-menu-text-typography-letter_spacing);font-weight:var(--brandy-menu-text-typography-font_weight);font-style:var(--brandy-menu-text-typography-font_style);text-transform:var(--brandy-menu-text-typography-transform);text-decoration:var(--brandy-menu-text-typography-decoration)}#brandy-footer .brandy-menu-element .brandy-element-wrapper .brandy-menu-title{color:var(--brandy-menu-title-color-normal);font-size:var(--brandy-title-typography-font_size);line-height:var(--brandy-title-typography-line_height);letter-spacing:var(--brandy-title-typography-letter_spacing);font-weight:var(--brandy-title-typography-font_weight);font-style:var(--brandy-title-typography-font_style);text-transform:var(--brandy-title-typography-transform);text-decoration:var(--brandy-title-typography-decoration);margin-bottom:var(--brandy-title-spacing)}#brandy-footer .brandy-menu-element .brandy-element-wrapper .brandy-menu-title:empty{display:none}@media screen and (min-width: 1024px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[layout-desktop=vertical] .brandy-menu-items{column-gap:var(--brandy-item-extra-spacing, 10px);flex-direction:column}}@media screen and (min-width: 1024px){#brandy-footer .brandy-menu-element .brandy-element-wrapper:not([layout-desktop=vertical]) .brandy-menu-items{row-gap:var(--brandy-item-extra-spacing, 10px)}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[layout-tablet=vertical] .brandy-menu-items{column-gap:var(--brandy-item-extra-spacing, 10px);flex-direction:column}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer .brandy-menu-element .brandy-element-wrapper:not([layout-tablet=vertical]) .brandy-menu-items{row-gap:var(--brandy-item-extra-spacing, 10px)}}@media screen and (max-width: 479px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[layout-mobile=vertical] .brandy-menu-items{column-gap:var(--brandy-item-extra-spacing, 10px);flex-direction:column}}@media screen and (max-width: 479px){#brandy-footer .brandy-menu-element .brandy-element-wrapper:not([layout-mobile=vertical]) .brandy-menu-items{row-gap:var(--brandy-item-extra-spacing, 10px)}}@media screen and (min-width: 1024px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-desktop=center][layout-desktop=vertical] .brandy-menu-items{align-items:center}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-desktop=center][layout-desktop=vertical] .brandy-menu-title{text-align:center}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-tablet=center][layout-tablet=vertical] .brandy-menu-items{align-items:center}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-tablet=center][layout-tablet=vertical] .brandy-menu-title{text-align:center}}@media screen and (max-width: 479px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-mobile=center][layout-mobile=vertical] .brandy-menu-items{align-items:center}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-mobile=center][layout-mobile=vertical] .brandy-menu-title{text-align:center}}@media screen and (min-width: 1024px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-desktop=right][layout-desktop=vertical] .brandy-menu-items{align-items:flex-end}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-desktop=right][layout-desktop=vertical] .brandy-menu-title{text-align:right}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-tablet=right][layout-tablet=vertical] .brandy-menu-items{align-items:flex-end}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-tablet=right][layout-tablet=vertical] .brandy-menu-title{text-align:right}}@media screen and (max-width: 479px){#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-mobile=right][layout-mobile=vertical] .brandy-menu-items{align-items:flex-end}#brandy-footer .brandy-menu-element .brandy-element-wrapper[alignment-mobile=right][layout-mobile=vertical] .brandy-menu-title{text-align:right}}#brandy-header .brandy-menu-element{--brandy-menu-transition-duration: .2s;--brandy-menu-appear-transition-duration: .3s;--brandy-menu-underline-transition-duration: .3s;margin:var(--brandy-menu-margin)}#brandy-header .brandy-menu-element .brandy-menu-item__arrow svg *{stroke-width:inherit;transition:all ease-in-out var(--brandy-menu-transition-duration)}#brandy-header .brandy-menu-element .brandy-element-wrapper{display:none}@media screen and (min-width: 1024px){#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal]{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical]{display:flex}}@media screen and (max-width: 479px){#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical]{display:flex}}#brandy-header .brandy-menu-element .brandy-menu__item[data-is-gradient-text=true]>a{transition:none}#brandy-header .brandy-toc-panel .brandy-menu-element .brandy-element-wrapper[layout=horizontal]{display:none}#brandy-header .brandy-toc-panel .brandy-menu-element .brandy-element-wrapper[layout=vertical]{display:flex!important}#brandy-header .brandy-menu-element{min-width:0}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] li{line-height:normal}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu__item>a{display:inline-flex;align-items:center;width:100%;white-space:nowrap}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu__item.brandy-sub-menu{width:100%}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal][data-overlapped=flex-wrap] .brandy-menu-items{flex-wrap:wrap}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items{display:flex;align-items:center;justify-content:center;gap:var(--brandy-item-spacing);row-gap:var(--brandy-item-extra-spacing, 10px)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item{--brandy-menu-text-color: var(--brandy-menu-text-color-normal);--brandy-item-background: transparent;--brandy-item-border-color: transparent;--brandy-menu-more-arrow-color: var(--brandy-menu-more-arrow-color-normal);border-radius:var(--brandy-menu-item-border-radius);background:var(--brandy-item-background);transition:background ease-in-out var(--brandy-menu-transition-duration)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item:hover{--brandy-menu-text-color: var(--brandy-menu-text-color-hover);--brandy-menu-more-arrow-color: var(--brandy-menu-more-arrow-color-hover) }#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item:where(.brandy-menu-items[active-type=button] .brandy-menu__item){--brandy-item-background: var(--brandy-menu-item-background-normal)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item:where(.brandy-menu-items[active-type=button] .brandy-menu__item):hover{--brandy-item-background: var(--brandy-menu-item-background-hover)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item>a{position:relative;padding:var(--brandy-menu-item-padding);font-size:var(--brandy-menu-text-typography-font_size);line-height:var(--brandy-menu-text-typography-line_height);letter-spacing:var(--brandy-menu-text-typography-letter_spacing);font-weight:var(--brandy-menu-text-typography-font_weight);font-style:var(--brandy-menu-text-typography-font_style);text-transform:var(--brandy-menu-text-typography-transform);text-decoration:var(--brandy-menu-text-typography-decoration);background:var(--brandy-menu-text-color);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all ease-in-out var(--brandy-menu-transition-duration)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item>a>span{white-space:nowrap;max-width:calc(var(--brandy-menu-item-max-characters, 30) * 1ch);overflow:hidden;text-overflow:ellipsis}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item>a .brandy-menu-item__arrow svg{stroke-width:var(--brandy-menu-more-arrow-thick, 1.5px)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item>a .brandy-menu-item__arrow svg *[fill]{fill:var(--brandy-menu-more-arrow-color)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item>a .brandy-menu-item__arrow svg *[stroke]{stroke:var(--brandy-menu-more-arrow-color)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-menu-item,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-parent-item{--brandy-active-item-background: var(--brandy-active-item-background-normal);--brandy-active-item-border-color: var(--brandy-active-item-border-color-normal);background:var(--brandy-active-item-background)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-menu-item:before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-parent-item:before{background-color:var(--brandy-active-item-border-color);transform:scaleX(1)!important;transform-origin:left center!important}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-menu-item:after,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-parent-item:after{background-color:var(--brandy-active-item-border-color);width:100%}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-menu-item .current-menu-item>a>.brandy-menu-item__title:before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-parent-item .current-menu-item>a>.brandy-menu-item__title:before{transform:scaleX(1)!important;transform-origin:left center!important}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-menu-item>a,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-parent-item>a{font-size:var(--brandy-active-item-typography-font_size);line-height:var(--brandy-active-item-typography-line_height);letter-spacing:var(--brandy-active-item-typography-letter_spacing);font-weight:var(--brandy-active-item-typography-font_weight);font-style:var(--brandy-active-item-typography-font_style);text-transform:var(--brandy-active-item-typography-transform);text-decoration:var(--brandy-active-item-typography-decoration);color:var(--brandy-active-item-text-color-normal);background:var(--brandy-active-item-text-color-normal);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-menu-item>a .brandy-menu-item__arrow svg *[fill],#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-parent-item>a .brandy-menu-item__arrow svg *[fill]{fill:var(--brandy-menu-more-arrow-color-active)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-menu-item>a .brandy-menu-item__arrow svg *[stroke],#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items>.brandy-menu__item.current-parent-item>a .brandy-menu-item__arrow svg *[stroke]{stroke:var(--brandy-menu-more-arrow-color-active)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=text]>.brandy-menu__item{min-height:unset!important}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=text]>.brandy-menu__item.current-menu-item,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=text]>.brandy-menu__item.current-parent-item{background:transparent;border:none}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item.current-menu-item,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item.current-parent-item{background:transparent;border-radius:0;border-left:none;border-right:none}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=underline]>.brandy-menu__item,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item{position:relative}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=underline]>.brandy-menu__item:before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item:before{content:"";position:absolute;height:var(--brandy-active-item-border-width);bottom:0;left:0;width:100%;transform:scaleX(0);transform-origin:right center;transition-property:transform,background;transition-duration:var(--brandy-menu-underline-transition-duration);transition-timing-function:ease-in-out}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=underline]>.brandy-menu__item:not(.current-menu-item,.current-parent-item):before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item:not(.current-menu-item,.current-parent-item):before{background:var(--brandy-active-item-border-color-hover)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=underline]>.brandy-menu__item:hover:before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item:hover:before{transform:scaleX(1);transform-origin:left center}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=underline] .brandy-sub-menu .brandy-menu__item:hover>a .brandy-menu-item__title:before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper] .brandy-sub-menu .brandy-menu__item:hover>a .brandy-menu-item__title:before{transform:scaleX(1);transform-origin:left center}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=underline] .brandy-sub-menu .brandy-menu__item a .brandy-menu-item__title,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper] .brandy-sub-menu .brandy-menu__item a .brandy-menu-item__title{position:relative}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=underline] .brandy-sub-menu .brandy-menu__item a .brandy-menu-item__title:before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper] .brandy-sub-menu .brandy-menu__item a .brandy-menu-item__title:before{content:"";background:currentColor;position:absolute;height:var(--brandy-active-item-border-width);bottom:0;left:0;width:100%;transform:scaleX(0);transform-origin:right center;transition-property:transform,background;transition-duration:var(--brandy-menu-underline-transition-duration);transition-timing-function:ease-in-out}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=underline]>.brandy-menu__item,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item{background:transparent;border-radius:0;border-left:none;border-right:none;border-top-color:transparent}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item{position:relative}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item.current-menu-item:after{content:"";position:absolute;height:var(--brandy-active-item-border-width);top:0;left:0;transition:all ease-in-out var(--brandy-menu-underline-transition-duration)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item:not(.current-menu-item,.current-parent-item):after{background:var(--brandy-active-item-border-color-hover);right:100%}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items[active-type=wrapper]>.brandy-menu__item:hover:after{right:0}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu{visibility:hidden;opacity:0;transform:translate3d(calc(-1 * var(--brandy-canvas-padding-left)),50px,0);display:flex;position:absolute;flex-direction:column;top:calc(100% - var(--brandy-menu-item-padding-bottom) * 2 - 2px);z-index:1000;min-width:fit-content;width:var(--brandy-canvas-width);background:var(--brandy-canvas-background-normal);gap:var(--brandy-canvas-item-spacing);padding:var(--brandy-canvas-padding);border-radius:10px;transition-property:transform,visibility,opacity;transition-timing-function:ease-in;transition-duration:.2s;box-shadow:var(--brandy-canvas-box-shadow)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu:where(body.rtl #brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu){transform:translate3d(calc(1 * var(--brandy-canvas-padding-right)),50px,0)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item{font-size:var(--brandy-canvas-typography-font_size);line-height:var(--brandy-canvas-typography-line_height);letter-spacing:var(--brandy-canvas-typography-letter_spacing);font-weight:var(--brandy-canvas-typography-font_weight);font-style:var(--brandy-canvas-typography-font_style);text-transform:var(--brandy-canvas-typography-transform);text-decoration:var(--brandy-canvas-typography-decoration);--brandy-canvas-text-color: var(--brandy-canvas-text-color-normal);--brandy-canvas-item-background: var(--brandy-canvas-item-background-normal);--brandy-submenu-more-arrow-color: var(--brandy-submenu-more-arrow-color-normal);background:var(--brandy-canvas-item-background);position:relative;border-radius:4px}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item:hover{--brandy-canvas-text-color: var(--brandy-canvas-text-color-hover);--brandy-canvas-item-background: var(--brandy-canvas-item-background-hover);--brandy-submenu-more-arrow-color: var(--brandy-submenu-more-arrow-color-hover)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item.current-menu-item,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item.current-parent-item{--brandy-canvas-text-color: var(--brandy-canvas-text-color-active);--brandy-canvas-item-background: var(--brandy-canvas-item-background-active);--brandy-submenu-more-arrow-color: var(--brandy-submenu-more-arrow-color-active)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item a,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item>div{width:100%}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item a .brandy-menu-item__arrow svg,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item>div .brandy-menu-item__arrow svg{stroke-width:var(--brandy-submenu-more-arrow-thick, 1.5px)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item a .brandy-menu-item__arrow svg *[fill],#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item>div .brandy-menu-item__arrow svg *[fill]{fill:var(--brandy-submenu-more-arrow-color)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item a .brandy-menu-item__arrow svg *[stroke],#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item>div .brandy-menu-item__arrow svg *[stroke]{stroke:var(--brandy-submenu-more-arrow-color)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item .brandy-menu-item__title{padding:var(--brandy-canvas-item-padding);color:var(--brandy-canvas-text-color);background:var(--brandy-canvas-text-color);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all ease-in-out var(--brandy-menu-transition-duration)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item:after{content:"";position:absolute;top:calc(100% + var(--brandy-canvas-item-spacing) / 2 - var(--brandy-canvas-divider-width) / 2);left:0;width:100%;height:var(--brandy-canvas-divider-width);background:var(--brandy-canvas-divider-color-hover);z-index:10}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item:before{content:"";top:0;left:0;position:absolute;width:calc(100% + var(--brandy-canvas-padding-right) + var(--brandy-canvas-padding-left));height:100%;padding:var(--brandy-canvas-padding);z-index:-1}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item:where(body.rtl #brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item):before{right:0;left:unset}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item:last-child:after{content:none}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .brandy-sub-menu__item>.brandy-sub-menu{top:0;transform:translate3d(0,50px,0);left:0;z-index:0;transition-property:transform;transition-timing-function:ease-in;transition-duration:.2s}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .menu-item-has-children{position:relative}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .menu-item-has-children>a{display:flex;gap:5px;align-items:center}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .menu-item-has-children:hover>.brandy-sub-menu{visibility:visible;opacity:1;transform:translate3d(calc(-1 * var(--brandy-canvas-padding-left)),var(--brandy-canvas-offset-top),0)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .menu-item-has-children:where(body.rtl #brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .menu-item-has-children):hover>.brandy-sub-menu{transform:translate3d(calc(1 * var(--brandy-canvas-padding-right)),var(--brandy-canvas-offset-top),0)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=horizontal] .brandy-menu-items .menu-item-has-children .brandy-sub-menu__item:hover>.brandy-sub-menu{top:0;left:calc(100% + var(--brandy-canvas-padding-right) + 5px);transform:translate3d(0,10px,0);z-index:1}#brandy-header .brandy-toc-elements-wrapper .brandy-menu-element{width:100%}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical]{position:relative;transition:height ease-in-out var(--brandy-menu-appear-transition-duration)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-items{position:relative;left:0;width:100%;height:fit-content;transition-property:left,opacity!important;transition-duration:var(--brandy-menu-appear-transition-duration)!important;transition-timing-function:ease-in-out!important;display:flex;flex-direction:column;gap:var(--brandy-item-spacing)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item{--brandy-menu-item-color: var(--brandy-menu-text-color-normal)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item:hover{--brandy-menu-item-color: var(--brandy-menu-text-color-hover)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item:hover>a .brandy-menu-item__title:before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item.current-menu-item .brandy-menu-item__title:before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item.current-parent-item .brandy-menu-item__title:before{transform:scaleX(1);transform-origin:left center}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item.current-menu-item .brandy-menu-item__title:before,#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item.current-parent-item .brandy-menu-item__title:before{background:var(--brandy-active-item-border-color-normal);transform:scaleX(1);transform-origin:left center}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item:not(.current-menu-item):hover>a .brandy-menu-item__title:before{background:var(--brandy-active-item-border-color-hover)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item .brandy-menu-item__title{padding:var(--brandy-menu-item-padding);position:relative;background:var(--brandy-menu-item-color);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item .brandy-menu-item__title:before{content:"";background:var(--brandy-active-item-border-color-normal);position:absolute;height:var(--brandy-active-item-border-width);bottom:0;left:0;right:100%;width:100%;transform:scaleX(0);transform-origin:right center;transition-property:transform,background;transition-duration:var(--brandy-menu-underline-transition-duration);transition-timing-function:ease-in-out}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item>a{width:100%;display:inline-flex;align-items:center;justify-content:space-between;font-size:var(--brandy-menu-text-typography-font_size);line-height:var(--brandy-menu-text-typography-line_height);letter-spacing:var(--brandy-menu-text-typography-letter_spacing);font-weight:var(--brandy-menu-text-typography-font_weight);font-style:var(--brandy-menu-text-typography-font_style);text-transform:var(--brandy-menu-text-typography-transform);text-decoration:var(--brandy-menu-text-typography-decoration)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item>a .brandy-menu-item__arrow.menu-arrow-1{display:none}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item>a .brandy-menu-item__arrow svg{stroke-width:var(--brandy-submenu-more-arrow-thick, 1.5px)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item>a .brandy-menu-item__arrow svg *[stroke]{stroke:var(--brandy-submenu-more-arrow-color-normal)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item>a .brandy-menu-item__arrow svg *[fill]{fill:var(--brandy-submenu-more-arrow-color-normal)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item.current-menu-item>a{font-size:var(--brandy-active-item-typography-font_size);line-height:var(--brandy-active-item-typography-line_height);letter-spacing:var(--brandy-active-item-typography-letter_spacing);font-weight:var(--brandy-active-item-typography-font_weight);font-style:var(--brandy-active-item-typography-font_style);text-transform:var(--brandy-active-item-typography-transform);text-decoration:var(--brandy-active-item-typography-decoration)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu__item.current-menu-item>a .brandy-menu-item__title{background:var(--brandy-active-item-text-color-normal);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-navigation.has-navigation+.brandy-menu-items{left:-150%;width:0}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-navigation.has-navigation+.brandy-menu-items li{width:max-content}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-sub-menu{position:relative;top:0;left:100%;width:0;opacity:0;transition-property:left,opacity!important;transition-timing-function:ease-in-out!important;transition-duration:var(--brandy-menu-appear-transition-duration)!important;padding-top:calc(var(--brandy-menu-text-typography-line_height) + var(--brandy-item-spacing) + var(--brandy-menu-item-padding-bottom) + 10px);display:flex;flex-direction:column;gap:var(--brandy-item-spacing);height:fit-content}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-sub-menu li{width:max-content}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.sub-menu-active{opacity:1;left:0}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.sub-menu-active li{width:100%}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.parent-menu-active{left:-150%}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.sub-menu-active{width:100%}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-sub-menu.parent-menu-active{width:0}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .current-parent-item>a{color:var(--brandy-active-item-text-color-normal);font-size:var(--brandy-active-item-typography-font_size);line-height:var(--brandy-active-item-typography-line_height);letter-spacing:var(--brandy-active-item-typography-letter_spacing);font-weight:var(--brandy-active-item-typography-font_weight);font-style:var(--brandy-active-item-typography-font_style);text-transform:var(--brandy-active-item-typography-transform);text-decoration:var(--brandy-active-item-typography-decoration)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-navigation{padding:var(--brandy-menu-item-padding);padding-bottom:calc(var(--brandy-menu-item-padding-bottom) + 5px);position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;border-bottom:1px solid var(--wp--preset--color--brandy-border);display:flex;gap:5px;align-items:center;cursor:pointer;color:var(--brandy-menu-text-color-normal);font-size:var(--brandy-menu-text-typography-font_size);line-height:var(--brandy-menu-text-typography-line_height);letter-spacing:var(--brandy-menu-text-typography-letter_spacing);font-weight:var(--brandy-menu-text-typography-font_weight);font-style:var(--brandy-menu-text-typography-font_style);text-transform:var(--brandy-menu-text-typography-transform);text-decoration:var(--brandy-menu-text-typography-decoration)}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-navigation .menu-navigation__back{width:18px;height:18px;display:flex;align-items:center;justify-content:center}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-navigation .menu-navigation__back>svg{width:100%;height:100%}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-navigation .menu-navigation__back>svg *[stroke]{stroke:currentColor}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-navigation .menu-navigation__back>svg *[fill]{fill:currentColor}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-navigation.has-navigation{z-index:100;visibility:visible;opacity:1}#brandy-header .brandy-menu-element .brandy-element-wrapper[layout=vertical] .brandy-menu-navigation .menu-mavigation-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1}.brandy-newsletter-element{width:var(--brandy-element-width)}.brandy-newsletter-element .brandy-element-wrapper{font-style:normal;font-weight:400;line-height:normal;text-align:var(--brandy-content-alignment);margin:var(--brandy-margin)}.brandy-newsletter-element .brandy-element-wrapper .brandy-newsletter-title{text-transform:uppercase;margin-bottom:16px;color:var(--brandy-title-text-color-normal);font-size:var(--brandy-title-text-typography-font_size);line-height:var(--brandy-title-text-typography-line_height);letter-spacing:var(--brandy-title-text-typography-letter_spacing);font-weight:var(--brandy-title-text-typography-font_weight);font-style:var(--brandy-title-text-typography-font_style);text-transform:var(--brandy-title-text-typography-transform);text-decoration:var(--brandy-title-text-typography-decoration)}.brandy-newsletter-element .brandy-element-wrapper .brandy-newsletter-subtitle{margin-bottom:16px;color:var(--brandy-subtitle-text-color-normal);font-size:var(--brandy-subtitle-typography-font_size);line-height:var(--brandy-subtitle-typography-line_height);letter-spacing:var(--brandy-subtitle-typography-letter_spacing);font-weight:var(--brandy-subtitle-typography-font_weight);font-style:var(--brandy-subtitle-typography-font_style);text-transform:var(--brandy-subtitle-typography-transform);text-decoration:var(--brandy-subtitle-typography-decoration)}.brandy-newsletter-element .brandy-element-wrapper .brandy-newsletter-note{margin-top:12px;margin-bottom:12px;color:var(--brandy-note-text-color-normal);font-size:var(--brandy-note-typography-font_size);line-height:var(--brandy-note-typography-line_height);letter-spacing:var(--brandy-note-typography-letter_spacing);font-weight:var(--brandy-note-typography-font_weight);font-style:var(--brandy-note-typography-font_style);text-transform:var(--brandy-note-typography-transform);text-decoration:var(--brandy-note-typography-decoration)}.brandy-newsletter-element .brandy-element-wrapper .brandy-newsletter-title:empty,.brandy-newsletter-element .brandy-element-wrapper .brandy-newsletter-subtitle:empty,.brandy-newsletter-element .brandy-element-wrapper .brandy-newsletter-note:empty{display:none}.brandy-newsletter-element .brandy-element-wrapper .brandy-subscribe-box__icon{position:absolute;top:50%;left:15px;transform:translateY(-50%)}.brandy-newsletter-element .brandy-element-wrapper .brandy-subscribe-box__icon:where(body.rtl .brandy-newsletter-element .brandy-element-wrapper .brandy-subscribe-box__icon){left:unset;right:15px}.brandy-newsletter-element .brandy-element-wrapper .brandy-subscribe-box__button{--brandy-button-bg-color: var(--brandy-button-bg-color-normal);--brandy-button-stroke-color: var(--brandy-button-stroke-color-normal);--brandy-button-text-color: var(--brandy-button-text_color-normal);display:inline-block;border-style:solid;padding:.5rem 1rem;justify-content:center;align-items:center;gap:7px;cursor:pointer;margin:var(--newsletter-button-margin);background:var(--brandy-button-bg-color);color:var(--brandy-button-text-color);border-radius:var(--brandy-button-border-radius);border-color:var(--brandy-button-stroke-color);border-width:var(--brandy-button-stroke-width);box-shadow:var(--newsletter-button-box-shadow);font-size:var(--brandy-button-typography-font_size);line-height:var(--brandy-button-typography-line_height);letter-spacing:var(--brandy-button-typography-letter_spacing);font-weight:var(--brandy-button-typography-font_weight);font-style:var(--brandy-button-typography-font_style);text-transform:var(--brandy-button-typography-transform);text-decoration:var(--brandy-button-typography-decoration);transition-property:border-color,color,background;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-newsletter-element .brandy-element-wrapper .brandy-subscribe-box__button:hover{--brandy-button-bg-color: var(--brandy-button-bg-color-hover);--brandy-button-stroke-color: var(--brandy-button-stroke-color-hover);--brandy-button-text-color: var(--brandy-button-text_color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input){position:relative;padding-right:32px;--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-normal);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-normal);--brandy-input-box-text-color: var(--brandy-input-box-text-color-normal);--brandy-input-box-border-width: var(--brandy-input-box-stroke-width);height:var(--brandy-input-box-input-height);width:var(--brandy-input-box-input-width);color:var(--brandy-button-text_color);background:var(--brandy-input-box-bg-color);border-radius:var(--brandy-input-box-border-radius);outline-style:solid;outline-width:var(--brandy-input-box-border-width);outline-color:var(--brandy-input-box-stroke-color);outline-offset:calc(var(--brandy-input-box-stroke-width) * -1);transition-property:border-color,background,outline;transition-duration:var(--theme-input-transition-duration);transition-timing-function:ease-in-out}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):hover{--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-hover);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-hover);--brandy-input-box-text-color: var(--brandy-input-box-text-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):has(input:focus){--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-active);--brandy-input-box-border-width: calc(var(--brandy-input-box-stroke-width) + round(up, min(calc(var(--brandy-input-box-stroke-width) / 100 * 1), 1px), 1px))}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):focus-visible{outline-color:var(--brandy-input-box-stroke-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input) input[type=email]{height:100%;background-color:transparent;border:transparent;border-radius:inherit;outline:inherit;color:var(--brandy-input-box-text-color)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input){position:relative;padding-left:32px;--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-normal);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-normal);--brandy-input-box-text-color: var(--brandy-input-box-text-color-normal);--brandy-input-box-border-width: var(--brandy-input-box-stroke-width);height:var(--brandy-input-box-input-height);width:var(--brandy-input-box-input-width);color:var(--brandy-button-text_color);background:var(--brandy-input-box-bg-color);border-radius:var(--brandy-input-box-border-radius);outline-style:solid;outline-width:var(--brandy-input-box-border-width);outline-color:var(--brandy-input-box-stroke-color);outline-offset:calc(var(--brandy-input-box-stroke-width) * -1);transition-property:border-color,background,outline;transition-duration:var(--theme-input-transition-duration);transition-timing-function:ease-in-out}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):hover{--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-hover);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-hover);--brandy-input-box-text-color: var(--brandy-input-box-text-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):has(input:focus){--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-active);--brandy-input-box-border-width: calc(var(--brandy-input-box-stroke-width) + round(up, min(calc(var(--brandy-input-box-stroke-width) / 100 * 1), 1px), 1px))}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input):focus-visible{outline-color:var(--brandy-input-box-stroke-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box__input) input[type=email]{height:100%;background-color:transparent;border:transparent;border-radius:inherit;outline:inherit;color:var(--brandy-input-box-text-color)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_1 .brandy-subscribe-box .brandy-subscribe-box__button{margin-top:10px;min-height:45px;min-width:100px}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box{display:flex}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input){position:relative;padding-right:32px;--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-normal);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-normal);--brandy-input-box-text-color: var(--brandy-input-box-text-color-normal);--brandy-input-box-border-width: var(--brandy-input-box-stroke-width);height:var(--brandy-input-box-input-height);width:var(--brandy-input-box-input-width);color:var(--brandy-button-text_color);background:var(--brandy-input-box-bg-color);border-radius:var(--brandy-input-box-border-radius);outline-style:solid;outline-width:var(--brandy-input-box-border-width);outline-color:var(--brandy-input-box-stroke-color);outline-offset:calc(var(--brandy-input-box-stroke-width) * -1);transition-property:border-color,background,outline;transition-duration:var(--theme-input-transition-duration);transition-timing-function:ease-in-out}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):hover{--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-hover);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-hover);--brandy-input-box-text-color: var(--brandy-input-box-text-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):has(input:focus){--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-active);--brandy-input-box-border-width: calc(var(--brandy-input-box-stroke-width) + round(up, min(calc(var(--brandy-input-box-stroke-width) / 100 * 1), 1px), 1px))}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):focus-visible{outline-color:var(--brandy-input-box-stroke-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body.rtl .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input) input[type=email]{height:100%;background-color:transparent;border:transparent;border-radius:inherit;outline:inherit;color:var(--brandy-input-box-text-color)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input){position:relative;padding-left:32px;--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-normal);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-normal);--brandy-input-box-text-color: var(--brandy-input-box-text-color-normal);--brandy-input-box-border-width: var(--brandy-input-box-stroke-width);height:var(--brandy-input-box-input-height);width:var(--brandy-input-box-input-width);color:var(--brandy-button-text_color);background:var(--brandy-input-box-bg-color);border-radius:var(--brandy-input-box-border-radius);outline-style:solid;outline-width:var(--brandy-input-box-border-width);outline-color:var(--brandy-input-box-stroke-color);outline-offset:calc(var(--brandy-input-box-stroke-width) * -1);transition-property:border-color,background,outline;transition-duration:var(--theme-input-transition-duration);transition-timing-function:ease-in-out}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):hover{--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-hover);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-hover);--brandy-input-box-text-color: var(--brandy-input-box-text-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):has(input:focus){--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-active);--brandy-input-box-border-width: calc(var(--brandy-input-box-stroke-width) + round(up, min(calc(var(--brandy-input-box-stroke-width) / 100 * 1), 1px), 1px))}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input):focus-visible{outline-color:var(--brandy-input-box-stroke-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__input:where(body:not(.rtl) .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box__input) input[type=email]{height:100%;background-color:transparent;border:transparent;border-radius:inherit;outline:inherit;color:var(--brandy-input-box-text-color)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_2 .brandy-subscribe-box .brandy-subscribe-box__button{margin-left:10px}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box{display:flex;justify-content:space-between}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body.rtl .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box){position:relative;padding-right:32px;--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-normal);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-normal);--brandy-input-box-text-color: var(--brandy-input-box-text-color-normal);--brandy-input-box-border-width: var(--brandy-input-box-stroke-width);height:var(--brandy-input-box-input-height);width:var(--brandy-input-box-input-width);color:var(--brandy-button-text_color);background:var(--brandy-input-box-bg-color);border-radius:var(--brandy-input-box-border-radius);outline-style:solid;outline-width:var(--brandy-input-box-border-width);outline-color:var(--brandy-input-box-stroke-color);outline-offset:calc(var(--brandy-input-box-stroke-width) * -1);transition-property:border-color,background,outline;transition-duration:var(--theme-input-transition-duration);transition-timing-function:ease-in-out}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body.rtl .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):hover{--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-hover);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-hover);--brandy-input-box-text-color: var(--brandy-input-box-text-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body.rtl .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body.rtl .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):has(input:focus){--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-active);--brandy-input-box-border-width: calc(var(--brandy-input-box-stroke-width) + round(up, min(calc(var(--brandy-input-box-stroke-width) / 100 * 1), 1px), 1px))}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body.rtl .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body.rtl .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):focus-visible{outline-color:var(--brandy-input-box-stroke-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body.rtl .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box) input[type=email]{height:100%;background-color:transparent;border:transparent;border-radius:inherit;outline:inherit;color:var(--brandy-input-box-text-color)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body:not(.rtl) .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box){position:relative;padding-left:32px;--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-normal);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-normal);--brandy-input-box-text-color: var(--brandy-input-box-text-color-normal);--brandy-input-box-border-width: var(--brandy-input-box-stroke-width);height:var(--brandy-input-box-input-height);width:var(--brandy-input-box-input-width);color:var(--brandy-button-text_color);background:var(--brandy-input-box-bg-color);border-radius:var(--brandy-input-box-border-radius);outline-style:solid;outline-width:var(--brandy-input-box-border-width);outline-color:var(--brandy-input-box-stroke-color);outline-offset:calc(var(--brandy-input-box-stroke-width) * -1);transition-property:border-color,background,outline;transition-duration:var(--theme-input-transition-duration);transition-timing-function:ease-in-out}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body:not(.rtl) .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):hover{--brandy-input-box-bg-color: var(--brandy-input-box-bg-color-hover);--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-hover);--brandy-input-box-text-color: var(--brandy-input-box-text-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body:not(.rtl) .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body:not(.rtl) .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):has(input:focus){--brandy-input-box-stroke-color: var(--brandy-input-box-stroke-color-active);--brandy-input-box-border-width: calc(var(--brandy-input-box-stroke-width) + round(up, min(calc(var(--brandy-input-box-stroke-width) / 100 * 1), 1px), 1px))}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body:not(.rtl) .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):focus,.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body:not(.rtl) .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box):focus-visible{outline-color:var(--brandy-input-box-stroke-color-hover)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box:where(body:not(.rtl) .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box) input[type=email]{height:100%;background-color:transparent;border:transparent;border-radius:inherit;outline:inherit;color:var(--brandy-input-box-text-color)}.brandy-newsletter-element .brandy-element-wrapper.layout_type_3 .brandy-subscribe-box .brandy-subscribe-box__input{flex:1}.brandy-newsletter-element .brandy-subscribe-box__button{position:relative}.brandy-newsletter-element .brandy-subscribe-box__button .brandy-loader{border-top-color:var(--brandy-button-text-color)!important;border-left-color:var(--brandy-button-text-color)!important;border-right-color:var(--brandy-button-text-color)!important}.brandy-newsletter-element .brandy-subscribe-box__button.loading .brandy-subscribe-box__button__text{display:none}.brandy-payments-element .brandy-element-wrapper{margin:var(--brandy-margin)}.brandy-payments-element .brandy-element-wrapper *{transition-property:background-color,stroke-color,stroke,fill;transition-timing-function:ease-in-out;transition-duration:var(--theme-component-transition-duration, .2s)}.brandy-payments-element .brandy-payment-list{display:flex;gap:var(--brandy-item-spacing);align-items:center;flex-wrap:wrap;justify-content:center}.brandy-payments-element .brandy-payment-list[items-direction=vertical]{flex-direction:column;align-items:flex-start}.brandy-payments-element .brandy-payment-list .brandy-payment-item{display:inline-flex;align-items:center;gap:var(--brandy-label-distance);cursor:pointer;overflow:hidden;background:var(--brandy-item-background);border-style:solid;border-radius:7px;border-color:var(--brandy-item-stroke-color-normal);border-width:var(--brandy-item-stroke-width);padding:var(--brandy-item-padding)}.brandy-payments-element .brandy-payment-list .brandy-payment-item.hidden{display:none}.brandy-payments-element .brandy-payment-list .brandy-payment-item .brandy-theme-icon{height:var(--brandy-logo-size);width:calc(var(--brandy-logo-size) * 1.5)}.brandy-payments-element .brandy-payment-list .brandy-payment-item .brandy-theme-icon svg{width:100%;height:100%;padding:0}.brandy-payments-element .brandy-payment-list .brandy-payment-item .brandy-theme-icon svg *{transition-property:stroke fill;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-payments-element .brandy-payment-list .brandy-payment-item__label{display:var(--brandy-label-display);color:var(--brandy-label-color);padding-right:7px;font-size:var(--brandy-label-typography-font_size);line-height:var(--brandy-label-typography-line_height);letter-spacing:var(--brandy-label-typography-letter_spacing);font-weight:var(--brandy-label-typography-font_weight);font-style:var(--brandy-label-typography-font_style);text-transform:var(--brandy-label-typography-transform);text-decoration:var(--brandy-label-typography-decoration)}body.brandy-backdrop-opened .brandy-element-wrapper[backdrop-type=type_4]>.brandy-search-box,body.brandy-backdrop-opened .brandy-element-wrapper[backdrop-type=type_5]>.brandy-search-box{position:relative;z-index:1001}.brandy-search-element.remove-relative{position:static}body:not(.brandy-backdrop-opened) .brandy-element-wrapper>.brandy-search-box[type=icon]{width:fit-content;background:none;border:none;padding:0}body:not(.brandy-backdrop-opened) .brandy-element-wrapper>.brandy-search-box[type=icon] .brandy-search-box__input{display:none}body .brandy-element-wrapper[backdrop-type=type_1]>.brandy-search-box[type=icon],body .brandy-element-wrapper[backdrop-type=type_2]>.brandy-search-box[type=icon],body .brandy-element-wrapper[backdrop-type=type_3]>.brandy-search-box[type=icon],body .brandy-element-wrapper[backdrop-type=type_6]>.brandy-search-box[type=icon]{width:fit-content;background:none;border:none;padding:0}body .brandy-element-wrapper[backdrop-type=type_1]>.brandy-search-box[type=icon] .brandy-search-box__input,body .brandy-element-wrapper[backdrop-type=type_2]>.brandy-search-box[type=icon] .brandy-search-box__input,body .brandy-element-wrapper[backdrop-type=type_3]>.brandy-search-box[type=icon] .brandy-search-box__input,body .brandy-element-wrapper[backdrop-type=type_6]>.brandy-search-box[type=icon] .brandy-search-box__input{display:none}.brandy-search-element{margin:var(--brandy-margin)}.brandy-search-element *{transition-property:color,background,background-color,border-color,outline-color,stroke,fill;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out}.brandy-search-element .brandy-element-wrapper{position:relative}.brandy-search-element .brandy-element-wrapper[has-image] .brandy-result-item .brandy-result-item__image,.brandy-search-element .brandy-element-wrapper[has-price] .brandy-result-item .brandy-result-item__price,.brandy-search-element .brandy-element-wrapper[has-view-more] .brandy-show-more-btn{display:block}.brandy-search-element .brandy-live-result-backdrop{visibility:hidden;opacity:0;background:var(--brandy-backdrop-color-normal);position:fixed;top:var(--wp-adminbar-height);left:0;width:100%;height:calc(100vh - var(--wp-adminbar-height))}.brandy-search-element .brandy-live-result-backdrop.brandy-backdrop-opened{visibility:visible;opacity:1;z-index:1000}.brandy-search-element .brandy-live-result{background:var(--brandy-panel-background-normal);padding:15px}.brandy-search-element .brandy-live-result .brandy-live-result__suggestions{margin-top:20px;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.brandy-search-element .brandy-live-result .brandy-live-result__suggestions .brandy-live-result__suggestions__item{display:flex;gap:10px;line-height:normal;justify-content:space-between;align-items:center;padding:5px 1rem;background-color:var(--brandy-suggestion-background-color-normal);border-color:var(--brandy-suggestion-stroke-color-normal);border-width:var(--brandy-suggestion-stroke-width);border-style:solid;border-radius:7px;cursor:pointer;font-weight:500;transition-property:border,color,background-color,transform;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out;line-height:1.6;color:var(--brandy-suggestion-text-color-normal);box-shadow:var(--brandy-suggestion-box-shadow)}.brandy-search-element .brandy-live-result .brandy-live-result__suggestions .brandy-live-result__suggestions__item:hover{border-color:var(--brandy-suggestion-stroke-color-hover);background:var(--brandy-suggestion-background-color-hover);color:var(--brandy-suggestion-text-color-hover);box-shadow:var(--brandy-suggestion-box-shadow-hover);transform:translateY(-2px)}.brandy-search-element .brandy-live-result .brandy-live-result__suggestions .brandy-live-result__suggestions__text{color:var(--wp--preset--color--brandy-secondary-text);font-weight:500;margin-right:.5rem}.brandy-search-element .brandy-live-result .brandy-result-item{display:flex;flex-direction:column;gap:10px;padding:10px;transition:background ease-in-out var(--theme-component-transition-duration, .2s);border-radius:5px;height:fit-content}.brandy-search-element .brandy-live-result .brandy-result-item .brandy-result-item__image{display:none;width:100%;height:287px;border-radius:5px;overflow:hidden}.brandy-search-element .brandy-live-result .brandy-result-item .brandy-result-item__image img{width:100%;height:100%;object-fit:cover}.brandy-search-element .brandy-live-result .brandy-result-item .brandy-result-item__title{margin:0;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2}.brandy-search-element .brandy-live-result .brandy-result-item .brandy-result-item__title a{color:var(--wp--preset--color--brandy-primary-text);font-weight:500;transition-property:text-decoration;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out;text-decoration-color:transparent}.brandy-search-element .brandy-live-result .brandy-result-item .brandy-result-item__title a:hover{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1.5px;text-decoration-color:currentColor}.brandy-search-element .brandy-live-result .brandy-result-item .brandy-result-item__price{font-size:16px;font-weight:400;display:none}.brandy-search-element .brandy-live-result .brandy-live-result__header>div:first-child{display:flex;gap:1rem;justify-content:center}.brandy-search-element .brandy-live-result .brandy-live-result__header .brandy-search-box{width:calc(100% - var(--brandy-icon-close-panel-size) - 10px)}.brandy-search-element .brandy-live-result .brandy-live-result__close{--brandy-icon-close-panel-color: var(--brandy-icon-close-panel-color-normal);--brandy-icon-close-panel-background: var(--brandy-icon-close-panel-background-normal);--brandy-icon-close-panel-stroke-color: var(--brandy-icon-close-panel-stroke-color-normal);cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--brandy-icon-close-panel-background);border-style:solid;border-width:var(--brandy-icon-close-panel-stroke-width);border-color:var(--brandy-icon-close-panel-stroke-color);border-radius:var(--brandy-icon-close-panel-border-radius)}.brandy-search-element .brandy-live-result .brandy-live-result__close:hover{--brandy-icon-close-panel-color: var(--brandy-icon-close-panel-color-hover);--brandy-icon-close-panel-background: var(--brandy-icon-close-panel-background-hover);--brandy-icon-close-panel-stroke-color: var(--brandy-icon-close-panel-stroke-color-hover)}.brandy-search-element .brandy-live-result .brandy-live-result__close .brandy-theme-icon{width:var(--brandy-icon-close-panel-size);height:var(--brandy-icon-close-panel-size)}.brandy-search-element .brandy-live-result .brandy-live-result__close svg{width:100%;height:100%}.brandy-search-element .brandy-live-result .brandy-live-result__close svg *[stroke]{stroke:var(--brandy-icon-close-panel-color)}.brandy-search-element .brandy-live-result .brandy-live-result__close svg *[fill]{fill:var(--brandy-icon-close-panel-color)}.brandy-search-element .brandy-live-result .brandy-theme-icon{transform:none!important}.brandy-search-element.remove-relative .brandy-element-wrapper[backdrop-type=type_4] .brandy-search-box{max-width:100%;width:500px}.brandy-search-element.remove-relative .brandy-element-wrapper[backdrop-type=type_5] .brandy-search-box{max-width:100%;width:600px}.brandy-search-element.remove-relative .brandy-element-wrapper[backdrop-type=type_4] .brandy-live-result:has(.brandy-live-result__content:empty),.brandy-search-element.remove-relative .brandy-element-wrapper[backdrop-type=type_5] .brandy-live-result:has(.brandy-live-result__content:empty){display:none}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_1][icon-position=left] .brandy-live-result,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2][icon-position=left] .brandy-live-result{left:0;transform:translate(-100%)}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_1][icon-position=left] .brandy-live-result.brandy-backdrop-opened,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2][icon-position=left] .brandy-live-result.brandy-backdrop-opened{transform:translate(0)}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_1][icon-position=right] .brandy-live-result,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2][icon-position=right] .brandy-live-result{right:0}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result{position:fixed;transform:translate(100%);z-index:1001;top:var(--wp-adminbar-height);transition:transform ease-in-out var(--theme-component-transition-duration, .2s);height:calc(100% - var(--wp-adminbar-height))}@media screen and (max-width: 479px){.brandy-search-element .brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result{width:100%}}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result.brandy-backdrop-opened,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result.brandy-backdrop-opened{transform:translate(0)}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result__content,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result__content{max-height:calc(100% - var(--brandy-live-result-header-height) - 35px)}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result__content-list,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_5] .brandy-live-result__content-list{justify-content:flex-start}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result__content-list>*,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_5] .brandy-live-result__content-list>*{width:calc(50% - 10px);max-width:unset}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result{width:40%}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result{width:90%}}@media screen and (max-width: 479px){.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result{width:100%}}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result .brandy-live-result-wrapper .brandy-search-box{width:calc(100% - var(--brandy-icon-close-panel-size) - 10px)}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result .brandy-result-item__image{height:180px}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_2] .brandy-live-result .brandy-result-item__information{text-align:initial}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_3] .brandy-live-result{opacity:0;top:var(--wp-adminbar-height);left:0;visibility:hidden;position:fixed;z-index:1001;width:100%;height:100vh}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_3] .brandy-live-result__content{max-height:calc(100% - var(--brandy-live-result-header-height) - 50px)}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_4] .brandy-live-result,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_5] .brandy-live-result{opacity:0;visibility:hidden;position:absolute;width:100%;margin-top:5px;border-style:solid;border-radius:var(--brandy-search-box-border-radius);padding:20px;padding-top:calc(var(--brandy-icon-close-panel-size) + 5px);padding-right:calc(var(--brandy-icon-close-panel-size) + 5px);overflow:hidden;z-index:1001}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_4] .brandy-live-result .brandy-live-result__content,.brandy-search-element .brandy-element-wrapper[backdrop-type=type_5] .brandy-live-result .brandy-live-result__content{max-height:500px;margin-top:0}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_6]{position:static}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result{position:absolute;top:0;left:0;transform:translateY(-100px);opacity:0;visibility:hidden;z-index:1000;width:100%;transition-property:transform,opacity,visibility;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result.brandy-backdrop-opened{transform:translateY(0)}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__header{margin:auto;padding:15px 0}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__header .brandy-search-box{max-width:665px}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__header .brandy-live-result__suggestions{justify-content:center}@media screen and (max-width: 479px){.brandy-search-element .brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__header .brandy-live-result__suggestions .brandy-live-result__suggestions__text{display:none}}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__content{position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--brandy-panel-background-normal);width:100%;padding:15px;max-height:500px;margin-top:0}.brandy-search-element .brandy-element-wrapper[backdrop-type=type_6] .brandy-live-result .brandy-live-result__content:empty{display:none}.brandy-search-element .brandy-live-result.brandy-backdrop-opened{opacity:1!important;visibility:visible!important}.brandy-search-element .brandy-live-result__content{margin-top:20px;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.brandy-search-element .brandy-live-result__content::-webkit-scrollbar{display:none}.brandy-search-element .brandy-search-box__icon{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:var(--brandy-icon-background-color);padding:var(--brandy-search-icon-padding, 0);border-style:solid;border-width:var(--brandy-icon-stroke-width);border-color:var(--brandy-icon-stroke-color);border-radius:var(--brandy-icon-border-radius)}.brandy-search-element .brandy-search-box__icon .brandy-theme-icon{width:var(--brandy-icon-size);height:var(--brandy-icon-size)}.brandy-search-element .brandy-search-box__icon .brandy-search-box__icon-tooltip{display:none}.brandy-search-element .brandy-search-box__icon svg{width:100%;height:100%}.brandy-search-element .brandy-search-box__icon svg *[stroke]{stroke:var(--brandy-icon-color)}.brandy-search-element .brandy-search-box__icon svg *[fill]{fill:var(--brandy-icon-color)}.brandy-search-element .brandy-search-box__icon:focus-visible{outline:none}.brandy-search-element .brandy-live-result .brandy-search-box__icon{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:var(--brandy-panel-icon-background-color);padding:var(--brandy-panel-search-icon-padding, 0);border-style:solid;border-width:var(--brandy-panel-icon-stroke-width);border-color:var(--brandy-panel-icon-stroke-color);border-radius:var(--brandy-panel-icon-border-radius)}.brandy-search-element .brandy-live-result .brandy-search-box__icon .brandy-theme-icon{width:var(--brandy-panel-icon-size);height:var(--brandy-panel-icon-size)}.brandy-search-element .brandy-live-result .brandy-search-box__icon .brandy-theme-icon *{padding:0}.brandy-search-element .brandy-live-result .brandy-search-box__icon .brandy-search-box__icon-tooltip{display:none}.brandy-search-element .brandy-live-result .brandy-search-box__icon svg{width:100%;height:100%}.brandy-search-element .brandy-live-result .brandy-search-box__icon svg *[stroke]{stroke:var(--brandy-panel-icon-color)}.brandy-search-element .brandy-live-result .brandy-search-box__icon svg *[fill]{fill:var(--brandy-panel-icon-color)}.brandy-search-element .brandy-live-result .brandy-search-box__icon:focus-visible{outline:none}.brandy-search-element .brandy-search-box{--brandy-icon-color: var(--brandy-icon-color-normal);--brandy-icon-background-color: var(--brandy-icon-background-color-normal);--brandy-icon-stroke-color: var(--brandy-icon-stroke-color-normal);--brandy-search-box-background-color: var(--brandy-search-box-background-color-normal);--brandy-search-box-stroke-color: var(--brandy-search-box-stroke-color-normal);--brandy-search-box-border-width: var(--brandy-search-box-stroke-width)}.brandy-search-element .brandy-search-box:not([type=icon]){display:flex;align-items:center;gap:.75rem;width:var(--brandy-search-box-input-width);padding:var(--brandy-searchbox-padding, .75rem 1.25rem);background:var(--brandy-search-box-background-color);border:none;outline-style:solid;outline-width:var(--brandy-search-box-border-width);outline-color:var(--brandy-search-box-stroke-color);outline-offset:calc(var(--brandy-search-box-stroke-width) * -1);border-radius:var(--brandy-search-box-border-radius);transition-property:outline,box-shadow;transition-duration:var(--theme-input-transition-duration)}.brandy-search-element .brandy-search-box:hover{--brandy-icon-color: var(--brandy-icon-color-hover);--brandy-icon-background-color: var(--brandy-icon-background-color-hover);--brandy-icon-stroke-color: var(--brandy-icon-stroke-color-hover);--brandy-search-box-background-color: var(--brandy-search-box-background-color-hover);--brandy-search-box-stroke-color: var(--brandy-search-box-stroke-color-hover)}.brandy-search-element .brandy-search-box.focused{--brandy-icon-color: var(--brandy-icon-color-active);--brandy-icon-background-color: var(--brandy-icon-background-color-active);--brandy-icon-stroke-color: var(--brandy-icon-stroke-color-active);--brandy-search-box-background-color: var(--brandy-search-box-background-color-hover);--brandy-search-box-stroke-color: var(--brandy-search-box-stroke-color-active);--brandy-search-box-border-width: calc(var(--brandy-search-box-stroke-width) + round(up, min(calc(var(--brandy-search-box-stroke-width) / 100 * 1), 1px), 1px)) }.brandy-search-element .brandy-search-box[type=line]{border-radius:0;border-top-width:0;border-left-width:0;border-right-width:0;background:none}.brandy-search-element .brandy-search-box[type=line]:where(.brandy-element-wrapper>.brandy-search-box[type=line]){outline:none!important;border-bottom-style:solid!important;border-bottom-color:var(--brandy-search-box-stroke-color)!important;border-bottom-width:var(--brandy-search-box-stroke-width)!important}.brandy-search-element .brandy-search-box[type=line] .brandy-search-box__input{background:none}.brandy-search-element .brandy-search-box:not([type=line]).focused{box-shadow:var(--brandy-search-box-focus-shadow, 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 5px 25px rgba(0, 0, 0, .07))}.brandy-search-element .brandy-search-box[icon-position=right] .brandy-search-box__input{order:-1}.brandy-search-element .brandy-search-box[type=icon] .brandy-search-box__icon-tooltip{position:absolute;display:block;z-index:10;background-color:var(--theme-tooltip-background-color, #272819);color:var(--theme-tooltip-color, #ffffff);font-size:.75rem;line-height:1rem;width:max-content;padding:.25rem 6px;border-radius:.125rem;text-align:center;top:calc(100% + 10px);left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:all ease-in-out var(--theme-component-transition-duration, .2s)}.brandy-search-element .brandy-search-box[type=icon] .brandy-search-box__icon-tooltip:after{content:"";position:absolute;left:50%;top:-5px;transform:translate(-50%);width:0;height:0;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:var(--theme-tooltip-background-color, #272819);border-top-color:transparent;border-bottom-width:6px;border-right-width:6px;border-left-width:6px}.brandy-search-element .brandy-search-box[type=icon] .brandy-search-box__icon:hover .brandy-search-box__icon-tooltip{opacity:1;visibility:visible;top:calc(100% + 3px)}.brandy-search-element .brandy-search-box .brandy-search-box__icon:hover .brandy-theme-icon{transform:scaleX(1.1) scaleY(1.1)}.brandy-search-element .brandy-search-box__input{all:unset;color:var(--brandy-search-text-color-normal)!important;background:transparent;font-size:var(--brandy-search-text-typography-font_size);line-height:var(--brandy-search-text-typography-line_height);letter-spacing:var(--brandy-search-text-typography-letter_spacing);font-weight:var(--brandy-search-text-typography-font_weight);font-style:var(--brandy-search-text-typography-font_style);text-transform:var(--brandy-search-text-typography-transform);text-decoration:var(--brandy-search-text-typography-decoration);min-height:var(--brandy-search-box-input-height);width:100%;height:100%}.brandy-search-element .brandy-search-box__input:hover{border-color:inherit;color:inherit;background-color:inherit}.brandy-search-element .brandy-search-box__input:focus-visible{outline:none}.brandy-search-element .brandy-live-result .brandy-search-box{display:flex;align-items:center;gap:.75rem;width:var(--brandy-panel-search-box-input-width);padding:var(--brandy-panel-searchbox-padding, .75rem 1.25rem);background:var(--brandy-panel-search-box-background-color);border:none;outline-style:solid;outline-width:var(--brandy-panel-search-box-border-width);outline-color:var(--brandy-panel-search-box-stroke-color);outline-offset:calc(var(--brandy-panel-search-box-stroke-width) * -1);border-radius:var(--brandy-panel-search-box-border-radius);transition-property:all;transition-duration:var(--theme-input-transition-duration);--brandy-panel-icon-color: var(--brandy-panel-icon-color-normal);--brandy-panel-icon-background-color: var(--brandy-panel-icon-background-color-normal);--brandy-panel-icon-stroke-color: var(--brandy-panel-icon-stroke-color-normal);--brandy-panel-search-box-background-color: var(--brandy-panel-search-box-background-color-normal);--brandy-panel-search-box-stroke-color: var(--brandy-panel-search-box-stroke-color-normal);--brandy-panel-search-box-border-width: var(--brandy-panel-search-box-stroke-width)}.brandy-search-element .brandy-live-result .brandy-search-box:hover{--brandy-panel-icon-color: var(--brandy-panel-icon-color-hover);--brandy-panel-icon-background-color: var(--brandy-panel-icon-background-color-hover);--brandy-panel-icon-stroke-color: var(--brandy-panel-icon-stroke-color-hover);--brandy-panel-search-box-background-color: var(--brandy-panel-search-box-background-color-hover);--brandy-panel-search-box-stroke-color: var(--brandy-panel-search-box-stroke-color-hover)}.brandy-search-element .brandy-live-result .brandy-search-box.focused{--brandy-panel-icon-color: var(--brandy-panel-icon-color-active);--brandy-panel-icon-background-color: var(--brandy-panel-icon-background-color-active);--brandy-panel-icon-stroke-color: var(--brandy-panel-icon-stroke-color-active);--brandy-panel-search-box-background-color: var(--brandy-panel-search-box-background-color-hover);--brandy-panel-search-box-stroke-color: var(--brandy-panel-search-box-stroke-color-active);--brandy-panel-search-box-border-width: calc(var(--brandy-panel-search-box-stroke-width) + round(up, min(calc(var(--brandy-panel-search-box-stroke-width) / 100 * 1), 1px), 1px)) }.brandy-search-element .brandy-live-result .brandy-search-box.focused{box-shadow:var(--brandy-panel-search-box-focus-shadow, 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 5px 25px rgba(0, 0, 0, .07))}.brandy-search-element .brandy-live-result .brandy-search-box[icon-position=right] .brandy-search-box__input{order:-1}.brandy-search-element .brandy-live-result .brandy-search-box[type=icon] .brandy-search-box__icon-tooltip{position:absolute;display:block;z-index:10;background-color:var(--theme-tooltip-background-color, #272819);color:var(--theme-tooltip-color, #ffffff);font-size:.75rem;line-height:1rem;width:max-content;padding:.25rem 6px;border-radius:.125rem;text-align:center;top:calc(100% + 10px);left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:all ease-in-out var(--theme-component-transition-duration, .2s)}.brandy-search-element .brandy-live-result .brandy-search-box[type=icon] .brandy-search-box__icon-tooltip:after{content:"";position:absolute;left:50%;top:-5px;transform:translate(-50%);width:0;height:0;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:var(--theme-tooltip-background-color, #272819);border-top-color:transparent;border-bottom-width:6px;border-right-width:6px;border-left-width:6px}.brandy-search-element .brandy-live-result .brandy-search-box[type=icon] .brandy-search-box__icon:hover .brandy-search-box__icon-tooltip{opacity:1;visibility:visible;top:calc(100% + 3px)}.brandy-search-element .brandy-live-result .brandy-search-box .brandy-search-box__icon:hover .brandy-theme-icon{transform:scaleX(1.1) scaleY(1.1)}.brandy-search-element .brandy-live-result .brandy-search-box__input{all:unset;color:var(--brandy-panel-search-text-color-normal)!important;background:transparent;font-size:var(--brandy-panel-search-text-typography-font_size);line-height:var(--brandy-panel-search-text-typography-line_height);letter-spacing:var(--brandy-panel-search-text-typography-letter_spacing);font-weight:var(--brandy-panel-search-text-typography-font_weight);font-style:var(--brandy-panel-search-text-typography-font_style);text-transform:var(--brandy-panel-search-text-typography-transform);text-decoration:var(--brandy-panel-search-text-typography-decoration);min-height:var(--brandy-panel-search-box-input-height);width:100%;height:100%}.brandy-search-element .brandy-live-result .brandy-search-box__input:hover{border-color:inherit;color:inherit;background-color:inherit}.brandy-search-element .brandy-live-result .brandy-search-box__input:focus-visible{outline:none}.brandy-live-result .brandy-live-result__content .brandy-live-result__content-list{display:grid;gap:10px 10px;justify-content:center}.brandy-live-result .brandy-live-result__content a.brandy-show-more-btn{display:none;margin:30px auto auto;width:fit-content;text-align:center;font-size:1.125rem;line-height:1.75rem;padding:13px 45px}.brandy-live-result .brandy-live-result__content .brandy-loader-2{width:16px;height:16px;border-radius:50%;display:block;margin:15px auto;position:relative;background:#FFF;box-shadow:-24px 0 #fff,24px 0 #fff;box-sizing:border-box;animation:shadowPulse 2s linear infinite}.brandy-live-result .brandy-live-result__content .brandy-loader-2{grid-column:1/-1}.brandy-live-result .brandy-live-result__content .brandy-result-placeholder{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.brandy-live-result .brandy-live-result__content .brandy-result-placeholder-item{width:230px;padding:10px}.brandy-live-result .brandy-live-result__content .brandy-result-placeholder__image{width:100%;height:287px;background:#F6F6F6;border-radius:5px}.brandy-live-result .brandy-live-result__content .brandy-result-placeholder__text{width:180px;height:17px;background:#F6F6F6;border-radius:3px;margin:17px auto auto}.brandy-live-result .brandy-live-result__content .brandy-result-placeholder__text_1{width:115px;height:17px;background:#F6F6F6;border-radius:3px;margin:17px auto auto}@keyframes shadowPulse{33%{background:#FFF;box-shadow:-24px 0 var(--wp--preset--color--brandy-accent),24px 0 #fff}66%{background:var(--wp--preset--color--brandy-accent);box-shadow:-24px 0 #fff,24px 0 #fff}to{background:#FFF;box-shadow:-24px 0 #fff,24px 0 var(--wp--preset--color--brandy-accent)}}.brandy-live-result .brandy-live-result__content .search-empty-state{text-align:center;font-weight:500;margin-top:20px}.brandy-live-result[data-layout=list] .brandy-live-result__content-list{justify-content:flex-start}.brandy-live-result[data-layout=list] .brandy-live-result__content-list .brandy-result-item{flex-direction:row}.brandy-live-result[data-layout=list] .brandy-live-result__content-list .brandy-result-item__image{width:200px;height:150px}.brandy-live-result[data-layout=grid] .brandy-live-result__content-list{display:flex;justify-content:center;flex-wrap:wrap}.brandy-live-result[data-layout=grid] .brandy-live-result__content-list>*{max-width:230px}.brandy-live-result[data-layout=grid] .brandy-live-result__content-list .brandy-result-item__information{text-align:center}#brandy-footer .brandy-live-result-backdrop.brandy-backdrop-opened,#brandy-footer .brandy-live-result{z-index:10000}#brandy-footer .brandy-search-element .brandy-element-wrapper[backdrop-type=type_1] .brandy-live-result{width:fit-content}.brandy-backdrop-opened .brandy-search-element.customize-partial-refreshing{opacity:1}.brandy-socials-element .brandy-element-wrapper{margin:var(--brandy-margin)}.brandy-socials-element .brandy-social-title{display:var(--brandy-social-title-display, none);margin-bottom:var(--brandy-social-title-distance, 5);color:var(--brandy-social-title-color-normal);font-size:var(--brandy-social-title-typography-font_size);line-height:var(--brandy-social-title-typography-line_height);letter-spacing:var(--brandy-social-title-typography-letter_spacing);font-weight:var(--brandy-social-title-typography-font_weight);font-style:var(--brandy-social-title-typography-font_style);text-transform:var(--brandy-social-title-typography-transform);text-decoration:var(--brandy-social-title-typography-decoration)}.brandy-socials-element .brandy-social-list{display:flex;gap:var(--brandy-item-spacing);align-items:center;flex-wrap:wrap}@media screen and (min-width: 1024px){.brandy-socials-element .brandy-social-list[items-direction-desktop=vertical]{flex-direction:column;align-items:flex-start}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-socials-element .brandy-social-list[items-direction-tablet=vertical]{flex-direction:column;align-items:flex-start}}@media screen and (max-width: 479px){.brandy-socials-element .brandy-social-list[items-direction-mobile=vertical]{flex-direction:column;align-items:flex-start}}.brandy-socials-element .brandy-social-list .brandy-social-item{--brandy-logo-background: var(--brandy-logo-background-normal);--brandy-logo-color: var(--brandy-logo-color-normal);--brandy-logo-border-color: var(--brandy-logo-stroke-color-normal);--brandy-label-color: var(--brandy-label-color-normal);--brandy-item-background: var(--brandy-item-background-normal);--brandy-item-border-color: var(--brandy-item-stroke-color-normal);display:inline-flex;align-items:center;gap:var(--brandy-label-distance);cursor:pointer;overflow:hidden;background:var(--brandy-item-background);border-style:solid;border-radius:var(--brandy-item-border-radius);border-color:var(--brandy-item-border-color);border-width:var(--brandy-item-border-width);padding:var(--brandy-item-padding)}.brandy-socials-element .brandy-social-list .brandy-social-item.hidden{display:none}.brandy-socials-element .brandy-social-list .brandy-social-item:hover{--brandy-logo-background: var(--brandy-logo-background-hover);--brandy-logo-color: var(--brandy-logo-color-hover);--brandy-logo-border-color: var(--brandy-logo-stroke-color-hover);--brandy-label-color: var(--brandy-label-color-hover);--brandy-item-background: var(--brandy-item-background-hover);--brandy-item-border-color: var(--brandy-item-stroke-color-hover)}.brandy-socials-element .brandy-social-list .brandy-social-item__icon{overflow:hidden;display:var(--brandy-social-icon-display, block);transition-property:border-color,background-color;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-socials-element .brandy-social-list .brandy-social-item__icon[color-type=custom]{background-color:var(--brandy-logo-background);border-style:solid;border-color:var(--brandy-logo-border-color);border-width:var(--brandy-logo-stroke-width);border-radius:var(--brandy-logo-border-radius);box-shadow:var(--brandy-social-box-shadow)}.brandy-socials-element .brandy-social-list .brandy-social-item__icon[color-type=custom] .brandy-theme-icon svg *[stroke]{stroke:var(--brandy-logo-color)}.brandy-socials-element .brandy-social-list .brandy-social-item__icon[color-type=custom] .brandy-theme-icon svg *[fill]{fill:var(--brandy-logo-color)}.brandy-socials-element .brandy-social-list .brandy-social-item__icon .brandy-theme-icon{width:var(--brandy-logo-size);height:var(--brandy-logo-size)}.brandy-socials-element .brandy-social-list .brandy-social-item__icon .brandy-theme-icon svg{width:100%;height:100%}.brandy-socials-element .brandy-social-list .brandy-social-item__icon .brandy-theme-icon svg *{transition-property:stroke,fill;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-socials-element .brandy-social-list .brandy-social-item__label{display:var(--brandy-label-display);color:var(--brandy-label-color);padding-right:7px;font-size:var(--brandy-label-typography-font_size);line-height:var(--brandy-label-typography-line_height);letter-spacing:var(--brandy-label-typography-letter_spacing);font-weight:var(--brandy-label-typography-font_weight);font-style:var(--brandy-label-typography-font_style);text-transform:var(--brandy-label-typography-transform);text-decoration:var(--brandy-label-typography-decoration)}.brandy-toggle-button-element>.brandy-element-wrapper{margin:var(--brandy-margin);display:flex;align-items:center;gap:5px;cursor:pointer}.brandy-toggle-button-element>.brandy-element-wrapper:hover .brandy-toggle-button{--brandy-icon-color: var(--brandy-icon-color-hover);--brandy-icon-stroke-color: var(--brandy-icon-stroke-color-hover);--brandy-icon-background: var(--brandy-icon-background-hover) }.brandy-toggle-button-element>.brandy-element-wrapper:hover .brandy-toggle-button__text{--brandy-text-color: var(--brandy-text-color-hover)}.brandy-toggle-button-element .brandy-toggle-button{--brandy-icon-color: var(--brandy-icon-color-normal);--brandy-icon-stroke-color: var(--brandy-icon-stroke-color-normal);--brandy-icon-background: var(--brandy-icon-background-normal);border-style:solid;border-width:var(--brandy-icon-stroke-width);border-color:var(--brandy-icon-stroke-color);border-radius:var(--brandy-icon-border-radius);background:var(--brandy-icon-background);transition-property:border-color,background;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-toggle-button-element .brandy-toggle-button .brandy-theme-icon{width:var(--brandy-icon-size);height:var(--brandy-icon-size)}.brandy-toggle-button-element .brandy-toggle-button .brandy-theme-icon svg{width:100%;height:100%}.brandy-toggle-button-element .brandy-toggle-button .brandy-theme-icon svg *{transition:all ease-in-out var(--theme-component-transition-duration, .2s)}.brandy-toggle-button-element .brandy-toggle-button .brandy-theme-icon svg *[stroke]{stroke:var(--brandy-icon-color)}.brandy-toggle-button-element .brandy-toggle-button .brandy-theme-icon svg *[fill]{fill:var(--brandy-icon-color)}.brandy-toggle-button-element .brandy-toggle-button__text{--brandy-text-color: var(--brandy-text-color-normal);color:var(--brandy-text-color);font-size:var(--brandy-text-typography-font_size);line-height:var(--brandy-text-typography-line_height);letter-spacing:var(--brandy-text-typography-letter_spacing);font-weight:var(--brandy-text-typography-font_weight);font-style:var(--brandy-text-typography-font_style);text-transform:var(--brandy-text-typography-transform);text-decoration:var(--brandy-text-typography-decoration)}.brandy-toggle-button-element .brandy-toggle-button__text[data-position=left]{order:-1}#toggle-off-canvas{transition-property:visibility,opacity;transition-timing-function:ease-in-out;transition-duration:var(--theme-component-transition-duration)}#toggle-off-canvas *{transition-property:background-color,border-color,background-size,text-decoration,fill,stroke;transition-duration:var(--theme-component-transition-duration);transition-timing-function:ease-in-out}#toggle-off-canvas .brandy-toc-close-icon{--brandy-toc-close-icon-color: var(--brandy-toc-close-icon-color-normal);--brandy-toc-close-background: var(--brandy-toc-close-background-normal);--brandy-toc-close-stroke-color: var(--brandy-toc-close-stroke-color-normal);border-style:solid;background:var(--brandy-toc-close-background);border-width:var(--brandy-toc-close-stroke-width);border-color:var(--brandy-toc-close-stroke-color);border-radius:var(--brandy-toc-close-border-radius);cursor:pointer}#toggle-off-canvas .brandy-toc-close-icon:hover{--brandy-toc-close-icon-color: var(--brandy-toc-close-icon-color-hover);--brandy-toc-close-background: var(--brandy-toc-close-background-hover);--brandy-toc-close-stroke-color: var(--brandy-toc-close-stroke-color-hover)}#toggle-off-canvas .brandy-toc-close-icon .brandy-theme-icon{width:var(--brandy-toc-close-size);height:var(--brandy-toc-close-size);color:var(--brandy-toc-close-icon-color);transition:all ease-in-out var(--theme-component-transition-duration, .2s)}#toggle-off-canvas .brandy-toc-close-icon .brandy-theme-icon svg{width:100%;height:100%}#toggle-off-canvas .brandy-toc-panel{--brandy-toc-text-color: var(--brandy-toc-text-color-normal);padding:var(--brandy-toc-padding);width:var(--brandy-toc-popup-width);min-width:fit-content;background:var(--brandy-toc-background-normal);color:var(--brandy-toc-text-color);overflow-y:auto;overflow-x:hidden}#toggle-off-canvas .brandy-toc-panel:hover{--brandy-toc-text-color: var(--brandy-toc-text-color-hover)}#toggle-off-canvas .brandy-toc-panel .brandy-toc-elements-wrapper{display:none;flex-direction:column;gap:10px}@media screen and (min-width: 1024px){#toggle-off-canvas .brandy-toc-panel .brandy-toc-elements-wrapper[device=desktop]{display:flex}}@media screen and (min-width: 480px) and (max-width: 1023px){#toggle-off-canvas .brandy-toc-panel .brandy-toc-elements-wrapper[device=tablet]{display:flex}}@media screen and (max-width: 479px){#toggle-off-canvas .brandy-toc-panel .brandy-toc-elements-wrapper[device=mobile]{display:flex}}#toggle-off-canvas .brandy-toc-backdrop{width:100%;height:100%;position:fixed;top:0;left:0;background:var(--brandy-toc-backdrop-color-normal);z-index:100}@media screen and (min-width: 1024px){#toggle-off-canvas[horizontal-alignment-desktop=left] .brandy-toc-elements-wrapper{align-items:flex-start}}@media screen and (min-width: 480px) and (max-width: 1023px){#toggle-off-canvas[horizontal-alignment-tablet=left] .brandy-toc-elements-wrapper{align-items:flex-start}}@media screen and (max-width: 479px){#toggle-off-canvas[horizontal-alignment-mobile=left] .brandy-toc-elements-wrapper{align-items:flex-start}}@media screen and (min-width: 1024px){#toggle-off-canvas[horizontal-alignment-desktop=center] .brandy-toc-elements-wrapper{align-items:center}}@media screen and (min-width: 480px) and (max-width: 1023px){#toggle-off-canvas[horizontal-alignment-tablet=center] .brandy-toc-elements-wrapper{align-items:center}}@media screen and (max-width: 479px){#toggle-off-canvas[horizontal-alignment-mobile=center] .brandy-toc-elements-wrapper{align-items:center}}@media screen and (min-width: 1024px){#toggle-off-canvas[horizontal-alignment-desktop=right] .brandy-toc-elements-wrapper{align-items:flex-end}}@media screen and (min-width: 480px) and (max-width: 1023px){#toggle-off-canvas[horizontal-alignment-tablet=right] .brandy-toc-elements-wrapper{align-items:flex-end}}@media screen and (max-width: 479px){#toggle-off-canvas[horizontal-alignment-mobile=right] .brandy-toc-elements-wrapper{align-items:flex-end}}#toggle-off-canvas[align-bottom-from-desktop="2"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="2"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(2){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="3"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="3"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(3){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="4"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="4"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(4){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="5"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="5"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(5){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="6"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="6"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(6){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="7"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="7"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(7){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="8"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="8"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(8){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="9"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="9"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(9){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="10"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="10"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(10){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="11"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="11"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(11){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="12"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="12"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(12){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="13"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="13"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(13){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="14"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="14"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(14){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="15"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="15"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(15){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="16"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="16"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(16){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="17"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="17"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(17){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="18"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="18"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(18){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="19"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="19"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(19){margin-top:auto}#toggle-off-canvas[align-bottom-from-desktop="20"] .brandy-toc-elements-wrapper[device=desktop]{height:100%}#toggle-off-canvas[align-bottom-from-desktop="20"] .brandy-toc-elements-wrapper[device=desktop]>div:nth-child(20){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="2"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="2"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(2){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="3"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="3"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(3){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="4"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="4"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(4){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="5"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="5"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(5){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="6"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="6"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(6){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="7"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="7"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(7){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="8"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="8"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(8){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="9"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="9"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(9){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="10"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="10"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(10){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="11"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="11"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(11){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="12"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="12"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(12){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="13"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="13"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(13){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="14"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="14"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(14){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="15"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="15"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(15){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="16"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="16"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(16){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="17"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="17"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(17){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="18"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="18"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(18){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="19"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="19"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(19){margin-top:auto}#toggle-off-canvas[align-bottom-from-tablet="20"] .brandy-toc-elements-wrapper[device=tablet]{height:100%}#toggle-off-canvas[align-bottom-from-tablet="20"] .brandy-toc-elements-wrapper[device=tablet]>div:nth-child(20){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="2"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="2"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(2){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="3"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="3"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(3){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="4"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="4"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(4){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="5"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="5"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(5){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="6"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="6"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(6){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="7"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="7"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(7){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="8"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="8"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(8){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="9"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="9"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(9){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="10"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="10"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(10){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="11"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="11"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(11){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="12"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="12"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(12){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="13"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="13"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(13){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="14"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="14"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(14){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="15"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="15"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(15){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="16"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="16"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(16){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="17"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="17"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(17){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="18"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="18"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(18){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="19"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="19"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(19){margin-top:auto}#toggle-off-canvas[align-bottom-from-mobile="20"] .brandy-toc-elements-wrapper[device=mobile]{height:100%}#toggle-off-canvas[align-bottom-from-mobile="20"] .brandy-toc-elements-wrapper[device=mobile]>div:nth-child(20){margin-top:auto}body.toc-opened{overflow:hidden}body.toc-opened #toggle-off-canvas{visibility:visible;opacity:1}#toggle-off-canvas[type=default]{position:fixed;top:0;left:0;z-index:100;opacity:0;visibility:hidden}#toggle-off-canvas[type=default] .brandy-toc-panel{position:fixed;top:var(--wp-adminbar-height);left:0;width:100%;height:calc(100% - var(--wp-adminbar-height));display:flex;flex-direction:column;gap:10px;z-index:999}#toggle-off-canvas[type=default] .brandy-toc-close-icon{position:absolute;z-index:10;top:20px;right:20px}#toggle-off-canvas[type=left_panel]{position:fixed;top:0;left:0;z-index:100;opacity:0;visibility:hidden;width:100%;height:100%}#toggle-off-canvas[type=left_panel] .brandy-toc-panel{position:absolute;top:var(--wp-adminbar-height);z-index:999;visibility:hidden;opacity:0;transform:translate3d(-100%,0,0);height:calc(100% - var(--wp-adminbar-height));width:var(--brandy-toc-popup-width);min-width:fit-content;transition-property:transform,opacity,visibility;transition-timing-function:ease-in-out;transition-duration:.4s;display:flex;flex-direction:column;gap:10px}#toggle-off-canvas[type=left_panel] .brandy-toc-close-icon{position:absolute;z-index:10;top:20px;right:20px}body.toc-opened #toggle-off-canvas[type=left_panel] .brandy-toc-panel{transform:translateZ(0);visibility:visible;opacity:1}#toggle-off-canvas[type=right_panel]{position:fixed;top:0;left:0;z-index:100;opacity:0;visibility:hidden;width:100%;height:100%}#toggle-off-canvas[type=right_panel] .brandy-toc-panel{position:absolute;top:var(--wp-adminbar-height);z-index:999;right:-100%;opacity:0;visibility:hidden;height:calc(100% - var(--wp-adminbar-height));width:var(--brandy-toc-popup-width);min-width:fit-content;transition-property:right,opacity,visibility;transition-timing-function:ease-in-out;transition-duration:var(--theme-component-transition-duration, .2s);display:flex;flex-direction:column;gap:10px}#toggle-off-canvas[type=right_panel] .brandy-toc-close-icon{position:absolute;z-index:10;top:20px;right:20px}body.toc-opened #toggle-off-canvas[type=right_panel] .brandy-toc-panel{right:0;opacity:1;visibility:visible}#toggle-off-canvas[type=dropdown_panel]{visibility:hidden;opacity:0;z-index:0;position:absolute}#toggle-off-canvas[type=dropdown_panel]+.brandy-toggle-button{position:relative;z-index:1}body.toc-opened #toggle-off-canvas[type=dropdown_panel]+.brandy-toggle-button{visibility:hidden;opacity:0}body.toc-opened #toggle-off-canvas[type=dropdown_panel]{z-index:999;visibility:visible;opacity:1;transition:all ease-in-out var(--theme-component-transition-duration);outline:none!important}body.toc-opened #toggle-off-canvas[type=dropdown_panel] .brandy-toc-panel{position:absolute;z-index:999;margin-top:10px;width:var(--brandy-toc-popup-width);min-width:fit-content;max-height:60vh}body.toc-opened #toggle-off-canvas[type=dropdown_panel] .brandy-toc-close-icon{position:relative;z-index:999}body.toc-opened .edit-button-wrapper.edit-button{display:none!important}@media screen and (min-width: 480px) and (max-width: 1023px){#toggle-off-canvas{position:fixed!important;top:0;left:0;width:100%;height:100%}#toggle-off-canvas[type=dropdown_panel] .brandy-toc-close-icon{position:absolute!important;z-index:1000!important;top:20px;right:20px;display:inline-block}#toggle-off-canvas .brandy-toc-panel{top:0;left:0;margin:0!important;width:100%!important;position:fixed!important;max-height:unset!important;max-width:unset!important}}@media screen and (max-width: 479px){#toggle-off-canvas{position:fixed!important;top:0;left:0;width:100%;height:100%}#toggle-off-canvas[type=dropdown_panel] .brandy-toc-close-icon{position:absolute!important;z-index:1000!important;top:20px;right:20px;display:inline-block}#toggle-off-canvas .brandy-toc-panel{top:0;left:0;margin:0!important;width:100%!important;position:fixed!important;max-height:unset!important;max-width:unset!important}}.header-within-device[device=mobile] #toggle-off-canvas .brandy-toc-panel{border-top:1px solid var(--wp--preset--color--brandy-border)}.header-within-device[device=mobile] #toggle-off-canvas .brandy-toc-backdrop{display:none}#brandy-header:not(.brandy-header-transparent) .header-within-device[device=mobile] #toggle-off-canvas .brandy-toc-close-icon{display:none}.brandy-toggle-button{height:var(--brandy-icon-size);overflow:hidden;position:relative}.brandy-toggle-button .brandy-toggle-button--open{height:var(--brandy-icon-size)}.brandy-toggle-button .brandy-toggle-button--open svg *{transition:all var(--theme-component-transition-duration, .2s) ease-in-out;transform:translateY(0)}.brandy-toggle-button .brandy-toggle-button--open svg *:nth-child(1){transition-delay:.1s}.brandy-toggle-button .brandy-toggle-button--open svg *:nth-child(2){transition-delay:75ms}.brandy-toggle-button .brandy-toggle-button--open svg *:nth-child(3){transition-delay:50ms}.brandy-toggle-button .brandy-toggle-button--close{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;transition:all var(--theme-component-transition-duration, .2s) ease-in-out;transform:translate(calc(var(--brandy-icon-size) * -1))}.brandy-toggle-button .brandy-toggle-button--close .brandy-theme-icon>*{top:50%;left:50%;position:absolute;background-color:var(--brandy-icon-color-normal);height:2px;width:calc(100% - 10px);transform:translate(-50%,-50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);transition:all .5s ease-in-out;transition-delay:var(--theme-component-transition-duration, .2s);padding:0}.brandy-toggle-button .brandy-toggle-button--close .brandy-theme-icon>*:last-child{transform:translate(-50%,-50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1)}body.toc-opened .brandy-toggle-button--open svg *{transform:translateY(var(--brandy-icon-size))}body.toc-opened .brandy-toggle-button--close{transform:translate(0)}body.toc-opened .brandy-toggle-button--close .brandy-theme-icon>*{transform:translate(-50%,-50%) rotate(45deg) skew(0) skewY(0) scaleX(1) scaleY(1)}body.toc-opened .brandy-toggle-button--close .brandy-theme-icon>*:last-child{transform:translate(-50%,-50%) rotate(-45deg) skew(0) skewY(0) scaleX(1) scaleY(1)}.brandy-widget-element .brandy-widget-content{margin:var(--brandy-margin);text-align:var(--brandy-text-align);vertical-align:var(--brandy-vertical-align);--brandy-text-color: var(--brandy-text-color-normal)}.brandy-widget-element .brandy-widget-content>section{color:var(--brandy-text-color)}.brandy-widget-element .brandy-widget-content>section:hover{--brandy-text-color: var(--brandy-text-color-hover)}.brandy-widget-element .brandy-widget-content[links-decoration=normal] a{text-decoration:none}.brandy-widget-element .brandy-widget-content[links-decoration=inherit] a{text-decoration:inherit}.brandy-widget-element .brandy-widget-content[links-decoration=underline] a{text-decoration:underline}.brandy-wishlist-element .brandy-element-wrapper{position:relative;margin:var(--brandy-margin)}.brandy-wishlist-element .brandy-wishlist{display:grid;grid-template-columns:1fr auto;align-items:center;justify-items:center;cursor:pointer;--brandy-icon-color: var(--brandy-icon-color-normal);--brandy-icon-background: var(--brandy-icon-background-normal);--brandy-icon-stroke-color: var(--brandy-icon-stroke-color-normal);--brandy-count-badge-text-color: var(--brandy-badge-color-normal);--brandy-count-badge-background-color: var(--brandy-wishlist-badge-background-color-normal);--brandy-text-color: var(--brandy-text-color-normal)}.brandy-wishlist-element .brandy-wishlist:hover{--brandy-icon-color: var(--brandy-icon-color-hover);--brandy-icon-background: var(--brandy-icon-background-hover);--brandy-icon-stroke-color: var(--brandy-icon-stroke-color-hover);--brandy-count-badge-text-color: var(--brandy-badge-color-hover);--brandy-count-badge-background-color: var(--brandy-wishlist-badge-background-color-hover);--brandy-text-color: var(--brandy-text-color-hover)}.brandy-wishlist-element .brandy-wishlist:hover .brandy-wishlist__icon .brandy-theme-icon{transform:scaleX(1.1) scaleY(1.1)}.brandy-wishlist-element .brandy-wishlist__icon{position:relative;display:flex;align-items:center;justify-content:center;border-style:solid;border-color:var(--brandy-icon-stroke-color);border-width:var(--brandy-icon-stroke-width);border-radius:var(--brandy-icon-border-radius);background:var(--brandy-icon-background)}.brandy-wishlist-element .brandy-wishlist__icon .brandy-theme-icon{width:var(--brandy-icon-size);height:var(--brandy-icon-size)}.brandy-wishlist-element .brandy-wishlist__icon svg{width:100%;height:100%}.brandy-wishlist-element .brandy-wishlist__icon svg *[stroke]{stroke:var(--brandy-icon-color)}.brandy-wishlist-element .brandy-wishlist__icon svg *[fill]{fill:var(--brandy-icon-color)}.brandy-wishlist-element .brandy-wishlist .brandy-count-badge{display:none}@media screen and (min-width: 1024px){.brandy-wishlist-element .brandy-wishlist .brandy-count-badge[display=show][device=desktop]{display:flex}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-wishlist-element .brandy-wishlist .brandy-count-badge[display=show][device=tablet]{display:flex}}@media screen and (max-width: 479px){.brandy-wishlist-element .brandy-wishlist .brandy-count-badge[display=show][device=mobile]{display:flex}}.brandy-wishlist-element .brandy-wishlist__label{display:none}.brandy-wishlist-element .brandy-wishlist__label[display=show]{margin:0 0 0 var(--element-wishlist-item-spacing, 4px);color:var(--brandy-text-color);font-size:var(--brandy-text-typography-font_size);line-height:var(--brandy-text-typography-line_height);letter-spacing:var(--brandy-text-typography-letter_spacing);font-weight:var(--brandy-text-typography-font_weight);font-style:var(--brandy-text-typography-font_style);text-transform:var(--brandy-text-typography-transform);text-decoration:var(--brandy-text-typography-decoration)}@media screen and (min-width: 1024px){.brandy-wishlist-element .brandy-wishlist__label[display=show][device=desktop]{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-wishlist-element .brandy-wishlist__label[display=show][device=tablet]{display:block}}@media screen and (max-width: 479px){.brandy-wishlist-element .brandy-wishlist__label[display=show][device=mobile]{display:block}}.brandy-wishlist-element .brandy-wishlist__label[display=show][position=left]{order:-1;margin:0 var(--element-wishlist-item-spacing, 4px) 0 0}.brandy-wishlist-element .brandy-wishlist__label[display=show][position=bottom]{grid-column:2/1;margin:var(--element-wishlist-item-spacing, 4px) 0 0 0}.brandy-wishlist-element .brandy-wishlist__label[display=hide]{position:absolute;display:block;z-index:10;background-color:var(--theme-tooltip-background-color, #272819);color:var(--theme-tooltip-color, #ffffff);font-size:.75rem;line-height:1rem;width:max-content;padding:.25rem 6px;border-radius:.125rem;text-align:center;top:calc(100% + 10px);left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:all ease-in-out var(--theme-component-transition-duration, .2s)}.brandy-wishlist-element .brandy-wishlist__label[display=hide]:after{content:"";position:absolute;left:50%;top:-5px;transform:translate(-50%);width:0;height:0;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-bottom-color:var(--theme-tooltip-background-color, #272819);border-top-color:transparent;border-bottom-width:6px;border-right-width:6px;border-left-width:6px}@media screen and (min-width: 1024px){.brandy-wishlist-element .brandy-wishlist:hover .brandy-wishlist__label[display=hide][device=desktop]{opacity:1;visibility:visible;top:calc(100% + 3px)}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-wishlist-element .brandy-wishlist:hover .brandy-wishlist__label[display=hide][device=tablet]{opacity:1;visibility:visible;top:calc(100% + 3px)}}@media screen and (max-width: 479px){.brandy-wishlist-element .brandy-wishlist:hover .brandy-wishlist__label[display=hide][device=mobile]{opacity:1;visibility:visible;top:calc(100% + 3px)}}.brandy-wishlist-element .brandy-wishlist-dropdown{position:absolute;width:max-content;left:0;margin-top:5px;visibility:hidden;width:100vw;max-width:28rem;opacity:0;padding:20px;z-index:11;background:#fff;border:1px solid var(--wp--preset--color--brandy-border);box-shadow:0 0 #0000,0 0 #0000,0 5px 25px #00000008;border-radius:9px;transition-property:visibility,opacity;transition-duration:var(--theme-component-transition-duration, .2s);transition-timing-function:ease-in-out}.brandy-wishlist-element .brandy-wishlist-dropdown.dropdown-fixed{position:fixed;width:100%}.brandy-wishlist-element .brandy-wishlist-dropdown.dropdown-normal{right:0;left:auto}.brandy-wishlist-element .brandy-wishlist-dropdown.dropdown-transform{right:-50%;transform:translate(50%)}.brandy-wishlist-element .brandy-wishlist-drawer{position:fixed;display:flex;left:0;right:0;z-index:500000;flex-direction:column;width:100vw;max-width:28rem;overflow:hidden;overflow-y:auto;transform:translate3d(-100%,0,0);transition:transform 1.25s cubic-bezier(.19,1,.22,1);inset-block:0px 0px;height:calc(100% - var(--wp-adminbar-height));top:var(--wp-adminbar-height);background-color:var(--wp--preset--color--brandy-theme-background);padding:20px}.brandy-wishlist-element .brandy-wishlist-drawer__title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.brandy-wishlist-element .brandy-wishlist-drawer__title .brandy-wishlist-drawer__title__text{font-weight:500;font-size:1.5rem;line-height:2rem;margin:0}.brandy-wishlist-element .brandy-wishlist-drawer__close{--brandy-icon-close-color: var(--brandy-icon-close-color-normal);--brandy-icon-close-background-color: var(--brandy-icon-close-background-color-normal);--brandy-icon-close-stroke-color: var(--brandy-icon-close-stroke-color-normal);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--brandy-icon-close-border-radius);color:var(--brandy-icon-close-color);background-color:var(--brandy-icon-close-background-color);border:var(--brandy-icon-close-stroke-width) solid var(--brandy-icon-close-stroke-color);cursor:pointer;transition:color var(--theme-component-transition-duration, .2s) ease-in-out}.brandy-wishlist-element .brandy-wishlist-drawer__close:hover{color:var(--brandy-icon-close-color-hover);background-color:var(--brandy-icon-close-background-color-hover)}.brandy-wishlist-element .brandy-wishlist-drawer__close .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.brandy-wishlist-element .brandy-wishlist-drawer__close svg{width:var(--brandy-icon-close-size);height:var(--brandy-icon-close-size)}.brandy-wishlist-element .brandy-wishlist-drawer h3,.brandy-wishlist-element .brandy-wishlist-dropdown h3{font-weight:500;font-size:20px;border-bottom:1px solid var(--wp--preset--color--brandy-border);padding-bottom:15px}.brandy-wishlist-element .brandy-wishlist-overlay{background-color:#122940cc;opacity:0;position:fixed;z-index:400000;visibility:hidden;top:0;right:0;bottom:0;left:0;height:calc(100% - var(--wp-adminbar-height));top:var(--wp-adminbar-height);transition:opacity var(--theme-component-transition-duration, .2s) cubic-bezier(.4,0,.2,1)}.brandy-wishlist-element .brandy-element-wrapper.wishlist-opened .brandy-wishlist-dropdown{visibility:visible;opacity:1}.brandy-wishlist-element .brandy-element-wrapper.wishlist-opened+.brandy-wishlist-drawer+.brandy-wishlist-overlay{visibility:visible;opacity:1}.brandy-wishlist-element .brandy-element-wrapper.wishlist-opened+.brandy-wishlist-drawer{visibility:visible;transform:translateZ(0)}.brandy-wishlist-element[slide-position=right] .brandy-wishlist-drawer{transform:translate3d(100%,0,0);left:auto}.brandy-wishlist-element[slide-position=left] .brandy-wishlist-drawer{transform:translate3d(-100%,0,0);right:auto}.brandy-list-link-element .brandy-element-wrapper{display:flex;gap:var(--brandy-list-link-element-spacing);margin:var(--brandy-list-link-margin);padding:var(--brandy-list-link-padding)}.brandy-list-link-element .brandy-element-wrapper[data-direction=vertical]{flex-direction:column}@media screen and (min-width: 1024px){.brandy-list-link-element .brandy-element-wrapper[data-collapsible-desktop=true] .brandy-list-link__label-arrow{display:block}.brandy-list-link-element .brandy-element-wrapper[data-direction-desktop=vertical],.brandy-list-link-element .brandy-list-link__items[data-direction-desktop=vertical]{flex-direction:column}.brandy-list-link-element .brandy-list-link__items[data-direction-desktop=vertical][data-alignment-desktop=left]{align-items:flex-start}.brandy-list-link-element .brandy-list-link__items[data-direction-desktop=vertical][data-alignment-desktop=center]{align-items:center}.brandy-list-link-element .brandy-list-link__items[data-direction-desktop=vertical][data-alignment-desktop=right]{align-items:flex-end}.brandy-list-link-element .brandy-list-link__items[data-direction-desktop=horizontal]{flex-wrap:wrap;row-gap:15px}.brandy-list-link-element .brandy-list-link__items[data-direction-desktop=horizontal][data-alignment-desktop=left]{justify-content:flex-start}.brandy-list-link-element .brandy-list-link__items[data-direction-desktop=horizontal][data-alignment-desktop=center]{justify-content:center}.brandy-list-link-element .brandy-list-link__items[data-direction-desktop=horizontal][data-alignment-desktop=right]{justify-content:flex-end}}@media screen and (min-width: 480px) and (max-width: 1023px){.brandy-list-link-element .brandy-element-wrapper[data-collapsible-tablet=true] .brandy-list-link__label-arrow{display:block}.brandy-list-link-element .brandy-element-wrapper[data-direction-tablet=vertical],.brandy-list-link-element .brandy-list-link__items[data-direction-tablet=vertical]{flex-direction:column}.brandy-list-link-element .brandy-list-link__items[data-direction-tablet=vertical][data-alignment-tablet=left]{align-items:flex-start}.brandy-list-link-element .brandy-list-link__items[data-direction-tablet=vertical][data-alignment-tablet=center]{align-items:center}.brandy-list-link-element .brandy-list-link__items[data-direction-tablet=vertical][data-alignment-tablet=right]{align-items:flex-end}.brandy-list-link-element .brandy-list-link__items[data-direction-tablet=horizontal]{flex-wrap:wrap;row-gap:15px}.brandy-list-link-element .brandy-list-link__items[data-direction-tablet=horizontal][data-alignment-tablet=left]{justify-content:flex-start}.brandy-list-link-element .brandy-list-link__items[data-direction-tablet=horizontal][data-alignment-tablet=center]{justify-content:center}.brandy-list-link-element .brandy-list-link__items[data-direction-tablet=horizontal][data-alignment-tablet=right]{justify-content:flex-end}}@media screen and (max-width: 479px){.brandy-list-link-element .brandy-element-wrapper[data-collapsible-mobile=true] .brandy-list-link__label-arrow{display:block}.brandy-list-link-element .brandy-element-wrapper[data-direction-mobile=vertical],.brandy-list-link-element .brandy-list-link__items[data-direction-mobile=vertical]{flex-direction:column}.brandy-list-link-element .brandy-list-link__items[data-direction-mobile=vertical][data-alignment-mobile=left]{align-items:flex-start}.brandy-list-link-element .brandy-list-link__items[data-direction-mobile=vertical][data-alignment-mobile=center]{align-items:center}.brandy-list-link-element .brandy-list-link__items[data-direction-mobile=vertical][data-alignment-mobile=right]{align-items:flex-end}.brandy-list-link-element .brandy-list-link__items[data-direction-mobile=horizontal]{flex-wrap:wrap;row-gap:15px}.brandy-list-link-element .brandy-list-link__items[data-direction-mobile=horizontal][data-alignment-mobile=left]{justify-content:flex-start}.brandy-list-link-element .brandy-list-link__items[data-direction-mobile=horizontal][data-alignment-mobile=center]{justify-content:center}.brandy-list-link-element .brandy-list-link__items[data-direction-mobile=horizontal][data-alignment-mobile=right]{justify-content:flex-end}}.brandy-list-link__items{display:flex;gap:var(--brandy-list-link-item-spacing)}.brandy-list-link-item{color:var(--brandy-list-link-link-color-normal);font-size:var(--brandy-list-link-item-typography-font_size);line-height:var(--brandy-list-link-item-typography-line_height);letter-spacing:var(--brandy-list-link-item-typography-letter_spacing);font-weight:var(--brandy-list-link-item-typography-font_weight);font-style:var(--brandy-list-link-item-typography-font_style);text-transform:var(--brandy-list-link-item-typography-transform);text-decoration:var(--brandy-list-link-item-typography-decoration);transition-property:all}.brandy-list-link-item:hover{color:var(--brandy-list-link-link-color-hover)}.brandy-list-link__label{color:var(--brandy-list-link-label-color-normal);display:flex;justify-content:space-between;align-items:center;font-size:var(--brandy-list-link-label-typography-font_size);line-height:var(--brandy-list-link-label-typography-line_height);letter-spacing:var(--brandy-list-link-label-typography-letter_spacing);font-weight:var(--brandy-list-link-label-typography-font_weight);font-style:var(--brandy-list-link-label-typography-font_style);text-transform:var(--brandy-list-link-label-typography-transform);text-decoration:var(--brandy-list-link-label-typography-decoration)}.brandy-list-link__label:has(.brandy-list-link__label-text:empty){display:none}.brandy-list-link__label-arrow{display:none}.brandy-list-link__label-arrow svg{height:var(--brandy-list-link-label-typography-font_size);stroke:var(--brandy-list-link-label-color-normal);width:var(--brandy-list-link-label-typography-font_size)}.brandy-footer-toggle-arrow{transform:rotate(180deg);transition:all ease-in-out var(--theme-component-transition-duration, .2s)}.brandy-footer-toggle-arrow.arrow-rotate{transform:rotate(0)}@keyframes brandy-slide-down{0%{top:-100%}}@keyframes brandy-face-in{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}#brandy-header{width:100%;box-shadow:var(--brandy-header-box-shadow)}#brandy-header.brandy-header-transparent{position:absolute;left:0;z-index:10000}#brandy-header.brandy-header-transparent #brandy-top-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper:where(:not(.is-stickying .sticky-part .header-container-wrapper)){background-color:var(--brandy-top-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-top-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .header-container)),#brandy-header.brandy-header-transparent #brandy-top-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .header-container)){background-color:var(--brandy-top-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-middle-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper:where(:not(.is-stickying .sticky-part .header-container-wrapper)){background-color:var(--brandy-middle-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-middle-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .header-container)),#brandy-header.brandy-header-transparent #brandy-middle-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .header-container)){background-color:var(--brandy-middle-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-bottom-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper:where(:not(.is-stickying .sticky-part .header-container-wrapper)){background-color:var(--brandy-bottom-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent #brandy-bottom-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .header-container)),#brandy-header.brandy-header-transparent #brandy-bottom-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .header-container)){background-color:var(--brandy-bottom-header-transparent-background, rgba(255, 255, 255, 0))}#brandy-header.brandy-header-transparent .sticky-headers.is-stickying #brandy-top-header .header-container-wrapper{background-color:var(--brandy-top-header-sticky-background, #ffffff)!important}#brandy-header.brandy-header-transparent .sticky-headers.is-stickying #brandy-middle-header .header-container-wrapper{background-color:var(--brandy-middle-header-sticky-background, #ffffff)!important}#brandy-header.brandy-header-transparent .sticky-headers.is-stickying #brandy-bottom-header .header-container-wrapper{background-color:var(--brandy-bottom-header-sticky-background, #ffffff)!important}#brandy-header.brandy-header-transparent .header-within-device:not(.sticky-start):before{content:"";-webkit-backdrop-filter:blur(var(--brandy-header-sticky-blur-value, 0));backdrop-filter:blur(var(--brandy-header-sticky-blur-value, 0));position:absolute;top:0;left:0;width:100%;height:100%}#brandy-header .sticky-headers.is-stickying .sticky-part{box-shadow:var(--brandy-header-sticky-box-shadow);top:var(--wp-adminbar-height);position:fixed;z-index:10000;width:100%}#brandy-header .sticky-headers.is-stickying .sticky-part[effect=slide_down]{animation-name:brandy-slide-down;animation-duration:.5s}#brandy-header .sticky-headers.is-stickying .sticky-part[effect=fade_in]{animation-name:brandy-face-in;animation-duration:.5s}#brandy-header .sticky-headers.is-stickying .sticky-part .header-container-wrapper{background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position)}#brandy-header .sticky-headers.is-stickying .sticky-part .brandy-child-header{margin:0}#brandy-header>div{display:none}@media screen and (min-width: 1024px){#brandy-header>div[device=desktop]{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-header>div[device=mobile]{display:block}}@media screen and (max-width: 479px){#brandy-header>div[device=mobile]{display:block}}#brandy-header .brandy-child-header{position:relative;margin:var(--brandy-header-row-outside-margin)}#brandy-header .brandy-child-header.high-priority{z-index:10000}#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=builder-boxed] .header-container{max-width:var(--wp--style--global--wide-size, 1500px);margin-left:auto;margin-right:auto}#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=site-contented] .header-container{max-width:var(--wp--style--global--content-size, 1500px);margin-left:auto;margin-right:auto}#brandy-header .brandy-child-header[data-layout=full-width] .header-container{max-width:unset;width:100%}#brandy-header .brandy-child-header .header-container-wrapper{padding:var(--brandy-header-row-outside-padding)}#brandy-header .brandy-child-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper{background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position)}#brandy-header .brandy-child-header:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]) .header-container-wrapper:where(:not(.is-stickying .sticky-part .brandy-child-header[data-hide-stroke-when-stickying=true] .header-container-wrapper)){border-bottom-style:solid;border-bottom-color:var(--brandy-stroke-color-normal);border-bottom-width:var(--brandy-stroke-width)}#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .brandy-child-header[data-hide-stroke-when-stickying=true] .header-container)),#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .brandy-child-header[data-hide-stroke-when-stickying=true] .header-container)){border-bottom-style:solid;border-bottom-color:var(--brandy-stroke-color-normal);border-bottom-width:var(--brandy-stroke-width)}#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=builder-boxed] .header-container:where(:not(.is-stickying .sticky-part .header-container)),#brandy-header .brandy-child-header[data-is-constrained=true][data-layout=site-contented] .header-container:where(:not(.is-stickying .sticky-part .header-container)){background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position)}#brandy-header .brandy-child-header .header-container{margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:var(--brandy-header-padding);min-height:var(--brandy-header-height)}#brandy-header .brandy-child-header .header-container[item-layout=stretch]{gap:0}#brandy-header .brandy-child-header .header-container[item-layout=stretch] .header-col{justify-content:space-between!important;width:100%}#brandy-header .brandy-child-header .header-container[item-layout=stretch] .header-col:empty{width:0}#brandy-header .header-col{min-width:0;display:flex;align-items:center;gap:var(--brandy-header-row-element-spacing, 12px)}@media screen and (min-width: 1024px){#brandy-header .header-col{flex-wrap:var(--brandy-header-row-flex-wrap-desktop, nowrap);flex-basis:var(--brandy-header-row-flex-basis, 100%)}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-header .header-col{flex-wrap:var(--brandy-header-row-flex-wrap-tablet, nowrap);flex-basis:var(--brandy-header-row-flex-basis, 100%)}}@media screen and (max-width: 479px){#brandy-header .header-col{flex-wrap:var(--brandy-header-row-flex-wrap-mobile, nowrap);flex-basis:var(--brandy-header-row-flex-basis, auto)}}#brandy-header .header-col.justify-center{justify-content:center}#brandy-header .header-col.justify-end{justify-content:flex-end}@media screen and (max-width: 479px){#brandy-top-header .header-container[data-is-expanded-on-mobile=true]{flex-direction:column!important;justify-content:center;align-items:flex-start}#brandy-top-header .header-container[data-is-expanded-on-mobile=true] .header-col:nth-child(n+2){display:none}}#brandy-footer{background:var(--brandy-footer-background-main);background-position-y:var(--brandy-footer-background-top);background-position-x:var(--brandy-footer-background-left);background-size:var(--brandy-footer-background-size);background-position:var(--brandy-footer-background-position);padding:var(--brandy-footer-padding, 0)}#brandy-footer>div{display:none}@media screen and (min-width: 1024px){#brandy-footer>div[device=desktop]{display:block}}@media screen and (min-width: 480px) and (max-width: 1023px){#brandy-footer>div[device=mobile]{display:block}}@media screen and (max-width: 479px){#brandy-footer>div[device=mobile]{display:block}}#brandy-footer .footer-col{display:flex}#brandy-footer .brandy-child-footer[data-split-container=true] .footer-col{background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position);border-radius:var(--brandy-footer-border-radius);padding:var(--brandy-footer-row-children-padding)}#brandy-footer .brandy-loader{width:1.25rem;height:1.25rem;border-top-color:#fff;border-left-color:#fff;border-right-color:#fff;margin-left:5px;margin-right:5px;display:none}#brandy-footer .loading .brandy-loader{display:block}[data-section-id=footer]{width:100%}[data-section-id=footer] .brandy-child-footer{position:relative;padding:var(--brandy-footer-row-outside-padding);margin:var(--brandy-footer-row-outside-margin)}[data-section-id=footer] .brandy-child-footer[data-is-constrained=true][data-layout=builder-boxed] .footer-container{max-width:var(--wp--style--global--wide-size, 1500px);margin-left:auto;margin-right:auto}[data-section-id=footer] .brandy-child-footer[data-is-constrained=true][data-layout=site-contented] .footer-container{max-width:var(--wp--style--global--content-size, 1500px);margin-left:auto;margin-right:auto}[data-section-id=footer] .brandy-child-footer[data-layout=full-width] .footer-container{max-width:unset;width:100%}[data-section-id=footer] .brandy-child-footer:not([data-is-constrained=true][data-layout=builder-boxed],[data-is-constrained=true][data-layout=site-contented]){background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position);border-radius:var(--brandy-footer-border-radius)}[data-section-id=footer] .brandy-child-footer[data-is-constrained=true][data-layout=builder-boxed]:not([data-split-container=true]) .footer-container,[data-section-id=footer] .brandy-child-footer[data-is-constrained=true][data-layout=site-contented]:not([data-split-container=true]) .footer-container{background:var(--brandy-background-main);background-position-y:var(--brandy-background-top);background-position-x:var(--brandy-background-left);background-size:var(--brandy-background-size);background-position:var(--brandy-background-position);border-radius:var(--brandy-footer-border-radius)}[data-section-id=footer] .brandy-child-footer .footer-container{display:grid;grid-template-columns:1fr;justify-content:space-between;margin:0 auto;gap:var(--brandy-spacing);min-height:var(--brandy-footer-height);width:100%;padding:var(--brandy-footer-row-padding);border-top-style:solid;border-top-color:var(--brandy-stroke-color-normal, #E3E8EE);border-top-width:var(--brandy-stroke-width, 0)}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-container[data-desktop-direction=vertical]{grid-template-columns:1fr;grid-auto-flow:row}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-container[data-tablet-direction=vertical]{grid-template-columns:1fr;grid-auto-flow:row}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-container[data-mobile-direction=vertical]{grid-template-columns:1fr;grid-auto-flow:row}}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="2"]:not([data-desktop-direction=vertical])[layout-desktop=layout_1]{grid-template-columns:2fr 1fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="2"]:not([data-desktop-direction=vertical])[layout-desktop=layout_2]{grid-template-columns:1fr 2fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="2"]:not([data-desktop-direction=vertical])[layout-desktop=layout_3]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="2"]:not([data-tablet-direction=vertical])[layout-tablet=layout_1]{grid-template-columns:2fr 1fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="2"]:not([data-tablet-direction=vertical])[layout-tablet=layout_2]{grid-template-columns:1fr 2fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="2"]:not([data-tablet-direction=vertical])[layout-tablet=layout_3]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="2"]:not([data-mobile-direction=vertical])[layout-mobile=layout_1]{grid-template-columns:2fr 1fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="2"]:not([data-mobile-direction=vertical])[layout-mobile=layout_2]{grid-template-columns:1fr 2fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="2"]:not([data-mobile-direction=vertical])[layout-mobile=layout_3]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-desktop-direction=vertical])[layout-desktop=layout_1]{grid-template-columns:repeat(3,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-desktop-direction=vertical])[layout-desktop=layout_2]{grid-template-columns:3fr 1fr 1fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-desktop-direction=vertical])[layout-desktop=layout_3]{grid-template-columns:1fr 1fr 3fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-desktop-direction=vertical])[layout-desktop=layout_4]{grid-template-columns:1fr 3fr 1fr}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-tablet-direction=vertical])[layout-tablet=layout_1]{grid-template-columns:repeat(3,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-tablet-direction=vertical])[layout-tablet=layout_2]{grid-template-columns:3fr 1fr 1fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-tablet-direction=vertical])[layout-tablet=layout_3]{grid-template-columns:1fr 1fr 3fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-tablet-direction=vertical])[layout-tablet=layout_4]{grid-template-columns:1fr 3fr 1fr}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-mobile-direction=vertical])[layout-mobile=layout_1]{grid-template-columns:repeat(3,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-mobile-direction=vertical])[layout-mobile=layout_2]{grid-template-columns:3fr 1fr 1fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-mobile-direction=vertical])[layout-mobile=layout_3]{grid-template-columns:1fr 1fr 3fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="3"]:not([data-mobile-direction=vertical])[layout-mobile=layout_4]{grid-template-columns:1fr 3fr 1fr}}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="4"]:not([data-desktop-direction=vertical])[layout-desktop=layout_1]{grid-template-columns:repeat(4,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="4"]:not([data-desktop-direction=vertical])[layout-desktop=layout_2]{grid-template-columns:repeat(3,minmax(0,1fr)) 3fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="4"]:not([data-desktop-direction=vertical])[layout-desktop=layout_3]{grid-template-columns:3fr repeat(3,minmax(0,1fr))}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="4"]:not([data-tablet-direction=vertical])[layout-tablet=layout_1]{grid-template-columns:repeat(4,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="4"]:not([data-tablet-direction=vertical])[layout-tablet=layout_2]{grid-template-columns:repeat(3,minmax(0,1fr)) 3fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="4"]:not([data-tablet-direction=vertical])[layout-tablet=layout_3]{grid-template-columns:3fr repeat(3,minmax(0,1fr))}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="4"]:not([data-mobile-direction=vertical])[layout-mobile=layout_1]{grid-template-columns:repeat(4,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="4"]:not([data-mobile-direction=vertical])[layout-mobile=layout_2]{grid-template-columns:repeat(3,minmax(0,1fr)) 3fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="4"]:not([data-mobile-direction=vertical])[layout-mobile=layout_3]{grid-template-columns:3fr repeat(3,minmax(0,1fr))}}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-desktop-direction=vertical])[layout-desktop=layout_1]{grid-template-columns:repeat(5,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-desktop-direction=vertical])[layout-desktop=layout_2]{grid-template-columns:repeat(4,minmax(0,1fr)) 2fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-desktop-direction=vertical])[layout-desktop=layout_3]{grid-template-columns:repeat(2,minmax(0,1fr)) 2fr repeat(2,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-desktop-direction=vertical])[layout-desktop=layout_4]{grid-template-columns:2fr repeat(4,minmax(0,1fr))}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-tablet-direction=vertical])[layout-tablet=layout_1]{grid-template-columns:repeat(5,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-tablet-direction=vertical])[layout-tablet=layout_2]{grid-template-columns:repeat(4,minmax(0,1fr)) 2fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-tablet-direction=vertical])[layout-tablet=layout_3]{grid-template-columns:repeat(2,minmax(0,1fr)) 2fr repeat(2,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-tablet-direction=vertical])[layout-tablet=layout_4]{grid-template-columns:2fr repeat(4,minmax(0,1fr))}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-mobile-direction=vertical])[layout-mobile=layout_1]{grid-template-columns:repeat(5,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-mobile-direction=vertical])[layout-mobile=layout_2]{grid-template-columns:repeat(4,minmax(0,1fr)) 2fr}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-mobile-direction=vertical])[layout-mobile=layout_3]{grid-template-columns:repeat(2,minmax(0,1fr)) 2fr repeat(2,minmax(0,1fr))}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="5"]:not([data-mobile-direction=vertical])[layout-mobile=layout_4]{grid-template-columns:2fr repeat(4,minmax(0,1fr))}}[data-section-id=footer] .brandy-child-footer .footer-container[number-col="6"]{grid-template-columns:repeat(6,minmax(0,1fr))}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]{flex-direction:row}}@media screen and (min-width: 1024px) and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(1){justify-content:var(--brandy-footer-column-1-horizontal-alignment-desktop, var(--brandy-footer-column-1-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-1-vertical-alignment-desktop, var(--brandy-footer-column-1-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-1-flex-wrap-desktop, var(--brandy-footer-column-1-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(2){justify-content:var(--brandy-footer-column-2-horizontal-alignment-desktop, var(--brandy-footer-column-2-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-2-vertical-alignment-desktop, var(--brandy-footer-column-2-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-2-flex-wrap-desktop, var(--brandy-footer-column-2-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(3){justify-content:var(--brandy-footer-column-3-horizontal-alignment-desktop, var(--brandy-footer-column-3-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-3-vertical-alignment-desktop, var(--brandy-footer-column-3-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-3-flex-wrap-desktop, var(--brandy-footer-column-3-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(4){justify-content:var(--brandy-footer-column-4-horizontal-alignment-desktop, var(--brandy-footer-column-4-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-4-vertical-alignment-desktop, var(--brandy-footer-column-4-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-4-flex-wrap-desktop, var(--brandy-footer-column-4-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(5){justify-content:var(--brandy-footer-column-5-horizontal-alignment-desktop, var(--brandy-footer-column-5-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-5-vertical-alignment-desktop, var(--brandy-footer-column-5-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-5-flex-wrap-desktop, var(--brandy-footer-column-5-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(6){justify-content:var(--brandy-footer-column-6-horizontal-alignment-desktop, var(--brandy-footer-column-6-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-6-vertical-alignment-desktop, var(--brandy-footer-column-6-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-6-flex-wrap-desktop, var(--brandy-footer-column-6-flex-wrap-desktop))}}@media screen and (min-width: 1024px) and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(1){justify-content:var(--brandy-footer-column-1-horizontal-alignment-tablet, var(--brandy-footer-column-1-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-1-vertical-alignment-tablet, var(--brandy-footer-column-1-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-1-flex-wrap-tablet, var(--brandy-footer-column-1-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(2){justify-content:var(--brandy-footer-column-2-horizontal-alignment-tablet, var(--brandy-footer-column-2-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-2-vertical-alignment-tablet, var(--brandy-footer-column-2-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-2-flex-wrap-tablet, var(--brandy-footer-column-2-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(3){justify-content:var(--brandy-footer-column-3-horizontal-alignment-tablet, var(--brandy-footer-column-3-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-3-vertical-alignment-tablet, var(--brandy-footer-column-3-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-3-flex-wrap-tablet, var(--brandy-footer-column-3-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(4){justify-content:var(--brandy-footer-column-4-horizontal-alignment-tablet, var(--brandy-footer-column-4-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-4-vertical-alignment-tablet, var(--brandy-footer-column-4-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-4-flex-wrap-tablet, var(--brandy-footer-column-4-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(5){justify-content:var(--brandy-footer-column-5-horizontal-alignment-tablet, var(--brandy-footer-column-5-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-5-vertical-alignment-tablet, var(--brandy-footer-column-5-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-5-flex-wrap-tablet, var(--brandy-footer-column-5-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(6){justify-content:var(--brandy-footer-column-6-horizontal-alignment-tablet, var(--brandy-footer-column-6-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-6-vertical-alignment-tablet, var(--brandy-footer-column-6-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-6-flex-wrap-tablet, var(--brandy-footer-column-6-flex-wrap-desktop))}}@media screen and (min-width: 1024px) and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(1){justify-content:var(--brandy-footer-column-1-horizontal-alignment-mobile, var(--brandy-footer-column-1-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-1-vertical-alignment-mobile, var(--brandy-footer-column-1-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-1-flex-wrap-mobile, var(--brandy-footer-column-1-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(2){justify-content:var(--brandy-footer-column-2-horizontal-alignment-mobile, var(--brandy-footer-column-2-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-2-vertical-alignment-mobile, var(--brandy-footer-column-2-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-2-flex-wrap-mobile, var(--brandy-footer-column-2-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(3){justify-content:var(--brandy-footer-column-3-horizontal-alignment-mobile, var(--brandy-footer-column-3-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-3-vertical-alignment-mobile, var(--brandy-footer-column-3-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-3-flex-wrap-mobile, var(--brandy-footer-column-3-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(4){justify-content:var(--brandy-footer-column-4-horizontal-alignment-mobile, var(--brandy-footer-column-4-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-4-vertical-alignment-mobile, var(--brandy-footer-column-4-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-4-flex-wrap-mobile, var(--brandy-footer-column-4-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(5){justify-content:var(--brandy-footer-column-5-horizontal-alignment-mobile, var(--brandy-footer-column-5-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-5-vertical-alignment-mobile, var(--brandy-footer-column-5-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-5-flex-wrap-mobile, var(--brandy-footer-column-5-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=horizontal]:nth-child(6){justify-content:var(--brandy-footer-column-6-horizontal-alignment-mobile, var(--brandy-footer-column-6-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-6-vertical-alignment-mobile, var(--brandy-footer-column-6-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-6-flex-wrap-mobile, var(--brandy-footer-column-6-flex-wrap-desktop))}}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]{flex-direction:column}}@media screen and (min-width: 1024px) and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(1){align-items:var(--brandy-footer-column-1-horizontal-alignment-desktop, var(--brandy-footer-column-1-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-1-vertical-alignment-desktop, var(--brandy-footer-column-1-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(2){align-items:var(--brandy-footer-column-2-horizontal-alignment-desktop, var(--brandy-footer-column-2-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-2-vertical-alignment-desktop, var(--brandy-footer-column-2-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(3){align-items:var(--brandy-footer-column-3-horizontal-alignment-desktop, var(--brandy-footer-column-3-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-3-vertical-alignment-desktop, var(--brandy-footer-column-3-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(4){align-items:var(--brandy-footer-column-4-horizontal-alignment-desktop, var(--brandy-footer-column-4-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-4-vertical-alignment-desktop, var(--brandy-footer-column-4-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(5){align-items:var(--brandy-footer-column-5-horizontal-alignment-desktop, var(--brandy-footer-column-5-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-5-vertical-alignment-desktop, var(--brandy-footer-column-5-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(6){align-items:var(--brandy-footer-column-6-horizontal-alignment-desktop, var(--brandy-footer-column-6-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-6-vertical-alignment-desktop, var(--brandy-footer-column-6-vertical-alignment-desktop))}}@media screen and (min-width: 1024px) and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(1){align-items:var(--brandy-footer-column-1-horizontal-alignment-tablet, var(--brandy-footer-column-1-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-1-vertical-alignment-tablet, var(--brandy-footer-column-1-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(2){align-items:var(--brandy-footer-column-2-horizontal-alignment-tablet, var(--brandy-footer-column-2-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-2-vertical-alignment-tablet, var(--brandy-footer-column-2-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(3){align-items:var(--brandy-footer-column-3-horizontal-alignment-tablet, var(--brandy-footer-column-3-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-3-vertical-alignment-tablet, var(--brandy-footer-column-3-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(4){align-items:var(--brandy-footer-column-4-horizontal-alignment-tablet, var(--brandy-footer-column-4-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-4-vertical-alignment-tablet, var(--brandy-footer-column-4-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(5){align-items:var(--brandy-footer-column-5-horizontal-alignment-tablet, var(--brandy-footer-column-5-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-5-vertical-alignment-tablet, var(--brandy-footer-column-5-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(6){align-items:var(--brandy-footer-column-6-horizontal-alignment-tablet, var(--brandy-footer-column-6-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-6-vertical-alignment-tablet, var(--brandy-footer-column-6-vertical-alignment-desktop))}}@media screen and (min-width: 1024px) and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(1){align-items:var(--brandy-footer-column-1-horizontal-alignment-mobile, var(--brandy-footer-column-1-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-1-vertical-alignment-mobile, var(--brandy-footer-column-1-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(2){align-items:var(--brandy-footer-column-2-horizontal-alignment-mobile, var(--brandy-footer-column-2-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-2-vertical-alignment-mobile, var(--brandy-footer-column-2-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(3){align-items:var(--brandy-footer-column-3-horizontal-alignment-mobile, var(--brandy-footer-column-3-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-3-vertical-alignment-mobile, var(--brandy-footer-column-3-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(4){align-items:var(--brandy-footer-column-4-horizontal-alignment-mobile, var(--brandy-footer-column-4-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-4-vertical-alignment-mobile, var(--brandy-footer-column-4-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(5){align-items:var(--brandy-footer-column-5-horizontal-alignment-mobile, var(--brandy-footer-column-5-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-5-vertical-alignment-mobile, var(--brandy-footer-column-5-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-desktop=vertical]:nth-child(6){align-items:var(--brandy-footer-column-6-horizontal-alignment-mobile, var(--brandy-footer-column-6-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-6-vertical-alignment-mobile, var(--brandy-footer-column-6-vertical-alignment-desktop))}}@media screen and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(1){column-gap:var(--brandy-footer-column-1-item-horizontal-spacing-desktop, 12px);row-gap:var(--brandy-footer-column-1-item-vertical-spacing-desktop, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(2){column-gap:var(--brandy-footer-column-2-item-horizontal-spacing-desktop, 12px);row-gap:var(--brandy-footer-column-2-item-vertical-spacing-desktop, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(3){column-gap:var(--brandy-footer-column-3-item-horizontal-spacing-desktop, 12px);row-gap:var(--brandy-footer-column-3-item-vertical-spacing-desktop, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(4){column-gap:var(--brandy-footer-column-4-item-horizontal-spacing-desktop, 12px);row-gap:var(--brandy-footer-column-4-item-vertical-spacing-desktop, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(5){column-gap:var(--brandy-footer-column-5-item-horizontal-spacing-desktop, 12px);row-gap:var(--brandy-footer-column-5-item-vertical-spacing-desktop, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(6){column-gap:var(--brandy-footer-column-6-item-horizontal-spacing-desktop, 12px);row-gap:var(--brandy-footer-column-6-item-vertical-spacing-desktop, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(1)>*{flex:var(--brandy-footer-column-1-item-grow-desktop, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(2)>*{flex:var(--brandy-footer-column-2-item-grow-desktop, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(3)>*{flex:var(--brandy-footer-column-3-item-grow-desktop, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(4)>*{flex:var(--brandy-footer-column-4-item-grow-desktop, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(5)>*{flex:var(--brandy-footer-column-5-item-grow-desktop, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(6)>*{flex:var(--brandy-footer-column-6-item-grow-desktop, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(1){grid-column:span var(--brandy-footer-column-1-span-desktop, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(2){grid-column:span var(--brandy-footer-column-2-span-desktop, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(3){grid-column:span var(--brandy-footer-column-3-span-desktop, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(4){grid-column:span var(--brandy-footer-column-4-span-desktop, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(5){grid-column:span var(--brandy-footer-column-5-span-desktop, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(6){grid-column:span var(--brandy-footer-column-6-span-desktop, 1)}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]{flex-direction:row}}@media screen and (min-width: 480px) and (max-width: 1023px) and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(1){justify-content:var(--brandy-footer-column-1-horizontal-alignment-desktop, var(--brandy-footer-column-1-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-1-vertical-alignment-desktop, var(--brandy-footer-column-1-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-1-flex-wrap-desktop, var(--brandy-footer-column-1-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(2){justify-content:var(--brandy-footer-column-2-horizontal-alignment-desktop, var(--brandy-footer-column-2-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-2-vertical-alignment-desktop, var(--brandy-footer-column-2-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-2-flex-wrap-desktop, var(--brandy-footer-column-2-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(3){justify-content:var(--brandy-footer-column-3-horizontal-alignment-desktop, var(--brandy-footer-column-3-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-3-vertical-alignment-desktop, var(--brandy-footer-column-3-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-3-flex-wrap-desktop, var(--brandy-footer-column-3-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(4){justify-content:var(--brandy-footer-column-4-horizontal-alignment-desktop, var(--brandy-footer-column-4-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-4-vertical-alignment-desktop, var(--brandy-footer-column-4-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-4-flex-wrap-desktop, var(--brandy-footer-column-4-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(5){justify-content:var(--brandy-footer-column-5-horizontal-alignment-desktop, var(--brandy-footer-column-5-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-5-vertical-alignment-desktop, var(--brandy-footer-column-5-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-5-flex-wrap-desktop, var(--brandy-footer-column-5-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(6){justify-content:var(--brandy-footer-column-6-horizontal-alignment-desktop, var(--brandy-footer-column-6-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-6-vertical-alignment-desktop, var(--brandy-footer-column-6-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-6-flex-wrap-desktop, var(--brandy-footer-column-6-flex-wrap-desktop))}}@media screen and (min-width: 480px) and (max-width: 1023px) and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(1){justify-content:var(--brandy-footer-column-1-horizontal-alignment-tablet, var(--brandy-footer-column-1-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-1-vertical-alignment-tablet, var(--brandy-footer-column-1-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-1-flex-wrap-tablet, var(--brandy-footer-column-1-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(2){justify-content:var(--brandy-footer-column-2-horizontal-alignment-tablet, var(--brandy-footer-column-2-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-2-vertical-alignment-tablet, var(--brandy-footer-column-2-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-2-flex-wrap-tablet, var(--brandy-footer-column-2-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(3){justify-content:var(--brandy-footer-column-3-horizontal-alignment-tablet, var(--brandy-footer-column-3-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-3-vertical-alignment-tablet, var(--brandy-footer-column-3-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-3-flex-wrap-tablet, var(--brandy-footer-column-3-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(4){justify-content:var(--brandy-footer-column-4-horizontal-alignment-tablet, var(--brandy-footer-column-4-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-4-vertical-alignment-tablet, var(--brandy-footer-column-4-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-4-flex-wrap-tablet, var(--brandy-footer-column-4-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(5){justify-content:var(--brandy-footer-column-5-horizontal-alignment-tablet, var(--brandy-footer-column-5-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-5-vertical-alignment-tablet, var(--brandy-footer-column-5-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-5-flex-wrap-tablet, var(--brandy-footer-column-5-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(6){justify-content:var(--brandy-footer-column-6-horizontal-alignment-tablet, var(--brandy-footer-column-6-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-6-vertical-alignment-tablet, var(--brandy-footer-column-6-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-6-flex-wrap-tablet, var(--brandy-footer-column-6-flex-wrap-desktop))}}@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(1){justify-content:var(--brandy-footer-column-1-horizontal-alignment-mobile, var(--brandy-footer-column-1-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-1-vertical-alignment-mobile, var(--brandy-footer-column-1-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-1-flex-wrap-mobile, var(--brandy-footer-column-1-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(2){justify-content:var(--brandy-footer-column-2-horizontal-alignment-mobile, var(--brandy-footer-column-2-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-2-vertical-alignment-mobile, var(--brandy-footer-column-2-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-2-flex-wrap-mobile, var(--brandy-footer-column-2-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(3){justify-content:var(--brandy-footer-column-3-horizontal-alignment-mobile, var(--brandy-footer-column-3-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-3-vertical-alignment-mobile, var(--brandy-footer-column-3-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-3-flex-wrap-mobile, var(--brandy-footer-column-3-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(4){justify-content:var(--brandy-footer-column-4-horizontal-alignment-mobile, var(--brandy-footer-column-4-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-4-vertical-alignment-mobile, var(--brandy-footer-column-4-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-4-flex-wrap-mobile, var(--brandy-footer-column-4-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(5){justify-content:var(--brandy-footer-column-5-horizontal-alignment-mobile, var(--brandy-footer-column-5-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-5-vertical-alignment-mobile, var(--brandy-footer-column-5-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-5-flex-wrap-mobile, var(--brandy-footer-column-5-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=horizontal]:nth-child(6){justify-content:var(--brandy-footer-column-6-horizontal-alignment-mobile, var(--brandy-footer-column-6-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-6-vertical-alignment-mobile, var(--brandy-footer-column-6-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-6-flex-wrap-mobile, var(--brandy-footer-column-6-flex-wrap-desktop))}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]{flex-direction:column}}@media screen and (min-width: 480px) and (max-width: 1023px) and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(1){align-items:var(--brandy-footer-column-1-horizontal-alignment-desktop, var(--brandy-footer-column-1-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-1-vertical-alignment-desktop, var(--brandy-footer-column-1-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(2){align-items:var(--brandy-footer-column-2-horizontal-alignment-desktop, var(--brandy-footer-column-2-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-2-vertical-alignment-desktop, var(--brandy-footer-column-2-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(3){align-items:var(--brandy-footer-column-3-horizontal-alignment-desktop, var(--brandy-footer-column-3-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-3-vertical-alignment-desktop, var(--brandy-footer-column-3-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(4){align-items:var(--brandy-footer-column-4-horizontal-alignment-desktop, var(--brandy-footer-column-4-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-4-vertical-alignment-desktop, var(--brandy-footer-column-4-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(5){align-items:var(--brandy-footer-column-5-horizontal-alignment-desktop, var(--brandy-footer-column-5-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-5-vertical-alignment-desktop, var(--brandy-footer-column-5-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(6){align-items:var(--brandy-footer-column-6-horizontal-alignment-desktop, var(--brandy-footer-column-6-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-6-vertical-alignment-desktop, var(--brandy-footer-column-6-vertical-alignment-desktop))}}@media screen and (min-width: 480px) and (max-width: 1023px) and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(1){align-items:var(--brandy-footer-column-1-horizontal-alignment-tablet, var(--brandy-footer-column-1-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-1-vertical-alignment-tablet, var(--brandy-footer-column-1-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(2){align-items:var(--brandy-footer-column-2-horizontal-alignment-tablet, var(--brandy-footer-column-2-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-2-vertical-alignment-tablet, var(--brandy-footer-column-2-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(3){align-items:var(--brandy-footer-column-3-horizontal-alignment-tablet, var(--brandy-footer-column-3-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-3-vertical-alignment-tablet, var(--brandy-footer-column-3-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(4){align-items:var(--brandy-footer-column-4-horizontal-alignment-tablet, var(--brandy-footer-column-4-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-4-vertical-alignment-tablet, var(--brandy-footer-column-4-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(5){align-items:var(--brandy-footer-column-5-horizontal-alignment-tablet, var(--brandy-footer-column-5-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-5-vertical-alignment-tablet, var(--brandy-footer-column-5-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(6){align-items:var(--brandy-footer-column-6-horizontal-alignment-tablet, var(--brandy-footer-column-6-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-6-vertical-alignment-tablet, var(--brandy-footer-column-6-vertical-alignment-desktop))}}@media screen and (min-width: 480px) and (max-width: 1023px) and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(1){align-items:var(--brandy-footer-column-1-horizontal-alignment-mobile, var(--brandy-footer-column-1-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-1-vertical-alignment-mobile, var(--brandy-footer-column-1-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(2){align-items:var(--brandy-footer-column-2-horizontal-alignment-mobile, var(--brandy-footer-column-2-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-2-vertical-alignment-mobile, var(--brandy-footer-column-2-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(3){align-items:var(--brandy-footer-column-3-horizontal-alignment-mobile, var(--brandy-footer-column-3-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-3-vertical-alignment-mobile, var(--brandy-footer-column-3-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(4){align-items:var(--brandy-footer-column-4-horizontal-alignment-mobile, var(--brandy-footer-column-4-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-4-vertical-alignment-mobile, var(--brandy-footer-column-4-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(5){align-items:var(--brandy-footer-column-5-horizontal-alignment-mobile, var(--brandy-footer-column-5-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-5-vertical-alignment-mobile, var(--brandy-footer-column-5-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-tablet=vertical]:nth-child(6){align-items:var(--brandy-footer-column-6-horizontal-alignment-mobile, var(--brandy-footer-column-6-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-6-vertical-alignment-mobile, var(--brandy-footer-column-6-vertical-alignment-desktop))}}@media screen and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(1){column-gap:var(--brandy-footer-column-1-item-horizontal-spacing-tablet, 12px);row-gap:var(--brandy-footer-column-1-item-vertical-spacing-tablet, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(2){column-gap:var(--brandy-footer-column-2-item-horizontal-spacing-tablet, 12px);row-gap:var(--brandy-footer-column-2-item-vertical-spacing-tablet, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(3){column-gap:var(--brandy-footer-column-3-item-horizontal-spacing-tablet, 12px);row-gap:var(--brandy-footer-column-3-item-vertical-spacing-tablet, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(4){column-gap:var(--brandy-footer-column-4-item-horizontal-spacing-tablet, 12px);row-gap:var(--brandy-footer-column-4-item-vertical-spacing-tablet, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(5){column-gap:var(--brandy-footer-column-5-item-horizontal-spacing-tablet, 12px);row-gap:var(--brandy-footer-column-5-item-vertical-spacing-tablet, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(6){column-gap:var(--brandy-footer-column-6-item-horizontal-spacing-tablet, 12px);row-gap:var(--brandy-footer-column-6-item-vertical-spacing-tablet, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(1)>*{flex:var(--brandy-footer-column-1-item-grow-tablet, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(2)>*{flex:var(--brandy-footer-column-2-item-grow-tablet, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(3)>*{flex:var(--brandy-footer-column-3-item-grow-tablet, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(4)>*{flex:var(--brandy-footer-column-4-item-grow-tablet, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(5)>*{flex:var(--brandy-footer-column-5-item-grow-tablet, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(6)>*{flex:var(--brandy-footer-column-6-item-grow-tablet, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(1){grid-column:span var(--brandy-footer-column-1-span-tablet, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(2){grid-column:span var(--brandy-footer-column-2-span-tablet, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(3){grid-column:span var(--brandy-footer-column-3-span-tablet, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(4){grid-column:span var(--brandy-footer-column-4-span-tablet, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(5){grid-column:span var(--brandy-footer-column-5-span-tablet, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(6){grid-column:span var(--brandy-footer-column-6-span-tablet, 1)}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]{flex-direction:row}}@media screen and (max-width: 479px) and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(1){justify-content:var(--brandy-footer-column-1-horizontal-alignment-desktop, var(--brandy-footer-column-1-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-1-vertical-alignment-desktop, var(--brandy-footer-column-1-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-1-flex-wrap-desktop, var(--brandy-footer-column-1-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(2){justify-content:var(--brandy-footer-column-2-horizontal-alignment-desktop, var(--brandy-footer-column-2-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-2-vertical-alignment-desktop, var(--brandy-footer-column-2-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-2-flex-wrap-desktop, var(--brandy-footer-column-2-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(3){justify-content:var(--brandy-footer-column-3-horizontal-alignment-desktop, var(--brandy-footer-column-3-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-3-vertical-alignment-desktop, var(--brandy-footer-column-3-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-3-flex-wrap-desktop, var(--brandy-footer-column-3-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(4){justify-content:var(--brandy-footer-column-4-horizontal-alignment-desktop, var(--brandy-footer-column-4-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-4-vertical-alignment-desktop, var(--brandy-footer-column-4-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-4-flex-wrap-desktop, var(--brandy-footer-column-4-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(5){justify-content:var(--brandy-footer-column-5-horizontal-alignment-desktop, var(--brandy-footer-column-5-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-5-vertical-alignment-desktop, var(--brandy-footer-column-5-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-5-flex-wrap-desktop, var(--brandy-footer-column-5-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(6){justify-content:var(--brandy-footer-column-6-horizontal-alignment-desktop, var(--brandy-footer-column-6-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-6-vertical-alignment-desktop, var(--brandy-footer-column-6-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-6-flex-wrap-desktop, var(--brandy-footer-column-6-flex-wrap-desktop))}}@media screen and (max-width: 479px) and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(1){justify-content:var(--brandy-footer-column-1-horizontal-alignment-tablet, var(--brandy-footer-column-1-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-1-vertical-alignment-tablet, var(--brandy-footer-column-1-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-1-flex-wrap-tablet, var(--brandy-footer-column-1-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(2){justify-content:var(--brandy-footer-column-2-horizontal-alignment-tablet, var(--brandy-footer-column-2-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-2-vertical-alignment-tablet, var(--brandy-footer-column-2-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-2-flex-wrap-tablet, var(--brandy-footer-column-2-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(3){justify-content:var(--brandy-footer-column-3-horizontal-alignment-tablet, var(--brandy-footer-column-3-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-3-vertical-alignment-tablet, var(--brandy-footer-column-3-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-3-flex-wrap-tablet, var(--brandy-footer-column-3-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(4){justify-content:var(--brandy-footer-column-4-horizontal-alignment-tablet, var(--brandy-footer-column-4-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-4-vertical-alignment-tablet, var(--brandy-footer-column-4-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-4-flex-wrap-tablet, var(--brandy-footer-column-4-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(5){justify-content:var(--brandy-footer-column-5-horizontal-alignment-tablet, var(--brandy-footer-column-5-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-5-vertical-alignment-tablet, var(--brandy-footer-column-5-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-5-flex-wrap-tablet, var(--brandy-footer-column-5-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(6){justify-content:var(--brandy-footer-column-6-horizontal-alignment-tablet, var(--brandy-footer-column-6-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-6-vertical-alignment-tablet, var(--brandy-footer-column-6-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-6-flex-wrap-tablet, var(--brandy-footer-column-6-flex-wrap-desktop))}}@media screen and (max-width: 479px) and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(1){justify-content:var(--brandy-footer-column-1-horizontal-alignment-mobile, var(--brandy-footer-column-1-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-1-vertical-alignment-mobile, var(--brandy-footer-column-1-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-1-flex-wrap-mobile, var(--brandy-footer-column-1-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(2){justify-content:var(--brandy-footer-column-2-horizontal-alignment-mobile, var(--brandy-footer-column-2-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-2-vertical-alignment-mobile, var(--brandy-footer-column-2-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-2-flex-wrap-mobile, var(--brandy-footer-column-2-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(3){justify-content:var(--brandy-footer-column-3-horizontal-alignment-mobile, var(--brandy-footer-column-3-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-3-vertical-alignment-mobile, var(--brandy-footer-column-3-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-3-flex-wrap-mobile, var(--brandy-footer-column-3-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(4){justify-content:var(--brandy-footer-column-4-horizontal-alignment-mobile, var(--brandy-footer-column-4-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-4-vertical-alignment-mobile, var(--brandy-footer-column-4-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-4-flex-wrap-mobile, var(--brandy-footer-column-4-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(5){justify-content:var(--brandy-footer-column-5-horizontal-alignment-mobile, var(--brandy-footer-column-5-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-5-vertical-alignment-mobile, var(--brandy-footer-column-5-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-5-flex-wrap-mobile, var(--brandy-footer-column-5-flex-wrap-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=horizontal]:nth-child(6){justify-content:var(--brandy-footer-column-6-horizontal-alignment-mobile, var(--brandy-footer-column-6-horizontal-alignment-desktop));align-items:var(--brandy-footer-column-6-vertical-alignment-mobile, var(--brandy-footer-column-6-vertical-alignment-desktop));flex-wrap:var(--brandy-footer-column-6-flex-wrap-mobile, var(--brandy-footer-column-6-flex-wrap-desktop))}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]{flex-direction:column}}@media screen and (max-width: 479px) and (min-width: 1024px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(1){align-items:var(--brandy-footer-column-1-horizontal-alignment-desktop, var(--brandy-footer-column-1-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-1-vertical-alignment-desktop, var(--brandy-footer-column-1-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(2){align-items:var(--brandy-footer-column-2-horizontal-alignment-desktop, var(--brandy-footer-column-2-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-2-vertical-alignment-desktop, var(--brandy-footer-column-2-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(3){align-items:var(--brandy-footer-column-3-horizontal-alignment-desktop, var(--brandy-footer-column-3-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-3-vertical-alignment-desktop, var(--brandy-footer-column-3-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(4){align-items:var(--brandy-footer-column-4-horizontal-alignment-desktop, var(--brandy-footer-column-4-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-4-vertical-alignment-desktop, var(--brandy-footer-column-4-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(5){align-items:var(--brandy-footer-column-5-horizontal-alignment-desktop, var(--brandy-footer-column-5-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-5-vertical-alignment-desktop, var(--brandy-footer-column-5-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(6){align-items:var(--brandy-footer-column-6-horizontal-alignment-desktop, var(--brandy-footer-column-6-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-6-vertical-alignment-desktop, var(--brandy-footer-column-6-vertical-alignment-desktop))}}@media screen and (max-width: 479px) and (min-width: 480px) and (max-width: 1023px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(1){align-items:var(--brandy-footer-column-1-horizontal-alignment-tablet, var(--brandy-footer-column-1-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-1-vertical-alignment-tablet, var(--brandy-footer-column-1-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(2){align-items:var(--brandy-footer-column-2-horizontal-alignment-tablet, var(--brandy-footer-column-2-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-2-vertical-alignment-tablet, var(--brandy-footer-column-2-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(3){align-items:var(--brandy-footer-column-3-horizontal-alignment-tablet, var(--brandy-footer-column-3-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-3-vertical-alignment-tablet, var(--brandy-footer-column-3-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(4){align-items:var(--brandy-footer-column-4-horizontal-alignment-tablet, var(--brandy-footer-column-4-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-4-vertical-alignment-tablet, var(--brandy-footer-column-4-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(5){align-items:var(--brandy-footer-column-5-horizontal-alignment-tablet, var(--brandy-footer-column-5-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-5-vertical-alignment-tablet, var(--brandy-footer-column-5-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(6){align-items:var(--brandy-footer-column-6-horizontal-alignment-tablet, var(--brandy-footer-column-6-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-6-vertical-alignment-tablet, var(--brandy-footer-column-6-vertical-alignment-desktop))}}@media screen and (max-width: 479px) and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(1){align-items:var(--brandy-footer-column-1-horizontal-alignment-mobile, var(--brandy-footer-column-1-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-1-vertical-alignment-mobile, var(--brandy-footer-column-1-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(2){align-items:var(--brandy-footer-column-2-horizontal-alignment-mobile, var(--brandy-footer-column-2-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-2-vertical-alignment-mobile, var(--brandy-footer-column-2-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(3){align-items:var(--brandy-footer-column-3-horizontal-alignment-mobile, var(--brandy-footer-column-3-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-3-vertical-alignment-mobile, var(--brandy-footer-column-3-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(4){align-items:var(--brandy-footer-column-4-horizontal-alignment-mobile, var(--brandy-footer-column-4-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-4-vertical-alignment-mobile, var(--brandy-footer-column-4-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(5){align-items:var(--brandy-footer-column-5-horizontal-alignment-mobile, var(--brandy-footer-column-5-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-5-vertical-alignment-mobile, var(--brandy-footer-column-5-vertical-alignment-desktop))}[data-section-id=footer] .brandy-child-footer .footer-col[data-items-direction-mobile=vertical]:nth-child(6){align-items:var(--brandy-footer-column-6-horizontal-alignment-mobile, var(--brandy-footer-column-6-horizontal-alignment-desktop));justify-content:var(--brandy-footer-column-6-vertical-alignment-mobile, var(--brandy-footer-column-6-vertical-alignment-desktop))}}@media screen and (max-width: 479px){[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(1){column-gap:var(--brandy-footer-column-1-item-horizontal-spacing-mobile, 12px);row-gap:var(--brandy-footer-column-1-item-vertical-spacing-mobile, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(2){column-gap:var(--brandy-footer-column-2-item-horizontal-spacing-mobile, 12px);row-gap:var(--brandy-footer-column-2-item-vertical-spacing-mobile, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(3){column-gap:var(--brandy-footer-column-3-item-horizontal-spacing-mobile, 12px);row-gap:var(--brandy-footer-column-3-item-vertical-spacing-mobile, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(4){column-gap:var(--brandy-footer-column-4-item-horizontal-spacing-mobile, 12px);row-gap:var(--brandy-footer-column-4-item-vertical-spacing-mobile, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(5){column-gap:var(--brandy-footer-column-5-item-horizontal-spacing-mobile, 12px);row-gap:var(--brandy-footer-column-5-item-vertical-spacing-mobile, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(6){column-gap:var(--brandy-footer-column-6-item-horizontal-spacing-mobile, 12px);row-gap:var(--brandy-footer-column-6-item-vertical-spacing-mobile, 12px)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(1)>*{flex:var(--brandy-footer-column-1-item-grow-mobile, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(2)>*{flex:var(--brandy-footer-column-2-item-grow-mobile, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(3)>*{flex:var(--brandy-footer-column-3-item-grow-mobile, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(4)>*{flex:var(--brandy-footer-column-4-item-grow-mobile, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(5)>*{flex:var(--brandy-footer-column-5-item-grow-mobile, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(6)>*{flex:var(--brandy-footer-column-6-item-grow-mobile, initial)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(1){grid-column:span var(--brandy-footer-column-1-span-mobile, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(2){grid-column:span var(--brandy-footer-column-2-span-mobile, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(3){grid-column:span var(--brandy-footer-column-3-span-mobile, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(4){grid-column:span var(--brandy-footer-column-4-span-mobile, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(5){grid-column:span var(--brandy-footer-column-5-span-mobile, 1)}[data-section-id=footer] .brandy-child-footer .footer-col:nth-child(6){grid-column:span var(--brandy-footer-column-6-span-mobile, 1)}}[data-section-id=footer] .brandy-child-footer .footer-container[item-layout=stretch]{gap:0}[data-section-id=footer] .brandy-child-footer .footer-container[item-layout=stretch] .footer-col{justify-content:space-between!important;width:100%}[data-section-id=footer] .brandy-child-footer .footer-container[item-layout=stretch] .footer-col:empty{width:0}.brandy-theme-icon{overflow:hidden;display:flex}.brandy-theme-icon>*{padding:5px}.brandy-footer-toggle-label{cursor:pointer}
