@charset "UTF-8";

.brz-ow-hidden {
    overflow: hidden !important
}

.brz-ow-visible {
    overflow: visible !important
}

[dir=rtl] .brz-ed-sidebar-drawer {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

[dir=rtl] .brz-ed-sidebar-drawer--align-left.brz-ui-v2-modal__sidebar {
    right: unset !important
}

[dir=rtl] .brz-ed-sidebar-drawer--align-right.brz-ui-v2-modal__sidebar {
    left: unset !important
}

[dir=rtl] .brz-ed-sidebar-drawer .brz-ui-v2-modal-body .brz-scrollbar__view {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important
}

[dir=rtl] .brz-ed-sidebar__add-elements--separator-title:not(.brz-ed-sidebar__add-elements--separator-title--opened) svg {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important
}

[dir=rtl] .brz-ed-sidebar__add-elements--separator-title--opened svg {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

[dir=rtl] .brz-ed-popup-integrations__progress .brz-ed-popup-integrations__progress-stage:after {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
}

[dir=rtl] .brz-ed-fixed-bottom-panel__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

[dir=rtl] .brz-li.brz-ed-fixed-bottom-panel__item:last-child {
    border-right: 1px solid var(--toolbars-icons-separators, rgba(255, 255, 255, .15))
}

[dir=rtl] .brz-li.brz-ed-fixed-bottom-panel__item:first-child {
    border-right: none
}

[dir=rtl] .brz-menu__item:has(.brz-menu__sub-menu[data-popper-placement^=right])>.brz-a:after {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important
}

[dir=rtl] .brz-timeline__content:before {
    -webkit-transform: translateY(-50%) rotate(-45deg) !important;
    transform: translateY(-50%) rotate(-45deg) !important
}

[dir=rtl] .brz-switcher__nav--active:before {
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important
}

[dir=rtl] .brz-switcher__nav2--control--active:before {
    -webkit-transform: translateX(calc(100% + 8px)) !important;
    transform: translateX(calc(100% + 8px)) !important
}

[dir=rtl] .brz-story .slick-slide {
    direction: rtl
}

[dir=rtl] .brz-story .story-slider-dot {
    -webkit-transform-origin: 100% 0 !important;
    transform-origin: 100% 0 !important
}

[dir=rtl] .brz-story .brz-slick-slider__arrow-next svg,
[dir=rtl] .brz-story .brz-slick-slider__arrow-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .brz-section:not(.brz-story) .slick-list .slick-track {
    direction: rtl
}

[dir=rtl] .brz-carousel .brz-slick-slider__dots {
    left: unset;
    inset-inline-start: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

body .brz,
body.brz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: auto;
    margin: 0
}

body .brz *,
body .brz :after,
body .brz :before,
body.brz *,
body.brz :after,
body.brz :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

.brz-figcaption,
.brz-figure,
.brz-section {
    display: block
}

body.brz-ed {
    background-color: var(--body-bg, #f3f3f3)
}

body.brz::after,
body.brz::before {
    display: none
}

.brz-iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

.brz {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brz .brz-root__container.brz-reset-all {
    display: block;
    overflow: hidden;
    font-family: inherit
}

.brz-hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin: 0
}

.brz-h1,
.brz-h2,
.brz-h3,
.brz-h4,
.brz-h5,
.brz-h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.brz-p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.brz-span {
    float: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit
}

.brz-dl,
.brz-ol,
.brz-ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.brz-ol .brz-ol,
.brz-ol .brz-ul,
.brz-ul .brz-ol,
.brz-ul .brz-ul {
    margin: 0
}

.brz-dt {
    font-weight: 700
}

.brz-dd {
    margin-bottom: .5rem;
    margin-left: 0
}

.brz-blockquote {
    margin: 0 0 1rem
}

.brz-dfn {
    font-style: italic
}

.brz-b,
.brz-strong {
    font-weight: 700
}

.brz-a:not(.brz-btn) {
    color: var(--active-color, #3dbfe8);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-box-shadow: none;
    box-shadow: none
}

.brz-a:not(.brz-btn)[href]:hover {
    color: var(--active-color, #1aabd8);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.brz-a:not(.brz-btn):active,
.brz-a:not(.brz-btn):focus,
.brz-a:not(.brz-btn):hover {
    outline: 0
}

.brz-a.brz-btn[href] {
    text-decoration: none
}

.brz-figure {
    margin: 0;
    min-width: auto;
    min-height: auto
}

.brz-img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

.brz-button,
.brz-input,
.brz-label,
.brz-textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.brz-table {
    border-collapse: collapse
}

.brz-caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #828b92;
    text-align: left;
    caption-side: bottom
}

.brz-th {
    text-align: left
}

.brz-form {
    margin: 0
}

.brz-label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400
}

.brz-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.brz-button,
.brz-input,
.brz-optgroup,
.brz-select,
.brz-textarea {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: initial;
    min-height: initial
}

.brz-button,
.brz-input {
    overflow: visible
}

.brz-button,
.brz-select {
    text-transform: none
}

.brz-button {
    -webkit-appearance: button
}

.brz-button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.brz-input[type=checkbox],
.brz-input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.brz-input[type=number] {
    -moz-appearance: textfield
}

.brz-input[type=date],
.brz-input[type=datetime-local],
.brz-input[type=month],
.brz-input[type=time] {
    -webkit-appearance: listbox
}

.brz-textarea {
    overflow: auto;
    resize: vertical
}

.brz-fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.brz-iframe,
.brz-object {
    margin-bottom: 0;
    max-width: 100%
}

.brz-iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.brz-reset-all {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    azimuth: center;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    block-size: auto;
    border-block-end-color: currentcolor;
    border-block-end-style: none;
    border-block-end-width: medium;
    border-block-start-color: currentcolor;
    border-block-start-style: none;
    border-block-start-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image-outset: 0s;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: currentcolor;
    border-inline-end-style: none;
    border-inline-end-width: medium;
    border-inline-start-color: currentcolor;
    border-inline-start-style: none;
    border-inline-start-width: medium;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top-color: currentcolor;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-column-break-after: auto;
    break-after: auto;
    -webkit-column-break-before: auto;
    break-before: auto;
    -webkit-column-break-inside: auto;
    break-inside: auto;
    caption-side: top;
    caret-color: auto;
    clear: none;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    color: initial;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule-color: currentcolor;
    -moz-column-rule-color: currentcolor;
    column-rule-color: currentcolor;
    -webkit-column-rule-style: none;
    -moz-column-rule-style: none;
    column-rule-style: none;
    -webkit-column-rule-width: medium;
    -moz-column-rule-width: medium;
    column-rule-width: medium;
    -webkit-column-span: none;
    -moz-column-span: none;
    column-span: none;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    display: inline;
    empty-cells: show;
    -webkit-filter: none;
    filter: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: none;
    font-family: initial;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    font-size: medium;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-gap: 0;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-gap: 0;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    -ms-hyphens: manual;
    hyphens: manual;
    image-orientation: 0deg;
    image-rendering: auto;
    image-resolution: 1dppx;
    ime-mode: auto;
    inline-size: auto;
    isolation: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: auto;
    letter-spacing: normal;
    line-break: auto;
    line-height: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    margin-bottom: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    -webkit-mask-clip: border-box;
    mask-clip: border-box;
    -webkit-mask-composite: add;
    mask-composite: add;
    -webkit-mask-image: none;
    mask-image: none;
    mask-mode: match-source;
    -webkit-mask-origin: border-box;
    mask-origin: border-box;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-block-size: 0;
    min-height: 0;
    min-inline-size: 0;
    min-width: 0;
    mix-blend-mode: normal;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    offset-block-end: auto;
    offset-block-start: auto;
    offset-inline-end: auto;
    offset-inline-start: auto;
    opacity: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    orphans: 2;
    outline-color: initial;
    outline-offset: 0;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-padding-after: 0;
    padding-block-end: 0;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    padding-bottom: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    quotes: initial;
    resize: none;
    right: auto;
    ruby-align: space-around;
    ruby-merge: separate;
    ruby-position: over;
    scroll-behavior: auto;
    -ms-scroll-snap-coordinate: none;
    scroll-snap-coordinate: none;
    -ms-scroll-snap-destination: 0 0;
    scroll-snap-destination: 0 0;
    -ms-scroll-snap-points-x: none;
    scroll-snap-points-x: none;
    -ms-scroll-snap-points-y: none;
    scroll-snap-points-y: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    shape-image-threshold: 0;
    shape-margin: 0;
    shape-outside: none;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: initial;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-combine-upright: none;
    -webkit-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-emphasis-color: currentcolor;
    text-emphasis-color: currentcolor;
    -webkit-text-emphasis-position: over;
    text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    text-emphasis-style: none;
    text-indent: 0;
    text-justify: auto;
    text-orientation: mixed;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    -ms-touch-action: auto;
    touch-action: auto;
    -webkit-transform: none;
    transform: none;
    transform-box: border-box;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    z-index: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.asw-menu-btn {
    bottom: 60px !important
}

.brz-h1,
.brz-h2,
.brz-h3,
.brz-h4,
.brz-h5,
.brz-h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit
}

.brz-h1 {
    font-size: 55px;
    font-weight: 400
}

.brz-h2 {
    font-size: 40px
}

.brz-h3 {
    font-size: 32px
}

.brz-h4 {
    font-size: 26px
}

.brz-h5 {
    font-size: 19px
}

.brz-h6 {
    font-size: 14px
}

.brz-p {
    font-size: 14px;
    font-weight: 400
}

.brz-flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.brz-flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.brz-flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.brz-justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.brz-justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.brz-justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.brz-justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.brz-justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.brz-align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.brz-align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.brz-align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.brz-align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.brz-align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.brz-align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.brz-align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.brz-align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.brz-align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.brz-align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.brz-flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.brz-flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

@media (min-width:480px) {
    .brz-flex-ms-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .brz-flex-ms-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .brz-flex-ms-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .brz-justify-content-ms-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .brz-justify-content-ms-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .brz-justify-content-ms-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .brz-justify-content-ms-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .brz-justify-content-ms-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .brz-align-items-ms-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .brz-align-items-ms-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .brz-align-items-ms-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .brz-align-items-ms-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .brz-align-items-ms-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .brz-align-self-ms-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .brz-align-self-ms-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .brz-align-self-ms-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .brz-align-self-ms-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .brz-align-self-ms-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .brz-flex-ms-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .brz-flex-ms-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
}

@media (min-width:768px) {
    .brz-flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .brz-flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .brz-flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .brz-justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .brz-justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .brz-justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .brz-justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .brz-justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .brz-align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .brz-align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .brz-align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .brz-align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .brz-align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .brz-align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .brz-align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .brz-align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .brz-align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .brz-align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .brz-flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .brz-flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
}

@media (min-width:992px) {
    .brz-flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .brz-flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .brz-flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .brz-justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .brz-justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .brz-justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .brz-justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .brz-justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .brz-align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .brz-align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .brz-align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .brz-align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .brz-align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .brz-align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .brz-align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .brz-align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .brz-align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .brz-align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .brz-flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .brz-flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
}

@media (min-width:1200px) {
    .brz-flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .brz-flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .brz-flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .brz-justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .brz-justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .brz-justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .brz-justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .brz-justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .brz-align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .brz-align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .brz-align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .brz-align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .brz-align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .brz-align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .brz-align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .brz-align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .brz-align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .brz-align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .brz-flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .brz-flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
}

@media (min-width:1400px) {
    .brz-flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .brz-flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .brz-flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .brz-justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .brz-justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .brz-justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .brz-justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .brz-justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .brz-align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .brz-align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .brz-align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .brz-align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .brz-align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .brz-align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .brz-align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .brz-align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .brz-align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .brz-align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .brz-flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .brz-flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
}

.brz-d-block {
    display: block !important
}

.brz-d-inline-block {
    display: inline-block !important
}

.brz-d-inline {
    display: inline !important
}

.brz-d-none {
    display: none !important
}

.brz-d-table {
    width: 100%;
    display: table;
    position: relative
}

.brz-d-table-cell {
    display: table-cell
}

.brz-blocked {
    pointer-events: none
}

.brz-enabled {
    pointer-events: all !important
}

.brz-d-xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0
}

.brz-d-xs-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (min-width:480px) {
    .brz-d-ms-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0
    }

    .brz-d-ms-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:768px) {
    .brz-d-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0
    }

    .brz-d-sm-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:992px) {
    .brz-d-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0
    }

    .brz-d-md-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:1200px) {
    .brz-d-lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0
    }

    .brz-d-lg-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media (min-width:1400px) {
    .brz-d-xl-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0
    }

    .brz-d-xl-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.brz-p-relative {
    position: relative !important
}

.brz-p-absolute {
    position: absolute !important
}

.brz-p-fixed {
    position: fixed !important
}

.brz-invisible {
    visibility: hidden !important
}

.brz-visible {
    visibility: visible !important
}

.brz-hidden {
    display: none !important
}

.brz-transparent {
    opacity: 0
}

.brz-visible-print-block {
    display: none !important
}

@media print {
    .brz-visible-print-block {
        display: block !important
    }
}

.brz-visible-print-inline {
    display: none !important
}

@media print {
    .brz-visible-print-inline {
        display: inline !important
    }
}

.brz-visible-print-inline-block {
    display: none !important
}

@media print {
    .brz-visible-print-inline-block {
        display: inline-block !important
    }

    .brz-hidden-print {
        display: none !important
    }
}

.brz-ow-hidden {
    overflow: hidden !important
}

.brz-ow-visible {
    overflow: visible !important
}

.brz-pointer-events-none {
    pointer-events: none !important
}

.brz-pointer-events-auto {
    pointer-events: auto !important
}

.brz-fw-100 {
    font-weight: 100 !important
}

.brz-fw-200 {
    font-weight: 200 !important
}

.brz-fw-300 {
    font-weight: 300 !important
}

.brz-fw-400 {
    font-weight: 400 !important
}

.brz-fw-500 {
    font-weight: 500 !important
}

.brz-fw-600 {
    font-weight: 600 !important
}

.brz-fw-700 {
    font-weight: 700 !important
}

.brz-fw-800 {
    font-weight: 800 !important
}

.brz-fw-900 {
    font-weight: 900 !important
}

.brz-typography-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.brz-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.brz-cursor-none {
    cursor: none !important
}

.brz-cursor-wait {
    cursor: wait !important
}

.brz-cursor-pointer {
    cursor: pointer !important
}

.brz-cursor-auto {
    cursor: auto !important
}

.brz-transform--none {
    -webkit-transform: none !important;
    transform: none !important
}

.brz-transition--none {
    -webkit-transition: none !important;
    transition: none !important
}

.brz--required {
    color: var(--required, #ff0e0e);
    padding-left: 5px
}

.brz-animated {
    opacity: 0;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

.brz-animated:not(.brz-animate) {
    -webkit-animation-name: none;
    animation-name: none
}

.brz-animated.brz-animate-opacity {
    opacity: 1
}

.brz-icon-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: none;
    max-width: none;
    position: relative;
    fill: currentColor;
    color: currentColor
}

.brz-icon-svg use {
    fill: inherit
}

.brz-icon-svg path {
    -webkit-transition: none;
    transition: none
}

.brz-icon-svg.grid-16 {
    height: 16px;
    width: 16px
}

.brz-icon-svg.grid-24 {
    height: 24px;
    width: 24px
}

.brz-icon-svg.glyph {
    fill: currentColor;
    stroke: none
}

.brz-icon-svg.outline {
    stroke: currentColor;
    fill: none
}

.brz-icon-svg.outline.stroke-2 {
    stroke-width: 2px
}

.brz .brz-section {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible
}

.brz .brz-section .brz-link-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.brz .brz-section__content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.brz .brz-section__content>.brz-bg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    width: 100%;
    height: 100%
}

.brz .brz-section__content>.brz-bg>.brz-bg-content {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brz .brz-section__content .brz-container__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz .brz-section__content>.brz-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz .brz-section>.brz-slick-slider>.slick-list>.slick-track>.slick-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz .brz-section>.brz-slick-slider--fade>.slick-list>.slick-track>.slick-slide {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.brz .brz-section>.brz-slick-slider .brz-section__content {
    height: 100%
}

.brz .brz-section>.brz-slick-slider .brz-slick-slider__pause {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 24px;
    cursor: pointer
}

.brz .brz-section>.brz-slick-slider:not(.slick-initialized) {
    overflow: hidden
}

.brz .brz-section>.brz-slick-slider:not(.slick-initialized)>div:not(:first-child) {
    display: none
}

.brz .brz-section:has(.brz-menu__item-dropdown--active, .brz-menu__item--opened) {
    z-index: 1056
}

.brz .brz-section__header>.brz-section__menu-item {
    position: relative;
    z-index: 1055;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brz .brz-section__header--animated {
    position: fixed;
    z-index: 1056;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.brz .brz-section__header--animated-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
    transition: opacity .2s linear, -webkit-transform .2s linear;
    transition: transform .2s linear, opacity .2s linear;
    transition: transform .2s linear, opacity .2s linear, -webkit-transform .2s linear
}

.brz .brz-section__header--animated-closed {
    -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
    transition: opacity .2s linear, -webkit-transform .2s linear;
    transition: transform .2s linear, opacity .2s linear;
    transition: transform .2s linear, opacity .2s linear, -webkit-transform .2s linear;
    pointer-events: none
}

.brz .brz-section__header--fixed {
    position: relative;
    z-index: 1055
}

.brz .brz-section__header--fixed-opened {
    position: fixed;
    z-index: 1056;
    top: 0;
    left: 0;
    width: 100%
}

.brz .brz-section__header--fixed>.brz-section__menu-item,
.brz .brz-section__header-sticky-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brz .brz-footer>.brz-bg:after,
.brz .brz-section__header-sticky-item>.brz-bg:after,
.brz .brz-section__menu-item>.brz-bg:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.brz .brz-footer {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brz .brz-footer>.brz-container {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz .brz-popup__inner {
    height: 100%
}

.brz .brz-footer {
    position: relative
}

.brz .brz-footer__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brz .brz-footer__bg>.brz-bg-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%
}

.brz .brz-footer .brz-container__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz .brz-story {
    background-color: #222;
    min-height: 100vh;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brz .brz-story .brz-container {
    font-size: 436px
}

.brz .brz-story .brz-ed-box__resizer {
    font-size: initial
}

.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow {
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    background-color: #c9c9c9;
    top: 50%;
    opacity: .4;
    z-index: 3;
    -webkit-transition: all .2s;
    transition: all .2s
}

.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow .brz-icon-svg {
    width: 20px;
    height: 20px
}

.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow-prev {
    inset-inline-start: 20px
}

.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow-next,
.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow-replay {
    inset-inline-end: 20px
}

.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow-next.slick-disabled,
.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow-prev.slick-disabled,
.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow-replay {
    display: none !important;
    opacity: 0
}

.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow-replay.slick-disabled {
    display: block !important;
    opacity: .4
}

.brz .brz-story>.brz-slick-slider .brz-slick-slider__arrow:hover {
    opacity: 1
}

.brz .brz-story>.brz-slick-slider>.slick-list>.slick-track>.slick-slide {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: .4;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz .brz-story>.brz-slick-slider>.slick-list>.slick-track>.slick-slide .brz-slick-slider__inner-arrow {
    display: none
}

.brz .brz-story>.brz-slick-slider>.slick-list>.slick-track>.slick-slide>div:not(.brz-container) {
    font-size: 0
}

.brz .brz-story>.brz-slick-slider>.slick-list>.slick-track>.slick-current {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.brz:not(.brz-ed) .brz-story .brz-container {
    font-size: 436px
}

.brz:not(.brz-ed) .brz-story .brz-wrapper {
    pointer-events: none
}

.brz:not(.brz-ed) .brz-story .brz-embed-code,
.brz:not(.brz-ed) .brz-story .brz-forms2,
.brz:not(.brz-ed) .brz-story .brz-icon__container,
.brz:not(.brz-ed) .brz-story .brz-image,
.brz:not(.brz-ed) .brz-story .brz-map,
.brz:not(.brz-ed) .brz-story .brz-rich-text a,
.brz:not(.brz-ed) .brz-story .brz-story-linked,
.brz:not(.brz-ed) .brz-story .brz-video,
.brz:not(.brz-ed) .brz-story a.brz-a {
    pointer-events: initial
}

.brz:not(.brz-ed) .brz-story .brz-embed-code {
    font-size: initial
}

.brz:not(.brz-ed) .brz-story>.brz-slick-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brz:not(.brz-ed) .brz-story>.brz-slick-slider:not(.slick-initialized)>.brz-section__content {
    height: 75vh;
    max-width: 37.5vh;
    min-width: 320px;
    min-height: 533px;
    max-height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.brz:not(.brz-ed) .brz-story>.slick-slider>.slick-list>.slick-track>.slick-slide {
    height: 75vh;
    max-width: 400px;
    min-width: 400px;
    min-height: 533px;
    max-height: 800px
}

.brz:not(.brz-ed) .brz-story>.slick-slider>.brz-slick-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 740px;
    bottom: -70px;
    margin: 15px auto 0
}

.brz:not(.brz-ed) .brz-story>.slick-slider>.brz-slick-slider__dots>li {
    padding: 15px 0;
    display: block;
    width: 30%;
    cursor: pointer;
    margin-right: 4px;
    float: left;
    color: rgba(255, 255, 255, .4)
}

.brz:not(.brz-ed) .brz-story>.slick-slider>.brz-slick-slider__dots>li>button {
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 100px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.brz:not(.brz-ed) .brz-story>.slick-slider>.brz-slick-slider__dots>li.slick-active {
    position: relative;
    overflow: hidden
}

.brz:not(.brz-ed) .brz-story>.slick-slider>.brz-slick-slider__dots>li.slick-active::after {
    content: "";
    position: absolute;
    top: 15px;
    inset-inline-start: 0;
    width: 0%;
    height: 4px;
    background-color: #fff;
    border-radius: 100px
}

.brz:not(.brz-ed) .brz-story>.slick-slider>.brz-slick-slider__dots>li.slick-active>button {
    background-color: #fff
}

.brz:not(.brz-ed) .brz-story>.slick-slider>.brz-slick-slider__dots>li:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

@media (max-width:767px) {
    .brz:not(.brz-ed) .brz-story {
        min-height: auto
    }

    .brz:not(.brz-ed) .brz-story>.brz-slick-slider:not(.slick-initialized) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .brz:not(.brz-ed) .brz-story>.brz-slick-slider:not(.slick-initialized)>.brz-section__content {
        height: 100vh;
        min-width: 320px;
        min-height: 533px;
        max-width: 100vw;
        max-height: 100%
    }

    .brz:not(.brz-ed) .brz-story>.brz-slick-slider {
        padding-top: 0
    }

    .brz:not(.brz-ed) .brz-story .slick-slider .brz-slick-slider__arrow {
        display: none !important
    }

    .brz:not(.brz-ed) .brz-story .slick-slider>.slick-list>.slick-track>.slick-slide {
        height: 100vh;
        min-width: 400px;
        min-height: 533px;
        max-width: 100vw;
        max-height: 100%;
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .brz:not(.brz-ed) .brz-story .slick-slider>.slick-list>.slick-track>.slick-slide>div {
        width: 100%
    }

    .brz:not(.brz-ed) .brz-story .slick-slider>.slick-list>.slick-track>.slick-slide .brz-slick-slider__inner-arrow {
        background-color: transparent;
        height: 100%;
        max-height: 100vh;
        top: 0;
        width: 50%;
        display: block;
        position: absolute
    }

    .brz:not(.brz-ed) .brz-story .slick-slider>.slick-list>.slick-track>.slick-slide .brz-slick-slider__inner-arrow-next {
        inset-inline-end: 0
    }

    .brz:not(.brz-ed) .brz-story .slick-slider>.slick-list>.slick-track>.slick-slide .brz-slick-slider__inner-arrow-prev {
        inset-inline-start: 0
    }

    .brz:not(.brz-ed) .brz-story .slick-slider>.brz-slick-slider__dots {
        margin-top: 0;
        position: absolute;
        padding: 0 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        height: 30px
    }
}

.brz .brz-container,
.brz .brz-section__content .brz-container__wrap,
.brz _:-ms-lang(x)::-ms-backdrop {
    -ms-flex: auto !important;
    flex: auto !important
}

@-webkit-keyframes storyProgress {
    to {
        width: 100%
    }
}

@keyframes storyProgress {
    to {
        width: 100%
    }
}

.brz .brz-container,
.brz .brz-container__wrap {
    width: 100%
}

.brz .brz-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: var(--brz-section-container-width, 100%)
}

.brz .brz-container__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brz .brz-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: start;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

.brz .brz-row__container {
    position: relative;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brz .brz-row__container .brz-row__scroll-motion {
    width: 100%
}

.brz .brz-row__container .brz-link-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    inset-inline-start: 0
}

.brz .brz-row__container>.brz-hover-animation__container,
.brz .brz-row__container>div[data-scroll-motion],
.brz .brz-row__container>div[data-scroll-motion]>.brz-hover-animation__container {
    min-height: inherit;
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

.brz .brz-row__container>.brz-bg,
.brz .brz-row__container>.brz-hover-animation__container>.brz-bg {
    inset-inline-start: auto
}

.brz .brz-row__container .brz-wrapper__scrollmotion {
    width: 100%;
    max-width: 100%
}

.brz .brz-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    will-change: flex, max-width
}

.brz .brz-columns .brz-hover-animation__container {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit
}

.brz .brz-columns .brz-container-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    inset-inline-start: 0
}

.brz .brz-columns>.brz-bg,
.brz .brz-columns>.brz-hover-animation__container>.brz-bg,
.brz .brz-columns>:is(div[data-scroll-motion], .brz-hover-animation__container)>.brz-bg,
.brz .brz-columns>div[data-scroll-motion]>.brz-bg,
.brz .brz-columns>div[data-scroll-motion]>.brz-hover-animation__container>.brz-bg {
    width: auto;
    height: auto;
    inset: 0
}

.brz .brz-columns div[data-scroll-motion] {
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    height: 100%
}

.brz .brz-columns .brz-column__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.brz .brz-columns .brz-column__items>div:not(.brz-ed-sortable--empty) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0
}

.brz .brz-columns--max-height .brz-column__items {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    scrollbar-width: thin
}

.brz .brz-columns--max-height .brz-wrapper {
    min-height: auto
}

.brz .brz-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
    min-height: 1px
}

.brz .brz-wrapper:has(.brz-wrapper-transform, .brz-wrapper__scrollmotion, .brz-hover-animation__container) :has(.brz-menu__item-dropdown--active, .brz-menu__item--opened) {
    z-index: 1056
}

.brz .brz-wrapper>.brz-wrapper-transform {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-width: 0;
    display: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.brz .brz-wrapper>.brz-wrapper-transform>div.brz-wrapper__scrollmotion {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-width: 0;
    display: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

.brz .brz-wrapper>div.brz-wrapper__scrollmotion {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-width: 0;
    display: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

.brz .brz-wrapper-clone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brz .brz-wrapper-clone>div {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: content;
    flex-basis: content;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.brz .brz-wrapper-clone__item {
    position: relative;
    min-height: 1px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.brz .brz-wrapper-clone__item .brz-icon-svg {
    min-width: 1em
}

.brz .brz-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    -webkit-transition: background .3s ease, color .3s ease, border-color .3s ease;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    background-image: none;
    white-space: nowrap;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    outline: 0
}

.brz .brz-btn .brz-ed-box__resizer {
    height: auto;
    font-size: inherit
}

.brz .brz-btn.focus,
.brz .brz-btn:focus,
.brz .brz-btn:hover {
    text-decoration: none
}

.brz .brz-btn:focus {
    text-decoration: none
}

.brz .brz-btn .brz-span {
    display: block
}

.brz .brz-btn .brz-btn--story-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brz .buttons {
    margin: -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brz .buttons .brz-wrapper-clone__item {
    padding: 10px
}

.brz .brz-btn:focus-visible {
    outline: 2px solid #00f !important
}

.brz .brz-a:focus-visible,
.brz .brz-a:focus-visible>.brz-lottie-anim {
    outline: 2px solid #00f !important
}

.brz .brz-rich-text {
    -webkit-font-smoothing: antialiased;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.brz .brz-rich-text .brz-ed-box__resizer {
    max-width: 100%
}

.brz .brz-rich-text .brz-capitalize-on {
    text-transform: uppercase
}

.brz .brz-rich-text .brz-capitalize-on span {
    text-transform: uppercase
}

.brz .brz-rich-text .brz-lowercase-on {
    text-transform: lowercase
}

.brz .brz-rich-text .brz-lowercase-on span {
    text-transform: lowercase
}

.brz .brz-rich-text .brz-tp-script-sub,
.brz .brz-rich-text .brz-tp-script-super {
    font-size: inherit
}

.brz .brz-rich-text .brz-tp-script-sub span,
.brz .brz-rich-text .brz-tp-script-sub sub,
.brz .brz-rich-text .brz-tp-script-sub sup,
.brz .brz-rich-text .brz-tp-script-super span,
.brz .brz-rich-text .brz-tp-script-super sub,
.brz .brz-rich-text .brz-tp-script-super sup {
    font-size: inherit
}

.brz .brz-rich-text>* {
    white-space: pre-wrap
}

.brz .brz-rich-text em,
.brz .brz-rich-text i {
    font-style: italic
}

.brz .brz-rich-text ol li,
.brz .brz-rich-text ul li {
    -webkit-margin-start: 1em;
    margin-inline-start: 1em
}

.brz .brz-rich-text ol>li,
.brz .brz-rich-text ul>li {
    list-style-type: none
}

.brz .brz-rich-text ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8;
    counter-increment: list-0
}

.brz .brz-rich-text ol li.ql-indent-1:before,
.brz .brz-rich-text ol li.ql-indent-3:before,
.brz .brz-rich-text ol li.ql-indent-5:before,
.brz .brz-rich-text ol li.ql-indent-7:before,
.brz .brz-rich-text ul li::before {
    content: "•";
    display: inline-block;
    min-width: 1em;
    -webkit-margin-start: -1em;
    margin-inline-start: -1em
}

.brz .brz-rich-text ol li.ql-indent-2:before,
.brz .brz-rich-text ol li.ql-indent-4:before,
.brz .brz-rich-text ol li.ql-indent-6:before,
.brz .brz-rich-text ol li.ql-indent-8:before,
.brz .brz-rich-text ol li:before {
    display: inline-block;
    min-width: 1em;
    -webkit-margin-start: -1em;
    margin-inline-start: -1em
}

.brz .brz-rich-text ol li:before {
    content: counter(list-0, decimal) "."
}

.brz .brz-rich-text ol li.ql-indent-1 {
    counter-increment: list-1;
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8
}

.brz .brz-rich-text ol li.ql-indent-2 {
    counter-increment: list-2
}

.brz .brz-rich-text ol li.ql-indent-2:before {
    content: counter(list-2, decimal) "."
}

.brz .brz-rich-text ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8
}

.brz .brz-rich-text ol li.ql-indent-3 {
    counter-increment: list-3;
    counter-reset: list-4 list-5 list-6 list-7 list-8
}

.brz .brz-rich-text ol li.ql-indent-4 {
    counter-increment: list-4
}

.brz .brz-rich-text ol li.ql-indent-4:before {
    content: counter(list-4, decimal) "."
}

.brz .brz-rich-text ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8
}

.brz .brz-rich-text ol li.ql-indent-5 {
    counter-increment: list-5;
    counter-reset: list-6 list-7 list-8
}

.brz .brz-rich-text ol li.ql-indent-6 {
    counter-increment: list-6
}

.brz .brz-rich-text ol li.ql-indent-6:before {
    content: counter(list-6, decimal) "."
}

.brz .brz-rich-text ol li.ql-indent-6 {
    counter-reset: list-7 list-8
}

.brz .brz-rich-text ol li.ql-indent-7 {
    counter-increment: list-7;
    counter-reset: list-8
}

.brz .brz-rich-text ol li.ql-indent-8 {
    counter-increment: list-8
}

.brz .brz-rich-text ol li.ql-indent-8:before {
    content: counter(list-8, decimal) "."
}

.brz .brz-rich-text ol li.ql-indent-8 {
    counter-reset: reset
}

.brz .brz-rich-text .ql-editor {
    white-space: pre-wrap
}

.brz .brz-rich-text .brz-image-gradient,
.brz .brz-rich-text .brz-text-mask {
    caret-color: #000;
    color: transparent !important;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.brz .brz-rich-text .brz-image-gradient::-moz-selection,
.brz .brz-rich-text .brz-text-mask::-moz-selection {
    -webkit-text-fill-color: initial;
    background: #3dbfe8;
    color: #fff
}

.brz .brz-rich-text .brz-image-gradient::selection,
.brz .brz-rich-text .brz-text-mask::selection {
    -webkit-text-fill-color: initial;
    background: #3dbfe8;
    color: #fff
}

.brz .brz-rich-text>div>h1,
.brz .brz-rich-text>div>h2,
.brz .brz-rich-text>div>h3,
.brz .brz-rich-text>div>h4,
.brz .brz-rich-text>div>h5,
.brz .brz-rich-text>div>h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-transform: initial;
    text-decoration: initial
}

.brz .brz-rich-text>div>h1:before,
.brz .brz-rich-text>div>h2:before,
.brz .brz-rich-text>div>h3:before,
.brz .brz-rich-text>div>h4:before,
.brz .brz-rich-text>div>h5:before,
.brz .brz-rich-text>div>h6:before {
    display: none
}

.brz .brz-rich-text span,
.brz .brz-rich-text>div>p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: initial;
    text-decoration: initial
}

.brz .brz-rich-text span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.brz .brz-rich-text p {
    display: block
}

.brz .brz-rich-text a,
.brz .brz-rich-text em,
.brz .brz-rich-text span {
    display: inline
}

.brz .brz-rich-text dl,
.brz .brz-rich-text ol,
.brz .brz-rich-text ul {
    margin: 0;
    padding: 0
}

.brz .brz-rich-text ol,
.brz .brz-rich-text ul {
    -webkit-margin-start: 1em;
    margin-inline-start: 1em
}

.brz .brz-rich-text ol ol,
.brz .brz-rich-text ol ul,
.brz .brz-rich-text ul ol,
.brz .brz-rich-text ul ul {
    margin: 0
}

.brz .brz-rich-text strong {
    font-weight: 700
}

.brz .brz-rich-text .link--anchor,
.brz .brz-rich-text .link--dynamic,
.brz .brz-rich-text .link--external,
.brz .brz-rich-text .link--page,
.brz .brz-rich-text .link--popup,
.brz .brz-rich-text .link--story,
.brz .brz-rich-text .link--upload {
    text-decoration: none
}

.brz .brz-rich-text .link--anchor:hover,
.brz .brz-rich-text .link--dynamic:hover,
.brz .brz-rich-text .link--external:hover,
.brz .brz-rich-text .link--page:hover,
.brz .brz-rich-text .link--popup:hover,
.brz .brz-rich-text .link--story:hover,
.brz .brz-rich-text .link--upload:hover {
    text-decoration: underline
}

.brz .brz-rich-text .brz-tp__dc-block:after {
    content: "";
    display: table;
    clear: both
}

.brz .brz-rich-text .brz-tp__dc-block ul {
    font-family: inherit
}

.brz .brz-rich-text .brz-tp__dc-block ul li {
    display: list-item;
    list-style-type: inherit
}

.brz .brz-rich-text .brz-tp__dc-block ul li:before {
    content: none
}

.brz .brz-rich-text .brz-tp__dc-block iframe,
.brz .brz-rich-text .brz-tp__dc-block img,
.brz .brz-rich-text .brz-tp__dc-block object,
.brz .brz-rich-text .brz-tp__dc-block video {
    max-width: 100%
}

.brz .brz-rich-text [data-brz-tooltip],
.brz .brz-rich-text [data-tooltip],
.brz .brz-rich-text__population-tooltip * {
    text-decoration: underline !important;
    -webkit-text-decoration-style: dashed !important;
    text-decoration-style: dashed !important;
    text-underline-offset: 5px
}

.brz .brz-rich-text__custom a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.brz .brz-rich-text__custom a[href] :not(.brz-ed-content-dc-link):hover {
    text-decoration: underline
}

.brz .brz-rich-text__population .brz-rich-text-context-wrapper {
    font-size: inherit
}

.brz .brz-rich-text__population .brz-rich-text-context-wrapper,
.brz .brz-rich-text__population span {
    display: inline-block;
    position: relative;
    z-index: 0
}

.brz .brz-rich-text__population .brz-rich-text-context-wrapper::before,
.brz .brz-rich-text__population span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.brz .brz-rich-text__population-cloud h1,
.brz .brz-rich-text__population-cloud h2,
.brz .brz-rich-text__population-cloud h3,
.brz .brz-rich-text__population-cloud h4,
.brz .brz-rich-text__population-cloud h5,
.brz .brz-rich-text__population-cloud h6,
.brz .brz-rich-text__population-cloud p {
    margin: 0
}

.brz .brz-rich-text__population-cloud a {
    color: inherit;
    text-decoration: none
}

.brz .brz-rich-text__population-cloud a:hover {
    text-decoration: underline
}

.brz .brz-rich-text__population-cloud blockquote {
    border-left: 4px solid #ccc;
    margin: 5px 0 5px;
    padding: 0 0 0 16px
}

.brz .brz-rich-text .ql-indent-1 {
    padding-left: 3em
}

.brz .brz-rich-text .ql-indent-2 {
    padding-left: 6em
}

.brz .brz-rich-text .ql-indent-3 {
    padding-left: 9em
}

.brz .brz-rich-text .ql-indent-4 {
    padding-left: 12em
}

.brz .brz-rich-text .ql-indent-5 {
    padding-left: 15em
}

.brz .brz-rich-text .ql-indent-6 {
    padding-left: 18em
}

.brz .brz-rich-text .ql-indent-7 {
    padding-left: 21em
}

.brz .brz-rich-text .ql-indent-8 {
    padding-left: 24em
}

.brz .brz-rich-text .ql-indent-9 {
    padding-left: 27em
}

.brz .brz-rich-text .ql-align-center {
    text-align: center
}

.brz .brz-rich-text .ql-align-right {
    text-align: right
}

.brz .brz-rich-text .ql-align-justify {
    text-align: justify
}

.brz .brz-text__editor {
    min-width: 10px
}

.brz .brz-text__editor:empty:before {
    content: "  "
}

.brz .brz-population-mask.brz-population-mask__style {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.brz .brz-story .brz-rich-text ol,
.brz .brz-story .brz-rich-text ul {
    margin-left: 0
}

.brz .story-slider-dot .brz-rich-text ol,
.brz .story-slider-dot .brz-rich-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.brz:not(.brz-ed) .brz-population-mask {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important
}

.brz:not(.brz-ed) .brz-story .brz-rich-text>div {
    width: 100%
}

.brz:not(.brz-ed) .brz-rich-text .brz-tp__dc-block-st1>* {
    margin: 0
}

.brz .brz-menu-simple .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.brz .brz-menu-simple .menu .menu-item {
    position: relative;
    text-align: left;
    list-style: none
}

.brz .brz-menu-simple .menu .menu-item a span {
    display: block
}

.brz .brz-menu-simple .menu .menu-item:hover>.sub-menu {
    display: block
}

.brz .brz-menu-simple .menu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: none;
    list-style: none;
    margin: 0 !important;
    display: none;
    width: 280px;
    background-color: #33344b;
    z-index: 110
}

.brz .brz-menu-simple .menu .sub-menu .menu-item {
    display: block;
    margin: 0;
    padding: 0
}

.brz .brz-menu-simple .menu .sub-menu .sub-menu {
    left: 100%
}

.brz .brz-menu-simple .menu .sub-menu a {
    display: block;
    line-height: 1.2em;
    padding: 10px 12%;
    color: #fcfcfc
}

.brz .brz-menu-simple .menu .sub-menu a:hover {
    background: rgba(36, 36, 53, .94)
}

.brz .brz-menu-simple .menu>.menu-item {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.brz .brz-menu-simple .menu>.menu-item>.sub-menu {
    top: 100%
}

.brz .brz-menu-simple .menu>ul {
    margin: 0 !important
}

.brz .brz-menu-simple .menu>ul .page_item:not(:first-child) {
    margin-left: 15px
}

.brz .brz-menu-simple__toggle .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.brz .brz-menu-simple__icon {
    display: none;
    padding: 15px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0
}

.brz .brz-menu-simple__icon--bars {
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    width: 18px
}

.brz .brz-menu-simple__icon--bars:after,
.brz .brz-menu-simple__icon--bars:before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%
}

.brz .brz-menu-simple__icon--bars:before {
    top: 5px
}

.brz .brz-menu-simple__icon--bars:after {
    top: -5px
}

.brz .brz-menu-simple .brz-input {
    display: none
}

.brz .brz-menu-simple .brz-input:checked~div .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%
}

.brz .brz-menu-simple .brz-input:checked~.brz-menu-simple__icon .brz-menu-simple__icon--bars {
    background: 0 0
}

.brz .brz-menu-simple .brz-input:checked~.brz-menu-simple__icon .brz-menu-simple__icon--bars:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.brz .brz-menu-simple .brz-input:checked~.brz-menu-simple__icon .brz-menu-simple__icon--bars:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.brz .brz-menu-simple .brz-input:checked~.brz-menu-simple__icon:not(.steps) .brz-menu-simple__icon--bars:after,
.brz .brz-menu-simple .brz-input:checked~.brz-menu-simple__icon:not(.steps) .brz-menu-simple__icon--bars:before {
    top: 0
}

.brz .brz-menu-simple--cloud a {
    text-decoration: none
}

.brz .brz-menu__ul {
    margin: 0;
    padding: 0;
    font-family: inherit
}

.brz .brz-menu__item {
    list-style: none
}

@media (max-width:767px) {
    .brz:not(.brz-ed) .brz-menu-simple {
        width: auto;
        text-align: center
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--mobile .menu {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        max-height: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: max-height .2s ease-out;
        transition: max-height .2s ease-out
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--mobile .menu .sub-menu {
        position: relative;
        display: block;
        width: 100%;
        left: 15px;
        padding: 0;
        background-color: transparent
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--mobile .menu .sub-menu .menu-item a {
        padding: 5px
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--mobile .menu .sub-menu .menu-item a:hover {
        background-color: transparent
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--mobile .menu .sub-menu .sub-menu {
        display: block;
        left: 15px
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--mobile .menu>.menu-item {
        padding: 0
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--mobile .menu>.menu-item>.sub-menu {
        top: 100%;
        padding: 5px 0
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--mobile .brz-menu-simple__icon {
        display: inline-block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .brz:not(.brz-ed) .brz-menu-simple {
        width: auto;
        text-align: center
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--tablet .menu {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        max-height: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: max-height .2s ease-out;
        transition: max-height .2s ease-out
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--tablet .menu .sub-menu {
        position: relative;
        display: block;
        width: 100%;
        left: 15px;
        padding: 0;
        background-color: transparent
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--tablet .menu .sub-menu .menu-item a {
        padding: 5px
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--tablet .menu .sub-menu .menu-item a:hover {
        background-color: transparent
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--tablet .menu .sub-menu .sub-menu {
        display: block;
        left: 15px
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--tablet .menu>.menu-item {
        padding: 0
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--tablet .menu>.menu-item>.sub-menu {
        top: 100%;
        padding: 5px 0
    }

    .brz:not(.brz-ed) .brz-menu-simple__toggle--tablet .brz-menu-simple__icon {
        display: inline-block
    }
}

.brz .brz-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 100%
}

.brz .brz-menu__container .brz-mm-menu__icon:hover {
    cursor: pointer
}

.brz .brz-menu__ul {
    padding: 0;
    margin: 0;
    font-family: inherit
}

.brz .brz-menu:not(.brz-mm-menu) {
    position: relative;
    width: 100%;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__sub-menu {
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__sub-menu:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__sub-menu .brz-menu__item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__sub-menu .brz-menu__item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__sub-menu .brz-menu__item:has(.brz-menu__sub-menu)>.brz-a {
    position: relative
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__sub-menu .brz-menu__item:has(.brz-menu__sub-menu)>.brz-a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    inset-inline-end: 23px;
    bottom: 0;
    inset-inline-start: auto;
    width: 7px;
    height: 7px;
    border: 2px solid currentColor;
    border-right-style: none;
    border-bottom-style: none;
    margin: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item>.brz-a {
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-size: inherit;
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    text-decoration: none
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item>.brz-a:hover {
    text-decoration: none
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item:has(.brz-menu__sub-menu) {
    position: relative
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item:has(.brz-menu__sub-menu) .brz-menu__item {
    padding: 0;
    -webkit-transition: background-color .2s linear, border-bottom-color .2s linear;
    transition: background-color .2s linear, border-bottom-color .2s linear
}

.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item:has(.brz-menu__sub-menu) .brz-menu__item .brz-a {
    width: 100%;
    padding: 15px 35px 15px 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.brz .brz-menu.brz-menu__mmenu:not(.brz-mm-menu) {
    display: none
}

.brz .brz-menu.brz-mm-menu {
    text-transform: initial
}

.brz .brz-menu.brz-mm-menu.brz-mm-menu_opened {
    display: block;
    position: fixed;
    z-index: 100;
}

.brz .brz-menu.brz-mm-menu .brz-mm-navbar {
    position: sticky !important;
    z-index: 1
}

.brz .brz-menu.brz-mm-menu .brz-mm-navbar a:not(.brz-btn),
.brz .brz-menu.brz-mm-menu .brz-mm-navbar>* {
    color: inherit
}

.brz .brz-menu.brz-mm-menu .brz-mm-navbar:not(.brz-mm-listitem) {
    background-color: transparent
}

.brz .brz-menu.brz-mm-menu .brz-mm-navbar span.brz-mm-close {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset
}

.brz .brz-menu.brz-mm-menu .brz-mm-navbar-sticky {
    top: 0
}

.brz .brz-menu.brz-mm-menu .brz-menu__ul>.brz-mm-navbar {
    border-bottom-width: inherit;
    background-color: transparent
}

.brz .brz-menu.brz-mm-menu .brz-menu__ul .brz-mm-listitem_opened>.brz-mm-panel {
    background-color: rgba(255, 255, 255, .05)
}

.brz .brz-menu.brz-mm-menu .brz-mm-listitem_opened .brz-menu__sub-menu .brz-mm-panel {
    background-color: transparent
}

.brz .brz-menu.brz-mm-menu .brz-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    position: relative;
    inset-inline-start: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    width: auto
}

.brz .brz-menu.brz-mm-menu .brz-menu__item.brz-mm-listitem_vertical>.brz-mm-panel {
    padding: 0 10px
}

.brz .brz-menu.brz-mm-menu .brz-menu__item:has(.brz-mega-menu__mmenu)>.brz-mm-panel {
    padding: 0;
    overflow: visible
}

.brz .brz-menu.brz-mm-menu .brz-menu__item.brz-mm-listitem_opened {
    overflow: hidden
}

.brz .brz-menu.brz-mm-menu .brz-menu__item.brz-mm-listitem_opened>.brz-mm-listitem__text {
    position: relative
}

.brz .brz-menu.brz-mm-menu .brz-menu__item.brz-mm-listitem_opened>.brz-mm-listitem__text:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid;
    border-color: inherit
}

.brz .brz-menu.brz-mm-menu .brz-menu__item .brz-mm-listitem__text {
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-size: inherit;
    border-color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px
}

.brz .brz-menu.brz-mm-menu .brz-menu__item .brz-mm-btn_next {
    inset-inline-end: 0;
    inset-inline-start: auto;
    background: 0 0;
    padding: 0;
    min-width: 50px;
    border: 0;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brz .brz-menu.brz-mm-menu .brz-menu__item .brz-mm-btn_next:after {
    position: relative;
    left: auto;
    right: auto;
    border-color: inherit;
    width: 7px;
    height: 7px
}

.brz .brz-menu .brz-mm-navbar__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    font-size: 13px;
    padding: 12px 20px
}

.brz .brz-menu .brz-mm-navbar__title:active,
.brz .brz-menu .brz-mm-navbar__title:focus {
    outline: 0
}

.brz .brz-menu--has-dropdown.brz-mm-menu .brz-mm-navbar {
    padding: 0
}

.brz .brz-menu--has-dropdown.brz-mm-menu .brz-mm-navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-padding-end: 40px;
    padding-inline-end: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.brz .brz-menu--has-dropdown.brz-mm-menu .brz-mm-navbar-left {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.brz .brz-menu--has-dropdown.brz-mm-menu .brz-mm-navbar__title {
    padding: 12px 0
}

.brz .brz-menu--has-dropdown.brz-mm-menu .brz-menu__item>.brz-mm-listitem__text {
    -webkit-padding-end: 50px;
    padding-inline-end: 50px
}

.brz .brz-menu .brz-a {
    width: 100%;
    white-space: break-spaces
}

.brz .brz-menu .brz-a,
.brz .brz-menu .brz-mm-btn_next {
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.brz .brz-menu .brz-a:active,
.brz .brz-menu .brz-a:focus,
.brz .brz-menu .brz-a:hover,
.brz .brz-menu .brz-mm-btn_next:active,
.brz .brz-menu .brz-mm-btn_next:focus,
.brz .brz-menu .brz-mm-btn_next:hover {
    outline: 0
}

.brz .brz-menu__error {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #ececec;
    font-family: nunito, "Open Sans", Arial, sans-serif;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.brz .brz-menu__error .brz-a {
    font-weight: 700;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    cursor: pointer
}

.brz .brz-menu.brz-mm-menu_opened~.brz-mm-wrapper__blocker {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.brz .brz-menu .brz-mm-panels {
    background-repeat: no-repeat;
    background-size: cover
}

.brz .brz-mega-menu__portal,
.brz.brz-mega-menu__portal {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1068;
    -webkit-transition: .2s linear opacity;
    transition: .2s linear opacity
}

.brz .brz-mega-menu__portal--opened,
.brz.brz-mega-menu__portal--opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .2s linear opacity;
    transition: .2s linear opacity
}

.brz .brz-mega-menu__portal[data-popper-placement^=left],
.brz .brz-mega-menu__portal[data-popper-placement^=right],
.brz.brz-mega-menu__portal[data-popper-placement^=left],
.brz.brz-mega-menu__portal[data-popper-placement^=right] {
    padding-top: 0;
    padding-bottom: 0
}

.brz .brz-mega-menu__portal[data-popper-placement^=right],
.brz.brz-mega-menu__portal[data-popper-placement^=right] {
    -webkit-padding-end: 0;
    padding-inline-end: 0
}

.brz .brz-mega-menu__portal[data-popper-placement^=left],
.brz.brz-mega-menu__portal[data-popper-placement^=left] {
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.brz .brz-mega-menu__portal[data-popper-placement^=bottom],
.brz .brz-mega-menu__portal[data-popper-placement^=top],
.brz.brz-mega-menu__portal[data-popper-placement^=bottom],
.brz.brz-mega-menu__portal[data-popper-placement^=top] {
    padding-inline: 0
}

.brz .brz-mega-menu__portal[data-popper-placement^=top],
.brz.brz-mega-menu__portal[data-popper-placement^=top] {
    padding-top: 0
}

.brz .brz-mega-menu__portal[data-popper-placement^=bottom],
.brz.brz-mega-menu__portal[data-popper-placement^=bottom] {
    padding-bottom: 0
}

.brz .brz-mega-menu__portal-inPopup {
    z-index: 1070
}

.brz .brz-menu .brz-menu__sub-menu[data-popper-placement^=top]:before {
    bottom: calc(var(--offset) * -1)
}

.brz .brz-menu .brz-menu__sub-menu[data-popper-placement^=bottom]:before {
    top: calc(var(--offset) * -1)
}

.brz .brz-menu .brz-menu__sub-menu[data-popper-placement^=left]:before {
    inset-inline-end: calc(var(--offset) * -1)
}

.brz .brz-menu .brz-menu__sub-menu[data-popper-placement^=right]:before {
    inset-inline-start: calc(var(--offset) * -1)
}

.brz .brz-mega-menu__dropdown {
    width: 100%
}

.brz .brz-mega-menu {
    position: relative
}

.brz .brz-mega-menu>.brz-bg {
    overflow: hidden
}

.brz .brz-mega-menu>.brz-container {
    position: relative
}

.brz:not(.brz-ed) .brz-menu__mmenu:not(.brz-mm-menu_opened) {
    display: none
}

.brz:not(.brz-ed) .brz-menu:not(.brz-menu__mmenu) .brz-menu__item:hover>.brz-mega-menu__portal,
.brz:not(.brz-ed) .brz-menu:not(.brz-menu__mmenu) .brz-menu__item:hover>.brz-menu__sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1068;
    -webkit-transition: .2s z-index linear, .2s opacity linear;
    transition: .2s z-index linear, .2s opacity linear
}

.brz:not(.brz-ed) .brz-menu:not(.brz-menu--has-dropdown) .brz-mm-navbar__title {
    padding-left: 0;
    padding-right: 0
}

.brz:not(.brz-ed) .brz-menu .brz-mm-panel_has-navbar {
    padding-top: 44px
}

.brz:not(.brz-ed) .brz-mega-menu__portal {
    z-index: 1068
}

.brz:not(.brz-ed) .brz-mega-menu__portal.brz-mega-menu__portal-inPopup {
    z-index: 1071
}

.brz .brz-root__container.brz-mm-page {
    position: relative;
    background: inherit
}

.brz .brz-root__container.brz-mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.brz .brz-mm-menu_position-bottom.brz-mm-menu_opened,
.brz .brz-mm-menu_position-front.brz-mm-menu_opened,
.brz .brz-mm-menu_position-top.brz-mm-menu_opened {
    z-index: 4
}

.brz .brz-mm-menu_position-bottom.brz-mm-menu_opened~.brz-mm-wrapper__blocker,
.brz .brz-mm-menu_position-front.brz-mm-menu_opened~.brz-mm-wrapper__blocker,
.brz .brz-mm-menu_position-top.brz-mm-menu_opened~.brz-mm-wrapper__blocker {
    z-index: 3
}

.brz .brz-mm-wrapper:not(.brz-mm-wrapper_blocking),
.brz.brz-mm-wrapper:not(.brz-mm-wrapper_blocking) {
    overflow: visible
}

.brz .brz-mm-wrapper_opened .brz-root__container.brz-mm-page,
.brz.brz-mm-wrapper_opened .brz-root__container.brz-mm-page {
    z-index: auto
}

.brz .brz-mm-wrapper_opened:not(.brz-ed) .brz-root__container>.brz-section:not(.brz-section__header),
.brz.brz-mm-wrapper_opened:not(.brz-ed) .brz-root__container>.brz-section:not(.brz-section__header) {
    z-index: 1
}

.brz .brz-mm-wrapper_opened .brz-mega-menu__portal,
.brz .brz-mm-wrapper_opened .brz-popup,
.brz .brz-mm-wrapper_opened .brz-popup2,
.brz .brz-mm-wrapper_opened .brz-section__header,
.brz.brz-mm-wrapper_opened .brz-mega-menu__portal,
.brz.brz-mm-wrapper_opened .brz-popup,
.brz.brz-mm-wrapper_opened .brz-popup2,
.brz.brz-mm-wrapper_opened .brz-section__header {
    z-index: 2
}

.brz .brz-image {
    position: relative;
    display: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden
}

@media (min-width:992px) {

    .brz .brz-image--withHover:hover .brz-img,
    .brz .brz-image--withHover:hover .dynamic-image {
        opacity: 0
    }

    .brz .brz-image--withHover:hover .brz-img__hover {
        opacity: 1
    }
}

.brz .brz-image .brz-img__hover-population-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.brz .brz-image .brz-img__hover-population .brz-dc-hover-visible,
.brz .brz-image .brz-img__hover-population-wrapper .brz-dc-hover-visible {
    opacity: 1
}

.brz .brz-image .brz-img__hover {
    position: absolute;
    top: 0;
    display: none
}

@media (min-width:992px) {
    .brz .brz-image .brz-img__hover {
        display: block
    }
}

.brz .brz-image .brz-img__hover img {
    width: 100%;
    height: 100%
}

.brz .brz-image .brz-img__hover-svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.brz .brz-image .brz-img__hover.brz-img__hover-preview:not(.brz-img__hover-gif) {
    width: 100%;
    height: 100%
}

.brz .brz-image .brz-img__hover-population {
    height: 100%;
    width: 100%
}

.brz .brz-image .brz-img__hover-population img {
    -o-object-fit: cover;
    object-fit: cover
}

.brz .brz-image .brz-img__hover-size--original img {
    -o-object-fit: cover;
    object-fit: cover
}

.brz .brz-image .brz-img {
    max-width: 100%
}

.brz .brz-image .brz-img-external,
.brz .brz-image .brz-img-svg {
    width: 100%;
    height: 100%
}

.brz .brz-image .brz-a,
.brz .brz-image .brz-picture {
    outline: 0
}

.brz .brz-image .brz-a:focus-visible>.brz-picture {
    border: 2px solid #00f !important
}

.brz .brz-image .brz-shortcode__placeholder {
    top: 0;
    position: absolute
}

.brz:not(.brz-ed) .brz-image .brz-a,
.brz:not(.brz-ed) .brz-image .brz-picture,
.backOffice_images {
    width: 100%;
    height: auto
}

.brz:not(.brz-ed) .brz-image .brz-img {
    top: 0;
    left: 0;
    height: 100%
}

.brz:not(.brz-ed) .brz-image .brz-img-svg:not(.brz-img__original) {
    position: absolute
}

.brz:not(.brz-ed) .brz-image__lightbox * {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.brz:not(.brz-ed) .brz-image .brz-picture:after,
.brz:not(.brz-ed) .brz-image .backOffice_images:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.main-logo {
    position: relative !important;
    max-height: 60px;
}

.brz:not(.brz-ed) .brz-image--story .brz-shortcode__placeholder .brz-icon-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.brz .mfp-bg {
    z-index: 1100
}

.brz .mfp-wrap {
    z-index: 1101
}

.brz .mfp-figure figcaption {
    margin: 0
}

.brz .mfp-img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.brz .mfp-figure:after,
.brz .mfp-iframe-scaler iframe {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .35);
    box-shadow: 0 0 40px rgba(0, 0, 0, .35)
}

.brz.brz-lightbox {
    z-index: 1102
}

.brz .brz-lightbox-controls {
    position: absolute;
    right: 30px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1047;
    color: #fff;
    opacity: .65;
    font-size: 18px
}

.brz .brz-lightbox-controls .zoom-in {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.brz .brz-lightbox-controls .zoom-out {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.brz .brz-lightbox-controls:hover {
    opacity: 1
}

.brz .brz-animated {
    opacity: 0;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

.brz .brz-animated:not(.brz-animate) {
    -webkit-animation-name: none;
    animation-name: none
}

.brz .brz-animated.brz-animate-opacity {
    opacity: 1
}

.brz .brz-bg {
    overflow: hidden;
    z-index: auto !important
}

.brz .brz-bg,
.brz .brz-bg-color,
.brz .brz-bg-image,
.brz .brz-bg-map,
.brz .brz-bg-video {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    display: block
}

.brz .brz-bg-image {
    background-repeat: no-repeat;
    background-size: cover
}

.brz .brz-bg-image-parallax--init {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    inset-inline-start: 0;
    top: -50vh;
    height: 100vh;
    -webkit-transition: all 0s ease !important;
    transition: all 0s ease !important;
    -webkit-transform-origin: center center 0;
    transform-origin: center center 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.brz .brz-bg-shape {
    width: 100%;
    height: 100px;
    position: absolute;
    inset-inline-start: 0;
    right: 0;
    background-repeat: no-repeat;
    pointer-events: none
}

.brz .brz-bg-shape__top {
    top: 0
}

.brz .brz-bg-shape__bottom {
    bottom: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.brz .brz-bg-shape__bottom::after,
.brz .brz-bg-shape__top::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.brz .brz-bg-video__cover,
.brz .brz-iframe.brz-bg-map__cover,
.brz .brz-iframe.brz-bg-video__cover {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    border: none;
    max-width: none;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none
}

.brz .brz-bg-video__cover {
    -o-object-fit: cover;
    object-fit: cover
}

.brz .brz-bg-slideshow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.brz .brz-bg-slideshow-item {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: 50% 50%
}

.brz .brz-bg-slideshow-burns-effect {
    -webkit-transition-duration: 20s;
    transition-duration: 20s
}

.brz .brz-bg-slideshow-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.brz .brz-forms {
    width: 100%
}

.brz .brz-forms__fields,
.brz .brz-forms__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brz .brz-forms__wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.brz .brz-forms__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.brz .brz-forms .brz-btn.brz-btn-submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.brz .brz-forms .brz-input,
.brz .brz-forms .brz-textarea {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    outline: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-variation-settings: inherit;
    text-transform: inherit;
    font-style: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

.brz .brz-forms .brz-input::-webkit-input-placeholder,
.brz .brz-forms .brz-textarea::-webkit-input-placeholder {
    color: inherit
}

.brz .brz-forms .brz-input::-moz-placeholder,
.brz .brz-forms .brz-textarea::-moz-placeholder {
    color: inherit
}

.brz .brz-forms .brz-input::-ms-input-placeholder,
.brz .brz-forms .brz-textarea::-ms-input-placeholder {
    color: inherit
}

.brz .brz-forms .brz-input::placeholder,
.brz .brz-forms .brz-textarea::placeholder {
    color: inherit
}

.brz .brz-forms .brz-textarea {
    height: 100%;
    resize: none
}

.brz .brz-forms .brz-label {
    display: block
}

.brz .brz-forms .brz-forms__field {
    padding: 14px 24px;
    text-align: left
}

.brz .brz-forms .brz-forms__field-label {
    border: none;
    cursor: auto
}

.brz .brz-forms__select {
    position: relative
}

.brz .brz-forms__select-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brz .brz-forms__select-current .brz-span {
    width: 100%;
    cursor: pointer
}

.brz .brz-forms__select-list {
    border: 1px solid #dcdee1;
    border-top-width: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1041;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff
}

.brz .brz-forms__select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 0;
    height: 52px
}

.brz .brz-forms__select-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f2
}

.brz .brz-forms__select-item__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    color: rgba(115, 119, 127, .7);
    line-height: 1;
    font-family: inherit;
    font-weight: inherit;
    padding: 14px 24px
}

.brz .brz-forms__select-item__input .brz-input {
    border-width: 0;
    height: 100%;
    width: 100%;
    color: inherit
}

.brz .brz-forms__select-item__input .brz-input::-webkit-input-placeholder {
    color: rgba(115, 119, 127, .7);
    font-style: italic
}

.brz .brz-forms__select-item__input .brz-input:-moz-placeholder {
    color: rgba(115, 119, 127, .7);
    font-style: italic
}

.brz .brz-forms__select-item__input .brz-input::-moz-placeholder {
    color: rgba(115, 119, 127, .7);
    font-style: italic
}

.brz .brz-forms__select-item__input .brz-input:-ms-input-placeholder {
    color: rgba(115, 119, 127, .7);
    font-style: italic
}

.brz .brz-forms__select-item__input .brz-input.brz-input {
    cursor: text
}

.brz .brz-forms__select-item__icon {
    color: rgba(115, 119, 127, .7);
    -ms-flex-preferred-size: 52px;
    flex-basis: 52px;
    text-align: center;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.brz .brz-forms__select--arrow {
    font-size: 14px
}

.brz .brz-forms .brz-control__select {
    position: relative
}

.brz .brz-forms .brz-control__select-current,
.brz .brz-forms .brz-control__select-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: inherit;
    color: inherit
}

.brz .brz-forms .brz-control__select-current {
    padding: 14px 24px;
    cursor: pointer
}

.brz .brz-forms .brz-control__select-current .brz-control__select-option {
    border: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 100%
}

.brz .brz-forms .brz-control__select-current .brz-control__select--arrow {
    font-size: 14px
}

.brz .brz-forms .brz-control__select-options {
    border: 1px solid #dcdee1;
    border-top-width: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1030;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none
}

.brz .brz-forms .brz-control__select-options .brz-control__select-option {
    padding: 14px 24px;
    font-size: 16px;
    height: 52px;
    line-height: 1.5;
    cursor: pointer
}

.brz .brz-forms .brz-control__select-options .brz-control__select-option:not(:last-child) {
    border-bottom: 1px solid #f1f1f2
}

.brz .brz-forms__alert {
    min-height: 55px;
    width: 100%;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2.5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 17px 30px;
    color: #fff;
    margin-top: 15px
}

.brz .brz-forms__alert--success {
    background-color: #15d053
}

.brz .brz-forms__alert--error {
    background-color: red
}

.brz .brz-forms__item--error .brz-control__select-current,
.brz .brz-forms__item--error .brz-forms__field {
    border-color: red !important;
    border-style: solid !important
}

@media (max-width:767px) {
    .brz .brz-forms__select-item__input {
        font-size: 14px;
        padding: 10px 16px
    }

    .brz .brz-forms .brz-forms__field {
        padding: 10px 16px
    }

    .brz .brz-forms .brz-control__select-current {
        padding: 10px 16px
    }

    .brz .brz-forms .brz-control__select-options .brz-control__select-option {
        padding: 10px 16px;
        font-size: 14px
    }
}

.brz .brz-forms2 {
    width: 100%
}

.brz .brz-forms2 .brz-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brz .brz-forms2 .brz-form-spinner {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.brz .brz-forms2 .brz-form-ms-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brz .brz-forms2 .brz-form-ms-buttons .brz-forms2__item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 10%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0;
    width: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.brz .brz-forms2 .brz-form-ms-buttons .brz-forms2__item-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.brz .brz-forms2 .brz-form-ms-next-button,
.brz .brz-forms2 .brz-form-ms-prev-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.brz .brz-forms2 .brz-form-ms-next-button a,
.brz .brz-forms2 .brz-form-ms-next-button button,
.brz .brz-forms2 .brz-form-ms-prev-button a,
.brz .brz-forms2 .brz-form-ms-prev-button button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.brz .brz-forms2 .brz-form-ms-next-button a:hover,
.brz .brz-forms2 .brz-form-ms-next-button button:hover,
.brz .brz-forms2 .brz-form-ms-prev-button a:hover,
.brz .brz-forms2 .brz-form-ms-prev-button button:hover {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.brz .brz-forms2 .brz-form-ms-prev-button svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.brz .brz-forms2 .brz-form-ms-progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz .brz-forms2 .brz-form-ms-progress-bar {
    width: 100%
}

.brz .brz-forms2 .brz-form-ms-progress-bar-text {
    position: absolute;
    inset-inline-end: 0;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.brz .brz-forms2 .brz-form-ms-content {
    width: 100%
}

.brz .brz-forms2 .brz-form-ms-content-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brz .brz-forms2 .brz-form-ms-indicators {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto hidden
}

.brz .brz-forms2 .brz-form-ms-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    cursor: pointer;
    position: relative
}

.brz .brz-forms2 .brz-form-ms-indicator:first-child.brz-form-ms-indicator:first-child {
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.brz .brz-forms2 .brz-form-ms-indicator:last-child.brz-form-ms-indicator:last-child {
    -webkit-padding-end: 0;
    padding-inline-end: 0
}

.brz .brz-forms2 .brz-form-ms-indicator-icon,
.brz .brz-forms2 .brz-form-ms-indicator-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.brz .brz-forms2 .brz-form-ms-indicator-text {
    text-align: center;
    white-space: nowrap
}

.brz .brz-forms2 .brz-form-ms-indicator-text-under {
    white-space: nowrap
}

.brz .brz-forms2 .brz-form-ms-divider {
    width: 100%;
    height: 100%
}

.brz .brz-forms2 .brz-form .brz-g-recaptcha {
    z-index: 1
}

.brz .brz-forms2__fields,
.brz .brz-forms2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brz .brz-forms2__field {
    outline: 0
}

.brz .brz-forms2__wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.brz .brz-forms2__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.brz .brz-forms2 .brz-input,
.brz .brz-forms2 .brz-textarea {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: auto;
    background-color: transparent;
    border: none;
    outline: 0;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-variation-settings: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

.brz .brz-forms2 .brz-input::-webkit-input-placeholder,
.brz .brz-forms2 .brz-textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

.brz .brz-forms2 .brz-input::-moz-placeholder,
.brz .brz-forms2 .brz-textarea::-moz-placeholder {
    color: inherit;
    opacity: .5
}

.brz .brz-forms2 .brz-input::-ms-input-placeholder,
.brz .brz-forms2 .brz-textarea::-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

.brz .brz-forms2 .brz-input::placeholder,
.brz .brz-forms2 .brz-textarea::placeholder {
    color: inherit;
    opacity: .5
}

.brz .brz-forms2 .brz-textarea {
    height: 100%;
    resize: none
}

.brz .brz-forms2 .brz-label {
    display: block
}

.brz .brz-forms2 .brz-forms2__field {
    text-align: start
}

.brz .brz-forms2 .brz-forms2__field-label {
    border: none;
    cursor: auto
}

.brz .brz-forms2 .brz-forms2__field-label>div {
    text-decoration: inherit
}

.brz .brz-forms2__radio.brz-forms2__field {
    padding: 0;
    border: none !important;
    margin-bottom: -20px
}

.brz .brz-forms2__radio-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.2em;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    max-width: 100%
}

.brz .brz-forms2__radio-option .brz-forms2__radio-option-name {
    overflow-wrap: break-word;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    max-width: 97%;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px
}

.brz .brz-forms2__radio-option input.brz-input {
    cursor: auto
}

.brz .brz-forms2__checkbox-options,
.brz .brz-forms2__radio-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brz .brz-forms2 .brz-control__check-group-icon,
.brz .brz-forms2 .brz-control__radio-check {
    -ms-flex-preferred-size: 1em;
    flex-basis: 1em
}

.brz .brz-forms2 .brz-forms2__checkbox-option-name,
.brz .brz-forms2 .brz-forms2__radio-option-name {
    -ms-flex-preferred-size: calc(100% - 1em - 10px);
    flex-basis: calc(100% - 1em - 10px)
}

.brz .brz-forms2__checkbox.brz-forms2__field {
    padding: 0;
    border: none !important;
    margin-bottom: -20px
}

.brz .brz-forms2__checkbox-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.2em;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    max-width: 100%
}

.brz .brz-forms2__checkbox-option .brz-forms2__checkbox-option-name {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    overflow-wrap: break-word;
    max-width: 97%
}

.brz .brz-forms2__checkbox-option .brz-forms2__checkbox-option-name.brz-underline-on {
    text-decoration: underline !important
}

.brz .brz-forms2__checkbox-option .brz-forms2__checkbox-option-name.brz-underline-off {
    text-decoration: none !important
}

.brz .brz-forms2__checkbox-option .brz-control__radio-check {
    border-radius: 0
}

.brz .brz-forms2 .brz-forms2__field-fileUpload,
.brz .brz-forms2__field-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.brz .brz-forms2 .select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.brz .brz-forms2 .brz-forms2__field-fileUpload .brz-label,
.brz .brz-forms2__select-current {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz .brz-forms2:not(.brz-forms2--multistep) .brz-forms2 .brz-btn {
    width: 100%
}

.brz .brz-forms2__item-button .brz-btn {
    outline: 0;
    position: relative
}

.brz .brz-forms2__item-button .brz-icon-svg {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.brz .brz-forms2__item-button .brz-text__editor {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.brz .brz-forms2__item-button .brz-icon-svg {
    min-width: 1em
}

.brz .brz-forms2__select-list .brz-forms2__select-item:not(:last-child) {
    border-bottom-width: 0
}

.brz .brz-forms2__alert {
    min-height: 55px;
    width: 100%;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2.5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 17px 30px;
    color: #fff;
    margin-top: 15px
}

.brz .brz-forms2__alert--success {
    background-color: #15d053
}

.brz .brz-forms2__alert--empty,
.brz .brz-forms2__alert--error,
.brz .brz-forms2__alert--invalid,
.brz .brz-forms2__alert--invalid-email {
    background-color: red
}

.brz .brz-forms2__item--error .brz-control__check-group,
.brz .brz-forms2__item--error .brz-control__radio,
.brz .brz-forms2__item--error .brz-forms2__user-agreement-checkbox {
    color: red !important
}

.brz .brz-forms2__calculated--invalid .brz-forms2__calculated-result {
    color: red !important
}

.brz .brz-forms2 .brz-control__check-group-option:has(input:focus-visible) .brz-label,
.brz .brz-forms2 .brz-control__radio-option:has(input:focus-visible) .brz-label,
.brz .brz-forms2 .brz-input__upload:has(input:focus-visible),
.brz .brz-forms2__item .select2-selection:focus-visible,
.brz .brz-forms2__item input:focus-visible,
.brz .brz-forms2__item textarea:focus-visible {
    -webkit-transition: none !important;
    transition: none !important;
    outline: 2px solid #00f !important
}

.brz.brz:not(.brz-ed) .brz-control__check-group .brz-label {
    font: inherit;
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 100%
}

.brz.brz:not(.brz-ed) .brz-control__check-group--check {
    display: none
}

.brz.brz:not(.brz-ed) .brz-control__check-group--check,
.brz.brz:not(.brz-ed) .brz-control__check-group--uncheck {
    cursor: pointer
}

.brz.brz:not(.brz-ed) .brz-control__check-group .brz-a.brz-forms2__checkbox-option-name {
    color: inherit
}

.brz.brz:not(.brz-ed) .brz-control__check-group .brz-input:checked~.brz-label .brz-control__check-group--check {
    display: inline-block
}

.brz.brz:not(.brz-ed) .brz-control__check-group .brz-input:checked~.brz-label .brz-control__check-group--uncheck {
    display: none
}

.brz.brz:not(.brz-ed) .brz-forms2__user-agreement-checkbox .brz-label {
    font: inherit;
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 100%;
    cursor: pointer
}

.brz.brz:not(.brz-ed) .brz-forms2__user-agreement-checkbox .brz-control__check-group--check {
    display: none
}

.brz.brz:not(.brz-ed) .brz-forms2__user-agreement-checkbox .brz-control__check-group--check,
.brz.brz:not(.brz-ed) .brz-forms2__user-agreement-checkbox .brz-control__check-group--uncheck {
    cursor: pointer
}

.brz.brz:not(.brz-ed) .brz-forms2__user-agreement-checkbox .brz-a.brz-forms2__checkbox-option-name {
    color: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__user-agreement-checkbox .brz-input:checked~.brz-label .brz-control__check-group--check {
    display: inline-block
}

.brz.brz:not(.brz-ed) .brz-forms2__user-agreement-checkbox .brz-input:checked~.brz-label .brz-control__check-group--uncheck {
    display: none
}

.brz.brz:not(.brz-ed) .brz-control__radio .brz-label {
    font: inherit;
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    width: 100%;
    cursor: pointer
}

.brz.brz:not(.brz-ed) .brz-control__radio--check {
    display: none
}

.brz.brz:not(.brz-ed) .brz-control__radio .brz-span {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    -webkit-margin-end: auto;
    margin-inline-end: auto
}

.brz.brz:not(.brz-ed) .brz-control__radio .brz-input:checked~.brz-label .brz-control__radio--check {
    display: inline-block
}

.brz.brz:not(.brz-ed) .brz-control__radio .brz-input:checked~.brz-label .brz-control__radio--uncheck {
    display: none
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .brz-forms2__select--arrow {
    cursor: pointer;
    font-size: 14px
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select:has(.select2-container--open) .brz-forms2__select--arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.brz.brz:not(.brz-ed) .brz-select {
    width: 100%;
    visibility: hidden
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-dropdown {
    background-color: #fff;
    border: none;
    border-radius: 0
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-results__option {
    margin: 0;
    padding: 12px 24px;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    cursor: pointer;
    background-color: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-results__option:not(:last-child) {
    border-bottom-width: 0
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2 .selection,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-container,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-selection {
    outline: 0
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-selection--multiple,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-selection--single {
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-selection--multiple .select2-selection__rendered,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: inherit;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .7;
    font-size: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-selection--multiple .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.5px;
    font-family: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-selection--multiple .select2-selection__choice {
    margin: 2.5px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 0 11px
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-selection--multiple .select2-selection__choice__remove {
    display: block;
    font-size: inherit;
    font-weight: 400;
    color: inherit;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-selection__clear {
    -webkit-margin-end: 14px;
    margin-inline-end: 14px
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-search__field {
    font: inherit;
    color: inherit;
    margin: 0;
    letter-spacing: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-search__field::-webkit-input-placeholder {
    color: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-search__field::-moz-placeholder {
    color: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-search__field::-ms-input-placeholder {
    color: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-search__field::placeholder {
    color: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-container .select2-search--inline {
    margin: 2.5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-container--default .select2-results>.select2-results__options {
    max-height: initial
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-container--default .select2-results>.select2-results__options .select2-results__option {
    opacity: .7
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: inherit;
    color: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-container--default .select2-selection--single .select2-selection__placeholder:empty:before {
    content: "Fake content";
    visibility: hidden
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-container--open .select2-dropdown {
    top: 1px;
    max-height: 200px;
    overflow: hidden
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .select2-dropdown--below {
    background-color: transparent
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps__thumb-y {
    background-color: rgba(0, 0, 0, .2)
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps .ps__rail-x.ps--clicking,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps .ps__rail-x:focus,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps .ps__rail-x:hover,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps .ps__rail-y.ps--clicking,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps .ps__rail-y:focus,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps .ps__rail-y:hover {
    background-color: transparent
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps__rail-y.ps--clicking .ps__thumb-y,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps__rail-y:focus>.ps__thumb-y,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps__rail-y:hover>.ps__thumb-y {
    width: 6px
}

.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps--focus>.ps__rail-x,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps--focus>.ps__rail-y,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps--scrolling-x>.ps__rail-x,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps--scrolling-y>.ps__rail-y,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps:hover>.ps__rail-x,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps:hover>.ps__rail-y,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps__rail-x,
.brz.brz:not(.brz-ed) .brz-forms2__field-select .ps__rail-y {
    opacity: 1
}

.brz.brz:not(.brz-ed) .flatpickr-calendar {
    font-family: Lato, sans-serif;
    width: 306px
}

.brz.brz:not(.brz-ed) .flatpickr-calendar.hasTime {
    width: 150px
}

.brz.brz:not(.brz-ed) .flatpickr-calendar.open {
    max-height: 600px
}

.brz.brz:not(.brz-ed) .flatpickr-calendar .dayContainer {
    width: 286px;
    min-width: 286px;
    max-width: 286px
}

.brz.brz:not(.brz-ed) .flatpickr-calendar .numInputWrapper:hover {
    background-color: transparent
}

.brz.brz:not(.brz-ed) .flatpickr-months {
    padding: 10px 10px 0
}

.brz.brz:not(.brz-ed) .flatpickr-innerContainer {
    padding: 0 10px 10px
}

.brz.brz:not(.brz-ed) .flatpickr-next-month,
.brz.brz:not(.brz-ed) .flatpickr-prev-month {
    top: 7px
}

.brz.brz:not(.brz-ed) .flatpickr-next-month {
    right: 10px
}

.brz.brz:not(.brz-ed) .flatpickr-prev-month {
    inset-inline-start: 10px
}

.brz.brz:not(.brz-ed) .flatpickr-months .flatpickr-next-month,
.brz.brz:not(.brz-ed) .flatpickr-months .flatpickr-prev-month {
    color: rgba(0, 0, 0, .5)
}

.brz.brz:not(.brz-ed) .flatpickr-months .flatpickr-next-month:hover,
.brz.brz:not(.brz-ed) .flatpickr-months .flatpickr-prev-month:hover {
    color: #000
}

.brz.brz:not(.brz-ed) .flatpickr-months .flatpickr-next-month svg,
.brz.brz:not(.brz-ed) .flatpickr-months .flatpickr-prev-month svg {
    fill: currentColor
}

.brz.brz:not(.brz-ed) .flatpickr-current-month input.cur-year {
    font-size: 17px;
    font-weight: 700
}

.brz.brz:not(.brz-ed) .flatpickr-current-month .numInputWrapper:hover,
.brz.brz:not(.brz-ed) .flatpickr-current-month span.cur-month:hover {
    background-color: transparent
}

.brz.brz:not(.brz-ed) .flatpickr-weekdays {
    padding: 20px 0 15px;
    height: auto
}

.brz.brz:not(.brz-ed) .flatpickr-weekday {
    color: rgba(0, 0, 0, .8)
}

.brz.brz:not(.brz-ed) .flatpickr-days {
    width: 286px;
    font-size: 13px;
    font-weight: 700
}

.brz.brz:not(.brz-ed) .flatpickr-day {
    height: 36px;
    max-width: 36px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brz.brz:not(.brz-ed) .flatpickr-day.today {
    border-color: #a9a9a9
}

.brz.brz:not(.brz-ed) .flatpickr-day:focus,
.brz.brz:not(.brz-ed) .flatpickr-day:hover {
    color: #fff;
    border-color: #a9a9a9;
    background-color: #a9a9a9
}

.brz.brz:not(.brz-ed) .flatpickr-day.selected {
    border-color: rgba(0, 0, 0, .9);
    background-color: rgba(0, 0, 0, .9)
}

.brz.brz:not(.brz-ed) .flatpickr-time input {
    font-size: 15px;
    font-weight: 700;
    text-align: start;
    text-indent: 12px
}

.brz.brz:not(.brz-ed) .flatpickr-time .flatpickr-am-pm:focus,
.brz.brz:not(.brz-ed) .flatpickr-time .flatpickr-am-pm:hover,
.brz.brz:not(.brz-ed) .flatpickr-time input:focus,
.brz.brz:not(.brz-ed) .flatpickr-time input:hover {
    background-color: transparent
}

.brz.brz:not(.brz-ed) .flatpickr-am-pm {
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, .7);
    width: 32.66%
}

.brz.brz:not(.brz-ed) .flatpickr-am-pm:focus,
.brz.brz:not(.brz-ed) .flatpickr-am-pm:hover {
    color: #000
}

.brz.brz:not(.brz-ed) .flatpickr-calendar.hasTime .numInputWrapper {
    width: 32.66%
}

.brz.brz:not(.brz-ed) .flatpickr-calendar.hasTime .numInputWrapper span.arrowDown,
.brz.brz:not(.brz-ed) .flatpickr-calendar.hasTime .numInputWrapper span.arrowUp {
    height: 10px;
    top: 50%
}

.brz.brz:not(.brz-ed) .flatpickr-calendar.hasTime .numInputWrapper span.arrowUp {
    margin-top: -10px
}

.brz.brz:not(.brz-ed) .flatpickr-calendar.hasTime .numInputWrapper span.arrowDown {
    margin-bottom: -10px
}

.brz.brz:not(.brz-ed) .brz-g-recaptcha {
    font-size: initial
}

.brz.brz:not(.brz-ed) .brz-control__check-group .brz-input,
.brz.brz:not(.brz-ed) .brz-control__radio .brz-input,
.brz.brz:not(.brz-ed) .brz-forms2__user-agreement-checkbox .brz-input,
.brz.brz:not(.brz-ed) .brz-input__upload .brz-input:not(.brz-input__upload-placeholder) {
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0
}

.brz .brz-input__upload {
    position: relative
}

.brz .brz-input__upload .brz-label {
    font: inherit;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-padding-end: 1.5em;
    padding-inline-end: 1.5em;
    cursor: pointer
}

.brz .brz-input__upload .brz-label .brz-span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.brz .brz-input__upload .brz-label .brz-span:empty:before {
    content: "Hidden Placeholder";
    visibility: hidden
}

.brz .brz-input__upload .brz-input__upload-delete {
    cursor: pointer;
    position: absolute;
    top: 50%;
    inset-inline-end: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5em
}

.brz .brz-input__upload .brz-button {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1;
    padding: .5em;
    position: absolute;
    top: 50%;
    inset-inline-end: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0 !important
}

@media (max-width:767px) {
    .brz .brz-forms2__select-item__input {
        font-size: 14px;
        padding: 10px 16px
    }

    .brz .brz-forms2 .brz-control__select-current {
        padding: 10px 16px
    }

    .brz .brz-forms2 .brz-control__select-options .brz-control__select-option {
        padding: 10px 16px;
        font-size: 14px
    }
}

.brz .brz-story .brz-wrapper.brz-forms2 {
    -webkit-transform: none;
    transform: none
}

.brz .brz-story .brz-wrapper.brz-forms2 .brz-form {
    width: 100%;
    margin: 0
}

.brz .brz-story .brz-wrapper.brz-forms2 .brz-form .brz-forms2__item-button {
    padding-bottom: 0
}

.brz .brz-story .brz-wrapper.brz-forms2 .brz-form .brz-forms2__item-button .brz-btn {
    width: 100%
}

.brz .brz-story .brz-wrapper.brz-forms2 .brz-form .brz-forms2__item-button .brz-btn::after {
    padding-top: 0
}

.brz .brz-story .brz-wrapper.brz-forms2 .brz-form .brz-form-ms-buttons {
    padding-bottom: 0
}

.brz .brz-story .brz-wrapper.brz-forms2 .brz-form .brz-form-ms-buttons .brz-form-ms-next-button .brz-btn,
.brz .brz-story .brz-wrapper.brz-forms2 .brz-form .brz-form-ms-buttons .brz-form-ms-prev-button .brz-btn {
    width: 100%
}

html {
    scroll-behavior: initial !important
}