@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
}

.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
}

.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
}

.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;
}

#vv0v2 {
    --bg: var(--color_11);
    --alpha-bg: 1;
}

#vv0v2 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

[data-mesh-id=Containervv0v2inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=Containervv0v2inlineContent-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=Containervv0v2inlineContent-gridContainer] > [id="comp-lnrvhzb8"] {
    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=Containervv0v2inlineContent-gridContainer] > [id="comp-lnrvhzba"] {
    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=Containervv0v2inlineContent-gridContainer] > [id="comp-lnrvhzba1"] {
    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=Containervv0v2inlineContent-gridContainer] > [id="comp-lnrvhzbb"] {
    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-lnrvhzb8 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lnrvhzb8inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lnrvhzb8inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-lnrvhzb8inlineContent-gridContainer] > [id="comp-kppevtvk"] {
    position: relative;
    margin: 42px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kppevtvk {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-kppevu3yinlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-kppevu3yinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -32px;
    grid-template-rows:repeat(10, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-kqkxu9zl-rotated-wrapper"] > [id="comp-kqkxu9zl"] {
    position: relative;
    left: -88px;
    top: 4px;
}

[data-mesh-id="comp-kqkxua0u-rotated-wrapper"] > [id="comp-kqkxua0u"] {
    position: relative;
    left: -236px;
    top: 11px;
}

[data-mesh-id="comp-kqky5cto-rotated-wrapper"] > [id="comp-kqky5cto"] {
    position: relative;
    left: 1088px;
    top: 4px;
}

[data-mesh-id="comp-kqkxua0a-rotated-wrapper"] > [id="comp-kqkxua0a"] {
    position: relative;
    left: 1166px;
    top: 8px;
}

[data-mesh-id="comp-kqkzpeqg-rotated-wrapper"] > [id="comp-kqkzpeqg"] {
    position: relative;
    left: 1177px;
    top: 5px;
}

[data-mesh-id=comp-kppevu3yinlineContent-gridContainer] > [id="comp-kqkxu9xa"] {
    position: relative;
    margin: 32px 0px 34px calc((100% - 980px) * 0.5);
    left: -316px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppevu3yinlineContent-gridContainer] > [id="comp-kqkxu9ya"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: -242px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqkxu9zl-rotated-wrapper] {
    position: static;
    height: 46px;
    width: 0;
    margin: 28px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqkxua0u-rotated-wrapper] {
    position: static;
    height: 84px;
    width: 0;
    margin: 0px 0px -22px calc((100% - 980px) * 0.5);
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppevu3yinlineContent-gridContainer] > [id="comp-kppfamj6"] {
    position: relative;
    margin: 32px 0px -7px calc((100% - 980px) * 0.5);
    left: 44px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppevu3yinlineContent-gridContainer] > [id="comp-kppfbfmo"] {
    position: relative;
    margin: 0px 0px 22px calc((100% - 980px) * 0.5);
    left: 53px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppevu3yinlineContent-gridContainer] > [id="comp-kppfc1o3"] {
    position: relative;
    margin: 1px 0px 62px calc((100% - 980px) * 0.5);
    left: 53px;
    grid-area: 6 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppevu3yinlineContent-gridContainer] > [id="comp-kqkxu9yz"] {
    position: relative;
    margin: 0px 0px 11px calc((100% - 980px) * 0.5);
    left: 1102px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky5cto-rotated-wrapper] {
    position: static;
    height: 46px;
    width: 0;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqkxua0a-rotated-wrapper] {
    position: static;
    height: 74px;
    width: 0;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppevu3yinlineContent-gridContainer] > [id="comp-kpr84bsh"] {
    position: relative;
    margin: 0px 0px -45px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 9 / 1 / 10 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppevu3yinlineContent-gridContainer] > [id="comp-kppewgc4"] {
    position: relative;
    margin: 0px 0px 27px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 11 / 1 / 12 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqkzpeqg-rotated-wrapper] {
    position: static;
    height: 90px;
    width: 0;
    margin: 0px 0px -45px calc((100% - 980px) * 0.5);
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kppevu3y {
    width: 980px;
}

#comp-kqkxu9xa {
    width: 28px;
    height: 28px;
}

#comp-kqkxu9ya {
    width: 79px;
    height: 83px;
}

#comp-kqkxu9zl {
    width: 38px;
    height: 38px;
    transform: rotate(12.3412401359912deg);
    --comp-rotate-z: 12.3412401359912deg;
}

#comp-kqkxua0u {
    width: 63px;
    height: 63px;
    transform: rotate(336.2675737781393deg);
    --comp-rotate-z: 336.2675737781393deg;
}

#comp-kppfamj6 {
    width: 894px;
    height: auto;
}

#comp-kppfbfmo {
    width: 875px;
    height: auto;
}

#comp-kppfc1o3 {
    width: 875px;
    height: auto;
}

#comp-kqkxu9yz {
    width: 83px;
    height: 83px;
}

#comp-kqky5cto {
    width: 38px;
    height: 38px;
    transform: rotate(12.3412401359912deg);
    --comp-rotate-z: 12.3412401359912deg;
}

#comp-kqkxua0a {
    width: 67px;
    height: 58px;
    transform: rotate(345.38396790016304deg);
    --comp-rotate-z: 345.38396790016304deg;
}

#comp-kpr84bsh {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-kpr84buainlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-kpr84buainlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 847px;
    margin-top: -86px;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kpr84buainlineContent-gridContainer] > [id="comp-kqkzj8ay"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: -376px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr84buainlineContent-gridContainer] > [id="comp-kqkzli3x"] {
    position: relative;
    margin: 0px 0px -1px calc((100% - 980px) * 0.5);
    left: -281px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr84buainlineContent-gridContainer] > [id="comp-kqky410c"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: -223px;
    grid-area: 2 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr84buainlineContent-gridContainer] > [id="comp-kqkzj8a8"] {
    position: relative;
    margin: 161px 0px 0 calc((100% - 980px) * 0.5);
    left: 1242px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr84buainlineContent-gridContainer] > [id="comp-kqkzj8bn"] {
    position: relative;
    margin: 17px 0px 10px calc((100% - 980px) * 0.5);
    left: 1271px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr84buainlineContent-wedge-4] {
    visibility: hidden;
    height: 300px;
    width: 0;
    grid-area: 2 / 1 / 4 / 2;
}

#comp-kpr84bua {
    width: 980px;
}

#comp-kqkzj8ay {
    width: 95px;
    height: 95px;
}

#comp-kqkzli3x {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-kqkzli3x {
    width: 184px;
    height: 183px;
}

#comp-kqky410c {
    width: 1430px;
}

[data-mesh-id=comp-kqky410cinlineContent] {
    height: auto;
    width: 1430px;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(3, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85jur"] {
    position: relative;
    margin: 0px 0px 58px 0;
    left: 414px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85jut1"] {
    position: relative;
    margin: 20px 0px 10px 0;
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85juu3"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 46px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kqjk710c"] {
    position: relative;
    margin: 20px 0px 10px 0;
    left: 507px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85juw4"] {
    position: relative;
    margin: 0px 0px 46px 0;
    left: 553px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kqjkkgrm"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 1015px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85jva4"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 1061px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kqjjvfeg"] {
    position: relative;
    margin: 40px 0px 10px 0;
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85jv14"] {
    position: relative;
    margin: 8px 0px 10px 0;
    left: 46px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kqjk789c"] {
    position: relative;
    margin: 40px 0px 10px 0;
    left: 507px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85jv6"] {
    position: relative;
    margin: 0px 0px 27px 0;
    left: 553px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kqjkl0pf"] {
    position: relative;
    margin: 40px 0px 10px 0;
    left: 1015px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85juy4"] {
    position: relative;
    margin: 47px 0px 10px 0;
    left: 1061px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kqjjwqld"] {
    position: relative;
    margin: 25px 0px 37px 0;
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85jv82"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 46px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kqjk8ur4"] {
    position: relative;
    margin: 25px 0px 37px 0;
    left: 507px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85jv4"] {
    position: relative;
    margin: 19px 0px 36px 0;
    left: 553px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kqjl95ul"] {
    position: relative;
    margin: 25px 0px 37px 0;
    left: 1015px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqky410cinlineContent-gridContainer] > [id="comp-kpr85jvc4"] {
    position: relative;
    margin: 14px 0px 13px 0;
    left: 1061px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kpr85jur {
    width: 600px;
    height: auto;
}

#comp-kpr85jut1 {
    width: 30px;
    height: auto;
}

#comp-kpr85juu3 {
    width: 369px;
    height: auto;
}

#comp-kqjk710c {
    width: 30px;
    height: auto;
}

#comp-kpr85juw4 {
    width: 369px;
    height: auto;
}

#comp-kqjkkgrm {
    width: 30px;
    height: auto;
}

#comp-kpr85jva4 {
    width: 369px;
    height: auto;
}

#comp-kqjjvfeg {
    width: 30px;
    height: auto;
}

#comp-kpr85jv14 {
    width: 369px;
    height: auto;
}

#comp-kqjk789c {
    width: 30px;
    height: auto;
}

#comp-kpr85jv6 {
    width: 369px;
    height: auto;
}

#comp-kqjkl0pf {
    width: 30px;
    height: auto;
}

#comp-kpr85juy4 {
    width: 369px;
    height: auto;
}

#comp-kqjjwqld {
    width: 30px;
    height: auto;
}

#comp-kpr85jv82 {
    width: 369px;
    height: auto;
}

#comp-kqjk8ur4 {
    width: 30px;
    height: auto;
}

#comp-kpr85jv4 {
    width: 369px;
    height: auto;
}

#comp-kqjl95ul {
    width: 30px;
    height: auto;
}

#comp-kpr85jvc4 {
    width: 369px;
    height: auto;
}

#comp-kqkzj8a8 {
    width: 21px;
    height: 21px;
}

#comp-kqkzj8bn {
    width: 36px;
    height: 36px;
}

#comp-kppewgc4 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-kppewggeinlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-kppewggeinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -193px;
    grid-template-rows:repeat(7, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kppewggeinlineContent-gridContainer] > [id="comp-kqpm1djt"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: -180px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppewggeinlineContent-gridContainer] > [id="comp-kqpm1diw"] {
    position: relative;
    margin: 73px 0px 0 calc((100% - 980px) * 0.5);
    left: -104px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppewggeinlineContent-gridContainer] > [id="comp-kppgwgye"] {
    position: relative;
    margin: 59px 0px -125px calc((100% - 980px) * 0.5);
    left: 4px;
    grid-area: 1 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppewggeinlineContent-gridContainer] > [id="comp-kqkzpera"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: -66px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppewggeinlineContent-gridContainer] > [id="comp-kqpm1dkw"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 1263px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppewggeinlineContent-gridContainer] > [id="comp-kqpm1dn6"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 450px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppewggeinlineContent-wedge-4] {
    visibility: hidden;
    height: 330px;
    width: 0;
    grid-area: 1 / 1 / 4 / 2;
}

[data-mesh-id=comp-kppewggeinlineContent-wedge-8] {
    visibility: hidden;
    height: 763px;
    width: 0;
    grid-area: 1 / 1 / 8 / 2;
}

#comp-kppewgge {
    width: 980px;
}

#comp-kqpm1djt {
    width: 63px;
    height: 63px;
}

#comp-kqpm1diw {
    width: 26px;
    height: 26px;
}

#comp-kppgwgye {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: 209, 167, 235;
    --rd: 30px;
    --shd: 5.12px 4.77px 4px 3px rgba(161, 154, 154, 0.6);
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --bg-gradient: none;
}

#comp-kppgwgye {
    width: 972px;
}

[data-mesh-id=comp-kppgwgyeinlineContent] {
    height: auto;
    width: 972px;
}

[data-mesh-id=comp-kppgwgyeinlineContent-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-kppgwgyeinlineContent-gridContainer] > [id="comp-kpph481o"] {
    position: relative;
    margin: 39px 0px 14px 0;
    left: 330px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppgwgyeinlineContent-gridContainer] > [id="comp-kqkzshf1"] {
    position: relative;
    margin: 0px 0px 56px 0;
    left: 96px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kpph481o {
    width: 319px;
    height: auto;
}

#comp-kqkzshf1 {
    width: 753px;
    height: auto;
}

#comp-kqkzpera {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-kqkzpera {
    width: 167px;
    height: 171px;
}

#comp-kqpm1dkw {
    width: 19px;
    height: 19px;
}

#comp-kqpm1dn6 {
    width: 7px;
    height: 7px;
}

#comp-kqkzpeqg {
    width: 81px;
    height: 81px;
    transform: rotate(354.0117607901052deg);
    --comp-rotate-z: 354.0117607901052deg;
}

#comp-lnrvhzba {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lnrvhzbainlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-lnrvhzbainlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -29px;
    grid-template-rows:1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-kqpm1dln-rotated-wrapper"] > [id="comp-kqpm1dln"] {
    position: relative;
    left: 1032px;
    top: 18px;
}

[data-mesh-id=comp-lnrvhzbainlineContent-gridContainer] > [id="comp-kpr7vssb"] {
    position: relative;
    margin: 54px 0px 8px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqpm1dln-rotated-wrapper] {
    position: static;
    height: 111px;
    width: 0;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kpr7vssb {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-kpr7vsuhinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(7, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-kqpn3laj-rotated-wrapper"] > [id="comp-kqpn3laj"] {
    position: relative;
    left: -289px;
    top: 8px;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt5s"] {
    position: relative;
    margin: 49px 0px 44px calc((100% - 980px) * 0.5);
    left: 322px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqpn3laj-rotated-wrapper] {
    position: static;
    height: 78px;
    width: 0;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpra4k7y"] {
    position: relative;
    margin: 0px 0px -60px calc((100% - 980px) * 0.5);
    left: -127px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt5x"] {
    position: relative;
    margin: 0px 0px 6px calc((100% - 980px) * 0.5);
    left: -127px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt5y1"] {
    position: relative;
    margin: 0px 0px -16px calc((100% - 980px) * 0.5);
    left: -127px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt5z2"] {
    position: relative;
    margin: 31px 0px 10px calc((100% - 980px) * 0.5);
    left: -127px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpra4k82"] {
    position: relative;
    margin: 0px 0px -60px calc((100% - 980px) * 0.5);
    left: 214px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt612"] {
    position: relative;
    margin: 0px 0px 6px calc((100% - 980px) * 0.5);
    left: 214px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt623"] {
    position: relative;
    margin: 0px 0px 11px calc((100% - 980px) * 0.5);
    left: 214px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kq9uwaqw"] {
    position: relative;
    margin: 0px 0px 12px calc((100% - 980px) * 0.5);
    left: 214px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpra4k821"] {
    position: relative;
    margin: 0px 0px -60px calc((100% - 980px) * 0.5);
    left: 556px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt652"] {
    position: relative;
    margin: 0px 0px 6px calc((100% - 980px) * 0.5);
    left: 556px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt664"] {
    position: relative;
    margin: 0px 0px 11px calc((100% - 980px) * 0.5);
    left: 556px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kq9uxyqr"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 556px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpra1n3j"] {
    position: relative;
    margin: 0px 0px -60px calc((100% - 980px) * 0.5);
    left: 898px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt6a"] {
    position: relative;
    margin: 0px 0px 6px calc((100% - 980px) * 0.5);
    left: 898px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kpr7xt6b"] {
    position: relative;
    margin: 0px 0px 11px calc((100% - 980px) * 0.5);
    left: 898px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kq9uy58z"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 898px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kqpmi759"] {
    position: relative;
    margin: 146px 0px -1px calc((100% - 980px) * 0.5);
    left: 1290px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kqpn4f2n"] {
    position: relative;
    margin: 0px 0px 6px calc((100% - 980px) * 0.5);
    left: -271px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpr7vsuhinlineContent-gridContainer] > [id="comp-kqpn4f22"] {
    position: relative;
    margin: 0px 0px 54px calc((100% - 980px) * 0.5);
    left: -334px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kpr7vsuh {
    width: 980px;
}

#comp-kpr7xt5s {
    width: 338px;
    height: auto;
}

#comp-kqpn3laj {
    width: 62px;
    height: 62px;
    transform: rotate(342.385184879883deg);
    --comp-rotate-z: 342.385184879883deg;
}

#comp-kpra4k7y {
    --rd: 20px 20px 20px 20px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kpra4k7y {
    width: 191px;
    height: 238px;
}

#comp-kpr7xt5x {
    width: 175px;
    height: auto;
}

#comp-kpr7xt5y1 {
    width: 229px;
    height: auto;
}

#comp-kpr7xt5z2 {
    width: 200px;
    height: auto;
}

#comp-kpra4k82 {
    --rd: 20px 20px 20px 20px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kpra4k82 {
    width: 191px;
    height: 238px;
}

#comp-kpr7xt612 {
    width: 191px;
    height: auto;
}

#comp-kpr7xt623 {
    width: 220px;
    height: auto;
}

#comp-kq9uwaqw {
    width: 220px;
    height: auto;
}

#comp-kpra4k821 {
    --rd: 20px 20px 20px 20px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kpra4k821 {
    width: 193px;
    height: 238px;
}

#comp-kpr7xt652 {
    width: 200px;
    height: auto;
}

#comp-kpr7xt664 {
    width: 220px;
    height: auto;
}

#comp-kq9uxyqr {
    width: 220px;
    height: auto;
}

#comp-kpra1n3j {
    --rd: 20px 20px 20px 20px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kpra1n3j {
    width: 192px;
    height: 238px;
}

#comp-kpr7xt6a {
    width: 163px;
    height: auto;
}

#comp-kpr7xt6b {
    width: 229px;
    height: auto;
}

#comp-kq9uy58z {
    width: 220px;
    height: auto;
}

#comp-kqpmi759 {
    width: 33px;
    height: 33px;
}

#comp-kqpn4f2n {
    width: 26px;
    height: 26px;
}

#comp-kqpn4f22 {
    width: 63px;
    height: 63px;
}

#comp-kqpm1dln {
    width: 87px;
    height: 75px;
    transform: rotate(33.42462219655761deg);
    --comp-rotate-z: 33.42462219655761deg;
}

#comp-lnrvhzba1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lnrvhzba1inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lnrvhzba1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-lnrvhzba1inlineContent-gridContainer] > [id="comp-kpphbglg"] {
    position: relative;
    margin: 0px 0px 47px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kpphbglg {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-kpphbgx2inlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -58px;
    grid-template-rows:repeat(6, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-kqpmz5om-rotated-wrapper"] > [id="comp-kqpmz5om"] {
    position: relative;
    left: -147px;
    top: 6px;
}

[data-mesh-id="comp-kqpmz5p2-rotated-wrapper"] > [id="comp-kqpmz5p2"] {
    position: relative;
    left: 1212px;
    top: 11px;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] > [id="comp-kpphdz3i"] {
    position: relative;
    margin: 0px 0px 24px calc((100% - 980px) * 0.5);
    left: 315px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] > [id="comp-kqpn6hbh"] {
    position: relative;
    margin: 0px 0px -29px calc((100% - 980px) * 0.5);
    left: 1202px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] > [id="comp-kpphg3gr"] {
    position: relative;
    margin: 0px 0px 12px calc((100% - 980px) * 0.5);
    left: 137px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqpmz5om-rotated-wrapper] {
    position: static;
    height: 60px;
    width: 0;
    margin: 0px 0px -28px calc((100% - 980px) * 0.5);
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] > [id="comp-kqpn7iqf"] {
    position: relative;
    margin: 49px 0px 24px calc((100% - 980px) * 0.5);
    left: -269px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] > [id="comp-kpvj90xr"] {
    position: relative;
    margin: 0px 0px 37px calc((100% - 980px) * 0.5);
    left: 49px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] > [id="comp-kq9vanen"] {
    position: relative;
    margin: 0px 0px -34px calc((100% - 980px) * 0.5);
    left: 49px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] > [id="comp-kq9v8tgx"] {
    position: relative;
    margin: 0px 0px 35px calc((100% - 980px) * 0.5);
    left: 580px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] > [id="comp-kq9vaiel"] {
    position: relative;
    margin: 0px 0px -34px calc((100% - 980px) * 0.5);
    left: 580px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpphbgx2inlineContent-gridContainer] > [id="comp-kqpmz5pi"] {
    position: relative;
    margin: 83px 0px 10px calc((100% - 980px) * 0.5);
    left: 1142px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqpmz5p2-rotated-wrapper] {
    position: static;
    height: 101px;
    width: 0;
    margin: 0px 0px 1px calc((100% - 980px) * 0.5);
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kpphbgx2 {
    width: 980px;
}

#comp-kpphdz3i {
    width: 351px;
    height: auto;
}

#comp-kqpn6hbh {
    width: 115px;
    height: 115px;
}

#comp-kpphg3gr {
    width: 708px;
    height: auto;
}

#comp-kqpmz5om {
    width: 49px;
    height: 49px;
    transform: rotate(345.79873105827755deg);
    --comp-rotate-z: 345.79873105827755deg;
}

#comp-kqpn7iqf {
    width: 67px;
    height: 58px;
}

#comp-kpvj90xr {
    --brw: 2px;
    --brd: var(--color_26);
    --bg: 244, 240, 255;
    --rd: 30px;
    --shd: none;
    --gradient: none;
    --alpha-bg: 1;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#comp-kpvj90xr {
    width: 351px;
}

[data-mesh-id=comp-kpvj90xrinlineContent] {
    height: auto;
    width: 351px;
}

[data-mesh-id=comp-kpvj90xrinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(2, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kpvj90xrinlineContent-gridContainer] > [id="comp-kq7uy2si"] {
    position: relative;
    margin: 29px 0px 35px 0;
    left: 25px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpvj90xrinlineContent-gridContainer] > [id="comp-kpvj90yx"] {
    position: relative;
    margin: 50px 0px 6px 0;
    left: 154px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kpvj90xrinlineContent-gridContainer] > [id="comp-kpvj90yz"] {
    position: relative;
    margin: 0px 0px 50px 0;
    left: 154px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq7uy2si {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq7uy2si {
    width: 101px;
    height: 101px;
}

#comp-kpvj90yx {
    width: 153px;
    height: auto;
}

#comp-kpvj90yz {
    width: 163px;
    height: auto;
}

#comp-kq9vanen {
    --brw: 2px;
    --brd: var(--color_26);
    --bg: 244, 240, 255;
    --rd: 30px;
    --shd: none;
    --gradient: none;
    --alpha-bg: 1;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#comp-kq9vanen {
    width: 351px;
}

[data-mesh-id=comp-kq9vaneninlineContent] {
    height: auto;
    width: 351px;
}

[data-mesh-id=comp-kq9vaneninlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(2, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq9vaneninlineContent-gridContainer] > [id="comp-kq9vbdpb"] {
    position: relative;
    margin: 25px 0px 33px 0;
    left: 25px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq9vaneninlineContent-gridContainer] > [id="comp-kq9vanfr"] {
    position: relative;
    margin: 49px 0px 6px 0;
    left: 154px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq9vaneninlineContent-gridContainer] > [id="comp-kq9vanft"] {
    position: relative;
    margin: 0px 0px 51px 0;
    left: 154px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq9vbdpb {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq9vbdpb {
    width: 107px;
    height: 107px;
}

#comp-kq9vanfr {
    width: 163px;
    height: auto;
}

#comp-kq9vanft {
    width: 139px;
    height: auto;
}

#comp-kq9v8tgx {
    --brw: 2px;
    --brd: var(--color_26);
    --bg: 244, 240, 255;
    --rd: 30px;
    --shd: none;
    --gradient: none;
    --alpha-bg: 1;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#comp-kq9v8tgx {
    width: 351px;
}

[data-mesh-id=comp-kq9v8tgxinlineContent] {
    height: auto;
    width: 351px;
}

[data-mesh-id=comp-kq9v8tgxinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(2, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq9v8tgxinlineContent-gridContainer] > [id="comp-kprbfi4z"] {
    position: relative;
    margin: 28px 0px 41px 0;
    left: 25px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq9v8tgxinlineContent-gridContainer] > [id="comp-kq9v8tj5"] {
    position: relative;
    margin: 40px 0px 1px 0;
    left: 148px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq9v8tgxinlineContent-gridContainer] > [id="comp-kq9v8tja"] {
    position: relative;
    margin: 0px 0px 43px 0;
    left: 148px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kprbfi4z {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kprbfi4z {
    width: 98px;
    height: 98px;
}

#comp-kq9v8tj5 {
    width: 153px;
    height: auto;
}

#comp-kq9v8tja {
    width: 187px;
    height: auto;
}

#comp-kq9vaiel {
    --brw: 2px;
    --brd: var(--color_26);
    --bg: 244, 240, 255;
    --rd: 30px;
    --shd: none;
    --gradient: none;
    --alpha-bg: 1;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#comp-kq9vaiel {
    width: 351px;
}

[data-mesh-id=comp-kq9vaielinlineContent] {
    height: auto;
    width: 351px;
}

[data-mesh-id=comp-kq9vaielinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:repeat(2, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-kq9vaielinlineContent-gridContainer] > [id="comp-kq9vaifk"] {
    position: relative;
    margin: 28px 0px 36px 0;
    left: 25px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq9vaielinlineContent-gridContainer] > [id="comp-kq9vaifm1"] {
    position: relative;
    margin: 49px 0px 6px 0;
    left: 148px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kq9vaielinlineContent-gridContainer] > [id="comp-kq9vaifp"] {
    position: relative;
    margin: 0px 0px 51px 0;
    left: 148px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kq9vaifk {
    --rd: 10px;
    --shd: none;
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --boxShadowToggleOn-shd: none;
}

#comp-kq9vaifk {
    width: 101px;
    height: 101px;
}

#comp-kq9vaifm1 {
    width: 179px;
    height: auto;
}

#comp-kq9vaifp {
    width: 187px;
    height: auto;
}

#comp-kqpmz5pi {
    width: 43px;
    height: 43px;
}

#comp-kqpmz5p2 {
    width: 80px;
    height: 80px;
    transform: rotate(342.385184879883deg);
    --comp-rotate-z: 342.385184879883deg;
}

#comp-lnrvhzbb {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lnrvhzbbinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lnrvhzbbinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows:1fr;
    grid-template-columns:100%;
}

[data-mesh-id=comp-lnrvhzbbinlineContent-gridContainer] > [id="comp-kppicuh4"] {
    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;
}

#comp-kppicuh4 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-kppicuq3inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-kppicuq3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 513px;
    grid-template-rows:repeat(4, min-content) 1fr;
    grid-template-columns:100%;
}

[data-mesh-id="comp-kqpn9b7n-rotated-wrapper"] > [id="comp-kqpn9b7n"] {
    position: relative;
    left: 1177px;
    top: 8px;
}

[data-mesh-id=comp-kppicuq3inlineContent-gridContainer] > [id="comp-kqpmz5o1"] {
    position: relative;
    margin: 45px 0px 6px calc((100% - 980px) * 0.5);
    left: -202px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppicuq3inlineContent-gridContainer] > [id="comp-kqpmz5nc"] {
    position: relative;
    margin: 0px 0px -24px calc((100% - 980px) * 0.5);
    left: -167px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppicuq3inlineContent-gridContainer] > [id="comp-kppie7zl"] {
    position: relative;
    margin: 0px 0px 14px calc((100% - 980px) * 0.5);
    left: 33px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppicuq3inlineContent-gridContainer] > [id="comp-kppiixnu"] {
    position: relative;
    margin: 0px 0px 32px calc((100% - 980px) * 0.5);
    left: 33px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppicuq3inlineContent-gridContainer] > [id="comp-kppirct0"] {
    position: relative;
    margin: 34px 0px 10px calc((100% - 980px) * 0.5);
    left: 33px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppicuq3inlineContent-gridContainer] > [id="comp-kppike3f"] {
    position: relative;
    margin: 0px 0px 14px calc((100% - 980px) * 0.5);
    left: 521px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppicuq3inlineContent-gridContainer] > [id="comp-kppilpgz"] {
    position: relative;
    margin: 0px 0px 32px calc((100% - 980px) * 0.5);
    left: 521px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kppicuq3inlineContent-gridContainer] > [id="comp-kppj8z2h"] {
    position: relative;
    margin: 34px 0px 10px calc((100% - 980px) * 0.5);
    left: 521px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-kqpn9b7n-rotated-wrapper] {
    position: static;
    height: 74px;
    width: 0;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-kppicuq3 {
    width: 980px;
}

#comp-kqpmz5o1 {
    width: 22px;
    height: 22px;
}

#comp-kqpmz5nc {
    width: 51px;
    height: 51px;
}

#comp-kppie7zl {
    width: 351px;
    height: auto;
}

#comp-kppiixnu {
    width: 351px;
    height: auto;
}

#comp-kppirct0 {
    width: 143px;
    height: 40px;
}

#comp-kppike3f {
    width: 428px;
    height: auto;
}

#comp-kppilpgz {
    width: 269px;
    height: auto;
}

#comp-kppj8z2h {
    width: 152px;
    height: 40px;
}

#comp-kqpn9b7n {
    width: 67px;
    height: 58px;
    transform: rotate(345.38396790016304deg);
    --comp-rotate-z: 345.38396790016304deg;
}

#comp-kppirct0 .style-kqpwhu76__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 10px;
    background: #5400AE
}

/* START STYLABLE DIRECTIVE RULES */

#comp-kppirct0 .style-kqpwhu76__root:hover {
    background: #FCBC1C
}

#comp-kppirct0 .style-kqpwhu76__root:disabled {
    background: #E2E2E2
}

#comp-kppirct0 .style-kqpwhu76__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-kppirct0 .style-kqpwhu76__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-kppirct0 .style-kqpwhu76__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-kppirct0 .style-kqpwhu76__root .StylableButton2545352419__label {
    transition: inherit;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-family: raleway, sans-serif
}

#comp-kppirct0 .style-kqpwhu76__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 14px;
    height: 14px;
    fill: #F8A895;
    display: none
}

#comp-kppirct0 .style-kqpwhu76__root:hover .StylableButton2545352419__label {
    color: #f8f8f8;
    background-color: #FCBC1C
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-kppirct0 .style-kqpwhu76__root .StylableButton2545352419__label {
        font-size: 12px;
    }
}

/* END STYLABLE DIRECTIVE RULES */

#comp-kppj8z2h .style-kqpwhnel__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 10px;
    background: #5400AE
}

/* START STYLABLE DIRECTIVE RULES */

#comp-kppj8z2h .style-kqpwhnel__root:hover {
    background: #FCBC1C
}

#comp-kppj8z2h .style-kqpwhnel__root:disabled {
    background: #E2E2E2
}

#comp-kppj8z2h .style-kqpwhnel__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-kppj8z2h .style-kqpwhnel__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-kppj8z2h .style-kqpwhnel__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-kppj8z2h .style-kqpwhnel__root .StylableButton2545352419__label {
    transition: inherit;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-family: raleway, sans-serif
}

#comp-kppj8z2h .style-kqpwhnel__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 14px;
    height: 14px;
    fill: #F8A895;
    display: none
}

#comp-kppj8z2h .style-kqpwhnel__root:hover .StylableButton2545352419__label {
    color: #f8f8f8;
    background-color: #FCBC1C
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-kppj8z2h .style-kqpwhnel__root .StylableButton2545352419__label {
        font-size: 12px;
    }
}

#vv0v2 {
    --shc-mutated-brightness: 128, 128, 128;
    width: auto;
    min-height: 40px;
}

#pageBackground_vv0v2 {
    --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-lnrvhzb8 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-kppevtvk {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kppevu3y {
    --bg-gradient: radial-gradient(circle at 84.39778645833333% 73.87044270833333%, #FDC846 0%, 22.750000000000004%, rgba(253, 200, 70, 0) 35%), radial-gradient(circle at 11.1865234375% 29.941406250000004%, #f8f8f8 0%, 35%, rgba(248, 248, 248, 0) 50%), radial-gradient(circle at 48.9013671875% 49.521484375%, rgba(255, 255, 255, 0) 0%, 100%, rgba(255, 255, 255, 0) 100%);
    --bg-overlay-color: transparent;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-kqkxu9xa {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FEE4A3;
}

#comp-kqkxu9ya {
    --fill-opacity: 0.58;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-kqkxu9zl {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

#comp-kqkxua0u {
    --fill-opacity: 0.29;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-kppfamj6 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kppfbfmo {
    --min-height: 234px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kppfc1o3 {
    --min-height: 103px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqkxu9yz {
    --fill-opacity: 0.38;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-kqky5cto {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-kqkxua0a {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FCBC1C;
}

#comp-kpr84bsh {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kpr84bua {
    --bg-overlay-color: rgb(46, 0, 90);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-kqkzj8ay {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-kqkzli3x {
    --height: 183px;
    --width: 184px;
}

#comp-kpr85jur {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85jut1 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85juu3 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqjk710c {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85juw4 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqjkkgrm {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85jva4 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqjjvfeg {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85jv14 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqjk789c {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85jv6 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqjkl0pf {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85juy4 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqjjwqld {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85jv82 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqjk8ur4 {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85jv4 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqjl95ul {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr85jvc4 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqkzj8a8 {
    --fill-opacity: 0.78;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-kqkzj8bn {
    --fill-opacity: 0.74;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #F4F0FF;
}

#comp-kppewgc4 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kppewgge {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-kqpm1djt {
    --fill-opacity: 0.62;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-kqpm1diw {
    --fill-opacity: 0.63;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #2E005A;
}

#comp-kppgwgye {
    --shc-mutated-brightness: 105, 84, 118;
}

#comp-kpph481o {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqkzshf1 {
    --min-height: 99px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqkzpera {
    --height: 171px;
    --width: 167px;
    --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-kqpm1dkw {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #2E005A;
}

#comp-kqpm1dn6 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-kqkzpeqg {
    --fill-opacity: 0.74;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

#comp-lnrvhzba {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-kpr7vssb {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kpr7vsuh {
    --bg-overlay-color: rgb(244, 240, 255);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-kpr7xt5s {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqpn3laj {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #C6B1F9;
}

#comp-kpra4k7y {
    --height: 238px;
    --width: 191px;
}

#comp-kpr7xt5x {
    --min-height: 11px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr7xt5y1 {
    --min-height: 14px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr7xt5z2 {
    --min-height: 124px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpra4k82 {
    --height: 238px;
    --width: 191px;
}

#comp-kpr7xt612 {
    --min-height: 21px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr7xt623 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq9uwaqw {
    --min-height: 264px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpra4k821 {
    --height: 238px;
    --width: 193px;
}

#comp-kpr7xt652 {
    --min-height: 21px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr7xt664 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq9uxyqr {
    --min-height: 124px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpra1n3j {
    --height: 238px;
    --width: 192px;
}

#comp-kpr7xt6a {
    --min-height: 21px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpr7xt6b {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq9uy58z {
    --min-height: 124px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqpmi759 {
    --fill-opacity: 0.71;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-kqpn4f2n {
    --fill-opacity: 0.63;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FFAB17;
}

#comp-kqpn4f22 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-kqpm1dln {
    --fill-opacity: 0.76;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

#comp-lnrvhzba1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-kpphbglg {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kpphbgx2 {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-kpphdz3i {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqpn6hbh {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-kpphg3gr {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqpmz5om {
    --fill-opacity: 0.81;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-kqpn7iqf {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FCBC1C;
}

#comp-kpvj90xr {
    --shc-mutated-brightness: 122, 120, 128;
}

#comp-kq7uy2si {
    --height: 101px;
    --width: 101px;
    --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-kpvj90yx {
    --min-height: 27px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpvj90yz {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq9vanen {
    --shc-mutated-brightness: 122, 120, 128;
}

#comp-kq9vbdpb {
    --height: 107px;
    --width: 107px;
    --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-kq9vanfr {
    --min-height: 27px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq9vanft {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq9v8tgx {
    --shc-mutated-brightness: 122, 120, 128;
}

#comp-kprbfi4z {
    --height: 98px;
    --width: 98px;
    --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-kq9v8tj5 {
    --min-height: 27px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq9v8tja {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq9vaiel {
    --shc-mutated-brightness: 122, 120, 128;
}

#comp-kq9vaifk {
    --height: 101px;
    --width: 101px;
    --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-kq9vaifm1 {
    --min-height: 27px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kq9vaifp {
    --min-height: 23px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqpmz5pi {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FDC846;
}

#comp-kqpmz5p2 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #C6B1F9;
}

#comp-lnrvhzbb {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-kppicuh4 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kppicuq3 {
    --bg-overlay-color: rgb(198, 177, 249);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-kqpmz5o1 {
    --fill-opacity: 0.54;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #5400AE;
}

#comp-kqpmz5nc {
    --fill-opacity: 0.67;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FEE4A3;
}

#comp-kppie7zl {
    --min-height: 43px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kppiixnu {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kppike3f {
    --min-height: 43px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kppilpgz {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kqpn9b7n {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #04548B;
    --stroke-opacity: 1;
    --fill: #FCBC1C;
}
