@keyframes slide-horizontal-new {
    0% {
        transform: translateX(100%)
    }
}

@keyframes slide-horizontal-old {
    80% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translateX(-100%)
    }
}

@keyframes slide-vertical-new {
    0% {
        transform: translateY(-100%)
    }
}

@keyframes slide-vertical-old {
    80% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes out-in-new {
    0% {
        opacity: 0
    }
}

@keyframes out-in-old {
    to {
        opacity: 0
    }
}

html[data-page-transition=SlideHorizontal]::view-transition-old(page-group) {
    animation: slide-horizontal-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideHorizontal]::view-transition-new(page-group) {
    animation: slide-horizontal-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideVertical]::view-transition-old(page-group) {
    animation: slide-vertical-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideVertical]::view-transition-new(page-group) {
    animation: slide-vertical-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
    mix-blend-mode: normal
}

html[data-page-transition=OutIn]::view-transition-old(page-group) {
    animation: out-in-old .35s cubic-bezier(.64, 0, .78, 0) forwards
}

html[data-page-transition=OutIn]::view-transition-new(page-group) {
    animation: out-in-new .35s cubic-bezier(.22, 1, .36, 1) .35s backwards
}

@media (prefers-reduced-motion: reduce) {
    ::view-transition-group(*), ::view-transition-new(*), ::view-transition-old(*) {
        animation: none !important
    }
}

body, html {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    --scrollbar-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px
}

body, html {
    height: 100%
}

body {
    overflow-x: auto;
    overflow-y: scroll
}

body:not(.responsive) #site-root {
    min-width: var(--site-width);
    width: 100%
}

body:not([data-js-loaded]) [data-hide-prejs] {
    visibility: hidden
}

wix-interact-element {
    display: contents
}

#SITE_CONTAINER {
    position: relative
}

:root {
    --one-unit: 1vw;
    --section-max-width: 9999px;
    --spx-stopper-max: 9999px;
    --spx-stopper-min: 0px;
    --browser-zoom: 1
}

@supports (-webkit-appearance:none) and (stroke-color:transparent) {
    :root {
        --safari-sticky-fix: opacity;
        --experimental-safari-sticky-fix: translateZ(0)
    }
}

@supports (container-type:inline-size) {
    :root {
        --one-unit: 1cqw
    }
}

[id^=oldHoverBox-] {
    mix-blend-mode: plus-lighter;
    transition: opacity .5s ease, visibility .5s ease
}

[data-mesh-id$=inlineContent-gridContainer]:has(>[id^=oldHoverBox-]) {
    isolation: isolate
}

a, abbr, acronym, address, applet, b, big, blockquote, button, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, ins, kbd, label, legend, li, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

input, select, textarea {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    cursor: pointer;
    text-decoration: none
}

.testStyles {
    overflow-y: hidden
}

.reset-button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    outline: 0;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

:focus {
    outline: none
}

body.device-mobile-optimized:not(.disable-site-overflow) {
    overflow-x: hidden;
    overflow-y: scroll
}

body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
    margin-left: auto;
    margin-right: auto;
    overflow-x: visible;
    position: relative;
    width: 320px
}

body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling) #SITE_CONTAINER {
    margin-top: 0
}

body.device-mobile-optimized > * {
    max-width: 100% !important
}

body.device-mobile-optimized #site-root {
    overflow-x: hidden;
    overflow-y: hidden
}

@supports (overflow:clip) {
    body.device-mobile-optimized #site-root {
        overflow-x: clip;
        overflow-y: clip
    }
}

body.device-mobile-non-optimized #SITE_CONTAINER #site-root {
    overflow-x: clip;
    overflow-y: clip
}

body.device-mobile-non-optimized.fullScreenMode {
    background-color: #5f6360
}

body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU, body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND, body.device-mobile-non-optimized.fullScreenMode #site-root, body.fullScreenMode #WIX_ADS {
    visibility: hidden
}

body.fullScreenMode {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

body.fullScreenMode.device-mobile-optimized #TINY_MENU {
    opacity: 0;
    pointer-events: none
}

body.fullScreenMode-scrollable.device-mobile-optimized {
    overflow-x: hidden !important;
    overflow-y: auto !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage, body.fullScreenMode-scrollable.device-mobile-optimized #site-root {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND, body.fullScreenMode-scrollable.device-mobile-optimized #masterPage {
    height: auto !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout {
    height: 0 !important
}

body.blockSiteScrolling, body.siteScrollingBlocked {
    position: fixed;
    width: 100%
}

body.blockSiteScrolling #SITE_CONTAINER {
    margin-top: calc(var(--blocked-site-scroll-margin-top) * -1)
}

body.blockSiteScrolling:not(.responsive) #WIX_ADS {
    margin-top: var(--blocked-site-scroll-margin-top)
}

#site-root {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    top: var(--wix-ads-height)
}

#site-root img:not([src]) {
    visibility: hidden
}

#site-root svg img:not([src]) {
    visibility: visible
}

.auto-generated-link {
    color: inherit
}

#SCROLL_TO_BOTTOM, #SCROLL_TO_TOP {
    height: 0
}

.has-click-trigger {
    cursor: pointer
}

.fullScreenOverlay {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    top: -60px;
    z-index: 1005
}

.fullScreenOverlay > .fullScreenOverlayContent {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 60px;
    transform: translateZ(0)
}

[data-mesh-id$=centeredContent], [data-mesh-id$=form], [data-mesh-id$=inlineContent] {
    pointer-events: none;
    position: relative
}

[data-mesh-id$=-gridWrapper], [data-mesh-id$=-rotated-wrapper] {
    pointer-events: none
}

[data-mesh-id$=-gridContainer] > *, [data-mesh-id$=-rotated-wrapper] > *, [data-mesh-id$=inlineContent] > :not([data-mesh-id$=-gridContainer]) {
    pointer-events: auto
}

.device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID {
    grid-area: 2/1/3/2;
    -ms-grid-row: 2;
    position: relative
}

#masterPage.mesh-layout {
    -ms-grid-rows: max-content max-content min-content max-content;
    -ms-grid-columns: 100%;
    align-items: start;
    display: -ms-grid;
    display: grid;
    grid-template-columns:100%;
    grid-template-rows:max-content max-content min-content max-content;
    justify-content: stretch
}

#masterPage.mesh-layout #PAGES_CONTAINER, #masterPage.mesh-layout #SITE_FOOTER-placeholder, #masterPage.mesh-layout #SITE_FOOTER_WRAPPER, #masterPage.mesh-layout #SITE_HEADER-placeholder, #masterPage.mesh-layout #SITE_HEADER_WRAPPER, #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~=mobileView], #masterPage.mesh-layout #soapAfterPagesContainer, #masterPage.mesh-layout #soapBeforePagesContainer {
    -ms-grid-row-align: start;
    -ms-grid-column-align: start;
    -ms-grid-column: 1
}

#masterPage.mesh-layout #SITE_HEADER-placeholder, #masterPage.mesh-layout #SITE_HEADER_WRAPPER {
    grid-area: 1/1/2/2;
    -ms-grid-row: 1
}

#masterPage.mesh-layout #PAGES_CONTAINER, #masterPage.mesh-layout #soapAfterPagesContainer, #masterPage.mesh-layout #soapBeforePagesContainer {
    grid-area: 3/1/4/2;
    -ms-grid-row: 3
}

#masterPage.mesh-layout #soapAfterPagesContainer, #masterPage.mesh-layout #soapBeforePagesContainer {
    width: 100%
}

#masterPage.mesh-layout #PAGES_CONTAINER {
    align-self: stretch
}

#masterPage.mesh-layout main#PAGES_CONTAINER {
    display: block
}

#masterPage.mesh-layout #SITE_FOOTER-placeholder, #masterPage.mesh-layout #SITE_FOOTER_WRAPPER {
    grid-area: 4/1/5/2;
    -ms-grid-row: 4
}

#masterPage.mesh-layout #SITE_PAGES, #masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERcenteredContent], #masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERinlineContent] {
    height: 100%
}

#masterPage.mesh-layout.desktop > * {
    width: 100%
}

#masterPage.mesh-layout #PAGES_CONTAINER, #masterPage.mesh-layout #SITE_FOOTER_WRAPPER, #masterPage.mesh-layout #SITE_HEADER_WRAPPER, #masterPage.mesh-layout #SITE_PAGES, #masterPage.mesh-layout #masterPageinlineContent, #masterPage.mesh-layout:not(.one-doc) #SITE_FOOTER, #masterPage.mesh-layout:not(.one-doc) #SITE_HEADER {
    position: relative
}

#masterPage.mesh-layout #SITE_HEADER {
    grid-area: 1/1/2/2
}

#masterPage.mesh-layout #SITE_FOOTER {
    grid-area: 4/1/5/2
}

#masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER, #masterPage.mesh-layout.overflow-x-clip #SITE_HEADER {
    overflow-x: clip
}

[data-z-counter] {
    z-index: 0
}

[data-z-counter="0"] {
    z-index: auto
}

.wixSiteProperties {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:root {
    --wst-button-color-fill-primary: rgb(var(--color_48));
    --wst-button-color-border-primary: rgb(var(--color_49));
    --wst-button-color-text-primary: rgb(var(--color_50));
    --wst-button-color-fill-primary-hover: rgb(var(--color_51));
    --wst-button-color-border-primary-hover: rgb(var(--color_52));
    --wst-button-color-text-primary-hover: rgb(var(--color_53));
    --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
    --wst-button-color-border-primary-disabled: rgb(var(--color_55));
    --wst-button-color-text-primary-disabled: rgb(var(--color_56));
    --wst-button-color-fill-secondary: rgb(var(--color_57));
    --wst-button-color-border-secondary: rgb(var(--color_58));
    --wst-button-color-text-secondary: rgb(var(--color_59));
    --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
    --wst-button-color-border-secondary-hover: rgb(var(--color_61));
    --wst-button-color-text-secondary-hover: rgb(var(--color_62));
    --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
    --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
    --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
    --wst-color-fill-base-1: rgb(var(--color_36));
    --wst-color-fill-base-2: rgb(var(--color_37));
    --wst-color-fill-base-shade-1: rgb(var(--color_38));
    --wst-color-fill-base-shade-2: rgb(var(--color_39));
    --wst-color-fill-base-shade-3: rgb(var(--color_40));
    --wst-color-fill-accent-1: rgb(var(--color_41));
    --wst-color-fill-accent-2: rgb(var(--color_42));
    --wst-color-fill-accent-3: rgb(var(--color_43));
    --wst-color-fill-accent-4: rgb(var(--color_44));
    --wst-color-fill-background-primary: rgb(var(--color_11));
    --wst-color-fill-background-secondary: rgb(var(--color_12));
    --wst-color-text-primary: rgb(var(--color_15));
    --wst-color-text-secondary: rgb(var(--color_14));
    --wst-color-action: rgb(var(--color_18));
    --wst-color-disabled: rgb(var(--color_39));
    --wst-color-title: rgb(var(--color_45));
    --wst-color-subtitle: rgb(var(--color_46));
    --wst-color-line: rgb(var(--color_47));
    --wst-font-style-h2: var(--font_2);
    --wst-font-style-h3: var(--font_3);
    --wst-font-style-h4: var(--font_4);
    --wst-font-style-h5: var(--font_5);
    --wst-font-style-h6: var(--font_6);
    --wst-font-style-body-large: var(--font_7);
    --wst-font-style-body-medium: var(--font_8);
    --wst-font-style-body-small: var(--font_9);
    --wst-font-style-body-x-small: var(--font_10);
    --wst-color-custom-1: rgb(var(--color_13));
    --wst-color-custom-2: rgb(var(--color_16));
    --wst-color-custom-3: rgb(var(--color_17));
    --wst-color-custom-4: rgb(var(--color_19));
    --wst-color-custom-5: rgb(var(--color_20));
    --wst-color-custom-6: rgb(var(--color_21));
    --wst-color-custom-7: rgb(var(--color_22));
    --wst-color-custom-8: rgb(var(--color_23));
    --wst-color-custom-9: rgb(var(--color_24));
    --wst-color-custom-10: rgb(var(--color_25));
    --wst-color-custom-11: rgb(var(--color_26));
    --wst-color-custom-12: rgb(var(--color_27));
    --wst-color-custom-13: rgb(var(--color_28));
    --wst-color-custom-14: rgb(var(--color_29));
    --wst-color-custom-15: rgb(var(--color_30));
    --wst-color-custom-16: rgb(var(--color_31));
    --wst-color-custom-17: rgb(var(--color_32));
    --wst-color-custom-18: rgb(var(--color_33));
    --wst-color-custom-19: rgb(var(--color_34));
    --wst-color-custom-20: rgb(var(--color_35))
}


.J6KGih {
    cursor: pointer
}

.sNF2R0 {
    opacity: 0
}

.hLoBV3 {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.Rdf41z, .hLoBV3 {
    opacity: 1
}

.ftlZWo {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.ATGlOr, .ftlZWo {
    opacity: 0
}

.KQSXD0 {
    transition: opacity var(--transition-duration) cubic-bezier(.64, 0, .78, 0)
}

.KQSXD0, .pagQKE {
    opacity: 1
}

._6zG5H {
    opacity: 0;
    transition: opacity var(--transition-duration) cubic-bezier(.22, 1, .36, 1)
}

.BB49uC {
    transform: translateX(100%)
}

.j9xE1V {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.ICs7Rs, .j9xE1V {
    transform: translateX(0)
}

.DxijZJ {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.B5kjYq, .DxijZJ {
    transform: translateX(-100%)
}

.cJijIV {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.cJijIV, .hOxaWM {
    transform: translateX(0)
}

.T9p3fN {
    transform: translateX(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.qDxYJm {
    transform: translateY(100%)
}

.aA9V0P {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.YPXPAS, .aA9V0P {
    transform: translateY(0)
}

.Xf2zsA {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.Xf2zsA, .y7Kt7s {
    transform: translateY(-100%)
}

.EeUgMu {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.EeUgMu, .fdHrtm {
    transform: translateY(0)
}

.WIFaG4 {
    transform: translateY(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

body:not(.responsive) .JsJXaX {
    overflow-x: clip
}

:root:active-view-transition .JsJXaX {
    view-transition-name: page-group
}

.AnQkDU {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr;
    height: 100%
}

.AnQkDU > div {
    align-self: stretch !important;
    grid-area: 1/1/2/2;
    justify-self: stretch !important
}

.StylableButton2545352419__root {
    -archetype: box;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%
}

.StylableButton2545352419__root[disabled] {
    pointer-events: none
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
    background-color: var(--corvid-hover-background-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
    background-color: var(--corvid-disabled-background-color) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
    border-color: var(--corvid-hover-border-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
    border-color: var(--corvid-disabled-border-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
    border-radius: var(--corvid-border-radius) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
    border-width: var(--corvid-border-width) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor, .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor, .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
    color: var(--corvid-hover-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor, .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
    color: var(--corvid-disabled-color) !important
}

.StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
    text-overflow: unset
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
    min-width: 10px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important
}

.StylableButton2545352419__icon svg, .StylableButton2545352419__icon > span {
    display: flex;
    height: inherit;
    width: inherit
}

.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important
}

.aeyn4z {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.qQrFOK {
    cursor: pointer
}

.VDJedC {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--corvid-fill-color, var(--fill));
    fill-opacity: var(--fill-opacity);
    stroke: var(--corvid-stroke-color, var(--stroke));
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip)
}

.VDJedC, .VDJedC svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.VDJedC svg {
    height: var(--svg-calculated-height, 100%);
    margin: auto;
    padding: var(--svg-calculated-padding, 0);
    width: var(--svg-calculated-width, 100%)
}

.VDJedC svg:not([data-type=ugc]) {
    overflow: visible
}

.l4CAhn * {
    vector-effect: non-scaling-stroke
}

.Z_l5lU {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

ol.font_100, ul.font_100 {
    color: #080808;
    font-family: "Arial, Helvetica, sans-serif", serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    text-decoration: none
}

ol.font_100 li, ul.font_100 li {
    margin-bottom: 12px
}

ol.wix-list-text-align, ul.wix-list-text-align {
    list-style-position: inside
}

ol.wix-list-text-align h1, ol.wix-list-text-align h2, ol.wix-list-text-align h3, ol.wix-list-text-align h4, ol.wix-list-text-align h5, ol.wix-list-text-align h6, ol.wix-list-text-align p, ul.wix-list-text-align h1, ul.wix-list-text-align h2, ul.wix-list-text-align h3, ul.wix-list-text-align h4, ul.wix-list-text-align h5, ul.wix-list-text-align h6, ul.wix-list-text-align p {
    display: inline
}

.HQSswv {
    cursor: pointer
}

.yi6otz {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.zQ9jDz [data-attr-richtext-marker=true] {
    display: block
}

.zQ9jDz [data-attr-richtext-marker=true] table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%
}

.zQ9jDz [data-attr-richtext-marker=true] table td {
    padding: 12px;
    position: relative
}

.zQ9jDz [data-attr-richtext-marker=true] table td:after {
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0
}

.zQ9jDz [data-attr-richtext-marker=true] table tr td:last-child:after {
    border-right: 1px solid currentColor
}

.zQ9jDz [data-attr-richtext-marker=true] table tr:first-child td:after {
    border-top: 1px solid currentColor
}

@supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .qvSjx3 > * > :first-child {
        vertical-align: top
    }
}

@supports (-webkit-touch-callout:none) {
    .qvSjx3 > * > :first-child {
        vertical-align: top
    }
}

.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div) [class$=rich-text__text], .LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div)[class$=rich-text__text] {
    color: var(--corvid-color, currentColor)
}

.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div) span[style*=color] {
    color: var(--corvid-color, currentColor) !important
}

.Kbom4H {
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.Kbom4H .upNqi2 {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.Kbom4H .upNqi2 ul {
    list-style: disc inside
}

.Kbom4H .upNqi2 li {
    margin-bottom: 12px
}

.MMl86N blockquote, .MMl86N div, .MMl86N h1, .MMl86N h2, .MMl86N h3, .MMl86N h4, .MMl86N h5, .MMl86N h6, .MMl86N p {
    letter-spacing: normal;
    line-height: normal
}

.gYHZuN {
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.gYHZuN .upNqi2 {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.gYHZuN .upNqi2 ol, .gYHZuN .upNqi2 ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-start: .5em;
    padding-inline-start: 1.3em
}

.gYHZuN .upNqi2 ul {
    list-style-type: disc
}

.gYHZuN .upNqi2 ol {
    list-style-type: decimal
}

.gYHZuN .upNqi2 ol ul, .gYHZuN .upNqi2 ul ul {
    line-height: normal;
    list-style-type: circle
}

.gYHZuN .upNqi2 ol ol ul, .gYHZuN .upNqi2 ol ul ul, .gYHZuN .upNqi2 ul ol ul, .gYHZuN .upNqi2 ul ul ul {
    line-height: normal;
    list-style-type: square
}

.gYHZuN .upNqi2 li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.gYHZuN .upNqi2 h1, .gYHZuN .upNqi2 h2, .gYHZuN .upNqi2 h3, .gYHZuN .upNqi2 h4, .gYHZuN .upNqi2 h5, .gYHZuN .upNqi2 h6, .gYHZuN .upNqi2 p {
    letter-spacing: normal;
    line-height: normal;
    margin-block: 0;
    margin: 0
}

.gYHZuN .upNqi2 a {
    color: inherit
}

.MMl86N, .ku3DBC {
    word-wrap: break-word;
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
    mix-blend-mode: var(--blendMode, normal);
    overflow-wrap: break-word;
    pointer-events: none;
    text-align: start;
    text-shadow: var(--textOutline, 0 0 transparent), var(--textShadow, 0 0 transparent);
    text-transform: var(--textTransform, "none")
}

.MMl86N > *, .ku3DBC > * {
    pointer-events: auto
}

.MMl86N li, .ku3DBC li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.MMl86N ol, .MMl86N ul, .ku3DBC ol, .ku3DBC ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-end: 0;
    margin-inline-start: .5em
}

.MMl86N:not(.Vq6kJx) ol, .MMl86N:not(.Vq6kJx) ul, .ku3DBC:not(.Vq6kJx) ol, .ku3DBC:not(.Vq6kJx) ul {
    padding-inline-end: 0;
    padding-inline-start: 1.3em
}

.MMl86N ul, .ku3DBC ul {
    list-style-type: disc
}

.MMl86N ol, .ku3DBC ol {
    list-style-type: decimal
}

.MMl86N ol ul, .MMl86N ul ul, .ku3DBC ol ul, .ku3DBC ul ul {
    list-style-type: circle
}

.MMl86N ol ol ul, .MMl86N ol ul ul, .MMl86N ul ol ul, .MMl86N ul ul ul, .ku3DBC ol ol ul, .ku3DBC ol ul ul, .ku3DBC ul ol ul, .ku3DBC ul ul ul {
    list-style-type: square
}

.MMl86N blockquote, .MMl86N div, .MMl86N h1, .MMl86N h2, .MMl86N h3, .MMl86N h4, .MMl86N h5, .MMl86N h6, .MMl86N p, .ku3DBC blockquote, .ku3DBC div, .ku3DBC h1, .ku3DBC h2, .ku3DBC h3, .ku3DBC h4, .ku3DBC h5, .ku3DBC h6, .ku3DBC p {
    margin-block: 0;
    margin: 0
}

.MMl86N a, .ku3DBC a {
    color: inherit
}

.Vq6kJx li {
    margin-inline-end: 0;
    margin-inline-start: 1.3em
}

.Vd6aQZ {
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    white-space: nowrap
}

.mHZSwn {
    display: none
}

.lvxhkV {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.QJjwEo {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.kdBXfh {
    transition: .2s
}

.MP52zt {
    opacity: 0;
    transition: .2s ease-in
}

.MP52zt.Bhu9m5 {
    z-index: -1 !important
}

.LVP8Wf {
    opacity: 1;
    transition: .2s
}

.VrZrC0 {
    height: auto
}

.VrZrC0, .cKxVkc {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .vlM3HR, body:not(.device-mobile-optimized) .vlM3HR {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width)
}

.AT7o0U[data-focuscycled=active] {
    outline: 1px solid transparent
}

.AT7o0U[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.AT7o0U .vlM3HR {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Tj01hh, .jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

.jhxvbR img {
    max-width: var(--wix-img-max-width, 100%)
}

.jhxvbR[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.jhxvbR[data-animate-blur] img[data-load-done] {
    filter: none
}

.WzbAF8 {
    direction: var(--direction)
}

.WzbAF8 .mpGTIt .O6KwRn {
    display: var(--item-display);
    height: var(--item-size);
    margin-block: var(--item-margin-block);
    margin-inline: var(--item-margin-inline);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt .O6KwRn:last-child {
    margin-block: 0;
    margin-inline: 0
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN {
    display: block
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR {
    height: var(--item-size);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt {
    height: 100%;
    position: absolute;
    white-space: nowrap;
    width: 100%
}

:host(.device-mobile-optimized) .WzbAF8 .mpGTIt, body.device-mobile-optimized .WzbAF8 .mpGTIt {
    white-space: normal
}

.big2ZD {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr;
    height: calc(100% - var(--wix-ads-height));
    left: 0;
    margin-top: var(--wix-ads-height);
    position: fixed;
    top: 0;
    width: 100%
}

.SHHiV9, .big2ZD {
    pointer-events: none;
    z-index: var(--pinned-layer-in-container, var(--above-all-in-container))
}

.PlZyDq {
    touch-action: manipulation
}

.uDW_Qe {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content
}

.uDW_Qe:before {
    max-width: var(--margin-start, 0)
}

.uDW_Qe:after, .uDW_Qe:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.uDW_Qe:after {
    max-width: var(--margin-end, 0)
}

.FubTgk {
    height: 100%
}

.FubTgk .uDW_Qe {
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: var(--trans1, border-color .4s ease 0s, background-color .4s ease 0s)
}

.FubTgk .uDW_Qe:link, .FubTgk .uDW_Qe:visited {
    border-color: transparent
}

.FubTgk .l7_2fn {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    margin: 0;
    position: relative;
    transition: var(--trans2, color .4s ease 0s);
    white-space: nowrap
}

.FubTgk[aria-disabled=false] .uDW_Qe {
    background-color: var(--corvid-background-color, rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1)));
    border: solid var(--corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))) var(--corvid-border-width, var(--brw, 0));
    cursor: pointer !important
}

:host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .uDW_Qe, body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .uDW_Qe {
    background-color: var(--corvid-hover-background-color, rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1)));
    border-color: var(--corvid-hover-border-color, rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1)))
}

:host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .l7_2fn, body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .l7_2fn {
    color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))))
}

:host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .uDW_Qe, body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .uDW_Qe {
    background-color: var(--corvid-hover-background-color, rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1)));
    border-color: var(--corvid-hover-border-color, rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1)))
}

:host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .l7_2fn, body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .l7_2fn {
    color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))))
}

.FubTgk[aria-disabled=true] .uDW_Qe {
    background-color: var(--corvid-disabled-background-color, rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1)));
    border-color: var(--corvid-disabled-border-color, rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1)));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 0))
}

.FubTgk[aria-disabled=true] .l7_2fn {
    color: var(--corvid-disabled-color, rgb(var(--txtd, 255, 255, 255)))
}

.uUxqWY {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content
}

.uUxqWY:before {
    max-width: var(--margin-start, 0)
}

.uUxqWY:after, .uUxqWY:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.uUxqWY:after {
    max-width: var(--margin-end, 0)
}

.Vq4wYb[aria-disabled=false] .uUxqWY {
    cursor: pointer
}

:host(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:active .wJVzSK, body.device-mobile-optimized .Vq4wYb[aria-disabled=false]:active .wJVzSK {
    color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))));
    transition: var(--trans, color .4s ease 0s)
}

:host(:not(.device-mobile-optimized)) .Vq4wYb[aria-disabled=false]:hover .wJVzSK, body:not(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:hover .wJVzSK {
    color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))));
    transition: var(--trans, color .4s ease 0s)
}

.Vq4wYb .uUxqWY {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Vq4wYb .wJVzSK {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    transition: var(--trans, color .4s ease 0s);
    white-space: nowrap
}

.Vq4wYb[aria-disabled=true] .wJVzSK {
    color: var(--corvid-disabled-color, rgb(var(--txtd, 255, 255, 255)))
}

:host(:not(.device-mobile-optimized)) .CohWsy, body:not(.device-mobile-optimized) .CohWsy {
    display: flex
}

:host(:not(.device-mobile-optimized)) .V5AUxf, body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    direction: var(--direction);
    display: flex;
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding) * 2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf > *, body:not(.device-mobile-optimized) .V5AUxf > * {
    direction: ltr;
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0
}

:host(.device-mobile-optimized) .V5AUxf, body.device-mobile-optimized .V5AUxf {
    display: block;
    padding-bottom: var(--padding-y);
    padding-left: var(--padding-x, 0);
    padding-right: var(--padding-x, 0);
    padding-top: var(--padding-y);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf > *, body.device-mobile-optimized .V5AUxf > * {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf > :first-child, body.device-mobile-optimized .V5AUxf > :first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .V5AUxf > :last-child, body.device-mobile-optimized .V5AUxf > :last-child {
    margin-bottom: var(--lastChildMarginBottom)
}

.LIhNy3 {
    backface-visibility: hidden
}

.jhxvbR, .mtrorN {
    display: block;
    height: 100%;
    width: 100%
}

.jhxvbR img {
    max-width: var(--wix-img-max-width, 100%)
}

.jhxvbR[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.jhxvbR[data-animate-blur] img[data-load-done] {
    filter: none
}

.if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2.f0uTJH {
    clip: rect(0, auto, auto, 0)
}

.if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2 .DXi4PB {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.if7Vw2 .DXi4PB img {
    height: 100%;
    width: 100%
}

@supports (-webkit-hyphens:none) {
    .if7Vw2.f0uTJH {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.wG8dni {
    height: 100%
}

.tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.ImALHf, .Ybjs9b {
    opacity: var(--fill-layer-video-opacity)
}

.UWmm3w {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.Yjj1af {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.ImALHf {
    height: 100%;
    position: relative;
    width: 100%
}

.KCM6zk {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.KCM6zk .DXi4PB, .KCM6zk .ImALHf, .KCM6zk .Ybjs9b {
    opacity: 1
}

._uqPqy {
    clip-path: var(--fill-layer-clip)
}

._uqPqy, .eKyYhK {
    position: absolute;
    top: 0
}

._uqPqy, .eKyYhK, .x0mqQS img {
    height: 100%;
    width: 100%
}

.pnCr6P {
    opacity: 0
}

.blf7sp, .pnCr6P {
    position: absolute;
    top: 0
}

.blf7sp {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.rWP3Gv {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.Tr4n3d, .rWP3Gv, .wRqk6s {
    height: 100%;
    top: 0;
    width: 100%
}

.wRqk6s {
    position: absolute
}

.Tr4n3d {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports (mix-blend-mode:overlay) {
    .Tr4n3d {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.VXAmO2 {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__) * var(--divider-layers-size__) * var(--divider-layers-y__))
}

.VXAmO2, .VXAmO2 .dy3w_9 {
    left: 0;
    position: absolute;
    width: 100%
}

.VXAmO2 .dy3w_9 {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__) * var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__) * var(--divider-layer-i__) * var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__) * var(--divider-layer-i__) * var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1))
}

.UORcXs {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.UORcXs .dy3w_9 {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.UORcXs .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.Io4VUz {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.Io4VUz .dy3w_9 {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.Io4VUz .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.YzqVVZ {
    overflow: visible;
    position: relative
}

.mwF7X1 {
    backface-visibility: hidden
}

.YGilLk {
    cursor: pointer
}

.Tj01hh {
    display: block
}

.MW5IWV, .Tj01hh {
    height: 100%;
    width: 100%
}

.MW5IWV {
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports (-webkit-hyphens:none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd, .yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.I8xA4L .K_YxMd, .I8xA4L .dLPlxY, .I8xA4L .yK6aSC {
    opacity: 1
}

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr, .bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img, .Z_wCwr, .bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra, .YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5, .SUz0WK, .m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports (mix-blend-mode:overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

._C0cVf {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.hFwGTD {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.IQgXoP {
    transition: .2s
}

.Nr3Nid {
    opacity: 0;
    transition: .2s ease-in
}

.Nr3Nid.l4oO6c {
    z-index: -1 !important
}

.iQuoC4 {
    opacity: 1;
    transition: .2s
}

.CJF7A2 {
    height: auto
}

.CJF7A2, .U4Bvut {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .G5K6X8, body:not(.device-mobile-optimized) .G5K6X8 {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width)
}

.xU8fqS[data-focuscycled=active] {
    outline: 1px solid transparent
}

.xU8fqS[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.xU8fqS ._4XcTfy {
    background-color: var(--screenwidth-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    border-bottom: var(--brwb, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-top: var(--brwt, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    bottom: 0;
    box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, .7));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.xU8fqS .gUbusX {
    background-color: rgba(var(--bgctr, var(--color_11, color_11)), var(--alpha-bgctr, 1));
    border-radius: var(--rd, 0);
    bottom: var(--brwb, 0);
    top: var(--brwt, 0)
}

.xU8fqS .G5K6X8, .xU8fqS .gUbusX {
    left: 0;
    position: absolute;
    right: 0
}

.xU8fqS .G5K6X8 {
    bottom: 0;
    top: 0
}

:host(.device-mobile-optimized) .xU8fqS .G5K6X8, body.device-mobile-optimized .xU8fqS .G5K6X8 {
    left: 10px;
    right: 10px
}

.SPY_vo {
    pointer-events: none
}

.BmZ5pC {
    min-height: calc(100vh - var(--wix-ads-height));
    min-width: var(--site-width);
    position: var(--bg-position);
    top: var(--wix-ads-height)
}

.BmZ5pC, .nTOEE9 {
    height: 100%;
    width: 100%
}

.nTOEE9 {
    overflow: hidden;
    position: relative
}

.nTOEE9.sqUyGm:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==), auto
}

.nTOEE9.C_JY0G:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==), auto
}

.RZQnmg {
    background-color: rgb(var(--color_11));
    border-radius: 50%;
    bottom: 12px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 12px;
    width: 40px
}

.RZQnmg path {
    fill: rgb(var(--color_15))
}

.RZQnmg:focus {
    cursor: auto;
    opacity: 1;
    pointer-events: auto
}

.rYiAuL {
    cursor: pointer
}

.gSXewE {
    height: 0;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 0
}

.OJQ_3L, .gSXewE {
    position: absolute
}

.OJQ_3L {
    background-color: rgb(var(--color_11));
    border-radius: 300px;
    bottom: 0;
    cursor: pointer;
    height: 40px;
    margin: 16px 16px;
    opacity: 0;
    pointer-events: none;
    right: 0;
    width: 40px
}

.OJQ_3L path {
    fill: rgb(var(--color_12))
}

.OJQ_3L:focus {
    cursor: auto;
    opacity: 1;
    pointer-events: auto
}

.j7pOnl {
    box-sizing: border-box;
    height: 100%;
    width: 100%
}

.BI8PVQ {
    min-height: var(--image-min-height);
    min-width: var(--image-min-width)
}

.BI8PVQ img, img.BI8PVQ {
    filter: var(--filter-effect-svg-url);
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100% 100%);
    mask-size: var(--mask-size, 100% 100%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position)
}

.MazNVa {
    left: var(--left, auto);
    position: var(--position-fixed, static);
    top: var(--top, auto);
    z-index: var(--z-index, auto)
}

.MazNVa .BI8PVQ img {
    box-shadow: 0 0 0 #000;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.MazNVa .j7pOnl {
    display: block;
    overflow: hidden
}

.MazNVa .BI8PVQ {
    overflow: hidden
}

.c7cMWz {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.FVGvCX {
    height: auto;
    position: relative;
    width: 100%
}

body:not(.responsive) .zK7MhX {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative
}

:host(:not(.device-mobile-optimized)) .c7cMWz, body:not(.device-mobile-optimized) .c7cMWz {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width)
}

.fEm0Bo .c7cMWz {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    overflow: hidden
}

:host(.device-mobile-optimized) .c7cMWz, body.device-mobile-optimized .c7cMWz {
    left: 10px;
    right: 10px
}

.PFkO7r {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.HT5ybB {
    height: auto;
    position: relative;
    width: 100%
}

body:not(.responsive) .dBAkHi {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative
}

:host(:not(.device-mobile-optimized)) .PFkO7r, body:not(.device-mobile-optimized) .PFkO7r {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width)
}

:host(.device-mobile-optimized) .PFkO7r, body.device-mobile-optimized .PFkO7r {
    left: 10px;
    right: 10px
}

.LoinW8 .wxjDyf .AgcguT, .LoinW8 .wxjDyf .SLABZ6, .wxjDyf .LoinW8 .AgcguT, .wxjDyf .LoinW8 .SLABZ6, .wxjDyf .WfZwmg > button {
    justify-content: flex-start
}

.LoinW8 ._ap_Ez .AgcguT, .LoinW8 ._ap_Ez .SLABZ6, ._ap_Ez .LoinW8 .AgcguT, ._ap_Ez .LoinW8 .SLABZ6, ._ap_Ez .WfZwmg > button {
    justify-content: center
}

.LoinW8 .yaSWtc .AgcguT, .LoinW8 .yaSWtc .SLABZ6, .yaSWtc .LoinW8 .AgcguT, .yaSWtc .LoinW8 .SLABZ6, .yaSWtc .WfZwmg > button {
    direction: rtl
}

.LoinW8 .SLABZ6 .P1lgnS img, .LoinW8 ._YBogd .P1lgnS img, .WfZwmg .LEHGju img {
    display: block;
    height: var(--iconSize)
}

.LoinW8 .AgcguT.s9mhXz, .LoinW8 .AgcguT:hover, .LoinW8 .SLABZ6:hover, .WfZwmg > button:hover {
    background-color: rgba(var(--backgroundColorHover, var(--color_4, color_4)), var(--alpha-backgroundColorHover, 1));
    color: rgb(var(--itemTextColorHover, var(--color_1, color_1)))
}

.LoinW8 .AgcguT.s9mhXz path, .LoinW8 .AgcguT:hover path, .LoinW8 .SLABZ6:hover path, .WfZwmg > button:hover path {
    fill: rgb(var(--itemTextColorHover, var(--color_1, color_1)))
}

.LoinW8 .AgcguT:active, .LoinW8 .SLABZ6:active, .LoinW8 .wbgQXa.AgcguT, .LoinW8 .wbgQXa.SLABZ6, .WfZwmg > button.wbgQXa, .WfZwmg > button:active {
    background-color: rgba(var(--backgroundColorActive, var(--color_4, color_4)), var(--alpha-backgroundColorActive, 1));
    color: rgb(var(--itemTextColorActive, var(--color_1, color_1)));
    cursor: default
}

.LoinW8 .AgcguT:active path, .LoinW8 .SLABZ6:active path, .LoinW8 .wbgQXa.AgcguT path, .LoinW8 .wbgQXa.SLABZ6 path, .WfZwmg > button.wbgQXa path, .WfZwmg > button:active path {
    fill: rgb(var(--itemTextColorActive, var(--color_1, color_1)))
}

.q6zugB {
    width: var(--width)
}

:host(.device-mobile-optimized) .q6zugB, body.device-mobile-optimized .q6zugB {
    --display: table;
    display: var(--display)
}

.q6zugB.L1JKAI {
    opacity: .38
}

.q6zugB.L1JKAI *, .q6zugB.L1JKAI:active {
    pointer-events: none
}

.LoinW8 .AgcguT, .LoinW8 .SLABZ6 {
    align-items: center;
    display: flex;
    height: calc(var(--height) - var(--borderWidth, 1px) * 2)
}

.LoinW8 .AgcguT .FeuKbY, .LoinW8 .SLABZ6 .FeuKbY {
    line-height: 0
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY, .LoinW8 ._ap_Ez .SLABZ6 .FeuKbY, ._ap_Ez .LoinW8 .AgcguT .FeuKbY, ._ap_Ez .LoinW8 .SLABZ6 .FeuKbY {
    position: absolute;
    right: 0
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY, .LoinW8 ._ap_Ez .SLABZ6 .FeuKbY, .LoinW8 .yaSWtc .AgcguT .FeuKbY, .LoinW8 .yaSWtc .SLABZ6 .FeuKbY, ._ap_Ez .LoinW8 .AgcguT .FeuKbY, ._ap_Ez .LoinW8 .SLABZ6 .FeuKbY, .yaSWtc .LoinW8 .AgcguT .FeuKbY, .yaSWtc .LoinW8 .SLABZ6 .FeuKbY {
    margin: 0 20px 0 14px
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY, .LoinW8 ._ap_Ez .SLABZ6 .FeuKbY, .LoinW8 .wxjDyf .AgcguT .FeuKbY, .LoinW8 .wxjDyf .SLABZ6 .FeuKbY, ._ap_Ez .LoinW8 .AgcguT .FeuKbY, ._ap_Ez .LoinW8 .SLABZ6 .FeuKbY, .wxjDyf .LoinW8 .AgcguT .FeuKbY, .wxjDyf .LoinW8 .SLABZ6 .FeuKbY {
    margin: 0 14px 0 20px
}

.LoinW8 .wxjDyf .AgcguT .Z9uI84, .LoinW8 .wxjDyf .SLABZ6 .Z9uI84, .LoinW8 .yaSWtc .AgcguT .Z9uI84, .LoinW8 .yaSWtc .SLABZ6 .Z9uI84, .wxjDyf .LoinW8 .AgcguT .Z9uI84, .wxjDyf .LoinW8 .SLABZ6 .Z9uI84, .yaSWtc .LoinW8 .AgcguT .Z9uI84, .yaSWtc .LoinW8 .SLABZ6 .Z9uI84 {
    flex-grow: 1
}

.LoinW8 .AgcguT svg, .LoinW8 .SLABZ6 svg {
    height: auto;
    width: 12px
}

.LoinW8 .AgcguT path, .LoinW8 .SLABZ6 path {
    fill: rgb(var(--itemTextColor, var(--color_9, color_9)))
}

.LoinW8 .SLABZ6, .LoinW8 ._YBogd {
    background-color: rgba(var(--backgroundColor, var(--color_4, color_4)), var(--alpha-backgroundColor, 1));
    border-color: rgba(var(--borderColor, 32, 32, 32), var(--alpha-borderColor, 1));
    border-radius: var(--borderRadius, 5px);
    border-style: solid;
    border-width: var(--borderWidth, 1px);
    box-shadow: var(--boxShadow, 0 1px 3px rgba(0, 0, 0, .5));
    overflow: hidden
}

.LoinW8 .SLABZ6 .P1lgnS, .LoinW8 ._YBogd .P1lgnS {
    margin: 0 -6px 0 14px
}

.LoinW8 ._ap_Ez .SLABZ6 .P1lgnS, .LoinW8 ._ap_Ez ._YBogd .P1lgnS, ._ap_Ez .LoinW8 .SLABZ6 .P1lgnS, ._ap_Ez .LoinW8 ._YBogd .P1lgnS {
    margin: 0 4px
}

.LoinW8 .yaSWtc .SLABZ6 .P1lgnS, .LoinW8 .yaSWtc ._YBogd .P1lgnS, .yaSWtc .LoinW8 .SLABZ6 .P1lgnS, .yaSWtc .LoinW8 ._YBogd .P1lgnS {
    margin: 0 14px 0 -6px
}

.LoinW8, .q6zugB {
    height: 100%
}

.LoinW8 {
    color: rgb(var(--itemTextColor, var(--color_9, color_9)));
    cursor: pointer;
    font: var(--itemFont, var(--font_0));
    position: relative;
    width: var(--width)
}

.LoinW8 * {
    box-sizing: border-box
}

.LoinW8 .SLABZ6 {
    height: 100%;
    position: relative;
    z-index: 1
}

.s5_f9m.LoinW8 .SLABZ6 {
    display: none !important
}

.LoinW8 .sJ9lQ9 {
    margin: 0 0 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._ap_Ez .LoinW8 .sJ9lQ9 {
    margin: 0 4px
}

.yaSWtc .LoinW8 .sJ9lQ9 {
    margin: 0 14px 0 0
}

.LoinW8 ._YBogd {
    display: flex;
    flex-direction: column;
    max-height: calc(var(--height) * 5.5);
    min-width: 100%;
    overflow-y: auto;
    position: absolute;
    z-index: 1
}

.LoinW8 ._YBogd:not(.qUhEZJ) {
    --itemBorder: 1px 0 0;
    top: 0
}

.LoinW8 ._YBogd.qUhEZJ {
    --itemBorder: 0 0 1px;
    bottom: 0;
    flex-direction: column-reverse
}

.s5_f9m.LoinW8 ._YBogd svg {
    transform: rotate(180deg)
}

.LoinW8.s5_f9m {
    z-index: 47
}

.LoinW8:not(.s5_f9m) ._YBogd {
    display: none
}

.LoinW8 .AgcguT {
    flex-shrink: 0
}

#SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .LoinW8 .AgcguT:focus {
    outline: 2px solid #116dff;
    outline-offset: 1px;
    outline-offset: -2px
}

.LoinW8 .AgcguT:not(:first-child) {
    --force-state-metadata: false;
    border-color: rgba(var(--separatorColor, 254, 254, 254), var(--alpha-separatorColor, 1));
    border-style: solid;
    border-width: var(--itemBorder)
}

.s0VQNf {
    height: 100%
}

:host(.device-mobile-optimized) .s0VQNf, body.device-mobile-optimized .s0VQNf {
    display: table;
    width: 100%
}

.WfZwmg {
    background-color: rgba(var(--backgroundColor, var(--color_4, color_4)), var(--alpha-backgroundColor, 1));
    border-color: rgba(var(--borderColor, 32, 32, 32), var(--alpha-borderColor, 1));
    border-radius: var(--borderRadius, 5px);
    border-style: solid;
    border-width: var(--borderWidth, 1px);
    box-shadow: var(--boxShadow, 0 1px 3px rgba(0, 0, 0, .5));
    color: rgb(var(--itemTextColor, var(--color_9, color_9)));
    display: flex;
    font: var(--itemFont, var(--font_0));
    height: 100%
}

.WfZwmg, .WfZwmg * {
    box-sizing: border-box
}

.WfZwmg > button {
    align-items: center;
    background-color: rgba(var(--backgroundColor, var(--color_4, color_4)), var(--alpha-backgroundColor, 1));
    color: inherit;
    cursor: pointer;
    display: flex;
    flex: auto;
    font: inherit;
    height: 100%
}

.WfZwmg > button:not(:first-child) {
    --force-state-metadata: false;
    border-left-color: rgba(var(--separatorColor, 254, 254, 254), var(--alpha-separatorColor, 1));
    border-left-style: solid;
    border-left-width: 1px
}

.WfZwmg > button:first-child, .WfZwmg > button:last-child {
    border-radius: var(--borderRadius, 5px)
}

.WfZwmg > button:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.WfZwmg > button:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.yaSWtc .WfZwmg .LEHGju {
    margin: 0 14px 0 -6px
}

._ap_Ez .WfZwmg .LEHGju {
    margin: 0 4px
}

.wxjDyf .WfZwmg .LEHGju {
    margin: 0 -6px 0 14px
}

.WfZwmg .J6PIw1 {
    margin: 0 14px
}

._ap_Ez .WfZwmg .J6PIw1 {
    margin: 0 4px
}

.PSsm68 select {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.PSsm68 .ZP_gER {
    display: none
}

._pfxlW {
    clip-path: inset(50%);
    height: 24px;
    position: absolute;
    width: 24px
}

._pfxlW:active, ._pfxlW:focus {
    clip-path: unset;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

._pfxlW.RG3k61 {
    transform: translateY(-50%) rotate(180deg)
}

.r4OX7l, .xTjc1A {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    position: relative;
    width: auto
}

.r4OX7l[data-state~=header] a, .r4OX7l[data-state~=header] div, [data-state~=header].xTjc1A a, [data-state~=header].xTjc1A div {
    cursor: default !important
}

.r4OX7l .UiHgGh, .xTjc1A .UiHgGh {
    display: inline-block;
    height: 100%;
    width: 100%
}

.xTjc1A {
    --display: inline-block;
    cursor: pointer;
    display: var(--display);
    font: var(--fnt, var(--font_1))
}

.xTjc1A .yRj2ms {
    padding: 0 var(--pad, 5px)
}

.xTjc1A .JS76Uv {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline-block;
    padding: 0 10px;
    transition: var(--trans, color .4s ease 0s)
}

.xTjc1A[data-state~=drop] {
    display: block;
    width: 100%
}

.xTjc1A[data-state~=drop] .JS76Uv {
    padding: 0 .5em
}

.xTjc1A[data-state~=link]:hover .JS76Uv, .xTjc1A[data-state~=over] .JS76Uv {
    color: rgb(var(--txth, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.xTjc1A[data-state~=selected] .JS76Uv {
    color: rgb(var(--txts, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.NHM1d1 {
    overflow-x: hidden
}

.NHM1d1 .R_TAzU {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.NHM1d1 .R_TAzU .aOF1ks {
    flex: 1
}

.NHM1d1 .R_TAzU .y7qwii {
    height: calc(100% - (var(--menuTotalBordersY, 0px)));
    overflow: visible;
    white-space: nowrap;
    width: calc(100% - (var(--menuTotalBordersX, 0px)))
}

.NHM1d1 .R_TAzU .y7qwii .Tg1gOB, .NHM1d1 .R_TAzU .y7qwii .p90CkU {
    direction: var(--menu-direction);
    display: inline-block;
    text-align: var(--menu-align, var(--align))
}

.NHM1d1 .R_TAzU .y7qwii .mvZ3NH {
    display: block;
    width: 100%
}

.NHM1d1 .h3jCPd {
    direction: var(--submenus-direction);
    display: block;
    opacity: 1;
    text-align: var(--submenus-align, var(--align));
    z-index: 99999
}

.NHM1d1 .h3jCPd .wkJ2fp {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto
}

.NHM1d1 .h3jCPd.DlGBN0 {
    transition: visibility;
    transition-delay: .2s;
    visibility: visible
}

.NHM1d1 .h3jCPd .p90CkU {
    display: inline-block
}

.NHM1d1 .vh74Xw {
    display: none
}

.XwCBRN > nav {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.XwCBRN .h3jCPd, .XwCBRN .y7qwii, .XwCBRN > nav {
    position: absolute
}

.XwCBRN .h3jCPd {
    margin-top: 7px;
    visibility: hidden
}

.XwCBRN .h3jCPd[data-dropMode=dropUp] {
    margin-bottom: 7px;
    margin-top: 0
}

.XwCBRN .wkJ2fp {
    background-color: rgba(var(--bgDrop, var(--color_11, color_11)), var(--alpha-bgDrop, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
}

.P0dCOY .PJ4KCX {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.xpmKd_ {
    border-radius: var(--overflow-wrapper-border-radius)
}

:host(:not(.device-mobile-optimized)) .CohWsy, body:not(.device-mobile-optimized) .CohWsy {
    display: flex
}

:host(:not(.device-mobile-optimized)) .V5AUxf, body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    direction: var(--direction);
    display: flex;
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding) * 2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf > *, body:not(.device-mobile-optimized) .V5AUxf > * {
    direction: ltr;
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0
}

:host(.device-mobile-optimized) .V5AUxf, body.device-mobile-optimized .V5AUxf {
    display: block;
    padding-bottom: var(--padding-y);
    padding-left: var(--padding-x, 0);
    padding-right: var(--padding-x, 0);
    padding-top: var(--padding-y);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf > *, body.device-mobile-optimized .V5AUxf > * {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf > :first-child, body.device-mobile-optimized .V5AUxf > :first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .V5AUxf > :last-child, body.device-mobile-optimized .V5AUxf > :last-child {
    margin-bottom: var(--lastChildMarginBottom)
}

.LIhNy3 {
    backface-visibility: hidden
}

.jhxvbR, .mtrorN {
    display: block;
    height: 100%;
    width: 100%
}

.jhxvbR img {
    max-width: var(--wix-img-max-width, 100%)
}

.jhxvbR[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.jhxvbR[data-animate-blur] img[data-load-done] {
    filter: none
}

.if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2.f0uTJH {
    clip: rect(0, auto, auto, 0)
}

.if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2 .DXi4PB {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.if7Vw2 .DXi4PB img {
    height: 100%;
    width: 100%
}

@supports (-webkit-hyphens:none) {
    .if7Vw2.f0uTJH {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.wG8dni {
    height: 100%
}

.tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.ImALHf, .Ybjs9b {
    opacity: var(--fill-layer-video-opacity)
}

.UWmm3w {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.Yjj1af {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.ImALHf {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.KCM6zk {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.KCM6zk .DXi4PB, .KCM6zk .ImALHf, .KCM6zk .Ybjs9b {
    opacity: 1
}

._uqPqy {
    clip-path: var(--fill-layer-clip)
}

._uqPqy, .eKyYhK {
    position: absolute;
    top: 0
}

._uqPqy, .eKyYhK, .x0mqQS img {
    height: 100%;
    width: 100%
}

.pnCr6P {
    opacity: 0
}

.blf7sp, .pnCr6P {
    position: absolute;
    top: 0
}

.blf7sp {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.rWP3Gv {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.Tr4n3d, .rWP3Gv, .wRqk6s {
    height: 100%;
    top: 0;
    width: 100%
}

.wRqk6s {
    position: absolute
}

.Tr4n3d {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports (mix-blend-mode:overlay) {
    .Tr4n3d {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.VXAmO2 {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__) * var(--divider-layers-size__) * var(--divider-layers-y__))
}

.VXAmO2, .VXAmO2 .dy3w_9 {
    left: 0;
    position: absolute;
    width: 100%
}

.VXAmO2 .dy3w_9 {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__) * var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__) * var(--divider-layer-i__) * var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__) * var(--divider-layer-i__) * var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1))
}

.UORcXs {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.UORcXs .dy3w_9 {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.UORcXs .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.Io4VUz {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.Io4VUz .dy3w_9 {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.Io4VUz .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.LHrbPP {
    background: #fff;
    border-radius: 24px;
    color: #116dff;
    cursor: pointer;
    font-family: Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    height: 0;
    left: 50%;
    margin-left: -94px;
    opacity: 0;
    padding: 0 24px 0 24px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    width: 0;
    z-index: 9999
}

.LHrbPP:focus {
    border: 2px solid;
    height: 40px;
    opacity: 1;
    pointer-events: auto;
    width: auto
}

.nTOEE9 {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.nTOEE9.sqUyGm:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==), auto
}

.nTOEE9.C_JY0G:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==), auto
}

.RZQnmg {
    background-color: rgb(var(--color_11));
    border-radius: 50%;
    bottom: 12px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 12px;
    width: 40px
}

.RZQnmg path {
    fill: rgb(var(--color_15))
}

.RZQnmg:focus {
    cursor: auto;
    opacity: 1;
    pointer-events: auto
}

.Tj01hh, .jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

.jhxvbR img {
    max-width: var(--wix-img-max-width, 100%)
}

.jhxvbR[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.jhxvbR[data-animate-blur] img[data-load-done] {
    filter: none
}

.rYiAuL {
    cursor: pointer
}

.gSXewE {
    height: 0;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 0
}

.OJQ_3L, .gSXewE {
    position: absolute
}

.OJQ_3L {
    background-color: rgb(var(--color_11));
    border-radius: 300px;
    bottom: 0;
    cursor: pointer;
    height: 40px;
    margin: 16px 16px;
    opacity: 0;
    pointer-events: none;
    right: 0;
    width: 40px
}

.OJQ_3L path {
    fill: rgb(var(--color_12))
}

.OJQ_3L:focus {
    cursor: auto;
    opacity: 1;
    pointer-events: auto
}

.BzTPNT {
    box-sizing: border-box;
    height: 100%;
    width: 100%
}

.OcGXIS {
    min-height: var(--image-min-height);
    min-width: var(--image-min-width)
}

.OcGXIS img, img.OcGXIS {
    filter: var(--filter-effect-svg-url);
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100% 100%);
    mask-size: var(--mask-size, 100% 100%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position)
}

.LKjYWx .BzTPNT {
    box-shadow: var(--shd, 0 2px 5px rgba(0, 0, 0, .53));
    display: block;
    height: 100%;
    position: relative
}

.LKjYWx .BzTPNT, .LKjYWx .OcGXIS {
    border-radius: var(--rd, 2px);
    overflow: hidden
}

.LKjYWx .OcGXIS:before {
    border-radius: var(--rd, 2px);
    bottom: 0;
    box-shadow: inset 0 0 6px 0 hsla(0, 0%, 100%, .59), inset 0 1px 0 0 hsla(0, 0%, 100%, .92), inset 0 0 5px 0 hsla(0, 0%, 100%, .2);
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

#SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .KvoMHf:focus {
    outline: 2px solid #116dff;
    outline-offset: 1px
}

.KvoMHf.ErucfC[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.KvoMHf[disabled] {
    pointer-events: none
}

.MpKiNN {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    min-height: 25px;
    position: relative;
    text-align: var(--align, start)
}

.MpKiNN .pUnTVX {
    height: var(--inputHeight);
    position: relative
}

.MpKiNN .eXvLsN {
    align-items: center;
    display: flex;
    font: var(--fntprefix, normal normal normal 16px/1.4em helvetica-w01-roman);
    justify-content: center;
    left: 0;
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 50px
}

.MpKiNN .KvoMHf, .MpKiNN .eXvLsN {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))))
}

.MpKiNN .KvoMHf {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--corvid-background-color, rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1)));
    border-color: var(--corvid-border-color, rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1)));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    direction: var(--inputDirection, "inherit");
    font: var(--fnt, var(--font_8));
    margin: 0;
    max-width: 100%;
    min-height: var(--inputHeight);
    padding: var(--textPadding);
    padding-inline-end: var(--textPadding_end);
    padding-inline-start: var(--textPadding_start);
    text-align: var(--inputAlign, "inherit");
    text-overflow: ellipsis;
    width: 100%
}

.MpKiNN .KvoMHf[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    width: 100%
}

.MpKiNN .KvoMHf::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.MpKiNN .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.MpKiNN .KvoMHf::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.MpKiNN .KvoMHf:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px)
}

.MpKiNN .KvoMHf:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255))
}

.MpKiNN:not(.LyB02C) .KvoMHf:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.MpKiNN.LyB02C .KvoMHf:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px)
}

.MpKiNN.LyB02C .KvoMHf:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.MpKiNN .wPeA6j {
    display: none
}

.MpKiNN.qzvPmW .wPeA6j {
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection, inherit);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding-inline-end: var(--labelPadding_end);
    padding-inline-start: var(--labelPadding_start);
    text-align: var(--labelAlign, inherit);
    word-break: break-word
}

.MpKiNN.qzvPmW.lPl_oN .wPeA6j:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none)
}

.ZXdXNL {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    justify-content: var(--align, start);
    text-align: var(--align, start)
}

.ZXdXNL .pUnTVX {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative
}

.ZXdXNL .eXvLsN {
    align-items: center;
    display: flex;
    font: var(--fntprefix, normal normal normal 16px/1.4em helvetica-w01-roman);
    justify-content: center;
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    width: 50px
}

.ZXdXNL .KvoMHf, .ZXdXNL .eXvLsN {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    min-height: 100%
}

.ZXdXNL .KvoMHf {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--corvid-background-color, rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1)));
    border-color: var(--corvid-border-color, rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1)));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    direction: var(--inputDirection, "inherit");
    flex: 1;
    font: var(--fnt, var(--font_8));
    margin: 0;
    padding: var(--textPadding);
    padding-inline-end: var(--textPadding_end);
    padding-inline-start: var(--textPadding_start);
    text-align: var(--inputAlign, "inherit");
    text-overflow: ellipsis;
    width: 100%
}

.ZXdXNL .KvoMHf[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

.ZXdXNL .KvoMHf::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.ZXdXNL .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.ZXdXNL .KvoMHf::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.ZXdXNL .KvoMHf:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px)
}

.ZXdXNL .KvoMHf:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255))
}

.ZXdXNL:not(.LyB02C) .KvoMHf:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.ZXdXNL.LyB02C .KvoMHf:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px)
}

.ZXdXNL.LyB02C .KvoMHf:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.ZXdXNL .wPeA6j {
    display: none
}

.ZXdXNL.qzvPmW .wPeA6j {
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection, inherit);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding-inline-end: var(--labelPadding_end);
    padding-inline-start: var(--labelPadding_start);
    text-align: var(--labelAlign, inherit);
    word-break: break-word
}

.ZXdXNL.qzvPmW.lPl_oN .wPeA6j:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none)
}

.TLWrjM {
    align-items: center;
    color: rgb(var(--errorTextColor, #ff4040));
    direction: var(--errorDirection);
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: var(--errorAlign, inherit);
    padding: 8px 0 0
}

.TLWrjM .GIPQqH {
    flex: none;
    flex-grow: 0;
    order: 0
}

.TLWrjM .JNgJbf {
    display: inline-block;
    flex-grow: 0;
    font: var(--errorTextFont, var(--font_8));
    line-height: 1;
    order: 1;
    word-break: break-word
}

.snt4Te {
    direction: var(--direction);
    text-align: var(--align)
}

.snt4Te .rEindN {
    -webkit-appearance: none;
    background-color: var(--corvid-background-color, rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1)));
    border-color: var(--corvid-border-color, rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1)));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    direction: var(--inputDirection);
    display: block;
    font: var(--fnt, var(--font_8));
    height: var(--inputHeight);
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    overflow-y: auto;
    padding-bottom: 3px;
    padding-inline-end: var(--textPaddingEnd);
    padding-top: var(--textPaddingTop);
    padding-inline-start: var(--textPaddingStart);
    padding-top: .75em;
    resize: none;
    text-align: var(--inputAlign, "inherit")
}

.snt4Te .rEindN::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.snt4Te .rEindN:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.snt4Te .rEindN::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

#SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .snt4Te .rEindN:focus {
    outline: 2px solid #116dff;
    outline-offset: 1px
}

.snt4Te .rEindN:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px)
}

.snt4Te .rEindN:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255));
    pointer-events: none
}

.snt4Te:not(.pOExcs) .rEindN:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.snt4Te.pOExcs .rEindN:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px)
}

.snt4Te.pOExcs .rEindN:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.snt4Te .PSkPrR {
    display: none
}

.snt4Te.oKe0Po .PSkPrR {
    box-sizing: border-box;
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom, 14px);
    padding-inline-end: var(--labelPadding_end, 0);
    padding-inline-start: var(--labelPadding_start, 0);
    text-align: var(--labelAlign, inherit);
    width: 100%;
    word-break: break-word
}

.snt4Te.oKe0Po.NyPO4H .PSkPrR:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none)
}

.lk9PkF {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    text-align: var(--align)
}

.lk9PkF .rEindN {
    -webkit-appearance: none;
    background-color: var(--corvid-background-color, rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1)));
    border-color: var(--corvid-border-color, rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1)));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    direction: var(--inputDirection);
    flex: 1;
    font: var(--fnt, var(--font_8));
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding-bottom: 3px;
    padding-inline-end: var(--textPaddingEnd);
    padding-top: var(--textPaddingTop);
    padding-inline-start: var(--textPaddingStart);
    resize: none;
    text-align: var(--inputAlign, "inherit");
    width: 100%
}

#SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .lk9PkF .rEindN:focus {
    outline: 2px solid #116dff;
    outline-offset: 1px
}

.lk9PkF .rEindN::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.lk9PkF .rEindN:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.lk9PkF .rEindN::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.lk9PkF .rEindN:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px)
}

.lk9PkF .rEindN:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255));
    pointer-events: none
}

.lk9PkF:not(.pOExcs) .rEindN:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.lk9PkF.pOExcs .rEindN:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px)
}

.lk9PkF.pOExcs .rEindN:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.lk9PkF .PSkPrR {
    display: none
}

.lk9PkF.oKe0Po .PSkPrR {
    box-sizing: border-box;
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom, 14px);
    padding-inline-end: var(--labelPadding_end, 0);
    padding-inline-start: var(--labelPadding_start, 0);
    text-align: var(--labelAlign, inherit);
    width: 100%;
    word-break: break-word
}

.lk9PkF.oKe0Po.NyPO4H .PSkPrR:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none)
}

.TLWrjM {
    align-items: center;
    color: rgb(var(--errorTextColor, #ff4040));
    direction: var(--errorDirection);
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: var(--errorAlign, inherit);
    padding: 8px 0 0
}

.TLWrjM .GIPQqH {
    flex: none;
    flex-grow: 0;
    order: 0
}

.TLWrjM .JNgJbf {
    display: inline-block;
    flex-grow: 0;
    font: var(--errorTextFont, var(--font_8));
    line-height: 1;
    order: 1;
    word-break: break-word
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports (-webkit-hyphens:none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd, .yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.I8xA4L .K_YxMd, .I8xA4L .dLPlxY, .I8xA4L .yK6aSC {
    opacity: 1
}

.Oqnisf {
    overflow: visible
}

.Oqnisf > .MW5IWV .LWbAav {
    background-color: var(--section-corvid-background-color, var(--bg-overlay-color))
}

.cM88eO {
    backface-visibility: hidden
}

.YtfWHd {
    left: 0;
    top: 0
}

.YtfWHd, .mj3xJ8 {
    position: absolute
}

.mj3xJ8 {
    clip: rect(0 0 0 0);
    background-color: #fff;
    border-radius: 50%;
    bottom: 3px;
    color: #000;
    display: grid;
    height: 24px;
    outline: 1px solid #000;
    place-items: center;
    pointer-events: none;
    right: 3px;
    width: 24px;
    z-index: 9999
}

.mj3xJ8:active, .mj3xJ8:focus {
    clip: auto;
    pointer-events: auto
}

.Tj01hh, .jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

.jhxvbR img {
    max-width: var(--wix-img-max-width, 100%)
}

.jhxvbR[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.jhxvbR[data-animate-blur] img[data-load-done] {
    filter: none
}

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr, .bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img, .Z_wCwr, .bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra, .YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5, .SUz0WK, .m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports (mix-blend-mode:overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.dkukWC {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__) * var(--divider-layers-size__) * var(--divider-layers-y__))
}

.dkukWC, .dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%
}

.dkukWC .FRCqDF {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__) * var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__) * var(--divider-layer-i__) * var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__) * var(--divider-layer-i__) * var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1))
}

.xnZvZH {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.xnZvZH .FRCqDF {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.xnZvZH .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.MBOSCN {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.MBOSCN .FRCqDF {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.MBOSCN .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.J6KGih {
    cursor: pointer
}

.KaEeLN {
    --container-corvid-border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    --container-corvid-border-size: var(--brw, 1px);
    --container-corvid-background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    --backdrop-filter: $ backdrop-filter
}

.uYj0Sg {
    -webkit-backdrop-filter: var(--backdrop-filter, none);
    backdrop-filter: var(--backdrop-filter, none);
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    background-image: var(--bg-gradient, none);
    border: var(--container-corvid-border-width, var(--brw, 1px)) solid var(--container-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-radius: var(--rd, 5px);
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.W2bcb7 {
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    width: 24px
}

.JMUd8Z.mDzRgi, .QodGTM.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.JMUd8Z.mDzRgi .XvQ3FE, .QodGTM.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.JMUd8Z.mDzRgi .XvQ3FE.CdshHv, .QodGTM.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify)
}

.JMUd8Z.mDzRgi .XvQ3FE.Qinjwp, .QodGTM.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify)
}

.JMUd8Z.mDzRgi .hDJzl4, .QodGTM.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.JMUd8Z.mDzRgi .hDJzl4.tAoGqR, .QodGTM.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.JMUd8Z.mDzRgi .hDJzl4 > *, .QodGTM.mDzRgi .hDJzl4 > * {
    overflow: var(--slides-overflow)
}

.JMUd8Z.mDzRgi .T23gn7.hDJzl4, .QodGTM.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative
}

.JMUd8Z.mDzRgi .T23gn7.hDJzl4 > *, .QodGTM.mDzRgi .T23gn7.hDJzl4 > * {
    top: 0
}

.JMUd8Z.mDzRgi .T23gn7.hDJzl4 > :not(:first-child), .QodGTM.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important
}

.JMUd8Z.mDzRgi .N2NGoO, .QodGTM.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.JMUd8Z.mDzRgi .lZ5yqT, .QodGTM.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.JMUd8Z.mDzRgi .lZ5yqT .dZxZOk, .QodGTM.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp, .QodGTM.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm, .QodGTM.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.JMUd8Z.mDzRgi .W44q6c, .QodGTM.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49)
}

.JMUd8Z .XvQ3FE:hover, .QodGTM .XvQ3FE:hover {
    opacity: .6
}

.JMUd8Z .XvQ3FE.Qinjwp, .QodGTM .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-scaleX-transform))
}

.JMUd8Z .XvQ3FE.CdshHv, .QodGTM .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-scaleX-transform))
}

.JMUd8Z .XvQ3FE svg, .QodGTM .XvQ3FE svg {
    fill: rgba(var(--arrowColor, var(--color_12, color_12)), var(--alpha-arrowColor, 1));
    stroke: rgba(var(--arrowColor, var(--color_12, color_12)), var(--alpha-arrowColor, 1));
    stroke-width: 1px
}

.JMUd8Z .ZVUGJp {
    background-color: rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1));
    border-radius: 50%
}

.JMUd8Z .ZVUGJp.Ale4Rm {
    background-color: rgba(var(--dotsSelectedColor, var(--color_11, color_11)), var(--alpha-dotsSelectedColor, 1))
}

.QodGTM .ZVUGJp {
    background-color: rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1));
    border-radius: 50%
}

.QodGTM .ZVUGJp.Ale4Rm {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1))
}

.ENJ6Ca.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.ENJ6Ca.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.ENJ6Ca.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify)
}

.ENJ6Ca.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify)
}

.ENJ6Ca.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.ENJ6Ca.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.ENJ6Ca.mDzRgi .hDJzl4 > * {
    overflow: var(--slides-overflow)
}

.ENJ6Ca.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative
}

.ENJ6Ca.mDzRgi .T23gn7.hDJzl4 > * {
    top: 0
}

.ENJ6Ca.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important
}

.ENJ6Ca.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.ENJ6Ca.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.ENJ6Ca.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.ENJ6Ca.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49)
}

.ENJ6Ca .XvQ3FE:hover {
    opacity: .6
}

.ENJ6Ca .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-circle-scaleX-transform))
}

.ENJ6Ca .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-circle-scaleX-transform))
}

.ENJ6Ca .XvQ3FE svg {
    fill: rgba(var(--arrowColor, var(--color_12, color_12)), var(--alpha-arrowColor, 1))
}

.ENJ6Ca .ZVUGJp {
    background-color: rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1));
    border-radius: 50%
}

.ENJ6Ca .ZVUGJp.Ale4Rm {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1))
}

.ghJlnq.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.ghJlnq.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.ghJlnq.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify)
}

.ghJlnq.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify)
}

.ghJlnq.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.ghJlnq.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.ghJlnq.mDzRgi .hDJzl4 > * {
    overflow: var(--slides-overflow)
}

.ghJlnq.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative
}

.ghJlnq.mDzRgi .T23gn7.hDJzl4 > * {
    top: 0
}

.ghJlnq.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important
}

.ghJlnq.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.ghJlnq.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.ghJlnq.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.ghJlnq.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.ghJlnq.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.ghJlnq.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49)
}

.ghJlnq .XvQ3FE:hover {
    opacity: .6
}

.ghJlnq .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-scaleX-transform))
}

.ghJlnq .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-scaleX-transform))
}

.ghJlnq .XvQ3FE svg path:first-child {
    fill: rgba(var(--arrowContainerColor, var(--color_11, color_11)), var(--alpha-arrowContainerColor, 1))
}

.ghJlnq .XvQ3FE svg path:last-child {
    fill: rgba(var(--arrowColor, var(--color_12, color_12)), var(--alpha-arrowColor, 1))
}

.ghJlnq .ZVUGJp {
    background-color: rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1))
}

.ghJlnq .ZVUGJp.Ale4Rm {
    background-color: rgba(var(--dotsSelectedColor, var(--color_11, color_11)), var(--alpha-dotsSelectedColor, 1))
}

.XVHXq_.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.XVHXq_.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.XVHXq_.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify)
}

.XVHXq_.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify)
}

.XVHXq_.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.XVHXq_.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.XVHXq_.mDzRgi .hDJzl4 > * {
    overflow: var(--slides-overflow)
}

.XVHXq_.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative
}

.XVHXq_.mDzRgi .T23gn7.hDJzl4 > * {
    top: 0
}

.XVHXq_.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important
}

.XVHXq_.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.XVHXq_.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.XVHXq_.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.XVHXq_.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.XVHXq_.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.XVHXq_.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49)
}

.XVHXq_.mDzRgi {
    min-height: unset
}

.sNF2R0 {
    opacity: 0
}

.hLoBV3 {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.Rdf41z, .hLoBV3 {
    opacity: 1
}

.ftlZWo {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.ATGlOr, .ftlZWo {
    opacity: 0
}

.KQSXD0 {
    transition: opacity var(--transition-duration) cubic-bezier(.64, 0, .78, 0)
}

.KQSXD0, .pagQKE {
    opacity: 1
}

._6zG5H {
    opacity: 0;
    transition: opacity var(--transition-duration) cubic-bezier(.22, 1, .36, 1)
}

.BB49uC {
    transform: translateX(100%)
}

.j9xE1V {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.ICs7Rs, .j9xE1V {
    transform: translateX(0)
}

.DxijZJ {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.B5kjYq, .DxijZJ {
    transform: translateX(-100%)
}

.cJijIV {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.cJijIV, .hOxaWM {
    transform: translateX(0)
}

.T9p3fN {
    transform: translateX(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.qDxYJm {
    transform: translateY(100%)
}

.aA9V0P {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.YPXPAS, .aA9V0P {
    transform: translateY(0)
}

.Xf2zsA {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.Xf2zsA, .y7Kt7s {
    transform: translateY(-100%)
}

.EeUgMu {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.EeUgMu, .fdHrtm {
    transform: translateY(0)
}

.WIFaG4 {
    transform: translateY(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.imK94d .eF_jBL {
    border-radius: var(--rd, 0);
    will-change: var(--corners-overflow-fix-will-change, initial)
}

.imK94d .wfm0FO {
    border: var(--brw, 0) solid rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
    border-radius: var(--rd, 0);
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.Tj01hh, .jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

.jhxvbR img {
    max-width: var(--wix-img-max-width, 100%)
}

.jhxvbR[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.jhxvbR[data-animate-blur] img[data-load-done] {
    filter: none
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports (-webkit-hyphens:none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd, .yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.I8xA4L .K_YxMd, .I8xA4L .dLPlxY, .I8xA4L .yK6aSC {
    opacity: 1
}

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr, .bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img, .Z_wCwr, .bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra, .YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5, .SUz0WK, .m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports (mix-blend-mode:overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

@-moz-document url-prefix() {
    :invalid {
        box-shadow: none
    }
    :-moz-submit-invalid, :-moz-ui-invalid {
        box-shadow: none
    }
}

@keyframes kYZz2Z {
    0% {
        animation-timing-function: ease-out;
        transform: rotate(180deg)
    }
    45% {
        transform: rotate(198deg)
    }
    55% {
        transform: rotate(234deg)
    }
    to {
        transform: rotate(540deg)
    }
}

@keyframes wlf4P4 {
    to {
        opacity: 1;
        transform: rotate(115deg)
    }
}

.bkIuWA.xXaCpo {
    --display: flex;
    align-items: center;
    display: var(--display);
    justify-content: center
}

.d1WWt1 {
    animation: kYZz2Z 1s linear infinite;
    height: 72px;
    margin-left: -18px;
    overflow: hidden;
    position: absolute;
    transform-origin: 100% 50%;
    width: 36px
}

.d1WWt1:after, .d1WWt1:before {
    animation: wlf4P4 .5s linear infinite alternate;
    border: 3px solid currentColor;
    border-color: currentColor transparent transparent currentColor;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: -100%;
    top: 0;
    transform: rotate(-45deg)
}

.d1WWt1:before {
    color: #7fccf7
}

.d1WWt1:after {
    color: #3899ec;
    opacity: 0
}

.JVi7i2, .hrbzfT {
    background-color: var(--corvid-background-color, rgba(var(--bg, 0, 0, 0), var(--alpha-bg, 0)));
    border: solid var(--corvid-border-color, rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))) var(--corvid-border-width, var(--brw, 0));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    box-shadow: var(--shd, 0 0 0 transparent)
}

.d3n4V3 {
    height: 100%;
    left: -var(--corvid-border-width, var(--brw, 0));
    position: absolute;
    top: -var(--corvid-border-width, var(--brw, 0));
    width: 100%
}

.OQ8Tzd, .nKphmK {
    overflow: hidden
}

.nKphmK {
    height: 100%;
    position: relative;
    width: 100%
}

.nKphmK:-ms-fullscreen {
    min-height: auto !important
}

.nKphmK:fullscreen {
    min-height: auto !important
}

.pvlz2w {
    visibility: hidden
}

.TWFxr5 {
    height: auto !important
}

.May50y {
    overflow: hidden !important
}

@font-face {
    font-family: 'futura-lt-w01-book';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/fonts/v2/790166f1-b347-4f16-8a29-f0c4931a7c35/v1/futura-lt-w01-book.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_35-light1475496';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_35-light1475496';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'dancingscript-regular';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dancingscript/v9/DK0eTGXiZjN6yA8zAEyM2RN-0beyHaEC1kqeqPFpWrs.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'dancingscript-regular';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dancingscript/v9/KGBfwabt0ZRLA5W1ywjowZR92E8gBbe58j0pHY_YhTY.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'dancing script';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLviuEHiC4Wl-8.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'dancing script';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLviuEHiC4Wl-8.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'dancing script';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLuiuEHiC4Wl-8.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'dancing script';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLuiuEHiC4Wl-8.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'dancing script';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLgiuEHiC4W.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'dancing script';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLgiuEHiC4W.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

#masterPage:not(.landingPage) #PAGES_CONTAINER {
    margin-top: 0px;
    margin-bottom: 0px;
}

#masterPage.landingPage #SITE_FOOTER {
    display: none;
}

#masterPage.landingPage #SITE_HEADER {
    display: none;
}

#masterPage.landingPage #comp-kq7xjdm9 {
    display: none;
}

#masterPage.landingPage #comp-kq7xo90m {
    display: none;
}

#masterPage.landingPage #SITE_HEADER-placeholder {
    display: none;
}

#masterPage.landingPage #SITE_FOOTER-placeholder {
    display: none;
}

#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus, #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus ~ .wixSdkShowFocusOnSibling {
    --focus-ring-box-shadow: 0 0 0 2px #116dff;
    box-shadow: var(--focus-ring-box-shadow) !important;
    z-index: 1;
}

.has-inner-focus-ring {
    --focus-ring-box-shadow: 0 0 0 2px #116dff !important;
}

#masterPage {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_FOOTER {
    --pinned-layer-in-container: 50;
    --above-all-in-container: 49;
}

#PAGES_CONTAINER {
    --pinned-layer-in-container: 51;
    --above-all-in-container: 49;
}

#SITE_HEADER {
    z-index: 49;
    --above-all-in-container: 10000;
}

#comp-kfwi53e8-pinned-layer {
    z-index: calc(var(--pinned-layers-in-page, 0) + 53);
    --above-all-in-container: 10000;
}

#comp-kq7xjdm9-pinned-layer {
    z-index: calc(var(--pinned-layers-in-page, 0) + 54);
    --above-all-in-container: 10000;
}

#comp-kq7xo90m-pinned-layer {
    z-index: calc(var(--pinned-layers-in-page, 0) + 55);
    --above-all-in-container: 10000;
}

#comp-kfwi53e8 {
    justify-self: end;
    align-self: end;
    position: absolute;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
}

#comp-kq7xjdm9 {
    justify-self: end;
    align-self: start;
    position: absolute;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
}

#comp-kq7xo90m {
    justify-self: end;
    align-self: start;
    position: absolute;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
}

:root, :host, .spxThemeOverride, .max-width-container {
    --color_0: 255, 255, 255;
    --color_1: 4, 84, 139;
    --color_2: 226, 162, 3;
    --color_3: 5, 114, 189;
    --color_4: 240, 240, 240;
    --color_5: 252, 188, 28;
    --color_6: 255, 255, 255;
    --color_7: 166, 217, 252;
    --color_8: 77, 179, 250;
    --color_9: 7, 138, 228;
    --color_10: 4, 84, 139;
    --color_11: 255, 255, 255;
    --color_12: 166, 217, 252;
    --color_13: 77, 179, 250;
    --color_14: 7, 138, 228;
    --color_15: 4, 84, 139;
    --color_16: 254, 228, 163;
    --color_17: 253, 200, 70;
    --color_18: 226, 162, 3;
    --color_19: 151, 108, 2;
    --color_20: 75, 54, 1;
    --color_21: 193, 229, 253;
    --color_22: 132, 203, 252;
    --color_23: 70, 177, 250;
    --color_24: 9, 151, 248;
    --color_25: 5, 114, 189;
    --color_26: 248, 248, 248;
    --color_27: 240, 240, 240;
    --color_28: 180, 180, 180;
    --color_29: 120, 120, 120;
    --color_30: 60, 60, 60;
    --color_31: 254, 222, 142;
    --color_32: 252, 188, 28;
    --color_33: 207, 149, 3;
    --color_34: 138, 99, 2;
    --color_35: 69, 50, 1;
    --color_36: 255, 255, 255;
    --color_37: 4, 84, 139;
    --color_38: 166, 217, 252;
    --color_39: 77, 179, 250;
    --color_40: 7, 138, 228;
    --color_41: 226, 162, 3;
    --color_42: 253, 200, 70;
    --color_43: 254, 228, 163;
    --color_44: 252, 188, 28;
    --color_45: 4, 84, 139;
    --color_46: 4, 84, 139;
    --color_47: 7, 138, 228;
    --color_48: 226, 162, 3;
    --color_49: 226, 162, 3;
    --color_50: 255, 255, 255;
    --color_51: 255, 255, 255;
    --color_52: 226, 162, 3;
    --color_53: 226, 162, 3;
    --color_54: 77, 179, 250;
    --color_55: 77, 179, 250;
    --color_56: 255, 255, 255;
    --color_57: 255, 255, 255;
    --color_58: 226, 162, 3;
    --color_59: 226, 162, 3;
    --color_60: 226, 162, 3;
    --color_61: 226, 162, 3;
    --color_62: 255, 255, 255;
    --color_63: 255, 255, 255;
    --color_64: 77, 179, 250;
    --color_65: 77, 179, 250;
    --font_0: normal normal normal 22px/1.41em futura-lt-w01-book, sans-serif;
    --font_1: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496, sans-serif;
    --font_2: normal normal normal 28px/1.375em futura-lt-w01-book, sans-serif;
    --font_3: normal normal normal 88px/1.2em futura-lt-w01-book, sans-serif;
    --font_4: normal normal normal 72px/1.25em futura-lt-w01-book, sans-serif;
    --font_5: normal normal normal 50px/1.34em futura-lt-w01-book, sans-serif;
    --font_6: normal normal normal 40px/1.35em futura-lt-w01-book, sans-serif;
    --font_7: normal normal normal 20px/1.67em dancingscript-regular, 'dancing script', cursive;
    --font_8: normal normal normal 18px/1.75em dancingscript-regular, 'dancing script', cursive;
    --font_9: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496, sans-serif;
    --font_10: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496, sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    --wix-opt-in-direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
    --full-viewport: 100 *var(--one-unit) *var(--browser-zoom);
    --scaling-factor: min(var(--full-viewport), var(--section-max-width));
    --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, var(--full-viewport), min(var(--section-max-width), var(--maxViewportSize) * 1px));
}

.font_0 {
    font: var(--font_0);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_1 {
    font: var(--font_1);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_2 {
    font: var(--font_2);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_3 {
    font: var(--font_3);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_4 {
    font: var(--font_4);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_5 {
    font: var(--font_5);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_6 {
    font: var(--font_6);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_7 {
    font: var(--font_7);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_8 {
    font: var(--font_8);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_9 {
    font: var(--font_9);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_10 {
    font: var(--font_10);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.color_0 {
    color: rgb(var(--color_0));
}

.color_1 {
    color: rgb(var(--color_1));
}

.color_2 {
    color: rgb(var(--color_2));
}

.color_3 {
    color: rgb(var(--color_3));
}

.color_4 {
    color: rgb(var(--color_4));
}

.color_5 {
    color: rgb(var(--color_5));
}

.color_6 {
    color: rgb(var(--color_6));
}

.color_7 {
    color: rgb(var(--color_7));
}

.color_8 {
    color: rgb(var(--color_8));
}

.color_9 {
    color: rgb(var(--color_9));
}

.color_10 {
    color: rgb(var(--color_10));
}

.color_11 {
    color: rgb(var(--color_11));
}

.color_12 {
    color: rgb(var(--color_12));
}

.color_13 {
    color: rgb(var(--color_13));
}

.color_14 {
    color: rgb(var(--color_14));
}

.color_15 {
    color: rgb(var(--color_15));
}

.color_16 {
    color: rgb(var(--color_16));
}

.color_17 {
    color: rgb(var(--color_17));
}

.color_18 {
    color: rgb(var(--color_18));
}

.color_19 {
    color: rgb(var(--color_19));
}

.color_20 {
    color: rgb(var(--color_20));
}

.color_21 {
    color: rgb(var(--color_21));
}

.color_22 {
    color: rgb(var(--color_22));
}

.color_23 {
    color: rgb(var(--color_23));
}

.color_24 {
    color: rgb(var(--color_24));
}

.color_25 {
    color: rgb(var(--color_25));
}

.color_26 {
    color: rgb(var(--color_26));
}

.color_27 {
    color: rgb(var(--color_27));
}

.color_28 {
    color: rgb(var(--color_28));
}

.color_29 {
    color: rgb(var(--color_29));
}

.color_30 {
    color: rgb(var(--color_30));
}

.color_31 {
    color: rgb(var(--color_31));
}

.color_32 {
    color: rgb(var(--color_32));
}

.color_33 {
    color: rgb(var(--color_33));
}

.color_34 {
    color: rgb(var(--color_34));
}

.color_35 {
    color: rgb(var(--color_35));
}

.color_36 {
    color: rgb(var(--color_36));
}

.color_37 {
    color: rgb(var(--color_37));
}

.color_38 {
    color: rgb(var(--color_38));
}

.color_39 {
    color: rgb(var(--color_39));
}

.color_40 {
    color: rgb(var(--color_40));
}

.color_41 {
    color: rgb(var(--color_41));
}

.color_42 {
    color: rgb(var(--color_42));
}

.color_43 {
    color: rgb(var(--color_43));
}

.color_44 {
    color: rgb(var(--color_44));
}

.color_45 {
    color: rgb(var(--color_45));
}

.color_46 {
    color: rgb(var(--color_46));
}

.color_47 {
    color: rgb(var(--color_47));
}

.color_48 {
    color: rgb(var(--color_48));
}

.color_49 {
    color: rgb(var(--color_49));
}

.color_50 {
    color: rgb(var(--color_50));
}

.color_51 {
    color: rgb(var(--color_51));
}

.color_52 {
    color: rgb(var(--color_52));
}

.color_53 {
    color: rgb(var(--color_53));
}

.color_54 {
    color: rgb(var(--color_54));
}

.color_55 {
    color: rgb(var(--color_55));
}

.color_56 {
    color: rgb(var(--color_56));
}

.color_57 {
    color: rgb(var(--color_57));
}

.color_58 {
    color: rgb(var(--color_58));
}

.color_59 {
    color: rgb(var(--color_59));
}

.color_60 {
    color: rgb(var(--color_60));
}

.color_61 {
    color: rgb(var(--color_61));
}

.color_62 {
    color: rgb(var(--color_62));
}

.color_63 {
    color: rgb(var(--color_63));
}

.color_64 {
    color: rgb(var(--color_64));
}

.color_65 {
    color: rgb(var(--color_65));
}

.backcolor_0 {
    background-color: rgb(var(--color_0));
}

.backcolor_1 {
    background-color: rgb(var(--color_1));
}

.backcolor_2 {
    background-color: rgb(var(--color_2));
}

.backcolor_3 {
    background-color: rgb(var(--color_3));
}

.backcolor_4 {
    background-color: rgb(var(--color_4));
}

.backcolor_5 {
    background-color: rgb(var(--color_5));
}

.backcolor_6 {
    background-color: rgb(var(--color_6));
}

.backcolor_7 {
    background-color: rgb(var(--color_7));
}

.backcolor_8 {
    background-color: rgb(var(--color_8));
}

.backcolor_9 {
    background-color: rgb(var(--color_9));
}

.backcolor_10 {
    background-color: rgb(var(--color_10));
}

.backcolor_11 {
    background-color: rgb(var(--color_11));
}

.backcolor_12 {
    background-color: rgb(var(--color_12));
}

.backcolor_13 {
    background-color: rgb(var(--color_13));
}

.backcolor_14 {
    background-color: rgb(var(--color_14));
}

.backcolor_15 {
    background-color: rgb(var(--color_15));
}

.backcolor_16 {
    background-color: rgb(var(--color_16));
}

.backcolor_17 {
    background-color: rgb(var(--color_17));
}

.backcolor_18 {
    background-color: rgb(var(--color_18));
}

.backcolor_19 {
    background-color: rgb(var(--color_19));
}

.backcolor_20 {
    background-color: rgb(var(--color_20));
}

.backcolor_21 {
    background-color: rgb(var(--color_21));
}

.backcolor_22 {
    background-color: rgb(var(--color_22));
}

.backcolor_23 {
    background-color: rgb(var(--color_23));
}

.backcolor_24 {
    background-color: rgb(var(--color_24));
}

.backcolor_25 {
    background-color: rgb(var(--color_25));
}

.backcolor_26 {
    background-color: rgb(var(--color_26));
}

.backcolor_27 {
    background-color: rgb(var(--color_27));
}

.backcolor_28 {
    background-color: rgb(var(--color_28));
}

.backcolor_29 {
    background-color: rgb(var(--color_29));
}

.backcolor_30 {
    background-color: rgb(var(--color_30));
}

.backcolor_31 {
    background-color: rgb(var(--color_31));
}

.backcolor_32 {
    background-color: rgb(var(--color_32));
}

.backcolor_33 {
    background-color: rgb(var(--color_33));
}

.backcolor_34 {
    background-color: rgb(var(--color_34));
}

.backcolor_35 {
    background-color: rgb(var(--color_35));
}

.backcolor_36 {
    background-color: rgb(var(--color_36));
}

.backcolor_37 {
    background-color: rgb(var(--color_37));
}

.backcolor_38 {
    background-color: rgb(var(--color_38));
}

.backcolor_39 {
    background-color: rgb(var(--color_39));
}

.backcolor_40 {
    background-color: rgb(var(--color_40));
}

.backcolor_41 {
    background-color: rgb(var(--color_41));
}

.backcolor_42 {
    background-color: rgb(var(--color_42));
}

.backcolor_43 {
    background-color: rgb(var(--color_43));
}

.backcolor_44 {
    background-color: rgb(var(--color_44));
}

.backcolor_45 {
    background-color: rgb(var(--color_45));
}

.backcolor_46 {
    background-color: rgb(var(--color_46));
}

.backcolor_47 {
    background-color: rgb(var(--color_47));
}

.backcolor_48 {
    background-color: rgb(var(--color_48));
}

.backcolor_49 {
    background-color: rgb(var(--color_49));
}

.backcolor_50 {
    background-color: rgb(var(--color_50));
}

.backcolor_51 {
    background-color: rgb(var(--color_51));
}

.backcolor_52 {
    background-color: rgb(var(--color_52));
}

.backcolor_53 {
    background-color: rgb(var(--color_53));
}

.backcolor_54 {
    background-color: rgb(var(--color_54));
}

.backcolor_55 {
    background-color: rgb(var(--color_55));
}

.backcolor_56 {
    background-color: rgb(var(--color_56));
}

.backcolor_57 {
    background-color: rgb(var(--color_57));
}

.backcolor_58 {
    background-color: rgb(var(--color_58));
}

.backcolor_59 {
    background-color: rgb(var(--color_59));
}

.backcolor_60 {
    background-color: rgb(var(--color_60));
}

.backcolor_61 {
    background-color: rgb(var(--color_61));
}

.backcolor_62 {
    background-color: rgb(var(--color_62));
}

.backcolor_63 {
    background-color: rgb(var(--color_63));
}

.backcolor_64 {
    background-color: rgb(var(--color_64));
}

.backcolor_65 {
    background-color: rgb(var(--color_65));
}

#SITE_FOOTER {
    --bg: var(--color_11);
    --shd: none;
    --brwt: 0px;
    --brd: var(--color_36);
    --brwb: 0px;
    --bgctr: var(--color_11);
    --rd: 0px;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-brd: 0.15;
    --alpha-bgctr: 1;
    --backdrop-filter: none;
}

#SITE_FOOTER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=SITE_FOOTERinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kfwm9yws"] {
    position: relative;
    margin: 44px 0px 0 calc((100% - 980px) * 0.5);
    left: 360px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kfwi4n8b1"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 388px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kfwi4n8b2"] {
    position: relative;
    margin: 0px 0px 40px calc((100% - 980px) * 0.5);
    left: 435px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kfwi4n8c"] {
    position: relative;
    margin: 0px 0px 19px calc((100% - 980px) * 0.5);
    left: 330px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kfwooxgv"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#SITE_FOOTER {
    --shc-mutated-brightness: 128, 128, 128;
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
}

#comp-kfwm9yws {
    width: 263px;
    height: auto;
}

#comp-kfwm9yws {
    --min-height: 28px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kfwi4n8b1 {
    width: 209px;
    height: auto;
}

#comp-kfwi4n8b1 {
    --min-height: 29px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kfwi4n8b2 {
    width: 110px;
    height: 20px;
}

#comp-kfwi4n8b2 {
    --item-size: 20px;
    --item-margin-block: 0;
    --item-margin-inline: 0px 10px;
    --item-display: inline-block;
    --direction: var(--wix-opt-in-direction, ltr);
    width: 110px;
    height: 20px;
}

#comp-kfwi4n8c {
    width: 319px;
    height: auto;
}

#comp-kfwi4n8c {
    --min-height: 25px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kfwooxgv {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-kfwooxgwinlineContent] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 80px;
}

#comp-kfwooxgv {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kfwooxgw {
    width: 980px;
}

#comp-kfwooxgw {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#PAGES_CONTAINER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_PAGES {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_PAGES {
    --transition-duration: 700ms;
}

#masterPage:not(.landingPage) {
    --top-offset: 0px;
    --header-height: 158px;
}

#masterPage.landingPage {
    --top-offset: 0px;
}

#SITE_HEADER {
    --bg: var(--color_11);
    --shd: none;
    --brwt: 0px;
    --brd: var(--color_36);
    --brwb: 0px;
    --bgctr: var(--color_11);
    --rd: 0px;
    --boxShadowToggleOn-shd: none;
    --alpha-brd: 0;
    --alpha-bgctr: 1;
    --alpha-bg: 1;
    --backdrop-filter: none;
}

#SITE_HEADER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=SITE_HEADERinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:1fr;
    grid-template-columns:100%;
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-klpburzo"] {
    position: relative;
    margin: 0px 0px 44px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#SITE_HEADER {
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
    --shc-mutated-brightness: 128, 128, 128;
}

#comp-klpburzo {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px - 60px);
    min-width: 980px;
}

[data-mesh-id=comp-klpburzo1inlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-klpburzo1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -32px;
    grid-template-rows:1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-klpburzo1inlineContent-gridContainer] > [id="comp-klpburzp"] {
    position: relative;
    margin: 48px 0px 0px calc((100% - 522px) * 0);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-klpburzp2inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-klpburzp2inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:min-content 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-klpburzp2inlineContent-gridContainer] > [id="comp-kq7wpyk6"] {
    position: relative;
    margin: 17px 0px 20px calc((100% - 458px) * 1);
    left: 261px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-klpburzp2inlineContent-gridContainer] > [id="comp-klp59oso"] {
    position: relative;
    margin: 0px 0px 2px calc((100% - 458px) * 1);
    left: 6px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-klpburzo {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-klpburzo1 {
    width: 522px;
}

#comp-klpburzo1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 522px;
    --column-flex: 522;
}

#comp-klpburzp {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-klpburzp {
    width: 177px;
    height: 98px;
}

#comp-klpburzp {
    --height: 98px;
    --width: 177px;
}

#comp-klpburzp2 {
    width: 458px;
}

#comp-klpburzp2 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 458px;
    --column-flex: 458;
}

#comp-kq7wpyk6 {
    --borderColor: 149, 149, 149;
    --alpha-borderColor: 1;
    --borderWidth: 1px;
    --borderRadius: 0px 0px 0px 0px;
    --boxShadow: none;
    --separatorColor: 255, 255, 255;
    --alpha-separatorColor: 1;
    --backgroundColor: 255, 255, 255;
    --alpha-backgroundColor: 1;
    --borderRadiusValue: 0px 0px 0px 0px;
    --itemFont: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --itemTextColor: 84, 0, 174;
    --itemTextColorHover: 255, 171, 23;
    --backgroundColorHover: 255, 255, 255;
    --alpha-backgroundColorHover: 1;
    --itemTextColorActive: 255, 171, 23;
    --alpha-itemTextColorActive: 1;
    --backgroundColorActive: 243, 243, 243;
    --alpha-backgroundColorActive: 1;
    --alpha-itemTextColor: 1;
    --alpha-itemTextColorHover: 1;
    --borderColorActive: rgba(32, 32, 32, 1);
    --borderColorHover: rgba(32, 32, 32, 1);
    --borderSides: none;
    --boxShadowToggleOn-boxShadow: none;
    --itemSpacing: 5px;
}

#comp-kq7wpyk6 {
    width: 168px;
    height: 45px;
}

#comp-kq7wpyk6 {
    --itemFont: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --height: 45px;
    --iconSize: 22px;
}

#comp-klp59oso {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_11);
    --rd: 0px;
    --shd: 0.00px 1.00px 4px 0px rgba(0, 0, 0, 0.6);
    --fnt: normal normal normal 20px/1.4em raleway, sans-serif;
    --pad: 5px;
    --txt: 84, 0, 174;
    --alpha-txt: 1;
    --trans: color 0.4s ease 0s;
    --txth: 255, 171, 23;
    --alpha-txth: 1;
    --txts: 255, 171, 23;
    --alpha-txts: 1;
    --alpha-bgDrop: 1;
}

#comp-klp59oso {
    width: 451px;
    height: 30px;
}

#comp-klp59oso {
    --menuTotalBordersY: 0px;
    --menuTotalBordersX: 0px;
    --submenus-direction: inherit;
    --menu-direction: inherit;
    --align: center;
    --menu-align: inherit;
    --submenus-align: inherit;
}

#comp-kfwi53e8 {
    width: 230px;
    height: 66px;
}

#comp-kq7xjdm9 {
    width: 5px;
    height: 5px;
}

#comp-kq7xo90m {
    width: 5px;
    height: 5px;
}

@font-face {
    font-family: 'raleway-semibold';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/lFxvRPuGFG5ktd7P0WRwKhUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'raleway-semibold';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/STBOO2waD2LpX45SXYjQBfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'raleway-semibold';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/OY22yoG8EJ3IN_muVWm29BUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'raleway-semibold';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/WmVKXVcOuffP_qmCpFuyzfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 700;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    font-style: italic;
    font-weight: 400;
    src: url('http://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'futura-lt-w01-book';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/fonts/v2/790166f1-b347-4f16-8a29-f0c4931a7c35/v1/futura-lt-w01-book.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-lt-w10-roman.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0, U+00A4, U+00A6-00A7, U+00A9, U+00AB-00AE, U+00B0-00B1, U+00B5-00B7, U+00BB, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2116, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-w02-roman.woff2') format('woff2');
    unicode-range: U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-w01-roman.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+04D9, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+20B9-20BA, U+20BC-20BD, U+2113, U+2116, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E300-E30D, U+F6C5, U+F6C9-F6D8, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'futura-lt-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/fonts/v2/8e5b5cbc-6ad9-49f7-aee7-4e5133c3ee4d/v1/futura-lt-w05-light.woff2') format('woff2');
    unicode-range: U+0100-010F, U+0111-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'futura-lt-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('http://static.parastorage.com/fonts/v2/8e5b5cbc-6ad9-49f7-aee7-4e5133c3ee4d/v1/futura-lt-w01-light.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
}

#qreem {
    --bg: var(--color_11);
    --alpha-bg: 1;
}

#qreem {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

[data-mesh-id=ContainerqreeminlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=ContainerqreeminlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows:repeat(3, min-content) 1fr;
    grid-template-columns:100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[data-mesh-id=ContainerqreeminlineContent-gridContainer] > [id="comp-lnrvhzbo"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=ContainerqreeminlineContent-gridContainer] > [id="comp-lnrvhzbp"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=ContainerqreeminlineContent-gridContainer] > [id="comp-lnrvhzbp1"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=ContainerqreeminlineContent-gridContainer] > [id="comp-lnrvhzbq"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lnrvhzbo {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lnrvhzboinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(25, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-ko71l2h0-rotated-wrapper"] > [id="comp-ko71l2h0"] {
    position: relative;
    left: 968px;
    top: 4px;
}

[data-mesh-id="comp-ko716du8-rotated-wrapper"] > [id="comp-ko716du8"] {
    position: relative;
    left: -20px;
    top: 4px;
}

[data-mesh-id="comp-ko71eqf3-rotated-wrapper"] > [id="comp-ko71eqf3"] {
    position: relative;
    left: 1030px;
    top: 8px;
}

[data-mesh-id="comp-ko717a6f-rotated-wrapper"] > [id="comp-ko717a6f"] {
    position: relative;
    left: -172px;
    top: 9px;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-ko71j3e6"] {
    position: relative;
    margin: 0px 0px 14px calc((100% - 980px) * 0.5);
    left: -196px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-ko70z0ib"] {
    position: relative;
    margin: 32px 0px 10px calc((100% - 980px) * 0.5);
    left: -112px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-ko6mwboh"] {
    position: relative;
    margin: 0px 0px 14px calc((100% - 980px) * 0.5);
    left: 200px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-ko70zb4a"] {
    position: relative;
    margin: 6px 0px -17px calc((100% - 980px) * 0.5);
    left: 898px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="adi_page1001_1_128"] {
    position: relative;
    margin: 0px 0 0 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
}

[data-mesh-id=comp-ko71l2h0-rotated-wrapper] {
    position: static;
    height: 34px;
    width: 0;
    margin: 0px 0px 14px calc((100% - 980px) * 0.5);
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko716du8-rotated-wrapper] {
    position: static;
    height: 46px;
    width: 0;
    margin: 14px 0px 62px calc((100% - 980px) * 0.5);
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-ko6my6w8"] {
    position: relative;
    margin: 0px 0px 55px calc((100% - 980px) * 0.5);
    left: 70px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-kq7xjdmd"] {
    position: relative;
    margin: 7px 0px -15px calc((100% - 980px) * 0.5);
    left: 838px;
    grid-area: 2 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-ko6n38e6"] {
    position: relative;
    margin: 0px 0px 32px calc((100% - 980px) * 0.5);
    left: 410px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko71eqf3-rotated-wrapper] {
    position: static;
    height: 74px;
    width: 0;
    margin: 10px 0px 39px calc((100% - 980px) * 0.5);
    grid-area: 9 / 1 / 11 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="adi_page1001_1_127"] {
    position: relative;
    margin: 0px 0 6px 0;
    left: 0;
    grid-area: 9 / 1 / 10 / 2;
    justify-self: stretch;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-klpb5ht31"] {
    position: relative;
    margin: 0px 0px -136px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 23 / 1 / 24 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-kfwpl0li"] {
    position: relative;
    margin: 0px 0px -418px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 13 / 1 / 14 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko717a6f-rotated-wrapper] {
    position: static;
    height: 70px;
    width: 0;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 11 / 1 / 12 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-ko6z2gc1"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: -232px;
    grid-area: 24 / 1 / 27 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-ko6yixda"] {
    position: relative;
    margin: 68px 0px 46px calc((100% - 980px) * 0.5);
    left: 580px;
    grid-area: 24 / 1 / 25 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-ko6yixdx"] {
    position: relative;
    margin: 0px 0px 54px calc((100% - 980px) * 0.5);
    left: 484px;
    grid-area: 25 / 1 / 26 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-gridContainer] > [id="comp-kog9436v"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 24px;
    grid-area: 10 / 1 / 23 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzboinlineContent-wedge-13] {
    visibility: hidden;
    height: 755px;
    width: 0;
    grid-area: 1 / 1 / 13 / 2;
}

#comp-ko71j3e6 {
    width: 16px;
    height: 16px;
}

#comp-ko70z0ib {
    width: 62px;
    height: 62px;
}

#comp-ko6mwboh {
    width: 578px;
    height: auto;
}

#comp-ko70zb4a {
    width: 62px;
    height: 62px;
}

#adi_page1001_1_128 {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
}

#comp-ko71l2h0 {
    width: 26px;
    height: 26px;
    transform: rotate(340.33072755116746deg);
    --comp-rotate-z: 340.33072755116746deg;
}

#comp-ko716du8 {
    width: 38px;
    height: 38px;
    transform: rotate(12.3412401359912deg);
    --comp-rotate-z: 12.3412401359912deg;
}

#comp-ko6my6w8 {
    width: 840px;
    height: auto;
}

#comp-kq7xjdmd {
    width: 285px;
    height: 275px;
}

#comp-ko6n38e6 {
    --rd: 8px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 14px/1.4em raleway, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: 255, 255, 255;
    --brw: 0px;
    --bg: 84, 0, 174;
    --brd: 56, 198, 139;
    --bgh: 255, 171, 23;
    --brdh: 56, 198, 139;
    --txth: 255, 255, 255;
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-ko6n38e6 {
    width: 135px;
    height: 39px;
}

#comp-ko71eqf3 {
    width: 67px;
    height: 58px;
    transform: rotate(345.38396790016304deg);
    --comp-rotate-z: 345.38396790016304deg;
}

#adi_page1001_1_127 {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
}

#comp-klpb5ht31 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-klpb5ht32inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-klpb5ht32inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 734px;
    grid-template-rows:repeat(2, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-klpb5ht32inlineContent-gridContainer] > [id="comp-ko711c58"] {
    position: relative;
    margin: 484px 0px 0 calc((100% - 980px) * 0.5);
    left: -140px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-klpb5ht32inlineContent-gridContainer] > [id="comp-ko711kyw"] {
    position: relative;
    margin: 0px 0px 5px calc((100% - 980px) * 0.5);
    left: -216px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-klpb5ht32inlineContent-gridContainer] > [id="comp-ko71pf9r"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 1160px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-klpb5ht32 {
    width: 980px;
}

#comp-ko711c58 {
    width: 26px;
    height: 26px;
}

#comp-ko711kyw {
    width: 63px;
    height: 63px;
}

#comp-ko71pf9r {
    width: 43px;
    height: 43px;
}

#comp-kfwpl0li {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-kfwpl0ljinlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-kfwpl0ljinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -49px;
    grid-template-rows:repeat(6, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-ko71flno-rotated-wrapper"] > [id="comp-ko71flno"] {
    position: relative;
    left: 144px;
    top: 11px;
}

[data-mesh-id="comp-ko718t9g-rotated-wrapper"] > [id="comp-ko718t9g"] {
    position: relative;
    left: 828px;
    top: 5px;
}

[data-mesh-id=comp-kfwpl0ljinlineContent-gridContainer] > [id="comp-ko7221ln"] {
    position: relative;
    margin: 108px 0px 0 calc((100% - 980px) * 0.5);
    left: -40px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kfwpl0ljinlineContent-gridContainer] > [id="comp-ko710969"] {
    position: relative;
    margin: 279px 0px 0 calc((100% - 980px) * 0.5);
    left: 424px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kfwpl0ljinlineContent-gridContainer] > [id="comp-ko70zwo4"] {
    position: relative;
    margin: 0px 0px 3px calc((100% - 980px) * 0.5);
    left: 288px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kfwpl0ljinlineContent-gridContainer] > [id="comp-ko710gw2"] {
    position: relative;
    margin: 11px 0px 66px calc((100% - 980px) * 0.5);
    left: 688px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kfwpl0ljinlineContent-gridContainer] > [id="comp-ko6xtm40"] {
    position: relative;
    margin: 31px 0px 48px calc((100% - 980px) * 0.5);
    left: -160px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kfwpl0ljinlineContent-gridContainer] > [id="comp-ko6p6ctq"] {
    position: relative;
    margin: 0px 0px 62px calc((100% - 980px) * 0.5);
    left: -160px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kfwpl0ljinlineContent-gridContainer] > [id="comp-ko6xx3og"] {
    position: relative;
    margin: 0px 0px 52px calc((100% - 980px) * 0.5);
    left: 480px;
    grid-area: 3 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko71flno-rotated-wrapper] {
    position: static;
    height: 64px;
    width: 0;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko718t9g-rotated-wrapper] {
    position: static;
    height: 90px;
    width: 0;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kfwpl0lj {
    width: 980px;
}

#comp-ko7221ln {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ko7221ln {
    width: 193px;
    height: 192px;
}

#comp-ko710969 {
    width: 21px;
    height: 21px;
}

#comp-ko70zwo4 {
    width: 95px;
    height: 95px;
}

#comp-ko710gw2 {
    width: 21px;
    height: 21px;
}

#comp-ko6xtm40 {
    width: 680px;
    height: auto;
}

#comp-ko6p6ctq {
    width: 516px;
    height: auto;
}

#comp-ko6xx3og {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ko6xx3og {
    width: 734px;
    height: 456px;
}

#comp-ko71flno {
    width: 50px;
    height: 43px;
    transform: rotate(33.42462219655761deg);
    --comp-rotate-z: 33.42462219655761deg;
}

#comp-ko718t9g {
    width: 81px;
    height: 81px;
    transform: rotate(354.0117607901052deg);
    --comp-rotate-z: 354.0117607901052deg;
}

#comp-ko717a6f {
    width: 53px;
    height: 53px;
    transform: rotate(336.2675737781393deg);
    --comp-rotate-z: 336.2675737781393deg;
}

#comp-ko6z2gc1 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ko6z2gc1 {
    width: 684px;
    height: 425px;
}

#comp-ko6yixda {
    width: 633px;
    height: auto;
}

#comp-ko6yixdx {
    width: 717px;
    height: auto;
}

#comp-kog9436v {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-kog9436v {
    width: 911px;
    height: 536px;
}

#comp-lnrvhzbp {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lnrvhzbpinlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-lnrvhzbpinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -57px;
    grid-template-rows:repeat(8, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-ko719pov-rotated-wrapper"] > [id="comp-ko719pov"] {
    position: relative;
    left: 1194px;
    top: 11px;
}

[data-mesh-id=comp-lnrvhzbpinlineContent-gridContainer] > [id="comp-ko71z4ho"] {
    position: relative;
    margin: 0px 0px -79px calc((100% - 980px) * 0.5);
    left: -296px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko719pov-rotated-wrapper] {
    position: static;
    height: 101px;
    width: 0;
    margin: 0px 0px 15px calc((100% - 980px) * 0.5);
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbpinlineContent-gridContainer] > [id="comp-ko712xx3"] {
    position: relative;
    margin: 0px 0px 14px calc((100% - 980px) * 0.5);
    left: 414px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbpinlineContent-gridContainer] > [id="comp-ko71477l"] {
    position: relative;
    margin: 0px 0px 24px calc((100% - 980px) * 0.5);
    left: 355px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbpinlineContent-gridContainer] > [id="comp-ko712qna"] {
    position: relative;
    margin: 15px 0px 8px calc((100% - 980px) * 0.5);
    left: -260px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbpinlineContent-gridContainer] > [id="comp-ko6z554n"] {
    position: relative;
    margin: 0px 0px -159px calc((100% - 980px) * 0.5);
    left: -205px;
    grid-area: 5 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbpinlineContent-gridContainer] > [id="comp-ko6z99mr"] {
    position: relative;
    margin: 0px 0px -76px calc((100% - 980px) * 0.5);
    left: 608px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbpinlineContent-gridContainer] > [id="comp-ko713z8s"] {
    position: relative;
    margin: 0px 0px -9px calc((100% - 980px) * 0.5);
    left: -226px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbpinlineContent-gridContainer] > [id="comp-ko71xii0"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: -270px;
    grid-area: 9 / 1 / 10 / 2;
    justify-self: start;
    align-self: start;
}

#comp-ko71z4ho {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ko71z4ho {
    width: 184px;
    height: 183px;
}

#comp-ko719pov {
    width: 80px;
    height: 80px;
    transform: rotate(342.385184879883deg);
    --comp-rotate-z: 342.385184879883deg;
}

#comp-ko712xx3 {
    width: 7px;
    height: 7px;
}

#comp-ko71477l {
    width: 33px;
    height: 33px;
}

#comp-ko712qna {
    width: 23px;
    height: 23px;
}

#comp-ko6z554n {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: 198, 177, 249;
    --rd: 30px;
    --shd: none;
    --gradient: none;
    --alpha-bg: 1;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#comp-ko6z554n {
    width: 1388px;
}

[data-mesh-id=comp-ko6z554ninlineContent] {
    height: auto;
    width: 1388px;
}

[data-mesh-id=comp-ko6z554ninlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 685px;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-ko6z554ninlineContent-gridContainer] > [id="comp-ko714ckv"] {
    position: relative;
    margin: 76px 0px 63px 0;
    left: 1124px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6z554ninlineContent-gridContainer] > [id="comp-ko6z6cjw"] {
    position: relative;
    margin: 0px 0px 14px 0;
    left: 84px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6z554ninlineContent-gridContainer] > [id="comp-ko6z6cj7"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 84px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6z554ninlineContent-gridContainer] > [id="comp-ko6zahdo"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 639px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6z554ninlineContent-wedge-5] {
    visibility: hidden;
    height: 563px;
    width: 0;
    grid-area: 1 / 1 / 5 / 2;
}

#comp-ko714ckv {
    width: 16px;
    height: 16px;
}

#comp-ko6z6cjw {
    width: 633px;
    height: auto;
}

#comp-ko6z6cj7 {
    width: 699px;
    height: auto;
}

#comp-ko6zahdo {
    --rd: 8px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 14px/1.4em raleway, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: 255, 255, 255;
    --brw: 0px;
    --bg: 84, 0, 174;
    --brd: 56, 198, 139;
    --bgh: 255, 171, 23;
    --brdh: 56, 198, 139;
    --txth: 255, 255, 255;
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-ko6zahdo {
    width: 121px;
    height: 39px;
}

#comp-ko6z99mr {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ko6z99mr {
    width: 640px;
    height: 518px;
}

#comp-ko713z8s {
    width: 47px;
    height: 47px;
}

#comp-ko71xii0 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ko71xii0 {
    width: 200px;
    height: 205px;
}

#comp-lnrvhzbp1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lnrvhzbp1inlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-lnrvhzbp1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -6px;
    grid-template-rows:repeat(3, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-ko71h3tx-rotated-wrapper"] > [id="comp-ko71h3tx"] {
    position: relative;
    left: 1024px;
    top: 10px;
}

[data-mesh-id="comp-ko71hoak-rotated-wrapper"] > [id="comp-ko71hoak"] {
    position: relative;
    left: 1210px;
    top: 9px;
}

[data-mesh-id=comp-lnrvhzbp1inlineContent-gridContainer] > [id="comp-koeptenf"] {
    position: relative;
    margin: 40px 0px 51px calc((100% - 980px) * 0.5);
    left: -160px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbp1inlineContent-gridContainer] > [id="adi_page1001_1_125"] {
    position: relative;
    margin: 6px 0 38px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
}

[data-mesh-id=comp-ko71h3tx-rotated-wrapper] {
    position: static;
    height: 58px;
    width: 0;
    margin: 0px 0px 7px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbp1inlineContent-gridContainer] > [id="comp-koeofg5u"] {
    position: relative;
    margin: 0px 0px 38px calc((100% - 980px) * 0.5);
    left: 30px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbp1inlineContent-gridContainer] > [id="comp-koepteo2"] {
    position: relative;
    margin: 39px 0px -20px calc((100% - 980px) * 0.5);
    left: -105px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbp1inlineContent-gridContainer] > [id="comp-ko71gbg5"] {
    position: relative;
    margin: 339px 0px 10px calc((100% - 980px) * 0.5);
    left: -226px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbp1inlineContent-gridContainer] > [id="comp-kpq2uwon"] {
    position: relative;
    margin: 0px 0px 59px calc((100% - 980px) * 0.5);
    left: 39px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko71hoak-rotated-wrapper] {
    position: static;
    height: 102px;
    width: 0;
    margin: 0px 0px -11px calc((100% - 980px) * 0.5);
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-koeptenf {
    width: 35px;
    height: 35px;
}

#adi_page1001_1_125 {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
}

#comp-ko71h3tx {
    width: 42px;
    height: 39px;
    transform: rotate(315.1878131827782deg);
    --comp-rotate-z: 315.1878131827782deg;
}

#comp-koeofg5u {
    width: 918px;
    height: auto;
}

#comp-koepteo2 {
    width: 72px;
    height: 72px;
}

#comp-ko71gbg5 {
    width: 81px;
    height: 69px;
}

#comp-kpq2uwon {
    --shd: 0.00px 0.00px 0px 0px rgba(198, 177, 249, 0.6);
    --dotsColor: 84, 0, 174;
    --dotsSelectedColor: 255, 171, 23;
    --arrowColor: 84, 0, 174;
    --rd: 50px 50px 50px 50px;
    --brw: 0px;
    --brd: 255, 255, 255;
    --alpha-brd: 1;
    --alpha-dotsSelectedColor: 1;
    --alpha-arrowColor: 1;
    --alpha-dotsColor: 1;
}

#comp-kpq2uwon {
    width: 918px;
    height: 485px;
}

#comp-kpr5ziw7 {
    width: 918px;
}

[data-mesh-id=comp-kpr5ziw7inlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kpr5ziw7inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 485px;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kpr5ziw7inlineContent-gridContainer] > [id="comp-kpr5ziyz"] {
    position: relative;
    margin: 41px 0px 51px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr5ziw7inlineContent-gridContainer] > [id="comp-kpr5ziz5"] {
    position: relative;
    margin: 78px 0px 3px 0;
    left: 278px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr5ziw7inlineContent-gridContainer] > [id="comp-kpr5ziz9"] {
    position: relative;
    margin: 0px 0px 11px 0;
    left: 278px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr5ziw7inlineContent-gridContainer] > [id="comp-kpr5ziza1"] {
    position: relative;
    margin: 0px 0px 66px 0;
    left: 278px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr5ziw7inlineContent-gridContainer] > [id="comp-kpr5zizb4"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kpr5ziyz {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kpr5ziyz {
    width: 146px;
    height: 159px;
}

#comp-kpr5ziz5 {
    width: 256px;
    height: auto;
}

#comp-kpr5ziz9 {
    width: 300px;
    height: auto;
}

#comp-kpr5ziza1 {
    width: 247px;
    height: auto;
}

#comp-kpr5zizb4 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpr5zizb4 {
    width: 710px;
    height: auto;
}

#comp-kq7vyhel {
    width: 918px;
}

[data-mesh-id=comp-kq7vyhelinlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7vyhelinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 485px;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7vyhelinlineContent-gridContainer] > [id="comp-kq7vyhj01"] {
    position: relative;
    margin: 41px 0px 38px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7vyhelinlineContent-gridContainer] > [id="comp-kq7vyhj2"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7vyhelinlineContent-gridContainer] > [id="comp-kq7vyhj41"] {
    position: relative;
    margin: 0px 0px 3px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7vyhelinlineContent-gridContainer] > [id="comp-kq7vyhj52"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7vyhelinlineContent-gridContainer] > [id="comp-kq7vyhj71"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7vyhj01 {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7vyhj01 {
    width: 146px;
    height: 159px;
}

#comp-kq7vyhj2 {
    width: 247px;
    height: auto;
}

#comp-kq7vyhj41 {
    width: 300px;
    height: auto;
}

#comp-kq7vyhj52 {
    width: 247px;
    height: auto;
}

#comp-kq7vyhj71 {
    width: 710px;
    height: auto;
}

#comp-kq7wt785 {
    width: 918px;
}

[data-mesh-id=comp-kq7wt785inlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7wt785inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7wt785inlineContent-gridContainer] > [id="comp-kq7wt7f8"] {
    position: relative;
    margin: 41px 0px 36px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7wt785inlineContent-gridContainer] > [id="comp-kq7wt7fm"] {
    position: relative;
    margin: 79px 0px 0 0;
    left: 274px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7wt785inlineContent-gridContainer] > [id="comp-kq7wt7fz"] {
    position: relative;
    margin: 0px 0px 0 0;
    left: 274px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7wt785inlineContent-gridContainer] > [id="comp-kq7wt7g1"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 274px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7wt785inlineContent-gridContainer] > [id="comp-kq7wt7g4"] {
    position: relative;
    margin: 0px 0px 65px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7wt7f8 {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7wt7f8 {
    width: 146px;
    height: 159px;
}

#comp-kq7wt7fm {
    width: 337px;
    height: auto;
}

#comp-kq7wt7fz {
    width: 559px;
    height: auto;
}

#comp-kq7wt7g1 {
    width: 247px;
    height: auto;
}

#comp-kq7wt7g4 {
    width: 710px;
    height: auto;
}

#comp-kq7x4lq4 {
    width: 918px;
}

[data-mesh-id=comp-kq7x4lq4inlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7x4lq4inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7x4lq4inlineContent-gridContainer] > [id="comp-kq7x4lv2"] {
    position: relative;
    margin: 41px 0px 37px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7x4lq4inlineContent-gridContainer] > [id="comp-kq7x4lv8"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7x4lq4inlineContent-gridContainer] > [id="comp-kq7x4lve"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7x4lq4inlineContent-gridContainer] > [id="comp-kq7x4lvh"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7x4lq4inlineContent-gridContainer] > [id="comp-kq7x4lvk"] {
    position: relative;
    margin: 0px 0px 63px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7x4lv2 {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7x4lv2 {
    width: 146px;
    height: 159px;
}

#comp-kq7x4lv8 {
    width: 435px;
    height: auto;
}

#comp-kq7x4lve {
    width: 554px;
    height: auto;
}

#comp-kq7x4lvh {
    width: 247px;
    height: auto;
}

#comp-kq7x4lvk {
    width: 725px;
    height: auto;
}

#comp-kq7xb6gg {
    width: 918px;
}

[data-mesh-id=comp-kq7xb6gginlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7xb6gginlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7xb6gginlineContent-gridContainer] > [id="comp-kq7xb6ma"] {
    position: relative;
    margin: 41px 0px 37px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7xb6gginlineContent-gridContainer] > [id="comp-kq7xb6mc1"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7xb6gginlineContent-gridContainer] > [id="comp-kq7xb6mf"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7xb6gginlineContent-gridContainer] > [id="comp-kq7xb6mh"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7xb6gginlineContent-gridContainer] > [id="comp-kq7xb6mk"] {
    position: relative;
    margin: 0px 0px 63px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7xb6ma {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7xb6ma {
    width: 146px;
    height: 159px;
}

#comp-kq7xb6mc1 {
    width: 247px;
    height: auto;
}

#comp-kq7xb6mf {
    width: 409px;
    height: auto;
}

#comp-kq7xb6mh {
    width: 247px;
    height: auto;
}

#comp-kq7xb6mk {
    width: 710px;
    height: auto;
}

#comp-kq7xe87s {
    width: 918px;
}

[data-mesh-id=comp-kq7xe87sinlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7xe87sinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7xe87sinlineContent-gridContainer] > [id="comp-kq7xe8cw"] {
    position: relative;
    margin: 41px 0px 37px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7xe87sinlineContent-gridContainer] > [id="comp-kq7xe8cz1"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7xe87sinlineContent-gridContainer] > [id="comp-kq7xe8d2"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7xe87sinlineContent-gridContainer] > [id="comp-kq7xe8d5"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7xe87sinlineContent-gridContainer] > [id="comp-kq7xe8d8"] {
    position: relative;
    margin: 0px 0px 59px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7xe8cw {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7xe8cw {
    width: 146px;
    height: 159px;
}

#comp-kq7xe8cz1 {
    width: 247px;
    height: auto;
}

#comp-kq7xe8d2 {
    width: 470px;
    height: auto;
}

#comp-kq7xe8d5 {
    width: 247px;
    height: auto;
}

#comp-kq7xe8d8 {
    width: 710px;
    height: auto;
}

#comp-kq7ycv2a {
    width: 918px;
}

[data-mesh-id=comp-kq7ycv2ainlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7ycv2ainlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7ycv2ainlineContent-gridContainer] > [id="comp-kq7ycv6w"] {
    position: relative;
    margin: 41px 0px 37px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7ycv2ainlineContent-gridContainer] > [id="comp-kq7ycv6z"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7ycv2ainlineContent-gridContainer] > [id="comp-kq7ycv71"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7ycv2ainlineContent-gridContainer] > [id="comp-kq7ycv76"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7ycv2ainlineContent-gridContainer] > [id="comp-kq7ycv78"] {
    position: relative;
    margin: 0px 0px 62px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7ycv6w {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7ycv6w {
    width: 146px;
    height: 159px;
}

#comp-kq7ycv6z {
    width: 247px;
    height: auto;
}

#comp-kq7ycv71 {
    width: 506px;
    height: auto;
}

#comp-kq7ycv76 {
    width: 247px;
    height: auto;
}

#comp-kq7ycv78 {
    width: 710px;
    height: auto;
}

#comp-kq7yquok {
    width: 918px;
}

[data-mesh-id=comp-kq7yquokinlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7yquokinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7yquokinlineContent-gridContainer] > [id="comp-kq7yquu7"] {
    position: relative;
    margin: 41px 0px 37px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7yquokinlineContent-gridContainer] > [id="comp-kq7yquuc"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7yquokinlineContent-gridContainer] > [id="comp-kq7yquug"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7yquokinlineContent-gridContainer] > [id="comp-kq7yquuj"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7yquokinlineContent-gridContainer] > [id="comp-kq7yquun"] {
    position: relative;
    margin: 0px 0px 64px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7yquu7 {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7yquu7 {
    width: 146px;
    height: 159px;
}

#comp-kq7yquuc {
    width: 247px;
    height: auto;
}

#comp-kq7yquug {
    width: 482px;
    height: auto;
}

#comp-kq7yquuj {
    width: 247px;
    height: auto;
}

#comp-kq7yquun {
    width: 710px;
    height: auto;
}

#comp-kq7y90sw {
    width: 918px;
}

[data-mesh-id=comp-kq7y90swinlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7y90swinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7y90swinlineContent-gridContainer] > [id="comp-kq7y90yr"] {
    position: relative;
    margin: 41px 0px 37px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7y90swinlineContent-gridContainer] > [id="comp-kq7y90z11"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7y90swinlineContent-gridContainer] > [id="comp-kq7y90ze"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7y90swinlineContent-gridContainer] > [id="comp-kq7y90zg"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7y90swinlineContent-gridContainer] > [id="comp-kq7y90zj"] {
    position: relative;
    margin: 0px 0px 65px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7y90yr {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7y90yr {
    width: 146px;
    height: 159px;
}

#comp-kq7y90z11 {
    width: 247px;
    height: auto;
}

#comp-kq7y90ze {
    width: 300px;
    height: auto;
}

#comp-kq7y90zg {
    width: 247px;
    height: auto;
}

#comp-kq7y90zj {
    width: 710px;
    height: auto;
}

#comp-kq7yy0m6 {
    width: 918px;
}

[data-mesh-id=comp-kq7yy0m6inlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7yy0m6inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7yy0m6inlineContent-gridContainer] > [id="comp-kq7yy0sa"] {
    position: relative;
    margin: 41px 0px 37px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7yy0m6inlineContent-gridContainer] > [id="comp-kq7yy0sg"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7yy0m6inlineContent-gridContainer] > [id="comp-kq7yy0sk"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7yy0m6inlineContent-gridContainer] > [id="comp-kq7yy0sn"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7yy0m6inlineContent-gridContainer] > [id="comp-kq7yy0sq"] {
    position: relative;
    margin: 0px 0px 59px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7yy0sa {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7yy0sa {
    width: 146px;
    height: 159px;
}

#comp-kq7yy0sg {
    width: 331px;
    height: auto;
}

#comp-kq7yy0sk {
    width: 416px;
    height: auto;
}

#comp-kq7yy0sn {
    width: 247px;
    height: auto;
}

#comp-kq7yy0sq {
    width: 710px;
    height: auto;
}

#comp-kq7z2cpu {
    width: 918px;
}

[data-mesh-id=comp-kq7z2cpuinlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7z2cpuinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 485px;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7z2cpuinlineContent-gridContainer] > [id="comp-kq7z2ctz1"] {
    position: relative;
    margin: 41px 0px 37px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7z2cpuinlineContent-gridContainer] > [id="comp-kq7z2cu2"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7z2cpuinlineContent-gridContainer] > [id="comp-kq7z2cu5"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7z2cpuinlineContent-gridContainer] > [id="comp-kq7z2cu7"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7z2cpuinlineContent-gridContainer] > [id="comp-kq7z2cu9"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7z2ctz1 {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7z2ctz1 {
    width: 146px;
    height: 159px;
}

#comp-kq7z2cu2 {
    width: 247px;
    height: auto;
}

#comp-kq7z2cu5 {
    width: 404px;
    height: auto;
}

#comp-kq7z2cu7 {
    width: 247px;
    height: auto;
}

#comp-kq7z2cu9 {
    width: 710px;
    height: auto;
}

#comp-kq7zeuao {
    width: 918px;
}

[data-mesh-id=comp-kq7zeuaoinlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-kq7zeuaoinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq7zeuaoinlineContent-gridContainer] > [id="comp-kq7zeug0"] {
    position: relative;
    margin: 41px 0px 37px 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7zeuaoinlineContent-gridContainer] > [id="comp-kq7zeuga"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 275px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7zeuaoinlineContent-gridContainer] > [id="comp-kq7zeuge"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7zeuaoinlineContent-gridContainer] > [id="comp-kq7zeugh"] {
    position: relative;
    margin: 0px 0px 61px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq7zeuaoinlineContent-gridContainer] > [id="comp-kq7zeugk"] {
    position: relative;
    margin: 0px 0px 41px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7zeug0 {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7zeug0 {
    width: 146px;
    height: 159px;
}

#comp-kq7zeuga {
    width: 247px;
    height: auto;
}

#comp-kq7zeuge {
    width: 390px;
    height: auto;
}

#comp-kq7zeugh {
    width: 247px;
    height: auto;
}

#comp-kq7zeugk {
    width: 710px;
    height: auto;
}

#comp-lnwllsx3 {
    width: 918px;
}

[data-mesh-id=comp-lnwllsx3inlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-lnwllsx3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-lnwllsx3inlineContent-gridContainer] > [id="comp-lnwllsya"] {
    position: relative;
    margin: 41px 0px 0 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwllsx3inlineContent-gridContainer] > [id="comp-lnwllsya6"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 276px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwllsx3inlineContent-gridContainer] > [id="comp-lnwllsyb3"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwllsx3inlineContent-gridContainer] > [id="comp-lnwllsyb8"] {
    position: relative;
    margin: 0px 0px 24px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwllsx3inlineContent-gridContainer] > [id="comp-lnwllsyc1"] {
    position: relative;
    margin: 0px 0px 16px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lnwllsya {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-lnwllsya {
    width: 146px;
    height: 159px;
}

#comp-lnwllsya6 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwllsya6 {
    width: 247px;
    height: auto;
}

#comp-lnwllsyb3 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwllsyb3 {
    width: 390px;
    height: auto;
}

#comp-lnwllsyb8 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwllsyb8 {
    width: 247px;
    height: auto;
}

#comp-lnwllsyc1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwllsyc1 {
    width: 710px;
    height: auto;
}

#comp-lnwr5c6c {
    width: 918px;
}

[data-mesh-id=comp-lnwr5c6cinlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-lnwr5c6cinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-lnwr5c6cinlineContent-gridContainer] > [id="comp-lnwr5c7m"] {
    position: relative;
    margin: 40px 0px 1px 0;
    left: 105px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwr5c6cinlineContent-gridContainer] > [id="comp-lnwr5c7p2"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 276px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwr5c6cinlineContent-gridContainer] > [id="comp-lnwr5c7s"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwr5c6cinlineContent-gridContainer] > [id="comp-lnwr5c7t"] {
    position: relative;
    margin: 0px 0px 24px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwr5c6cinlineContent-gridContainer] > [id="comp-lnwr5c7t6"] {
    position: relative;
    margin: 0px 0px 65px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lnwr5c7m {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-lnwr5c7m {
    width: 146px;
    height: 159px;
}

#comp-lnwr5c7p2 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwr5c7p2 {
    width: 247px;
    height: auto;
}

#comp-lnwr5c7s {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwr5c7s {
    width: 390px;
    height: auto;
}

#comp-lnwr5c7t {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwr5c7t {
    width: 247px;
    height: auto;
}

#comp-lnwr5c7t6 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwr5c7t6 {
    width: 710px;
    height: auto;
}

#comp-lnwrhfxn {
    width: 918px;
}

[data-mesh-id=comp-lnwrhfxninlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-lnwrhfxninlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-lnwrhfxninlineContent-gridContainer] > [id="comp-lnwrhfyx1"] {
    position: relative;
    margin: 46px 0px 0 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwrhfxninlineContent-gridContainer] > [id="comp-lnwrhfyy5"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 276px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwrhfxninlineContent-gridContainer] > [id="comp-lnwrhfyz1"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwrhfxninlineContent-gridContainer] > [id="comp-lnwrhfyz7"] {
    position: relative;
    margin: 0px 0px 24px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwrhfxninlineContent-gridContainer] > [id="comp-lnwrhfz05"] {
    position: relative;
    margin: 0px 0px 65px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lnwrhfyx1 {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-lnwrhfyx1 {
    width: 151px;
    height: 154px;
}

#comp-lnwrhfyy5 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwrhfyy5 {
    width: 247px;
    height: auto;
}

#comp-lnwrhfyz1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwrhfyz1 {
    width: 390px;
    height: auto;
}

#comp-lnwrhfyz7 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwrhfyz7 {
    width: 247px;
    height: auto;
}

#comp-lnwrhfz05 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwrhfz05 {
    width: 710px;
    height: auto;
}

#comp-lnwrhmy2 {
    width: 918px;
}

[data-mesh-id=comp-lnwrhmy2inlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-lnwrhmy2inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-lnwrhmy2inlineContent-gridContainer] > [id="comp-lnwrhmzo5"] {
    position: relative;
    margin: 41px 0px 0 0;
    left: 104px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwrhmy2inlineContent-gridContainer] > [id="comp-lnwrhmzp"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 276px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwrhmy2inlineContent-gridContainer] > [id="comp-lnwrhmzp6"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwrhmy2inlineContent-gridContainer] > [id="comp-lnwrhmzq2"] {
    position: relative;
    margin: 0px 0px 24px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lnwrhmy2inlineContent-gridContainer] > [id="comp-lnwrhmzq8"] {
    position: relative;
    margin: 0px 0px 65px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lnwrhmzo5 {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-lnwrhmzo5 {
    width: 146px;
    height: 159px;
}

#comp-lnwrhmzp {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwrhmzp {
    width: 247px;
    height: auto;
}

#comp-lnwrhmzp6 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwrhmzp6 {
    width: 390px;
    height: auto;
}

#comp-lnwrhmzq2 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwrhmzq2 {
    width: 247px;
    height: auto;
}

#comp-lnwrhmzq8 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lnwrhmzq8 {
    width: 710px;
    height: auto;
}

#comp-lo0fu6ex {
    width: 918px;
}

[data-mesh-id=comp-lo0fu6exinlineContent] {
    height: auto;
    width: 918px;
}

[data-mesh-id=comp-lo0fu6exinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-lo0fu6exinlineContent-gridContainer] > [id="comp-lo0fu6gg1"] {
    position: relative;
    margin: 39px 0px 2px 0;
    left: 105px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lo0fu6exinlineContent-gridContainer] > [id="comp-lo0fu6gh5"] {
    position: relative;
    margin: 78px 0px 0 0;
    left: 276px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lo0fu6exinlineContent-gridContainer] > [id="comp-lo0fu6gi2"] {
    position: relative;
    margin: 0px 0px 2px 0;
    left: 275px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lo0fu6exinlineContent-gridContainer] > [id="comp-lo0fu6gi8"] {
    position: relative;
    margin: 0px 0px 24px 0;
    left: 275px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lo0fu6exinlineContent-gridContainer] > [id="comp-lo0fu6gj5"] {
    position: relative;
    margin: 0px 0px 43px 0;
    left: 104px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lo0fu6gg1 {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-lo0fu6gg1 {
    width: 146px;
    height: 159px;
}

#comp-lo0fu6gh5 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lo0fu6gh5 {
    width: 247px;
    height: auto;
}

#comp-lo0fu6gi2 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lo0fu6gi2 {
    width: 390px;
    height: auto;
}

#comp-lo0fu6gi8 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lo0fu6gi8 {
    width: 247px;
    height: auto;
}

#comp-lo0fu6gj5 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lo0fu6gj5 {
    width: 710px;
    height: auto;
}

#comp-ko71hoak {
    width: 97px;
    height: 84px;
    transform: rotate(348.7456663558071deg);
    --comp-rotate-z: 348.7456663558071deg;
}

#comp-lnrvhzbq {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lnrvhzbqinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lnrvhzbqinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-lnrvhzbqinlineContent-gridContainer] > [id="adi_page1001_1_123"] {
    position: relative;
    margin: 0px 0 10px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
}

[data-mesh-id=comp-lnrvhzbqinlineContent-gridContainer] > [id="comp-kfwotvgp"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#adi_page1001_1_123 {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
}

#comp-kfwotvgp {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-kfwotvgqinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-kfwotvgqinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(5, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-ko71ajun-rotated-wrapper"] > [id="comp-ko71ajun"] {
    position: relative;
    left: 55px;
    top: 9px;
}

[data-mesh-id="comp-koeps3x1-rotated-wrapper"] > [id="comp-koeps3x1"] {
    position: relative;
    left: 1080px;
    top: 11px;
}

[data-mesh-id=comp-kfwotvgqinlineContent-gridContainer] > [id="comp-ko714tmb"] {
    position: relative;
    margin: 0px 0px 22px calc((100% - 980px) * 0.5);
    left: -210px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kfwotvgqinlineContent-gridContainer] > [id="comp-ko715bpn"] {
    position: relative;
    margin: 219px 0px -1px calc((100% - 980px) * 0.5);
    left: -230px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko71ajun-rotated-wrapper] {
    position: static;
    height: 101px;
    width: 0;
    margin: 0px 0px 37px calc((100% - 980px) * 0.5);
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kfwotvgqinlineContent-gridContainer] > [id="comp-ko6zeon3"] {
    position: relative;
    margin: 0px 0px -43px calc((100% - 980px) * 0.5);
    left: 175px;
    grid-area: 2 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-koeps3x1-rotated-wrapper] {
    position: static;
    height: 101px;
    width: 0;
    margin: 5px 0px -35px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kfwotvgqinlineContent-gridContainer] > [id="comp-ko715l2u"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 1014px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kfwotvgq {
    width: 980px;
}

#comp-ko714tmb {
    width: 51px;
    height: 50px;
}

#comp-ko715bpn {
    width: 22px;
    height: 22px;
}

#comp-ko71ajun {
    width: 83px;
    height: 83px;
    transform: rotate(345.79873105827755deg);
    --comp-rotate-z: 345.79873105827755deg;
}

#comp-ko6zeon3 {
    width: 630px;
}

[data-mesh-id=comp-ko6zeon3inlineContent] {
    height: auto;
    width: 630px;
}

[data-mesh-id=comp-ko6zeon3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-ko6zeon3inlineContent-gridContainer] > [id="comp-ko6zeoni"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-ko6zeoni {
    --rd: 30px 30px 30px 30px;
    --shd: 0 0 0 rgba(0, 0, 0, 0);
    --bg: var(--color_11);
    --alpha-bg: 1;
    --brd: 227, 227, 227;
    --alpha-brd: 1;
    --brw: 0px;
}

#comp-ko6zeoni {
    width: 630px;
}

[data-mesh-id=comp-ko6zeoniinlineContent] {
    height: auto;
    width: 630px;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(6, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] > [id="comp-ko6zeop4"] {
    position: relative;
    margin: 39px 0px 17px 0;
    left: 60px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] > [id="comp-ko6zeopj"] {
    position: relative;
    margin: 0px 0px 16px 0;
    left: 60px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] > [id="comp-ko6zeoqb"] {
    position: relative;
    margin: 0px 0px 16px 0;
    left: 323px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] > [id="comp-ko6zeoqg"] {
    position: relative;
    margin: 0px 0px 16px 0;
    left: 60px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] > [id="comp-ko6zeoqm"] {
    position: relative;
    margin: 0px 0px 16px 0;
    left: 323px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] > [id="comp-ko6zeoqv"] {
    position: relative;
    margin: 0px 0px 17px 0;
    left: 60px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] > [id="comp-ko6zeor7"] {
    position: relative;
    margin: 0px 0px 18px 0;
    left: 60px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] > [id="comp-ko6zeory"] {
    position: relative;
    margin: 0px 0px 14px 0;
    left: 180px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ko6zeoniinlineContent-gridContainer] > [id="comp-ko6zeosd"] {
    position: relative;
    margin: 0px 0px 39px 0;
    left: 230px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

#comp-ko6zeop4 {
    width: 401px;
    height: auto;
}

#comp-ko6zeopj {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 7px 7px 7px 7px;
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --brw: 0px;
    --bg: 198, 177, 249;
    --txt: 84, 0, 174;
    --alpha-txt: 1;
    --brd: 26, 45, 243;
    --txt2: 84, 0, 174;
    --alpha-txt2: 1;
    --brwh: 0px;
    --bgh: 26, 45, 243;
    --brdh: 26, 45, 243;
    --brwf: 0px;
    --bgf: 26, 45, 243;
    --brdf: 26, 45, 243;
    --brwe: 1px;
    --bge: 26, 45, 243;
    --brde: 255, 64, 64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --txtlbl: 26, 45, 243;
    --alpha-txtlbl: 1;
    --txtlblrq: 26, 45, 243;
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
    --alpha-bg: 0.1;
    --alpha-bgd: 1;
    --alpha-bge: 0.1;
    --alpha-bgf: 0.05;
    --alpha-bgh: 0.1;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_37);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_40);
    --alpha-txt-placeholder: 1;
}

#comp-ko6zeopj {
    width: 247px;
    height: 50px;
}

#comp-ko6zeoqb {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 7px 7px 7px 7px;
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --brw: 0px;
    --bg: 198, 177, 249;
    --txt: 84, 0, 174;
    --alpha-txt: 1;
    --brd: 26, 45, 243;
    --txt2: 84, 0, 174;
    --alpha-txt2: 1;
    --brwh: 0px;
    --bgh: 26, 45, 243;
    --brdh: 26, 45, 243;
    --brwf: 0px;
    --bgf: 26, 45, 243;
    --brdf: 26, 45, 243;
    --brwe: 1px;
    --bge: 26, 45, 243;
    --brde: 255, 64, 64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --txtlbl: 26, 45, 243;
    --alpha-txtlbl: 1;
    --txtlblrq: 26, 45, 243;
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
    --alpha-bg: 0.1;
    --alpha-bgd: 1;
    --alpha-bge: 0.1;
    --alpha-bgf: 0.05;
    --alpha-bgh: 0.1;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_37);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_40);
    --alpha-txt-placeholder: 1;
}

#comp-ko6zeoqb {
    width: 247px;
    height: 50px;
}

#comp-ko6zeoqg {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 7px 7px 7px 7px;
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --brw: 0px;
    --bg: 198, 177, 249;
    --txt: 84, 0, 174;
    --alpha-txt: 1;
    --brd: 26, 45, 243;
    --txt2: 84, 0, 174;
    --alpha-txt2: 1;
    --brwh: 0px;
    --bgh: 26, 45, 243;
    --brdh: 26, 45, 243;
    --brwf: 0px;
    --bgf: 26, 45, 243;
    --brdf: 26, 45, 243;
    --brwe: 1px;
    --bge: 26, 45, 243;
    --brde: 255, 64, 64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --txtlbl: 26, 45, 243;
    --alpha-txtlbl: 1;
    --txtlblrq: 26, 45, 243;
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
    --alpha-bg: 0.15;
    --alpha-bgd: 1;
    --alpha-bge: 0.15;
    --alpha-bgf: 0.05;
    --alpha-bgh: 0.15;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_37);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_40);
    --alpha-txt-placeholder: 1;
}

#comp-ko6zeoqg {
    width: 247px;
    height: 50px;
}

#comp-ko6zeoqm {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 7px 7px 7px 7px;
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --brw: 0px;
    --bg: 198, 177, 249;
    --txt: 84, 0, 174;
    --alpha-txt: 1;
    --brd: 26, 45, 243;
    --txt2: 84, 0, 174;
    --alpha-txt2: 1;
    --brwh: 0px;
    --bgh: 26, 45, 243;
    --brdh: 26, 45, 243;
    --brwf: 0px;
    --bgf: 26, 45, 243;
    --brdf: 26, 45, 243;
    --brwe: 1px;
    --bge: 26, 45, 243;
    --brde: 255, 64, 64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --txtlbl: 26, 45, 243;
    --alpha-txtlbl: 1;
    --txtlblrq: 26, 45, 243;
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
    --alpha-bg: 0.15;
    --alpha-bgd: 1;
    --alpha-bge: 0.15;
    --alpha-bgf: 0.05;
    --alpha-bgh: 0.15;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_37);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_40);
    --alpha-txt-placeholder: 1;
}

#comp-ko6zeoqm {
    width: 247px;
    height: 50px;
}

#comp-ko6zeoqv {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 7px 7px 7px 7px;
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --brw: 0px;
    --bg: 198, 177, 249;
    --txt: 84, 0, 174;
    --alpha-txt: 1;
    --brd: 26, 45, 243;
    --txt2: 84, 0, 174;
    --alpha-txt2: 1;
    --brwh: 0px;
    --bgh: 26, 45, 243;
    --brdh: 26, 45, 243;
    --brwf: 0px;
    --bgf: 26, 45, 243;
    --brdf: 26, 45, 243;
    --brwe: 1px;
    --bge: 26, 45, 243;
    --brde: 255, 64, 64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --txtlbl: 26, 45, 243;
    --alpha-txtlbl: 1;
    --txtlblrq: 26, 45, 243;
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
    --alpha-bg: 0.25;
    --alpha-bgd: 1;
    --alpha-bge: 0.25;
    --alpha-bgf: 0.05;
    --alpha-bgh: 0.25;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_37);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_40);
    --alpha-txt-placeholder: 1;
}

#comp-ko6zeoqv {
    width: 510px;
    height: 55px;
}

#comp-ko6zeor7 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 7px 7px 7px 7px;
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --brw: 0px;
    --bg: 198, 177, 249;
    --txt: 84, 0, 174;
    --alpha-txt: 1;
    --brd: 26, 45, 243;
    --txt2: 84, 0, 174;
    --alpha-txt2: 1;
    --brwh: 0px;
    --bgh: 26, 45, 243;
    --brdh: 26, 45, 243;
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --brwf: 0px;
    --bgf: 26, 45, 243;
    --brdf: 26, 45, 243;
    --brwe: 1px;
    --bge: 26, 45, 243;
    --brde: 255, 64, 64;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --txtlbl: 26, 45, 243;
    --alpha-txtlbl: 1;
    --txtlblrq: 26, 45, 243;
    --alpha-txtlblrq: 1;
    --alpha-bg: 0.4;
    --alpha-bgd: 1;
    --alpha-bge: 0.4;
    --alpha-bgf: 0.05;
    --alpha-bgh: 0.4;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --bg2: 170, 170, 170;
    --alpha-bg2: 1;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_37);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_40);
    --alpha-txt-placeholder: 1;
}

#comp-ko6zeor7 {
    width: 510px;
    height: 80px;
}

#comp-ko6zeory {
    --rd: 8px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 14px/1.4em raleway, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: 255, 255, 255;
    --brw: 0px;
    --bg: 84, 0, 174;
    --brd: 56, 198, 139;
    --bgh: 255, 171, 23;
    --brdh: 56, 198, 139;
    --txth: 255, 255, 255;
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-ko6zeory {
    width: 269px;
    height: 47px;
}

#comp-ko6zeosd {
    width: 170px;
    height: auto;
}

#comp-koeps3x1 {
    width: 80px;
    height: 80px;
    transform: rotate(342.385184879883deg);
    --comp-rotate-z: 342.385184879883deg;
}

#comp-ko715l2u {
    width: 15px;
    height: 15px;
}

#qreem {
    --shc-mutated-brightness: 128, 128, 128;
    width: auto;
    min-height: 40px;
}

#pageBackground_qreem {
    --bg-position: absolute;
    --fill-layer-background-overlay-color: transparent;
    --fill-layer-background-overlay-position: absolute;
    --bg-overlay-color: rgb(255, 255, 255);
    --bg-gradient: none;
}

#comp-lnrvhzbo {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-ko71j3e6 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FEE4A3;
}

#comp-ko70z0ib {
    --fill-opacity: 0.58;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-ko6mwboh {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ko70zb4a {
    --fill-opacity: 0.38;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-ko71l2h0 {
    --fill-opacity: 0.58;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-ko716du8 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

#comp-ko6my6w8 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ko6n38e6 {
    --shc-mutated-brightness: 42, 0, 87;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 14px/1.4em raleway, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
}

#comp-ko71eqf3 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FCBC1C;
}

#comp-klpb5ht31 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-klpb5ht32 {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-ko711c58 {
    --fill-opacity: 0.63;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #2E005A;
}

#comp-ko711kyw {
    --fill-opacity: 0.62;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-ko71pf9r {
    --fill-opacity: 0.62;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FEE4A3;
}

#comp-kfwpl0li {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kfwpl0lj {
    --bg-overlay-color: rgb(46, 0, 90);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-ko7221ln {
    --height: 192px;
    --width: 193px;
}

#comp-ko710969 {
    --fill-opacity: 0.78;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-ko70zwo4 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-ko710gw2 {
    --fill-opacity: 0.74;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #F4F0FF;
}

#comp-ko6xtm40 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ko6p6ctq {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ko6xx3og {
    --height: 456px;
    --width: 734px;
}

#comp-ko71flno {
    --fill-opacity: 0.76;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

#comp-ko718t9g {
    --fill-opacity: 0.74;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

#comp-ko717a6f {
    --fill-opacity: 0.29;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-ko6z2gc1 {
    --height: 425px;
    --width: 684px;
}

#comp-ko6yixda {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ko6yixdx {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kog9436v {
    --height: 536px;
    --width: 911px;
}

#comp-lnrvhzbp {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-ko71z4ho {
    --height: 183px;
    --width: 184px;
}

#comp-ko719pov {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #C6B1F9;
}

#comp-ko712xx3 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-ko71477l {
    --fill-opacity: 0.71;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-ko712qna {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

#comp-ko6z554n {
    --shc-mutated-brightness: 99, 89, 125;
}

#comp-ko714ckv {
    --fill-opacity: 0.62;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-ko6z6cjw {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ko6z6cj7 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ko6zahdo {
    --shc-mutated-brightness: 42, 0, 87;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 14px/1.4em raleway, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
}

#comp-ko6z99mr {
    --height: 518px;
    --width: 640px;
}

#comp-ko713z8s {
    --fill-opacity: 0.65;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #2E005A;
}

#comp-ko71xii0 {
    --height: 205px;
    --width: 200px;
}

#comp-lnrvhzbp1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-koeptenf {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

#comp-ko71h3tx {
    --fill-opacity: 0.87;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FEE4A3;
}

#comp-koeofg5u {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-koepteo2 {
    --fill-opacity: 0.65;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #2E005A;
}

#comp-ko71gbg5 {
    --fill-opacity: 0.76;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-kpq2uwon {
    height: 485px;
    --nav-dot-direction: ltr;
    --nav-dot-section-display: block;
    --nav-dot-section-bottom-margin: 30px;
    --nav-dot-margin: 12px;
    --nav-dot-size: 8px;
    --nav-dot-size-selected: 8px;
    --nav-button-prev-self-justify: start;
    --nav-button-next-self-justify: end;
    --nav-button-prev-scaleX-transform: 1;
    --nav-button-next-scaleX-transform: -1;
    --nav-button-prev-circle-scaleX-transform: -1;
    --nav-button-next-circle-scaleX-transform: 1;
    --nav-button-width: 13px;
    --nav-button-offset: 17.5px;
    --nav-button-display: block;
    --slides-overflow: clip;
    --transition-duration: 4500ms;
}

#comp-kpr5ziw7 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kpr5ziyz {
    --height: 159px;
    --width: 146px;
}

#comp-kpr5ziz5 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr5ziz9 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr5ziza1 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr5zizb4 {
    --min-height: 149px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7vyhel {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7vyhj01 {
    --height: 159px;
    --width: 146px;
}

#comp-kq7vyhj2 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7vyhj41 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7vyhj52 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7vyhj71 {
    --min-height: 149px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7wt785 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7wt7f8 {
    --height: 159px;
    --width: 146px;
}

#comp-kq7wt7fm {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7wt7fz {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7wt7g1 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7wt7g4 {
    --min-height: 169px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7x4lq4 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7x4lv2 {
    --height: 159px;
    --width: 146px;
}

#comp-kq7x4lv8 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7x4lve {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7x4lvh {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7x4lvk {
    --min-height: 185px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7xb6gg {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7xb6ma {
    --height: 159px;
    --width: 146px;
}

#comp-kq7xb6mc1 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7xb6mf {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7xb6mh {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7xb6mk {
    --min-height: 185px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7xe87s {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7xe8cw {
    --height: 159px;
    --width: 146px;
}

#comp-kq7xe8cz1 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7xe8d2 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7xe8d5 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7xe8d8 {
    --min-height: 189px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7ycv2a {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7ycv6w {
    --height: 159px;
    --width: 146px;
}

#comp-kq7ycv6z {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7ycv71 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7ycv76 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7ycv78 {
    --min-height: 186px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7yquok {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7yquu7 {
    --height: 159px;
    --width: 146px;
}

#comp-kq7yquuc {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7yquug {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7yquuj {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7yquun {
    --min-height: 173px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7y90sw {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7y90yr {
    --height: 159px;
    --width: 146px;
}

#comp-kq7y90z11 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7y90ze {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7y90zg {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7y90zj {
    --min-height: 183px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7yy0m6 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7yy0sa {
    --height: 159px;
    --width: 146px;
}

#comp-kq7yy0sg {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7yy0sk {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7yy0sn {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7yy0sq {
    --min-height: 189px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7z2cpu {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7z2ctz1 {
    --height: 159px;
    --width: 146px;
}

#comp-kq7z2cu2 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7z2cu5 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7z2cu7 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7z2cu9 {
    --min-height: 173px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7zeuao {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-kq7zeug0 {
    --height: 159px;
    --width: 146px;
}

#comp-kq7zeuga {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7zeuge {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7zeugh {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq7zeugk {
    --min-height: 193px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwllsx3 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-lnwllsya {
    --height: 159px;
    --width: 146px;
}

#comp-lnwllsya6 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwllsyb3 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwllsyb8 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwllsyc1 {
    --min-height: 269px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwr5c6c {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-lnwr5c7m {
    --height: 159px;
    --width: 146px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-lnwr5c7p2 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwr5c7s {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwr5c7t {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwr5c7t6 {
    --min-height: 220px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwrhfxn {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-lnwrhfyx1 {
    --height: 154px;
    --width: 151px;
}

#comp-lnwrhfyy5 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwrhfyz1 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwrhfyz7 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwrhfz05 {
    --min-height: 220px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwrhmy2 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-lnwrhmzo5 {
    --height: 159px;
    --width: 146px;
}

#comp-lnwrhmzp {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwrhmzp6 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwrhmzq2 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lnwrhmzq8 {
    --min-height: 220px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lo0fu6ex {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
}

#comp-lo0fu6gg1 {
    --height: 159px;
    --width: 146px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-lo0fu6gh5 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lo0fu6gi2 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lo0fu6gi8 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lo0fu6gj5 {
    --min-height: 220px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ko71hoak {
    --fill-opacity: 0.28;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FEE4A3;
}

#comp-lnrvhzbq {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-kfwotvgp {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kfwotvgq {
    --bg-overlay-color: rgb(46, 0, 90);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-ko714tmb {
    --fill-opacity: 0.67;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FEE4A3;
}

#comp-ko715bpn {
    --fill-opacity: 0.54;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-ko71ajun {
    --fill-opacity: 0.45;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #F4F0FF;
}

#comp-ko6zeop4 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ko6zeopj {
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 12px;
    --textPadding: 3px;
    --textPadding_start: 22px;
    --textPadding_end: 3px;
    --labelPadding_start: 2px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 50px;
}

#comp-ko6zeoqb {
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 12px;
    --textPadding: 3px;
    --textPadding_start: 22px;
    --textPadding_end: 3px;
    --labelPadding_start: 2px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 50px;
}

#comp-ko6zeoqg {
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 12px;
    --textPadding: 3px;
    --textPadding_start: 22px;
    --textPadding_end: 3px;
    --labelPadding_start: 2px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 50px;
}

#comp-ko6zeoqm {
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 12px;
    --textPadding: 3px;
    --textPadding_start: 22px;
    --textPadding_end: 3px;
    --labelPadding_start: 2px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 50px;
}

#comp-ko6zeoqv {
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 12px;
    --textPadding: 3px;
    --textPadding_start: 22px;
    --textPadding_end: 3px;
    --labelPadding_start: 2px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 55px;
}

#comp-ko6zeor7 {
    --fntlbl: normal normal 700 14px/1.4em futura-lt-w01-book, sans-serif;
    --fnt: normal normal normal 15px/1.4em raleway, sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --align: start;
    --textPaddingTop: 3px;
    --textPaddingStart: 22px;
    --textPaddingEnd: 10px;
    --labelMarginBottom: 12px;
    --requiredIndicationDisplay: inline;
    --labelPadding_start: 2px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 80px;
}

#comp-ko6zeory {
    --shc-mutated-brightness: 42, 0, 87;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 14px/1.4em raleway, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
}

#comp-ko6zeosd {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-koeps3x1 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #C6B1F9;
}

#comp-ko715l2u {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

.imK94d {
    position: relative;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.imK94d.active {
    opacity: 1;
}

#comp-kpq2uwon {
    position: relative;
    overflow: hidden;
}

.XvQ3FE {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.XvQ3FE:hover {
    opacity: 0.8;
}

.ZVUGJp {
    cursor: pointer;
    transition: background-color 0.3s ease;
}
