
.fontSize {
    font-size: 96px;
    line-height:1em;
}

.fontSize2 {
    font-size: 63px;
    line-height:1em;
}

.animated {
    animation: fadeIn 2s;
 }
 @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

body.device-mobile-optimized {
    overflow-x: hidden;
    overflow-y: scroll
}

body.device-mobile-optimized:not(.autozoom) #SITE_CONTAINER,body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
    zoom:var(--zoom-factor,1);margin-left: auto;
    margin-right: auto;
    overflow-x: visible;
    position: relative;
    width: 320px
}

body.device-mobile-optimized:not(.autozoom):not(.blockSiteScrolling) #SITE_CONTAINER,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: hidden;
    overflow-y: auto
}

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 {
    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)
}

body.blockSiteScrollingWithOverflow {
    overflow-y: hidden
}

@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
}

#SITE_CONTAINER {
    position: relative
}

:root {
    --one-unit: 1vw;
    --section-max-width: 9999px
}

@supports(-webkit-appearance: none) and (stroke-color:transparent) {
    :root {
        --safari-sticky-fix:opacity
    }
}

@supports(container-type:inline-size) {
    :root {
        --one-unit: 1cqw
    }
}


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
}

#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.remove-wrappers #SITE_HEADER {
    grid-area: 1/1/2/2
}

#masterPage.mesh-layout.remove-wrappers #SITE_FOOTER {
    grid-area: 4/1/5/2
}

[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)
}

.ruTj7Z {
    direction: var(--direction,ltr)
}

.ruTj7Z>ul {
    box-sizing: border-box;
    width: 100%
}

.ruTj7Z>ul li {
    display: block
}

.ruTj7Z>ul li>div:active,.ruTj7Z>ul li>div:focus {
    background-color: rgba(var(--bgs,var(--color_15,color_15)),var(--alpha-bgs,1));
    transition: var(--itemBGColorNoTrans,background-color 50ms ease 0s)
}

.ruTj7Z .NIXfHQ {
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
    position: relative;
    -webkit-transform: translateZ(0)
}

.cgGlGU {
    --display: grid;
    direction: var(--direction,ltr);
    display: var(--display);
    grid-template-columns: minmax(0,1fr)
}

.cgGlGU>ul {
    box-sizing: border-box;
    width: 100%
}

.cgGlGU>ul li {
    display: block
}

.cgGlGU>ul li>div:active,.cgGlGU>ul li>div:focus {
    background-color: rgba(var(--bgs,var(--color_15,color_15)),var(--alpha-bgs,1));
    transition: var(--itemBGColorNoTrans,background-color 50ms ease 0s)
}

.cgGlGU .NIXfHQ {
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
    min-height: 1px;
    position: relative;
    -webkit-transform: translateZ(0)
}

.UNhuLu {
    --padding-left-lvl1: var(--padding-left,0);
    --padding-right-lvl1: var(--padding-right,0);
    --padding-left-lvl2: var(--sub-padding-left,0);
    --padding-right-lvl2: var(--sub-padding-right,0);
    --padding-left-lvl3: calc(2 * var(--padding-left-lvl2) - var(--padding-left-lvl1));
    --padding-right-lvl3: calc(2 * var(--padding-right-lvl2) - var(--padding-right-lvl1));
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border-color: rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));
    border-style: solid;
    border-width: var(--brw,1px);
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin: 0;
    min-width: 100px;
    position: relative;
    text-align: var(--text-align,left);
    transition: var(--itemBGColorTrans,background-color .4s ease 0s)
}

.UNhuLu .fEGEM_ {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr;
    height: var(--item-height,50px);
    position: relative
}

.UNhuLu .fEGEM_>.kGvnrc {
    position: relative;
    text-overflow: ellipsis
}

.UNhuLu .fEGEM_>.kGvnrc>.xfxJ27 {
    bottom: 0;
    color: rgb(var(--txt,var(--color_15,color_15)));
    display: inline;
    font: var(--fnt,var(--font_1));
    left: 0;
    line-height: var(--item-height,50px);
    overflow: hidden;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.UNhuLu .fEGEM_>.RJADXR {
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    min-width: 12px
}

.UNhuLu .fEGEM_>.RJADXR>.DpIELp {
    margin: 0 20px;
    min-width: 12px;
    width: 1em
}

.UNhuLu .fEGEM_>.RJADXR>.DpIELp svg {
    fill: rgb(var(--arrowColor,var(--color_14,color_14)));
    pointer-events: none
}

@supports(-webkit-touch-callout:none) {
    .UNhuLu .fEGEM_>.kGvnrc>.xfxJ27 {
        text-decoration: underline;
        text-decoration-color: transparent
    }
}

.UNhuLu.fqtSRp>.fEGEM_ {
    grid-template-columns: var(--template-columns,1fr 52px)
}

.UNhuLu.fqtSRp>.fEGEM_>.kGvnrc {
    grid-column: var(--label-grid-column,auto)
}

.UNhuLu.fqtSRp>.fEGEM_>.RJADXR {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    grid-column: var(--arrow-grid-column,auto);
    justify-content: center
}

.UNhuLu.hGjOas>.saNEb7 {
    display: block;
    opacity: 1;
    transition: var(--subMenuOpacityTrans,all .4s ease 0s)
}

.UNhuLu.hGjOas>.fEGEM_ .DpIELp {
    transform: rotate(180deg)
}

.UNhuLu.QqwXfj>.fEGEM_ {
    background-color: rgba(var(--bgs,var(--color_15,color_15)),var(--alpha-bgs,1))
}

.fqtSRp .UNhuLu.QqwXfj>.fEGEM_ {
    background-color: rgba(var(--bgsSub,var(--color_15,color_15)),var(--alpha-bgsSub,1))
}

.UNhuLu.QqwXfj>.fEGEM_>.kGvnrc>.xfxJ27 {
    color: rgb(var(--txtsSub,var(--color_13,color_13)));
    color: rgb(var(--txts,var(--color_13,color_13)))
}

.UNhuLu>.saNEb7 {
    display: none;
    min-width: 100%;
    opacity: 0;
    transition: var(--subMenuOpacityTrans,all .4s ease 0s)
}

.UNhuLu>.saNEb7>.YLBS9j {
    background-color: rgba(var(--bgexpanded,var(--color_15,color_15)),var(--alpha-bgexpanded,1));
    border: none
}

.UNhuLu>.saNEb7>.YLBS9j .xfxJ27 {
    color: rgb(var(--txtexpanded,var(--color_13,color_13)));
    font: var(--fntSubMenu,var(--font_1));
    line-height: var(--item-height,50px);
    padding-left: var(--padding-left-lvl2,0);
    padding-right: var(--padding-right-lvl2,0)
}

.UNhuLu>.saNEb7 .saNEb7 .xfxJ27 {
    padding-left: var(--padding-left-lvl3,0);
    padding-right: var(--padding-right-lvl3,0)
}

.UNhuLu .ZD5b14 {
    opacity: 0;
    position: absolute
}

.UNhuLu .xfxJ27 {
    padding-left: var(--padding-left-lvl1,0);
    padding-right: var(--padding-right-lvl1,0)
}

.u4cNtA {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border-color: rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));
    border-style: solid;
    border-width: var(--brw,1px);
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    text-align: var(--text-align,left);
    transition: var(--itemBGColorTrans,background-color .4s ease 0s)
}

.u4cNtA .fEGEM_ {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    position: relative
}

.u4cNtA .fEGEM_>.kGvnrc {
    display: grid;
    position: relative;
    text-overflow: ellipsis
}

.u4cNtA .fEGEM_>.kGvnrc>.xfxJ27 {
    color: rgb(var(--txt,var(--color_15,color_15)));
    display: inline;
    font: var(--fnt,var(--font_1));
    overflow: hidden;
    padding-bottom: var(--verticalPadding,0);
    padding-top: var(--verticalPadding,0);
    position: relative;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.u4cNtA .fEGEM_>.RJADXR {
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    min-width: 12px
}

.u4cNtA .fEGEM_>.RJADXR>.DpIELp {
    margin: 0 20px;
    min-width: 12px;
    width: 1em
}

.u4cNtA .fEGEM_>.RJADXR>.DpIELp svg {
    fill: rgb(var(--arrowColor,var(--color_15,color_15)));
    pointer-events: none
}

.u4cNtA.fqtSRp>.fEGEM_ {
    grid-template-columns: var(--template-columns,1fr 52px)
}

.u4cNtA.fqtSRp>.fEGEM_>.kGvnrc {
    grid-column: var(--label-grid-column,auto)
}

.u4cNtA.fqtSRp>.fEGEM_>.RJADXR {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    grid-column: var(--arrow-grid-column,auto);
    justify-content: center
}

.u4cNtA.hGjOas>.saNEb7 {
    display: block;
    opacity: 1;
    transition: var(--subMenuOpacityTrans,all .4s ease 0s)
}

.u4cNtA.hGjOas>.fEGEM_ .DpIELp {
    transform: rotate(180deg)
}

.u4cNtA.QqwXfj>.fEGEM_ {
    background-color: rgba(var(--bgs,var(--color_15,color_15)),var(--alpha-bgs,1))
}

.fqtSRp .u4cNtA.QqwXfj>.fEGEM_ {
    background-color: rgba(var(--bgsSub,var(--color_15,color_15)),var(--alpha-bgsSub,1))
}

.u4cNtA.QqwXfj>.fEGEM_>.kGvnrc>.xfxJ27 {
    color: rgb(var(--txtsSub,var(--color_13,color_13)));
    color: rgb(var(--txts,var(--color_13,color_13)))
}

.u4cNtA>.saNEb7 {
    display: none;
    min-width: 100%;
    opacity: 0;
    transition: var(--subMenuOpacityTrans,all .4s ease 0s)
}

.u4cNtA>.saNEb7>.YLBS9j {
    background-color: rgba(var(--bgexpanded,var(--color_15,color_15)),var(--alpha-bgexpanded,1));
    border: none
}

.u4cNtA>.saNEb7>.YLBS9j .xfxJ27 {
    color: rgb(var(--txtexpanded,var(--color_13,color_13)));
    font: var(--fntSubMenu,var(--font_1));
    padding-left: var(--sub-padding-left,0);
    padding-right: var(--sub-padding-right,0)
}

.u4cNtA .ZD5b14 {
    opacity: 0;
    position: absolute
}

.u4cNtA .xfxJ27 {
    padding-left: var(--padding-left,0);
    padding-right: var(--padding-right,0)
}

.EmyVop {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0;
    visibility: hidden
}

.EmyVop.two32l {
    opacity: 1;
    visibility: visible
}

.EmyVop[data-undisplayed=true] {
    display: none
}

.EmyVop:not([data-is-mesh]) .vMwwq3,.EmyVop:not([data-is-mesh]) .vnTKrr {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.YppmB_ {
    background-color: rgba(var(--bg,var(--color_15,color_15)),var(--alpha-bg,1));
    display: initial;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.YppmB_.RmiF1m {
    display: none
}

:host(.device-mobile-optimized) .YppmB_,body.device-mobile-optimized .YppmB_ {
    height: calc(100vh/var(--zoom-factor, 1));
    left: calc((100% - var(--screen-width))/2);
    width: var(--screen-width)
}

:host(.device-mobile-optimized) .EmyVop.RmiF1m,body.device-mobile-optimized .EmyVop.RmiF1m {
    left: calc((100% - var(--screen-width))/2)
}

:host(.device-mobile-optimized) .EmyVop.dqZerU,body.device-mobile-optimized .EmyVop.dqZerU {
    height: calc(100vh/var(--zoom-factor, 1))
}

:host(:not(.device-mobile-optimized)) .EmyVop.dqZerU,body:not(.device-mobile-optimized) .EmyVop.dqZerU {
    height: calc(100vh/var(--zoom-factor, 1))
}

.Zcgm3P.dqZerU,.Zcgm3P.dqZerU>:first-child {
    height: calc(var(--menu-height) - var(--wix-ads-height))
}

.Zcgm3P.dqZerU>:first-child {
    margin-top: var(--wix-ads-height)
}

.EmyVop.dqZerU {
    top: 0
}

.vnTKrr {
    height: 100%;
    width: 100%
}

.EmyVop {
    position: fixed;
    z-index: calc(var(--above-all-z-index) - 1)
}

._1tQlq {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0;
    visibility: hidden
}

._1tQlq.kTFWgg {
    opacity: 1;
    visibility: visible
}

._1tQlq[data-undisplayed=true] {
    display: none
}

._1tQlq:not([data-is-mesh]) .X9vkbb,._1tQlq:not([data-is-mesh]) .jpeeyX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.PbIVkr {
    background-color: rgba(var(--bg,var(--color_15,color_15)),var(--alpha-bg,1));
    display: initial;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.PbIVkr.YN_fLB {
    display: none
}

:host(.device-mobile-optimized) .PbIVkr,body.device-mobile-optimized .PbIVkr {
    height: calc(100vh/var(--zoom-factor, 1));
    left: calc((100% - var(--screen-width))/2);
    width: var(--screen-width)
}

:host(.device-mobile-optimized) ._1tQlq.YN_fLB,body.device-mobile-optimized ._1tQlq.YN_fLB {
    left: calc((100% - var(--screen-width))/2)
}

:host(.device-mobile-optimized) ._1tQlq.jFliG2,body.device-mobile-optimized ._1tQlq.jFliG2 {
    height: calc(100vh/var(--zoom-factor, 1))
}

:host(:not(.device-mobile-optimized)) ._1tQlq.jFliG2,body:not(.device-mobile-optimized) ._1tQlq.jFliG2 {
    height: calc(100vh/var(--zoom-factor, 1))
}

.n74Psq.jFliG2,.n74Psq.jFliG2>:first-child {
    height: calc(var(--menu-height) - var(--wix-ads-height))
}

.n74Psq.jFliG2>:first-child {
    margin-top: var(--wix-ads-height)
}

._1tQlq.jFliG2 {
    top: 0
}

.jpeeyX {
    height: 100%;
    width: 100%
}

._1tQlq {
    position: fixed;
    z-index: calc(var(--above-all-z-index) - 1)
}

.n74Psq {
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    position: relative;
    scrollbar-width: none
}

.n74Psq::-webkit-scrollbar {
    height: 0;
    width: 0
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width,100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image,none);
    mask-image: var(--mask-image,none);
    -webkit-mask-position: var(--mask-position,0);
    mask-position: var(--mask-position,0);
    -webkit-mask-repeat: var(--mask-repeat,no-repeat);
    mask-repeat: var(--mask-repeat,no-repeat);
    -webkit-mask-size: var(--mask-size,100%);
    mask-size: var(--mask-size,100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0,auto,auto,0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height,100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
        clip:auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale,1));
    transition: var(--transform-duration,transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    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)
    }
}

.gIn6Wf {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .gIn6Wf {
    z-index: var(--above-all-in-container)
}

.gIn6Wf.ZhsSZ_ {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .gIn6Wf {
        touch-action: manipulation
    }
}

.P4my70 {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.P4my70,.P4my70.ZhsSZ_ {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.P4my70.ZhsSZ_ {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.YRyQqb {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .YRyQqb {
    z-index: var(--above-all-in-container)
}

.YRyQqb.oX7wPA {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .YRyQqb {
        touch-action: manipulation
    }
}

.KbTtfL {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.KbTtfL,.KbTtfL.oX7wPA {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.KbTtfL.oX7wPA {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.enVN3p {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 22px;
    position: relative;
    transition: all .3s linear;
    width: 22px
}

.enVN3p:after,.enVN3p:before {
    background: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.enVN3p:after,.enVN3p:before {
    height: 3px;
    width: 22px
}

.enVN3p:after {
    transform: rotate(90deg);
    transition: all .12s linear
}

.enVN3p.oX7wPA {
    transform: rotate(180deg)
}

.enVN3p.oX7wPA:after,.enVN3p.oX7wPA:before {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.enVN3p.oX7wPA:after {
    transform: rotate(180deg)
}

.U_e6Q8 {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .U_e6Q8 {
    z-index: var(--above-all-in-container)
}

.U_e6Q8.JJHA1E {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .U_e6Q8 {
        touch-action: manipulation
    }
}

.Ids9OS {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.Ids9OS,.Ids9OS.JJHA1E {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Ids9OS.JJHA1E {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.XLAVDo {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 21px;
    justify-content: space-between;
    transition: transform .33s ease-out;
    width: 26px
}

.XLAVDo.JJHA1E {
    transform: rotate(-45deg)
}

.obddOt {
    background-color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    border-radius: 1.5px;
    height: 3px;
    width: 100%
}

.obddOt.SRM_9q {
    width: 50%
}

.obddOt.YQwk0a {
    transform-origin: right;
    transition: transform .33s cubic-bezier(.54,-.81,.57,.57)
}

.JJHA1E .obddOt.YQwk0a {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    transform: rotate(-90deg) translateX(4px)
}

.obddOt.eyQVgg {
    align-self: flex-end;
    transform-origin: left;
    transition: transform .33s cubic-bezier(.54,-.81,.57,.57)
}

.JJHA1E .obddOt.eyQVgg {
    transform: rotate(-90deg) translateX(-4px)
}

.JJHA1E .obddOt.BU_Jm5,.JJHA1E .obddOt.eyQVgg {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.kGFVDf {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .kGFVDf {
    z-index: var(--above-all-in-container)
}

.kGFVDf.MEduRo {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .kGFVDf {
        touch-action: manipulation
    }
}

.nKRcKG {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.nKRcKG,.nKRcKG.MEduRo {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.nKRcKG.MEduRo {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.B1Ti_C {
    height: 20px;
    width: 22px
}

.B1Ti_C,.naeVRo {
    position: absolute
}

.naeVRo {
    background-color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    height: 2px;
    transition: all .25s ease
}

.HUKlBY {
    top: 0;
    width: 50%
}

.RWu2Qu,._W7Xw0 {
    top: 9px;
    width: 100%
}

.plHZxT {
    bottom: 0;
    width: 50%
}

.oo_S7a {
    left: 0
}

.dQWoWx {
    right: 0
}

.RWu2Qu.naeVRo,._W7Xw0.naeVRo {
    transform-origin: center
}

.HUKlBY.naeVRo.oo_S7a {
    transform-origin: 0 0
}

.HUKlBY.naeVRo.dQWoWx {
    transform-origin: 100% 0
}

.plHZxT.naeVRo.oo_S7a {
    transform-origin: 0 100%
}

.plHZxT.naeVRo.dQWoWx {
    transform-origin: 100% 100%
}

.B1Ti_C.MEduRo .HUKlBY.naeVRo.dQWoWx,.B1Ti_C.MEduRo .HUKlBY.naeVRo.oo_S7a,.B1Ti_C.MEduRo .plHZxT.naeVRo.dQWoWx,.B1Ti_C.MEduRo .plHZxT.naeVRo.oo_S7a {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    transform: scaleX(0)
}

.B1Ti_C.MEduRo ._W7Xw0.naeVRo {
    transform: rotate(-45deg) scaleX(1)
}

.B1Ti_C.MEduRo .RWu2Qu.naeVRo,.B1Ti_C.MEduRo ._W7Xw0.naeVRo {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.B1Ti_C.MEduRo .RWu2Qu.naeVRo {
    transform: rotate(45deg) scaleX(1)
}

.So0yP_ {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .So0yP_ {
    z-index: var(--above-all-in-container)
}

.So0yP_.PztR8I {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .So0yP_ {
        touch-action: manipulation
    }
}

.js8bIY {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    transition: all .5s
}

.js8bIY,.js8bIY.PztR8I {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.js8bIY.PztR8I {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-style: solid;
    border-width: var(--borderwidthOpen,0)
}

.baZw44 {
    height: 20px;
    margin: auto;
    position: relative;
    width: 22px
}

.T8_LA1 {
    background-color: rgba(var(--lineColor,var(--color_11,color_11)),var(--alpha-lineColor,1));
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    width: 100%
}

.dbDvn7 {
    margin: auto;
    top: 0
}

.dbDvn7,.iu4m2t {
    bottom: 0
}

.baZw44.PztR8I .T8_LA1 {
    background-color: rgba(var(--lineColorOpen,var(--color_11,color_11)),var(--alpha-lineColorOpen,1))
}

.baZw44.PztR8I .HZW1lN {
    transform: translateY(10px) translateY(-50%) rotate(-45deg)
}

.baZw44.PztR8I .dbDvn7 {
    opacity: 0
}

.baZw44.PztR8I .iu4m2t {
    transform: translateY(-10px) translateY(50%) rotate(45deg)
}

.js8bIY {
    background-color: rgba(var(--bg,var(--color_15,color_15)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_15,color_15)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6))
}

.js8bIY.PztR8I {
    background-color: rgba(var(--bgOpen,var(--color_15,color_15)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_15,color_15)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.OJFWTw {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .OJFWTw {
    z-index: var(--above-all-in-container)
}

.OJFWTw.hSKHso {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .OJFWTw {
        touch-action: manipulation
    }
}

.YBhBTQ {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.YBhBTQ,.YBhBTQ.hSKHso {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.YBhBTQ.hSKHso {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.aoIbio {
    cursor: pointer;
    height: 26px;
    width: 26px
}

.tbJLVX {
    -webkit-touch-callout: none;
    opacity: 1;
    transition: opacity .5s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.YB05pm {
    color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    font-family: Helvetica-bold;
    font-size: 12px;
    left: 55%;
    letter-spacing: 5px;
    transform: translate(-50%,-50%);
    transition: all .25s ease
}

.SofRfX,.XOaVd6,.YB05pm {
    position: absolute;
    top: 50%
}

.SofRfX,.XOaVd6 {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    height: 2px;
    left: 50%;
    opacity: 0;
    width: 0
}

.SofRfX {
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all .3s ease
}

.XOaVd6 {
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: all .3s ease .3s
}

.aoIbio.hSKHso .SofRfX,.aoIbio.hSKHso .XOaVd6 {
    opacity: 1;
    width: 24px
}

.aoIbio.hSKHso .tbJLVX {
    opacity: 0
}

.mGx4LE {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .mGx4LE {
    z-index: var(--above-all-in-container)
}

.mGx4LE.VaMfZ_ {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .mGx4LE {
        touch-action: manipulation
    }
}

.iFKBdR {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.iFKBdR,.iFKBdR.VaMfZ_ {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.iFKBdR.VaMfZ_ {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.MsXubo {
    display: block;
    height: 22px;
    position: relative;
    width: 22px
}

.MsXubo *,.MsXubo :after,.MsXubo :before {
    box-sizing: border-box
}

.MsXubo .L8RJUm {
    background-color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    border-radius: 100%;
    height: 4.4px;
    position: absolute;
    transition: .2s ease-in-out;
    width: 4.4px
}

.MsXubo .L8RJUm:first-of-type {
    transform: translate(0)
}

.MsXubo .L8RJUm:nth-of-type(2) {
    transform: translate(8.8px)
}

.MsXubo .L8RJUm:nth-of-type(3) {
    transform: translate(17.6px)
}

.MsXubo .L8RJUm:nth-of-type(4) {
    transform: translateY(8.8px)
}

.MsXubo .L8RJUm:nth-of-type(5) {
    transform: translate(8.8px,8.8px)
}

.MsXubo .L8RJUm:nth-of-type(6) {
    transform: translate(17.6px,8.8px)
}

.MsXubo .L8RJUm:nth-of-type(7) {
    transform: translateY(17.6px)
}

.MsXubo .L8RJUm:nth-of-type(8) {
    transform: translate(8.8px,17.6px)
}

.MsXubo .L8RJUm:nth-of-type(9) {
    transform: translate(17.6px,17.6px)
}

.MsXubo.VaMfZ_ .L8RJUm {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.MsXubo.VaMfZ_ .L8RJUm:first-of-type {
    transform: translate(0)
}

.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(2) {
    transform: translate(4.4px,4.4px)
}

.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(3) {
    transform: translate(17.6px)
}

.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(4) {
    transform: translate(4.4px,13.2px)
}

.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(6) {
    transform: translate(13.2px,4.4px)
}

.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(7) {
    transform: translateY(17.6px)
}

.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(8) {
    transform: translate(13.2px,13.2px)
}

.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(9) {
    transform: translate(17.6px,17.6px)
}

.r17LYB {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .r17LYB {
    z-index: var(--above-all-in-container)
}

.r17LYB.Ez9DzT {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .r17LYB {
        touch-action: manipulation
    }
}

.RgC3KY {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.RgC3KY,.RgC3KY.Ez9DzT {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.RgC3KY.Ez9DzT {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.Klh_2G {
    height: 20px;
    transition: transform .3s ease-in-out;
    width: 25px
}

.Klh_2G span {
    background-color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    border-radius: 1px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    transition: width .3s ease-in-out,transform .3s ease-in-out,opacity .3s ease-in-out;
    width: 100%
}

.Klh_2G span:first-child {
    top: 0
}

.Klh_2G span:nth-child(2) {
    top: 5px
}

.Klh_2G span:nth-child(3) {
    top: 10px
}

.Ez9DzT.Klh_2G {
    transform: rotate(180deg)
}

.Ez9DzT.Klh_2G span {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    width: 16px
}

.Ez9DzT.Klh_2G span:first-child {
    opacity: 0
}

.Ez9DzT.Klh_2G span:nth-child(2) {
    transform: rotate(45deg) translateX(0) translateY(1px)
}

.Ez9DzT.Klh_2G span:nth-child(3) {
    transform: rotate(-45deg) translateX(12px) translateY(1px)
}

.fm7Z2W {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .fm7Z2W {
    z-index: var(--above-all-in-container)
}

.fm7Z2W.XEQtWV {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .fm7Z2W {
        touch-action: manipulation
    }
}

.zhzq3y {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.zhzq3y,.zhzq3y.XEQtWV {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.zhzq3y.XEQtWV {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.muO8XP {
    display: block;
    height: 20px;
    position: relative;
    width: 24px
}

.muO8XP span,.muO8XP span:after,.muO8XP span:before {
    background-color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 24px
}

.muO8XP span:after,.muO8XP span:before {
    content: "";
    transition: .2s
}

.muO8XP span:before {
    transform: translateY(-9px)
}

.muO8XP span:after {
    transform: translateY(9px)
}

.XEQtWV span {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    transform: translateX(1px);
    width: 23px
}

.XEQtWV span:before {
    transform: rotate(-35deg);
    transform-origin: left bottom
}

.XEQtWV span:after,.XEQtWV span:before {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    width: 12px
}

.XEQtWV span:after {
    transform: rotate(35deg);
    transform-origin: left top
}

.OKYxO_ {
    align-items: center;
    display: flex;
    justify-content: center
}

.mR8LEU {
    opacity: 0;
    transform: translateX(50%);
    transform-origin: right center;
    transition: .5s
}

.eRHCF_ {
    opacity: 1;
    transform: translateX(0)
}

.x17Tc8 {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .x17Tc8 {
    z-index: var(--above-all-in-container)
}

.x17Tc8.unAAcL {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .x17Tc8 {
        touch-action: manipulation
    }
}

.TQ6OEg {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.TQ6OEg,.TQ6OEg.unAAcL {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.TQ6OEg.unAAcL {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.SACRXu {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 26px;
    justify-content: space-around;
    transition: transform .2s ease;
    width: 26px
}

.Jzi8Yx {
    transform: rotate(-45deg);
    transition: opacity .2s ease,transform .2s ease;
    width: 30px
}

.Jzi8Yx,.qTZmEh {
    background-color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    border-radius: 10px;
    height: 2px
}

.qTZmEh {
    transition: transform .2s ease,border-color .2s ease;
    width: 17px
}

.qTZmEh.IOOdvm {
    transform: rotate(-45deg) translate(-7px,-3px)
}

.qTZmEh.JDwVHd {
    transform: rotate(-45deg) translate(6px,2px)
}

.SACRXu.unAAcL .IOOdvm {
    transform: translateY(9px) rotate(135deg)
}

.SACRXu.unAAcL .IOOdvm,.SACRXu.unAAcL .JDwVHd {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    width: 20px
}

.SACRXu.unAAcL .JDwVHd {
    transform: translateY(-9px) rotate(45deg)
}

.SACRXu.unAAcL .Jzi8Yx {
    opacity: 0;
    transform: rotate(45deg)
}

.rNNcaA {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .rNNcaA {
    z-index: var(--above-all-in-container)
}

.rNNcaA.jJdFnD {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .rNNcaA {
        touch-action: manipulation
    }
}

.BPLyku {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.BPLyku,.BPLyku.jJdFnD {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.BPLyku.jJdFnD {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.Ic34Nb,.ROpKdV {
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22px
}

.Ic34Nb,.Ic34Nb span,.ROpKdV,.ROpKdV span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: .2s ease-in-out
}

.Ic34Nb span,.ROpKdV span {
    backface-visibility: hidden;
    background-color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    border-radius: 2em;
    height: 3px;
    position: absolute;
    width: 100%
}

.Ic34Nb span:nth-child(2),.ROpKdV span:nth-child(2) {
    transform: rotate(90deg)
}

.ROpKdV.jJdFnD,.jJdFnD.Ic34Nb {
    transform: rotate(135deg)
}

.ROpKdV.jJdFnD span,.jJdFnD.Ic34Nb span {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.Ic34Nb {
    align-items: center;
    display: flex;
    justify-content: center
}

.Ic34Nb span {
    left: 0
}

.Ic34Nb span:nth-child(2) {
    transform: rotate(90deg)
}

.Ic34Nb.jJdFnD {
    transform: rotate(135deg)
}

.Ic34Nb.jJdFnD span {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.y73xlN {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .y73xlN {
    z-index: var(--above-all-in-container)
}

.y73xlN.Kx2Lb_ {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .y73xlN {
        touch-action: manipulation
    }
}

.J6UdEa {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.J6UdEa,.J6UdEa.Kx2Lb_ {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.J6UdEa.Kx2Lb_ {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.kLibfv {
    cursor: pointer;
    display: block;
    height: 20px;
    position: relative;
    width: 26px
}

.kLibfv div {
    background: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    border-radius: 2px;
    height: 2px;
    position: absolute;
    transition: transform .45s cubic-bezier(.9,-.6,.3,1.6),width .2s ease .2s
}

.kLibfv .b2zCu2 {
    left: 0;
    margin: -2px 0 0 0;
    top: 11px;
    transform-origin: 50% 50%;
    width: 26px
}

.kLibfv .GYW_Vv {
    left: 0;
    transform-origin: 0 50%;
    width: 13px
}

.kLibfv .fIrRrT {
    bottom: 0;
    transform-origin: 100% 50%;
    width: 18px
}

.kLibfv.Kx2Lb_ .b2zCu2 {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    transform: rotate(-45deg) translate(0);
    transition: transform .2s cubic-bezier(.9,-.6,.3,1.6) .1s
}

.kLibfv.Kx2Lb_ .GYW_Vv {
    transform: translate(4px) rotate(45deg)
}

.kLibfv.Kx2Lb_ .GYW_Vv,.kLibfv.Kx2Lb_ .fIrRrT {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    transition: transform .2s cubic-bezier(.9,-.6,.3,1.6) .1s,width .15s ease;
    width: 13px
}

.kLibfv.Kx2Lb_ .fIrRrT {
    transform: translate(9px) rotate(45deg)
}

.aoylXL {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .aoylXL {
    z-index: var(--above-all-in-container)
}

.aoylXL.fNnJyG {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .aoylXL {
        touch-action: manipulation
    }
}

.IqliFl {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.IqliFl,.IqliFl.fNnJyG {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.IqliFl.fNnJyG {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.O240SO {
    cursor: pointer;
    position: absolute
}

.dm9Pzg {
    background: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    transition: all .3s cubic-bezier(0,1,.5,1);
    width: 19px
}

.dm9Pzg:first-child {
    left: 0;
    top: 0;
    transform: rotate(0)
}

.fNnJyG .dm9Pzg:first-child {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    left: 0;
    top: 8px;
    transform: rotate(-45deg)
}

.dm9Pzg:nth-child(2) {
    opacity: 1;
    right: -5px
}

.fNnJyG .dm9Pzg:nth-child(2) {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));
    opacity: 0;
    right: 0
}

.dm9Pzg:last-child {
    left: 0;
    margin: 0;
    top: 0;
    transform: rotate(0)
}

.fNnJyG .dm9Pzg:last-child {
    left: 0;
    top: -8px;
    transform: rotate(45deg)
}

.fNnJyG .dm9Pzg,.fNnJyG .dm9Pzg:last-child {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.J7mHF_ {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .J7mHF_ {
    z-index: var(--above-all-in-container)
}

.J7mHF_.TR1lP5 {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .J7mHF_ {
        touch-action: manipulation
    }
}

.v7cAjr {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.v7cAjr,.v7cAjr.TR1lP5 {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.v7cAjr.TR1lP5 {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.JOBrqh {
    height: 18px;
    width: 26px
}

.KKTZfd {
    background: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    border-radius: 4px;
    height: 2px;
    position: relative;
    transition: .4s
}

.TpQgIG {
    top: 0;
    width: 26px
}

.PGlfJM {
    top: 6px;
    width: 26px
}

.ja83fW {
    top: 12px;
    width: 13px
}

.TR1lP5 .TpQgIG {
    top: 8px
}

.TR1lP5 .PGlfJM,.TR1lP5 .TpQgIG,.TR1lP5 .ja83fW {
    background: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.TR1lP5 .ja83fW {
    top: 4px
}

.JxHGmw {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .JxHGmw {
    z-index: var(--above-all-in-container)
}

.JxHGmw.HoyfNC {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .JxHGmw {
        touch-action: manipulation
    }
}

.fo6j2q {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.fo6j2q,.fo6j2q.HoyfNC {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.fo6j2q.HoyfNC {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.BCbKRj {
    height: 22px;
    margin: auto;
    position: absolute;
    width: 22px
}

.BCbKRj span {
    background-color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    display: block;
    height: 2px;
    position: relative;
    transition: transform .2s cubic-bezier(.25,.46,.45,.94),top .2s cubic-bezier(.3,1.4,.7,1) .2s,bottom .2s cubic-bezier(.3,1.4,.7,1) .2s;
    width: 22px
}

.BCbKRj span:first-of-type {
    top: 5px
}

.BCbKRj span:last-of-type {
    top: 13px
}

.BCbKRj.HoyfNC span {
    transition: transform .2s cubic-bezier(.25,.46,.45,.94) .2s,top .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1)
}

.BCbKRj.HoyfNC span:first-of-type {
    top: 10px;
    transform: rotate(45deg)
}

.BCbKRj.HoyfNC span:first-of-type,.BCbKRj.HoyfNC span:last-of-type {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.BCbKRj.HoyfNC span:last-of-type {
    top: 8px;
    transform: rotate(-45deg)
}

.lu0Rcq {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .lu0Rcq {
    z-index: var(--above-all-in-container)
}

.lu0Rcq.vXxIVB {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .lu0Rcq {
        touch-action: manipulation
    }
}

.su830K {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.su830K,.su830K.vXxIVB {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.su830K.vXxIVB {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.l0AfMo {
    height: 19px;
    width: 22px
}

.kFhkeL,.l0AfMo {
    position: absolute
}

.kFhkeL {
    background-color: rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));
    height: 3px;
    transition: all .25s ease
}

.rBz8fx {
    top: 0;
    width: 50%
}

.FkbwVM {
    top: 8px;
    width: 100%
}

.CYMuk3 {
    bottom: 0;
    width: 50%
}

.uWZnSw {
    left: 0
}

.sNnUw0 {
    right: 0
}

.rBz8fx.kFhkeL.uWZnSw {
    transform-origin: 0 0
}

.rBz8fx.kFhkeL.sNnUw0 {
    transform-origin: 100% 0
}

.CYMuk3.kFhkeL.uWZnSw {
    transform-origin: 0 100%
}

.CYMuk3.kFhkeL.sNnUw0 {
    transform-origin: 100% 100%
}

.l0AfMo.vXxIVB .rBz8fx.kFhkeL.uWZnSw {
    transform: translate(5px,2px) rotate(45deg)
}

.l0AfMo.vXxIVB .rBz8fx.kFhkeL.sNnUw0,.l0AfMo.vXxIVB .rBz8fx.kFhkeL.uWZnSw {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.l0AfMo.vXxIVB .rBz8fx.kFhkeL.sNnUw0 {
    transform: translate(-5px,2px) rotate(-45deg)
}

.l0AfMo.vXxIVB .CYMuk3.kFhkeL.uWZnSw {
    transform: translate(5px,-1px) rotate(-45deg)
}

.l0AfMo.vXxIVB .CYMuk3.kFhkeL.sNnUw0,.l0AfMo.vXxIVB .CYMuk3.kFhkeL.uWZnSw {
    background-color: rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))
}

.l0AfMo.vXxIVB .CYMuk3.kFhkeL.sNnUw0 {
    transform: translate(-5px,-1px) rotate(45deg)
}

.l0AfMo.vXxIVB .FkbwVM.kFhkeL {
    transform: scaleX(0)
}

.w1a2zI {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}

body:not(.responsive) .w1a2zI {
    z-index: var(--above-all-in-container)
}

.w1a2zI.H801ob {
    z-index: var(--above-all-z-index)!important
}

@supports(-webkit-touch-callout:none) {
    .w1a2zI {
        touch-action: manipulation
    }
}

.JVni1I {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}

.JVni1I,.JVni1I.H801ob {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.JVni1I.H801ob {
    background-color: rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));
    border-color: rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));
    border-radius: var(--rdOpen,0);
    border-style: solid;
    border-width: var(--borderwidthOpen,0);
    box-shadow: var(--shdOpen,0 0 0 rgba(0,0,0,.6))
}

.kpM1s0 {
    height: 20px;
    width: 22px
}

.ZBaDfe,.kpM1s0 {
    position: absolute
}

.ZBaDfe {
    background-color: rgba(var(--lineColor,var(--color_15,color_15)),var(--alpha-lineColor,1));
    height: 2px;
    transition: all .25s ease
}

.LZBOca {
    top: 0;
    width: 100%
}

.HSYWnj {
    top: 9px;
    width: 100%
}

.r8m7zZ {
    bottom: 0;
    width: 100%
}

.LZBOca.ZBaDfe {
    transform-origin: 0 0
}

.r8m7zZ.ZBaDfe {
    transform-origin: 0 100%
}

.kpM1s0.H801ob .LZBOca.ZBaDfe {
    transform: translate(4px,2px) rotate(45deg)
}

.kpM1s0.H801ob .LZBOca.ZBaDfe,.kpM1s0.H801ob .r8m7zZ.ZBaDfe {
    background-color: rgba(var(--lineColorOpen,var(--color_15,color_15)),var(--alpha-lineColorOpen,1))
}

.kpM1s0.H801ob .r8m7zZ.ZBaDfe {
    transform: translate(4px,-1px) rotate(-45deg)
}

.kpM1s0.H801ob .HSYWnj.ZBaDfe {
    background-color: rgba(var(--lineColorOpen,var(--color_15,color_15)),var(--alpha-lineColorOpen,1));
    transform: scaleX(0)
}

.rG7wwD {
    --display: flex;
    cursor: pointer;
    display: var(--display);
    opacity: 0;
    transition: visibility 0s .5s,opacity .5s ease 0s;
    visibility: hidden
}

.rG7wwD .tjpQKX {
    height: 100%;
    opacity: var(--icon-opacity,1);
    width: 100%
}

.rG7wwD .tjpQKX svg {
    overflow: visible
}

.wnbU2e {
    opacity: 1;
    position: relative;
    transition-delay: 0s;
    visibility: visible;
    z-index: var(--above-all-z-index)
}


.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
}

[data-view-transition=page-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.StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color)!important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-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.StylableButton2545352419--hasColor,.StylableButton2545352419__root.StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-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>div {
    display: flex;
    height: inherit;
    width: inherit
}

.a9YhBi {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.dX12nb {
    cursor: pointer
}

.AKxYR5 {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow,none);
    opacity: var(--opacity);
    transform: var(--flip)
}

.AKxYR5,.AKxYR5 svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.AKxYR5 svg {
    height: var(--svg-calculated-height,100%);
    margin: auto;
    padding: var(--svg-calculated-padding,0);
    width: var(--svg-calculated-width,100%)
}

.AKxYR5 svg: not([data-type=ugc]) {
    overflow:visible
}

.VZYmYf * {
    vector-effect: non-scaling-stroke
}

@supports(-webkit-hyphens: none) {
    .AKxYR5.vv0uGt {
        will-change:filter
    }
}

.HcOXKn {
    -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
}

.ONIxfn {
    cursor: pointer
}

.WUKwEB {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.QxJLC3 [data-attr-richtext-marker=true] {
    display: block
}

.QxJLC3 [data-attr-richtext-marker=true] table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%
}

.QxJLC3 [data-attr-richtext-marker=true] table td {
    padding: 12px;
    position: relative
}

.QxJLC3 [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
}

.QxJLC3 [data-attr-richtext-marker=true] table tr td: last-child:after {
    border-right:1px solid currentColor
}

.QxJLC3 [data-attr-richtext-marker=true] table tr: first-child td:after {
    border-top:1px solid currentColor
}

.uGVkMG {
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.uGVkMG .edKzOf {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.uGVkMG .edKzOf ul {
    list-style: disc inside
}

.uGVkMG .edKzOf li {
    margin-bottom: 12px
}

.SxM0TO blockquote,.SxM0TO h1,.SxM0TO h2,.SxM0TO h3,.SxM0TO h4,.SxM0TO h5,.SxM0TO h6,.SxM0TO p {
    letter-spacing: normal;
    line-height: normal
}

.nJYhU3 {
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.nJYhU3 .edKzOf {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.nJYhU3 .edKzOf ol,.nJYhU3 .edKzOf ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-start:.5em;padding-inline-start:1.3em}

.nJYhU3 .edKzOf ul {
    list-style-type: disc
}

.nJYhU3 .edKzOf ol {
    list-style-type: decimal
}

.nJYhU3 .edKzOf ol ul,.nJYhU3 .edKzOf ul ul {
    line-height: normal;
    list-style-type: circle
}

.nJYhU3 .edKzOf ol ol ul,.nJYhU3 .edKzOf ol ul ul,.nJYhU3 .edKzOf ul ol ul,.nJYhU3 .edKzOf ul ul ul {
    line-height: normal;
    list-style-type: square
}

.nJYhU3 .edKzOf li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.nJYhU3 .edKzOf h1,.nJYhU3 .edKzOf h2,.nJYhU3 .edKzOf h3,.nJYhU3 .edKzOf h4,.nJYhU3 .edKzOf h5,.nJYhU3 .edKzOf h6,.nJYhU3 .edKzOf p {
    letter-spacing: normal;
    line-height: normal;
    margin-block:0;margin: 0
}

.nJYhU3 .edKzOf a {
    color: inherit
}

.SxM0TO,.c9GqVL {
    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
}

.SxM0TO>*,.c9GqVL>* {
    pointer-events: auto
}

.SxM0TO li,.c9GqVL li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.SxM0TO ol,.SxM0TO ul,.c9GqVL ol,.c9GqVL ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-end:0;margin-inline-start:.5em;padding-inline-end:0;padding-inline-start:1.3em}

.SxM0TO ul,.c9GqVL ul {
    list-style-type: disc
}

.SxM0TO ol,.c9GqVL ol {
    list-style-type: decimal
}

.SxM0TO ol ul,.SxM0TO ul ul,.c9GqVL ol ul,.c9GqVL ul ul {
    list-style-type: circle
}

.SxM0TO ol ol ul,.SxM0TO ol ul ul,.SxM0TO ul ol ul,.SxM0TO ul ul ul,.c9GqVL ol ol ul,.c9GqVL ol ul ul,.c9GqVL ul ol ul,.c9GqVL ul ul ul {
    list-style-type: square
}

.SxM0TO blockquote,.SxM0TO h1,.SxM0TO h2,.SxM0TO h3,.SxM0TO h4,.SxM0TO h5,.SxM0TO h6,.SxM0TO p,.c9GqVL blockquote,.c9GqVL h1,.c9GqVL h2,.c9GqVL h3,.c9GqVL h4,.c9GqVL h5,.c9GqVL h6,.c9GqVL p {
    margin-block: 0;
    margin: 0
}

.SxM0TO a,.c9GqVL a {
    color: inherit
}

.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
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width,100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.WzbAF8 .mpGTIt .O6KwRn {
    display: var(--item-display);
    height: var(--item-size);
    margin: var(--item-margin);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt .O6KwRn:last-child {
    margin: 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: rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1));
    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: 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: rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1));
    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: rgb(var(--txth,var(--color_15,color_15)))
}

.FubTgk[aria-disabled=true] .uDW_Qe {
    background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
    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: 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: 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: 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: 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);
    display: flex;
    flex-direction: var(--items-direction);
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf>*,body:not(.device-mobile-optimized) .V5AUxf>* {
    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: var(--padding) 0;
    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
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width,100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[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%
}

._uqPqy {
    -webkit-clip-path: var(--fill-layer-clip);
    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
}

.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%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    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(--zoom-factor, 1) - 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
}

.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
}

.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 {
    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
}


.KvoMHf.ErucfC[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.MpKiNN {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    min-height: 25px;
    position: relative;
    text-align: var(--align,start)
}

.MpKiNN .pUnTVX {
    height: var(--inputHeight);
    position: relative
}

.MpKiNN .eXvLsN {
    align-items: center;
    display: flex;
    font: var(--fntprefix,normal normal normal 16px/1.4em helvetica-w01-roman);
    justify-content: center;
    left: 0;
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 50px
}

.MpKiNN .KvoMHf,.MpKiNN .eXvLsN {
    color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))))
}

.MpKiNN .KvoMHf {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
    border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
    border-radius: var(--corvid-border-radius,var(--rd,0));
    border-style: solid;
    border-width: var(--corvid-border-width,var(--brw,1px));
    box-shadow: var(--shd,0 0 0 transparent);
    box-sizing: border-box!important;
    direction: var(--inputDirection,"inherit");
    font: var(--fnt,var(--font_8));
    margin: 0;
    max-width: 100%;
    min-height: var(--inputHeight);
    padding: var(--textPadding);
    padding-inline-end:var(--textPadding_end);padding-inline-start: var(--textPadding_start);
    text-align: var(--inputAlign,"inherit");
    text-overflow: ellipsis;
    width: 100%
}

.MpKiNN .KvoMHf[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    width: 100%
}

.MpKiNN .KvoMHf::-moz-placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.MpKiNN .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.MpKiNN .KvoMHf::placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.MpKiNN .KvoMHf:hover {
    background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
    border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
    border-style: solid;
    border-width: var(--brwh,1px)
}

.MpKiNN .KvoMHf:disabled {
    background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
    border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
    border-style: solid;
    border-width: var(--brwd,1px);
    color: rgb(var(--txtd,255,255,255))
}

.MpKiNN:not(.LyB02C) .KvoMHf:focus {
    background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
    border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
    border-style: solid;
    border-width: var(--brwf,1px)
}

.MpKiNN.LyB02C .KvoMHf:invalid {
    background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
    border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
    border-style: solid;
    border-width: var(--brwe,1px)
}

.MpKiNN.LyB02C .KvoMHf:not(:invalid):focus {
    background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
    border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
    border-style: solid;
    border-width: var(--brwf,1px)
}

.MpKiNN .wPeA6j {
    display: none
}

.MpKiNN.qzvPmW .wPeA6j {
    color: rgb(var(--txtlbl,var(--color_15,color_15)));
    direction: var(--labelDirection,inherit);
    display: inline-block;
    font: var(--fntlbl,var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding-inline-end:var(--labelPadding_end);padding-inline-start: var(--labelPadding_start);
    text-align: var(--labelAlign,inherit);
    word-break: break-word
}

.MpKiNN.qzvPmW.lPl_oN .wPeA6j:after {
    color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
    content: " *";
    display: var(--requiredIndicationDisplay,none)
}

.ZXdXNL {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    justify-content: var(--align,start);
    text-align: var(--align,start)
}

.ZXdXNL.Bedjyp {
    height: inherit;
    min-height: inherit
}

.ZXdXNL .pUnTVX {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative
}

.ZXdXNL .eXvLsN {
    align-items: center;
    display: flex;
    font: var(--fntprefix,normal normal normal 16px/1.4em helvetica-w01-roman);
    justify-content: center;
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    width: 50px
}

.ZXdXNL .KvoMHf,.ZXdXNL .eXvLsN {
    color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));
    min-height: 100%
}

.ZXdXNL .KvoMHf {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
    border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
    border-radius: var(--corvid-border-radius,var(--rd,0));
    border-style: solid;
    border-width: var(--corvid-border-width,var(--brw,1px));
    box-shadow: var(--shd,0 0 0 transparent);
    box-sizing: border-box!important;
    direction: var(--inputDirection,"inherit");
    flex: 1;
    font: var(--fnt,var(--font_8));
    margin: 0;
    padding: var(--textPadding);
    padding-inline-end:var(--textPadding_end);padding-inline-start: var(--textPadding_start);
    text-align: var(--inputAlign,"inherit");
    text-overflow: ellipsis;
    width: 100%
}

.ZXdXNL .KvoMHf[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

.ZXdXNL .KvoMHf::-moz-placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.ZXdXNL .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.ZXdXNL .KvoMHf::placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.ZXdXNL .KvoMHf:hover {
    background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
    border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
    border-style: solid;
    border-width: var(--brwh,1px)
}

.ZXdXNL .KvoMHf:disabled {
    background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
    border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
    border-style: solid;
    border-width: var(--brwd,1px);
    color: rgb(var(--txtd,255,255,255))
}

.ZXdXNL:not(.LyB02C) .KvoMHf:focus {
    background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
    border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
    border-style: solid;
    border-width: var(--brwf,1px)
}

.ZXdXNL.LyB02C .KvoMHf:invalid {
    background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
    border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
    border-style: solid;
    border-width: var(--brwe,1px)
}

.ZXdXNL.LyB02C .KvoMHf:not(:invalid):focus {
    background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
    border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
    border-style: solid;
    border-width: var(--brwf,1px)
}

.ZXdXNL .wPeA6j {
    display: none
}

.ZXdXNL.qzvPmW .wPeA6j {
    color: rgb(var(--txtlbl,var(--color_15,color_15)));
    direction: var(--labelDirection,inherit);
    display: inline-block;
    font: var(--fntlbl,var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding-inline-end:var(--labelPadding_end);padding-inline-start: var(--labelPadding_start);
    text-align: var(--labelAlign,inherit);
    word-break: break-word
}

.ZXdXNL.qzvPmW.lPl_oN .wPeA6j:after {
    color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
    content: " *";
    display: var(--requiredIndicationDisplay,none)
}

.TLWrjM {
    align-items: center;
    color: rgb(var(--errorTextColor,#ff4040));
    direction: var(--errorDirection);
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: var(--errorAlign,inherit);
    padding: 8px 0 0
}

.TLWrjM .GIPQqH {
    flex: none;
    flex-grow: 0;
    order: 0
}

.TLWrjM .JNgJbf {
    display: inline-block;
    flex-grow: 0;
    font: var(--errorTextFont,var(--font_8));
    line-height: 1;
    order: 1;
    word-break: break-word
}

.snt4Te {
    direction: var(--direction);
    text-align: var(--align)
}

.snt4Te .rEindN {
    -webkit-appearance: none;
    background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
    border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
    border-radius: var(--corvid-border-radius,var(--rd,0));
    border-style: solid;
    border-width: var(--corvid-border-width,var(--brw,1px));
    box-shadow: var(--shd,0 0 0 transparent);
    box-sizing: border-box!important;
    color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));
    direction: var(--inputDirection);
    display: block;
    font: var(--fnt,var(--font_8));
    height: var(--inputHeight);
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    overflow-y: auto;
    padding-bottom: 3px;
    padding-inline-end:var(--textPaddingEnd);padding-top: var(--textPaddingTop);
    padding-inline-start:var(--textPaddingStart);padding-top: .75em;
    resize: none;
    text-align: var(--inputAlign,"inherit")
}

.snt4Te .rEindN::-moz-placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.snt4Te .rEindN:-ms-input-placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.snt4Te .rEindN::placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.snt4Te .rEindN:hover {
    background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
    border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
    border-style: solid;
    border-width: var(--brwh,1px)
}

.snt4Te .rEindN:disabled {
    background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
    border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
    border-style: solid;
    border-width: var(--brwd,1px);
    color: rgb(var(--txtd,255,255,255))
}

.snt4Te:not(.pOExcs) .rEindN:focus {
    background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
    border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
    border-style: solid;
    border-width: var(--brwf,1px)
}

.snt4Te.pOExcs .rEindN:invalid {
    background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
    border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
    border-style: solid;
    border-width: var(--brwe,1px)
}

.snt4Te.pOExcs .rEindN:not(:invalid):focus {
    background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
    border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
    border-style: solid;
    border-width: var(--brwf,1px)
}

.snt4Te .PSkPrR {
    display: none
}

.snt4Te.oKe0Po .PSkPrR {
    box-sizing: border-box;
    color: rgb(var(--txtlbl,var(--color_15,color_15)));
    direction: var(--labelDirection);
    display: inline-block;
    font: var(--fntlbl,var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom,14px);
    padding-inline-end:var(--labelPadding_end,0);padding-inline-start: var(--labelPadding_start,0);
    text-align: var(--labelAlign,inherit);
    width: 100%;
    word-break: break-word
}

.snt4Te.oKe0Po.NyPO4H .PSkPrR:after {
    color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
    content: " *";
    display: var(--requiredIndicationDisplay,none)
}

.lk9PkF {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    text-align: var(--align)
}

.lk9PkF.q2xQkn {
    height: inherit;
    min-height: inherit
}

.lk9PkF .rEindN {
    -webkit-appearance: none;
    background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
    border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
    border-radius: var(--corvid-border-radius,var(--rd,0));
    border-style: solid;
    border-width: var(--corvid-border-width,var(--brw,1px));
    box-shadow: var(--shd,0 0 0 transparent);
    box-sizing: border-box!important;
    color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));
    direction: var(--inputDirection);
    flex: 1;
    font: var(--fnt,var(--font_8));
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding-bottom: 3px;
    padding-inline-end:var(--textPaddingEnd);padding-top: var(--textPaddingTop);
    padding-inline-start:var(--textPaddingStart);resize: none;
    text-align: var(--inputAlign,"inherit");
    width: 100%
}

.lk9PkF .rEindN::-moz-placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.lk9PkF .rEindN:-ms-input-placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.lk9PkF .rEindN::placeholder {
    color: rgb(var(--txt2,var(--color_15,color_15)))
}

.lk9PkF .rEindN:hover {
    background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
    border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
    border-style: solid;
    border-width: var(--brwh,1px)
}

.lk9PkF .rEindN:disabled {
    background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
    border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
    border-style: solid;
    border-width: var(--brwd,1px);
    color: rgb(var(--txtd,255,255,255))
}

.lk9PkF:not(.pOExcs) .rEindN:focus {
    background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
    border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
    border-style: solid;
    border-width: var(--brwf,1px)
}

.lk9PkF.pOExcs .rEindN:invalid {
    background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
    border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
    border-style: solid;
    border-width: var(--brwe,1px)
}

.lk9PkF.pOExcs .rEindN:not(:invalid):focus {
    background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
    border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
    border-style: solid;
    border-width: var(--brwf,1px)
}

.lk9PkF .PSkPrR {
    display: none
}

.lk9PkF.oKe0Po .PSkPrR {
    box-sizing: border-box;
    color: rgb(var(--txtlbl,var(--color_15,color_15)));
    direction: var(--labelDirection);
    display: inline-block;
    font: var(--fntlbl,var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom,14px);
    padding-inline-end:var(--labelPadding_end,0);padding-inline-start: var(--labelPadding_start,0);
    text-align: var(--labelAlign,inherit);
    width: 100%;
    word-break: break-word
}

.lk9PkF.oKe0Po.NyPO4H .PSkPrR:after {
    color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
    content: " *";
    display: var(--requiredIndicationDisplay,none)
}

.TLWrjM {
    align-items: center;
    color: rgb(var(--errorTextColor,#ff4040));
    direction: var(--errorDirection);
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: var(--errorAlign,inherit);
    padding: 8px 0 0
}

.TLWrjM .GIPQqH {
    flex: none;
    flex-grow: 0;
    order: 0
}

.TLWrjM .JNgJbf {
    display: inline-block;
    flex-grow: 0;
    font: var(--errorTextFont,var(--font_8));
    line-height: 1;
    order: 1;
    word-break: break-word
}

.TMFrcJ {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.dkyyRB {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.L01Zxk {
    transition: .2s
}

.bFRsbd {
    opacity: 0;
    transition: .2s ease-in
}

.bFRsbd.CwYhEy {
    z-index: -1!important
}

.u_eaP3 {
    opacity: 1;
    transition: .2s
}

.kn76TK {
    height: auto
}

.YTbrNX,.kn76TK {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .EwS2PT,body:not(.device-mobile-optimized) .EwS2PT {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.x4zVYf[data-focuscycled=active] {
    outline: 1px solid transparent
}

.x4zVYf[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.x4zVYf .TMFrcJ {
    background-color: transparent;
    border-bottom: var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));
    border-radius: var(--rd,0);
    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,.5));
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease
}

.x4zVYf .zxR1mn.TMFrcJ {
    background-color: rgba(var(--bg-scrl,0,0,0),var(--alpha-bg-scrl,0));
    border-bottom: var(--brwb-scrl,var(--brwb,0)) solid var(--screenwidth-corvid-border-color,rgba(var(--brd-scrl,var(--brd,color_15)),var(--alpha-brd-scrl,1)));
    border-radius: var(--rd-scrl,var(--rd,0));
    border-top: var(--brwt-scrl,var(--brwt,0)) solid var(--screenwidth-corvid-border-color,rgba(var(--brd-scrl,var(--brd,color_15)),var(--alpha-brd-scrl,1)));
    box-shadow: var(--shd-scrl,var(--shd,0 0 5px rgba(0,0,0,.5)))
}

.x4zVYf .mTQGgy {
    box-sizing: border-box;
    height: 100%;
    transition: all .3s ease
}

.x4zVYf .zxR1mn>.mTQGgy {
    opacity: var(--alpha-bg,1)
}

.x4zVYf .QijXjn {
    background-color: var(--screenwidth-corvid-background-color,transparent);
    height: 100%;
    position: relative;
    transition: all .3s ease
}

.x4zVYf .zxR1mn>.QijXjn {
    opacity: var(--alpha-bg,1)
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width,100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image,none);
    mask-image: var(--mask-image,none);
    -webkit-mask-position: var(--mask-position,0);
    mask-position: var(--mask-position,0);
    -webkit-mask-repeat: var(--mask-repeat,no-repeat);
    mask-repeat: var(--mask-repeat,no-repeat);
    -webkit-mask-size: var(--mask-size,100%);
    mask-size: var(--mask-size,100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0,auto,auto,0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height,100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
        clip:auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale,1));
    transition: var(--transform-duration,transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,.Z_wCwr,.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,.SUz0WK,.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode: overlay) {
    .m4khSP {
        mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity,1)
    }
}

@-moz-document url-prefix() {
    :invalid {
        box-shadow: none
    }

    :-moz-submit-invalid,:-moz-ui-invalid {
        box-shadow: none
    }
}

@keyframes kYZz2Z {
    0% {
        animation-timing-function: ease-out;
        transform: rotate(180deg)
    }

    45% {
        transform: rotate(198deg)
    }

    55% {
        transform: rotate(234deg)
    }

    to {
        transform: rotate(540deg)
    }
}

@keyframes wlf4P4 {
    to {
        opacity: 1;
        transform: rotate(115deg)
    }
}

.bkIuWA.xXaCpo {
    --display: flex;
    align-items: center;
    display: var(--display);
    justify-content: center
}

.d1WWt1 {
    animation: kYZz2Z 1s linear infinite;
    height: 72px;
    margin-left: -18px;
    overflow: hidden;
    position: absolute;
    transform-origin: 100% 50%;
    width: 36px
}

.d1WWt1:after,.d1WWt1:before {
    animation: wlf4P4 .5s linear infinite alternate;
    border: 3px solid currentColor;
    border-color: currentColor transparent transparent currentColor;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: -100%;
    top: 0;
    transform: rotate(-45deg)
}

.d1WWt1:before {
    color: #7fccf7
}

.d1WWt1:after {
    color: #3899ec;
    opacity: 0
}

.JVi7i2,.hrbzfT {
    background-color: var(--corvid-background-color,rgba(var(--bg,0,0,0),var(--alpha-bg,0)));
    border: solid var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1))) var(--corvid-border-width,var(--brw,0));
    border-radius: var(--corvid-border-radius,var(--rd,0));
    box-shadow: var(--shd,0 0 0 transparent)
}

.d3n4V3 {
    height: 100%;
    left: -var(--corvid-border-width,var(--brw,0));
    position: absolute;
    top: -var(--corvid-border-width,var(--brw,0));
    width: 100%
}
@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW01-35Thin;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW01-45Ligh;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW01-55Roma;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW01-65Medi;
    font-weight: 700;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW02-35Thin;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/775a65da-14aa-4634-be95-6724c05fd522.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/988eaaa7-5565-4f65-bb17-146b650ce9e9.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/3503a1a6-91c3-4c42-8e66-2ea7b2b57541.svg#3503a1a6-91c3-4c42-8e66-2ea7b2b57541) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW02-45Ligh;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW02-55Roma;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW02-65Medi;
    font-weight: 700;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW10-35Thin;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/c881c21b-4148-4a11-a65d-f35e42999bc8.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/03634cf1-a9c9-4e13-b049-c90d830423d4.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/1bc99c0a-298b-46f9-b325-18b5e5169795.svg#1bc99c0a-298b-46f9-b325-18b5e5169795) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW10-45Ligh;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/835e7b4f-b524-4374-b57b-9a8fc555fd4e.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/2c694ef6-9615-473e-8cf4-d8d00c6bd973.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/3fc84193-a13f-4fe8-87f7-238748a4ac54.svg#3fc84193-a13f-4fe8-87f7-238748a4ac54) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW10-65Medi;
    font-weight: 700;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/7092fdcc-7036-48ce-ae23-cfbc9be2e3b0.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/7092fdcc-7036-48ce-ae23-cfbc9be2e3b0.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b29e833-1b7a-40ab-82a5-cfd69c8650f4.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b0298148-2d59-44d1-9ec9-1ca6bb097603.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/ae1dea8c-a953-4845-b616-74a257ba72e6.svg#ae1dea8c-a953-4845-b616-74a257ba72e6) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW10-55Roma;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot?#iefix) format("eot"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/8ac9e38d-29c6-41ea-8e47-4ae4d2b1a4e1.woff) format("woff"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/4bd09087-655e-4abb-844c-dccdeb68003d.ttf) format("truetype"),url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/df234d87-eada-4058-aa80-5871e7fbe1c3.svg#df234d87-eada-4058-aa80-5871e7fbe1c3) format("svg")
}

.c7bzh_ {
    width: 100%
}

.c7bzh_.YXHWcl {
    --display: none;
    display: var(--display)
}

.c7bzh_.crE6R7 {
    display: block;
    visibility: visible
}

.c7bzh_ .I9E5U_ {
    direction: rtl
}

.c7bzh_ .Oxzvyr {
    direction: ltr
}

.c7bzh_.L27qsU {
    position: fixed;
    top: 0;
    z-index: var(--above-all-z-index)
}

.c7bzh_ .YD5pSO {
    align-items: center;
    background: #eff1f2;
    border-bottom: 3px solid #a0138e;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 100%
}

.c7bzh_ .YD5pSO.mlxr6g {
    background-color: red;
    border: none
}

.c7bzh_ .YD5pSO:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #116dff,inset -2px 2px 0 0 #116dff,inset 2px 2px 0 0 #116dff,inset 0 3px 0 0 #fff!important
}

.c7bzh_ .YD5pSO>.aGHwBE {
    align-items: center;
    display: flex
}

/* .c7bzh_ .YD5pSO>.aGHwBE .areOb6 {
    color: #20303c;
    flex-shrink: 0;
    font-family: wixFreemiumFontW01-65Medi,wixFreemiumFontW02-65Medi,wixFreemiumFontW10-65Medi,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
    font-size: 14px;
    line-height: 24px
} */

.c7bzh_ .YD5pSO>.aGHwBE .areOb6 .e5cW_9 {
    fill: #20303c;
    height: 16px;
    padding-bottom: 6px;
    vertical-align: middle;
    width: 36px
}

.c7bzh_ .YD5pSO>.aGHwBE .areOb6 .e5cW_9>.o4sLYL {
    fill: #fc0
}

.c7bzh_ .YD5pSO>.aGHwBE .areOb6 .uJDaUS {
    color: #20303c
}

/* .c7bzh_ .YD5pSO>.aGHwBE .O0tKs2 {
    align-items: center;
    border: 1px solid #a0138e;
    border-radius: 17px;
    color: #a0138e;
    display: inline-flex;
    flex-shrink: 0;
    font-family: wixFreemiumFontW01-65Medi,wixFreemiumFontW02-65Medi,wixFreemiumFontW10-65Medi,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
    font-size: 14px;
    height: 35px;
    justify-content: center;
    text-align: center;
    width: 112px
} */

.c7bzh_ .YD5pSO>.aGHwBE .O0tKs2.Oxzvyr {
    margin-left: 6px
}

.c7bzh_ .YD5pSO>.aGHwBE .O0tKs2.I9E5U_ {
    margin-right: 6px
}

.c7bzh_ .YD5pSO:not(.mlxr6g):hover {
    background: #fff;
    cursor: pointer
}

.c7bzh_ .YD5pSO:not(.mlxr6g):hover .O0tKs2 {
    background-color: #a0138e;
    color: #fff
}

.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
}

.aVng1S {
    border-top: var(--lnw,2px) solid rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));
    box-sizing: border-box;
    height: 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.StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color)!important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-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.StylableButton2545352419--hasColor,.StylableButton2545352419__root.StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-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>div {
    display: flex;
    height: inherit;
    width: inherit
}

.Oqnisf {
    overflow: visible
}

.cM88eO {
    backface-visibility: hidden
}

.YtfWHd {
    left: 0;
    position: absolute;
    top: 0
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width,100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image,none);
    mask-image: var(--mask-image,none);
    -webkit-mask-position: var(--mask-position,0);
    mask-position: var(--mask-position,0);
    -webkit-mask-repeat: var(--mask-repeat,no-repeat);
    mask-repeat: var(--mask-repeat,no-repeat);
    -webkit-mask-size: var(--mask-size,100%);
    mask-size: var(--mask-size,100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0,auto,auto,0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height,100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
        clip:auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale,1));
    transition: var(--transform-duration,transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    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)
}

.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
}


#comp-j77kuaax2 {
    --height: 435px;
    --width: 371px
}
@font-face {
    font-family: font1;
    src: url(fonts/font2.woff2);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: font1;
    src: url(fonts/font2.woff2);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: font1;
    src: url(fonts/font1.woff2);
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: font1;
    src: url(fonts/font1.woff2);
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: font1;
    src: url(fonts/font2.woff2);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: font1;
    src: url(fonts/font1.woff2);
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: font1;
    src: url(fonts/font2.woff2);
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: font1;
    src: url(fonts/font1.woff2);
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: font1;
    src: url(fonts/font2.woff2);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: font1;
    src: url(fonts/font1.woff2);
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: font1;
    src: url(fonts/font2.woff2);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: font1;
    src: url(fonts/font1.woff2);
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: font1;
    src: url(fonts/font2.woff2);
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: font1;
    src: url(fonts/font1.woff2);
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: font1;
    src: url(fonts/font2.woff2);
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: font1;
    src: url(fonts/font1.woff2);
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: font1;
    src: url(fonts/font2.woff2);
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: font1;
    src: url(fonts/font1.woff2);
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: YADK3_DWcOc-0;
    src: url(fonts/font3.woff2);
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/98c4d2c0223fc8474641c77f923528e9.woff2);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2);
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/1060345c54d396e76d73f1da7ee200bd.woff2);
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2);
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2);
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2);
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2);
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/f8f199f09526f79e87644ed227e0f651.woff2);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/d257a7100844bc3f98c9021168b6249e.woff2);
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/98c4d2c0223fc8474641c77f923528e9.woff2);
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/1060345c54d396e76d73f1da7ee200bd.woff2);
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/98c4d2c0223fc8474641c77f923528e9.woff2);
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/1060345c54d396e76d73f1da7ee200bd.woff2);
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/98c4d2c0223fc8474641c77f923528e9.woff2);
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: YACgEZ1cb1Q-0;
    src: url(fonts/1060345c54d396e76d73f1da7ee200bd.woff2);
    font-style: italic;
    font-weight: 900;
}


/* @font-face {
    font-family: "Adobe-Caslon-W01-SmBd";
    src: url("fonts/font1.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Adobe-Caslon-W08-SmBd";
    src: url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Adobe_Caslon/v1/AdobeCaslonW08-Semibold.woff2") format("woff2"), url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Adobe_Caslon/v1/AdobeCaslonW08-Semibold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "DIN-Next-W01-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "DIN-Next-W02-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/07d62b21-8d7a-4c36-be86-d32ab1089972.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/c0050890-bbed-44b9-94df-2611d72dbb06.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9f774d17-c03a-418e-a375-34f3beecbc7a.svg#9f774d17-c03a-418e-a375-34f3beecbc7a") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "DIN-Next-W10-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/a9e95a29-98a7-404a-90ee-1929ad09c696.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/58ae9be9-5d95-44b6-8b6c-e6da6a46822c.svg#58ae9be9-5d95-44b6-8b6c-e6da6a46822c") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Avenir-LT-W01_35-Light1475496";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Avenir-LT-W05_35-Light";
    src: url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff2") format("woff2"), url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Avenir-LT-W01_85-Heavy1475544";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W01-Roman";
    src: url("//static.parastorage.com/services/santa-resources/dist/viewer/user-site-fonts/fonts/Helvetica/v3/HelveticaLTW04-Roman.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/4021a3b9-f782-438b-aeb4-c008109a8b64.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W02-Roman";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b56b944e-bbe0-4450-a241-de2125d3e682.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/7da02f05-ae8b-43a1-aeb9-83b3c0527c06.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/66cac56e-d017-4544-9d0c-f7d978f0c5c2.svg#66cac56e-d017-4544-9d0c-f7d978f0c5c2") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-LT-W10-Roman";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/686a6a06-e711-4bd2-b393-8504a497bb3c.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/686a6a06-e711-4bd2-b393-8504a497bb3c.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/6f8d1983-4d34-4fa4-9110-988f6c495757.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/7903ee3f-e9ab-4bdc-b7d2-d232de2da580.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9c58e9ea-fdea-4b9c-b0f9-0a2157389ed0.svg#9c58e9ea-fdea-4b9c-b0f9-0a2157389ed0") format("svg");
    font-display: swap;
} */

#masterPage:not(.landingPage) #PAGES_CONTAINER {
    margin-top: 0px;
    margin-bottom: 0px;
}

#masterPage.landingPage #SITE_HEADER {
    display: none;
}

#masterPage.landingPage #SITE_FOOTER {
    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 1px #ffffff, 0 0 0 3px #116dff;
    box-shadow: var(--focus-ring-box-shadow) !important;
    z-index: 1;
}

.has-inner-focus-ring {
    --focus-ring-box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important;
}

#masterPage {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_HEADER {
    --pinned-layer-in-container: 50;
    --above-all-in-container: 49;
}

#SITE_FOOTER {
    --pinned-layer-in-container: 51;
    --above-all-in-container: 49;
}

#PAGES_CONTAINER {
    --pinned-layer-in-container: 52;
    --above-all-in-container: 49;
}

#comp-jr6hb6sl-pinned-layer {
    z-index: calc(var(--pinned-layers-in-page, 0) + 53);
    --above-all-in-container: 10000;
}

#comp-jr6hb6sl {
    justify-self: end;
    align-self: end;
    position: absolute;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
}

:root,:host, .spxThemeOverride, .max-width-container {
    --color_0: 255,255,255;
    --color_1: 255,255,255;
    --color_2: 0,0,0;
    --color_3: 237,28,36;
    --color_4: 0,136,203;
    --color_5: 255,203,5;
    --color_6: 114,114,114;
    --color_7: 176,176,176;
    --color_8: 255,255,255;
    --color_9: 114,114,114;
    --color_10: 176,176,176;
    --color_11: 255,255,255;
    --color_12: 232,230,230;
    --color_13: 199,199,199;
    --color_14: 153,153,151;
    --color_15: 65,65,65;
    --color_16: 172,201,225;
    --color_17: 126,164,196;
    --color_18: 48,113,166;
    --color_19: 32,75,111;
    --color_20: 16,38,55;
    --color_21: 229,202,171;
    --color_22: 202,167,125;
    --color_23: 176,114,42;
    --color_24: 117,76,28;
    --color_25: 59,38,14;
    --color_26: 173,224,194;
    --color_27: 127,194,154;
    --color_28: 51,163,96;
    --color_29: 34,109,64;
    --color_30: 17,54,32;
    --color_31: 229,223,171;
    --color_32: 202,195,126;
    --color_33: 176,163,44;
    --color_34: 117,109,29;
    --color_35: 59,54,15;
    --color_36: 255,255,255;
    --color_37: 65,65,65;
    --color_38: 232,230,230;
    --color_39: 199,199,199;
    --color_40: 153,153,151;
    --color_41: 48,113,166;
    --color_42: 16,38,55;
    --color_43: 199,199,199;
    --color_44: 255,255,255;
    --color_45: 65,65,65;
    --color_46: 65,65,65;
    --color_47: 153,153,151;
    --color_48: 48,113,166;
    --color_49: 48,113,166;
    --color_50: 255,255,255;
    --color_51: 255,255,255;
    --color_52: 48,113,166;
    --color_53: 48,113,166;
    --color_54: 199,199,199;
    --color_55: 199,199,199;
    --color_56: 255,255,255;
    --color_57: 255,255,255;
    --color_58: 48,113,166;
    --color_59: 48,113,166;
    --color_60: 48,113,166;
    --color_61: 48,113,166;
    --color_62: 255,255,255;
    --color_63: 255,255,255;
    --color_64: 199,199,199;
    --color_65: 199,199,199;
    --font_0: normal normal normal 20px/1.4em adobe-caslon-w01-smbd,adobe-caslon-w08-smbd,serif;
    --font_1: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    --font_2: normal normal normal 40px/1.4em adobe-caslon-w01-smbd,adobe-caslon-w08-smbd,serif;
    --font_3: normal normal normal 80px/1.4em adobe-caslon-w01-smbd,adobe-caslon-w08-smbd,serif;
    --font_4: normal normal normal 50px/1.4em adobe-caslon-w01-smbd,adobe-caslon-w08-smbd,serif;
    --font_5: italic normal normal 30px/1.4em adobe-caslon-w01-smbd,adobe-caslon-w08-smbd,serif;
    --font_6: normal normal normal 20px/1.4em adobe-caslon-w01-smbd,adobe-caslon-w08-smbd,serif;
    --font_7: normal normal normal 15px/1.4em adobe-caslon-w01-smbd,adobe-caslon-w08-smbd,serif;
    --font_8: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    --font_9: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    --font_10: normal normal normal 12px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    --wix-ads-height: 50px;
    --sticky-offset: 50px;
    --wix-ads-top-height: 50px;
    --vh-unit: calc( (100vh - 50px) / 100);
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
    --scaling-factor: min((100 * var(--one-unit)), var(--section-max-width));
}

.font_0 {
    font: var(--font_0);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_1 {
    font: var(--font_1);
    color: rgb(var(--color_14));
    letter-spacing: 0em;
}

.font_2 {
    font: var(--font_2);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_3 {
    font: var(--font_3);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_4 {
    font: var(--font_4);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_5 {
    font: var(--font_5);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_6 {
    font: var(--font_6);
    color: rgb(var(--color_15));
    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_14));
    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));
}

#masterPage:not(.landingPage) {
    --top-offset: 0px;
    --header-height: 128px;
}

#masterPage.landingPage {
    --top-offset: 0px;
}

#SITE_HEADER {
    --brd: 184,77,60;
    --brwt: 0px;
    --brwb: 1px;
    --shd: none;
    --rd: 0px;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --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-j77j0180"] {
    position: relative;
    margin: 59px 0px 41px 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;
}

#comp-j77j0180 {
    --blendMode: normal;
}

#comp-j77j0180 {
    width: 345px;
    height: auto;
}

#SITE_FOOTER {
    --boxShadowToggleOn-shd: none;
    --shd: 0.00px 1.00px 4px 0px rgba(0,0,0,0.6);
    --alpha-brd: 1;
    --brd: var(--color_11);
    --backdrop-filter: none;
    --rd: 0px 0px 0px 0px;
    --brwt: 0px;
    --brwb: 0px;
}

#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(7, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-j77kuaax1"] {
    position: relative;
    margin: 12px 0px 39px calc((100% - 980px) * 0.5);
    left: 49px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-j77kuaax"] {
    position: relative;
    margin: 0px 0px 17px calc((100% - 980px) * 0.5);
    left: 49px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-j77kuaax2"] {
    position: relative;
    margin: 3px 0px 10px calc((100% - 980px) * 0.5);
    left: 49px;
    grid-area: 3 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-j77llbjj"] {
    position: relative;
    margin: 0px 0px 16px calc((100% - 980px) * 0.5);
    left: 513px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-j77kuaay"] {
    position: relative;
    margin: 0px 0px 18px calc((100% - 980px) * 0.5);
    left: 513px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-j77kuaaw"] {
    position: relative;
    margin: 0px 0px 58px calc((100% - 980px) * 0.5);
    left: 513px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-jxbw9bku"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 505px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-j6nosuhr"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-wedge-8] {
    visibility: hidden;
    height: 693px;
    width: 0;
    grid-area: 1 / 1 / 8 / 2;
}

#SITE_FOOTER {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
}

#comp-j77kuaax1 {
    width: 749px;
    height: auto;
}

#comp-j77kuaax {
    width: 416px;
    height: auto;
}

#comp-j77kuaax2 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-j77kuaax2:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-j77kuaax2 {
    width: 371px;
    height: 435px;
}

#comp-j77llbjj {
    width: 298px;
    height: auto;
}

#comp-j77llbjj {
    --min-height: 13px;
}

#comp-j77kuaay {
    width: 298px;
    height: auto;
}

#comp-j77kuaay {
    --min-height: 80px;
}

#comp-j77kuaaw {
    width: 94px;
    height: 20px;
}

#comp-j77kuaaw {
    --item-size: 20px;
    --item-margin: 0px 17px 0px 0px;
    --item-display: inline-block;
    width: 94px;
    height: 20px;
}

#comp-jxbw9bku {
    width: 416px;
}

[data-mesh-id=comp-jxbw9bkuinlineContent] {
    height: auto;
    width: 416px;
}

[data-mesh-id=comp-jxbw9bkuinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-jxbw9bkuinlineContent-gridContainer] > [id="comp-jxbwaiwr"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-jxbwaiwr {
    --rd: 0px;
    --shd: 0 0 0 rgba(0, 0, 0, 0);
    --bg: 0,0,0;
    --alpha-bg: 0;
    --brd: 227,227,227;
    --alpha-brd: 1;
    --brw: 0px;
    --loader: 0;
}

#comp-jxbwaiwr {
    width: 416px;
}

[data-mesh-id=comp-jxbwaiwrinlineContent] {
    height: auto;
    width: 416px;
}

[data-mesh-id=comp-jxbwaiwrinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-jxbwaiwrinlineContent-gridContainer] > [id="comp-jxbwaix3"] {
    position: relative;
    margin: 13px 0px 15px 0;
    left: 7px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-jxbwaiwrinlineContent-gridContainer] > [id="comp-jxbwaixa"] {
    position: relative;
    margin: 13px 0px 15px 0;
    left: 224px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-jxbwaiwrinlineContent-gridContainer] > [id="comp-jxbwaixh"] {
    position: relative;
    margin: 0px 0px 19px 0;
    left: 9px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-jxbwaiwrinlineContent-gridContainer] > [id="comp-jxbwaixn"] {
    position: relative;
    margin: 0px 0px 15px 0;
    left: 7px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-jxbwaiwrinlineContent-gridContainer] > [id="comp-jxbwaixu"] {
    position: relative;
    margin: 0px 0px 3px 0;
    left: 137px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-jxbwaiwrinlineContent-gridContainer] > [id="comp-jxbwaiy4"] {
    position: relative;
    margin: 0px 0px 8px 0;
    left: 74px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-jxbwaix3 {
    --errorTextColor: 255,64,64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_8);
    --brw: 0px 0px 1px 0px;
    --bg: var(--color_11);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brd: var(--color_15);
    --txt2: var(--color_14);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_11);
    --brdh: var(--color_15);
    --brwf: 0px 0px 3px 0px;
    --bgf: var(--color_11);
    --brdf: var(--color_15);
    --brwe: 0px 0px 3px 0px;
    --bge: 255,64,64;
    --brde: 255,64,64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255,255,255;
    --txtd: 219,219,219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219,219,219;
    --alpha-brdd: 1;
    --fntlbl: var(--font_8);
    --txtlbl: var(--color_14);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_14);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    --alpha-bg: 1;
    --alpha-bgd: 1;
    --alpha-bge: 0.1;
    --alpha-bgf: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_15);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_14);
    --alpha-txt-placeholder: 1;
}

#comp-jxbwaix3 {
    width: 187px;
    height: 27px;
}

#comp-jxbwaix3 {
    --fnt: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    --fntlbl: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    --direction: inherit;
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 9px;
    --textPadding: 3px;
    --textPadding_start: 12px;
    --textPadding_end: 3px;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 27px;
}

#comp-jxbwaixa {
    --errorTextColor: 255,64,64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_8);
    --brw: 0px 0px 1px 0px;
    --bg: var(--color_11);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brd: var(--color_15);
    --txt2: var(--color_14);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_11);
    --brdh: var(--color_15);
    --brwf: 0px 0px 3px 0px;
    --bgf: var(--color_11);
    --brdf: var(--color_15);
    --brwe: 0px 0px 3px 0px;
    --bge: 255,64,64;
    --brde: 255,64,64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255,255,255;
    --txtd: 219,219,219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219,219,219;
    --alpha-brdd: 1;
    --fntlbl: var(--font_8);
    --txtlbl: var(--color_14);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_14);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    --alpha-bg: 1;
    --alpha-bgd: 1;
    --alpha-bge: 0.1;
    --alpha-bgf: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_15);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_14);
    --alpha-txt-placeholder: 1;
}

#comp-jxbwaixa {
    width: 187px;
    height: 27px;
}

#comp-jxbwaixa {
    --fnt: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    --fntlbl: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    --direction: inherit;
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 9px;
    --textPadding: 3px;
    --textPadding_start: 12px;
    --textPadding_end: 3px;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 27px;
}

#comp-jxbwaixh {
    --errorTextColor: 255,64,64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_8);
    --brw: 0px 0px 1px 0px;
    --bg: var(--color_11);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brd: var(--color_15);
    --txt2: var(--color_14);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_11);
    --brdh: var(--color_15);
    --brwf: 0px 0px 3px 0px;
    --bgf: var(--color_11);
    --brdf: var(--color_15);
    --brwe: 0px 0px 3px 0px;
    --bge: 255,64,64;
    --brde: 255,64,64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255,255,255;
    --txtd: 219,219,219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219,219,219;
    --alpha-brdd: 1;
    --fntlbl: var(--font_8);
    --txtlbl: var(--color_14);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_14);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    --alpha-bg: 1;
    --alpha-bgd: 1;
    --alpha-bge: 0.1;
    --alpha-bgf: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_15);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_14);
    --alpha-txt-placeholder: 1;
}

#comp-jxbwaixh {
    width: 400px;
    height: 27px;
}

#comp-jxbwaixh {
    --fnt: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    --fntlbl: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    --direction: inherit;
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 9px;
    --textPadding: 3px;
    --textPadding_start: 12px;
    --textPadding_end: 3px;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 27px;
}

#comp-jxbwaixn {
    --errorTextColor: 255,64,64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_8);
    --brw: 0px 0px 1px 0px;
    --bg: var(--color_11);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brd: var(--color_15);
    --txt2: var(--color_14);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_11);
    --brdh: var(--color_15);
    --bgd: 255,255,255;
    --txtd: 219,219,219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219,219,219;
    --alpha-brdd: 1;
    --brwf: 0px 0px 3px 0px;
    --bgf: var(--color_11);
    --brdf: var(--color_15);
    --brwe: 0px 0px 3px 0px;
    --bge: 255,64,64;
    --brde: 255,64,64;
    --fntlbl: var(--font_8);
    --txtlbl: var(--color_14);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_14);
    --alpha-txtlblrq: 1;
    --alpha-bg: 1;
    --alpha-bgd: 1;
    --alpha-bge: 0.1;
    --alpha-bgf: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --bg2: 170,170,170;
    --alpha-bg2: 1;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_15);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_14);
    --alpha-txt-placeholder: 1;
}

#comp-jxbwaixn {
    width: 400px;
    height: 126px;
}

#comp-jxbwaixn {
    --direction: inherit;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --align: start;
    --textPaddingTop: 3px;
    --textPaddingStart: 16px;
    --textPaddingEnd: 10px;
    --labelMarginBottom: 9px;
    --requiredIndicationDisplay: inline;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 126px;
}

#comp-jxbwaixu {
    --rd: 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_7);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brw: 0px;
    --bg: var(--color_11);
    --brd: var(--color_15);
    --bgh: var(--color_12);
    --brdh: var(--color_15);
    --txth: var(--color_18);
    --alpha-txth: 1;
    --bgd: 204,204,204;
    --brdd: 204,204,204;
    --txtd: 255,255,255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgd: 1;
    --alpha-bgh: 0;
    --alpha-brd: 1;
    --alpha-brdd: 1;
    --alpha-brdh: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-jxbwaixu {
    width: 142px;
    height: 27px;
}

#comp-jxbwaixu {
    --shc-mutated-brightness: 128,128,128;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 15px/1.4em adobe-caslon-w01-smbd,adobe-caslon-w08-smbd,serif;
    --label-align: center;
    --label-text-align: center;
}

#comp-jxbwaiy4 {
    width: 266px;
    height: auto;
}

#comp-j6nosuhr {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-j6nosuikinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-j6nosuikinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-j6nosuikinlineContent-gridContainer] > [id="comp-j6nig16g"] {
    position: relative;
    margin: 40px 0px 57px calc((100% - 980px) * 0.5);
    left: 123px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-j6nosuhr {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
}

#comp-j6nosuik {
    width: 980px;
}

#comp-j6nosuik {
    --bg-overlay-color: rgb(var(--color_15));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-j6nig16g {
    width: 733px;
    height: auto;
}

#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;
}

#comp-jr6hb6sl {
    width: 94px;
    height: 94px;
}








#comp-lyudwzj9 {
    --height: 205px;
    --width: 306px
}

#comp-lyudwzja {
    --height: 205px;
    --width: 306px
}

#comp-lyudwzjb {
    --height: 205px;
    --width: 306px
}

#comp-lyuegagg {
    --opacity: 1
}

#comp-lyue9wi7 {
    --opacity: 1
}

#comp-lyuegg9y {
    --opacity: 1
}

#comp-lyuemq5k {
    --height: 360px;
    --width: 540px
}

#comp-lyueqtnk {
    --height: 205px;
    --width: 306px
}

#comp-lyueqtnm {
    --height: 205px;
    --width: 306px
}

#comp-lyueqtnp {
    --height: 205px;
    --width: 306px
}

#comp-lyuezw9p {
    --height: 428px;
    --width: 285px
}

#comp-lysxed0i {
    --height: 567px;
    --width: 378px
}

@font-face {
    font-display: swap;
    font-family: wf_ac107f4b4075438abb272758d;
    src: url("https://static.wixstatic.com/ufonts/ffba58_ac107f4b4075438abb272758d211e397/woff2/file.woff2") format("woff2"), url("https://static.wixstatic.com/ufonts/ffba58_ac107f4b4075438abb272758d211e397/woff/file.woff") format("woff"), url("https://static.wixstatic.com/ufonts/ffba58_ac107f4b4075438abb272758d211e397/ttf/file.ttf") format("ttf");
}

@font-face {
    font-family: 'Bitter';
    font-style: italic;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4Pz-UnByn-ChBltdqi4.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: 'Bitter';
    font-style: italic;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4Pz-W3Byn-ChBltdqi4.woff2") format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    font-style: italic;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4Pz-UHByn-ChBltdqi4.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: 'Bitter';
    font-style: italic;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4Pz-UXByn-ChBltdqi4.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    font-style: italic;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4Pz-X3Byn-ChBltd.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: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/rax8HiqOu8IVPmn7coxpLjpSm3LZ.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: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/rax8HiqOu8IVPmn7e4xpLjpSm3LZ.woff2") format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/rax8HiqOu8IVPmn7cIxpLjpSm3LZ.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: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/rax8HiqOu8IVPmn7cYxpLjpSm3LZ.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLXOXXpzveS5B3Nd.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: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLzOXXpzveS5B3Nd.woff2") format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLfOXXpzveS5B3Nd.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: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLbOXXpzveS5B3Nd.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLjOXXpzveS5Bw.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: 'Bitter';
    font-style: italic;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_v-UnByn-ChBltdqi4.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: 'Bitter';
    font-style: italic;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_v-W3Byn-ChBltdqi4.woff2") format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    font-style: italic;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_v-UHByn-ChBltdqi4.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: 'Bitter';
    font-style: italic;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_v-UXByn-ChBltdqi4.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    font-style: italic;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/bitter/v32/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_v-X3Byn-ChBltd.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: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk7yRZrPJ-M.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk7yRZrPJ-M.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: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7yRZrPA.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: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu4DRmFqWF_ljR.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu6zRmFqWF_ljR.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu6jRmFqWF_ljR.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: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu5DRmFqWF_g.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: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.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: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWoe5j5hNKe1_w.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWEe5j5hNKe1_w.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWAe5j5hNKe1_w.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: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/playfairdisplay/v18/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e5j5hNKc.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;
}

#c1dmp {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

[data-mesh-id=Containerc1dmpinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=Containerc1dmpinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[data-mesh-id=Containerc1dmpinlineContent-gridContainer] > [id="comp-lt8rm2os"] {
    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=Containerc1dmpinlineContent-gridContainer] > [id="comp-lt8rm2ot"] {
    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;
}

#c1dmp {
    width: auto;
    min-height: 40px;
}

#pageBackground_c1dmp {
    --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-lt8rm2os {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lt8rm2osinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lt8rm2osinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lt8rm2osinlineContent-gridContainer] > [id="comp-j6kr0lyl"] {
    position: relative;
    margin: 0px 0px 1px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lt8rm2os {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-j6kr0lyl {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-j6kr0m1sinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-j6kr0m1sinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-j6kr0m1sinlineContent-gridContainer] > [id="comp-lysx0hcg"] {
    position: relative;
    margin: 64px 0px 29px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-j6kr0m1sinlineContent-gridContainer] > [id="comp-lysxbt6x"] {
    position: relative;
    margin: 0px 0px 25px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-j6kr0m1sinlineContent-gridContainer] > [id="comp-lysxed0i"] {
    position: relative;
    margin: 0px 0px 42px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-j6kr0m1sinlineContent-gridContainer] > [id="comp-lysxha6o"] {
    position: relative;
    margin: 94px 0px 22px calc((100% - 980px) * 0.5);
    left: 562px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-j6kr0m1sinlineContent-gridContainer] > [id="comp-lyu279kd"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 562px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

#comp-j6kr0lyl {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
}

#comp-j6kr0m1s {
    width: 980px;
}

#comp-j6kr0m1s {
    --fill-layer-image-opacity: 1;
    --fill-layer-background-media-position: fixed;
    --fill-layer-background-media-pointer-events: none;
    --bg-overlay-color: rgb(var(--color_15));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-lysx0hcg {
    --blendMode: normal;
}

#comp-lysx0hcg {
    width: 345px;
    height: auto;
}

#comp-lysxbt6x {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

#comp-lysxbt6x {
    width: 980px;
    height: 7px;
}

#comp-lysxbt6x {
    transform-origin: center 0.5px;
}

#comp-lysxed0i {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lysxed0i {
    width: 378px;
    height: 567px;
}

#comp-lysxha6o {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lysxha6o:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lysxha6o {
    width: 372px;
    height: auto;
}

#comp-lysxha6o {
    --min-height: 128px;
}

/* END STYLABLE DIRECTIVE RULES */
#comp-lyu279kd .style-lyu2dbym__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #102637
}

/* START STYLABLE DIRECTIVE RULES */
#comp-lyu279kd .style-lyu2dbym__root:disabled {
    background: #E2E2E2
}

#comp-lyu279kd .style-lyu2dbym__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lyu279kd .style-lyu2dbym__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lyu279kd .style-lyu2dbym__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lyu279kd .style-lyu2dbym__root .StylableButton2545352419__label {
    transition: inherit;
    font-weight: normal;
    font-style: normal;
    font-family: "playfair display",serif;
    letter-spacing: 0.05em;
    display: initial;
    font-size: 18px;
    color: #2A2E30
}

#comp-lyu279kd .style-lyu2dbym__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    fill: #FFFFFF;
    display: none
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyu279kd:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyu279kd {
    width: 217px;
    height: 56px;
}

#comp-lt8rm2ot {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lt8rm2otinlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -65px;
    grid-template-rows: repeat(26, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id="comp-lyuezw9p-rotated-wrapper"] > [id="comp-lyuezw9p"] {
    position: relative;
    left: 541px;
    top: 17px;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-j6ma23e7"] {
    position: relative;
    margin: 0px 0 25px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-j77krurn"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyudrf2p"] {
    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=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyudszb3"] {
    position: relative;
    margin: 0px 0px 49px calc((100% - 980px) * 0.5);
    left: -1px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyudwzj9"] {
    position: relative;
    margin: 0px 0px 18px calc((100% - 980px) * 0.5);
    left: 16px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyudwzja"] {
    position: relative;
    margin: 0px 0px 18px calc((100% - 980px) * 0.5);
    left: 337px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyudwzjb"] {
    position: relative;
    margin: 0px 0px 18px calc((100% - 980px) * 0.5);
    left: 658px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue0ty4"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 16px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue2laq"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 16px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue164k"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 337px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue3zhj"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 337px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue19zb"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 658px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue4979"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 658px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue7gy3"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue7gy5"] {
    position: relative;
    margin: 0px 0px 30px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 9 / 1 / 10 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuegage"] {
    position: relative;
    margin: 79px 0px 10px calc((100% - 980px) * 0.5);
    left: 22px;
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuegagg"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 16px;
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue7gyq"] {
    position: relative;
    margin: 79px 0px 10px calc((100% - 980px) * 0.5);
    left: 342px;
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyue9wi7"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 336px;
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuegg9v"] {
    position: relative;
    margin: 79px 0px 10px calc((100% - 980px) * 0.5);
    left: 660px;
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuegg9y"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 654px;
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuehbfs"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 12 / 1 / 13 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuehbfv"] {
    position: relative;
    margin: 0px 0px 20px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 13 / 1 / 14 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuemq5k"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 14 / 1 / 17 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuenk1r"] {
    position: relative;
    margin: 0px 0px 12px calc((100% - 980px) * 0.5);
    left: 582px;
    grid-area: 14 / 1 / 15 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuep2bo"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 582px;
    grid-area: 15 / 1 / 16 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqtnf"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 18 / 1 / 19 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqtni"] {
    position: relative;
    margin: 0px 0px 49px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 19 / 1 / 20 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqtnk"] {
    position: relative;
    margin: 0px 0px 18px calc((100% - 980px) * 0.5);
    left: 17px;
    grid-area: 20 / 1 / 21 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqtnm"] {
    position: relative;
    margin: 0px 0px 18px calc((100% - 980px) * 0.5);
    left: 338px;
    grid-area: 20 / 1 / 21 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqtnp"] {
    position: relative;
    margin: 0px 0px 18px calc((100% - 980px) * 0.5);
    left: 659px;
    grid-area: 20 / 1 / 21 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqtns"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 17px;
    grid-area: 21 / 1 / 22 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqtnu"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 17px;
    grid-area: 22 / 1 / 23 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqtnx"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 338px;
    grid-area: 21 / 1 / 22 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqtnz"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 338px;
    grid-area: 22 / 1 / 23 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqto1"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 659px;
    grid-area: 21 / 1 / 22 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueqto3"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 659px;
    grid-area: 22 / 1 / 23 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyuexhv5"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 24 / 1 / 25 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-gridContainer] > [id="comp-lyueyk1e"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 26 / 1 / 27 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lyuezw9p-rotated-wrapper] {
    position: static;
    height: 462px;
    width: 0;
    margin: 0px 0px 37px calc((100% - 980px) * 0.5);
    grid-area: 24 / 1 / 28 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lt8rm2otinlineContent-wedge-8] {
    visibility: hidden;
    height: 627px;
    width: 0;
    grid-area: 1 / 1 / 8 / 2;
}

[data-mesh-id=comp-lt8rm2otinlineContent-wedge-12] {
    visibility: hidden;
    height: 1206px;
    width: 0;
    grid-area: 1 / 1 / 12 / 2;
}

[data-mesh-id=comp-lt8rm2otinlineContent-wedge-18] {
    visibility: hidden;
    height: 1814px;
    width: 0;
    grid-area: 1 / 1 / 18 / 2;
}

[data-mesh-id=comp-lt8rm2otinlineContent-wedge-24] {
    visibility: hidden;
    height: 2342px;
    width: 0;
    grid-area: 1 / 1 / 24 / 2;
}

[data-mesh-id=comp-lt8rm2otinlineContent-wedge-26] {
    visibility: hidden;
    height: 254px;
    width: 0;
    grid-area: 24 / 1 / 26 / 2;
}

#comp-lt8rm2ot {
    --bg-overlay-color: rgb(212, 237, 244);
    --bg-gradient: none;
    min-width: 980px;
}

#comp-j6ma23e7 {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 90px;
}

#comp-j77krurn {
    --lnw: 1px;
    --brd: var(--color_15);
    --alpha-brd: 1;
}

#comp-j77krurn {
    width: 980px;
    height: 5px;
}

#comp-j77krurn {
    transform-origin: center 0.5px;
}

#comp-lyudrf2p {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyudrf2p:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyudrf2p {
    width: 798px;
    height: auto;
}

#comp-lyudrf2p {
    --min-height: 75px;
}

#comp-lyudszb3 {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

#comp-lyudszb3 {
    width: 980px;
    height: 7px;
}

#comp-lyudszb3 {
    transform-origin: center 0.5px;
}

#comp-lyudwzj9 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyudwzj9:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyudwzj9 {
    width: 306px;
    height: 205px;
}

#comp-lyudwzja {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyudwzja:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyudwzja {
    width: 306px;
    height: 205px;
}

#comp-lyudwzjb {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyudwzjb:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyudwzjb {
    width: 306px;
    height: 205px;
}

#comp-lyue0ty4 {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue0ty4:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue0ty4 {
    width: 306px;
    height: 7px;
}

#comp-lyue0ty4 {
    transform-origin: center 0.5px;
}

#comp-lyue2laq {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue2laq:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue2laq {
    width: 310px;
    height: auto;
}

#comp-lyue164k {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue164k:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue164k {
    width: 306px;
    height: 7px;
}

#comp-lyue164k {
    transform-origin: center 0.5px;
}

#comp-lyue3zhj {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue3zhj:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue3zhj {
    width: 310px;
    height: auto;
}

#comp-lyue19zb {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue19zb:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue19zb {
    width: 306px;
    height: 7px;
}

#comp-lyue19zb {
    transform-origin: center 0.5px;
}

#comp-lyue4979 {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue4979:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue4979 {
    width: 310px;
    height: auto;
}

#comp-lyue7gy3 {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue7gy3:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue7gy3 {
    width: 798px;
    height: auto;
}

#comp-lyue7gy3 {
    --min-height: 75px;
}

#comp-lyue7gy5 {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue7gy5:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue7gy5 {
    width: 980px;
    height: 7px;
}

#comp-lyue7gy5 {
    transform-origin: center 0.5px;
}

#comp-lyuegage {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuegage:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuegage {
    width: 295px;
    height: auto;
}

#comp-lyuegage {
    --min-height: 166px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuegagg:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuegagg {
    width: 306px;
    height: 332px;
}

#comp-lyue7gyq {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue7gyq:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue7gyq {
    width: 295px;
    height: auto;
}

#comp-lyue7gyq {
    --min-height: 166px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyue9wi7:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyue9wi7 {
    width: 306px;
    height: 332px;
}

#comp-lyuegg9v {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuegg9v:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuegg9v {
    width: 295px;
    height: auto;
}

#comp-lyuegg9v {
    --min-height: 166px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuegg9y:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuegg9y {
    width: 306px;
    height: 332px;
}

#comp-lyuehbfs {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuehbfs:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuehbfs {
    width: 798px;
    height: auto;
}

#comp-lyuehbfs {
    --min-height: 75px;
}

#comp-lyuehbfv {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuehbfv:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuehbfv {
    width: 980px;
    height: 7px;
}

#comp-lyuehbfv {
    transform-origin: center 0.5px;
}

#comp-lyuemq5k {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuemq5k:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuemq5k {
    width: 540px;
    height: 360px;
}

#comp-lyuenk1r {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuenk1r:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuenk1r {
    width: 362px;
    height: auto;
}

#comp-lyuenk1r {
    --min-height: 166px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuep2bo:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuep2bo {
    width: 137px;
    height: 39px;
}

#comp-lyuep2bo {
    --item-size: 39px;
    --item-margin: 0px 10px 0px 0px;
    --item-display: inline-block;
    width: 137px;
    height: 39px;
}

#comp-lyueqtnf {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqtnf:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqtnf {
    width: 798px;
    height: auto;
}

#comp-lyueqtnf {
    --min-height: 75px;
}

#comp-lyueqtni {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqtni:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqtni {
    width: 980px;
    height: 7px;
}

#comp-lyueqtni {
    transform-origin: center 0.5px;
}

#comp-lyueqtnk {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqtnk:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqtnk {
    width: 306px;
    height: 205px;
}

#comp-lyueqtnm {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqtnm:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqtnm {
    width: 306px;
    height: 205px;
}

#comp-lyueqtnp {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqtnp:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqtnp {
    width: 306px;
    height: 205px;
}

#comp-lyueqtns {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqtns:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqtns {
    width: 306px;
    height: 7px;
}

#comp-lyueqtns {
    transform-origin: center 0.5px;
}

#comp-lyueqtnu {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqtnu:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqtnu {
    width: 310px;
    height: auto;
}

#comp-lyueqtnx {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqtnx:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqtnx {
    width: 306px;
    height: 7px;
}

#comp-lyueqtnx {
    transform-origin: center 0.5px;
}

#comp-lyueqtnz {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqtnz:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqtnz {
    width: 310px;
    height: auto;
}

#comp-lyueqto1 {
    --lnw: 1px;
    --brd: 184,77,60;
    --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqto1:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqto1 {
    width: 306px;
    height: 7px;
}

#comp-lyueqto1 {
    transform-origin: center 0.5px;
}

#comp-lyueqto3 {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueqto3:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueqto3 {
    width: 310px;
    height: auto;
}

#comp-lyuexhv5 {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuexhv5:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuexhv5 {
    width: 247px;
    height: auto;
}

#comp-lyuexhv5 {
    --min-height: 75px;
}

#comp-lyueyk1e {
    --blendMode: normal;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyueyk1e:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyueyk1e {
    width: 362px;
    height: auto;
}

#comp-lyueyk1e {
    --min-height: 98px;
}

#comp-lyuezw9p {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lyuezw9p:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lyuezw9p {
    width: 285px;
    height: 428px;
    transform: rotate(7.5912868023364695deg);
    --comp-rotate-z: 7.5912868023364695deg;
}