#cc-main {
    background: transparent;
    color: var(--cc-primary-color);
    font-family: var(--cc-font-family);
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    z-index: var(--cc-z-index);
}
#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
    all: unset;
    box-sizing: border-box;
}
.next-cookies {
    --cc-modal-border-radius: 0.5rem;
    --cc-btn-border-radius: 12px;
    --cc-modal-transition-duration: 0.25s;
    --cc-modal-transition-easing: ease;
    --cc-link-color: var(--cc-btn-primary-bg);
    --cc-modal-margin: 1rem;
    --cc-z-index: 2147483647;
    --cc-bg: #fff;
    --cc-primary-color: #2c2f31;
    --cc-secondary-color: #5e6266;
    --cc-btn-primary-bg: #000;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #000;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #eaeaea;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #d4dae0;
    --cc-btn-secondary-hover-color: #000;
    --cc-btn-secondary-hover-border-color: #d4dae0;
    --cc-separator-border-color: #f0f4f7;
    --cc-toggle-on-bg: #35c36b;
    --cc-toggle-off-bg: #000;
    --cc-toggle-on-knob-bg: #fff;
    --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
    --cc-toggle-enabled-icon-color: var(--cc-bg);
    --cc-toggle-disabled-icon-color: var(--cc-bg);
    --cc-toggle-readonly-bg: #d5dee2;
    --cc-toggle-readonly-knob-bg: #fff;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
    --cc-section-category-border: var(--cc-cookie-category-block-bg);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-border: #f0f4f7;
    --cc-cookie-category-block-hover-bg: #e9eff4;
    --cc-cookie-category-block-hover-border: #e9eff4;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
    --cc-overlay-bg: rgba(0, 0, 0, 0.65);
    --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
    --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
    --cc-footer-bg: var(--cc-btn-secondary-bg);
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #e4eaed;
    --cc-pm-toggle-border-radius: 4em;
}
.next-cookies{
    --box-max-width: 688px;
    --box-max-height: 600px;
    --bar-max-width: 464px;

    --buttons-gap: 6px;
    --buttons-padding: 12px 20px;
    --buttons-transition-duration: 0.15s;
    --buttons-transition-easing: ease;

    --toggles-dimensions: 36px;
    --toggles-right: 18px;
    --toggles-icon-scale: 0.55;
    --toggles-transition-duration: 0.25s;
    --toggles-transition-easing: ease;

    --sections-gap: 6px;
    --section-title-padding: 1.4em 5.4em 1.4em 3.4em;
    --section-title-height: 58px;
    --section-title-duration: 0.25s;
    --section-title-easing: ease;
    --desc-padding: 1em;
    --arrow-dimensions: 20px;
    --arrow-left: 18px;

    --close-dimensions: 40px;
    --close-transition-duration: 0.15s;
    --close-transition-easing: ease;

    --body-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
    --body-padding: 1em 1.4em;
    --title-gap: 32px;
}
#cc-main .cc__link:hover,
#cc-main a:hover {
    background-size: 100% 1px;
}
#cc-main .cc__link {
    color: var(--cc-link-color);
}
#cc-main .cm__desc,
#cc-main .pm__body {
    overscroll-behavior: auto contain;
    scrollbar-width: thin;
}
#cc-main .pm-wrapper {
    position: relative;
    z-index: 2;
}
#cc-main .pm {
    background: var(--cc-bg);
    border-radius: var(--cc-modal-border-radius);
    box-shadow: var(--backdrop-box-shadow);
    display: flex;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    width: 100%;
    width: unset;
    z-index: 1;
}
#cc-main svg {
    fill: none;
    width: 100%;
}
#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
    padding: var(--body-padding);
}
#cc-main .pm__header {
    align-items: center;
    border-bottom: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between;
}
#cc-main .pm__title {
    /*title typography*/
    align-items: center;
    display: flex;
    flex: 1;
    margin-right: var(--title-gap);
}
#cc-main .pm__close-btn {
    cursor: pointer;
    background: var(--cc-btn-secondary-bg);
    border: 1px solid var(--cc-btn-secondary-border-color);
    border-radius: var(--cc-btn-border-radius);
    height: var(--close-dimensions);
    position: relative;
    transition: all var(--close-transition-duration) var(--close-transition-easing);
    width: var(--close-dimensions);
}
#cc-main .pm__close-btn span {
    display: flex;
    height: 100%;
    width: 100%;
}
#cc-main .pm__close-btn svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(0.5);
    transition: stroke var(--close-transition-duration) var(--close-transition-easing);
}
#cc-main .pm__close-btn:hover {
    background: var(--cc-btn-secondary-hover-bg) !important;
}
#cc-main .pm__close-btn:hover svg {
    stroke: var(--cc-btn-secondary-hover-color) !important;
}
#cc-main .pm__body {
    flex: 1;
    overflow-y: auto;
    overflow-y: overlay;
}
#cc-main .pm__section,
#cc-main .pm__section--toggle {
    display: flex;
    flex-direction: column;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
    border: 1px solid var(--cc-cookie-category-block-border);
    border-radius: var(--cc-btn-border-radius);
    border-top: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    display: none;
    margin-top: 0 !important;
    overflow: hidden;
}
#cc-main .pm__section:first-child {
    border: none;
    margin-top: 0;
    padding: 0;
    transition: none;
}
#cc-main .pm__section--toggle {
    border-top: none;
    margin-bottom: var(--sections-gap);
}
.pm__section-title{
    /*section title typography*/
}
#cc-main .pm__section--toggle .pm__section-title {
    align-items: center;
    background: var(--cc-cookie-category-block-bg);
    border: 1px solid var(--cc-cookie-category-block-border);
    display: flex;
    justify-content: space-between;
    padding: var(--section-title-padding);
    position: relative;
    transition: background-color var(--section-title-duration) var(--section-title-easing), border-color var(--section-title-duration) var(--section-title-easing);
    width: 100%;
}
#cc-main .pm__section--toggle .pm__section-title:hover {
    background: var(--cc-cookie-category-block-hover-bg) !important;
}
.pm__section-desc{
    /*section description typography*/
}
#cc-main .pm__section--toggle .pm__section-desc {
    margin-top: 0;
    padding: var(--desc-padding);
}
#cc-main .pm__section--toggle.is-expanded {
    --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
    --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-title {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
    transform: scale(0.5) rotate(180deg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
    display: flex;
}
#cc-main .pm__section--expandable .pm__section-title {
    cursor: pointer;
}
#cc-main .pm__section--expandable .pm__section-arrow {
    background: var(--cc-toggle-readonly-bg);
    border-radius: 100%;
    display: flex;
    height: var(--arrow-dimensions);
    justify-content: center;
    left: var(--arrow-left);
    pointer-events: none;
    position: absolute;
    width: var(--arrow-dimensions);
}
#cc-main .pm__section--expandable .pm__section-arrow svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(0.5);
}
#cc-main .pm__section-title-wrapper {
    align-items: center;
    display: flex;
    position: relative;
}
#cc-main .pm__section-title {
    border-radius: var(--cc-btn-border-radius);
}
#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
    border-radius: var(--cc-pm-toggle-border-radius);
    height: calc(var(--toggles-dimensions)/2);
    transform: translateZ(0);
    width: var(--toggles-dimensions);
    margin-bottom: 0;
}
#cc-main .section__toggle-wrapper {
    cursor: pointer;
    position: absolute;
    right: var(--toggles-right);
    z-index: 1;
}
#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
    display: none !important;
}
#cc-main .section__toggle {
    border: 0;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
}
#cc-main .section__toggle:disabled {
    cursor: not-allowed;
}
#cc-main .toggle__icon {
    background: var(--cc-toggle-off-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
    display: flex;
    flex-direction: row;
    pointer-events: none;
    position: absolute;
    transition: all var(--toggles-transition-duration) var(--toggles-transition-easing);
}
#cc-main .toggle__icon-circle {
    background: var(--cc-toggle-off-knob-bg);
    border: none;
    border-radius: var(--cc-pm-toggle-border-radius);
    box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
    display: block;
    height: calc(var(--toggles-dimensions)/2);
    left: 0;
    position: absolute;
    top: 0;
    transition: transform var(--toggles-transition-duration) var(--toggles-transition-easing), background-color var(--toggles-transition-duration) var(--toggles-transition-easing);
    width: calc(var(--toggles-dimensions)/2);
}
#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
    height: 100%;
    position: absolute;
    transition: opacity 0.15s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cc-main .toggle__icon-on {
    opacity: 0;
    transform: rotate(45deg);
}
#cc-main .toggle__icon-on svg {
    stroke: var(--cc-toggle-on-bg);
    transform: scale(var(--toggles-icon-scale)) rotate(-45deg);
}
#cc-main .toggle__icon-off {
    opacity: 1;
}
#cc-main .toggle__icon-off svg {
    stroke: var(--cc-toggle-off-bg);
    transform: scale(var(--toggles-icon-scale));
}
#cc-main .section__toggle:checked ~ .toggle__icon {
    background: var(--cc-toggle-on-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
    background-color: var(--cc-toggle-on-knob-bg);
    transform: translateX(calc(100%));
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
    opacity: 1;
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
    opacity: 0;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
    background: var(--cc-toggle-readonly-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
    background: var(--cc-toggle-readonly-knob-bg);
    box-shadow: none;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
    stroke: var(--cc-toggle-readonly-knob-icon-color);
}
#cc-main .toggle__label {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
}
#cc-main .pm__section-desc-wrapper {
    color: var(--cc-secondary-color);
    display: flex;
    flex-direction: column;
}
#cc-main .pm__section-desc-wrapper > :not(:last-child) {
    border-bottom: 1px solid var(--cc-cookie-category-block-border);
}
#cc-main .pm__footer {
    border-top: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between;
}
#cc-main .pm__btn-group {
    display: flex;
}
#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
    margin-left: var(--buttons-gap);
}
#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-left: 0;
    margin-right: var(--buttons-gap);
}
#cc-main .pm__btn {
    font-size: 14px; /*buttons typography*/
    font-weight: 600;

    cursor: pointer;
    background: var(--cc-btn-primary-bg);
    border: 1px solid var(--cc-btn-primary-border-color);
    border-radius: var(--cc-btn-border-radius);
    color: var(--cc-btn-primary-color);
    flex: auto;
    padding: var(--buttons-padding);
    text-align: center;
    transition: background-color var(--buttons-transition-duration) var(--buttons-transition-easing), border-color var(--buttons-transition-duration) var(--buttons-transition-easing), color var(--buttons-transition-duration) var(--buttons-transition-easing);
}
#cc-main .pm__btn:hover {
    background: var(--cc-btn-primary-hover-bg) !important;
}
#cc-main .pm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color);
}
#cc-main .pm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg) !important;
}
#cc-main .pm--box {
    height: 100%;
    left: var(--cc-modal-margin);
    margin: 0 auto;
    max-height: var(--box-max-height);
    max-width: var(--box-max-width);
    right: var(--cc-modal-margin);
    top: 50%;
    transform: translateY(calc(-50% + 1.6em));
}
#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
    flex-direction: row-reverse;
}
#cc-main .pm--bar {
    border-radius: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: var(--bar-max-width);
    opacity: 1;
    top: 0;
    width: 100%;
}
#cc-main .pm--bar.pm--left {
    left: 0;
    transform: translateX(-100%);
}
#cc-main .pm--bar.pm--right {
    right: 0;
    transform: translateX(100%);
}
#cc-main .pm-overlay {
    background: var(--cc-overlay-bg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
}
#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
    transition: opacity var(--cc-modal-transition-duration) var(--cc-modal-transition-easing), visibility var(--cc-modal-transition-duration) var(--cc-modal-transition-easing), transform var(--cc-modal-transition-duration) var(--cc-modal-transition-easing);
}
.show--preferences #cc-main .cc--anim .pm {
    opacity: 1;
    visibility: visible !important;
}
.show--preferences #cc-main .cc--anim .pm--box {
    transform: translateY(-50%);
}
.show--preferences #cc-main .cc--anim .pm--bar {
    transform: translateX(0);
}
.show--preferences #cc-main .cc--anim .pm-overlay {
    opacity: 1;
    visibility: visible;
}
@media (prefers-reduced-motion) {
    #cc-main {
        --cc-modal-transition-duration: 0s;
    }
}
@media screen and (max-width: 767px) {
    #cc-main .pm {
        border-radius: 0;
        bottom: 0;
        height: auto;
        left: 0;
        max-height: 100%;
        max-width: none !important;
        right: 0;
        top: 0;
        transform: translateY(1.6em);
    }
    #cc-main .pm__badge {
        display: none;
    }
    #cc-main .pm__section-table,
    #cc-main .pm__table-body,
    #cc-main .pm__table-caption,
    #cc-main .pm__table-td,
    #cc-main .pm__table-th,
    #cc-main .pm__table-tr {
        display: block;
    }
    #cc-main .pm__table-head {
        display: none;
    }
    #cc-main .pm__table-td > div {
        flex: 3;
    }
    #cc-main .pm__btn-group,
    #cc-main .pm__footer {
        flex-direction: column !important;
    }
    #cc-main .pm__btn-group {
        display: flex !important;
    }
    #cc-main .pm__btn + .pm__btn,
    #cc-main .pm__btn-group + .pm__btn-group {
        margin: var(--buttons-gap) 0 0 !important;
    }
    #cc-main .pm--flip .pm__btn + .pm__btn,
    #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
        margin-bottom: var(--buttons-gap) !important;
        margin-top: 0 !important;
    }
    #cc-main .pm--flip .pm__btn-group,
    #cc-main .pm--flip .pm__footer {
        flex-direction: column-reverse !important;
    }
    .show--preferences #cc-main .cc--anim .pm {
        transform: translateY(0) !important;
    }
}:root{--bricks-vh:1vh;--bricks-transition:all 0.2s;--bricks-color-primary:#ffd64f;--bricks-color-secondary:#fc5778;--bricks-text-dark:#212121;--bricks-text-medium:#616161;--bricks-text-light:#9e9e9e;--bricks-text-info:#00b0f4;--bricks-text-success:#11b76b;--bricks-text-warning:#ffa100;--bricks-text-danger:#fa4362;--bricks-bg-info:#e5f3ff;--bricks-bg-success:#e6f6ed;--bricks-bg-warning:#fff2d7;--bricks-bg-danger:#ffe6ec;--bricks-bg-dark:#263238;--bricks-bg-light:#f5f6f7;--bricks-border-color:#dddedf;--bricks-border-radius:4px;--bricks-tooltip-bg:#23282d;--bricks-tooltip-text:#eaecef}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,figcaption,figure,footer,header,main,nav,section{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}code,kbd,samp{font-family:monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}.brxe-section{align-items:center;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;width:100%}@media (max-width:767px){.brxe-section{flex-wrap:wrap}}.brxe-section.has-bg-video{position:relative;z-index:1}.brxe-section.has-shape{position:relative}.brxe-section.bricks-lazy-hidden{background-image:none!important}.brxe-container{align-items:flex-start;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;width:1100px}@media (max-width:767px){.brxe-container{flex-wrap:wrap}}.brxe-container.has-bg-video{position:relative;z-index:1}.brxe-container.has-shape{position:relative}.brxe-container.bricks-lazy-hidden{background-image:none!important}.brxe-block{align-items:flex-start;display:flex;flex-direction:column;width:100%}@media (max-width:767px){.brxe-block{flex-wrap:wrap}}.brxe-block.has-bg-video{position:relative;z-index:1}.brxe-block.has-shape{position:relative}.brxe-block.bricks-lazy-hidden{background-image:none!important}.brxe-div.has-bg-video{position:relative;z-index:1}.brxe-div.has-shape{position:relative}.brxe-div.bricks-lazy-hidden{background-image:none!important}[class*=brxe-]{max-width:100%}:where([class*=brxe-].has-shape>*){position:relative}svg:not([width]){min-width:1em}svg:not([height]){min-height:1em}svg.fill *{fill:inherit}svg.stroke *{stroke:inherit}span[class*=brxe-]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div){width:auto}.bricks-element-placeholder{align-items:stretch;background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;font-family:monospace;font-size:16px;font-weight:700;height:auto!important;line-height:1.4;max-width:100%!important;opacity:1!important;text-align:left;width:auto!important}.bricks-element-placeholder.no-php-class{padding:15px}.bricks-element-placeholder.no-php-class,.bricks-element-placeholder[data-type=error]{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}.bricks-element-placeholder[data-type=error] i{background-color:var(--bricks-text-danger)}.bricks-element-placeholder i{align-items:center;background-color:var(--bricks-text-info);color:#fff;display:flex;flex-direction:column;font-size:30px!important;justify-content:center;min-height:60px;min-width:80px;padding:0 15px}.bricks-element-placeholder a{text-decoration:underline}.bricks-element-placeholder .placeholder-inner{display:flex;flex-direction:column;justify-content:center;padding:15px 20px}.bricks-element-placeholder .placeholder-title{align-items:center;display:flex;font-size:17px;margin:0}.bricks-element-placeholder .placeholder-description{font-size:14px;margin-top:.5em}#brx-footer{background-position:50%;background-size:cover;flex-shrink:0;margin-top:auto;position:relative;width:100%}body.admin-bar .brx-popup{height:calc(var(--bricks-vh, 1vh)*100 - var(--wp-admin--admin-bar--height, 0));top:var(--wp-admin--admin-bar--height,0)}.brx-popup{align-items:center;display:flex;flex-direction:column;height:100vh;height:calc(var(--bricks-vh, 1vh)*100);justify-content:center;left:0;position:fixed!important;top:0;width:100%;z-index:10000}.brx-popup .brx-popup-backdrop{background-color:rgba(0,0,0,.5);bottom:0;left:0;opacity:1;position:absolute;right:0;top:0;transition:all 1s ease-in-out;visibility:visible}.brx-popup.builder{z-index:999}.brx-popup.hide{pointer-events:none}.brx-popup.hide,.brx-popup.hide .brx-popup-backdrop{opacity:0;visibility:hidden}.brx-popup-content{background-color:#fff;margin:0;max-width:100%;overflow-y:auto;padding:30px;z-index:1}.brx-popup-content.brx-woo-quick-view{width:auto}html{font-size:62.5%}*,:after,:before,html{box-sizing:border-box}:after,:before{outline:none}*{border-color:var(--bricks-border-color)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-wrap:break-word;background-color:#fff;background-position:50%;color:#363636;font-family:-apple-system,"system-ui",Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:15px;line-height:1.7;transition:var(--bricks-transition);transition:padding-top 0s}body.no-scroll{overflow:hidden}body.brx-boxed{margin:0 auto;min-height:100vh}.brx-body{display:flex;flex-direction:column;margin:0 auto;width:100%}:where(a){border-color:currentcolor;color:currentcolor;cursor:pointer;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;text-rendering:optimizelegibility}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:currentcolor}h1{font-size:2.4em}h1,h2{line-height:1.4}h2{font-size:2.1em}h3{font-size:1.8em}h3,h4{line-height:1.4}h4{font-size:1.6em}h5{font-size:1.3em}h5,h6{line-height:1.4}h6{font-size:1.1em}:where(p){margin:0 0 1.2em}:where(p:last-of-type){margin-bottom:0}:where(p:last-of-type)+h1,:where(p:last-of-type)+h2,:where(p:last-of-type)+h3,:where(p:last-of-type)+h4,:where(p:last-of-type)+h5,:where(p:last-of-type)+h6{margin-top:1.2em}figcaption{color:var(--bricks-text-light);font-size:.9em;margin:1em 0;text-align:center}img{height:auto;max-width:100%;outline:none;vertical-align:middle}.bricks-lazy-hidden.wait,.bricks-lazy-load-isotope.wait{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=")!important;background-position:50% 50%;background-repeat:no-repeat;background-size:32px;filter:brightness(.5);transition:all 0s}audio,iframe{max-width:100%}button{border:none;cursor:pointer;outline:none;padding:0}blockquote{border-left-style:solid;border-left-width:4px;font-family:georgia,Times New Roman,times,serif;font-size:1.3em;margin:15px 0;padding:0 0 0 30px;position:relative}blockquote cite{display:block;font-size:.8em;font-style:normal;margin-top:.5em;opacity:.5;text-transform:uppercase}hr{border:none;border-top:1px solid var(--bricks-border-color);margin:1em 0}pre{background-color:var(--bricks-bg-light);color:#fc1f49;font-family:monospace;font-size:13px;margin:0;padding:10px 15px;white-space:pre-wrap}table{width:100%}table[class*=brxe-]{display:table}label{color:var(--bricks-text-light);display:block;font-weight:400;margin-bottom:5px}button,input,optgroup,select,textarea{font-family:inherit;text-align:inherit}.input,input:not([type=submit]),select,textarea{border-style:solid;border-width:1px;box-shadow:none;color:currentcolor;font-size:inherit;line-height:40px;outline:none;padding:0 12px;transition:var(--bricks-transition);width:100%}input[type=range]{border:none;height:auto;line-height:1;padding:0}input[type=button],input[type=checkbox],input[type=radio]{width:auto}input[type=submit],select{cursor:pointer}select{appearance:none;-webkit-appearance:none;background-color:transparent;background-image:linear-gradient(45deg,transparent 50%,gray 0),linear-gradient(135deg,gray 50%,transparent 0);background-position:calc(100% - 20px) calc(50% + 2px),calc(100% - 16px) calc(50% + 2px);background-repeat:no-repeat;background-size:4px 4px,4px 4px;border-radius:0}textarea{height:auto;line-height:inherit!important;min-height:90px;padding:10px 12px}::placeholder{color:var(--bricks-border-color)}.skip-link{background:#000;border-bottom-right-radius:8px;color:#fff;font-weight:700;left:0;padding:5px 10px;position:fixed;top:0;transform:translateY(-102%);transition:transform .3s;z-index:9999}.skip-link:focus{transform:translateY(0)}body.bricks-is-frontend :focus-visible{outline:auto}@supports not selector(:focus-visible){body.bricks-is-frontend :focus{outline:auto}}.bricks-archive-title-wrapper{margin:60px auto;text-align:center}.bricks-archive-title-wrapper .title{margin:0}.brx-has-megamenu.open .brx-megamenu{opacity:1;visibility:visible}.brx-megamenu{left:0;opacity:0;position:absolute;transition-duration:.2s;transition-property:opacity,transform,visibility;transition-timing-function:ease;visibility:hidden;width:100%;z-index:998}.brx-has-multilevel .open>ul,.brx-has-multilevel.open>ul{opacity:1;transform:translate(0);visibility:visible}.brx-has-multilevel .open.active,.brx-has-multilevel .open.active>ul>li,.brx-has-multilevel.open.active,.brx-has-multilevel.open.active>ul>li{display:flex}.brx-has-multilevel .menu-item a{width:100%}.brx-has-multilevel .open:not(.active)>.brx-submenu-toggle{display:none}.brx-has-multilevel>ul ul{transform:translate(20px);transition:transform .1s cubic-bezier(0,0,.2,1);will-change:transform}.brx-has-multilevel ul:not(.brx-multilevel-overflow-right){left:0!important}.brx-has-multilevel ul .active>.brx-submenu-toggle,.brx-has-multilevel ul li:not(.open){display:none}.brx-submenu-toggle{align-items:center;cursor:pointer;display:flex}.brx-submenu-toggle.icon-right button{margin-left:10px}.brx-submenu-toggle.icon-left{flex-direction:row-reverse}.brx-submenu-toggle.icon-left button{margin-right:10px}.brx-submenu-toggle button{align-items:center;background-color:transparent;color:currentcolor;display:flex;transition:transform .1s cubic-bezier(0,0,.2,1);will-change:transform}.brx-multilevel-overflow-right,.brx-multilevel-overflow-right ul,.brx-submenu-overflow-right{left:auto!important;right:0!important}.brx-sub-submenu-overflow-right,.brx-sub-submenu-overflow-right ul,.brx-submenu-overflow-right ul{left:auto!important;right:100%!important}#brx-content{flex:1;position:relative;width:100%}#brx-content .post-password-form{margin:0 auto}#brx-content .post-password-form p:last-child{align-items:flex-end;column-gap:10px;display:flex}#brx-content .post-password-form p:last-child label{flex:1;margin:0}#brx-content .post-password-form input[type=submit]{border-width:1px;display:inline-flex;padding:.5em 1em}#brx-content>.woocommerce{margin-left:auto;margin-right:auto}.bricks-layout-wrapper{--columns:3;--gutter:0px;display:flex;flex-flow:row wrap;list-style-type:none;margin:0;padding:0}.bricks-layout-wrapper:not(.bricks-masonry){width:100%}.bricks-layout-wrapper .meta{color:var(--bricks-text-light)}.bricks-layout-item{line-height:1.6;position:relative}.bricks-layout-item:last-child img{padding-bottom:0!important}.bricks-layout-item .content-wrapper,.bricks-layout-item .overlay-wrapper{align-items:baseline;bottom:0;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;left:0;position:relative;right:0;top:0;z-index:1}.bricks-layout-item .content-wrapper.top,.bricks-layout-item .overlay-wrapper.top{justify-content:flex-start}.bricks-layout-item .content-wrapper.middle,.bricks-layout-item .overlay-wrapper.middle{justify-content:center;margin-bottom:auto;margin-top:auto}.bricks-layout-item .content-wrapper.bottom,.bricks-layout-item .overlay-wrapper.bottom{justify-content:flex-end}.bricks-layout-item .content-wrapper.left,.bricks-layout-item .overlay-wrapper.left{align-items:flex-start;text-align:left}.bricks-layout-item .content-wrapper.center,.bricks-layout-item .overlay-wrapper.center{align-items:center;text-align:center}.bricks-layout-item .content-wrapper.right,.bricks-layout-item .overlay-wrapper.right{align-items:flex-end;text-align:right}.bricks-layout-item .content-wrapper.center.middle,.bricks-layout-item .overlay-wrapper.center.middle{margin-bottom:auto;margin-top:auto}.bricks-layout-item .overlay-wrapper{position:absolute!important;z-index:2}.bricks-layout-item .overlay-wrapper.show-on-hover{opacity:0;position:relative;transition:var(--bricks-transition)}.bricks-layout-item .overlay-wrapper.show-on-hover:hover{opacity:1}.bricks-layout-item .overlay-wrapper.show-on-hover .overlay-inner{transition:var(--bricks-transition);will-change:transform}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-up .overlay-inner{transform:translateY(10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-up:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-right .overlay-inner{transform:translateX(-10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-right:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-down .overlay-inner{transform:translateY(-10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-down:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-left .overlay-inner{transform:translateX(10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-left:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-in .overlay-inner{transform:scale(.8)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-in:hover .overlay-inner{transform:scale(1)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-out .overlay-inner{transform:scale(1.2)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-out:hover .overlay-inner{transform:scale(1)}.bricks-layout-item .dynamic{margin:0;padding:0}.bricks-layout-item .meta{width:100%}.bricks-layout-item .meta span:first-child{padding:0}.bricks-layout-item .meta span+span{padding:0 5px}.bricks-layout-item .meta span+span:before{content:" ·";left:-5px;position:relative}.bricks-layout-item .excerpt{margin-top:.5em}.bricks-layout-item .taxonomy{margin:0 -5px}.bricks-layout-item .taxonomy a{display:inline-block;line-height:2;margin:0 5px}.bricks-layout-item .bricks-layout-inner{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:relative;right:0;top:0}li.bricks-gutter-sizer{pointer-events:none;position:absolute;top:-99999px;visibility:hidden;width:var(--gutter)!important}.bricks-layout-wrapper .image-wrapper{position:relative}.bricks-layout-wrapper .image-wrapper .overlay-wrapper{height:inherit}.bricks-layout-wrapper .image{aspect-ratio:1/1;object-fit:cover;position:relative}.bricks-layout-wrapper a{color:currentcolor}.bricks-layout-wrapper[data-layout=list]>li.bricks-layout-item{margin-bottom:var(--gutter);width:100%}.bricks-layout-wrapper[data-layout=list]>li.bricks-layout-item:last-child{margin-bottom:0}.bricks-layout-wrapper[data-layout=list] .bricks-layout-inner{flex-direction:row}.bricks-layout-wrapper[data-layout=list] .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-top .bricks-layout-inner{flex-direction:row-reverse}.bricks-layout-wrapper[data-layout=list].image-position-top .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-right .bricks-layout-inner{flex-direction:row-reverse!important}.bricks-layout-wrapper[data-layout=list].image-position-right .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner{flex-direction:row}.bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-bottom .bricks-layout-inner{flex-direction:column-reverse}.bricks-layout-wrapper[data-layout=list].alternate li:nth-child(2n) .bricks-layout-inner{flex-direction:row-reverse!important}.bricks-layout-wrapper[data-layout=list].alternate.image-position-right li:nth-child(odd) .bricks-layout-inner{flex-direction:row-reverse}.bricks-layout-wrapper[data-layout=list].alternate.image-position-right li:nth-child(2n) .bricks-layout-inner{flex-direction:row}.bricks-layout-wrapper[data-layout=grid]:not(.isotope){display:grid;gap:var(--gutter);grid-template-columns:repeat(var(--columns),minmax(0,1fr))}.bricks-layout-wrapper[data-layout=grid].isotope>li:not(.bricks-gutter-sizer){margin-bottom:var(--gutter);width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}.bricks-layout-wrapper[data-layout=grid] .bricks-aspect-ratio-square{aspect-ratio:1/1}.bricks-layout-wrapper[data-layout=grid] .bricks-aspect-ratio-16-9{aspect-ratio:16/9}.bricks-layout-wrapper[data-layout=grid] .bricks-aspect-ratio-4-3{aspect-ratio:4/3}.bricks-masonry{--columns:3;--gutter:10px;display:flex;flex-flow:row wrap;position:relative}.bricks-layout-wrapper[data-layout=masonry]>li:not(.bricks-gutter-sizer),.bricks-masonry>:not(.bricks-gutter-sizer){margin-bottom:var(--gutter);width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}.bricks-layout-wrapper[data-layout=masonry] .image{aspect-ratio:unset!important;display:inline-block;position:relative!important}.bricks-layout-wrapper[data-layout=masonry] .bricks-layout-inner{height:auto!important}.bricks-layout-wrapper[data-layout=metro]:not(.isotope){display:grid;gap:var(--gutter);grid-template-columns:repeat(4,minmax(0,1fr))}.bricks-layout-wrapper[data-layout=metro]:not(.isotope)>li:nth-child(3n+1){grid-column:span 2;grid-row:span 2}.bricks-layout-wrapper[data-layout=metro].isotope{--columns:4}.bricks-layout-wrapper[data-layout=metro].isotope>li.bricks-layout-item{margin-bottom:var(--gutter)}.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer){width:50%;width:calc(50% - var(--gutter)/2)}@media (max-width:478px){.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer){width:100%}}.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) img{height:100%}.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) .title{font-size:calc(1em + 1.5vmin)}.bricks-layout-wrapper[data-layout=metro].isotope>li{width:25%;width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}@media (max-width:767px){.bricks-layout-wrapper[data-layout=metro].isotope>li{width:calc(50% - var(--gutter)/2)}}@media (max-width:478px){.bricks-layout-wrapper[data-layout=metro].isotope>li{width:100%}}.bricks-layout-wrapper[data-layout=metro] img{height:100%}.bricks-layout-wrapper[data-layout=metro] .image-wrapper{aspect-ratio:1/1}.bricks-layout-wrapper[data-layout=metro] .content-wrapper{position:absolute}#brx-header{background-position:50%;background-size:cover;position:relative;width:100%}#brx-header.transparent{background:transparent;border:none;box-shadow:none;color:#fff}#brx-header.sticky{left:0;position:fixed;right:0;top:0;transition:background-color .2s,transform .4s;width:100%;z-index:998}#brx-header.sticky.on-scroll{position:sticky}#brx-header.sticky .bricks-nav-menu>li>a,#brx-header.sticky>.brxe-block,#brx-header.sticky>.brxe-container,#brx-header.sticky>.brxe-div,#brx-header.sticky>.brxe-section{transition:inherit}#brx-header.sticky.slide-up:not(:has(.cart-detail.off-canvas.active,.brxe-offcanvas.brx-open)){-ms-overflow-style:none;overflow-x:hidden;scrollbar-width:none;transform:translateY(-101%)}#brx-header.sticky.slide-up::-webkit-scrollbar{display:none}#brx-header.sticky.sliding{overflow:hidden}#brx-header.sticky:has(.cart-detail.off-canvas.active,.brxe-offcanvas.brx-open){transition:none}.brx-header-right #brx-header{bottom:0;display:flex;position:fixed;right:0;top:0;width:200px;z-index:998}.brx-header-right #brx-header>.brxe-container,.brx-header-right #brx-header>.brxe-div,.brx-header-right #brx-header>.brxe-section{height:100%}.brx-header-right #brx-content,.brx-header-right #brx-footer{margin-right:200px;width:auto}.brx-header-left #brx-header{bottom:0;display:flex;left:0;position:fixed;top:0;width:200px;z-index:998}.brx-header-left #brx-header>.brxe-container,.brx-header-left #brx-header>.brxe-div,.brx-header-left #brx-header>.brxe-section{height:100%}.brx-header-left #brx-content,.brx-header-left #brx-footer{margin-left:200px;width:auto}.bricks-search-form{align-items:stretch;display:flex!important;justify-content:space-between;position:relative;width:100%}.bricks-search-form label{align-self:center;margin-inline-end:10px}.bricks-search-form input[type=search]{background-color:inherit;color:currentcolor;display:inline-block;max-width:100%;padding:0 20px;width:auto}.bricks-search-form button{align-items:center;display:flex;justify-content:center;position:relative}.bricks-search-form input{line-height:40px;width:100%}.bricks-shape-divider{bottom:0;display:flex;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute!important;right:0;top:0;width:100%}.bricks-shape-divider .bricks-shape-divider-inner{align-items:inherit;height:100%;justify-content:inherit;position:absolute;width:100%}.bricks-shape-divider .bricks-shape-divider-inner svg{height:100%;min-height:unset;min-width:unset;position:relative;width:100%}.bricks-shape-divider .bricks-shape-divider-inner svg g,.bricks-shape-divider .bricks-shape-divider-inner svg path{fill:inherit}.bricks-shape-divider.front{z-index:2}.bricks-shape-divider.flip-horizontal svg{transform:rotateX(180deg)}.bricks-shape-divider.flip-vertical svg{transform:rotateY(180deg)}.bricks-shape-divider.flip-horizontal.flip-vertical svg{transform:rotateX(180deg) rotateY(180deg)}.bricks-shape-divider.overflow{overflow:visible}.bricks-button{align-items:center;border-width:0;display:inline-flex;gap:10px;justify-content:center;letter-spacing:.5px;padding:.5em 1em;text-align:center}.bricks-button.bricks-background-muted{color:var(--bricks-text-medium)}.bricks-button.bricks-background-danger,.bricks-button.bricks-background-dark,.bricks-button.bricks-background-info,.bricks-button.bricks-background-secondary,.bricks-button.bricks-background-success,.bricks-button.bricks-background-warning{color:#fff}.bricks-button.sm{font-size:.9em;padding:.4em 1em}.bricks-button.lg{font-size:1.1em;padding:.6em 1em}.bricks-button.xl{font-size:1.2em;padding:.8em 1em}.bricks-button.block{width:100%}.bricks-button.circle{border-radius:100px!important}.bricks-button.outline{background-color:transparent;border:2px solid}.bricks-button i{position:relative}body.bricks-is-frontend.admin-bar #brx-header.sticky{top:32px;top:var(--wp-admin--admin-bar--height)}body.bricks-is-frontend.admin-bar.brx-header-left #brx-header,body.bricks-is-frontend.admin-bar.brx-header-right #brx-header{top:var(--wp-admin--admin-bar--height)}.bricks-lightbox a{cursor:zoom-in}.bricks-background-video-wrapper{background-size:cover;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute!important;top:0;width:100%;z-index:-1}.bricks-background-video-wrapper iframe,.bricks-background-video-wrapper video{border:none;height:inherit;left:50%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:inherit}.bricks-background-video-wrapper iframe[poster],.bricks-background-video-wrapper video[poster]{object-fit:cover}.bricks-background-video-wrapper .bricks-video-poster-image{height:inherit;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:inherit;z-index:1}.post-meta{align-items:center;display:inline-flex;gap:20px}.post-meta.column{align-items:unset;flex-direction:column}.post-meta .separator{display:inline-block;text-align:center}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;white-space:nowrap;width:1px}.screen-reader-text span:focus,.screen-reader-text:focus,.ui-helper-hidden-accessible:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.bricks-pagination ul{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;list-style-type:none;margin:0;padding:0}.bricks-pagination ul .page-numbers{display:grid;height:100%;place-items:center}.brx-load-more-hidden,.brx-query-trail{display:none}.bricks-isotope-sizer{pointer-events:none;position:absolute;top:-99999px;visibility:hidden}[data-brx-ls-wrapper]{transition:opacity .3s ease-in-out}[data-brx-ls-wrapper]:not(.brx-ls-active){display:none!important}.brx-filter-disabled label:not(.brx-option-disabled),.page-filtered label:not(.brx-option-disabled){opacity:.5}.brx-filter-disabled,.page-filtered{pointer-events:none}.brx-option-disabled,.brx-option-disabled:disabled{opacity:.5;pointer-events:none}.brx-load-more-hidden,.brx-no-active-filter,.brx-option-disabled.brx-option-empty{display:none}.bricks-no-posts-wrapper{text-align:center}.bricks-no-posts-wrapper .title{margin-bottom:30px}.bricks-no-posts-wrapper p{margin-bottom:1em}.bricks-no-posts-wrapper a{font-weight:700}.search-no-results .bricks-no-posts-wrapper{text-align:initial}.aligncenter{display:block;margin:.5em auto}.alignright{float:right;margin:.5em 0 .5em 1em}.alignleft{float:left;margin:.5em 1em .5em 0}a img.alignright{float:right;margin:.5em 0 .5em 1em}a img.alignleft{float:left;margin:.5em 1em .5em 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:.5em 1em .5em 0}.wp-caption.alignright{margin:.5em 0 .5em 1em}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.wp-block-image,.wp-block-video,figcaption,figure{margin:1em 0;width:100%}.wp-block-video video{max-width:100%}.wp-block-calendar{width:100%}#wp-calendar caption{margin-bottom:1em;text-align:inherit}#wp-calendar tbody{text-align:center}#wp-calendar tbody td{width:30px}#wp-calendar tbody a{font-weight:700}#wp-calendar tfoot{opacity:.5}#wp-calendar tfoot #prev{text-align:left}#wp-calendar tfoot #next{text-align:right}.gallery{display:flex;flex-flow:row wrap;margin:0 -10px}.gallery.gallery-columns-1 .gallery-item{flex:1 1 100%;max-width:100%}.gallery.gallery-columns-2 .gallery-item{flex:1 1 50%;max-width:50%}.gallery.gallery-columns-3 .gallery-item{flex:1 1 33.333%;max-width:33.333%}.gallery.gallery-columns-4 .gallery-item{flex:1 1 25%;max-width:25%}.gallery.gallery-columns-5 .gallery-item{flex:1 1 20%;max-width:20%}.gallery.gallery-columns-6 .gallery-item{flex:1 1 16.666%;max-width:16.666%}.gallery.gallery-columns-7 .gallery-item{flex:1 1 14.285%;max-width:14.285%}.gallery.gallery-columns-8 .gallery-item{flex:1 1 12.5%;max-width:12.5%}.gallery.gallery-columns-9 .gallery-item{flex:1 1 11.111%;max-width:11.111%}.gallery.gallery-columns-10 .gallery-item{flex:1 1 10%;max-width:10%}.gallery .gallery-item{flex:1;padding:0 10px 20px}.gallery .gallery-item img{width:100%}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.has-text-align-right{text-align:right}.wp-block-image{width:100%}.wp-block-image figure{width:auto}.alignfull,.wp-block-categories-list.alignfull{left:50%;margin-left:-50vw;margin-right:-50vw;max-width:calc(100vw - .5em);position:relative;right:50%;width:100vw}.alignwide{margin-left:-10%;max-width:120%;position:relative;width:120%}@media (max-width:1320px){.alignwide{margin-left:auto;width:100%}}.aligncenter,.aligncenter img{margin-left:auto;margin-right:auto}.bricks-color-primary{color:var(--bricks-color-primary)}.bricks-color-secondary{color:var(--bricks-color-secondary)}.bricks-color-light{color:#fff}.bricks-color-dark{color:var(--bricks-text-dark)}.bricks-color-muted{color:var(--bricks-text-light)}.bricks-color-info{color:var(--bricks-text-info)}.bricks-color-success{color:var(--bricks-text-success)}.bricks-color-warning{color:var(--bricks-text-warning)}.bricks-color-danger{color:var(--bricks-text-danger)}.bricks-background-primary{background-color:var(--bricks-color-primary)}.bricks-background-secondary{background-color:var(--bricks-color-secondary)}.bricks-background-light{background-color:#fff}.bricks-background-dark{background-color:var(--bricks-bg-dark)}.bricks-background-muted{background-color:var(--bricks-text-light)}.bricks-background-info{background-color:var(--bricks-text-info)}.bricks-background-success{background-color:var(--bricks-text-success)}.bricks-background-warning{background-color:var(--bricks-text-warning)}.bricks-background-danger{background-color:var(--bricks-text-danger)}
a.bc-anyside-button,a.bc-anyside-button:hover{color:unset}.bc-anyside-button{display:block;width:fit-content;white-space:wrap;--colortransition:.8s;--colortransition-ida:.8s;--pathtransition:.8s;--pathtransition-ida:.8s;--easing:ease;--hover-color:#fff;--click-dimensions:500px;border:0;position:relative;overflow:hidden;background:#fff;color:#1a1a1a;border-radius:15px;text-align:center;padding:40px}.bc-anyside-button__title{position:relative;z-index:2;transition:color var(--colortransition) var(--easing)}.bc-anyside-button__anyside-div{position:absolute;left:0;top:0;transform:translate(-50%,-50%);border-radius:50%;background:#252527;clip-path:circle(0% at 50% 50%);transition:clip-path var(--pathtransition) var(--easing);z-index:1}.bc-anyside-button[data-type=hover]:hover .bc-anyside-button__title{color:var(--hover-color);transition:color var(--colortransition-ida) var(--easing)}.bc-anyside-button[data-type=hover]:hover .bc-anyside-button__anyside-div{clip-path:circle(100% at 50% 50%);transition:clip-path var(--pathtransition-ida) var(--easing)}[data-type=click] .bc-anyside-button__anyside-span{background:#252527;position:absolute;transform:translate(-50%,-50%);pointer-events:none;border-radius:50%;animation:animate var(--pathtransition) linear infinite}@keyframes animate{0%{width:0;height:0;opacity:.5}100%{width:var(--click-dimensions);height:var(--click-dimensions);opacity:0}}.bc-arrow-button{white-space:wrap;text-decoration:unset !important;color:unset !important;display:flex;justify-content:center;align-items:center;flex-direction:row-reverse;width:fit-content;height:fit-content;--scale:1.25;--dimensions:23px;--transitionduration:.5s;--ease:cubic-bezier(.1,0,.3,1);--transitiondurationswap:.5s;--easeswap:cubic-bezier(.1,0,.3,1);--arrow-distance:300%}.bc-arrow-button .bc-arrow-button_title-wrapper{width:100%;padding:15px 20px;background-color:#2c2b2b;border-radius:100px;color:#fff;text-align:center;font-size:18px;letter-spacing:-.5px;line-height:1.15}.bc-arrow-button .bc-arrow-button_title-wrap{position:relative;overflow:hidden}.bc-arrow-button .bc-arrow-button__title{all:unset;display:block;outline:none;border:none;transition:transform;transition-duration:var(--transitiondurationswap);transition-timing-function:var(--easeswap)}.bc-arrow-button[data-swap=enable] .bc-arrow-button__title:after{display:block;content:attr(data-content);position:absolute;top:100%;width:100%}.bc-arrow-button[data-swap=enable]:hover .bc-arrow-button__title{transform:translateY(-100%)}.bc-arrow-button[data-swap=enable]:hover .bc-arrow-button__title:after{transform:translateY(0%)}.bc-arrow-button .bc-arrow-button__circle{padding:25px;background-color:#2c2b2b;border-radius:50%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;min-width:var(--dimensions) !important;min-height:var(--dimensions) !important;transition:scale;transition-duration:var(--transitionduration);transition-timing-function:var(--ease)}.bc-arrow-button .bc-arrow-button__arrow{position:absolute;transition:transform;transition-duration:var(--transitionduration);transition-timing-function:var(--ease);min-width:var(--dimensions) !important;min-height:var(--dimensions) !important;max-width:var(--dimensions) !important;max-height:var(--dimensions) !important;rotate:-45deg;--fill:#fff;stroke-width:.1;stroke:var(--fill);fill:var(--fill)}.bc-arrow-button .bc-arrow-button__arrow-right{transform:translateX(calc(var(--arrow-distance)*-1))}.bc-arrow-button:hover .bc-arrow-button__circle{scale:var(--scale)}.bc-arrow-button:hover .bc-arrow-button__arrow-left{transform:translateX(var(--arrow-distance))}.bc-arrow-button:hover .bc-arrow-button__arrow-right{transform:translateX(0%)}a.bc-crystal-button,a.bc-crystal-button:hover{color:unset}.bc-crystal-button{display:block;width:fit-content;box-sizing:border-box;white-space:wrap;--radius:15px;--filter:.7;--border:1px;--padding:1px;border-radius:var(--radius);border:1px solid #d1d1d1;position:relative;place-items:center;padding:1px;transition:transform .1s;padding:12px 36px}.bc-crystal-button:is(:hover,:focus-visible){--hover:1}.bc-crystal-button:before{content:"";position:absolute;inset:0px;border-radius:calc(var(--radius) - var(--border));background:conic-gradient(from calc(var(--rx,0)*180deg) at calc(var(--x,0)*100%) calc(var(--y,0)*100%),#000,#000,#000,#000,#000);filter:saturate(var(--filter));opacity:var(--hover,0);transition:opacity .2s}.bc-crystal-button__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:calc(var(--radius) - var(--padding));display:block;grid-column:1;grid-row:1}.bc-crystal-button__title{grid-row:1;grid-column:1;position:relative;z-index:2;display:grid;align-items:center;gap:.5rem}.bc-crystal-button--dark{outline:none}.bc-crystal-button__backdrop{--blur:20px;--brightness:1.2;--saturate:1;background:hsla(0,0,0,.3);-webkit-backdrop-filter:blur(var(--blur)) brightness(var(--brightness)) saturate(var(--saturate));backdrop-filter:blur(var(--blur)) brightness(var(--brightness)) saturate(var(--saturate))}.bc-crystal-button--dark:after{background:hsl(0 0% 10%/calc(1 - var(--hover,0)*0.25))}.bc-glowing-button{--transition-duration:.4s;--dimensions:1px;isolation:isolate;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:fit-content;padding:var(--dimensions);text-decoration:none;border-radius:15px;transition:all var(--transition-duration)}.bc-glowing-button__background{position:relative;z-index:0;--padding:20px 40px;padding:var(--padding);background-color:#f5f5f5;border-radius:15px}.bc-glowing-button__title{opacity:1;--color:#000;background:var(--color);white-space:nowrap;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.bc-glowing-button__border-gradient{width:1000%;min-height:1000%;position:absolute;z-index:-1;transform:rotate(0deg);--animation-duration:3s;animation:spin var(--animation-duration) linear infinite;--first-color:rgba(0,0,0,.5);--second-color:rgba(255,255,255,0);background:conic-gradient(from 0 at 50% 50%,var(--first-color) 0deg,var(--second-color) 60deg,var(--second-color) 310deg,var(--first-color) 360deg)}a.bc-layer-button,a.bc-layer-button:hover{color:unset}.bc-layer-button{position:relative;display:flex;width:fit-content;height:fit-content;background:unset}.bc-layer-button__original-layer{position:relative;background:#080808;color:#fff;padding:20px 40px;border-radius:5px;--translate3dpxto:0px;transform:translate3d(0,0,0);--color:#fff;--background:#080808;transition:color,background,transform;transition-timing-function:cubic-bezier(.7,0,.2,1);transition-duration:.3s;z-index:1;--z-index:1}.bc-layer-button:hover .bc-layer-button__original-layer{color:var(--color) !important;background:var(--background) !important;transform:translate3d(var(--translate3dpxto),var(--translate3dpxto),0);z-index:var(--z-index) !important}.bc-layer-button__first-layer{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;padding:20px 40px;display:flex;justify-content:center;align-items:center;background:#3754f5;border:0;border-radius:5px;color:#080808;pointer-events:none;--translate3dpxfrom:6px;--translate3dpxto:0px;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808;--background:#3754f5;transition:color,background,transform;transition-timing-function:cubic-bezier(.7,0,.2,1);transition-duration:.3s;z-index:0;--z-index:0}.bc-layer-button:hover .bc-layer-button__first-layer{transform:translate3d(var(--translate3dpxto),var(--translate3dpxto),0);color:var(--color) !important;background:var(--background) !important;z-index:var(--z-index) !important}.bc-layer-button__second-layer{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;padding:20px 40px;display:flex;justify-content:center;align-items:center;background:#d95ff8;border:0;border-radius:5px;color:#080808;pointer-events:none;--translate3dpxfrom:12px;--translate3dpxto:0;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808;--background:#d95ff8;transition:color,background,transform;transition-timing-function:cubic-bezier(.7,0,.2,1);transition-duration:.3s;z-index:-1;--z-index:-1}.bc-layer-button:hover .bc-layer-button__second-layer{transform:translate3d(var(--translate3dpxto),var(--translate3dpxto),0);color:var(--color) !important;background:var(--background) !important;z-index:var(--z-index) !important}.bc-layer-button__third-layer{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;padding:20px 40px;display:flex;justify-content:center;align-items:center;background:#3754f5;border:0;border-radius:5px;color:#080808;pointer-events:none;--translate3dpxfrom:18px;--translate3dpxto:0;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808;--background:#3754f5;transition:color,background,transform;transition-timing-function:cubic-bezier(.7,0,.2,1);transition-duration:.3s;z-index:-2;--z-index:-2}.bc-layer-button:hover .bc-layer-button__third-layer{transform:translate3d(var(--translate3dpxto),var(--translate3dpxto),0);color:var(--color) !important;background:var(--background) !important;z-index:var(--z-index) !important}.bc-layer-button__fourth-layer{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;padding:20px 40px;display:flex;justify-content:center;align-items:center;background:#d95ff8;border:0;border-radius:5px;color:#080808;pointer-events:none;--translate3dpxfrom:24px;--translate3dpxto:0;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808;--background:#d95ff8;transition:color,background,transform;transition-timing-function:cubic-bezier(.7,0,.2,1);transition-duration:.3s;z-index:-3;--z-index:-3}.bc-layer-button:hover .bc-layer-button__fourth-layer{transform:translate3d(var(--translate3dpxto),var(--translate3dpxto),0);color:var(--color) !important;background:var(--background) !important;z-index:var(--z-index) !important}a.bc-marquee-button,a.bc-marquee-button:hover{color:unset}.bc-marquee-button{display:block;width:fit-content;white-space:wrap;pointer-events:auto;border:none;position:relative;background:#fff;padding:20px 50px;border:1px solid #c9c9c9;border-radius:15px}.bc-marquee-button:before,.bc-marquee-button:after{position:absolute;top:0;left:0;width:100%;height:100%}.bc-marquee-button__title{display:inline-block}.bc-marquee-button:hover .bc-marquee-button__title{opacity:0}.bc-marquee-button__marquee{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.bc-marquee-button__units-wrapper{width:fit-content;height:100%;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;--offset:1rem;--move-initial:calc(-25% + var(--offset));--move-final:calc(-50% + var(--offset));transform:translate3d(var(--move-initial),0,0);animation:marquee linear infinite;animation-duration:4s;animation-play-state:paused;opacity:0;--transition-duration:.4s}.bc-marquee-button--rtl .bc-marquee-button__units-wrapper{--move-initial:calc(25% - var(--offset));--move-final:calc(50% - var(--offset))}.bc-marquee-button:hover .bc-marquee-button__units-wrapper{animation-play-state:running;opacity:1;transition-duration:.4s}.bc-marquee-button__unit{text-align:center;white-space:nowrap}@keyframes marquee{0%{transform:translate3d(var(--move-initial),0,0)}100%{transform:translate3d(var(--move-final),0,0)}}.bc-microbox-button{position:relative;--multiply:.75;width:calc(300px*var(--multiply));height:calc(100px*var(--multiply));display:flex;justify-content:center;align-items:center;border:0;border-radius:15px;overflow:hidden;white-space:wrap}.bc-microbox-button__grid{position:absolute;width:calc(300px*var(--multiply));height:calc(100px*var(--multiply));display:grid;justify-content:center;align-items:center;grid-auto-columns:1fr;grid-template-areas:". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . Area";grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:auto auto auto auto auto auto auto auto auto auto;background:#2d61f0}.bc-microbox-button__square{-webkit-box-direction:normal;box-sizing:border-box;width:calc(10px*var(--multiply));height:calc(10px*var(--multiply));background:#1f1f1f;transform:scale(1)}.bc-microbox-button__title{position:absolute;color:#fff}.bc-ripple-button{display:flex;justify-content:center;width:fit-content;white-space:nowrap;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;color:#000;line-height:normal;padding:15px 50px;border-radius:50px;background:#fff;overflow:hidden;position:relative;transition:var(--transition-duration) var(--transition-ease);transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;-webkit-perspective:1000;will-change:transform;--transition-duration:.8s;--transition-duration-in:.8s;--transition-ease:cubic-bezier(.22,1,.36,1);--skew-text:10deg;--amplitude:0%}.bc-ripple-button__text{opacity:0;will-change:transform}.bc-ripple-button__pseudo{position:relative;overflow:hidden;will-change:transform}.bc-ripple-button__pseudo:before{content:attr(data-content);position:absolute;top:0;transform:skewY(0);transition:var(--transition-duration) var(--transition-ease);will-change:transform}.bc-ripple-button__pseudo:after{content:attr(data-content);position:absolute;top:300%;left:0;transform:skewY(var(--skew-text));z-index:5;color:#fff;transition:var(--transition-duration) var(--transition-ease);will-change:transform}.bc-ripple-button__hover-fill{position:absolute;top:-155%;left:calc(var(--amplitude)*-1);height:150%;width:calc(100% + var(--amplitude)*2);background:#000;z-index:-5;border-radius:0 0 50% 50%;transition:var(--transition-duration) var(--transition-ease)}.bc-ripple-button:hover .bc-ripple-button__pseudo:before,.bc-ripple-button:focus .bc-ripple-button__pseudo:before{transform:skewY(var(--skew-text));top:-300%;will-change:transform;transition:var(--transition-duration-in) var(--transition-ease)}.bc-ripple-button:hover .bc-ripple-button__pseudo:after,.bc-ripple-button:focus .bc-ripple-button__pseudo:after{transform:skewY(0);top:0;will-change:transform;transition:var(--transition-duration-in) var(--transition-ease)}.bc-ripple-button:hover .bc-ripple-button__hover-fill,.bc-ripple-button:focus .bc-ripple-button__hover-fill{transform:translateY(100%);transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-bottom] .bc-ripple-button__pseudo:after{top:-300%}[data-type=bc-ripple-button--from-bottom] .bc-ripple-button__hover-fill{border-radius:50% 50% 0 0;top:105%}[data-type=bc-ripple-button--from-bottom]:hover .bc-ripple-button__pseudo:before,[data-type=bc-ripple-button--from-bottom]:focus .bc-ripple-button__pseudo:before{top:300%;transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-bottom]:hover .bc-ripple-button__hover-fill,[data-type=bc-ripple-button--from-bottom]:focus .bc-ripple-button__hover-fill{transform:translateY(-100%);transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-left] .bc-ripple-button__pseudo:after{top:-300%}[data-type=bc-ripple-button--from-left] .bc-ripple-button__hover-fill{border-radius:0;top:-25%;left:-155%;width:150%}[data-type=bc-ripple-button--from-left]:hover .bc-ripple-button__pseudo:before,[data-type=bc-ripple-button--from-left]:focus .bc-ripple-button__pseudo:before{top:300%;transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-left]:hover .bc-ripple-button__hover-fill,[data-type=bc-ripple-button--from-left]:focus .bc-ripple-button__hover-fill{transform:translateX(100%);transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-right] .bc-ripple-button__pseudo:after{top:-300%}[data-type=bc-ripple-button--from-right] .bc-ripple-button__hover-fill{border-radius:0;top:-25%;left:105%;width:150%}[data-type=bc-ripple-button--from-right]:hover .bc-ripple-button__pseudo:before,[data-type=bc-ripple-button--from-right]:focus .bc-ripple-button__pseudo:before{top:300%;transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-right]:hover .bc-ripple-button__hover-fill,[data-type=bc-ripple-button--from-right]:focus .bc-ripple-button__hover-fill{transform:translateX(-100%);transition:var(--transition-duration-in) var(--transition-ease)}.bc-blade-title__anchor{display:block;width:fit-content;height:fit-content}.bc-blade-title{display:block;width:fit-content}.bc-blade-title__inner{display:block;clip-path:polygon(0 0,150% 0,150% 150%,0% 150%)}.bc-blade-title__line-wrapper{overflow:hidden}.bc-blade-title__inner--to-hide{opacity:0}.bc-circular-title{display:block;width:fit-content;height:fit-content}.bc-circular-title .bc-circular-title__element[data-bc-hidden]{opacity:0}.bc-circular-title .bc-circular-title__element{width:200px;height:200px;display:flex;justify-content:center;align-items:center}.bc-circular-title .bc-circular-title__wrapper--spin{animation:round}.bc-circular-title--reverse .bc-circular-title__wrapper--spin{animation:round-reverse}.bc-circular-title .bc-circular-title__wrapper--spin{animation-duration:15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes round{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes round-reverse{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}.bc-highlight-title__anchor{display:block;width:fit-content;height:fit-content}.bc-highlight-title{text-decoration:unset !important;color:unset !important;display:block;height:fit-content;width:fit-content}.bc-highlight-title__element{width:fit-content;position:relative;z-index:0;--after-background:#73fddf;--height:7px;--duration:.3s;--ease:cubic-bezier(.16,1,.3,1)}.bc-highlight-title__bottom-to-full:after,.bc-highlight-title__full-to-bottom:after,.bc-highlight-title__left-to-full:after,.bc-highlight-title__full-to-left:after{background-color:var(--after-background)}.bc-highlight-title__bottom-to-full:after{content:'';position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:var(--height);transition:var(--duration) var(--ease)}.bc-highlight-title__bottom-to-full:hover:after{height:100%}.bc-highlight-title__full-to-bottom:after{content:'';position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:100%;transition:var(--duration) var(--ease)}.bc-highlight-title__full-to-bottom:hover:after{height:var(--height)}.bc-highlight-title__left-to-full:after{content:'';position:absolute;z-index:-1;bottom:0;left:0;width:var(--height);height:100%;transition:var(--duration) var(--ease)}.bc-highlight-title__left-to-full:hover:after{width:100%}.bc-highlight-title__full-to-left:after{content:'';position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:100%;transition:var(--duration) var(--ease)}.bc-highlight-title__full-to-left:hover:after{width:var(--height)}.bc-letter-launcher__anchor{display:block;width:fit-content;height:fit-content}.bc-letter-launcher{display:block;width:fit-content}.bc-letter-launcher__inner--to-hide{opacity:0}.bc-random-letters__anchor{display:block;width:fit-content;height:fit-content}.bc-random-letters{display:block;width:fit-content;height:fit-content}.bc-random-letters__element{text-align:center}.bc-to-hide{opacity:0}.bc-scroll-reading{display:block;width:100%;height:fit-content}.bc-scroll-reading__element{font-size:8rem}.bc-scroll-reading__element .line{position:relative}.bc-scroll-reading__line-mask{position:absolute;top:0;right:0;background-color:#fff;--opacity:.1;opacity:calc(1 - var(--opacity));height:100%;width:100%;z-index:9999}.bc-scroll-reading--rtl .bc-scroll-reading__line-mask{left:0;right:unset}.bc-scroll-reading__to-hide{opacity:0}.bc-svg-title{display:block;width:fit-content;height:fit-content;--animation-duration:5s;--animation-delay:.2s}.bc-svg-title__element{display:flex;width:250px;height:auto}.bc-svg-title__element text{fill:transparent;stroke:#000;stroke-width:1;font-family:helvetica;visibility:hidden;stroke-dasharray:0 50%}.bc-svg-title__animation text{visibility:visible;animation:SVGTitleAnimate var(--animation-duration) var(--animation-delay) forwards}[data-ready=bc-svg-title__animation] text{visibility:visible;animation:SVGTitleAnimate var(--animation-duration) var(--animation-delay) forwards}[data-ready=bc-svg-title__animation--played] text{visibility:visible;stroke-dasharray:0 50%}@keyframes SVGTitleAnimate{0%{stroke-dasharray:0 50%}100%{stroke-dasharray:50% 0}}.bc-swap-title__anchor{display:block;width:fit-content;height:fit-content}.bc-swap-title *{will-change:transform}.bc-swap-title{display:block;width:fit-content;position:relative;padding:0;line-height:normal}.bc-swap-title__span-wrapper{display:block;overflow:hidden}.bc-swap-title__span,.bc-swap-title__span .char,.bc-swap-title__span .word{--skew:0deg;--duration:1s;--ease:cubic-bezier(.19,1,.22,1);--fromtype:1;display:block;position:relative;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-swap-title__span:after,.bc-swap-title__span .char:after,.bc-swap-title__span .word:after{content:var(--after-content);display:block;position:absolute;top:calc(var(--fromtype)*100%);left:0;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;transform:skewY(calc(var(--skew)*var(--fromtype)));transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-swap-title:hover .bc-swap-title__span,.bc-swap-title:hover .bc-swap-title__span .char,.bc-swap-title:hover .bc-swap-title__span .word{-webkit-transform:translateY(calc(var(--fromtype)*-100%)) skewY(calc(var(--skew)*-1*var(--fromtype)));-moz-transform:translateY(calc(var(--fromtype)*-100%)) skewY(calc(var(--skew)*-1*var(--fromtype)));-ms-transform:translateY(calc(var(--fromtype)*-100%)) skewY(calc(var(--skew)*-1*var(--fromtype)));-o-transform:translateY(calc(var(--fromtype)*-100%)) skewY(calc(var(--skew)*-1*var(--fromtype)));transform:translateY(calc(var(--fromtype)*-100%)) skewY(calc(var(--skew)*-1*var(--fromtype)))}.bc-swap-title--remove-line:hover .bc-swap-title__span-wrapper .bc-swap-title__span{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important}.bc-swap-title:hover .bc-swap-title__span:after,.bc-swap-title:hover .bc-swap-title__span .char:after,.bc-swap-title:hover .bc-swap-title__span .word:after{-webkit-transform:skewY(calc(var(--skew)*var(--fromtype)));-moz-transform:skewY(calc(var(--skew)*var(--fromtype)));-ms-transform:skewY(calc(var(--skew)*var(--fromtype)));-o-transform:skewY(calc(var(--skew)*var(--fromtype)));transform:skewY(calc(var(--skew)*var(--fromtype)))}.bc-title-images{width:fit-content;height:fit-content}.bc-title-images__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.bc-inline-div{margin-block:0px;display:flex;flex-direction:row;justify-content:center;align-items:center;width:fit-content}.bc-inline-img,.bc-inline-div video{border-radius:15px;width:100px;height:65px;background-position:center;background-repeat:no-repeat;background-size:cover;display:inline-block;margin:0 14px}.bc-inline-span div{display:inline}.bc-twist-title__anchor{display:block;width:fit-content;height:fit-content}.bc-twist-title{width:fit-content;display:block}.bc-twist-title__span{display:block;opacity:0;transform-origin:center top;transform-style:preserve-3d;transform:translateY(100%) rotateX(-80deg);transition:opacity 0s cubic-bezier(.215,.61,.355,1),transform 0s cubic-bezier(.215,.61,.355,1)}.bc-twist-title__is-ready .bc-twist-title__span{transform:none;opacity:1}[data-ready=bc-twist-title__is-ready] .bc-twist-title__span{transform:none;opacity:1}.bc-underlined-title__anchor{display:flex;width:fit-content;height:fit-content}.bc-underlined-title{text-decoration:unset !important;color:unset !important;display:block;width:fit-content;height:fit-content}.bc-underlined-title__element{position:relative;display:block;width:100%;--width:0px;--height:1px;--bottom-distance:0px;--duration:.7s;--ease:cubic-bezier(.16,1,.3,1);--background:currentColor}.bc-underlined-title__side-to-side:before{content:"";display:block;position:absolute;left:0;right:0;bottom:var(--bottom-distance);height:var(--height);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center;background:var(--background);-webkit-transition:-webkit-transform var(--duration) var(--ease);transition:-webkit-transform var(--duration) var(--ease);-o-transition:-o-transform var(--duration) var(--ease);-moz-transition:transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-underlined-title__side-to-side:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;transition-delay:unset;-webkit-transition-delay:unset;-o-transition-delay:unset;-moz-transition-delay:unset}.bc-underlined-title__one-sided:after{content:'';position:absolute;bottom:var(--bottom-distance);left:0;width:var(--width);border-bottom:var(--height) solid var(--background);transition:var(--duration) var(--ease)}.bc-underlined-title__two-sided:after{content:'';display:block;margin:auto;bottom:var(--bottom-distance);left:0;width:var(--width);height:var(--height);background:var(--background);transition:width var(--duration) var(--ease);position:relative;border-bottom:unset}.bc-underlined-title__one-sided:hover:after,.bc-underlined-title__two-sided:hover:after{width:100%}.bc-underlined-title__one-sided:hover:after,.bc-underlined-title__two-sided:hover:after{-webkit-transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease);-o-transition:width var(--duration) var(--ease);-moz-transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease)}.bc-underlined-title__full-sided:after,.bc-underlined-title__full-sided:before{content:"";position:absolute;left:0;right:0;bottom:var(--bottom-distance);height:var(--height);background:var(--background);-webkit-transition:-webkit-transform var(--duration) var(--ease);transition:-webkit-transform var(--duration) var(--ease);-o-transition:-o-transform var(--duration) var(--ease);-moz-transition:transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-underlined-title__full-sided:before{-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}.bc-underlined-title__full-sided:after{-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.bc-underlined-title__full-sided:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);transition-delay:.25s;-webkit-transition-delay:.25s;-o-transition-delay:.25s;-moz-transition-delay:.25s}.bc-underlined-title__full-sided:hover:after{width:unset;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}.bc-back-to-top{position:fixed;right:50px;bottom:50px;height:46px;width:46px;cursor:pointer;border-radius:50px;box-shadow:inset 0 0 0 2px;color:rgba(255,255,255,.2);background-color:none;z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px) !important;transition-duration:.2s;transition-timing-function:linear;display:flex;justify-content:center;align-items:center}.bc-back-to-top__active-progress{opacity:1;visibility:visible;transform:translateY(0) !important}.bc-back-to-top__arrow-svg{position:absolute;fill:grey;width:25px;height:100%;cursor:pointer;display:block;z-index:1}.bc-back-to-top__circle-path{fill:none;stroke:grey;stroke-width:5;box-sizing:border-box}.bc-back-to-top__to-hide{opacity:0}.bc-dark-mode{display:block;width:fit-content;height:fit-content}.bc-dark-mode .theme-toggle{--duration:1s;--theme-toggle__classic--duration:var(--duration) !important;--theme-toggle__lightbulb--duration:var(--duration) !important;--theme-toggle__eclipse--duration:var(--duration) !important;--theme-toggle__horizon--duration:var(--duration) !important;--theme-toggle__simple--duration:var(--duration) !important;--theme-toggle__around--duration:var(--duration) !important;--theme-toggle__within--duration:var(--duration) !important;--theme-toggle__expand--duration:var(--duration) !important;--theme-toggle__inner-moon--duration:var(--duration) !important;color:#000;line-height:0;font-size:32px}.bc-dark-mode .theme-toggle--toggled{color:#000}.bc-dark-mode__list--colors{display:none}.bc-dark-mode__list--backgrounds{display:none}.bc-dark-mode__list--borders{display:none}[bc-dark-mode__transition]{transition:color,background,border-color,stroke,fill;transition-duration:var(--dark-mode-transition-duration)}.bc-grained{position:relative;height:500px;width:100%;background:grey}.bc-grained__child{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.05}[bc-grained__to-hide]{opacity:0}.bc-img-reveal{contain:paint;display:block;width:fit-content;height:auto}.bc-img-reveal__element{visibility:hidden;overflow:hidden;width:100%;height:100%;--scale:1.3}.bc-img-reveal__element[data-direction=top]{transform:translateY(-100%)}.bc-img-reveal__element[data-direction=bottom]{transform:translateY(100%)}.bc-img-reveal__element[data-direction=left]{transform:translateX(-100%)}.bc-img-reveal__element[data-direction=right]{transform:translateX(100%)}.bc-img-reveal__element .bc-img-reveal__img{height:100%;width:100%;object-fit:cover;transform-origin:left}.bc-img-reveal__element[data-direction=top] .bc-img-reveal__img{transform:translateY(100%) scale(var(--scale))}.bc-img-reveal__element[data-direction=bottom] .bc-img-reveal__img{transform:translateY(-100%) scale(var(--scale))}.bc-img-reveal__element[data-direction=left] .bc-img-reveal__img{transform:translateX(100%) scale(var(--scale))}.bc-img-reveal__element[data-direction=right] .bc-img-reveal__img{transform:translateX(-100%) scale(var(--scale))}.bc-lottie{display:block;width:350px;height:fit-content}.bc-lottie__element{width:100%;height:auto}.bc-lottie__to-hide{opacity:0}.bc-reel{direction:ltr !important;--rotate:0deg;transform:rotate(var(--rotate));--color:#fff;--width:25%}.bc-reel[data-blur-edges="1"]:before{background-image:linear-gradient(to right,var(--color),rgba(0,0,0,0));content:"";position:absolute;z-index:99;top:0;left:0;width:var(--width);height:100%}.bc-reel[data-blur-edges="1"]:after{background-image:linear-gradient(270deg,var(--color),rgba(0,0,0,0));content:"";position:absolute;z-index:99;top:0;right:0;width:var(--width);height:100%}.bc-reel__wrapper{display:flex}.bc-reel__item{display:flex;align-items:center;justify-content:center}.bc-reel__nestable{visibility:hidden;min-width:1px}.bc-reel__example-heading{background:#080808;padding:10px 20px;color:#fff}.bc-reel__to-hide{opacity:0}.bc-parallax{display:block;width:fit-content;height:fit-content;overflow:visible}.bc-parallax .simpleParallax{height:100%;display:flex;align-items:center}.bc-parallax__element{width:100%;height:100%}.bc-parallax__to-hide{opacity:0}.bc-data-scrollbar{--track-color:rgba(0,0,0,0);--track-hovercolor:rgba(0,0,0,0);--track-activecolor:rgba(0,0,0,0);--thumb-color:rgba(0,0,0,.44);--thumb-hovercolor:rgba(0,0,0,.55);--thumb-activecolor:rgba(0,0,0,.66)}.bc-sharer{cursor:pointer;width:fit-content}.bc-zoom-lens{display:block;width:fit-content;height:fit-content}.bc-zoom-lens__image{position:relative;display:block;object-fit:cover;width:100%;height:100%;--bgimage:url(https://images.pexels.com/photos/17050728/pexels-photo-17050728/free-photo-of-madera-carretera-paisaje-agua.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)}.bc-zoom-lens__glass{position:absolute;--glasstop:0;--glassleft:0;--width:50px;top:calc(var(--glasstop) - var(--width)/2);left:calc(var(--glassleft) - var(--width)/2);width:var(--width);height:var(--width);background-image:var(--bgimage);border:1px solid #fff;border-radius:50%;pointer-events:none;opacity:0;transform:scale(0);--scale-duration:.2s;transition:transform var(--scale-duration);z-index:9999}.bc-zoom-lens__show{opacity:1;--scale:2;transform:scale(var(--scale))}.bc-expander-container{width:600px;background-color:#000;border-radius:20px}.bc-expander-question{padding:10px 20px;position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;cursor:pointer;--icon-transition-duration:.2s}.bc-expander-question-heading{font-size:16px;color:#fff}.bc-expander-question-icon{font-size:16px;color:#fff;transition:var(--icon-transition-duration)}.bc-expander-question.bc-expander-active>.bc-expander-question-icon{--rotate-degree:180deg;transform:rotate(var(--rotate-degree))}.bc-expander-answercont{max-height:0;overflow:hidden;transition:.3s;width:100%}.bc-expander-answer{font-size:1.6rem;line-height:1.5;color:#fff;padding:0 20px 15px}.bc-core-slider-wrapper.splide{opacity:0}.bc-core-slider-wrapper .splide__track{height:100%;width:100%}.bc-core-slider-wrapper .splide__slide{border:unset !important;cursor:grab !important}.bc-core-slider-wrapper .splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid transparent}.bc-core-slider-wrapper .splide__arrow{background-color:#c6afe6;--scale-arrow:1;font-size:100%;align-items:center;background:#ccc;cursor:pointer;display:flex;height:30px;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%) scale(var(--scale-arrow));width:30px;z-index:1}.bc-core-slider-wrapper .splide__arrow--prev{background-color:#6200ed;left:15px;outline:0 !important}.bc-core-slider-wrapper .splide__arrow--next{background-color:#6200ed;right:15px;outline:0 !important}.bc-core-slider-wrapper .splide__arrow--prev .prevarrowicon,.bc-core-slider-wrapper .splide__arrow--next .nextarrowicon{color:#fff}.bc-core-slider-wrapper .splide__pagination .splide__pagination__page.is-active{background-color:#6200ed}.bc-core-slider-wrapper .splide__pagination .splide__pagination__page{background-color:#c6afe6;outline:0 !important;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px;z-index:1}.bc-core-slider-wrapper .splide__pagination{bottom:unset;left:0;padding:0 1em;position:absolute;right:0;z-index:1;transform:unset;margin-top:20px}.bc-core-slider-wrapper img{width:100%;height:300px;object-fit:cover}.bc-core-slider-wrapper .splide__slide{outline:0 !important}.bc-core-slider-wrapper .splide__slide{width:fit-content}.bc-core-slider-wrapper .bc-slider-block{width:100%;height:500px;background-color:#c6afe6;display:flex;justify-content:center;align-items:center}.bc-core-slider-wrapper .bc-slider-block-heading{color:#fff;text-align:center;max-width:600px}.bc-click-and-copy{width:fit-content;cursor:pointer}.bc-click-and-copy>.bc-click-and-copy__icon{border:unset;border-radius:10px;padding:10px;color:#fff;--icon-size:auto}.bc-click-and-copy>.bc-click-and-copy__icon:before{font-size:var(--icon-size)}.bc-click-and-copy .bc-click-and-copy__icon--hidden{visibility:hidden;display:none}.bc-before-after-image{width:100%;height:100%;overflow:hidden;position:relative;transform:rotate(0deg)}.bc-before-after-image *::selection{background:0 0}.bc-before-after-image__content-image{width:100%;height:100%;object-fit:cover;max-width:unset;outline:unset}.bc-before-after-image__before,.bc-before-after-image__after{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;top:0;left:0;pointer-events:none;overflow:hidden}.bc-before-after-image__before{position:relative}.bc-before-after-image__scroller{display:flex;justify-content:center;align-items:center;column-gap:15px;width:50px;height:50px;position:absolute;top:50%;--transition-duration:.2s;transform:translateY(-50%);background-color:transparent;opacity:.8;transition:opacity var(--transition-duration);pointer-events:auto;cursor:pointer;background:0 0;border-radius:50%;border:2px solid #fff;--color-line:#fff;--width:2px}.bc-before-after-image__scroller:hover{opacity:1 !important}.bc-before-after-image__scrolling{pointer-events:none;opacity:1 !important}.bc-before-after-image__scroller--thumb{--dimensions:15px;width:100%;height:100%;fill:#fff;display:flex;align-items:center;justify-content:center;column-gap:5px}.bc-before-after-image .bc-before-after-image__scroller--thumb svg{min-width:unset;min-height:unset;width:var(--dimensions);height:var(--dimensions)}.bc-before-after-image__scroller:before,.bc-before-after-image__scroller:after{content:" ";display:block;width:10px;height:9999px;position:absolute;left:50%;width:var(--width);margin-left:calc(var(--width)/-2 - .5px);z-index:30;transition:.1s;background:var(--color-line)}.bc-before-after-image__scroller:before{top:100%}.bc-before-after-image__scroller:after{bottom:100%}.bc-parallax-hover{width:fit-content}.atropos-inner{width:auto;height:auto;background-color:#b53df6;border-radius:15px}.bc-parallax-hover__heading{width:550px}.bc-scribble-title{display:block;width:fit-content;height:auto}.bc-scribble-title__element>*,.bc-scribble-title__element>*>div{display:inline-block}.bc-scribble-title__element em{position:relative;z-index:1;font-style:normal;width:fit-content;height:fit-content}.bc-scribble-title__svg{z-index:-1;position:absolute;top:60%;left:0;width:100%;overflow:visible !important;transform:scaleX(1.01) scaleY(1.01) scaleZ(1.01);--svg-duration:1.3s;--svg-easing:cubic-bezier(.65,0,.35,1)}.bc-scribble-title__svg path{fill:none;stroke:#ffc107;stroke-width:75px;opacity:0;transition:stroke-dashoffset var(--svg-duration) var(--svg-easing)}.bc-scribble-title__active-scribble path{opacity:1;stroke-dashoffset:0}[data-active=bc-scribble-title__active-scribble] path{opacity:1;stroke-dashoffset:0}.bc-scribble-title__line{stroke-dasharray:2947.2548828125;stroke-dashoffset:2947.2548828125}.bc-scribble-title__stacked{stroke-dasharray:3822.566162109375;stroke-dashoffset:3822.566162109375}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__stacked{opacity:1;stroke-dashoffset:3822.566162109375}.bc-scribble-title__stacked2{stroke-dasharray:3436.10302734375;stroke-dashoffset:3436.10302734375}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__stacked2{opacity:1;stroke-dashoffset:3436.10302734375}.bc-scribble-title__stacked3{stroke-dasharray:6885.6689453125;stroke-dashoffset:6885.6689453125}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__stacked3{opacity:1;stroke-dashoffset:6885.6689453125}.bc-scribble-title__scratch1{stroke-dasharray:2775.923828125;stroke-dashoffset:2775.923828125}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__scratch1{opacity:1;stroke-dashoffset:2775.923828125}.bc-scribble-title__scratch2{stroke-dasharray:1729.8441162109375;stroke-dashoffset:1729.8441162109375}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__scratch2{opacity:1;stroke-dashoffset:1729.8441162109375}.bc-scribble-title__scratch3{stroke-dasharray:4528.685546875;stroke-dashoffset:4528.685546875}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__scratch3{opacity:1;stroke-dashoffset:4528.685546875}.bc-scribble-title__signature{stroke-dasharray:5843.31396484375;stroke-dashoffset:5843.31396484375}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__signature{opacity:1;stroke-dashoffset:5843.31396484375}.bc-scribble-title__svg-circle{top:-25%}.bc-scribble-title__circle{stroke-dasharray:6136.572265625;stroke-dashoffset:6136.572265625}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__circle{opacity:1;stroke-dashoffset:6136.572265625}.bc-morphing-menu{position:relative;width:fit-content;display:flex;flex-direction:unset;--transition-duration:.3s;--transition-delay:0s;--transition-ease:ease}.bc-morphing-menu>*{height:fit-content;position:relative;z-index:2}.bc-morphing-menu__item--active{transition:color var(--transition-duration)}.bc-morphing-menu__morphing-div{position:absolute;top:0;left:0;height:1px;width:1px;pointer-events:none;opacity:0;transition:opacity var(--transition-duration);transform-origin:left top;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;background-color:#d1c9ff}.demo-morph-bg-target{position:absolute;top:0;left:0;--height:100%;height:var(--height);width:100%;pointer-events:none;border-radius:100px}.morph-bg--visible{opacity:1}.morph-bg--has-transition{transition:var(--transition-duration);will-change:transform,border-radius,height,width}.bc-offcanvas-menu{width:fit-content;--transition-duration-backdrop:1s;--transition-easing-backdrop:linear}.bc-core-burguer--offcanvas-menu{top:0;z-index:3}.bc-offcanvas-menu__items-wrapper{position:absolute;width:fit-content;height:100vh;padding:50px;background:#a0e806;display:flex;pointer-events:none;z-index:2;overflow:auto}[data-classtype=bc-offcanvas-menu--fromtop] .bc-offcanvas-menu__items-wrapper{clip-path:polygon(0 0,100% 0,100% 0,0 0);top:0}[data-classtype=bc-offcanvas-menu--fromleft] .bc-offcanvas-menu__items-wrapper{clip-path:polygon(0 0,0 0,0 100%,0 100%);top:0;left:0}[data-classtype=bc-offcanvas-menu--fromright] .bc-offcanvas-menu__items-wrapper{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);top:0;right:0}.bc-offcanvas-menu__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;visibility:hidden;opacity:0;background:rgba(2,105,33,.4);-webkit-transition:visibility 0s calc(var(--transition-duration-backdrop)*2),opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop);transition:visibility 0s calc(var(--transition-duration-backdrop)*2),opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop)}[data-open=bc-offcanvas-menu--opened] .bc-offcanvas-menu__backdrop{pointer-events:auto;visibility:visible;opacity:1;-webkit-transition:opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop);transition:opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop)}.bc-offcanvas-menu[data-hide-content=true] .bc-offcanvas-menu__items-wrapper{opacity:0;visibility:hidden}.bc-overlay-menu{width:fit-content}.bc-core-burguer--overlay-menu{position:relative;z-index:3}.bc-overlay-menu__items-wrapper{position:absolute;top:0;left:0;height:100vh;width:100%;background:#a0e806;display:flex;padding:50px;justify-content:center;flex-direction:row;column-gap:15px;visibility:hidden;pointer-events:none}.bc-overlay-menu__content{position:relative;z-index:1;width:100vw;height:fit-content}a.bc-mask-button{cursor:pointer}.bc-mask-button{all:unset;--bg:rgba(0,0,0);--fg:#000;--button-bg:var(--bg);--button-fg:var(--fg);--transition-duration:.5s;color:var(--button-fg);padding:15px 30px;border-radius:0;background:var(--button-bg);touch-action:none;position:relative;overflow:hidden;display:grid;width:fit-content}.bc-mask-button__title{position:relative;mix-blend-mode:difference}.bc-mask-button__back{will-change:transform;position:absolute;inset:0;pointer-events:none;overflow:hidden}.bc-mask-button__back>span{left:calc(var(--x,0)*1px);top:calc(var(--y,0)*1px);width:50%;display:inline-block;aspect-ratio:1;transform:translate(-50%,-50%) scale(var(--active,0));transition:transform;transition-duration:calc(var(--transition-duration)/2);background:#000;position:absolute;pointer-events:none;overflow:hidden;--border-radius2-top:100px;--border-radius2-left:100px;--border-radius2-bottom:100px;--border-radius2-right:100px;border-radius:var(--border-radius2-top) var(--border-radius2-left) var(--border-radius2-bottom) var(--border-radius2-right)}.bc-mask-button:is(:hover,:focus-visible){--active:1.5}.bc-mask-button:active{--active:3}.bc-mask-button:active .bc-mask-button__back>span{transition:transform .15s}@supports (transition-timing-function:linear(0,1)){.bc-mask-button:is(:hover,:focus-visible) .bc-mask-button__back>span{transition-duration:var(--transition-duration);transition-timing-function:linear(0,.5007 7.21%,.7803 12.29%,.8883 14.93%,.9724 17.63%,1.0343 20.44%,1.0754 23.44%,1.0898 25.22%,1.0984 27.11%,1.1014 29.15%,1.0989 31.4%,1.0854 35.23%,1.0196 48.86%,1.0043 54.06%,.9956 59.6%,.9925 68.11%,1)}}.bc-video-sequence{height:600vh}[data-no-full] .bc-video-sequence__generator{height:100vh;--dimensions:500px}[data-no-full] .bc-video-sequence__generator video{width:var(--dimensions) !important;height:var(--dimensions) !important;min-width:var(--dimensions) !important;min-height:var(--dimensions) !important;max-width:var(--dimensions) !important;max-height:var(--dimensions) !important}.bc-video-sequence video{display:none}.bc-video-sequence>*{position:relative}.bc-video-sequence video:nth-child(1){display:inline-block;position:absolute;z-index:0}.bc-generatorism{width:100%;height:auto}.bc-generatorism[data-class=bc-generatorism--glassmorphism]{border:1px solid rgba(236,236,236,.1);border-radius:25%;background:rgba(255,255,255,.1);box-shadow:0 0 10px 1px rgba(0,0,0,.1);--filter:10px;-webkit-backdrop-filter:blur(var(--filter));backdrop-filter:blur(var(--filter))}.bc-generatorism[data-class=bc-generatorism--neumorphism]{border-radius:25%;--neumorphism-left-color:#fff9;--neumorphism-right-color:#0001;--dimensions:20px;box-shadow:calc(var(--dimensions)*-0.4) calc(var(--dimensions)*-0.4) var(--dimensions) 0px var(--neumorphism-left-color),calc(var(--dimensions)*-0.3) calc(var(--dimensions)*-0.3) calc(var(--dimensions)*0.3) 0px var(--neumorphism-left-color),calc(var(--dimensions)*0.4) calc(var(--dimensions)*0.4) var(--dimensions) 0px var(--neumorphism-right-color),calc(var(--dimensions)*0.25) calc(var(--dimensions)*0.25) calc(var(--dimensions)*0.3) 0px var(--neumorphism-right-color),inset 0px 0px 0px 0px var(--neumorphism-left-color),inset 0px 0px 0px 0px var(--neumorphism-right-color),inset 0px 0px 0px 0px var(--neumorphism-left-color),inset 0px 0px 0px 0px var(--neumorphism-right-color)}.bc-generatorism[data-class=bc-generatorism--neumorphism-v2]{border-radius:25%;--neumorphism-v2-left-color:#0001;--neumorphism-v2-right-color:#fff9;--dimensions-v2:20px;box-shadow:0px 0px 0px 0px var(--neumorphism-v2-right-color),0px 0px 0px 0px var(--neumorphism-v2-right-color),0px 0px 0px 0px var(--neumorphism-v2-left-color),0px 0px 0px 0px var(--neumorphism-v2-left-color),inset calc(var(--dimensions-v2)*-0.4) calc(var(--dimensions-v2)*-0.4) var(--dimensions-v2) 0px var(--neumorphism-v2-right-color),inset calc(var(--dimensions-v2)*-0.25) calc(var(--dimensions-v2)*-0.25) calc(var(--dimensions-v2)*0.3) 0px var(--neumorphism-v2-right-color),inset calc(var(--dimensions-v2)*0.4) calc(var(--dimensions-v2)*0.4) var(--dimensions-v2) 0px var(--neumorphism-v2-left-color),inset calc(var(--dimensions-v2)*0.25) calc(var(--dimensions-v2)*0.25) calc(var(--dimensions-v2)*0.3) 0px var(--neumorphism-v2-left-color)}.bc-generatorism[data-class=bc-generatorism--neobrutalism]{border-radius:25%;background:#00ff9f;--thickness:10px;--thickness-color:#000;box-shadow:var(--thickness) var(--thickness) var(--thickness-color);border:solid var(--thickness) var(--thickness-color)}.bc-image-hotspots{position:relative;width:fit-content}.bc-image-hotspots__img{width:100%;height:100%}.bc-image-hotspots__hotspot{position:absolute;cursor:pointer;outline:unset;left:20%;top:20%;min-width:20px;min-height:20px;width:fit-content;height:fit-content;background:#c23616;border-radius:15px;padding:5px 10px;--wave-duration:1s;--wave-intensity:10px;--wave-color:#c23616;--reveal-duration:.4s;--y-distance:100%;--x-distance:100%;animation:wave var(--wave-duration) infinite}@keyframes wave{from{box-shadow:0 0 0 0 var(--wave-color)}to{box-shadow:0 0 0 var(--wave-intensity) #c2351600}}.bc-image-hotspots__tooltip{all:unset;width:max-content;position:absolute;background:#fff;padding:5px 10px;border-radius:3px;transition:opacity var(--reveal-duration);display:block;opacity:0;pointer-events:none}.bc-image-hotspots__hotspot[data-arrow=top] .bc-image-hotspots__tooltip{bottom:var(--y-distance);left:50%;transform:translateX(-50%)}.bc-image-hotspots__hotspot[data-arrow=bottom] .bc-image-hotspots__tooltip{top:var(--y-distance);left:50%;transform:translateX(-50%)}.bc-image-hotspots__hotspot[data-arrow=left] .bc-image-hotspots__tooltip{right:var(--x-distance);top:50%;transform:translateY(-50%)}.bc-image-hotspots__hotspot[data-arrow=right] .bc-image-hotspots__tooltip{left:var(--x-distance);top:50%;transform:translateY(-50%)}.bc-image-hotspots__tooltip:after{all:unset;content:'';--bordercolor:#fff;border-color:transparent transparent var(--bordercolor);border-width:0 8px 6px;border-style:solid;position:absolute;transition:opacity var(--reveal-duration);display:block;opacity:0;pointer-events:none}.bc-image-hotspots__hotspot[data-arrow=top] .bc-image-hotspots__tooltip:after{bottom:-6px;left:50%;transform:translateX(-50%) rotate(180deg)}.bc-image-hotspots__hotspot[data-arrow=bottom] .bc-image-hotspots__tooltip:after{top:-6px;left:50%;transform:translateX(-50%)}.bc-image-hotspots__hotspot[data-arrow=left] .bc-image-hotspots__tooltip:after{right:-10px;top:50%;transform:translateY(-50%) rotate(90deg)}.bc-image-hotspots__hotspot[data-arrow=right] .bc-image-hotspots__tooltip:after{left:-10px;top:50%;transform:translateY(-50%) rotate(-90deg)}.bc-image-hotspots__hotspot.bc-image-hotspots__hotspot--focused .bc-image-hotspots__tooltip,.bc-image-hotspots__hotspot.bc-image-hotspots__hotspot--focused .bc-image-hotspots__tooltip:after{opacity:1;pointer-events:all}.bc-image-hotspots__hotspot[data-hotspot=triggered] .bc-image-hotspots__tooltip,.bc-image-hotspots__hotspot[data-hotspot=triggered] .bc-image-hotspots__tooltip:after{opacity:1;pointer-events:all}.bc-image-hotspots__hotspot[data-bc-hide]{opacity:0}.bc-prism-button{white-space:nowrap;z-index:1;display:block;--padding-prism-top:10px;--padding-prism-bottom:10px;--padding-prism-left:10px;--padding-prism-right:10px;--padding-prism-top-bottom:calc(var(--padding-prism-top) + var(--padding-prism-bottom));--padding-prism-top-bottom-aux:calc(var(--padding-prism-top-bottom)/-2);line-height:1;--font-size:27px;font-size:var(--font-size);width:fit-content;height:calc(var(--padding-prism-top) + var(--padding-prism-bottom) + var(--font-size));--perspective:1000px;perspective:var(--perspective);-webkit-perspective:var(--perspective);--transition-duration:.5s;--ease:cubic-bezier(.645,.045,.355,1)}.bc-prism-button .bc-prism-button__wrapper{pointer-events:none;display:grid;position:relative;width:fit-content;height:100%;transform-origin:50% 50% calc(var(--padding-prism-top-bottom-aux) + var(--font-size)/-2);transform-style:preserve-3d;will-change:transform;transition:transform var(--transition-duration) var(--ease)}.bc-prism-button[data-from-top]:hover .bc-prism-button__wrapper{transform:rotateX(-90deg)}.bc-prism-button[data-from-bottom]:hover .bc-prism-button__wrapper{transform:rotateX(90deg)}.bc-prism-button .bc-prism-button__front-text{width:100%;padding-top:var(--padding-prism-top);padding-bottom:var(--padding-prism-bottom);padding-left:var(--padding-prism-left);padding-right:var(--padding-prism-right);-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;z-index:2;text-align:center;color:#fff;background:#000}.bc-prism-button .bc-prism-button__back-text{width:100%;padding-top:var(--padding-prism-top);padding-bottom:var(--padding-prism-bottom);padding-left:var(--padding-prism-left);padding-right:var(--padding-prism-right);-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;left:0;text-align:center;color:#499103;background:#fff}.bc-prism-button[data-from-top] .bc-prism-button__back-text{bottom:200%;transform-origin:center bottom;transform:rotateX(90deg)}.bc-prism-button[data-from-bottom] .bc-prism-button__back-text{top:0;transform-origin:center top;transform:rotateX(-90deg)}.bc-core-tabs[data-to-hide]{opacity:0}.bc-core-tabs{--animation-duration:.4s;--animation-ease:ease;--opacity-from:0;--translate-x-from:0;--translate-y-from:0}.bc-core-tabs__tab-content[data-hide]{display:none}.bc-core-tabs__tab-content[data-show]{opacity:var(--opacity-from);transform:translate(var(--translate-x-from),var(--translate-y-from));animation:coreTabsAnimationIn var(--animation-duration) var(--animation-ease) forwards}@keyframes coreTabsAnimationIn{100%{opacity:1;transform:translateX(0px)}}.bc-3dswap-title__anchor{display:block;width:fit-content;height:fit-content}[bc-3dswap-title-hide]{opacity:0}.bc-3dswap-title{position:relative;width:fit-content;height:fit-content;display:block;line-height:.9}.bc-3dswap-title__inner-wrapper{position:relative}.bc-3dswap-title .bc-3dswap-title__title{position:relative;z-index:1;margin:0}.bc-3dswap-title .bc-3dswap-title__title--back{position:absolute;left:0;top:0;right:auto;bottom:auto}.bc-3dswap-title .bc-3dswap-title__title--front .char{transform-origin:50% 0%}.bc-3dswap-title .bc-3dswap-title__title--back .char{transform-origin:50% 100%}.bc-neumorphic-button{display:block;width:fit-content;height:fit-content;background-color:transparent;white-space:wrap;--left-color:rgba(180,180,180,.7);--right-color:rgba(255,255,255,1);--spread:2px;box-shadow:var(--spread) calc(var(--spread)*0.5) var(--spread) var(--left-color),inset calc(var(--spread)*1.5) var(--spread) calc(var(--spread)*2.5) var(--right-color);border-radius:100px;font-size:16px;padding:8px 15px;--duration:.3s;--ease:ease-in-out;transition:all var(--duration) var(--ease)}.bc-neumorphic-button:hover,.bc-neumorphic-button:focus{box-shadow:calc(var(--spread)*-1) calc(var(--spread)*-0.5) var(--spread) var(--left-color),inset calc(var(--spread)*-1.5) calc(var(--spread)*-1) calc(var(--spread)*1.5) var(--right-color)}.bc-blended-title__anchor{display:block;width:fit-content;height:fit-content}[bc-blended-title-hide]{opacity:0}.bc-blended-title{display:block;width:fit-content;height:fit-content}.bc-blended-title__inner-wrapper{position:relative;overflow:hidden;line-height:.9;height:fit-content;width:fit-content;display:block}.bc-blended-title__title{position:relative;z-index:1;margin:0}.bc-blended-title__title--back{position:absolute;left:0;top:0;right:auto;bottom:auto}.bc-decode-hover__anchor{display:block;width:fit-content;height:fit-content}.bc-decode-hover{display:block;width:fit-content;height:fit-content}.bc-decode-reveal__anchor{display:block;width:fit-content;height:fit-content}.bc-decode-reveal,.bc-decode-reveal__element{display:block;width:fit-content;height:fit-content}.bc-decode-reveal__element[data-hide]{opacity:0}.bc-unfold-reveal__anchor{display:block;width:fit-content;height:fit-content}.bc-unfold-reveal,.bc-unfold-reveal__element{display:block;width:fit-content;height:fit-content}.bc-unfold-reveal__element[data-hide]{opacity:0}.bc-spotlight[data-flickering]{opacity:0}.bc-spotlight{position:relative;display:block;height:100vh;width:100%;--stripes:repeating-linear-gradient(100deg,#fff 0%,#fff 7%,transparent 10%,transparent 12%,#fff 16%);--stripesDark:repeating-linear-gradient(100deg,#000 0%,#000 7%,transparent 10%,transparent 12%,#000 16%);--rainbow:repeating-linear-gradient(100deg,#fa60e5 10%,#e879f9 15%,#60a5fa 20%,#5eead4 25%,#60a5fa 30%);--speed:60s;--easing:linear}.bc-spotlight__wrapper{position:absolute;inset:0px;overflow:hidden}.bc-spotlight__spotlight{position:absolute;inset:-10px;opacity:.5;height:100%;background-size:300%,200%;background-position:50% 50%,50% 50%;mask-image:radial-gradient(ellipse at 100% 0%,#000 40%,transparent 70%);pointer-events:none;will-change:transform,opacity}.bricks-draggable-root .bc-spotlight[data-builderedit="1"] .bc-spotlight__spotlight:after{animation:none !important}.bc-spotlight__spotlight:after{content:"";position:absolute;inset:0;background-size:200%,100%;animation:spotlight var(--speed) var(--easing) infinite;background-attachment:fixed;mix-blend-mode:difference}[data-light] .bc-spotlight__spotlight{background-image:var(--stripes),var(--rainbow);filter:blur(5px) invert(100%)}[data-dark] .bc-spotlight__spotlight{background-image:var(--stripesDark),var(--rainbow);filter:blur(5px) opacity(50%) saturate(150%)}[data-light] .bc-spotlight__spotlight:after{background-image:var(--stripes),var(--rainbow)}[data-dark] .bc-spotlight__spotlight:after{background-image:var(--stripesDark),var(--rainbow)}@keyframes spotlight{from{background-position:50% 50%,50% 50%}to{background-position:250% 50%,250% 50%}}.bc-mask-hover{position:relative;--easing:cubic-bezier(.165,.84,.44,1);--duration:.6s}.bc-mask-hover__title{font-size:36px;line-height:1.3}.bc-mask-hover__title--2{font-size:36px;line-height:1.3}.bc-mask-hover__content-wrapper{position:absolute;left:0;transition:clip-path var(--duration) var(--easing),-webkit-clip-path var(--duration) var(--easing);background:#eb5939;width:100%;height:100%;display:flex;justify-content:center;z-index:2}.bc-mask-hover[data-type=fromTop] .bc-mask-hover__content-wrapper{top:0;-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0)}.bc-mask-hover[data-type=fromCenter] .bc-mask-hover__content-wrapper{top:50%;-webkit-clip-path:inset(50% 0 50% 0);clip-path:inset(50% 0 50% 0);transform:translateY(-50%)}.bc-mask-hover[data-type=fromBottom] .bc-mask-hover__content-wrapper{top:0;-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0)}.bc-mask-hover:hover .bc-mask-hover__content-wrapper{-webkit-clip-path:inset(0);clip-path:inset(0)}.brx-body.iframe .bc-mask-hover[data-openatbuilder="1"] .bc-mask-hover__content-wrapper{-webkit-clip-path:inset(0);clip-path:inset(0)}.bc-divider{width:100%}.bc-divider__motion{--height:1px;border-top:var(--height) solid;width:0;border-color:#000}.bc-flipbox[data-bc-hide]{opacity:0}.bc-flipbox{width:300px;--height:300px;height:var(--height);perspective:800px}.bc-flipbox__wrapper{position:relative;width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-radius:30px;--trans-duration:1.3s;--trans-easing:cubic-bezier(.175,.885,.32,1.275);-webkit-transition:-webkit-transform var(--trans-duration) var(--trans-easing);transition:transform var(--trans-duration) var(--trans-easing)}.bc-flipbox__flip--front{position:relative;perspective:1000px}.bc-flipbox__flip--back{position:absolute;top:0;left:0}.bc-flipbox__flip{width:100%;height:100%;backface-visibility:hidden;-webkit-font-smoothing:antialiased;border-radius:30px;background:#fff}.bc-flipbox__wrapper[data-x] .bc-flipbox__flip--back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.bc-flipbox__wrapper[data-x][data-flipped]{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.bc-flipbox__wrapper[data-x-reverse] .bc-flipbox__flip--back{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.bc-flipbox__wrapper[data-x-reverse][data-flipped]{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.bc-flipbox__wrapper[data-y] .bc-flipbox__flip--back{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.bc-flipbox__wrapper[data-y][data-flipped]{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.bc-flipbox__wrapper[data-y-reverse] .bc-flipbox__flip--back{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.bc-flipbox__wrapper[data-y-reverse][data-flipped]{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.bc-exchange-title{overflow:hidden;position:relative;display:flex;flex-direction:column;width:100%;--duration:.2s;--easing:ease-in-out}.bc-exchange-title__wrapper{position:relative;display:flex;flex-direction:column;min-width:100%}.bc-exchange-title:not(.brx-draggable) .bc-exchange-title__wrapper>*:not(:first-child){position:absolute;top:100%;width:100%}.bc-exchange-title.brx-draggable .bc-exchange-title__wrapper>*:not(:first-child):not(:nth-child(2)){position:absolute;top:100%;width:100%}.bc-exchange-title__wrapper[data-returntotop="2"]>*{position:absolute;top:100%;width:100%}.bc-exchange-title__wrapper[data-returntotop="2"]>*[data-show]{transform:translateY(-100%);transition:var(--duration) transform var(--easing)}.bc-exchange-title__wrapper[data-returntotop="2"]>*[data-up]{transform:translateY(-200%);transition:var(--duration) transform var(--easing)}.bc-expanding-menu{width:100%;display:flex}.bc-core-burguer--expanding-menu{position:relative;z-index:2}.bc-expanding-menu__expanding{display:block;position:absolute;width:fit-content;height:fit-content;padding:50px;background:#fff;transform:scale(0)}[data-type=bc-expanding-menu--fromtopleft] .bc-expanding-menu__expanding{transform-origin:top left}[data-type=bc-expanding-menu--fromtopright] .bc-expanding-menu__expanding{transform-origin:top right}[data-type=bc-expanding-menu--frombottomleft] .bc-expanding-menu__expanding{transform-origin:bottom left}[data-type=bc-expanding-menu--frombottomright] .bc-expanding-menu__expanding{transform-origin:bottom right}[data-fade="1"] .bc-expanding-menu__expanding{opacity:0}[data-aux-scale="1"] .bc-expanding-menu__expanding.bricks-draggable-item{transform:scale(0) !important}.bc-simple-menu{position:relative;width:100%}.bc-core-burguer--simple-menu{position:relative;z-index:2}.bc-simple-menu__content{display:block;position:absolute;pointer-events:none;left:0;width:fit-content;height:fit-content;background:#fff;opacity:0}[data-aux-fade="1"] .bc-simple-menu__content.bricks-draggable-item{opacity:0 !important}.bc-bubbles{width:100%;height:100vh;overflow:hidden;background:#6c00a2}.bc-bubbles svg{display:none}.bc-bubbles__content{position:relative;z-index:1;float:left}.bc-bubbles__wrapper{--blur:40px;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);width:100%;height:100%}.bc-bubbles__bubble{position:absolute}.bc-bubbles__bubble{filter:blur(var(--blur));-webkit-filter:blur(var(--blur))}.bricks-draggable-root .bc-bubbles[data-builderedit="1"] .bc-bubbles__bubble{animation:none !important}.bc-bubbles__bubble--1{--inner-background:rgba(18,113,255,.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(18,113,255,0) 50%) no-repeat;--blending:hard-light;mix-blend-mode:var(--blending);--circle-size:80%;width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size)/2);left:calc(50% - var(--circle-size)/2);--speed:30s;--easing:ease;transform-origin:center center;animation:moveVertical var(--speed) var(--easing) infinite}.bc-bubbles__bubble--2{--inner-background:rgba(221,74,255,.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(221,74,255,0) 50%) no-repeat;--blending:hard-light;mix-blend-mode:var(--blending);--circle-size:80%;width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size)/2);left:calc(50% - var(--circle-size)/2);--speed:20s;transform-origin:calc(50% - 400px);animation:moveInCircle var(--speed) reverse infinite}.bc-bubbles__bubble--3{--inner-background:rgba(100,220,255,.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(100,220,255,0) 50%) no-repeat;--blending:hard-light;mix-blend-mode:var(--blending);--circle-size:80%;width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size)/2 + 200px);left:calc(50% - var(--circle-size)/2 - 500px);--speed:40s;transform-origin:calc(50% + 400px);animation:moveInCircle var(--speed) linear infinite}.bc-bubbles__bubble--4{--inner-background:rgba(200,50,50,.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(200,50,50,0) 50%) no-repeat;--blending:hard-light;mix-blend-mode:var(--blending);--circle-size:80%;width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size)/2);left:calc(50% - var(--circle-size)/2);opacity:.7;--speed:40s;transform-origin:center center;animation:moveHorizontal var(--speed) ease infinite}.bc-bubbles__bubble--5{--inner-background:rgba(180,180,50,.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(180,180,50,0) 50%) no-repeat;--blending:hard-light;mix-blend-mode:var(--blending);--circle-size:80%;width:calc(var(--circle-size)*2);height:calc(var(--circle-size)*2);top:calc(50% - var(--circle-size));left:calc(50% - var(--circle-size));--speed:20s;transform-origin:calc(50% - 800px) calc(50% + 200px);animation:moveInCircle var(--speed) ease infinite}.bc-bubbles__bubble[data-type=vertical]{--speed:30s;--easing:ease;transform-origin:center center;animation:moveVertical var(--speed) var(--easing) infinite}.bc-bubbles__bubble[data-type=horizontal]{--speed:40s;transform-origin:center center;animation:moveHorizontal var(--speed) ease infinite}.bc-bubbles__bubble[data-type=incircle1]{--speed:20s;transform-origin:calc(50% - 400px);animation:moveInCircle var(--speed) reverse infinite}.bc-bubbles__bubble[data-type=incircle2]{--speed:40s;transform-origin:calc(50% + 400px);animation:moveInCircle var(--speed) linear infinite}.bc-bubbles__bubble[data-type=incircle3]{--speed:20s;transform-origin:calc(50% - 800px) calc(50% + 200px);animation:moveInCircle var(--speed) ease infinite}[data-bubble-cursor="1"] .bc-bubbles__bubble--cursor{--inner-background:rgba(140,100,255,.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(140,100,255,0) 50%) no-repeat;--blending:hard-light;mix-blend-mode:var(--blending);--dimensions:100%;width:var(--dimensions);height:var(--dimensions);top:calc(var(--dimensions)/-2);left:calc(var(--dimensions)/-2);opacity:.7}@keyframes moveInCircle{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}@keyframes moveVertical{0%{transform:translateY(-50%)}50%{transform:translateY(50%)}100%{transform:translateY(-50%)}}@keyframes moveHorizontal{0%{transform:translateX(-50%) translateY(-10%)}50%{transform:translateX(50%) translateY(10%)}100%{transform:translateX(-50%) translateY(-10%)}}.bc-observer__eg-heading{padding:200px;background-color:#3754f5}.bc-drawer[data-edit],.bc-drawer[data-edit] *{pointer-events:none !important}.bc-drawer__overlay{--overlay-duration:.4s;--overlay-easing:cubic-bezier(.32,.72,0,1);transition:opacity var(--overlay-duration) var(--overlay-easing);opacity:0;pointer-events:none;position:fixed;top:0;left:0;z-index:99998;width:100vw;height:100vh;background-color:rgba(0,0,0,.8)}.bc-drawer__overlay[data-open]{opacity:1;pointer-events:all}.bc-drawer__drawer{--drawer-duration:.4s;--drawer-easing:cubic-bezier(.32,.72,0,1);transition:transform var(--drawer-duration) var(--drawer-easing);position:fixed;transform:translateY(100%);bottom:0;left:0;z-index:99999;width:100%;height:500px;display:flex;flex-direction:column;align-items:center;padding:15px 150px;background-color:#000;border:1px solid #27272a;border-top-left-radius:10px;border-top-right-radius:10px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bc-drawer__drawer[data-close]{transform:translateY(100%) !important}.bc-drawer__drawer[data-open]{transform:translateY(0%)}.bc-drawer__drag{width:100px;height:8px;border-radius:100px;background-color:#000}.bc-multi-offcanvas-menu{width:fit-content;--transition-duration-backdrop:1s;--transition-easing-backdrop:linear;--slide-duration:1s;--slide-easing:cubic-bezier(.33,1,.68,1);--width:50vw}.bc-core-burguer--multi-offcanvas-menu{top:0;z-index:3}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__items-wrapper{-webkit-transform:translateX(var(--width));transform:translateX(var(--width));top:0;right:0}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__items-wrapper{-webkit-transform:translateX(calc(var(--width)*-1));transform:translateX(calc(var(--width)*-1));top:0;left:0}.bc-multi-offcanvas-menu__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;visibility:hidden;opacity:0;background:rgba(2,105,33,.4);-webkit-transition:visibility 0s calc(var(--transition-duration-backdrop)*2),opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop);transition:visibility 0s calc(var(--transition-duration-backdrop)*2),opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop)}[data-open=bc-multi-offcanvas-menu--opened] .bc-multi-offcanvas-menu__backdrop{pointer-events:auto;visibility:visible;opacity:1;-webkit-transition:opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop);transition:opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop)}.bc-multi-offcanvas-menu__items-wrapper{position:fixed;top:0;-webkit-transition:-webkit-transform var(--slide-duration) var(--slide-easing);transition:transform var(--slide-duration) var(--slide-easing);height:100vh;width:var(--width);padding:50px;--background:#a0e806;background:var(--background);display:flex;z-index:190;pointer-events:none}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__items-wrapper{right:0}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__items-wrapper{left:0}[data-open=bc-multi-offcanvas-menu--opened] .bc-multi-offcanvas-menu__items-wrapper{-webkit-transform:translateX(0);transform:translateX(0)}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__items-wrapper[data-open]{-webkit-transform:translate(-100%,0px) !important;transform:translate(-100%,0px) !important}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__items-wrapper[data-open]{-webkit-transform:translate(100%,0px) !important;transform:translate(100%,0px) !important}.bc-multi-offcanvas-menu__items-wrapper:after{position:fixed;top:0;background:var(--background);content:"";height:100%;width:100%}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__items-wrapper:after{right:calc(-100% + 1px)}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__items-wrapper:after{left:calc(-100% + 1px)}.bc-multi-offcanvas-menu__subcanvas{--subcanvas-duration:1s;--subcanvas-easing:cubic-bezier(.33,1,.68,1);position:fixed;z-index:2;top:0;padding:50px;background:red;height:100vh;width:50vw;-webkit-transition:right var(--subcanvas-duration) var(--subcanvas-easing),left var(--subcanvas-duration) var(--subcanvas-easing);transition:right var(--subcanvas-duration) var(--subcanvas-easing),left var(--subcanvas-duration) var(--subcanvas-easing)}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__subcanvas{right:-200%}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__subcanvas[data-open]{right:-100%}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__subcanvas{left:-200%}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__subcanvas[data-open]{left:-100%}.bc-codepen{width:100%;overflow:hidden}.bc-codepen[bc-codepen--to-hide]{opacity:0}.bc-codepen__pen{height:600px;width:100%;display:flex;align-items:center;justify-content:center;border:20px solid;margin:1em 0;padding:1em}[data-hide=bc-glowing-card--hide]{opacity:0}.bc-glowing-card[data-disable-touch-devices]{--base:80;--spread:500;--saturation:100;--lightness:50;--outer:0;--size:200;--cardblur:5;--backdrop:hsl(0 0% 60%/0.12);--bg-spot-opacity:.1;--backup-border:var(--backdrop);--get-border-radius:14;--border-radius:calc(var(--get-border-radius)*1px);--border-width:3;--border-spot-opacity:1;--border-light-opacity:1;backdrop-filter:blur(calc(var(--cardblur,5)*1px));border-radius:var(--border-radius);width:300px;height:300px;padding:15px;box-shadow:0 15px 30px -15px #000}.bc-glowing-card[data-glow]{--border-size:calc(var(--border-width,2)*1px);--spotlight-size:calc(var(--size,150)*1px);--hue:calc(var(--base) + (var(--xp,0)*var(--spread,0)));border:var(--border-size) solid var(--backup-border);position:relative}.bc-glowing-card[data-glow]:before,.bc-glowing-card[data-glow]:after{pointer-events:none;content:"";position:absolute;inset:calc(var(--border-size)*-1);border:var(--border-size) solid transparent;border-radius:var(--border-radius);background-attachment:fixed;background-size:calc(100% + (2*var(--border-size))) calc(100% + (2*var(--border-size)));background-repeat:no-repeat;background-position:50% 50%;mask:linear-gradient(transparent,transparent),linear-gradient(#fff,#fff);mask-clip:padding-box,border-box;mask-composite:intersect;will-change:opacity}.bc-glowing-card[data-glow]:before{background-image:radial-gradient(calc(var(--spotlight-size)*0.75) calc(var(--spotlight-size)*0.75) at calc(var(--x,0)*1px) calc(var(--y,0)*1px),hsl(var(--hue,210) calc(var(--saturation,100)*1%) calc(var(--lightness,50)*1%)/var(--border-spot-opacity,1)),transparent 100%);filter:brightness(2)}.bc-glowing-card[data-glow]:after{background-image:radial-gradient(calc(var(--spotlight-size)*0.5) calc(var(--spotlight-size)*0.5) at calc(var(--x,0)*1px) calc(var(--y,0)*1px),hsl(0 100% 100%/var(--border-light-opacity,1)),transparent 100%)}.bc-glowing-card[data-glow] [data-glow]{position:absolute;inset:0;will-change:filter;opacity:var(--outer,1)}.bc-glowing-card[data-glow]>[data-glow]{border-radius:var(--border-radius);border-width:calc(var(--border-size)*20);filter:blur(calc(var(--border-size)*10));background:0 0;pointer-events:none}.bc-glowing-card[data-glow]>[data-glow]:before{inset:-10px;border-width:10px}.bc-glowing-card[data-glow] [data-glow]{border:none}.bc-glowing-card[data-glow] :is(a,button){border-radius:var(--border-radius);border:var(--border-size) solid transparent}.bc-glowing-card[data-glow] :is(a,button) [data-glow]{background:0 0}.bc-glowing-card[data-glow] :is(a,button) [data-glow]:before{inset:calc(var(--border-size)*-1);border-width:calc(var(--border-size)*1)}.bc-glowing-card[data-disable]{opacity:1}.bc-glowing-card[data-disable]:before,.bc-glowing-card[data-disable]:after{display:none !important}.bc-spinner{--dimensions:200px;width:var(--dimensions);height:var(--dimensions);stroke-width:3px;stroke:#fff}[data-hide=bc-spinner--hide]{opacity:0}.bc-gradiently[data-flickering]{opacity:0}.bc-gradiently{width:100%;height:500px;position:relative}.bc-gradiently__canvas{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.bc-fuid-gradient__anchor{display:block;width:fit-content;height:fit-content}.bc-fuid-gradient{display:block;width:fit-content;height:fit-content}.bc-fuid-gradient__gradient{--bg-size:400%;--duration:15s;--easing:linear;background:var(--gradients);-webkit-background-clip:text;color:transparent;-webkit-animation:hue var(--duration) infinite var(--easing);background-clip:text;animation:hue var(--duration) infinite var(--easing)}@keyframes hue{to{background-position:var(--bg-size) 0}}.bc-scroll-gradient{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;padding:250px 25px}[data-hide=bc-scroll-gradient--to-hide]{opacity:0}.bc-scroll-gradient__text{position:relative;max-width:780px;font-size:36px;color:transparent;-webkit-background-clip:text;background-clip:text;background-size:100% 400%;background-position:center 0;background-image:var(--gradients)}.bc-mousefill-title__anchor{display:block;width:fit-content;height:fit-content}.bc-mousefill-title{--stroke-color:#fff;--fill-color:#fff;--stroke-width:2px;font-size:64px;font-weight:700;text-transform:uppercase;display:flex;-webkit-text-stroke:var(--stroke-width) var(--stroke-color);background:linear-gradient(to right,var(--fill-color) 0 100%) left/0 no-repeat;color:transparent;background-clip:text;background-size:0% 100%;position:relative}.bc-mousefill-title[data-shadow=true]{background:linear-gradient(to right,var(--fill-color),transparent 75%,transparent) left/0 no-repeat;background-clip:text}.bc-infinite-title{position:relative;overflow:hidden;--gap:10px;display:flex;flex-direction:column;row-gap:var(--gap);width:100%;height:auto;color:#fff;--height:50%}.bc-infinite-title[data-blur-edges="1"]{mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0px,rgba(0,0,0) var(--height),rgba(0,0,0) calc(100% - var(--height)),rgba(0,0,0,0) 100%)}.bc-infinite-title[data-reverse="1"]{flex-direction:column-reverse}.bc-infinite-title__wrapper{display:flex;flex-direction:column;row-gap:var(--gap)}.bc-split-button{position:relative;z-index:1;width:fit-content;--hover-background:hsla(230,13%,9%,.075);--transition-duration:.3s;--transition-easing:ease}.bc-split-button__btn,.bc-split-button__list-item{all:unset;box-sizing:border-box;padding:0;margin:0}.bc-split-button__morph-bg{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:6px;pointer-events:none;transform-origin:left top;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fff;box-shadow:0 0 0 1px hsla(230,13%,9%,.05),0 .3px .4px hsla(230,13%,9%,.02),0 .9px 1.5px hsla(230,13%,9%,.045),0 3.5px 6px hsla(230,13%,9%,.09);transition:box-shadow var(--transition-duration),transform var(--transition-duration) var(--transition-easing),background var(--transition-duration) var(--transition-easing),height var(--transition-duration) var(--transition-easing),width var(--transition-duration) var(--transition-easing);will-change:transform,height,width}[bc-split-button--expanded] .bc-split-button__btn{opacity:0;pointer-events:none}[bc-split-button--expanded] .bc-split-button__list-wrapper{opacity:1;pointer-events:auto}[bc-split-button--expanded] .bc-split-button__list{transform:scale(1)}.bc-split-button__btn{position:relative;z-index:1;display:inline-flex;justify-content:center;align-items:center;gap:8px;white-space:nowrap;text-decoration:none;border-radius:6px;padding:8px 16px;font-weight:500;line-height:1.2;color:#14151a;cursor:pointer;transition:var(--transition-duration);--translate-y:2px}.bc-split-button__btn:focus-visible{outline:none}.bc-split-button__btn:focus-visible~.bc-split-button__morph-bg{box-shadow:0 0 0 1px hsla(230,13%,9%,.05),0 .3px .4px hsla(230,13%,9%,.02),0 .9px 1.5px hsla(230,13%,9%,.045),0 3.5px 6px hsla(230,13%,9%,.09),0 0 0 2px #fff,0 0 0 4px #37383f}.bc-split-button__btn:active{transform:translateY(var(--translate-y))}.bc-split-button__btn-icon{--dimensions:12px;height:var(--dimensions);width:var(--dimensions);min-width:unset !important;min-height:unset !important}.bc-split-button__list-wrapper{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;transition:opacity var(--transition-duration)}.bc-split-button__list{transform:scale(.5);transition:var(--transition-duration) var(--transition-easing)}.bc-split-button__list-item{display:flex;width:100%;white-space:nowrap;font-size:16px;color:#14151a;line-height:1;font-weight:500;margin:4px;padding:8px 12px;border-radius:3px;cursor:pointer;transition:background var(--transition-duration)}.bc-split-button__list-item:hover,.bc-split-button__list-item:focus-visible{background-color:var(--hover-background)}.bc-typed__anchor{display:block;width:fit-content;height:fit-content}.bc-typed,.bc-typed__wrapper{display:block;width:fit-content;height:fit-content}.typed-cursor+.typed-cursor{display:none}.bc-unfold-hover__anchor{display:block;width:fit-content;height:fit-content}[data-hide-unfold-hover]{opacity:0}.bc-unfold-hover{display:block;width:fit-content;--intensity:7px;--link-translate-x:32px;--delay-between-letters:25ms;--transition-duration:.4s;--transition-easing:cubic-bezier(.445,.05,.55,.95)}.bc-unfold-hover__wrapper{display:grid}.bc-unfold-hover__text{grid-area:1/1;transition:opacity var(--transition-duration) var(--transition-easing),transform var(--transition-duration) var(--transition-easing)}.bc-unfold-hover__text .word{white-space:nowrap}.bc-unfold-hover__text .char{display:block;transform-origin:50% 50% var(--intensity);transition:transform var(--transition-duration) var(--transition-easing);transition-delay:calc(0ms + var(--char-index)*var(--delay-between-letters));backface-visibility:hidden}.bc-unfold-hover__text:nth-child(2){opacity:0;position:absolute}.bc-unfold-hover__text:nth-child(2) .char{transform:rotate3d(1,-.5,0,90deg)}.bc-unfold-hover:hover .bc-unfold-hover__text{transform:translateX(var(--link-translate-x))}.bc-unfold-hover:hover .bc-unfold-hover__text:nth-child(1){opacity:0}.bc-unfold-hover:hover .bc-unfold-hover__text:nth-child(1) .char{transform:rotate3d(1,.3,0,-90deg)}.bc-unfold-hover:hover .bc-unfold-hover__text:nth-child(2){opacity:1}.bc-unfold-hover:hover .bc-unfold-hover__text:nth-child(2) .char{transform:rotate3d(0,0,0,90deg)}.bc-scroll-cascading{min-height:calc(var(--scroll)*1vh);view-timeline:--section;align-content:start;display:grid;place-items:center;--hue:0;--saturation:0;--lightness:0;--stroke:var(--hue) calc(var(--saturation)*1%) calc(var(--lightness)*1%);--color:#000;--stroke-width:4px;--leading:.25;--scroll:162}.bc-scroll-cascading__sticker{min-height:100vh;position:sticky;top:0;display:grid;place-items:center;font-size:132px;font-weight:700;text-transform:uppercase}.bc-scroll-cascading__title{display:block;line-height:calc(var(--leading)*1lh);margin:0;-webkit-text-stroke:var(--stroke-width) hsl(var(--stroke)/calc((1/var(--count))*(var(--i) + 1)));color:transparent;white-space:nowrap}.bc-scroll-cascading__title:last-of-type{color:var(--color,canvasText)}media-player{--width:600px;--height:100%;max-width:var(--width) !important;height:var(--height) !important;--video-controls-color:#2710f800;--video-focus-ring-color:#4e;--video-focus-ring:0 0 0 3px var(--media-focus-ring-color);--video-font-family:sans-serif;--video-bg:#000;--video-border-radius:6px;--video-border:1px solid rgb(255 255 255/0.1);--media-buffering-duration:1s;--media-buffering-animation:vds-buffering-spin var(--media-buffering-duration) linear infinite;--media-buffering-size:64px;--media-buffering-track-color:#f5f5f5;--media-buffering-track-fill-color:#fff;--media-buffering-track-fill-offset:50;--media-buffering-track-fill-opacity:.75;--media-buffering-thick:9;--media-buffering-track-fill-width:var(--media-buffering-thick);--media-buffering-track-opacity:.25;--media-buffering-track-width:calc(var(--media-buffering-thick) - 1);--media-buffering-transition:opacity .2s ease;--media-controls-color:#f5f5f5;--video-sm-play-button-bg:rgba(0,0,0,.6);--media-button-color:var(--media-controls-color,#f5f5f5);--media-button-hover-transform:scale(1);--media-button-hover-transition:transform .2s ease-in;--media-button-icon-size:80%;--media-button-padding:0px;--media-button-border-radius:8px;--media-button-touch-hover-border-radius:100%;--media-button-size:40px;--media-sm-fullscreen-button-size:40px;--media-fullscreen-button-size:40px;--media-tooltip-bg-color:#000;--media-tooltip-border-radius:4px;--media-tooltip-border:1px solid rgb(255 255 255/0.1);--media-tooltip-color:#ccc;--media-tooltip-font-size:13px;--media-tooltip-font-weight:500;--media-tooltip-padding:2px 8px;--media-tooltip-entrance-duration:.2s;--media-tooltip-enter-animation:vds-tooltip-enter var(--media-tooltip-entrance-duration) ease-in;--media-tooltip-exit-animation:vds-tooltip-exit var(--media-tooltip-entrance-duration) ease-out;--media-live-button-edge-bg:#dc2626;--media-slider-track-fill-live-bg:#dc2626;--media-live-button-border-radius:2px;--media-live-button-height:40px;--media-live-button-padding:1px 4px;--media-live-button-width:40px;--media-live-button-edge-color:#f5f5f5;--media-live-button-font-size:12px;--media-live-button-font-weight:600;--media-live-button-letter-spacing:1.5px;--media-controls-padding:0px;--media-controls-entrance-duration:.2s;--media-controls-in-transition:opacity var(--media-controls-entrance-duration) ease-in;--media-controls-out-transition:opacity var(--media-controls-entrance-duration) ease-out;--media-thumbnail-bg:#000;--media-thumbnail-border:1px solid #fff;--media-thumbnail-aspect-ratio:16/9;--media-thumbnail-min-width:120px;--media-thumbnail-min-height:calc(var(--media-thumbnail-min-width)/var(--aspect-ratio));--media-thumbnail-max-width:180px;--media-thumbnail-max-height:calc(var(--media-thumbnail-max-width)/var(--aspect-ratio));--media-time-bg:unset;--media-time-border-radius:unset;--media-time-border:unset;--media-time-color:#f5f5f5;--media-time-font-size:14px;--media-time-font-weight:400;--media-time-letter-spacing:.025em;--media-time-divider-color:#f5f5f5;--media-time-divider-gap:2.5px;--media-slider-width:100%;--media-slider-height:48px;--media-slider-thumb-bg:#fff;--media-slider-thumb-border-radius:9999px;--media-slider-thumb-border:1px solid #cacaca;--media-slider-thumb-size:15px;--media-slider-thumb-transition:opacity .2s ease-in,box-shadow .2s ease;--media-slider-track-width:100%;--media-slider-track-bg:rgb(255 255 255/0.3);--media-slider-track-border-radius:1px;--media-slider-track-fill-bg:var(--media-brand);--media-slider-track-height:5px;--media-slider-track-progress-bg:rgb(255 255 255/0.5);--media-slider-focused-thumb-shadow:0 0 0 4px hsla(0,0%,100%,.4);--media-slider-focused-thumb-size:calc(var(--thumb-size)*1.1);--media-slider-focused-track-height:calc(var(--track-height)*1.25);--media-slider-focused-track-height:var(--track-height);--media-slider-focused-track-width:calc(var(--track-width)*1.25);--media-slider-focused-track-width:var(--track-width);--media-slider-step-width:2.5px;--media-slider-step-color:#7c7c7c;--media-slider-chapter-hover-transform:scaleY(2);--media-slider-chapter-hover-transition:transform .1s cubic-bezier(.4,0,1,1);--media-slider-preview-bg:unset;--media-slider-preview-border-radius:2px;--media-slider-chapter-title-bg:unset;--media-slider-chapter-title-color:#f5f5f5;--media-slider-chapter-title-font-size:14px;--media-slider-chapter-title-gap:6px;--media-slider-value-bg:#000;--media-slider-value-border-radius:2px;--media-slider-value-border:unset;--media-slider-value-color:#fff;--media-slider-value-gap:0px;--media-slider-value-padding:1px 10px}media-player[hide-controls="1"] media-controls{display:none}.vds-buffering-spinner{width:var(--media-buffering-size);height:var(--media-buffering-size)}.bc-counter__anchor{display:block;width:fit-content;height:fit-content}.bc-counter{display:block;width:fit-content;height:fit-content}.next-dropdown{position:absolute;background:#d2d2d2;width:fit-content;height:fit-content;border-radius:8px;opacity:0;pointer-events:none;--scale:0;--x:0px;--y:-30px;transform:scale(var(--scale)) translateX(var(--x)) translateY(var(--y));--opacity-easing:ease;--opacity-duration:.2s;--opacity-delay:0s;--transform-easing:ease;--transform-duration:.2s;--transform-delay:0s;transition:opacity var(--opacity-duration) var(--opacity-easing) var(--opacity-delay),transform var(--transform-duration) var(--transform-easing) var(--transform-delay)}.next-dropdown[data-toggled]{opacity:1;pointer-events:all;transform:scale(1) translateX(0) translateY(0)}.next-dropdown[data-toggled-builder]{opacity:1;pointer-events:all;transform:scale(1) translateX(0) translateY(0)}.next-dropdown:before{content:"";position:absolute;--mask-top:0px;--mask-bottom:0px;--mask-left:0px;--mask-right:0px;top:calc(var(--mask-top)*-1);bottom:var(--mask-bottom);left:calc(var(--mask-left)*-1);right:var(--mask-right);display:block;width:calc(100% + var(--mask-left) + var(--mask-right));height:calc(100% + var(--mask-top) + var(--mask-bottom));z-index:-1}.next-arrow-icon{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;width:40px;height:40px;--arrow-scale:.5;--icon-hover-scale:1.3;--scale-duration:.4s;--scale-easing:ease;--scale-delay:0s;transition:scale var(--scale-duration) var(--scale-easing) var(--scale-delay);--arrow-rotate:0deg;--distance-between-arrows:50px;--transform-duration:.4s;--transform-easing:ease;--transform-delay:0s;--arrow-hover-rotate:45deg;--rotate-duration:.4s;--rotate-easing:ease;--rotate-delay:0s}.next-arrow-icon__arrow{position:absolute;min-width:unset !important;min-height:unset !important;scale:var(--arrow-scale);rotate:var(--arrow-rotate);fill:#000;transition:rotate var(--rotate-duration) var(--rotate-easing) var(--rotate-delay),transform var(--transform-duration) var(--transform-easing) var(--transform-delay)}.next-arrow-icon__arrow:nth-child(2){transform:translateX(calc(-100% - var(--distance-between-arrows)))}.next-arrow-icon[data-active][data-enable-scale]{scale:var(--icon-hover-scale)}.next-arrow-icon[data-active][data-enable-transform] .next-arrow-icon__arrow:nth-child(1){transform:translateX(calc(100% + var(--distance-between-arrows)))}.next-arrow-icon[data-active][data-enable-transform] .next-arrow-icon__arrow:nth-child(2){transform:translateX(0%)}.next-arrow-icon[data-active][data-enable-rotate] .next-arrow-icon__arrow{rotate:var(--arrow-hover-rotate)}.next-dropdown-wrapper{width:fit-content}.next-dropdown-toggle{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:10px;width:fit-content}.next-dropdown-mega-menu{display:flex}.next-dropdown-mega-menu__site-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:10px;width:fit-content}.next-dropdown-mega-menu__dropdowns-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:10px;width:fit-content}.next-dropdown-mega-menu__mobile-wrapper{display:none}.next-dropdown-mega-menu[data-toggled-enable-mobile-menu] .next-dropdown-mega-menu__mobile-wrapper{display:flex}.next-dropdown-mega-menu[data-toggled-enable-mobile-menu] .next-dropdown-mega-menu__dropdowns-wrapper{position:absolute;z-index:99;pointer-events:none;opacity:0}.next-dropdown-mega-menu[data-toggled-display-builder] .next-dropdown-mega-menu__dropdowns-wrapper{opacity:1;pointer-events:all;transform:scale(1) translateX(0) translateY(0)}.next-ripple-button-v2[data-next-hide]{opacity:0}.next-ripple-button-v2{display:flex;white-space:nowrap;overflow:hidden;width:fit-content;height:fit-content;border-radius:100px;--scale:1.1;--scale-animation-duration:.5s;--scale-animation-easing:cubic-bezier(.76,0,.24,1);--scale-animation-delay:0s;transition:transform var(--scale-animation-duration) var(--scale-animation-easing) var(--scale-animation-delay)}.next-ripple-button-v2__ripple-masks{position:relative;width:fit-content;--translate-animation-duration:.5s;--translate-animation-easing:cubic-bezier(.76,0,.24,1);--translate-animation-delay:0s;transition:transform var(--translate-animation-duration) var(--translate-animation-easing) var(--translate-animation-delay);--text-rotate:90deg;--text-translate:15px;--text-rotate-animation-duration:.75s;--text-rotate-animation-easing:cubic-bezier(.76,0,.24,1);--text-rotate-animation-delay:.2s}.next-ripple-button-v2__ripple-mask--top,.next-ripple-button-v2__ripple-mask--bottom{display:flex;justify-content:center;align-items:center;padding:10px 25px}.next-ripple-button-v2__ripple-mask--top{background:#adff2f;color:#000}.next-ripple-button-v2__ripple-mask--bottom{position:absolute;top:100%;background:#000;color:#fff}.next-ripple-button-v2__ripple-title--top-show,.next-ripple-button-v2__ripple-title--bottom-show{position:absolute;transform-origin:bottom center;transform:rotateX(calc(var(--text-rotate)*-1)) translateY(var(--text-translate));opacity:0}.next-ripple-button-v2__ripple-title--top-hide,.next-ripple-button-v2__ripple-title--top-show,.next-ripple-button-v2__ripple-title--bottom-hide,.next-ripple-button-v2__ripple-title--bottom-show{transition:opacity var(--text-rotate-animation-duration) var(--text-rotate-animation-easing) var(--text-rotate-animation-delay),transform var(--text-rotate-animation-duration) var(--text-rotate-animation-easing) var(--text-rotate-animation-delay)}.next-ripple-button-v2:hover{transform:scale(var(--scale))}.next-ripple-button-v2:hover .next-ripple-button-v2__ripple-masks{transform:translateY(-100%)}.next-ripple-button-v2:hover .next-ripple-button-v2__ripple-title--bottom-hide{transform:rotateX(var(--text-rotate)) translateY(calc(var(--text-translate)*-1));opacity:0}.next-ripple-button-v2:hover .next-ripple-button-v2__ripple-title--bottom-show{opacity:1;transform:rotateX(0deg) translateY(0px)}.next-ripple-button-v2:not(:hover) .next-ripple-button-v2__ripple-title--top-hide{transform:rotateX(var(--text-rotate)) translateY(calc(var(--text-translate)*-1));opacity:0}.next-ripple-button-v2:not(:hover) .next-ripple-button-v2__ripple-title--top-show{opacity:1;transform:rotateX(0deg) translateY(0px)}.next-ripple-button-v2[data-from-top] .next-ripple-button-v2__ripple-mask--bottom{position:absolute;top:-100%}.next-ripple-button-v2[data-from-top]:hover .next-ripple-button-v2__ripple-masks{transform:translateY(100%)}.next-lamp{--div-width:100%;--div-height:250px;--div-background:#02;--lamp-width-size:300px;--lamp-height-size:200px;--lamp-color:#06;--lamp-blur-intensity:.5;--lamp-light-intensity:1;--lamp-angle:0deg;--line-height:1.25px;--line-color:#38bdf8;position:relative;z-index:-1;display:flex;height:var(--div-height);width:var(--div-width);flex-direction:column;align-items:center;justify-content:center;background:var(--div-background) !important;--tw-translate-x:0;--tw-translate-y:calc(var(--lamp-height-size)*-0.48);--tw-translate-y-2:-50%;--tw-translate-y-3:calc(var(--lamp-height-size)*0.3);--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-x-3:1.5;--tw-scale-y:1;--tw-backdrop-blur:blur(calc(12px/var(--lamp-light-intensity)));--tw-blur:blur(calc(40px/var(--lamp-light-intensity)));--tw-blur-2:blur(calc(64px/var(--lamp-light-intensity)));--conic-position:from calc(360deg - var(--lamp-angle)) at center top;--conic-position-2:from calc(0deg + var(--lamp-angle)) at center top;--tw-gradient-to-position:;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-from:var(--lamp-color) var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to-2:var(--lamp-color) var(--tw-gradient-to-position);--tw-gradient-from-2:transparent var(--tw-gradient-from-position);--tw-gradient-stops-2:var(--tw-gradient-from-2),transparent var(--tw-gradient-via-position),var(--tw-gradient-to-2)}.next-lamp *{margin-top:50px}.next-lamp__mask-left{position:absolute;inset:auto;overflow:visible;right:50%;height:calc(var(--lamp-height-size)*0.5);width:calc(var(--lamp-width-size)*0.5);background:conic-gradient(var(--conic-position-2),var(--tw-gradient-stops))}.next-lamp__mask-left__child-left{position:absolute;left:0;bottom:0;z-index:2;width:100%;height:calc(var(--lamp-height-size)*1/3);background-color:var(--div-background);-webkit-mask-image:linear-gradient(0deg,#fff,transparent);mask-image:linear-gradient(0deg,#fff,transparent)}.next-lamp__mask-left__child-right{position:absolute;left:0;bottom:0;z-index:2;width:calc(var(--lamp-width-size)*1/3);height:100%;background-color:var(--div-background);-webkit-mask-image:linear-gradient(90deg,#fff,transparent);mask-image:linear-gradient(90deg,#fff,transparent)}.next-lamp__mask-right{position:absolute;inset:auto;left:50%;height:calc(var(--lamp-height-size)*0.5);width:calc(var(--lamp-width-size)*0.5);background:conic-gradient(var(--conic-position),var(--tw-gradient-stops-2))}.next-lamp__mask-right__child-left{position:absolute;right:0;bottom:0;z-index:2;width:calc(var(--lamp-width-size)*1/3);height:100%;background-color:var(--div-background);-webkit-mask-image:linear-gradient(270deg,#fff,transparent);mask-image:linear-gradient(270deg,#fff,transparent)}.next-lamp__mask-right__child-right{position:absolute;right:0;bottom:0;z-index:2;width:100%;height:calc(var(--lamp-height-size)*1/3);background-color:var(--div-background);-webkit-mask-image:linear-gradient(0deg,#fff,transparent);mask-image:linear-gradient(0deg,#fff,transparent)}.next-lamp__blur-bg{position:absolute;top:50%;height:calc(var(--lamp-height-size)*0.4);width:100%;transform:translateY(var(--tw-translate-x),var(--tw-translate-y-3)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleY(var(--tw-scale-y));background-color:var(--div-background);filter:var(--tw-blur)}.next-lamp__backdrop-blur{position:absolute;top:50%;height:calc(var(--lamp-height-size)*0.4);width:100%;background-color:transparent;opacity:.1;-webkit-backdrop-filter:var(--tw-backdrop-blur);backdrop-filter:var(--tw-backdrop-blur)}.next-lamp__bg-top-line{position:absolute;inset:auto;height:calc(var(--lamp-height-size)*0.35);width:var(--lamp-width-size);transform:translate(var(--tw-translate-x),var(--tw-translate-y-2)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;background-color:var(--lamp-color);opacity:var(--lamp-blur-intensity);filter:var(--tw-blur-2);z-index:5}.next-lamp__bg-mid-line{position:absolute;inset:auto;height:calc(var(--lamp-height-size)*0.3);width:calc(var(--lamp-width-size)*0.25);transform:translateY(calc(var(--lamp-height-size)*-0.2));border-radius:50%;background-color:var(--lamp-color);filter:var(--tw-blur);z-index:3}.next-lamp__bg-bottom-line{position:absolute;z-index:4;background-color:var(--div-background);width:100%;height:calc(var(--lamp-height-size)*0.5);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.next-lamp__line{position:absolute;inset:auto;height:var(--line-height);width:calc(var(--lamp-width-size)*0.5);transform:translateY(calc(var(--lamp-height-size)*-0.23));background-color:var(--line-color);z-index:5}.next-spotlight-v2-wrapper{overflow:hidden;position:relative;width:100%;height:500px;background-color:#111}.next-spotlight-v2{overflow:unset !important;pointer-events:none;position:absolute;z-index:1;top:-50px;left:auto;--width:750px;--height:750px;min-width:var(--width) !important;min-height:var(--height) !important;max-width:var(--width) !important;max-height:var(--height) !important;opacity:0;--from-scale:.5;transform:translate(-72%,-62%) scale(var(--from-scale))}.next-spotlight-v2 ellipse{fill:#fff;fill-opacity:.21}.next-ripple-button-v3[data-next-hide]{opacity:0}.next-ripple-button-v3{display:flex;white-space:nowrap;overflow:hidden;text-align:center;width:fit-content;height:fit-content;--border-radius:100px;border-radius:var(--border-radius);background:#fff}.next-ripple-button-v3__wrapper{position:relative;padding:15px 30px;--translate-animation-duration:.4s;--translate-animation-easing:cubic-bezier(.33,1,.68,1);--translate-animation-delay:0s;transition:transform var(--translate-animation-duration) var(--translate-animation-easing) var(--translate-animation-delay)}.next-ripple-button-v3__title--top{color:#000}.next-ripple-button-v3__bottom{position:absolute;top:100%;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.next-ripple-button-v3__title--bottom{position:absolute;color:#000}.next-ripple-button-v3__mask{background-color:#c9ff18;border-radius:50%;width:50%;height:100%;--ripple-animation-duration:.4s;--ripple-animation-easing:cubic-bezier(.33,1,.68,1);--ripple-animation-delay:0s;transition:all var(--ripple-animation-duration) var(--ripple-animation-easing) var(--ripple-animation-delay)}.next-ripple-button-v3:hover .next-ripple-button-v3__wrapper{transform:translateY(-100%)}.next-ripple-button-v3:hover .next-ripple-button-v3__mask{border-radius:var(--border-radius);width:100%}.next-ripple-button-v3[data-from-top] .next-ripple-button-v3__bottom{top:-100%}.next-ripple-button-v3[data-from-top]:hover .next-ripple-button-v3__wrapper{transform:translateY(100%)}.next-marquee-button-v2[data-next-hide]{opacity:0}.next-marquee-button-v2{overflow:hidden;white-space:nowrap;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content;--gap:15px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;padding:var(--padding-top) 0 var(--padding-bottom) 0;background:#fff;border-radius:100px;--background-duration:.25s;--background-easing:ease-out;--background-delay:0s;transition:background var(--background-duration) var(--background-easing) var(--background-delay);--marquee-translate-duration:.75s;--marquee-translate-easing:ease-out;--marquee-translate-delay:0s;--marquee-speed:3s;--marquee-easing:linear;--swap-duration:.25s;--swap-easing:ease-out;--swap-delay:0s}.next-marquee-button-v2__wrapper{overflow:hidden;position:relative}.next-marquee-button-v2__marquee{position:relative;display:flex;transition:translate var(--marquee-translate-duration) var(--marquee-translate-easing) var(--marquee-translate-delay);animation:marquee-button-v2-animation var(--marquee-speed) var(--marquee-easing) 0s infinite}.next-marquee-button-v2__marquee>span{color:#000}.next-marquee-button-v2__marquee>span:nth-child(2){position:absolute;left:calc(100% + var(--gap))}@keyframes marquee-button-v2-animation{100%{transform:translateX(calc(-100% - var(--gap)))}}.next-marquee-button-v2__swap{position:absolute;top:0;left:50%;height:100%;transform:translateX(-50%);color:#fff}.next-marquee-button-v2[data-type=line] .next-marquee-button-v2__swap .next-marquee-button-v2__swap-line,.next-marquee-button-v2[data-type=words] .next-marquee-button-v2__swap .next-marquee-button-v2__swap-word,.next-marquee-button-v2[data-type=chars] .next-marquee-button-v2__swap .next-marquee-button-v2__swap-letter{position:relative;top:100%;transition:top var(--swap-duration) var(--swap-easing) var(--swap-delay)}.next-marquee-button-v2:hover{--background-hover:#000;background:var(--background-hover) !important}.next-marquee-button-v2:hover .next-marquee-button-v2__marquee{translate:0 -100%;opacity:0}.next-marquee-button-v2[data-type=line]:hover .next-marquee-button-v2__swap .next-marquee-button-v2__swap-line,.next-marquee-button-v2[data-type=words]:hover .next-marquee-button-v2__swap .next-marquee-button-v2__swap-word,.next-marquee-button-v2[data-type=chars]:hover .next-marquee-button-v2__swap .next-marquee-button-v2__swap-letter{top:0}.next-particles{position:relative;width:100%;height:500px}.next-particles>*{position:relative;z-index:1}.next-particles canvas{position:absolute;z-index:0;top:0;left:0}.next-physics{position:relative;width:100%;height:500px;--background-color:red}.next-physics canvas{position:absolute;top:0;left:0;z-index:-1;background-color:var(--background-color) !important}.next-horizontal-scroll{overflow-x:hidden}[class*=next-toc--static]:before{display:none;content:"collapsed"}.next-toc[data-builder-responsive=true].next-toc--static\@md:before{content:'static'}.next-toc{height:fit-content;--outline-color-from:hsla(250,84%,54%,.5);--outline-color-to:hsla(250,84%,54%,0);--outline-width:2px;--outline-style:solid;--outline-animation-duration:2s;--text-swap-from:-10px;--text-swap-duration:.4s;--text-swap-easing:cubic-bezier(.215,.61,.355,1);--arrow-dimensions:16px;--arrow-transform-rotate:-90deg;--arrow-transform-from:3px;--arow-transform-intensity:8px;--arrow-transform-duration:.3s;--arrow-transform-easing:cubic-bezier(.215,.61,.355,1);--dropdown-from:10px;--dropdown-duration:.4s;--dropdown-easing:cubic-bezier(.215,.61,.355,1)}.next-toc--sticky{position:sticky;top:0}.next-toc *{list-style:none;padding:0;margin:0}.toc-content__target{scroll-margin-top:0px}.next-toc__link{position:relative;padding:8px 16px}.next-toc__link:before{content:"";width:1px;height:100%;position:absolute;left:0;top:0}.next-toc__link:hover{color:#4827ec}.next-toc__link--selected{color:#4827ec}.next-toc-content--next-toc-static *:target{-webkit-animation:next-toc-target var(--outline-animation-duration);animation:next-toc-target var(--outline-animation-duration)}@-webkit-keyframes next-toc-target{0%,50%{outline:var(--outline-width) var(--outline-style) var(--outline-color-from)}100%{outline:var(--outline-width) var(--outline-style) var(--outline-color-to)}}@keyframes next-toc-target{0%,50%{outline:var(--outline-width) var(--outline-style) var(--outline-color-from)}100%{outline:var(--outline-width) var(--outline-style) var(--outline-color-to)}}.next-toc--static .next-toc__control{display:none}.next-toc--static .next-toc__link--selected:before{background-color:#4827ec}.next-toc__control{all:unset;width:100%;display:flex;justify-content:space-between;align-items:center}.next-toc__control-text{position:relative}.next-toc__control-text>*{display:inline-block;transition:opacity var(--text-swap-duration),-webkit-transform var(--text-swap-duration) var(--text-swap-easing);transition:opacity var(--text-swap-duration),transform var(--text-swap-duration) var(--text-swap-easing);transition:opacity var(--text-swap-duration),transform var(--text-swap-duration) var(--text-swap-easing),-webkit-transform var(--text-swap-duration) var(--text-swap-easing)}.next-toc__control-text>*:last-child{position:absolute;top:0;left:0;opacity:0;pointer-events:none;-webkit-transform:translateY(var(--text-swap-from));transform:translateY(var(--text-swap-from))}.next-toc__icon-arrow{height:var(--arrow-dimensions);width:var(--arrow-dimensions);min-height:unset !important;min-width:unset !important;display:inline-block;color:inherit;line-height:1;flex-shrink:0;max-width:initial;fill:currentColor}.next-toc__icon-arrow .next-toc-icon__group{will-change:transform;-webkit-transform-origin:var(--arow-transform-intensity) var(--arow-transform-intensity);transform-origin:var(--arow-transform-intensity) var(--arow-transform-intensity);transition:-webkit-transform var(--arrow-transform-duration) var(--arrow-transform-easing);transition:transform var(--arrow-transform-duration) var(--arrow-transform-easing);transition:transform var(--arrow-transform-duration) var(--arrow-transform-easing),-webkit-transform var(--arrow-transform-duration) var(--arrow-transform-easing)}.next-toc__icon-arrow .next-toc-icon__group>*{-webkit-transform-origin:var(--arow-transform-intensity) var(--arow-transform-intensity);transform-origin:var(--arow-transform-intensity) var(--arow-transform-intensity);stroke-dasharray:17;-webkit-transform:translateY(var(--arrow-transform-from));transform:translateY(var(--arrow-transform-from));transition:stroke-dashoffset var(--arrow-transform-duration),-webkit-transform var(--arrow-transform-duration);transition:transform var(--arrow-transform-duration),stroke-dashoffset var(--arrow-transform-duration);transition:transform var(--arrow-transform-duration),stroke-dashoffset var(--arrow-transform-duration),-webkit-transform var(--arrow-transform-duration);transition-timing-function:var(--arrow-transform-easing)}.next-toc__icon-arrow .next-toc-icon__group>*:first-child{stroke-dashoffset:10}.next-toc__icon-arrow .next-toc-icon__group>*:last-child{stroke-dashoffset:10}.next-toc:not(.next-toc--static).next-toc--expanded .next-toc__icon-arrow .next-toc-icon__group{-webkit-transform:rotate(var(--arrow-transform-rotate));transform:rotate(var(--arrow-transform-rotate))}.next-toc:not(.next-toc--static).next-toc--expanded .next-toc__icon-arrow .next-toc-icon__group>*:first-child,.next-toc:not(.next-toc--static).next-toc--expanded .next-toc__icon-arrow .next-toc-icon__group *:last-child{stroke-dashoffset:0;-webkit-transform:translateY(0px);transform:translateY(0px)}.iframe .next-toc:not([data-responsive="1"][data-builder-responsive=true]) .next-toc__control{display:none !important}.iframe .next-toc[data-responsive="1"]:not([data-builder-responsive=true]) .next-toc__control{display:flex !important}.iframe .next-toc[data-responsive="1"]:not([data-builder-responsive=true]) .next-toc__nav{display:none !important}.next-toc[data-responsive="1"]:not(.next-toc--static) .next-toc__nav{display:none}.next-toc:not(.next-toc--static).next-toc--expanded .next-toc__control-text>*:first-child{-webkit-transform:translateY(var(--dropdown-from));transform:translateY(var(--dropdown-from));opacity:0;pointer-events:none}.next-toc:not(.next-toc--static).next-toc--expanded .next-toc__control-text>*:last-child{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.next-toc:not(.next-toc--static).next-toc--expanded .next-toc__nav{display:block;-webkit-animation:next-toc-entry-animation var(--dropdown-duration) var(--dropdown-easing);animation:next-toc-entry-animation var(--dropdown-duration) var(--dropdown-easing)}@-webkit-keyframes next-toc-entry-animation{from{opacity:0;-webkit-transform:translateY(calc(var(--dropdown-from)*-1));transform:translateY(calc(var(--dropdown-from)*-1))}to{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}}@keyframes next-toc-entry-animation{from{opacity:0;-webkit-transform:translateY(calc(var(--dropdown-from)*-1));transform:translateY(calc(var(--dropdown-from)*-1))}to{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}}.next-timeline{clip-path:inset(0 0 0 0);position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#000;color:#fff;width:100%;height:auto;--progress-bar:3px;--progress-start:50vh;--progress-fade-edges-height:50px;--sticky-top:50vh;--from-opacity:.25}.next-timeline--progress{position:absolute;left:auto;right:auto;width:var(--progress-bar);height:100%;background-color:#414141;mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0px,rgba(0,0,0) var(--progress-fade-edges-height),rgba(0,0,0) calc(100% - var(--progress-fade-edges-height)),rgba(0,0,0,0) 100%)}.next-timeline--progress-bar{position:fixed;left:auto;top:0;right:auto;bottom:var(--progress-start);width:var(--progress-bar);height:var(--progress-start);background-image:var(--gradient)}.next-timeline--item{position:relative;z-index:2;width:auto;height:auto;padding:40px 0;display:grid;grid-auto-columns:1fr;grid-column-gap:0px;grid-row-gap:0px;grid-template-columns:1fr 1fr 1fr;grid-template-rows:minmax(auto,1fr)}.next-timeline--sticky-wrapper{position:sticky;top:var(--sticky-top);display:flex;align-items:center;flex-direction:column}.next-timeline[data-left-fade=true] .next-timeline--left-section .next-timeline--sticky-wrapper>*{opacity:var(--from-opacity);will-change:opacity}.next-timeline[data-center-fade=true] .next-timeline--center-section .next-timeline--sticky-wrapper>*{opacity:var(--from-opacity);will-change:opacity}.next-timeline[data-right-fade=true] .next-timeline--right-section .next-timeline--sticky-wrapper>*{opacity:var(--from-opacity);will-change:opacity}.next-timeline--left-section{display:flex;align-items:center;flex-direction:column;height:100%}.next-timeline--center-section{display:flex;align-items:center;flex-direction:column;height:100%}.next-timeline--center-section>.next-timeline--sticky-wrapper{--sticky-wrapper-outline-color:#000;--sticky-wrapper-outline-width:8px;width:fit-content;background:var(--sticky-wrapper-outline-color);box-shadow:0 0 0 var(--sticky-wrapper-outline-width) var(--sticky-wrapper-outline-color)}.next-timeline--circle{--dimensions:15px;width:var(--dimensions);height:var(--dimensions);max-height:var(--dimensions);max-width:var(--dimensions);min-height:var(--dimensions);min-width:var(--dimensions);border-radius:100%;background-color:#fff}.next-timeline--right-section{display:flex;align-items:center;flex-direction:column;height:100%}.nb-border-beam{position:relative;width:400px;height:400px;background:#171717}.nb-border-beam__mask{--size:200;--anchor:90;--border-width:1.5;--color-from:#ffaa40;--color-to:#0096fe;--duration:10s;--easing:linear;-webkit-mask:linear-gradient(transparent,transparent),linear-gradient(#fff,#fff);mask:linear-gradient(transparent,transparent),linear-gradient(#fff,#fff);border:calc(var(--border-width)*1px) solid transparent;-webkit-mask-composite:source-in,xor !important;mask-composite:intersect !important;-webkit-mask-clip:padding-box,border-box !important;mask-clip:padding-box,border-box !important;inset:0;position:absolute;pointer-events:none}.nb-border-beam__mask:after{content:"";offset-path:rect(0 auto auto 0 round calc(var(--size)*1px));offset-anchor:calc(var(--anchor)*1%) 50%;background:linear-gradient(to left,var(--color-from),var(--color-to),transparent);animation:border-beam calc(var(--duration)) infinite var(--easing);width:calc(var(--size)*1px);aspect-ratio:1/1;position:absolute}@keyframes border-beam{100%{offset-distance:100%}}.brx-body.iframe .nb-border-beam--disable-builder .nb-border-beam__mask:after{animation:unset}.nb-circular-menu{width:fit-content;height:fit-content}.bc-core-burguer--circular-menu{position:relative;z-index:2}.nb-circular-menu__content{position:absolute;display:flex;width:100svw;height:100svh;background:#c4c4c4;inset:0px;overflow:hidden;transform:none;transform-origin:50% 50% 0px;--from-top:24px;--from-left:24px;pointer-events:none;clip-path:circle(0px at var(--from-left) var(--from-top));--clip-path:circle(150% at var(--from-left) var(--from-top))}html[bc-core-burguer--body-toggled]{overflow:hidden !important}html[bc-core-burguer--body-toggled]>body>.os-scrollbar-horizontal,html[bc-core-burguer--body-toggled]>body>.os-scrollbar-vertical{display:none !important}.bc-core-burguer svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-core-burguer{display:flex;width:fit-content;height:fit-content}.bc-core-burguer button{background:unset}.bc-burguer-style1,.bc-burguer-style1 *,.bc-burguer-style1 *:before,.bc-burguer-style1 *:after{will-change:unset}.bc-burguer-style1{all:unset;cursor:pointer;display:flex;--burguer-dimensions:50px;--burguer-stroke-color:#000;--burguer-stroke-width:2px;--burguer-duration:.6s;--burguer-easing:ease;--burguer-rounded:round;stroke-linecap:var(--burguer-rounded);width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.bc-burguer-style1:focus-visible{outline:auto}.bc-burguer-style1__line--line1{fill:none;stroke:var(--burguer-stroke-color);transition:stroke-dasharray var(--burguer-duration) var(--burguer-easing),stroke-dashoffset var(--burguer-duration) var(--burguer-easing);stroke-dasharray:60 207;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1__line--line2{fill:none;stroke:var(--burguer-stroke-color);transition:stroke-dasharray var(--burguer-duration) var(--burguer-easing),stroke-dashoffset var(--burguer-duration) var(--burguer-easing);stroke-dasharray:60 30;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1__line--line3{fill:none;stroke:var(--burguer-stroke-color);transition:stroke-dasharray var(--burguer-duration) var(--burguer-easing),stroke-dashoffset var(--burguer-duration) var(--burguer-easing);stroke-dasharray:60 207;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1--opened .bc-burguer-style1__line--line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1--opened .bc-burguer-style1__line--line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1--opened .bc-burguer-style1__line--line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style2,.bc-burguer-style2 *,.bc-burguer-style2 *:before,.bc-burguer-style2 *:after{will-change:transform}.bc-burguer-style2 svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-burguer-style2{all:unset;overflow:hidden;display:flex;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-color:#000;--burguer-stroke-width:2px;--burguer-duration:.6s;--burguer-easing:cubic-bezier(.4,0,.2,1);--burguer-rounded:100px;--burguer-reversed:1}.bc-burguer-style2:focus-visible{outline:auto}.bc-burguer-style2--reversed{--burguer-reversed:-1}.bc-burguer-style2__wrapper{width:var(--burguer-dimensions);height:var(--burguer-dimensions);display:flex;flex-direction:column;justify-content:space-between;transition:transform var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style2__line{background:var(--burguer-stroke-color);width:100%;height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded)}.bc-burguer-style2__line--half-first{width:50%;background:var(--burguer-stroke-color);height:var(--burguer-stroke-width);transition:transform var(--burguer-duration) var(--burguer-easing);transform-origin:right;border-radius:var(--burguer-rounded)}.bc-burguer-style2--reversed .bc-burguer-style2__line--half-first{align-self:flex-end;transform-origin:left}.bc-burguer-style2__line--half-last{width:50%;background:var(--burguer-stroke-color);height:var(--burguer-stroke-width);align-self:flex-end;transition:transform var(--burguer-duration) var(--burguer-easing);transform-origin:left;border-radius:var(--burguer-rounded)}.bc-burguer-style2--reversed .bc-burguer-style2__line--half-last{align-self:flex-start;transform-origin:right}.bc-burguer-style2--opened .bc-burguer-style2__wrapper{transform:rotate(calc(-45deg*var(--burguer-reversed)))}.bc-burguer-style2--opened .bc-burguer-style2__line--half-first{transform:rotate(calc(-90deg*var(--burguer-reversed))) translateX(calc(var(--burguer-stroke-width)/2*var(--burguer-reversed)))}.bc-burguer-style2--opened .bc-burguer-style2__line--half-last{transform:rotate(calc(-90deg*var(--burguer-reversed))) translateX(calc(var(--burguer-stroke-width)/2*var(--burguer-reversed)*-1))}.bc-burguer-style3,.bc-burguer-style3 *,.bc-burguer-style3 *:before,.bc-burguer-style3 *:after{will-change:transform}.bc-burguer-style3 svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-burguer-style3{all:unset;cursor:pointer;display:block;position:relative;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:#000;--burguer-duration:.2s;--burguer-easing:cubic-bezier(.4,0,.2,1);width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px}.bc-burguer-style3:focus-visible{outline:auto}.bc-burguer-style3__line{display:block;width:100%;position:relative;top:0;border-radius:var(--burguer-rounded);height:var(--burguer-stroke-width);margin:calc(var(--burguer-stroke-width)*3) 0;background:var(--burguer-stroke-color);transition:top var(--burguer-duration) var(--burguer-duration),transform var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style3--opened .bc-burguer-style3__line{transition:top var(--burguer-duration),transform var(--burguer-duration) var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style3--opened .bc-burguer-style3__line:first-child{top:calc(var(--burguer-stroke-width)*2);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bc-burguer-style3--opened .bc-burguer-style3__line:last-child{top:calc(var(--burguer-stroke-width)*-2);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bc-burguer-style4,.bc-burguer-style4 *,.bc-burguer-style4 *:before,.bc-burguer-style4 *:after{will-change:transform}.bc-burguer-style4 svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-burguer-style4{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:#000;--burguer-duration:.3s;--burguer-easing:cubic-bezier(.23,1,.32,1);width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px}.bc-burguer-style4:focus-visible{outline:auto}.bc-burguer-style4__line,.bc-burguer-style4__line:before,.bc-burguer-style4__line:after{display:block;width:100%;height:var(--burguer-stroke-width);background-color:var(--burguer-stroke-color)}.bc-burguer-style4__line{position:relative;border-radius:var(--burguer-rounded)}.bc-burguer-style4__line:before,.bc-burguer-style4__line:after{position:absolute;border-radius:var(--burguer-rounded);left:0;width:100%;content:''}.bc-burguer-style4__line:before{top:calc(var(--burguer-dimensions)/4);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style4__line:after{bottom:calc(var(--burguer-dimensions)/4);transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style4--opened .bc-burguer-style4__line{background:rgba(255,255,255,0)}.bc-burguer-style4--opened .bc-burguer-style4__line:before{top:0;transition:top var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);transform:rotate(-45deg)}.bc-burguer-style4--opened .bc-burguer-style4__line:after{bottom:0;transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);transform:rotate(45deg)}.bc-burguer-style5,.bc-burguer-style5 *,.bc-burguer-style5 *:before,.bc-burguer-style5 *:after{will-change:transform}.bc-burguer-style5 svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-burguer-style5{all:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:#000;--burguer-duration:.3s;--burguer-easing:cubic-bezier(.23,1,.32,1);height:var(--burguer-dimensions);width:var(--burguer-dimensions);--burguer-rounded:100px;transition:all var(--burguer-duration);--burguer-reversed:1}.bc-burguer-style5:focus-visible{outline:auto}.bc-burguer-style5--reversed{--burguer-reversed:-1}.bc-burguer-style5__line{height:var(--burguer-stroke-width);background:var(--burguer-stroke-color);width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);display:inline-block;position:absolute;top:50%;transition:all var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style5__line:before{content:" ";position:absolute;top:calc(var(--burguer-stroke-width)*-1);display:inline-block;height:var(--burguer-stroke-width);background:var(--burguer-stroke-color);transform:translateY(calc(var(--burguer-dimensions)*-0.1));width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);transition:all var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style5--opened .bc-burguer-style5__line{transform:rotate(calc(45deg*var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style5--opened .bc-burguer-style5__line:before{top:unset;transform:rotate(calc(-90deg*var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style5--opened:hover .bc-burguer-style5__line:before{top:unset}.bc-burguer-style6,.bc-burguer-style6 *,.bc-burguer-style6 *:before,.bc-burguer-style6 *:after{will-change:transform}.bc-burguer-style6 svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-burguer-style6{all:unset;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:#000;--burguer-duration:.5s;--burguer-easing:ease;width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);--burguer-reversed:1}.bc-burguer-style6:focus-visible{outline:auto}.bc-burguer-style6--reversed{--burguer-reversed:-1}.bc-burguer-style6__icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;height:var(--burguer-stroke-width);width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);top:calc(var(--burguer-dimensions)/2);background-color:var(--burguer-stroke-color)}.bc-burguer-style6__icon:before{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;width:var(--burguer-dimensions);height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);top:calc(var(--burguer-dimensions)/-3);background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style6__icon:after{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;width:var(--burguer-dimensions);height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);top:calc(var(--burguer-dimensions)/3);background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style6--opened .bc-burguer-style6__icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);background:0 0}.bc-burguer-style6--opened .bc-burguer-style6__icon:before{transform:rotateZ(calc(45deg*var(--burguer-reversed))) scaleX(1.25) translate(calc(var(--burguer-dimensions)/4.615*var(--burguer-reversed)),calc(var(--burguer-dimensions)/4.615))}.bc-burguer-style6--opened .bc-burguer-style6__icon:after{transform:rotateZ(calc(-45deg*var(--burguer-reversed))) scaleX(1.25) translate(calc(var(--burguer-dimensions)/5*var(--burguer-reversed)),calc(var(--burguer-dimensions)/-5))}.bc-burguer-style7,.bc-burguer-style7 *,.bc-burguer-style7 *:before,.bc-burguer-style7 *:after{will-change:transform}.bc-burguer-style7 svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-burguer-style7{all:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-easing:cubic-bezier(.23,1,.32,1);height:var(--burguer-dimensions);width:var(--burguer-dimensions);--burguer-rounded:100px;transition:all var(--burguer-duration);--burguer-reversed:1}.bc-burguer-style7:focus-visible{outline:auto}.bc-burguer-style7--reversed{--burguer-reversed:-1}.bc-burguer-style7__line{height:var(--burguer-stroke-width);background:var(--burguer-stroke-color);width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);display:inline-block;position:absolute;top:50%;transition:all var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style7__line:before{content:" ";position:absolute;top:calc(var(--burguer-stroke-width)*-1);display:inline-block;height:var(--burguer-stroke-width);background:var(--burguer-stroke-color);transform:translateY(calc(var(--burguer-dimensions)*-0.1));width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);transition:all var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style7--opened .bc-burguer-style7__line{transform:rotate(calc(45deg*var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style7--opened .bc-burguer-style7__line:before{top:unset;transform:rotate(calc(90deg*var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style7--opened:hover .bc-burguer-style7__line:before{top:unset}.bc-burguer-style8,.bc-burguer-style8 *,.bc-burguer-style8 *:before,.bc-burguer-style8 *:after{will-change:transform}.bc-burguer-style8 svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-burguer-style8{all:unset;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:#000;--burguer-duration:.5s;--burguer-easing:ease;width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:relative}.bc-burguer-style8:focus-visible{outline:auto}.bc-burguer-style8__left-icon{height:var(--burguer-stroke-width);width:calc(var(--burguer-dimensions)/2);top:calc(var(--burguer-dimensions)/2);border-top-left-radius:var(--burguer-rounded);border-bottom-left-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color)}.bc-burguer-style8__left-icon:before{width:calc(var(--burguer-dimensions)/2);height:var(--burguer-stroke-width);top:calc(var(--burguer-dimensions)/-3);border-top-left-radius:var(--burguer-rounded);border-bottom-left-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style8__left-icon:after{width:calc(var(--burguer-dimensions)/2);height:var(--burguer-stroke-width);top:calc(var(--burguer-dimensions)/3);border-top-left-radius:var(--burguer-rounded);border-bottom-left-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style8__left-icon:hover{cursor:pointer}.bc-burguer-style8__right-icon{height:var(--burguer-stroke-width);width:calc(var(--burguer-dimensions)/2);top:calc(var(--burguer-dimensions)/2);left:calc(var(--burguer-dimensions)/2);border-top-right-radius:var(--burguer-rounded);border-bottom-right-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color)}.bc-burguer-style8__right-icon:before{width:calc(var(--burguer-dimensions)/2);height:var(--burguer-stroke-width);top:calc(var(--burguer-dimensions)/-3);border-top-right-radius:var(--burguer-rounded);border-bottom-right-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style8__right-icon:after{width:calc(var(--burguer-dimensions)/2);height:var(--burguer-stroke-width);top:calc(var(--burguer-dimensions)/3);border-top-right-radius:var(--burguer-rounded);border-bottom-right-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style8--opened .bc-burguer-style8__left-icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);background:0 0}.bc-burguer-style8--opened .bc-burguer-style8__left-icon:before{transform:rotateZ(45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/15),calc(var(--burguer-dimensions)/15))}.bc-burguer-style8--opened .bc-burguer-style8__left-icon:after{transform:rotateZ(-45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/15),calc(var(--burguer-dimensions)/-15))}.bc-burguer-style8--opened .bc-burguer-style8__right-icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);background:0 0}.bc-burguer-style8--opened .bc-burguer-style8__right-icon:before{transform:rotateZ(-45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/-15),calc(var(--burguer-dimensions)/15))}.bc-burguer-style8--opened .bc-burguer-style8__right-icon:after{transform:rotateZ(45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/-15),calc(var(--burguer-dimensions)/-15))}.bc-burguer-style9,.bc-burguer-style9 *,.bc-burguer-style9 *:before,.bc-burguer-style9 *:after{will-change:transform}.bc-burguer-style9 svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-burguer-style9{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:#000;--burguer-duration:.3s;--burguer-easing:cubic-bezier(.23,1,.32,1);width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px}.bc-burguer-style9:focus-visible{outline:auto}.bc-burguer-style9__line,.bc-burguer-style9__line:before,.bc-burguer-style9__line:after{display:block;width:100%;height:var(--burguer-stroke-width);background-color:var(--burguer-stroke-color);border-radius:var(--burguer-rounded)}.bc-burguer-style9__line{position:relative}.bc-burguer-style9__line:before,.bc-burguer-style9__line:after{position:absolute;left:0;width:100%;content:''}.bc-burguer-style9__line:before{top:calc(var(--burguer-dimensions)/4);transition:top var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style9__line:after{bottom:calc(var(--burguer-dimensions)/4);transition:bottom var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style9--opened .bc-burguer-style9__line{background:rgba(255,255,255,0)}.bc-burguer-style9--opened .bc-burguer-style9__line:before{top:0;transition:top var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style9--opened .bc-burguer-style9__line:after{bottom:0;transition:bottom var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style10,.bc-burguer-style10 *,.bc-burguer-style10 *:before,.bc-burguer-style10 *:after{will-change:transform}.bc-burguer-style10 svg{overflow:unset !important;min-width:unset !important;min-height:unset !important}.bc-burguer-style10{all:unset;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;--burguer-dimensions:50px;--burguer-rotate:calc(var(--burguer-dimensions)*-0.30);--burguer-stroke-width:2px;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-easing:ease;width:calc(var(--burguer-dimensions));height:calc(var(--burguer-dimensions));--burguer-rounded:100px;transition:var(--burguer-duration) var(--burguer-easing);--burguer-reversed:1}.bc-burguer-style10:focus-visible{outline:auto}.bc-burguer-style10--reversed{--burguer-reversed:-1}.bc-burguer-style10__first-line{width:100%;height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);background:var(--burguer-stroke-color);transition:var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style10__second-line{width:100%;height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);margin-top:30%;background:var(--burguer-stroke-color);transition:var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style10--opened{transform:rotateZ(180deg)}.bc-burguer-style10--opened .bc-burguer-style10__first-line{background:var(--burguer-stroke-color);transform:translate(0,100%) rotateZ(calc(45deg*var(--burguer-reversed)))}.bc-burguer-style10--opened .bc-burguer-style10__second-line{background:var(--burguer-stroke-color);width:100%;transform:translateY(var(--burguer-rotate)) rotateZ(calc(-45deg*var(--burguer-reversed)))}.hamburger{cursor:pointer;background-color:transparent;--burguer-dimensions:50px;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-easing:ease;--hamburger-layer-spacing:6px;--hamburger-layer-height:4px;--hamburger-border-radius:4px}.hamburger-box{display:inline-block;position:relative;width:var(--burguer-dimensions);height:calc(var(--hamburger-layer-spacing)*3 + var(--hamburger-layer-height)*2)}.hamburger-inner{display:block;top:50%;margin-top:calc(var(--hamburger-layer-height)/-2)}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:var(--burguer-dimensions);height:var(--hamburger-layer-height);background-color:var(--burguer-stroke-color);border-radius:var(--hamburger-border-radius);position:absolute;transition-property:transform;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1)}.hamburger-inner:after{bottom:calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1)}.bc-stripe__coreburguer button{overflow:hidden}.bc-stripe{position:relative;height:fit-content;width:100%;--top-distance:60px;--from-distance:20px;--from-duration:.3s;--stripe-duration:.3s;--stripe-distance:100px;--opacity-duration:.3s;--arrow-size:8px;--arrow-color:#fff}.bc-stripe__main-nav{display:flex;flex-direction:row;align-items:center;justify-content:center}.bc-stripe [class*=brxe-]{max-width:unset}.bc-stripe:before{content:'desktop';display:none}.bc-stripe__nav-trigger{display:none}.bc-stripe__morph-dropdown-wrapper{position:absolute;top:var(--top-distance);will-change:transform;transform:translateY(var(--from-distance));transition:transform var(--from-duration)}[bc-stripe__is-dropdown-visible=true] .bc-stripe__morph-dropdown-wrapper{transform:translateY(0)}.bc-stripe__dropdown[bc-stripe__active=true]{opacity:1;visibility:visible}.bc-stripe__dropdown-list>.bc-stripe__dropdown-wrapper{position:relative;z-index:1;height:100%;width:100%;overflow:hidden}[bc-stripe__is-dropdown-visible=true] .bc-stripe__dropdown-list{visibility:visible;transition:transform var(--stripe-duration),width var(--stripe-duration),height var(--stripe-duration)}.bc-stripe__dropdown-list{position:absolute;top:0;left:0;opacity:0;visibility:hidden;transform:translateZ(0);will-change:transform,width,height;transition:visibility var(--opacity-duration),opacity var(--opacity-duration);border-radius:15px;background:#fff;box-shadow:none}.bc-stripe__dropdown{position:absolute;left:0;top:0;opacity:0;visibility:hidden;width:100%;transition:opacity var(--opacity-duration),visibility var(--opacity-duration)}[bc-stripe__move-left=true] .bc-stripe__content{transform:translateX(calc(var(--stripe-distance)*-1))}[bc-stripe__move-right=true] .bc-stripe__content{transform:translateX(var(--stripe-distance))}.bc-stripe__content{display:flex;flex-direction:column;width:fit-content;transition:transform var(--stripe-duration)}.bc-stripe__bg-layer{position:absolute;top:0;left:0;height:1px;width:1px;opacity:0;transition:opacity var(--opacity-duration);transform-origin:top left;transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}[bc-stripe__is-dropdown-visible=true] .bc-stripe__bg-layer{opacity:1;transition:transform var(--stripe-duration),opacity var(--opacity-duration)}[bc-stripe__is-dropdown-visible=true] .bc-stripe__dropdown-list{opacity:1}.bc-stripe__has-dropdown{padding:25px}.bc-stripe__paragraph-test{width:400px}.bc-stripe__paragraph-test--v2{width:250px}.bc-stripe__label{display:none}[data-arrow=arrow-enable] .bc-stripe__dropdown-list:before{opacity:0;content:'';position:absolute;bottom:99%;left:50%;right:auto;height:0;width:0;border:var(--arrow-size) solid transparent;border-bottom-color:var(--arrow-color);transform:translateX(-50%);transition:opacity var(--opacity-duration)}[data-arrow=arrow-enable][bc-stripe__is-dropdown-visible=true] .bc-stripe__dropdown-list:before{opacity:1}.bc-stripe__coreburguer{display:none}[data-responsive=bc-stripe-responsive] .bc-stripe__dropdown-list,[data-responsive=bc-stripe-responsive] .bc-stripe__dropdown,[data-responsive=bc-stripe-responsive] .bc-stripe__morph-dropdown-wrapper{all:unset}[data-responsive=bc-stripe-responsive]:before{content:'mobile';display:none}[data-responsive=bc-stripe-responsive] .bc-stripe__main-nav{display:none}[data-responsive=bc-stripe-responsive] .bc-stripe__content .bc-stripe__dropdown:after{clear:both;content:""}[data-open=bc-stripe--opened][data-responsive=bc-stripe-responsive] .bc-stripe__morph-dropdown-wrapper{display:block}[data-responsive=bc-stripe-responsive] .bc-stripe__morph-dropdown-wrapper{display:none;position:absolute;top:0;left:0;width:100%}[data-responsive=bc-stripe-responsive] .bc-stripe__morph-dropdown-wrapper{display:none;position:absolute;top:0;left:0;width:100%}[data-responsive=bc-stripe-responsive][data-displaybuilderresponsive="1"] .bc-stripe__morph-dropdown-wrapper{display:block}[data-responsive=bc-stripe-responsive] .bc-stripe__label{display:block}[data-responsive=bc-stripe-responsive] .bc-stripe__coreburguer{display:flex;position:absolute;z-index:10;top:10px;right:10px}[data-builder-hidden=true]{display:none}.hamburger--slider .hamburger-inner{top:calc(var(--hamburger-layer-height)/2)}.hamburger--slider .hamburger-inner:before{top:calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height));transition-property:transform,opacity;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--slider .hamburger-inner:after{top:calc(var(--hamburger-layer-spacing)*2 + var(--hamburger-layer-height)*2)}.hamburger--slider--opened .hamburger-inner{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--slider--opened .hamburger-inner:before{transform:rotate(-45deg) translate3d(calc(var(--burguer-dimensions)/-7),calc(var(--hamburger-layer-spacing)/-1),0);opacity:0}.hamburger--slider--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-2),0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:calc(var(--hamburger-layer-height)/2)}.hamburger--slider-r .hamburger-inner:before{top:calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height));transition-property:transform,opacity;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--slider-r .hamburger-inner:after{top:calc(var(--hamburger-layer-spacing)*2 + var(--hamburger-layer-height)*2)}.hamburger--slider-r--opened .hamburger-inner{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(-45deg)}.hamburger--slider-r--opened .hamburger-inner:before{transform:rotate(45deg) translate3d(calc(var(--burguer-dimensions)/7),calc(var(--hamburger-layer-spacing)/-1),0);opacity:0}.hamburger--slider-r--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-2),0) rotate(90deg)}.hamburger--3dx .hamburger-box{perspective:calc(var(--burguer-dimensions)*2)}.hamburger--3dx .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dx .hamburger-inner:before,.hamburger--3dx .hamburger-inner:after{transition:transform 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dx--opened .hamburger-inner{background-color:transparent !important;transform:rotateY(180deg)}.hamburger--3dx--opened .hamburger-inner:before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dx--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1),0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:calc(var(--burguer-dimensions)*2)}.hamburger--3dx-r .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dx-r .hamburger-inner:before,.hamburger--3dx-r .hamburger-inner:after{transition:transform 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dx-r--opened .hamburger-inner{background-color:transparent !important;transform:rotateY(-180deg)}.hamburger--3dx-r--opened .hamburger-inner:before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dx-r--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1),0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:calc(var(--burguer-dimensions)*2)}.hamburger--3dy .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dy .hamburger-inner:before,.hamburger--3dy .hamburger-inner:after{transition:transform 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dy--opened .hamburger-inner{background-color:transparent !important;transform:rotateX(-180deg)}.hamburger--3dy--opened .hamburger-inner:before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dy--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1),0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:calc(var(--burguer-dimensions)*2)}.hamburger--3dy-r .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dy-r .hamburger-inner:before,.hamburger--3dy-r .hamburger-inner:after{transition:transform 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dy-r--opened .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg)}.hamburger--3dy-r--opened .hamburger-inner:before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dy-r--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1),0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:calc(var(--burguer-dimensions)*2)}.hamburger--3dxy .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dxy .hamburger-inner:before,.hamburger--3dxy .hamburger-inner:after{transition:transform 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dxy--opened .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy--opened .hamburger-inner:before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dxy--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1),0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:calc(var(--burguer-dimensions)*2)}.hamburger--3dxy-r .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dxy-r .hamburger-inner:before,.hamburger--3dxy-r .hamburger-inner:after{transition:transform 0s calc(var(--burguer-duration)/1.75) var(--burguer-easing)}.hamburger--3dxy-r--opened .hamburger-inner{background-color:transparent !important;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r--opened .hamburger-inner:before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dxy-r--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1),0) rotate(-45deg)}.hamburger--arrow--opened .hamburger-inner:before{transform:translate3d(calc(var(--burguer-dimensions)*-0.2),0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrow--opened .hamburger-inner:after{transform:translate3d(calc(var(--burguer-dimensions)*-0.2),0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r--opened .hamburger-inner:before{transform:translate3d(calc(var(--burguer-dimensions)*0.2),0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r--opened .hamburger-inner:after{transform:translate3d(calc(var(--burguer-dimensions)*0.2),0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowalt .hamburger-inner:before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt--opened .hamburger-inner:before{top:0;transform:translate3d(calc(var(--burguer-dimensions)*-0.2),calc(var(--burguer-dimensions)*-0.25),0) rotate(-45deg) scale(.7,1);transition:top var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt--opened .hamburger-inner:after{bottom:0;transform:translate3d(calc(var(--burguer-dimensions)*-0.2),calc(var(--burguer-dimensions)*0.25),0) rotate(45deg) scale(.7,1);transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt-r--opened .hamburger-inner:before{top:0;transform:translate3d(calc(var(--burguer-dimensions)*0.2),calc(var(--burguer-dimensions)*-0.25) 0) rotate(45deg) scale(.7,1);transition:top var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt-r--opened .hamburger-inner:after{bottom:0;transform:translate3d(calc(var(--burguer-dimensions)*0.2),calc(var(--burguer-dimensions)*0.25) 0) rotate(-45deg) scale(.7,1);transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowturn--opened .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn--opened .hamburger-inner:before{transform:translate3d(calc(var(--burguer-dimensions)*0.2),0,0) rotate(45deg) scale(.7,1)}.hamburger--arrowturn--opened .hamburger-inner:after{transform:translate3d(calc(var(--burguer-dimensions)*0.2),0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowturn-r--opened .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r--opened .hamburger-inner:before{transform:translate3d(calc(var(--burguer-dimensions)*-0.2),0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowturn-r--opened .hamburger-inner:after{transform:translate3d(calc(var(--burguer-dimensions)*-0.2),0,0) rotate(45deg) scale(.7,1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:before,.hamburger--boring .hamburger-inner:after{transition-property:none}.hamburger--boring--opened .hamburger-inner{transform:rotate(45deg)}.hamburger--boring--opened .hamburger-inner:before{top:0;opacity:0}.hamburger--boring--opened .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:calc(var(--burguer-duration)*0.65);transition-delay:calc(var(--burguer-duration)*0.65);transition-timing-function:var(--burguer-easing)}.hamburger--collapse .hamburger-inner:after{top:calc((var(--hamburger-layer-spacing)*2 + var(--hamburger-layer-height)*2)*-1);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration)*0.5) var(--burguer-easing)}.hamburger--collapse .hamburger-inner:before{transition:top calc(var(--burguer-duration)*0.6) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)*0.65) var(--burguer-easing)}.hamburger--collapse--opened .hamburger-inner{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1),0) rotate(-45deg);transition-delay:calc(var(--burguer-duration)*1.1);transition-timing-function:var(--burguer-easing)}.hamburger--collapse--opened .hamburger-inner:after{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration)*0.5) calc(var(--burguer-duration)*1.1) var(--burguer-easing)}.hamburger--collapse--opened .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top calc(var(--burguer-duration)*0.5) calc(var(--burguer-duration)*0.8) var(--burguer-easing),transform calc(var(--burguer-duration)*0.65) calc(var(--burguer-duration)*1.25) var(--burguer-easing)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:calc(var(--burguer-duration)*0.65);transition-delay:calc(var(--burguer-duration)*0.65);transition-timing-function:var(--burguer-easing)}.hamburger--collapse-r .hamburger-inner:after{top:calc((var(--hamburger-layer-spacing)*2 + var(--hamburger-layer-height)*2)*-1);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration)*0.5) var(--burguer-easing)}.hamburger--collapse-r .hamburger-inner:before{transition:top calc(var(--burguer-duration)*0.6) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)*0.65) var(--burguer-easing)}.hamburger--collapse-r--opened .hamburger-inner{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height))*-1),0) rotate(45deg);transition-delay:calc(var(--burguer-duration)*1.1);transition-timing-function:var(--burguer-easing)}.hamburger--collapse-r--opened .hamburger-inner:after{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration)*0.5) calc(var(--burguer-duration)*1.1) var(--burguer-easing)}.hamburger--collapse-r--opened .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top calc(var(--burguer-duration)*0.5) calc(var(--burguer-duration)*0.8) var(--burguer-easing),transform calc(var(--burguer-duration)*0.65) calc(var(--burguer-duration)*1.25) var(--burguer-easing)}.hamburger--elastic .hamburger-inner{top:calc(var(--hamburger-layer-height)/2);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--elastic .hamburger-inner:before{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));transition:opacity calc(var(--burguer-duration)*0.45) var(--burguer-duration) var(--burguer-easing)}.hamburger--elastic .hamburger-inner:after{top:calc(var(--hamburger-layer-height)*2 + var(--hamburger-layer-spacing)*2);transition:transform var(--burguer-duration) var(--burguer-easing)}.hamburger--elastic--opened .hamburger-inner{transform:translate3d(0,calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)),0) rotate(135deg);transition-delay:calc(var(--burguer-duration)*0.3)}.hamburger--elastic--opened .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-height) + var(--hamburger-layer-spacing))*-2),0) rotate(-270deg);transition-delay:calc(var(--burguer-duration)*0.3)}.hamburger--elastic-r .hamburger-inner{top:calc(var(--hamburger-layer-height)/2);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--elastic-r .hamburger-inner:before{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));transition:opacity calc(var(--burguer-duration)*0.45) var(--burguer-duration) var(--burguer-easing)}.hamburger--elastic-r .hamburger-inner:after{top:calc(var(--hamburger-layer-height)*2 + var(--hamburger-layer-spacing)*2);transition:transform var(--burguer-duration) var(--burguer-easing)}.hamburger--elastic-r--opened .hamburger-inner{transform:translate3d(0,calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)),0) rotate(-135deg);transition-delay:calc(var(--burguer-duration)*0.3)}.hamburger--elastic-r--opened .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r--opened .hamburger-inner:after{transform:translate3d(0,calc((var(--hamburger-layer-height) + var(--hamburger-layer-spacing))*-2),0) rotate(270deg);transition-delay:calc(var(--burguer-duration)*0.3)}.hamburger--emphatic .hamburger-inner{transition:background-color calc(var(--burguer-duration)*0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform calc(var(--burguer-duration)*0.7) var(--burguer-easing),top calc(var(--burguer-duration)*0.3) calc(var(--burguer-duration)*0.7) var(--burguer-easing),left calc(var(--burguer-duration)*0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic .hamburger-inner:after{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));right:0;transition:transform calc(var(--burguer-duration)*0.7) var(--burguer-easing),top calc(var(--burguer-duration)*0.3) calc(var(--burguer-duration)*0.7) var(--burguer-easing),right calc(var(--burguer-duration)*0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic--opened .hamburger-inner{transition-delay:0s;transition-timing-function:var(--burguer-easing);background-color:transparent !important}.hamburger--emphatic--opened .hamburger-inner:before{left:calc(var(--burguer-dimensions)*-2);top:calc(var(--burguer-dimensions)*-2);transform:translate3d(calc(var(--burguer-dimensions)*2),calc(var(--burguer-dimensions)*2),0) rotate(45deg);transition:transform calc(var(--burguer-duration)*0.7) var(--burguer-easing),top calc(var(--burguer-duration)*0.3) calc(var(--burguer-duration)*0.7) var(--burguer-easing),left calc(var(--burguer-duration)*0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic--opened .hamburger-inner:after{right:calc(var(--burguer-dimensions)*-2);top:calc(var(--burguer-dimensions)*-2);transform:translate3d(calc(var(--burguer-dimensions)*-2),calc(var(--burguer-dimensions)*2),0) rotate(-45deg);transition:transform calc(var(--burguer-duration)*0.7) var(--burguer-easing),top calc(var(--burguer-duration)*0.3) calc(var(--burguer-duration)*0.7) var(--burguer-easing),right calc(var(--burguer-duration)*0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r .hamburger-inner{transition:background-color var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform calc(var(--burguer-duration)*0.7) var(--burguer-easing),top calc(var(--burguer-duration)*0.3) calc(var(--burguer-duration)*0.7) var(--burguer-easing),left calc(var(--burguer-duration)*0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r .hamburger-inner:after{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));right:0;transition:transform calc(var(--burguer-duration)*0.7) var(--burguer-easing),top calc(var(--burguer-duration)*0.3) calc(var(--burguer-duration)*0.7) var(--burguer-easing),right calc(var(--burguer-duration)*0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r--opened .hamburger-inner{transition-delay:0s;transition-timing-function:var(--burguer-easing);background-color:transparent !important}.hamburger--emphatic-r--opened .hamburger-inner:before{left:calc(var(--burguer-dimensions)*-2);top:calc(var(--burguer-dimensions)*2);transform:translate3d(calc(var(--burguer-dimensions)*2),calc(var(--burguer-dimensions)*-2),0) rotate(-45deg);transition:transform calc(var(--burguer-duration)*0.7) var(--burguer-easing),top calc(var(--burguer-duration)*0.3) calc(var(--burguer-duration)*0.7) var(--burguer-easing),left calc(var(--burguer-duration)*0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r--opened .hamburger-inner:after{right:calc(var(--burguer-dimensions)*-2);top:calc(var(--burguer-dimensions)*2);transform:translate3d(calc(var(--burguer-dimensions)*-2),calc(var(--burguer-dimensions)*-2),0) rotate(45deg);transition:transform calc(var(--burguer-duration)*0.7) var(--burguer-easing),top calc(var(--burguer-duration)*0.3) calc(var(--burguer-duration)*0.7) var(--burguer-easing),right calc(var(--burguer-duration)*0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--minus .hamburger-inner:before,.hamburger--minus .hamburger-inner:after{transition:bottom var(--burguer-duration) 0s var(--burguer-easing),top var(--burguer-duration) 0s var(--burguer-easing),opacity 0s var(--burguer-easing)}.hamburger--minus--opened .hamburger-inner:before,.hamburger--minus--opened .hamburger-inner:after{opacity:0;transition:bottom var(--burguer-duration) var(--burguer-easing),top var(--burguer-duration) var(--burguer-easing),opacity 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--minus--opened .hamburger-inner:before{top:0}.hamburger--minus--opened .hamburger-inner:after{bottom:0}.hamburger--spin .hamburger-inner{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spin .hamburger-inner:before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity var(--burguer-duration) var(--burguer-easing)}.hamburger--spin .hamburger-inner:after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--spin--opened .hamburger-inner{transform:rotate(225deg);transition-delay:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spin--opened .hamburger-inner:before{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--spin--opened .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--spin-r .hamburger-inner{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spin-r .hamburger-inner:before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity var(--burguer-duration) var(--burguer-easing)}.hamburger--spin-r .hamburger-inner:after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--spin-r--opened .hamburger-inner{transform:rotate(-225deg);transition-delay:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spin-r--opened .hamburger-inner:before{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--spin-r--opened .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--spring .hamburger-inner{top:calc(var(--hamburger-layer-height)/2);transition:background-color 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--spring .hamburger-inner:before{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));transition:top calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)/2) var(--burguer-easing)}.hamburger--spring .hamburger-inner:after{top:calc(var(--hamburger-layer-height)*2 + var(--hamburger-layer-spacing)*2);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)/2) var(--burguer-easing)}.hamburger--spring--opened .hamburger-inner{transition-delay:var(--burguer-duration);background-color:transparent !important}.hamburger--spring--opened .hamburger-inner:before{top:0;transition:top calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing);transform:translate3d(0,calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)),0) rotate(45deg)}.hamburger--spring--opened .hamburger-inner:after{top:0;transition:top var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing);transform:translate3d(0,calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)),0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:var(--burguer-duration);transition-delay:0s;transition-timing-function:var(--burguer-easing)}.hamburger--spring-r .hamburger-inner:after{top:calc((var(--hamburger-layer-height)*2 + var(--hamburger-layer-spacing)*2)*-1);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity 0s var(--burguer-easing)}.hamburger--spring-r .hamburger-inner:before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--spring-r--opened .hamburger-inner{transform:translate3d(0,calc((var(--hamburger-layer-height) + var(--hamburger-layer-spacing))*-1),0) rotate(-45deg);transition-delay:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spring-r--opened .hamburger-inner:after{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--spring-r--opened .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--stand .hamburger-inner{transition:transform calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration)/2) var(--burguer-easing)}.hamburger--stand .hamburger-inner:before{transition:top calc(var(--burguer-duration)/2) calc(var(--burguer-duration)/2) var(--burguer-easing),transform calc(var(--burguer-duration)/2) 0s var(--burguer-easing)}.hamburger--stand .hamburger-inner:after{transition:bottom calc(var(--burguer-duration)/2) calc(var(--burguer-duration)/2) var(--burguer-easing),transform calc(var(--burguer-duration)/2) 0s var(--burguer-easing)}.hamburger--stand--opened .hamburger-inner{transform:rotate(90deg);background-color:transparent !important;transition:transform calc(var(--burguer-duration)/2) 0s var(--burguer-easing),background-color 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--stand--opened .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing)}.hamburger--stand--opened .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing)}.hamburger--stand-r .hamburger-inner{transition:transform calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration)/2) var(--burguer-easing)}.hamburger--stand-r .hamburger-inner:before{transition:top calc(var(--burguer-duration)/2) calc(var(--burguer-duration)/2) var(--burguer-easing),transform calc(var(--burguer-duration)/2) 0s var(--burguer-easing)}.hamburger--stand-r .hamburger-inner:after{transition:bottom calc(var(--burguer-duration)/2) calc(var(--burguer-duration)/2) var(--burguer-easing),transform calc(var(--burguer-duration)/2) 0s var(--burguer-easing)}.hamburger--stand-r--opened .hamburger-inner{transform:rotate(-90deg);background-color:transparent !important;transition:transform calc(var(--burguer-duration)/2) 0s var(--burguer-easing),background-color 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--stand-r--opened .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing)}.hamburger--stand-r--opened .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration)/2) var(--burguer-duration) var(--burguer-easing)}.hamburger--squeeze .hamburger-inner{transition-duration:calc(var(--burguer-duration)*0.65);transition-timing-function:var(--burguer-easing)}.hamburger--squeeze .hamburger-inner:before{transition:top calc(var(--burguer-duration)*0.65) var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration)*0.65) var(--burguer-easing)}.hamburger--squeeze .hamburger-inner:after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--squeeze--opened .hamburger-inner{transform:rotate(45deg);transition-delay:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--squeeze--opened .hamburger-inner:before{top:0;opacity:0;transition:top calc(var(--burguer-duration)*0.65) var(--burguer-easing),opacity calc(var(--burguer-duration)*0.65) var(--burguer-duration) var(--burguer-easing)}.hamburger--squeeze--opened .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom calc(var(--burguer-duration)*0.65) var(--burguer-easing),transform calc(var(--burguer-duration)*0.65) var(--burguer-duration) var(--burguer-easing)}.hamburger--vortex .hamburger-inner{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--vortex .hamburger-inner:before,.hamburger--vortex .hamburger-inner:after{transition-duration:0s;transition-delay:calc(var(--burguer-duration)/2);transition-timing-function:var(--burguer-easing)}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex--opened .hamburger-inner{transform:rotate(765deg);transition-timing-function:var(--burguer-easing)}.hamburger--vortex--opened .hamburger-inner:before,.hamburger--vortex--opened .hamburger-inner:after{transition-delay:0s}.hamburger--vortex--opened .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex--opened .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--vortex-r .hamburger-inner:before,.hamburger--vortex-r .hamburger-inner:after{transition-duration:0s;transition-delay:calc(var(--burguer-duration)/2);transition-timing-function:var(--burguer-easing)}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r--opened .hamburger-inner{transform:rotate(-765deg);transition-timing-function:var(--burguer-easing)}.hamburger--vortex-r--opened .hamburger-inner:before,.hamburger--vortex-r--opened .hamburger-inner:after{transition-delay:0s}.hamburger--vortex-r--opened .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r--opened .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.next-burger-animated{cursor:pointer;position:relative;--burguer-rounded:round;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-easing:ease;--burguer-dimensions:50px;--hamburger-layer-height:4px;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-animated,.next-burger-animated *{will-change:unset}.next-burger-animated svg{transform-origin:center center}.next-burger-animated svg *{transform-origin:center center;transform:scale(1.65)}.next-burger-animated input{display:none}.next-burger-animated label{all:unset;display:block;cursor:pointer;position:absolute;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-animated path{fill:none;stroke:var(--burguer-stroke-color);stroke-width:var(--hamburger-layer-height);stroke-linecap:var(--burguer-rounded);stroke-linejoin:var(--burguer-rounded);--length:24;--offset:-38;stroke-dasharray:var(--length) var(--total-length);stroke-dashoffset:var(--offset);transition:all var(--burguer-duration) var(--burguer-easing)}.next-burger-animated circle{fill:#fff3;opacity:0}.next-burger-animated--1--opened svg .line--1,.next-burger-animated--1--opened svg .line--3,.next-burger-animated--2--opened svg .line--1,.next-burger-animated--2--opened svg .line--3{--length:22.627416998}.next-burger-animated--1--opened svg .line--2,.next-burger-animated--2--opened svg .line--2{--length:0}.next-burger-animated--3--opened svg .line--1,.next-burger-animated--3--opened svg .line--3,.next-burger-animated--4--opened svg .line--1,.next-burger-animated--4--opened svg .line--3{--length:8.602325267}.next-burger-animated--1 .line--1,.next-burger-animated--1 .line--3{--total-length:126.74183044433594}.next-burger-animated--1 .line--2{--total-length:70}.next-burger-animated--1--opened svg .line--1,.next-burger-animated--1--opened svg .line--3{--offset:-94.1149185097}.next-burger-animated--1--opened svg .line--2{--offset:-50}.next-burger-animated--2 .line--1,.next-burger-animated--2 .line--3{--total-length:111.22813415527344;--offset:-50.22813415527344}.next-burger-animated--2 .line--2{--total-length:99}.next-burger-animated--2--opened svg path{transform:scale(1.65) translateX(30px)}.next-burger-animated--2--opened svg .line--1,.next-burger-animated--2--opened svg .line--3{--offset:-16.9705627485}.next-burger-animated--2--opened svg .line--2{--offset:-20}.next-burger-animated--3 .line--1,.next-burger-animated--3 .line--3{--total-length:126.38166809082031}.next-burger-animated--3 .line--2{--total-length:80}.next-burger-animated--3--opened svg .line--1,.next-burger-animated--3--opened svg .line--3{--offset:-109.1770175568}.next-burger-animated--4 .line--1,.next-burger-animated--4 .line--3{--total-length:103.35061645507812;--offset:-42.35061645507812}.next-burger-animated--4 .line--2{--total-length:99}.next-burger-animated--4--opened svg path{transform:scale(1.65) translateX(31px)}.next-burger-animated--4--opened svg .line--1,.next-burger-animated--4--opened svg .line--3{--offset:-8.602325267}.next-burger-animated--4--opened svg .line--2{--offset:-7}.next-burger-animated--distorsionv3{cursor:pointer;position:relative;background:0 0;--burguer-rounded:round;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-easing:ease;--burguer-dimensions:50px;--hamburger-layer-height:4px;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-animated--distorsionv3 svg{width:calc(var(--burguer-dimensions)*1.777);height:calc(var(--burguer-dimensions)*1.333);top:calc(var(--burguer-dimensions)*-0.1666);left:calc(var(--burguer-dimensions)*-0.3888);stroke:var(--burguer-stroke-color);stroke-width:var(--hamburger-layer-height);stroke-linecap:var(--burguer-rounded);stroke-linejoin:var(--burguer-rounded);fill:none;display:block;position:absolute}.next-burger-animated--distorsionv3 svg path{transition:stroke-dasharray var(--duration,var(--burguer-duration)) var(--easing,var(--burguer-easing)) var(--delay,0s),stroke-dashoffset var(--duration,var(--burguer-duration)) var(--easing,var(--burguer-easing)) var(--delay,0s);stroke-dasharray:var(--array-1,26px) var(--array-2,100px);stroke-dashoffset:var(--offset,126px);transform:translateZ(0)}.next-burger-animated--distorsionv3 svg path:nth-child(2){--duration:var(--burguer-duration);--easing:ease-in;--offset:100px;--array-2:74px}.next-burger-animated--distorsionv3 svg path:nth-child(3){--offset:133px;--array-2:107px}.next-burger-animated--distorsionv3--opened svg path{--offset:57px}.next-burger-animated--distorsionv3--opened svg path:nth-child(1),.next-burger-animated--distorsionv3--opened svg path:nth-child(3){--delay:calc(var(--burguer-duration)*0.2142);--easing:cubic-bezier(.2,.4,.2,1.1)}.next-burger-animated--distorsionv3--opened svg path:nth-child(2){--duration:calc(var(--burguer-duration)*0.5714);--offset:2px;--array-1:1px}.next-burger-animated--distorsionv3--opened svg path:nth-child(3){--offset:58px}.next-burger-animated--chevron{cursor:pointer;position:relative;--burguer-dimensions:50px;--burguer-rounded:round;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-duration-reduced:calc(var(--burguer-duration)/4);--burguer-easing:ease;--hamburger-layer-height:4px}.next-burger-animated--chevron,.next-burger-animated--chevron *{will-change:unset}.next-burger-animated--chevron .nav{width:var(--burguer-dimensions);height:var(--burguer-dimensions);--color:var(--burguer-stroke-color);background:0 0;position:relative;display:flex;justify-content:center;align-items:center}.next-burger-animated--chevron .nav svg{width:var(--burguer-dimensions);height:var(--burguer-dimensions);fill:none;stroke:var(--color);stroke-width:var(--hamburger-layer-height);stroke-linecap:var(--burguer-rounded);stroke-linejoin:var(--burguer-rounded)}.next-burger-animated--chevron .nav svg use:nth-of-type(1){opacity:1;stroke-dashoffset:221;stroke-dasharray:46 249;transition:stroke-dashoffset var(--burguer-duration-reduced) var(--burguer-easing) calc(var(--burguer-duration-reduced)*1.666),stroke-dasharray var(--burguer-duration-reduced) var(--burguer-easing) calc(var(--burguer-duration-reduced)*1.666),opacity 0s var(--burguer-easing) calc(var(--burguer-duration-reduced)*1.666)}.next-burger-animated--chevron .nav svg use:nth-of-type(2){animation:stroke-animation-reverse calc(var(--burguer-duration-reduced)*10) ease-out forwards}.next-burger-animated--chevron .nav input{position:absolute;height:100%;width:100%;z-index:2;cursor:pointer;opacity:0}.next-burger-animated--chevron .nav input:checked+svg use:nth-of-type(1){stroke-dashoffset:175;stroke-dasharray:0 295;opacity:0;transition:stroke-dashoffset calc(var(--burguer-duration-reduced)*0.58333) var(--burguer-easing) calc(var(--burguer-duration-reduced)*0.58333),stroke-dasharray calc(var(--burguer-duration-reduced)*0.58333) var(--burguer-easing) calc(var(--burguer-duration-reduced)*0.58333),opacity 0s var(--burguer-easing) calc(var(--burguer-duration-reduced)*1.1666)}.next-burger-animated--chevron .nav input:checked+svg use:nth-of-type(2){animation:stroke-animation calc(var(--burguer-duration-reduced)*10) ease-out forwards}@keyframes stroke-animation{0%{stroke-dashoffset:295;stroke-dasharray:25 270}50%{stroke-dashoffset:68;stroke-dasharray:59 236}65%{stroke-dashoffset:59;stroke-dasharray:59 236}100%{stroke-dashoffset:68;stroke-dasharray:59 236}}@keyframes stroke-animation-reverse{0%{stroke-dashoffset:68;stroke-dasharray:59 236}50%{stroke-dashoffset:290;stroke-dasharray:25 270}65%{stroke-dashoffset:295;stroke-dasharray:25 270}100%{stroke-dashoffset:290;stroke-dasharray:25 270}}.next-burger-flipped{background-color:transparent;cursor:pointer;position:relative;--burguer-dimensions:50px;--burguer-rounded:round;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-easing:ease;--hamburger-layer-height:4px;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-flipped svg{-webkit-tap-highlight-color:transparent;transition:transform var(--burguer-duration);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-flipped[class$="--opened"] .hamRotate{transform:rotate(45deg)}.next-burger-flipped[class$="--opened"] .hamRotate180{transform:rotate(180deg)}.next-burger-flipped .line{fill:none;transition:stroke-dasharray var(--burguer-duration),stroke-dashoffset var(--burguer-duration);transition-timing-function:var(--burguer-easing);stroke:var(--burguer-stroke-color);stroke-width:var(--hamburger-layer-height);stroke-linecap:var(--burguer-rounded)}.next-burger-flipped--flipping svg .top{stroke-dasharray:40.1 139}.next-burger-flipped--flipping svg .bottom{stroke-dasharray:40.1 180}.next-burger-flipped--flipping--opened svg .top{stroke-dashoffset:-98px}.next-burger-flipped--flipping--opened svg .bottom{stroke-dashoffset:-138px}.next-burger-flipped--flippingarrow svg .top{stroke-dasharray:40.1 121}.next-burger-flipped--flippingarrow svg .bottom{stroke-dasharray:40.1 121}.next-burger-flipped--flippingarrow--opened svg .top{stroke-dashoffset:-102px}.next-burger-flipped--flippingarrow--opened svg .bottom{stroke-dashoffset:-102px}.next-burger-flipped--flippingtitle svg .top{stroke-dasharray:40.1 130}.next-burger-flipped--flippingtitle svg .middle{stroke-dasharray:40.1 140}.next-burger-flipped--flippingtitle svg .bottom{stroke-dasharray:40.1 205}.next-burger-flipped--flippingtitle--opened svg .top{stroke-dasharray:75 130;stroke-dashoffset:-63px}.next-burger-flipped--flippingtitle--opened svg .middle{stroke-dashoffset:-102px}.next-burger-flipped--flippingtitle--opened svg .bottom{stroke-dasharray:110 205;stroke-dashoffset:-86px}.next-burger-flipped--flippingv4 svg .top{stroke-dasharray:40.1 121}.next-burger-flipped--flippingv4 svg .bottom{stroke-dasharray:40.1 121}.next-burger-flipped--flippingv4--opened svg .top{stroke-dashoffset:-68px}.next-burger-flipped--flippingv4--opened svg .bottom{stroke-dashoffset:-68px}.next-burger-flipped--flippingarrowv2 svg .top{stroke-dasharray:40.1 82}.next-burger-flipped--flippingarrowv2 svg .bottom{stroke-dasharray:40.1 82}.next-burger-flipped--flippingarrowv2--opened svg .top{stroke-dasharray:14 82;stroke-dashoffset:-72px}.next-burger-flipped--flippingarrowv2--opened svg .bottom{stroke-dasharray:14 82;stroke-dashoffset:-72px}.next-burger-flipped--flippingv3 svg .top{stroke-dasharray:40.1 172}.next-burger-flipped--flippingv3 svg .middle{stroke-dasharray:40.1 111}.next-burger-flipped--flippingv3 svg .bottom{stroke-dasharray:40.1 172}.next-burger-flipped--flippingv3--opened svg .top{stroke-dashoffset:-132px}.next-burger-flipped--flippingv3--opened svg .middle{stroke-dashoffset:-71px}.next-burger-flipped--flippingv3--opened svg .bottom{stroke-dashoffset:-132px}.next-burger-flipped--flippingv2 svg .top{stroke-dasharray:40.1 82}.next-burger-flipped--flippingv2 svg .middle{stroke-dasharray:40.1 111}.next-burger-flipped--flippingv2 svg .bottom{stroke-dasharray:40.1 161}.next-burger-flipped--flippingv2--opened svg .top{stroke-dasharray:17 82;stroke-dashoffset:-62px}.next-burger-flipped--flippingv2--opened svg .middle{stroke-dashoffset:23px}.next-burger-flipped--flippingv2--opened svg .bottom{stroke-dashoffset:-83px}.next-burger-flipped--flippingv5 svg .top{stroke-dasharray:40.1 160}.next-burger-flipped--flippingv5 svg .middle{stroke-dasharray:40.1 142;transform-origin:50%;transition:transform var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-flipped--flippingv5 svg .bottom{stroke-dasharray:40.1 85;transform-origin:50%;transition:transform var(--burguer-duration),stroke-dashoffset var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-flipped--flippingv5--opened svg .top{stroke-dashoffset:-64px}.next-burger-flipped--flippingv5--opened svg .middle{transform:rotate(90deg)}.next-burger-flipped--flippingv5--opened svg .bottom{stroke-dashoffset:-64px}.next-burger-disfigured{--burguer-dimensions:50px;--hamburger-layer-height:5px;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-easing:ease;--hamburger-border-radius:4px}.next-burger-disfigured--bottom-arrow{width:calc(var(--burguer-dimensions)*1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--bottom-arrow span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--bottom-arrow span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:0;left:0}.next-burger-disfigured--bottom-arrow span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions)*0.4333);left:0}.next-burger-disfigured--bottom-arrow span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:0;left:0}.next-burger-disfigured--bottom-arrow:not(.next-burger-disfigured--bottom-arrow--opened):hover span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions)*-0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--bottom-arrow:not(.next-burger-disfigured--bottom-arrow--opened):hover span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions)*0.4333);left:0;transition:calc(var(--burguer-duration)*1.3333) var(--burguer-easing)}.next-burger-disfigured--bottom-arrow:not(.next-burger-disfigured--bottom-arrow--opened):hover span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:calc(var(--burguer-dimensions)*-0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--bottom-arrow--opened span:nth-child(1){left:calc(var(--burguer-dimensions)*0.1);top:calc(var(--burguer-dimensions)*0.4333);width:var(--burguer-dimensions);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(90deg);transition-delay:calc(var(--burguer-duration)/2)}.next-burger-disfigured--bottom-arrow--opened span:nth-child(2){left:calc(var(--burguer-dimensions)*0.0666);top:calc(var(--burguer-dimensions)*0.666);width:calc(var(--burguer-dimensions)*0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(45deg);transition-delay:alc(var(--burguer-duration)/6)}.next-burger-disfigured--bottom-arrow--opened span:nth-child(3){left:calc(var(--burguer-dimensions)*0.4666);top:calc(var(--burguer-dimensions)*0.666);width:calc(var(--burguer-dimensions)*0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(-45deg);transition-delay:calc(var(--burguer-duration)/3)}.next-burger-disfigured--right-arrow{width:calc(var(--burguer-dimensions)*1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--right-arrow span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--right-arrow span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:0;left:0}.next-burger-disfigured--right-arrow span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions)*0.4333);left:0}.next-burger-disfigured--right-arrow span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:0;left:0}.next-burger-disfigured--right-arrow:not(.next-burger-disfigured--right-arrow--opened):hover span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions)*-0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--right-arrow:not(.next-burger-disfigured--right-arrow--opened):hover span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions)*0.4333);left:0;transition:calc(var(--burguer-duration)*1.3333) var(--burguer-easing)}.next-burger-disfigured--right-arrow:not(.next-burger-disfigured--right-arrow--opened):hover span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:calc(var(--burguer-dimensions)*-0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--right-arrow--opened{transform:rotate(-90deg)}.next-burger-disfigured--right-arrow--opened span:nth-child(1){left:calc(var(--burguer-dimensions)*0.1);top:calc(var(--burguer-dimensions)*0.4333);width:var(--burguer-dimensions);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(90deg);transition-delay:calc(var(--burguer-duration)/2)}.next-burger-disfigured--right-arrow--opened span:nth-child(2){left:calc(var(--burguer-dimensions)*0.0666);top:calc(var(--burguer-dimensions)*0.666);width:calc(var(--burguer-dimensions)*0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(45deg);transition-delay:calc(var(--burguer-duration)/6)}.next-burger-disfigured--right-arrow--opened span:nth-child(3){left:calc(var(--burguer-dimensions)*0.4666);top:calc(var(--burguer-dimensions)*0.666);width:calc(var(--burguer-dimensions)*0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(-45deg);transition-delay:calc(var(--burguer-duration)/3)}.next-burger-disfigured--left-arrow{width:calc(var(--burguer-dimensions)*1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--left-arrow span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--left-arrow span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:0;left:0}.next-burger-disfigured--left-arrow span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions)*0.4333);left:0}.next-burger-disfigured--left-arrow span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:0;left:0}.next-burger-disfigured--left-arrow:not(.next-burger-disfigured--left-arrow--opened):hover span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions)*-0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--left-arrow:not(.next-burger-disfigured--left-arrow--opened):hover span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions)*0.4333);left:0;transition:calc(var(--burguer-duration)*1.3333) var(--burguer-easing)}.next-burger-disfigured--left-arrow:not(.next-burger-disfigured--left-arrow--opened):hover span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:calc(var(--burguer-dimensions)*-0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--left-arrow--opened{transform:rotate(90deg)}.next-burger-disfigured--left-arrow--opened span:nth-child(1){left:calc(var(--burguer-dimensions)*0.1);top:calc(var(--burguer-dimensions)*0.4333);width:var(--burguer-dimensions);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(90deg);transition-delay:calc(var(--burguer-duration)/2)}.next-burger-disfigured--left-arrow--opened span:nth-child(2){left:calc(var(--burguer-dimensions)*0.0666);top:calc(var(--burguer-dimensions)*0.666);width:calc(var(--burguer-dimensions)*0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(45deg);transition-delay:calc(var(--burguer-duration)/6)}.next-burger-disfigured--left-arrow--opened span:nth-child(3){left:calc(var(--burguer-dimensions)*0.4666);top:calc(var(--burguer-dimensions)*0.666);width:calc(var(--burguer-dimensions)*0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(-45deg);transition-delay:calc(var(--burguer-duration)/3)}.next-burger-disfigured--cross{width:calc(var(--burguer-dimensions)*1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--cross span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing);width:100%;height:var(--hamburger-layer-height)}.next-burger-disfigured--cross span:nth-child(1){top:0;left:0}.next-burger-disfigured--cross span:nth-child(2){top:calc(var(--burguer-dimensions)*0.4333);left:0;opacity:1}.next-burger-disfigured--cross span:nth-child(3){bottom:0;left:0}.next-burger-disfigured--cross:not(.next-burger-disfigured--cross--opened):hover span:nth-child(1){transform:rotate(-3deg) scaleY(1.1)}.next-burger-disfigured--cross:not(.next-burger-disfigured--cross--opened):hover span:nth-child(2){transform:rotate(3deg) scaleY(1.1)}.next-burger-disfigured--cross:not(.next-burger-disfigured--cross--opened):hover span:nth-child(3){transform:rotate(-4deg) scaleY(1.1)}.next-burger-disfigured--cross--opened span:nth-child(1){transform:rotate(45deg);top:calc(var(--burguer-dimensions)*0.4333)}.next-burger-disfigured--cross--opened span:nth-child(2){opacity:0}.next-burger-disfigured--cross--opened span:nth-child(3){transform:rotate(-45deg);top:calc(var(--burguer-dimensions)*0.4333)}.next-burger-disfigured--chevron{width:calc(var(--burguer-dimensions)*1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--chevron span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing);width:100%;height:var(--hamburger-layer-height)}.next-burger-disfigured--chevron span:nth-child(1){top:0;left:0}.next-burger-disfigured--chevron span:nth-child(2){top:calc(var(--burguer-dimensions)*0.4333);left:0}.next-burger-disfigured--chevron span:nth-child(3){bottom:0;left:0}.next-burger-disfigured--chevron:not(.next-burger-disfigured--chevron--opened):hover span:nth-child(1){transform:scaleY(1.2);left:calc(var(--burguer-dimensions)*-0.1666)}.next-burger-disfigured--chevron:not(.next-burger-disfigured--chevron--opened):hover span:nth-child(2){transform:rotate(5deg) scaleY(1.1)}.next-burger-disfigured--chevron:not(.next-burger-disfigured--chevron--opened):hover span:nth-child(3){transform:scaleY(1.2);left:calc(var(--burguer-dimensions)*0.1666)}.next-burger-disfigured--chevron--opened span:nth-child(1){transform:rotate(45deg) scaleX(.7);top:calc(var(--burguer-dimensions)*0.4333);left:calc(var(--burguer-dimensions)*-0.2666)}.next-burger-disfigured--chevron--opened span:nth-child(2){transform:scale(0);transition-duration:calc(var(--burguer-duration)/6)}.next-burger-disfigured--chevron--opened span:nth-child(3){transform:rotate(-45deg) scaleX(.7);top:calc(var(--burguer-dimensions)*0.4333);left:calc(var(--burguer-dimensions)*0.2333)}.next-burger-disfigured--plus{width:calc(var(--burguer-dimensions)*1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--plus span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing);width:100%;height:var(--hamburger-layer-height)}.next-burger-disfigured--plus span:nth-child(1){top:0;left:0}.next-burger-disfigured--plus span:nth-child(2){top:calc(var(--burguer-dimensions)*0.4333);left:0}.next-burger-disfigured--plus span:nth-child(3){bottom:0;left:0}.next-burger-disfigured--plus:not(.next-burger-disfigured--plus--opened):hover span:nth-child(1){transform:scaleX(.8)}.next-burger-disfigured--plus:not(.next-burger-disfigured--plus--opened):hover span:nth-child(2){transform:scaleX(.5)}.next-burger-disfigured--plus:not(.next-burger-disfigured--plus--opened):hover span:nth-child(3){transform:scaleX(.8)}.next-burger-disfigured--plus--opened span:nth-child(1){transform:rotate(90deg);top:calc(var(--burguer-dimensions)*0.4333)}.next-burger-disfigured--plus--opened span:nth-child(2){transform:scale(0);transition-duration:calc(var(--burguer-duration)/6)}.next-burger-disfigured--plus--opened span:nth-child(3){top:calc(var(--burguer-dimensions)*0.4333)}.next-burger-disfigured--minus{width:calc(var(--burguer-dimensions)*1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--minus span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing);width:100%;height:var(--hamburger-layer-height)}.next-burger-disfigured--minus span:nth-child(1){top:0;left:0}.next-burger-disfigured--minus span:nth-child(2){top:calc(var(--burguer-dimensions)*0.4333);left:0}.next-burger-disfigured--minus span:nth-child(3){bottom:0;left:0}.next-burger-disfigured--minus:not(.next-burger-disfigured--minus--opened):hover span:nth-child(1){transform:scaleX(.8)}.next-burger-disfigured--minus:not(.next-burger-disfigured--minus--opened):hover span:nth-child(2){transform:scaleX(.5)}.next-burger-disfigured--minus:not(.next-burger-disfigured--minus--opened):hover span:nth-child(3){transform:scaleX(.8)}.next-burger-disfigured--minus--opened span:nth-child(1){top:calc(var(--burguer-dimensions)*0.4333)}.next-burger-disfigured--minus--opened span:nth-child(2){top:calc(var(--burguer-dimensions)*0.4333)}.next-burger-disfigured--minus--opened span:nth-child(3){top:calc(var(--burguer-dimensions)*0.4333)}.next-burger-arrow{--burguer-dimensions:50px;--hamburger-layer-height:4px;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-easing:ease;--hamburger-border-radius:4px;background:0 0;--anim-menu-btn-icon-size:calc(var(--burguer-dimensions)*0.6666);display:flex;justify-content:center;align-items:center;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-arrow__icon{position:relative;display:block;font-size:var(--anim-menu-btn-icon-size);width:1em;height:var(--hamburger-layer-height);color:inherit;background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;-webkit-transform:scale(1);transform:scale(1);color:var(--burguer-stroke-color)}.next-burger-arrow__icon:before,.next-burger-arrow__icon:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-image:inherit;border-radius:inherit;color:var(--burguer-stroke-color)}.next-burger-arrow__icon--close{background-size:100% 100%;will-change:transform,background-size;transition-property:background-size,-webkit-transform;transition-property:transform,background-size;transition-property:transform,background-size,-webkit-transform;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-arrow__icon--close:before,.next-burger-arrow__icon--close:after{will-change:inherit;transition:inherit}.next-burger-arrow__icon--close:before{-webkit-transform:translateY(-.25em) rotate(0);transform:translateY(-.25em) rotate(0)}.next-burger-arrow__icon--close:after{-webkit-transform:translateY(.25em) rotate(0);transform:translateY(.25em) rotate(0)}[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow__icon--close{background-size:0% 100%}[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow__icon--close:before{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow__icon--close:after{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}.next-burger-arrow_icon-left,.next-burger-arrow_icon-right,.next-burger-arrow_icon-up,.next-burger-arrow_icon-down{border-radius:var(--hamburger-border-radius);will-change:transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-arrow_icon-left:before,.next-burger-arrow_icon-left:after,.next-burger-arrow_icon-right:before,.next-burger-arrow_icon-right:after,.next-burger-arrow_icon-up:before,.next-burger-arrow_icon-up:after,.next-burger-arrow_icon-down:before,.next-burger-arrow_icon-down:after{-webkit-transform-origin:calc(var(--hamburger-layer-height)/2) 50%;transform-origin:calc(var(--hamburger-layer-height)/2) 50%;will-change:transform,width;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-arrow_icon-left:before,.next-burger-arrow_icon-right:before,.next-burger-arrow_icon-up:before,.next-burger-arrow_icon-down:before{-webkit-transform:translateY(-.25em) rotate(0);transform:translateY(-.25em) rotate(0)}.next-burger-arrow_icon-left:after,.next-burger-arrow_icon-right:after,.next-burger-arrow_icon-up:after,.next-burger-arrow_icon-down:after{-webkit-transform:translateY(.25em) rotate(0);transform:translateY(.25em) rotate(0)}.next-burger-arrow_icon-right{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-left:before,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-left:after,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-right:before,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-right:after,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-up:before,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-up:after,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-down:before,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-down:after{width:50%}[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-left:before,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-right:before,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-up:before,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-down:before{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-left:after,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-right:after,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-up:after,[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-down:after{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[class^=next-burger-arrow--][class$="--opened"] .next-burger-arrow_icon-down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.next-burger-bounce{--burguer-dimensions:50px;--hamburger-layer-height:1.5px;--burguer-stroke-color:#000;--burguer-duration:.6s;--burguer-easing:ease;width:var(--burguer-dimensions);aspect-ratio:1;display:grid;place-items:center;padding:0;scale:1;background:0 0;border:0;cursor:pointer}.next-burger-bounce,.next-burger-bounce *{will-change:unset}.next-burger-bounce rect{height:var(--hamburger-layer-height);transform-box:fill-box;transform-origin:50% 50%;fill:var(--burguer-stroke-color)}.next-burger-bounce rect{transition:rotate var(--burguer-duration) 0s,translate var(--burguer-duration) var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-bounce--opened rect:nth-of-type(1){translate:0 333%;rotate:-45deg}.next-burger-bounce--opened rect:nth-of-type(2){rotate:45deg}.next-burger-bounce--opened rect:nth-of-type(3){translate:0 -333%;rotate:45deg}.next-burger-bounce--opened rect{transition:translate var(--burguer-duration),rotate var(--burguer-duration) calc(var(--burguer-duration)*1.5);transition-timing-function:var(--burguer-easing)}.next-burger-bounce--opened svg{rotate:90deg;transition:rotate calc(var(--burguer-duration)*5) calc(var(--burguer-duration)*2)}@supports (--custom:linear()){.next-burger-bounce{--elastic-out:linear(0,.2178 2.1%,1.1144 8.49%,1.2959 10.7%,1.3463 11.81%,1.3705 12.94%,1.3726,1.3643 14.48%,1.3151 16.2%,1.0317 21.81%,.941 24.01%,.8912 25.91%,.8694 27.84%,.8698 29.21%,.8824 30.71%,1.0122 38.33%,1.0357,1.046 42.71%,1.0416 45.7%,.9961 53.26%,.9839 57.54%,.9853 60.71%,1.0012 68.14%,1.0056 72.24%,.9981 86.66%,1);--elastic-in-out:linear(0,.0009 8.51%,-.0047 19.22%,.0016 22.39%,.023 27.81%,.0237 30.08%,.0144 31.81%,-.0051 33.48%,-.1116 39.25%,-.1181 40.59%,-.1058 41.79%,-.0455,.0701 45.34%,.9702 55.19%,1.0696 56.97%,1.0987 57.88%,1.1146 58.82%,1.1181 59.83%,1.1092 60.95%,1.0057 66.48%,.986 68.14%,.9765 69.84%,.9769 72.16%,.9984 77.61%,1.0047 80.79%,.9991 91.48%,1)}.next-burger-bounce--opened svg{transition-timing-function:var(--elastic-out)}}.bc-core-burguer--stickynav-menu{display:none}.bc-core-burguer--stickynav-menu-show{display:flex}.bc-stickynav-menu{width:fit-content;height:fit-content;position:fixed;z-index:9999;top:0;--transition-duration:.5s;--transition-easing:ease;transition:transform var(--transition-duration) var(--transition-easing),height var(--transition-duration) var(--transition-easing);--transition-duration-responsive:.3s;--transition-delay-responsive:0s;--transition-easing-responsive:ease}.bc-stickynav-menu__items-wrapper{position:relative;width:100vw;display:flex;flex-direction:row;align-items:center;justify-content:center;column-gap:15px;padding:25px;background:#a0e806;--nav-transition-duration:.2s;--nav-transition-easing:ease;transition:background var(--nav-transition-duration) var(--nav-transition-easing)}.bc-stickynav-menu--scroll-start .bc-stickynav-menu__items-wrapper{--filter:0px;-webkit-backdrop-filter:blur(var(--filter));backdrop-filter:blur(var(--filter))}.bc-stickynav-menu[data-sticky=bc-stickynav-menu--sticky]{transform:translateY(-100%)}.bc-stickynav-menu__items-wrapper--show{opacity:1 !important;top:0 !important;left:0 !important;pointer-events:all !important}.bc-stickynav-menu__items-wrapper--hide{display:none;pointer-events:none}.bricks-draggable-root [data-class=bc-stickynav-menu--responsive-media] .bc-stickynav-menu__items-wrapper{display:flex;pointer-events:all}.next-blur-reveal__anchor{display:block;width:fit-content;height:fit-content}.next-blur-reveal{display:block;width:fit-content}.next-blur-reveal__inner{display:block;clip-path:polygon(0 0,150% 0,150% 150%,0% 150%)}.next-blur-reveal__line-wrapper{overflow:hidden}.next-blur-reveal__inner--to-hide{opacity:0}.next-blur-reading{width:100%;height:auto;font-size:36px}.blur-word,.blur-char{-webkit-backface-visibility:hidden;-webkit-perspective:1000;backface-visibility:hidden;perspective:1000}.next-cta-nav *{white-space:nowrap;flex-wrap:nowrap;box-sizing:border-box}.next-cta-nav{overflow:hidden;width:auto;height:auto;background-color:#ff98ed;--offset:20px;--duration:.7s;--easing:ease;transition:width var(--duration) var(--easing),height var(--duration) var(--easing)}.next-cta-nav--stick{margin-top:unset;position:fixed;top:var(--offset)}.next-cta-nav__cta,.next-cta-nav__nav{display:flex;flex-direction:row;column-gap:8px;width:fit-content;height:auto;padding:10px 20px}.next-cta-nav--stick .next-cta-nav__cta{display:none}.next-cta-nav:not(.next-cta-nav--stick) .next-cta-nav__nav{display:none}.next-cta-nav__cta--get-width,.next-cta-nav__nav--get-width{display:flex !important}.next-dock-menu{width:fit-content;height:auto;padding:8px;display:flex;align-items:center;justify-content:center;gap:8px}.next-dock-menu__item{--dimensions:40px;width:var(--dimensions);height:var(--dimensions);min-width:unset !important;min-height:unset !important;outline:unset !important;cursor:pointer;position:relative}.next-dock-menu__item:before{white-space:nowrap;content:attr(data-tooltip);display:block;padding:5px;position:absolute;top:-28px;left:50%;transform:translateX(-50%);font-size:10px;color:#e0e0e0;opacity:0;pointer-events:none;transition:.1s ease-out opacity}.next-dock-menu__item:hover:before{opacity:1}.next-inverted-corner{--block-background:#8eff71;--corners-background:#fff;--block-border-radius:20px;--thickness:var(--block-border-radius);--inverted-corner-border-radius:50%;--content-corner-width:60px;--content-corner-height:60px;--content-corner-distance:6px;width:400px;height:400px}.next-inverted-corner__inner{position:relative;width:100%;height:100%;background:var(--corners-background);border-radius:var(--block-border-radius);overflow:hidden}.next-inverted-corner__box{width:100%;height:100%;background:var(--corners-background);border-radius:var(--block-border-radius);overflow:hidden}.next-inverted-corner__content-wrapper{position:absolute;inset:0;background:var(--block-background);display:flex;align-items:center;justify-content:center}.next-inverted-corner__content-corner{position:absolute;z-index:1;width:var(--content-corner-width);height:var(--content-corner-height);background:var(--corners-background)}.next-inverted-corner__content-corner:before{position:absolute;z-index:-1;content:"";background:0 0;width:var(--thickness);height:var(--thickness)}.next-inverted-corner__content-corner:after{position:absolute;z-index:-1;content:"";background:0 0;width:var(--thickness);height:var(--thickness)}.next-inverted-corner--top-left .next-inverted-corner__inner{border-top-left-radius:0}.next-inverted-corner--top-left .next-inverted-corner__content-corner{border-bottom-right-radius:var(--inverted-corner-border-radius)}.next-inverted-corner--top-left .next-inverted-corner__content-corner{top:calc(var(--content-corner-distance)*-1);left:calc(var(--content-corner-distance)*-1)}.next-inverted-corner--top-left .next-inverted-corner__content-corner:before{top:var(--content-corner-distance);right:calc(var(--thickness)*-1);border-top-left-radius:var(--thickness);box-shadow:calc(var(--block-border-radius)*-1) calc(var(--block-border-radius)*-1) 0 var(--block-border-radius) var(--corners-background)}.next-inverted-corner--top-left .next-inverted-corner__content-corner:after{bottom:calc(var(--thickness)*-1);left:var(--content-corner-distance);border-top-left-radius:var(--thickness);box-shadow:calc(var(--block-border-radius)*-1) calc(var(--block-border-radius)*-1) 0 var(--block-border-radius) var(--corners-background)}.next-inverted-corner--top-right .next-inverted-corner__inner{border-top-right-radius:0}.next-inverted-corner--top-right .next-inverted-corner__content-corner{border-bottom-left-radius:var(--inverted-corner-border-radius)}.next-inverted-corner--top-right .next-inverted-corner__content-corner{top:calc(var(--content-corner-distance)*-1);right:calc(var(--content-corner-distance)*-1)}.next-inverted-corner--top-right .next-inverted-corner__content-corner:before{top:var(--content-corner-distance);left:calc(var(--thickness)*-1);border-top-right-radius:var(--thickness);box-shadow:var(--block-border-radius) calc(var(--block-border-radius)*-1) 0 var(--block-border-radius) var(--corners-background)}.next-inverted-corner--top-right .next-inverted-corner__content-corner:after{bottom:calc(var(--thickness)*-1);right:var(--content-corner-distance);border-top-right-radius:var(--thickness);box-shadow:var(--block-border-radius) calc(var(--block-border-radius)*-1) 0 var(--block-border-radius) var(--corners-background)}.next-inverted-corner--bottom-left .next-inverted-corner__inner{border-bottom-left-radius:0}.next-inverted-corner--bottom-left .next-inverted-corner__content-corner{border-top-right-radius:var(--inverted-corner-border-radius)}.next-inverted-corner--bottom-left .next-inverted-corner__content-corner{bottom:calc(var(--content-corner-distance)*-1);left:calc(var(--content-corner-distance)*-1)}.next-inverted-corner--bottom-left .next-inverted-corner__content-corner:before{bottom:var(--content-corner-distance);right:calc(var(--thickness)*-1);border-bottom-left-radius:var(--thickness);box-shadow:calc(var(--block-border-radius)*-1) var(--block-border-radius) 0 var(--block-border-radius) var(--corners-background)}.next-inverted-corner--bottom-left .next-inverted-corner__content-corner:after{top:calc(var(--thickness)*-1);left:var(--content-corner-distance);border-bottom-left-radius:var(--thickness);box-shadow:calc(var(--block-border-radius)*-1) var(--block-border-radius) 0 var(--block-border-radius) var(--corners-background)}.next-inverted-corner--bottom-right .next-inverted-corner__inner{border-bottom-right-radius:0}.next-inverted-corner--bottom-right .next-inverted-corner__content-corner{border-top-left-radius:var(--inverted-corner-border-radius)}.next-inverted-corner--bottom-right .next-inverted-corner__content-corner{bottom:calc(var(--content-corner-distance)*-1);right:calc(var(--content-corner-distance)*-1)}.next-inverted-corner--bottom-right .next-inverted-corner__content-corner:before{bottom:var(--content-corner-distance);left:calc(var(--thickness)*-1);border-bottom-right-radius:var(--thickness);box-shadow:var(--block-border-radius) var(--block-border-radius) 0 var(--block-border-radius) var(--corners-background)}.next-inverted-corner--bottom-right .next-inverted-corner__content-corner:after{top:calc(var(--thickness)*-1);right:var(--content-corner-distance);border-bottom-right-radius:var(--thickness);box-shadow:var(--block-border-radius) var(--block-border-radius) 0 var(--block-border-radius) var(--corners-background)}.next-inverted-corner__ball{position:absolute;inset:10px;background:#282828;border-radius:100px;width:unset;min-width:unset !important;min-height:unset !important;outline:unset !important}.next-tiles{overflow:hidden;position:relative;width:400px;height:400px;border:1px solid rgba(229,229,229,1);border-radius:16px;display:flex;justify-content:center;align-items:center;--offset:20px;--mouseenter-color:rgba(236,236,236,1);--mouseleave-color:rgba(129,129,129,1);--duration:.2s;--easing:ease-in-out}.next-tiles__content{position:relative;z-index:1;width:fit-content;height:fit-content}.next-tiles__squares-layout{position:absolute;top:calc(-50% - var(--offset));left:calc(-50% - var(--offset));width:100%;height:100%}.next-tiles__square{border:.5px solid rgba(229,229,229,1);transition:background-color var(--duration) var(--easing);position:absolute}.next-tiles__square--mouseleave{background-color:var(--mouseleave-color)}.next-tiles__square--mouseenter{background-color:var(--mouseenter-color)}.next-designer-cursor--to-hide{opacity:0}.next-designer-cursor--animation-enabled{--floating-duration:2s;--floating-easing:ease-in-out}.next-designer-cursor--animation-enabled.next-designer-cursor--animation-horizontal.next-designer-cursor--relative{animation:floatingX var(--floating-duration) var(--floating-easing) infinite}.next-designer-cursor--animation-enabled.next-designer-cursor--animation-vertical.next-designer-cursor--relative{animation:floatingY var(--floating-duration) var(--floating-easing) infinite}@keyframes floatingX{0%{transform:translateX(0)}50%{transform:translateX(-10px)}100%{transform:translateX(0)}}@keyframes floatingY{0%{transform:translateY(0)}50%{transform:translateY(-10px)}100%{transform:translateY(0)}}.next-designer-cursor--attached{position:fixed;z-index:9999;pointer-events:none;opacity:0;--scale:.5;--duration:.3s;--easing:ease;transform:scale(var(--scale));transition:opacity var(--duration) var(--easing),transform var(--duration) var(--easing)}.next-designer-cursor--attached.active{opacity:1;transform:scale(1)}.next-designer-cursor-relative-parent{position:relative}.next-designer-cursor--relative{position:absolute;top:0;left:0;z-index:9999;pointer-events:none}.next-designer-cursor__pointer{min-height:unset !important;min-width:unset !important;--dimensions:24px;--rotate:-70deg;stroke:#0284c7;stroke-width:1px;fill:#0ea5e9;width:var(--dimensions);height:var(--dimensions);transform:translate(-50%,-50%) rotate(var(--rotate))}.next-designer-cursor__pointer-name{position:absolute;white-space:nowrap;padding:4px 8px;top:12px;left:12px;background-color:#0ea5e9;border-radius:100px;font-size:14px;font-weight:400;line-height:1.7;color:#fff}.next-stacking-cards{display:flex;flex-direction:column;justify-content:center;align-items:center;--offset:0px;--width:100vw;--height:100vh}.next-stacking-cards__card{display:flex;flex-direction:column;justify-content:center;align-items:center;position:sticky;top:var(--offset);width:var(--width);height:var(--height);color:#fff}.next-stacking-cards__card--1{background:#2f251e}.next-stacking-cards__card--2{background:#43392f}.next-stacking-cards__card--3{background:#12100e}[data-flickering]{opacity:0}.next-parallax-slider{--items-width:40vw;--parallax-scale:1.75;--progress-height:1px;color:#fff}.next-parallax-slider__slider{display:flex;align-items:center;overflow-x:hidden;will-change:transform;width:100%;height:600px}.next-parallax-slider__container{display:grid;grid-template-columns:repeat(var(--slidesTotal),var(--items-width));gap:50px;cursor:grab;padding:0 50px;height:100%}.next-parallax-slider__item{display:flex;align-items:center;justify-content:center;pointer-events:none;will-change:transform;height:100%}.next-parallax-slider__item-img-wrap{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.next-parallax-slider__item-content{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;user-select:none}.next-parallax-slider__item-img{max-width:unset;pointer-events:none;user-select:none;transform-origin:left center;transform:scale(var(--parallax-scale));will-change:transform}.is-dragging .next-parallax-slider__container{cursor:grabbing}.next-parallax-slider__progress{margin-top:50px;width:100%;display:flex;align-items:center;justify-content:center;height:fit-content}.next-parallax-slider__progress-line-wrap{display:block;width:80%;height:var(--progress-height);overflow:hidden;background-color:#d6d6d6;transform-origin:left center;will-change:transform}.next-parallax-slider__progress-line{display:block;width:100%;height:var(--progress-height);background-color:#000;transform:scaleX(0);transform-origin:left center;will-change:transform}.next-cursor-slide{position:fixed;overflow:hidden;pointer-events:none;--width:300px;--height:300px;--slide-duration:.4s;--slide-easing:cubic-bezier(.76,0,.24,1);--cursor-duration:.5s;--cursor-easing:cubic-bezier(.76,0,.24,1);width:var(--width);height:var(--height);transform:translate(-50%,-50%) scale(0);transform-origin:center center;transition:transform var(--slide-duration) var(--slide-easing)}.next-cursor-slide--opened{transform:translate(-50%,-50%) scale(1)}.next-cursor-slide--closed{transform:translate(-50%,-50%) scale(0)}.next-cursor-slide__transform{width:100%;height:fit-content;display:flex;flex-direction:column;position:absolute;top:0;transition:top var(--cursor-duration) var(--cursor-easing)}.next-cursor-slide__item{width:var(--width);height:var(--height)}.next-cursor-slide__item img{width:100%;height:100%;object-fit:cover}.next-fluids{position:relative;width:100vw;height:100vh;background-color:#000}.next-fluids__canvas{position:absolute;top:0;left:0;width:100%;height:100%}.next-fluids__content{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none}.next-fluids__content>*{pointer-events:auto}.next-progress-bar{position:fixed;z-index:9999;right:75px;bottom:50px;width:1px;height:100px;background:#0080ff3f}.next-progress-bar__inner{background:#007fff;width:100%;height:0;position:absolute}.next-progress-bar__number{position:absolute;--top:-15px;transform:translateY(var(--top));top:0;left:10px;font-size:14px;color:#007fff}.next-interactive-divider{display:flex;flex-direction:column;align-items:flex-end;width:100%;--divider-height:1px;--drag-height:40px;--drop-height:500px}.next-interactive-divider__line{height:var(--divider-height);width:100%;position:relative}.next-interactive-divider__svg{width:100%;height:var(--drop-height);position:absolute;top:calc(-1*var(--drop-height)/2);overflow:visible}.next-interactive-divider__path{stroke:#000;stroke-width:var(--divider-height);fill:none}.next-interactive-divider__box{height:var(--drag-height);width:100%;position:relative;top:calc(-1*var(--drag-height)/2);z-index:1}.next-interactive-divider__box:hover{height:var(--drop-height);top:calc(-1*var(--drop-height)/2)}.next-qr-code[data-flickering]{opacity:0}.next-qr-code{overflow:hidden;width:150px;height:150px;background-color:#fff}.next-qr-code img{margin-top:-10px}.next-meteors{width:100vw;height:100vh;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.next-meteors__content{width:350px;height:300px;background:#00000056;border-radius:12px;--blur:5px;-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur));position:relative;z-index:2;display:flex;justify-content:center;align-items:center;color:#fff}.next-meteors__line{container-type:size;position:absolute;left:50%;translate:0 -50%;height:150vmax;width:2px;background:#00000015;rotate:50deg}.next-meteors__line:nth-of-type(1){--speed:8s;--ease:linear;--delay:-2s}.next-meteors__line:nth-of-type(2){--speed:8s;--ease:linear;--delay:-2s}.next-meteors__line:nth-of-type(3){--speed:8s;--ease:linear;--delay:-2s}.next-meteors__line:nth-of-type(4){--speed:8s;--ease:linear;--delay:-2s}.next-meteors__meteor{aspect-ratio:1;filter:url(#drop);position:absolute;left:50%;bottom:100%;translate:-50% 0%;animation:scale var(--speed) calc(var(--delay,var(--speed)*-0.5)) infinite var(--ease)}#bricks-preview .next-meteors[data-disable-builder="1"] .next-meteors__meteor{display:none}@keyframes scale{to{transform:translateY(calc(var(--distance,100cqh) + (var(--buffer,100%))))}}.next-cookies{--notification-translate:25px;--notification-transition-duration:.3s;--notification-transition-easing:ease}.next-cookies__notification{position:fixed;z-index:9998;left:25px;bottom:25px;display:flex;flex-wrap:wrap;flex-direction:row;column-gap:72px;row-gap:24px;align-items:center;justify-content:flex-start;max-width:fit-content;width:calc(100% - 50px);height:auto;padding:24px;border-radius:23px;border:.5px solid #dcdcdc;box-shadow:6px 50px 40px -10px rgba(0,0,0,.3);opacity:0;pointer-events:none;transform:translateY(var(--notification-translate));transition:opacity var(--notification-transition-duration) var(--notification-transition-easing),transform var(--notification-transition-duration) var(--notification-transition-easing)}.next-cookies__content{width:fit-content;display:flex;flex-direction:column;row-gap:4px}.next-cookies__label{font-size:18px;line-height:normal;color:#000}.next-cookies__info{font-size:14px;line-height:normal;color:#606060}.next-cookies__buttons{display:flex;flex-direction:row;column-gap:12px;align-items:center;width:fit-content}.next-cookies__manage,.next-cookies__allow{cursor:pointer}.next-cookies__manage{padding:12px 24px;border-radius:12px;background:#eaeaea;font-size:14px;font-weight:600;color:#000}.next-cookies__allow{padding:12px 24px;border-radius:12px;background:#000;font-size:14px;font-weight:600;color:#fff}.next-cookies__notification--opacity-disabled{transition:transform var(--notification-transition-duration) var(--notification-transition-easing)}.next-cookies__notification--transform-disabled{transition:opacity var(--notification-transition-duration) var(--notification-transition-easing)}.next-cookies__notification--opacity-transform-disabled{transition:none}.next-cookies__notification[data-opened]{transform:translateY(0);opacity:1;pointer-events:all}.nb-animator-line,.nb-animator-word,.nb-animator-char{display:inline-block}[data-animator=flickering]{visibility:hidden !important}.nb-ptanimator-line,.nb-ptanimator-word,.nb-ptanimator-char{display:inline-block}.next-counter-v2{--next-counter-transition:3s;--next-counter-basic:ease;--next-counter-back:linear(0,-.0077 5.2%,-.0452 16.98%,-.0493 22.35%,-.0418 25.57%,-.0258 28.57%,-.0007 31.42%,.0335 34.15%,.1242 39.03%,.2505 43.65%,.3844 47.35%,.656 53.68%,.81 58.37%,.9282 63.52%,.9719 66.23%,1.0055 69.04%,1.0255 71.4%,1.0396 73.87%,1.0477 76.48%,1.05 79.27%,1.0419 84.36%,1.0059 95.49%,1);--next-counter-expo:linear(0,.0053 17.18%,.0195 26.59%,.0326 30.31%,.0506 33.48%,.0744 36.25%,.1046 38.71%,.1798 42.62%,.2846 45.93%,.3991 48.37%,.6358 52.29%,.765 55.45%,.8622 59.3%,.8986 61.51%,.9279 63.97%,.9481 66.34%,.9641 69.01%,.9856 75.57%,.9957 84.37%,1);--next-counter-sine:linear(0,.007 5.35%,.0282 10.75%,.0638 16.26%,.1144 21.96%,.1833 28.16%,.2717 34.9%,.6868 62.19%,.775 68.54%,.8457 74.3%,.9141 81.07%,.9621 87.52%,.9905 93.8%,1);--next-counter-power:linear(0,.0012 14.95%,.0089 22.36%,.0297 28.43%,.0668 33.43%,.0979 36.08%,.1363 38.55%,.2373 43.07%,.3675 47.01%,.5984 52.15%,.7121 55.23%,.8192 59.21%,.898 63.62%,.9297 66.23%,.9546 69.06%,.9733 72.17%,.9864 75.67%,.9982 83.73%,1);--next-counter-circ:linear(0,.0033 5.75%,.0132 11.43%,.0296 16.95%,.0522 22.25%,.0808 27.25%,.1149 31.89%,.1542 36.11%,.1981 39.85%,.2779 44.79%,.3654 48.15%,.4422 49.66%,.5807 50.66%,.6769 53.24%,.7253 55.37%,.7714 58.01%,.8142 61.11%,.8536 64.65%,.9158 72.23%,.9619 80.87%,.9904 90.25%,1);--next-counter-bounce:linear(0,.0039,.0157,.0352,.0625 9.09%,.1407,.25,.3908,.5625,.7654,1,.8907,.8125 45.45%,.7852,.7657,.7539,.75,.7539,.7657,.7852,.8125 63.64%,.8905,1 72.73%,.9727,.9532,.9414,.9375,.9414,.9531,.9726,1,.9883,.9844,.9883,1);--next-counter-elastic:linear(0,.0009 8.51%,-.0047 19.22%,.0016 22.39%,.023 27.81%,.0237 30.08%,.0144 31.81%,-.0051 33.48%,-.1116 39.25%,-.1181 40.59%,-.1058 41.79%,-.0455,.0701 45.34%,.9702 55.19%,1.0696 56.97%,1.0987 57.88%,1.1146 58.82%,1.1181 59.83%,1.1092 60.95%,1.0057 66.48%,.986 68.14%,.9765 69.84%,.9769 72.16%,.9984 77.61%,1.0047 80.79%,.9991 91.48%,1);display:flex;align-items:center;gap:2px}.next-counter-v2[data-easing=back]{--next-counter-ease:var(--next-counter-back)}.next-counter-v2[data-easing=expo]{--next-counter-ease:var(--next-counter-expo)}.next-counter-v2[data-easing=sine]{--next-counter-ease:var(--next-counter-sine)}.next-counter-v2[data-easing=power]{--next-counter-ease:var(--next-counter-power)}.next-counter-v2[data-easing=circ]{--next-counter-ease:var(--next-counter-circ)}.next-counter-v2[data-easing=bounce]{--next-counter-ease:var(--next-counter-bounce)}.next-counter-v2[data-easing=elastic]{--next-counter-ease:var(--next-counter-elastic)}.next-counter-v2__track{display:grid;transition:transform var(--next-counter-transition) var(--next-counter-ease)}.next-counter-v2__character{overflow:hidden;display:grid;height:1.5em;line-height:1.5em}.next-counter-v2__character--symbol{padding:0 .1em}.brxe-brf-flip,.brxe-brf-flip .brf-flip-wrapper{position:relative}.brxe-brf-flip .brf-flip-wrapper .brf-flip-box{-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:0;left:0;position:absolute;right:0;top:0}.brxe-brf-flip .brf-flip-wrapper .brf-flip-box.brf-flip-back{height:max-content;position:relative;z-index:0}.brxe-brf-flip .brf-flip-wrapper .brf-flip-box.brf-flip-front{height:max-content;z-index:1}.brf-ba-wrapper{overflow:hidden;position:relative}.brf-original{object-fit:cover!important}g g path.path-editor{stroke:#ffda46!important;visibility:visible!important}body.brf-lock{overflow:hidden!important}.brf-popup{align-items:center;bottom:0;display:flex;justify-content:center;left:0;overflow:auto;position:fixed;right:0;top:0;z-index:9999}@media (max-width:980px){.brf-popup .brxe-container{max-width:100vw}}.brf-popup .brf-close-btn{cursor:pointer;position:fixed;right:50px;top:50px}.brf-popup .brf-close-btn svg{fill:#fff;filter:drop-shadow(0 0 1px rgba(0,0,0,.3))}.wpm-mega-menu{display:none;left:0;position:absolute;right:0;transition:all .15s linear;z-index:999}.bricks-is-frontend .brxe-brf-pro-forms{display:flex;flex-wrap:wrap;position:relative}.bricks-is-frontend .brxe-brf-pro-forms.form-loading{opacity:0}.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps){display:flex;flex-direction:column;padding:0 0 20px}.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).step-progress{justify-content:flex-start;padding:0;width:100%}.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).step-progress button{height:fit-content}.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).is-group-item:last-child,.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).is-single-option{padding-bottom:0}.bricks-is-frontend .brxe-brf-pro-forms[data-brf-submit-conditions=true] button[disabled]{pointer-events:none}.bricks-is-frontend .brxe-brf-pro-forms[data-brf-show-steps=true]{margin-top:50px}.bricks-is-frontend .brxe-brf-pro-forms[data-brf-step-allow-clicks=true] .brf-step{cursor:pointer}.bricks-is-frontend .brxe-brf-pro-forms .step{display:none}.bricks-is-frontend .brxe-brf-pro-forms .step-progress,.bricks-is-frontend .brxe-brf-pro-forms button.summary{margin-right:5px}.bricks-is-frontend .brxe-brf-pro-forms.brxe-form-multistep{visibility:hidden}.bricks-is-frontend .brxe-brf-pro-forms #brf-summary{background:#eee;flex-direction:column;margin-bottom:50px;padding:25px;width:100%}.bricks-is-frontend .brxe-brf-pro-forms #brf-summary .brf-summary-item{margin-bottom:20px}.bricks-is-frontend .brxe-brf-pro-forms #brf-summary .brf-summary-item h4{font-size:18px;margin:0}.bricks-is-frontend .brxe-brf-pro-forms #brf-summary .brf-summary-headline{margin-bottom:25px}.bricks-is-frontend .brxe-brf-pro-forms .brf-steps{display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;position:absolute;top:-60px;width:100%}.bricks-is-frontend .brf-popup .brxe-brf-pro-forms{visibility:visible!important}.brf-steps-remote{width:100%}.brf-steps-remote .brf-steps{display:flex;flex-direction:row;justify-content:space-between;width:100%}.brf-steps-remote[data-brf-step-allow-clicks=true] .brf-step{cursor:pointer}.brf-scroll-video{width:100%;z-index:1}.brf-scroll-video[data-sticky=false]{position:relative}.brf-scroll-video video{width:100%}.brf-scroll-video canvas,.brf-scroll-video video{object-fit:cover}.bricks-is-frontend .brf-prevent-fouc{visibility:hidden}.submit-button-wrapper[disabled]{cursor:not-allowed}:where(.brxe-brf-pro-forms){display:flex;flex-wrap:wrap;width:100%}:where(.brxe-brf-pro-forms)[data-brf-submit-conditions=true] button[type=submit]{visibility:hidden}:where(.brxe-brf-pro-forms)[data-multistep=true]{visibility:hidden}:where(.brxe-brf-pro-forms) .pro-forms-builder-field{align-self:stretch}:where(.brxe-brf-pro-forms) .brxe-brf-pro-forms-field-slider .noUi-connect{background:#fed53e}:where(.brxe-brf-pro-forms) .brxe-brf-pro-forms-field-slider .noUi-pips{margin-bottom:30px}:where(.brxe-brf-pro-forms) .input-icon-wrapper{align-items:center;display:flex;justify-content:center;position:relative}:where(.brxe-brf-pro-forms) .input-icon-wrapper .input-icon{align-items:center;background:#eee;display:flex;height:100%;justify-content:center;width:50px;z-index:1}:where(.brxe-brf-pro-forms) .input-icon-wrapper .input-icon svg{height:auto;width:50%}:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset .input-icon{position:absolute}:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-left .input-icon{left:0}:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-left input{padding-left:60px}:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-right .input-icon{right:0}:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-right input{padding-right:60px}:where(.brxe-brf-pro-forms) div.is-group{display:flex;flex-wrap:wrap;padding:25px;width:100%}:where(.brxe-brf-pro-forms) div.is-group div.form-group.is-group-item:last-child{padding-bottom:0}:where(.brxe-brf-pro-forms) .options-wrapper li[data-custom-style=true]{align-items:center;display:flex}:where(.brxe-brf-pro-forms) .options-wrapper li[data-custom-style=true] input{background:#fff;background-size:contain;height:10px;padding:8px;width:10px}:where(.brxe-brf-pro-forms)[data-checkbox-custom] .form-group:not([data-ignore-custom-styles]) input[type=checkbox]{background:#fff;background-size:contain;height:10px;padding:8px;width:10px}:where(.brxe-brf-pro-forms)[data-checkbox-custom] .form-group:not([data-ignore-custom-styles]) input[type=checkbox]:checked{background:#ddd}:where(.brxe-brf-pro-forms)[data-checkbox-custom] .options-wrapper{align-items:center}:where(.brxe-brf-pro-forms)[data-checkbox-custom][data-checkbox-card] .form-group[data-field-type=checkbox]:not([data-ignore-custom-styles]) input[type=checkbox]{height:0;opacity:0;position:absolute;width:0}:where(.brxe-brf-pro-forms)[data-checkbox-custom][data-checkbox-card] .form-group[data-field-type=checkbox]:not([data-ignore-custom-styles]) input[type=checkbox]:checked+label{background:#ddd;border-color:#ddd}:where(.brxe-brf-pro-forms)[data-checkbox-custom][data-checkbox-card] .form-group[data-field-type=checkbox]:not([data-ignore-custom-styles]) .options-wrapper label{border:1px solid #eee;padding:5px 15px;transition:all .15s linear}:where(.brxe-brf-pro-forms)[data-radio-custom] .form-group:not([data-ignore-custom-styles]) input[type=radio]{background:#fff;background-size:contain;border-radius:50%;height:10px;padding:8px;width:10px}:where(.brxe-brf-pro-forms)[data-radio-custom] .form-group:not([data-ignore-custom-styles]) input[type=radio]:checked{background:#ddd}:where(.brxe-brf-pro-forms)[data-radio-custom] .options-wrapper{align-items:center}:where(.brxe-brf-pro-forms)[data-radio-custom][data-radio-card] .form-group[data-field-type=radio]:not([data-ignore-custom-styles]) input[type=radio]{height:0;opacity:0;position:absolute;width:0}:where(.brxe-brf-pro-forms)[data-radio-custom][data-radio-card] .form-group[data-field-type=radio]:not([data-ignore-custom-styles]) input[type=radio]:checked+label{background:#ededed;border-color:#ddd}:where(.brxe-brf-pro-forms)[data-radio-custom][data-radio-card] .form-group[data-field-type=radio]:not([data-ignore-custom-styles]) .options-wrapper label{border:1px solid #eee;padding:5px 15px;transition:all .15s linear}:where(.brf-repeater-wrapper){width:100%}:where(.brf-repeater-wrapper) .brf-repeater-items{flex-grow:1;flex-shrink:0}:where(.brf-repeater-wrapper) .brf-repeater-items .brf-repeater-item{align-items:flex-end;display:flex;gap:15px}:where(.brf-repeater-wrapper) .brf-repeater-items .brf-repeater-item .brf-repeater-item__content{width:100%}:where(.brf-repeater-wrapper) .brf-repeater-items .brf-repeater-item .brf-repeater-item__actions{align-items:flex-end;display:flex;flex-direction:column;gap:2px;height:fit-content;justify-content:flex-end;transform:translateY(-20px);width:fit-content}:where(.brf-repeater-wrapper) .brf-repeater-items .brf-repeater-item .brf-repeater-item__actions button{align-items:center;background:0 0;border-radius:50%;display:flex;font-size:12px;height:25px;justify-content:center;padding:5px;width:25px}:where(.brf-repeater-wrapper) .brf-repeater-items .brf-repeater-item .brf-repeater-item__actions button svg{fill:#eee}:where(.brf-repeater-wrapper) .brf-repeater-items .brf-repeater-item .brf-repeater-item__actions button:hover{background:#dddddd1b}.brxe-brf-pro-forms-field-checkbox-wrapper input,.brxe-brf-pro-forms-field-checkbox-wrapper label,.brxe-brf-pro-forms-field-radio-wrapper input,.brxe-brf-pro-forms-field-radio-wrapper label{cursor:pointer}.brxe-brf-pro-forms-field-checkbox-wrapper .options-wrapper .form-group{width:auto}.brxe-brf-pro-forms-field-checkbox-wrapper .card-checkbox input[type=checkbox]{cursor:pointer;height:0!important;opacity:0;position:absolute;width:0!important}.brxe-brf-pro-forms-field-checkbox-wrapper .card-checkbox label{cursor:pointer;transition:all .15s linear}.brxe-brf-pro-forms-field-checkbox-wrapper .image-checkbox input[type=checkbox]{cursor:pointer;height:0!important;opacity:0;position:absolute;width:0!important}.brxe-brf-pro-forms-field-checkbox-wrapper .image-checkbox label{cursor:pointer;position:relative;transition:all .15s linear;width:100%}.brxe-brf-pro-forms-field-checkbox-wrapper .image-checkbox label img{width:150px}.brxe-brf-pro-forms-field-checkbox-wrapper .image-checkbox input[type=checkbox]:checked+label img[data-image="1"],.brxe-brf-pro-forms-field-checkbox-wrapper .image-checkbox label img[data-image="2"]{display:none}.brxe-brf-pro-forms-field-checkbox-wrapper .image-checkbox input[type=checkbox]:checked+label img[data-image="2"]{display:inline}.brxe-brf-pro-forms-field-radio-wrapper .options-wrapper .form-group{width:auto}.brxe-brf-pro-forms-field-radio-wrapper .card-radio input[type=radio]{cursor:pointer;height:0!important;opacity:0;position:absolute;width:0!important}.brxe-brf-pro-forms-field-radio-wrapper .card-radio label{cursor:pointer;transition:all .15s linear}.brxe-brf-pro-forms-field-radio-wrapper .image-radio input[type=radio]{cursor:pointer;height:0!important;opacity:0;position:absolute;width:0!important}.brxe-brf-pro-forms-field-radio-wrapper .image-radio label{cursor:pointer;position:relative;transition:all .15s linear;width:100%}.brxe-brf-pro-forms-field-radio-wrapper .image-radio label img{width:150px}.brxe-brf-pro-forms-field-radio-wrapper .image-radio input[type=radio]:checked+label img[data-image="1"],.brxe-brf-pro-forms-field-radio-wrapper .image-radio label img[data-image="2"]{display:none}.brxe-brf-pro-forms-field-radio-wrapper .image-radio input[type=radio]:checked+label img[data-image="2"]{display:inline}.bricks-is-frontend :where(.brxe-brf-pro-forms) .brxe-brf-pro-forms-field-hidden{display:none!important}.bricks-is-frontend :where(.brxe-brf-pro-forms) .brf-invalid{border:1px solid red}.bricks-is-frontend :where(.brxe-brf-pro-forms) .brf-validation-message{color:red;font-size:12px;margin-top:5px}:where(.brxe-brf-pro-forms) input[data-show-visual-calendar=true]+input.flatpickr{display:none}:where(.brxe-brf-pro-forms) label{color:inherit;font-size:12px;font-weight:600;letter-spacing:.4px}:where(.brxe-brf-pro-forms) .form-group:last-child{padding-bottom:0}:where(.brxe-brf-pro-forms) .form-group .form-group-error-message{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);display:none;padding:15px;width:100%}:where(.brxe-brf-pro-forms) .form-group .form-group-error-message.show{display:block}:where(.brxe-brf-pro-forms) .required:after{content:"*";padding:0 2px;position:relative;top:-2px}:where(.brxe-brf-pro-forms) .options-wrapper input,:where(.brxe-brf-pro-forms) .options-wrapper label{display:inline-block;height:auto;margin:0 5px 0 0;width:auto}:where(.brxe-brf-pro-forms) button[type=submit].sending{cursor:default}:where(.brxe-brf-pro-forms) button[type=submit].sending>i,:where(.brxe-brf-pro-forms) button[type=submit].sending>svg{display:none}:where(.brxe-brf-pro-forms) button[type=submit] .loading{display:none}:where(.brxe-brf-pro-forms) .hcaptcha-error{display:none;padding:0!important}:where(.brxe-brf-pro-forms) .hcaptcha-error.show{display:block}:where(.brxe-brf-pro-forms) .hcaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-brf-pro-forms) textarea{height:inherit}:where(.brxe-brf-pro-forms) .form-group{display:flex;flex-direction:column;padding:0 0 20px;width:100%}:where(.brxe-brf-pro-forms) .form-group.is-single-option{padding-bottom:0}:where(.brxe-brf-pro-forms) .submit-button-wrapper{width:auto}:where(.brxe-brf-pro-forms) .form-group.file{display:block;width:100%}#brx-content :where(.brxe-brf-pro-forms) .form-group.file{display:block;width:100%}:where(.brxe-brf-pro-forms) .form-group.submit-button-wrapper{padding:0}:where(.brxe-brf-pro-forms) .form-group.submit-button-wrapper button{width:100%}:where(.brxe-brf-pro-forms) .options-wrapper{flex-wrap:wrap;list-style-type:none;margin:0;padding:0}:where(.brxe-brf-pro-forms) button[type=submit].sending .text{cursor:default;opacity:.5}:where(.brxe-brf-pro-forms) button[type=submit].sending .loading i{opacity:1}:where(.brxe-brf-pro-forms) button[type=submit].sending .loading{animation:load8 1s linear infinite;display:flex;opacity:1}:where(.brxe-brf-pro-forms) button[type=submit] svg{height:1em}:where(.brxe-brf-pro-forms) .recaptcha-hidden{display:none}:where(.brxe-brf-pro-forms) .recaptcha-error{display:none!important;padding:0!important}:where(.brxe-brf-pro-forms) .recaptcha-error.show{display:block!important}:where(.brxe-brf-pro-forms) .recaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-brf-pro-forms) input[type=checkbox]+label,:where(.brxe-brf-pro-forms) input[type=radio]+label{color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:inherit;text-transform:inherit}:where(.brxe-brf-pro-forms) .form-group textarea{height:inherit}:where(.brxe-brf-pro-forms) .message{background-color:var(--bricks-bg-info);color:var(--bricks-text-info);margin-top:20px;padding-bottom:0;width:100%}:where(.brxe-brf-pro-forms) .message.success{background-color:var(--bricks-bg-success);color:var(--bricks-text-success)}:where(.brxe-brf-pro-forms) .message.danger{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}:where(.brxe-brf-pro-forms) .message .text{padding:15px}:where(.brxe-brf-pro-forms) input.file,:where(.brxe-brf-pro-forms) input[type=file]{display:block;height:0;opacity:0;width:0}:where(.brxe-brf-pro-forms) .file-result{display:none;padding:0}:where(.brxe-brf-pro-forms) .file-result.show{align-items:center;display:flex;margin:0 0 15px}:where(.brxe-brf-pro-forms) .file-result.show .remove{display:inline-block;font-size:12px;line-height:30px;margin:0 15px;padding:0 10px}:where(.brxe-brf-pro-forms) .file-result.show .remove:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-brf-pro-forms) .choose-files{border-style:solid;border-width:1px;cursor:pointer;display:inline-block;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:100%}:where(.brxe-brf-pro-forms) .form-group.step-progress{padding:0;width:auto}:where(.brxe-brf-pro-forms) .form-group[data-turnstile-hidden=true]{height:0;padding:0!important}:where(.brxe-brf-pro-forms) .brf-hcaptcha-wrapper{width:100%}:where(.brxe-brf-pro-forms) .brf-field-image-preview-wrapper{display:flex}:where(.brxe-brf-pro-forms) [class^=brf-field-image-preview-]:not(.brf-field-image-preview-wrapper){position:relative;width:150px}:where(.brxe-brf-pro-forms) [class^=brf-field-image-preview-]:not(.brf-field-image-preview-wrapper) img{height:150px;object-fit:cover;width:150px}:where(.brxe-brf-pro-forms) [class^=brf-field-image-preview-]:not(.brf-field-image-preview-wrapper) .brf-field-image-preview-delete{align-items:center;display:flex;font-weight:600;height:20px;justify-content:center;position:absolute;right:0;top:0;width:20px}#brx-content :where(.brxe-brf-pro-forms) .ql-toolbar{border:1px solid var(--bricks-border-color);border-bottom:0}#brx-content :where(.brxe-brf-pro-forms) .brf-rich-text-container{border:1px solid var(--bricks-border-color);font-family:inherit;font-size:inherit;height:auto;min-height:120px}#brx-content :where(.brxe-brf-pro-forms) .brf-rich-text-container .ql-editor.ql-blank:before{color:var(--bricks-border-color);font-style:normal}body.bricks-is-frontend .brf-rich-text-container{visibility:hidden}div.brf-split-words,span.brf-split-chars{display:inline-block!important}div.brf-split-lines{display:block!important}.brf-reset-transition{transition:none!important}.brf-hidden{display:none!important}.brf-visually-hidden{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}#brx-content:focus{outline:none}.brf-page-transition{transition:opacity .3s}html.is-changing .brf-page-transition[data-transition-type=css]{opacity:1}html.is-animating .brf-page-transition[data-transition-type=css]{opacity:0}html.lenis{height:auto!important;scroll-behavior:auto!important}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.form-group .choices input[type=search]{border-radius:0!important;margin:0}.form-group .choices .is-highlighted{opacity:.9}.form-group .choices .choices__list--dropdown,.form-group .choices .choices__list[aria-expanded]{z-index:2}.form-group .choices .choices__inner{color:#222;line-height:40px;min-height:0;padding:0 12px}.form-group .choices .choices__list{color:#222;padding:0}.form-group .choices .choices__item--choice{padding:0}.form-group .choices[data-type*=select-one] .choices__input{padding-bottom:inherit;padding-top:inherit}.form-group .choices[data-type=select-multiple] input[type=search]{background:transparent!important;border-color:transparent!important;line-height:1.6em;padding:0 8px!important;width:fit-content!important}.form-group .choices[data-type=select-multiple] .choices__button{border-left:0;padding-right:5px!important}.form-group .choices .choices__list--multiple .choices__item{line-height:1.6em;padding:5px 20px}.shepherd-theme-bricksforge{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);max-width:400px;opacity:0;outline:none;padding:15px;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-theme-bricksforge[data-popper-placement^=top]{transform:translateY(-15px)}.shepherd-theme-bricksforge[data-popper-placement^=bottom]{transform:translateY(15px)}.shepherd-theme-bricksforge[data-popper-placement^=left]{transform:translateX(-15px)}.shepherd-theme-bricksforge[data-popper-placement^=right]{transform:translateX(30px)}.shepherd-theme-bricksforge .shepherd-arrow,.shepherd-theme-bricksforge .shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-theme-bricksforge .shepherd-arrow:before{background:#fff}.brf-tour-holder__overlay{fill:rgba(0,0,0,.5)}.brf-signature__actions{display:flex;gap:15px;margin-top:10px}.brf-signature__actions button{background:0 0;font-size:12px;text-transform:uppercase}.brf-pro-forms-field-file-download.brf-pending{display:none!important}:where(.brxe-brf-pro-forms-field-calculation .input-icon-wrapper>div){width:100%}:root {--bricks-color-dbqoim: #fefefe;--bricks-color-qgxhcw: #ff4ec2;--bricks-color-dbnnec: #fe817e;--bricks-color-gjpsml: #04001d;--bricks-color-npbvwc: #7c00ff;}#hero .marked .marked { background: linear-gradient(90deg, #FF4EC2 0%, #FE817E 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h2 .marked { background: linear-gradient(90deg, #FF4EC2 0%, #FE817E 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600; } h1 .marked { background: linear-gradient(90deg, #FF4EC2 0%, #FE817E 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600; } html {background-color: var(--bricks-color-dbqoim)} body {background: none} .brxe-section {padding-top: 100px; padding-bottom: 100px} .brxe-container {width: 100%; max-width: 1312px; column-gap: 32px; row-gap: 16px; padding-right: 24px; padding-left: 24px} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: 1312px} .brxe-block {column-gap: 16px; row-gap: 16px} body {font-family: "Gotham"; font-size: 16px} h1, h2, h3, h4, h5, h6 {font-family: "Gotham"}.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}.brxe-logo{color:currentcolor;font-size:20px;font-weight:600;line-height:1}.brxe-logo img{display:block;height:auto;width:auto}.brxe-logo a{color:currentcolor;display:inline-block}#brx-header.sticky.scrolling > .brxe-section,#brx-header.sticky.scrolling > .brxe-container,#brx-header.sticky.scrolling > .brxe-block,#brx-header.sticky.scrolling > .brxe-div {background-color: rgba(4, 0, 29, 0.8)}#brxe-niiqho .repeater-item:nth-child(1) {font-family: "Gotham"}#brxe-niiqho .repeater-item:nth-child(2) {font-family: "Gotham"}#brxe-niiqho .repeater-item:nth-child(3) {font-family: "Gotham"}#logo {width: 100%; max-width: 112px; background-color: rgba(255, 78, 194, 0)}#brxe-hdcsha {width: 20%}@media (max-width: 767px) {#brxe-hdcsha {width: 50%}}@media (max-width: 767px) {#brxe-hbrbos .bc-burguer-style1, #brxe-hbrbos .bc-burguer-style2, #brxe-hbrbos .bc-burguer-style3, #brxe-hbrbos .bc-burguer-style4, #brxe-hbrbos .bc-burguer-style5, #brxe-hbrbos .bc-burguer-style6, #brxe-hbrbos .bc-burguer-style7, #brxe-hbrbos .bc-burguer-style8, #brxe-hbrbos .bc-burguer-style9, #brxe-hbrbos .bc-burguer-style10, #brxe-hbrbos .hamburger, #brxe-hbrbos .next-burger-animated, #brxe-hbrbos .next-burger-animated--distorsionv3, #brxe-hbrbos .next-burger-animated--chevron, #brxe-hbrbos .next-burger-flipped, #brxe-hbrbos .next-burger-disfigured, #brxe-hbrbos .next-burger-arrow, #brxe-hbrbos .next-burger-bounce {--burguer-stroke-color: var(--bricks-color-dbqoim); --burguer-dimensions: 32px}#brxe-hbrbos .bc-burguer-style1--opened, #brxe-hbrbos .bc-burguer-style2--opened, #brxe-hbrbos .bc-burguer-style3--opened, #brxe-hbrbos .bc-burguer-style4--opened, #brxe-hbrbos .bc-burguer-style5--opened, #brxe-hbrbos .bc-burguer-style6--opened, #brxe-hbrbos .bc-burguer-style7--opened, #brxe-hbrbos .bc-burguer-style8--opened, #brxe-hbrbos .bc-burguer-style9--opened, #brxe-hbrbos .bc-burguer-style10--opened, #brxe-hbrbos .hamburger--slider--opened, #brxe-hbrbos .hamburger--squeeze--opened, #brxe-hbrbos .hamburger--arrow--opened, #brxe-hbrbos .hamburger--arrowalt--opened, #brxe-hbrbos .hamburger--arrowturn--opened, #brxe-hbrbos .hamburger--spin--opened, #brxe-hbrbos .hamburger--elastic--opened, #brxe-hbrbos .hamburger--emphatic--opened, #brxe-hbrbos .hamburger--collapse--opened, #brxe-hbrbos .hamburger--vortex--opened, #brxe-hbrbos .hamburger--stand--opened, #brxe-hbrbos .hamburger--spring--opened, #brxe-hbrbos .hamburger--minus--opened, #brxe-hbrbos .hamburger--boring--opened, #brxe-hbrbos .hamburger--3dx--opened, #brxe-hbrbos .hamburger--3dy--opened, #brxe-hbrbos .hamburger--3dxy--opened, #brxe-hbrbos .hamburger--slider-r--opened, #brxe-hbrbos .hamburger--squeeze-r--opened, #brxe-hbrbos .hamburger--arrow-r--opened, #brxe-hbrbos .hamburger--arrowalt-r--opened, #brxe-hbrbos .hamburger--arrowturn-r--opened, #brxe-hbrbos .hamburger--spin-r--opened, #brxe-hbrbos .hamburger--elastic-r--opened, #brxe-hbrbos .hamburger--emphatic-r--opened, #brxe-hbrbos .hamburger--collapse-r--opened, #brxe-hbrbos .hamburger--vortex-r--opened, #brxe-hbrbos .hamburger--stand-r--opened, #brxe-hbrbos .hamburger--spring-r--opened, #brxe-hbrbos .hamburger--minus-r--opened, #brxe-hbrbos .hamburger--boring-r--opened, #brxe-hbrbos .hamburger--3dx-r--opened, #brxe-hbrbos .hamburger--3dy-r--opened, #brxe-hbrbos .hamburger--3dxy-r--opened, #brxe-hbrbos .next-burger-animated--1--opened, #brxe-hbrbos .next-burger-animated--2--opened, #brxe-hbrbos .next-burger-animated--3--opened, #brxe-hbrbos .next-burger-animated--4--opened, #brxe-hbrbos .next-burger-animated--distorsionv3--opened, #brxe-hbrbos .next-burger-animated--chevron--opened, #brxe-hbrbos .next-burger-flipped--flipping--opened, #brxe-hbrbos .next-burger-flipped--flippingv2--opened, #brxe-hbrbos .next-burger-flipped--flippingv3--opened, #brxe-hbrbos .next-burger-flipped--flippingv4--opened, #brxe-hbrbos .next-burger-flipped--flippingv5--opened, #brxe-hbrbos .next-burger-flipped--flippingtitle--opened, #brxe-hbrbos .next-burger-flipped--flippingarrow--opened, #brxe-hbrbos .next-burger-flipped--flippingarrowv2--opened, #brxe-hbrbos .next-burger-disfigured--bottom-arrow--opened, #brxe-hbrbos .next-burger-disfigured--right-arrow--opened, #brxe-hbrbos .next-burger-disfigured--left-arrow--opened, #brxe-hbrbos .next-burger-disfigured--chevron--opened, #brxe-hbrbos .next-burger-disfigured--plus--opened, #brxe-hbrbos .next-burger-disfigured--minus--opened, #brxe-hbrbos .next-burger-arrow--up--opened, #brxe-hbrbos .next-burger-arrow--down--opened, #brxe-hbrbos .next-burger-arrow--left--opened, #brxe-hbrbos .next-burger-arrow--right--opened, #brxe-hbrbos .next-burger-bounce--opened {--burguer-stroke-color: var(--bricks-color-qgxhcw)}#brxe-hbrbos {right: 24px; top: 24px}}@media (max-width: 767px) {#brxe-siijts {top: 80px; background-color: rgba(4, 0, 29, 0.8); left: 0px; width: calc(100% - 48px); padding-right: 24px; padding-left: 24px; height: calc(100vh - 80px); overflow: scroll}@media only screen and (max-width: 797px) {#brxe-siijts { -webkit-backdrop-filter: blur(40px);backdrop-filter: blur(40px);}}}#brxe-ceidcw {color: var(--bricks-color-dbqoim); --arrow-color: rgba(254, 254, 254, 0.06); --top-distance: 80px}#brxe-ceidcw .bc-stripe__dropdown-list {background-color: rgba(254, 254, 254, 0.06); border: 1px solid rgba(254, 254, 254, 0.08); border-radius: 16px}#brxe-ceidcw .bc-stripe__dropdown-list .bc-stripe__content {padding-top: 6px; padding-right: 8px; padding-bottom: 8px; padding-left: 6px}.bc-stripe__dropdown-list {-webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);}@media (max-width: 767px) {#brxe-ceidcw {height: 100%; justify-content: center; position: static}}#brxe-loxtjj {width: 60%}@media (max-width: 767px) {#brxe-loxtjj {width: 50%; height: 100%; justify-content: center}}#brxe-ezqrnp {flex-direction: row-reverse}#brxe-gkhmlo {width: 20%}@media (max-width: 767px) {#brxe-gkhmlo {display: none}}#brxe-yjflrk {flex-direction: row; align-items: center}@media (max-width: 767px) {#brxe-yjflrk {flex-wrap: nowrap; column-gap: 16px}}#brxe-lccnha {padding-top: 0; padding-bottom: 0; z-index: 999; justify-content: center; height: 100px; margin-bottom: -100px}header { transition: all 0.3s cubic-bezier;}header.scrolling #header{ height: 80px; margin-bottom: -80px;}header.scrolling .bc-stripe__dropdown-list { background-color: rgba(4,0,29,0.8) !important;-webkit-backdrop-filter: blur(40px); backdrop-filter: blur(40px);}@media (max-width: 767px) {#brxe-lccnha {height: 80px}}.brxe-post-content{width:100%}.brxe-post-content[data-source=bricks]{display:flex;flex-direction:column}body:has(.wp-lightbox-overlay) #brx-content{overflow:hidden}#brxe-qhgshu .marked .char {-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(#ff4ec2 0%, #fe817e 100%)}#brxe-mpkmuj {color: var(--bricks-color-dbqoim); text-align: center}@media (max-width: 767px) {#brxe-mpkmuj {align-items: flex-start}}#brxe-cweepr {color: var(--bricks-color-dbqoim); text-align: center; row-gap: 40px; align-items: flex-start; width: 100%}#hero {justify-content: flex-end; padding-top: 120px; padding-bottom: 40px; position: relative; background-color: var(--bricks-color-gjpsml)}#hero::before {background: linear-gradient(180deg, rgba(4, 0, 29, 0.80) 0%, rgba(4, 0, 29, 0.00) 25%, rgba(4, 0, 29, 0.00) 75%, #04001D 100%), radial-gradient(170.42% 100% at 74.69% 100%, rgba(4, 0, 29, 0.00) 0%, rgba(4, 0, 29, 0.00) 75%, rgba(4, 0, 29, 0.80) 100%), radial-gradient(216.2% 84.34% at 84.34% 42.89%, rgba(4, 0, 29, 0.00) 17.6%, #04001D 64.33%);}@media (max-width: 767px) {#hero {background-attachment: scroll}}@media (max-width: 478px) {#hero {background-position: top center; background-size: 100%; background-color: var(--bricks-color-gjpsml); padding-top: 100px}@media only screen and (max-width: 800px) {#hero::before {background: linear-gradient(180deg, rgba(4, 0, 29, 0.0) 50%, rgba(4, 0, 29, 1) 100%);}}}#brxe-jbsbdm {font-size: 16px; color: rgba(4, 0, 29, 0.75); line-height: 150%; text-align: left}#brxe-lzkliz {max-width: 800px}#brxe-mbnejw {padding-top: 64px}@media (max-width: 478px) {#brxe-mbnejw {padding-top: 40px}}.brxe-code{width:100%}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{overflow:hidden;position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}.brxe-logo{color:currentcolor;font-size:20px;font-weight:600;line-height:1}.brxe-logo img{display:block;height:auto;width:auto}.brxe-logo a{color:currentcolor;display:inline-block}#brxe-srgvds {flex-direction: row; column-gap: 8px; width: fit-content; flex-wrap: nowrap}#brxe-imaspj {width: 100%}@media (max-width: 478px) {#brxe-imaspj {width: 100%}}#brxe-zfwlxz {flex-direction: row-reverse}#brxe-jkgjzz {margin-top: 64px}#brxe-jeqity {width: 55%}@media (max-width: 767px) {#brxe-jeqity {width: 100%}}@media (max-width: 478px) {#brxe-jeqity {width: 100%}}#brxe-omusus {align-items: flex-end}#brxe-snsbmx {background-color: var(--bricks-color-gjpsml); background-image: url(https://kogui.com.br/wp-content/uploads/2024/12/chamada-background.webp); background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; color: var(--bricks-color-dbqoim)}@media (max-width: 767px) {#brxe-snsbmx {background-image: url(https://kogui.com.br/wp-content/uploads/2024/12/chamada-mobile-background.webp); background-position: bottom center; background-size: contain; background-attachment: scroll}}#brxe-bcobcx {flex-direction: row; column-gap: 8px; width: fit-content; flex-wrap: nowrap}#brxe-uixiyz {width: 100%}@media (max-width: 478px) {#brxe-uixiyz {width: 100%}}#brxe-dxibbg {width: 80%}#brxe-bobahh {width: 100%}@media (max-width: 991px) {#brxe-bobahh {align-items: center; width: 80%}}@media (max-width: 767px) {#brxe-bobahh {width: 100%}}@media (max-width: 478px) {#brxe-bobahh {width: 100%}}#brxe-iouukq .bc-counter__counter {font-size: 48px}@media (max-width: 478px) {#brxe-ljqzhh {grid-row: 1 / 2; grid-column: 1 / 2}}#brxe-gtsxwr .bc-counter__counter {font-size: 48px}@media (max-width: 478px) {#brxe-darfon {grid-row: 1 / 2; grid-column: 2 / 3}}#brxe-vjtiue .bc-counter__counter {font-size: 48px}@media (max-width: 478px) {#brxe-nvalve {grid-row: 2 / 3; grid-column: 1 / 3}}#brxe-eutdky {flex-direction: row; column-gap: 32px; row-gap: 32px; display: grid; align-items: initial; grid-template-columns: repeat(3,1fr); justify-items: flex-start; align-items: center; margin-top: 0; grid-gap: 0px}@media (max-width: 991px) {#brxe-eutdky {justify-items: center}}@media (max-width: 478px) {#brxe-eutdky {grid-template-columns: 1fr 1fr; grid-gap: 0px; grid-template-rows: 1fr 1fr; margin-top: 24px}}@media (max-width: 478px) {#brxe-ghpotv {font-size: 10px}}#brxe-mqwuzi {width: 100%; max-width: 1312px; padding-right: 0; padding-left: 0}@media (max-width: 991px) {#brxe-mqwuzi {align-items: center}}#brxe-tnyzjz {color: var(--bricks-color-dbqoim); align-items: center; row-gap: 32px}#brxe-hpzgzi {row-gap: 64px; width: 50%}@media (max-width: 991px) {#brxe-hpzgzi {width: 100%; align-items: center; text-align: center}}@media (max-width: 478px) {#brxe-hpzgzi {row-gap: 40px}}#brxe-vqwnrm {width: 50%; padding-left: 24px}@media (max-width: 991px) {#brxe-vqwnrm {width: 100%; padding-left: 0}}#brxe-wwhdtq {flex-direction: row}@media (max-width: 991px) {#brxe-wwhdtq {flex-direction: column}}#contato {background-color: var(--bricks-color-gjpsml); color: var(--bricks-color-dbqoim)}#brxe-ogefhg {width: 100%; max-width: 112px; background-color: rgba(255, 78, 194, 0)}#brxe-ugdqub {width: 30%; justify-content: center}@media (max-width: 991px) {#brxe-ugdqub {width: 25%}}@media (max-width: 767px) {#brxe-ugdqub {width: 50%; align-items: center}}#brxe-gekgxi {flex-direction: row; align-items: center; width: fit-content}@media (max-width: 767px) {#brxe-gekgxi {align-items: center}}#brxe-kksoho {width: 40%; flex-direction: row; align-items: center; justify-content: center}@media (max-width: 991px) {#brxe-kksoho {width: 50%}}@media (max-width: 767px) {#brxe-kksoho {width: 100%}}@media (max-width: 478px) {#brxe-kksoho {flex-direction: column}}#brxe-ooebbw {color: var(--blue-06); fill: var(--blue-06)}#brxe-wthzyl {width: 30%; justify-content: center; align-items: flex-end}@media (max-width: 991px) {#brxe-wthzyl {width: 25%}}@media (max-width: 767px) {#brxe-wthzyl {width: 100%; align-items: center}}#brxe-acrjgc {flex-direction: row; padding-bottom: 32px; border-bottom: 1px solid rgba(254, 254, 254, 0.08); align-items: center}@media (max-width: 767px) {#brxe-acrjgc {justify-content: center; column-gap: 32px; row-gap: 56px}}#brxe-hamwzx {width: 100%}@media (max-width: 478px) {#brxe-hamwzx {width: 100%}}#brxe-drawrs {flex-direction: row-reverse}#brxe-nuffev {width: 100%; column-gap: 32px; row-gap: 32px; max-width: 350px}@media (max-width: 767px) {#brxe-nuffev {align-items: center; text-align: center}}#brxe-ysmpag {column-gap: 24px; row-gap: 24px}@media (max-width: 767px) {#brxe-ysmpag {align-items: center}}#brxe-flmzdf {column-gap: 24px; row-gap: 24px}@media (max-width: 767px) {#brxe-flmzdf {align-items: center}}#brxe-ososvs {column-gap: 24px; row-gap: 24px}@media (max-width: 767px) {#brxe-ososvs {align-items: center}}#brxe-sohbnm {width: 70%; flex-direction: row}@media (max-width: 767px) {#brxe-sohbnm {row-gap: 64px}}#brxe-pwkpmt {flex-direction: row; column-gap: 64px}@media (max-width: 767px) {#brxe-pwkpmt {justify-content: center; row-gap: 64px}}#brxe-hlajvb {width: 30%; justify-content: center}@media (max-width: 767px) {#brxe-hlajvb {width: 100%; align-items: center}}@media (max-width: 478px) {#brxe-hlajvb {order: 3;}}#brxe-rpvxga {margin-top: -2px}#brxe-rvzbrh {width: 30%; justify-content: flex-end; align-items: center; flex-direction: row; column-gap: 6px}@media (max-width: 767px) {#brxe-rvzbrh {width: 100%; align-items: center; justify-content: center}}#brxe-wxvswe {flex-direction: row; padding-top: 32px; border-top: 1px solid rgba(245, 251, 255, 0.04); justify-content: space-between}@media (max-width: 767px) {#brxe-wxvswe {flex-direction: column; align-items: center; column-gap: 56px; row-gap: 56px}}#brxe-kvpeib {column-gap: 56px; row-gap: 56px}#footer {background-color: var(--bricks-color-gjpsml); padding-top: 64px; padding-bottom: 32px; color: var(--bricks-color-dbqoim); border-top: 1px solid rgba(254, 254, 254, 0.08)}@font-face{font-display:swap;font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-family:Font Awesome\ 6 Brands;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-rendering:auto}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}
@font-face{font-display:swap;font-family:themify;font-style:normal;font-weight:400;src:url(/wp-content/themes/bricks/assets/fonts/themify/themify.eot?);src:url(/wp-content/themes/bricks/assets/fonts/themify/themify.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/bricks/assets/fonts/themify/themify.woff?) format("woff"),url(/wp-content/themes/bricks/assets/fonts/themify/themify.ttf?) format("truetype")}[class*=" ti-"],[class^=ti-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:themify;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}
.mf-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    direction: ltr;
    contain: layout style size;
    pointer-events: none;
    transition: opacity .3s, color .4s;
    --border-color: unset;
    --border-top-radius: 50%;
    --border-right-radius: 50%;
    --border-bottom-radius: 50%;
    --border-left-radius: 50%;
    --border-style: unset;
    --border-top-width: 0;
    --border-right-width: 0;
    --border-bottom-width: 0;
    --border-left-width: 0
}

.mf-cursor.mf-hide-cursor {
    display: none
}

.mf-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(.2);
    background: currentColor;
    border-radius: 50%;
    transition: transform .25s ease-in-out, opacity .1s, border .2s;
    border-color: var(--border-color);
    border-radius: var(--border-top-radius) var(--border-right-radius) var(--border-bottom-radius) var(--border-left-radius);
    border-style: var(--border-style);
    border-width: var(--border-top-width) var(--border-right-width) var(--border-bottom-width) var(--border-left-width)
}

.mf-cursor.-inverse {
    color: #fff
}

@supports(mix-blend-mode:exclusion) {
    .mf-cursor.-exclusion {
        mix-blend-mode: exclusion
    }
    .mf-cursor.-exclusion:before {
        background: #fff
    }
}

.mf-cursor.-icon:before {
    transform: scale(1.5)
}

.mf-cursor.-icon.-active:before {
    transform: scale(1.4)
}

.mf-cursor.-hidden:before {
    transform: scale(0) !important
}

.mf-cursor-text {
    position: absolute;
    white-space: nowrap;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: opacity .4s, transform .3s
}

.mf-cursor.-icon .mf-cursor-text,
.mf-cursor.-text .mf-cursor-text {
    opacity: 1;
    transform: scale(1)
}

.mf-cursor-media {
    position: absolute;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px
}

.mf-cursor-media img,
.mf-cursor-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border-radius: var(--border-top-radius) var(--border-right-radius) var(--border-bottom-radius) var(--border-left-radius);
    transition: border-radius .2s linear
}

@supports(object-fit:cover) {
    .mf-cursor-media img,
    .mf-cursor-media video {
        position: static;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateZ(0)
    }
}

.mf-cursor-media-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(0) translateZ(0);
    padding: 1px;
    opacity: 0;
    transition: transform .3s, opacity .2s .2s, border .2s
}

.mf-cursor.-media .mf-cursor-media-box {
    opacity: 1;
    transform: scale(.696);
    transition-duration: .3s, .3s;
    transition-delay: 0s, 0s
}

.mf-cursor.-media {
    color: transparent !important
}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}