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(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)
}

.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;
    position: absolute;
    top: 0;
    width: 0
}

.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
}

.r4OX7l,
.xTjc1A {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    position: relative;
    width: auto
}

.r4OX7l[data-state~=header] a,
.r4OX7l[data-state~=header] div,
[data-state~=header].xTjc1A a,
[data-state~=header].xTjc1A div {
    cursor: default !important
}

.r4OX7l .UiHgGh,
.xTjc1A .UiHgGh {
    display: inline-block;
    height: 100%;
    width: 100%
}

.xTjc1A {
    --display: inline-block;
    cursor: pointer;
    display: var(--display);
    font: var(--fnt, var(--font_1))
}

.xTjc1A .yRj2ms {
    padding: 0 var(--pad, 5px)
}

.xTjc1A .JS76Uv {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline-block;
    padding: 0 10px;
    transition: var(--trans, color .4s ease 0s)
}

.xTjc1A[data-state~=drop] {
    display: block;
    width: 100%
}

.xTjc1A[data-state~=drop] .JS76Uv {
    padding: 0 .5em
}

.xTjc1A[data-state~=link]:hover .JS76Uv,
.xTjc1A[data-state~=over] .JS76Uv {
    color: rgb(var(--txth, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.xTjc1A[data-state~=selected] .JS76Uv {
    color: rgb(var(--txts, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.NHM1d1 {
    overflow-x: hidden
}

.NHM1d1 .R_TAzU {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.NHM1d1 .R_TAzU .aOF1ks {
    flex: 1
}

.NHM1d1 .R_TAzU .y7qwii {
    height: calc(100% - (var(--menuTotalBordersY, 0px)));
    overflow: visible;
    white-space: nowrap;
    width: calc(100% - (var(--menuTotalBordersX, 0px)))
}

.NHM1d1 .R_TAzU .y7qwii .Tg1gOB {
    display: inline-block
}

.NHM1d1 .R_TAzU .y7qwii .mvZ3NH {
    display: block;
    width: 100%
}

.NHM1d1 .h3jCPd {
    display: block;
    opacity: 1;
    z-index: 99999
}

.NHM1d1 .h3jCPd .wkJ2fp {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto
}

.NHM1d1 .h3jCPd.DlGBN0 {
    transition: visibility;
    transition-delay: .2s;
    visibility: visible
}

.NHM1d1 .h3jCPd .p90CkU {
    display: inline-block
}

.NHM1d1 .vh74Xw {
    display: none
}

.XwCBRN>nav {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.XwCBRN .h3jCPd,
.XwCBRN .y7qwii,
.XwCBRN>nav {
    position: absolute
}

.XwCBRN .h3jCPd {
    margin-top: 7px;
    visibility: hidden
}

.XwCBRN .h3jCPd[data-dropMode=dropUp] {
    margin-bottom: 7px;
    margin-top: 0
}

.XwCBRN .wkJ2fp {
    background-color: rgba(var(--bgDrop, var(--color_11, color_11)), var(--alpha-bgDrop, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
}

.P0dCOY .PJ4KCX {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.d7EBK2 {
    border-radius: var(--overflow-wrapper-border-radius)
}

.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))
}

.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
}

.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
}

.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)
}

.J6KGih {
    cursor: pointer
}

.KaEeLN {
    --container-corvid-border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    --container-corvid-border-size: var(--brw, 1px);
    --container-corvid-background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
}

.uYj0Sg {
    -webkit-backdrop-filter: var(--backdrop-filter, none);
    backdrop-filter: var(--backdrop-filter, none);
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    border: var(--container-corvid-border-width, var(--brw, 1px)) solid var(--container-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-radius: var(--rd, 5px);
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.E6jjcn {
    direction: var(--direction);
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content);
    margin: var(--margin);
    position: relative
}

.Zc7IjY {
    direction: ltr;
    margin: var(--item-margin)
}

.VM7gjN {
    display: flex;
    flex-direction: column
}

.TWFxr5 {
    height: auto !important
}

.May50y {
    overflow: hidden !important
}

@font-face {
    font-family: "Helvetica-W01-Bold";
    src: url("../font/f70da45a-a05c-490c-ad62-7db4894b012a.eot");
    src: url("../font/f70da45a-a05c-490c-ad62-7db4894b012a.eot") format("eot"), url("../font/c5749443-93da-4592-b794-42f28d62ef72.woff") format("woff"), url("../font/73805f15-38e4-4fb7-8a08-d56bf29b483b.ttf") format("truetype"), url("../font/874bbc4a-0091-49f0-93ef-ea4e69c3cc7a.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W02-Bold";
    src: url("../font/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot");
    src: url("../font/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot") format("eot"), url("../font/192dac76-a6d9-413d-bb74-22308f2e0cc5.woff") format("woff"), url("../font/47584448-98c4-436c-89b9-8d6fbeb2a776.ttf") format("truetype"), url("../font/375c70e5-6822-492b-8408-7cd350440af7.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-LT-W10-Bold";
    src: url("../font/9fe262dc-5a55-4d75-91a4-aed76bd32190.eot");
    src: url("../font/9fe262dc-5a55-4d75-91a4-aed76bd32190.eot") format("eot"), url("../font/0a3939d0-3833-4db3-8b85-f64c2b3350d2.woff") format("woff"), url("../font/1b128d6d-126f-4c9c-8f87-3e7d30a1671c.ttf") format("truetype"), url("../font/b791c850-fde1-48b3-adf0-8998d55b0866.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "DIN-Next-W01-Light";
    src: url("../font/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot");
    src: url("../font/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot") format("eot"), url("../font/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("../font/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"), url("../font/d1b1e866-a411-42ba-8f75-72bf28e23694.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "DIN-Next-W02-Light";
    src: url("../font/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot");
    src: url("../font/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot") format("eot"), url("../font/07d62b21-8d7a-4c36-be86-d32ab1089972.woff") format("woff"), url("../font/c0050890-bbed-44b9-94df-2611d72dbb06.ttf") format("truetype"), url("../font/9f774d17-c03a-418e-a375-34f3beecbc7a.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "DIN-Next-W10-Light";
    src: url("../font/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot");
    src: url("../font/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot") format("eot"), url("../font/a9e95a29-98a7-404a-90ee-1929ad09c696.woff") format("woff"), url("../font/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf") format("truetype"), url("../font/58ae9be9-5d95-44b6-8b6c-e6da6a46822c.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W01-Roman";
    src: url("../font/HelveticaLTW04-Roman.woff2") format("woff2"), url("../font/4021a3b9-f782-438b-aeb4-c008109a8b64.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W02-Roman";
    src: url("../font/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot");
    src: url("../font/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot") format("eot"), url("../font/b56b944e-bbe0-4450-a241-de2125d3e682.woff") format("woff"), url("../font/7da02f05-ae8b-43a1-aeb9-83b3c0527c06.ttf") format("truetype"), url("../font/66cac56e-d017-4544-9d0c-f7d978f0c5c2.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-LT-W10-Roman";
    src: url("../font/686a6a06-e711-4bd2-b393-8504a497bb3c.eot");
    src: url("../font/686a6a06-e711-4bd2-b393-8504a497bb3c.eot") format("eot"), url("../font/6f8d1983-4d34-4fa4-9110-988f6c495757.woff") format("woff"), url("../font/7903ee3f-e9ab-4bdc-b7d2-d232de2da580.ttf") format("truetype"), url("../font/9c58e9ea-fdea-4b9c-b0f9-0a2157389ed0.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "TsukushiGothic";
    src: url("../font/WIX-TsukuGoPr5-R.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "TsukushiGothic";
    font-weight: 700;
    src: url("../font/WIX-TsukuGoPr5-D.woff2") format("woff2");
    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;
}

#PAGES_CONTAINER {
    --pinned-layer-in-container: 50;
    --above-all-in-container: 49;
}

#SITE_HEADER {
    z-index: calc(var(--pinned-layers-in-page, 0) + 51);
    --above-all-in-container: 10000;
}

#SITE_FOOTER {
    --pinned-layer-in-container: 52;
    --above-all-in-container: 49;
}

: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: 214, 214, 214;
    --color_13: 172, 172, 172;
    --color_14: 89, 89, 89;
    --color_15: 89, 89, 89;
    --color_16: 229, 240, 254;
    --color_17: 200, 224, 254;
    --color_18: 196, 13, 35;
    --color_19: 0, 58, 150;
    --color_20: 0, 29, 75;
    --color_21: 249, 197, 180;
    --color_22: 243, 167, 143;
    --color_23: 237, 88, 41;
    --color_24: 158, 59, 27;
    --color_25: 79, 29, 14;
    --color_26: 210, 172, 247;
    --color_27: 186, 131, 240;
    --color_28: 128, 21, 232;
    --color_29: 85, 14, 155;
    --color_30: 43, 7, 77;
    --color_31: 177, 211, 187;
    --color_32: 127, 168, 139;
    --color_33: 64, 124, 81;
    --color_34: 43, 83, 54;
    --color_35: 21, 41, 27;
    --color_36: 255, 255, 255;
    --color_37: 89, 89, 89;
    --color_38: 214, 214, 214;
    --color_39: 172, 172, 172;
    --color_40: 131, 131, 131;
    --color_41: 196, 13, 35;
    --color_42: 80, 98, 45;
    --color_43: 23, 50, 105;
    --color_44: 255, 255, 255;
    --color_45: 89, 89, 89;
    --color_46: 89, 89, 89;
    --color_47: 131, 131, 131;
    --color_48: 196, 13, 35;
    --color_49: 196, 13, 35;
    --color_50: 255, 255, 255;
    --color_51: 255, 255, 255;
    --color_52: 196, 13, 35;
    --color_53: 196, 13, 35;
    --color_54: 172, 172, 172;
    --color_55: 172, 172, 172;
    --color_56: 255, 255, 255;
    --color_57: 255, 255, 255;
    --color_58: 196, 13, 35;
    --color_59: 196, 13, 35;
    --color_60: 196, 13, 35;
    --color_61: 196, 13, 35;
    --color_62: 255, 255, 255;
    --color_63: 255, 255, 255;
    --color_64: 172, 172, 172;
    --color_65: 172, 172, 172;
    --font_0: normal normal normal 60px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-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 helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_3: normal normal normal 38px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_4: normal normal normal 35px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_5: normal normal normal 27px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_6: normal normal normal 25px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_7: normal normal normal 22px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_8: normal normal normal 16px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_9: normal normal normal 14px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, 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: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --vh-unit: calc((100vh - 0px) / 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_45));
    letter-spacing: 0em;
}

.font_1 {
    font: var(--font_1);
    color: rgb(var(--color_40));
    letter-spacing: 0em;
}

.font_2 {
    font: var(--font_2);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_3 {
    font: var(--font_3);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_4 {
    font: var(--font_4);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_5 {
    font: var(--font_5);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_6 {
    font: var(--font_6);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_7 {
    font: var(--font_7);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_8 {
    font: var(--font_8);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_9 {
    font: var(--font_9);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_10 {
    font: var(--font_10);
    color: rgb(var(--color_40));
    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));
}

#PAGES_CONTAINER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_PAGES {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_PAGES {
    --transition-duration: 700ms;
}

#masterPage:not(.landingPage) {
    --top-offset: var(--header-height);
    --header-height: 82px;
}

#masterPage.landingPage {
    --top-offset: 0px;
}

#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-lsu4dnd5"] {
    position: relative;
    margin: 31px 0px 14px calc((100% - 980px) * 0.5);
    left: 17px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-lsu9f8k6"] {
    position: relative;
    margin: 42px 0px 14px calc((100% - 980px) * 0.5);
    left: 438px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#SITE_HEADER {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    position: sticky !important;
    top: var(--wix-ads-height);
}

#comp-lsu4dnd5 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lsu4dnd5 {
    width: 151px;
    height: 37px;
}

#comp-lsu4dnd5 {
    --height: 37px;
    --width: 151px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-lsu9f8k6 {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_11);
    --rd: 0px;
    --shd: none;
    --fnt: normal normal 700 16px/1.4em tsukushigothic, 'ms gothic', 'ヒラギノ角ゴ pro w3', 'hiragino kaku gothic pro', osaka, sans-serif;
    --pad: 5px;
    --txt: 42, 47, 34;
    --alpha-txt: 1;
    --trans: color 0.4s ease 0s;
    --txth: var(--color_38);
    --alpha-txth: 1;
    --txts: var(--color_40);
    --alpha-txts: 1;
    --alpha-bgDrop: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-lsu9f8k6 {
    width: 542px;
    height: 26px;
}

#comp-lsu9f8k6 {
    --menuTotalBordersY: 0px;
    --menuTotalBordersX: 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-lsu9n8rs"] {
    position: relative;
    margin: 75px 0px 28px calc((100% - 980px) * 0.5);
    left: 376px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsu9o2w5"] {
    position: relative;
    margin: 0px 0px 5px calc((100% - 980px) * 0.5);
    left: 280px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsu9rccn"] {
    position: relative;
    margin: 0px 0px 25px calc((100% - 980px) * 0.5);
    left: 280px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

/*gai2*/
[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsua5lwj"] {
    position: relative;
    margin: 13px 0px 0 0;
    left: 0;
    grid-area: 4 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}
/*gai2*/

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-ltjnls6y"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 384px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p0ce9"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 226px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p2w95"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 287px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p35q8"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 410px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p3f01"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 482px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p3kuc"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 651px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

/*gai4*/
[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsuafanb"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}
/*gai4*/

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsuahsck"] {
    position: relative;
    margin: 19px 0px 17px calc((100% - 980px) * 0.5);
    left: 302px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-wedge-6] {
    visibility: hidden;
    height: 312px;
    width: 0;
    grid-area: 4 / 1 / 6 / 2;
}

#SITE_FOOTER {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
}

#comp-lsu9n8rs {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lsu9n8rs {
    width: 219px;
    height: 54px;
}

#comp-lsu9n8rs {
    --height: 54px;
    --width: 219px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-lsu9o2w5 {
    --blendMode: normal;
}

#comp-lsu9o2w5 {
    width: 420px;
    height: auto;
}

#comp-lsu9rccn {
    --blendMode: normal;
}

#comp-lsu9rccn {
    width: 420px;
    height: auto;
}

/*gai1*/
#comp-lsua5lwj {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lsua5lwj {
    width: 100%;
    height: 347px;
}

#comp-lsua5lwj {
    --height: 347px;
    --width: 100%;
}
/*gai1*/

/* END STYLABLE DIRECTIVE RULES */

#comp-ltjnls6y .style-ltjq8fqs__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 60px;
    background: rgba(229, 235, 250, 0);
    border: 1px solid #2A2F22
}

/* START STYLABLE DIRECTIVE RULES */

#comp-ltjnls6y .style-ltjq8fqs__root:hover {
    border: 0px solid rgb(29, 103, 205);
    background: #2A2F22
}

#comp-ltjnls6y .style-ltjq8fqs__root:hover .StylableButton2545352419__label {
    color: #FFFFFF
}

#comp-ltjnls6y .style-ltjq8fqs__root:disabled {
    background: #E2E2E2
}

#comp-ltjnls6y .style-ltjq8fqs__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-ltjnls6y .style-ltjq8fqs__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-ltjnls6y .style-ltjq8fqs__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-ltjnls6y .style-ltjq8fqs__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #2A2F22;
    display: initial;
    font-size: 16px
}

#comp-ltjnls6y .style-ltjq8fqs__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    display: initial;
    fill: #2A2F22
}

#comp-ltjnls6y .style-ltjq8fqs__root:hover .StylableButton2545352419__icon {
    fill: #FFFFFF
}

#comp-ltjnls6y {
    width: 212px;
    height: 54px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p0ce9 .style-lu7pc4cr__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p0ce9 .style-lu7pc4cr__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p0ce9 .style-lu7pc4cr__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:disabled {
    background: #E2E2E2
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p0ce9 .style-lu7pc4cr__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p0ce9 .style-lu7pc4cr__root .StylableButton2545352419__label {
        color: #2A2F22;
        text-align: left;
    }
}

#comp-lu7p0ce9 {
    width: 55px;
    height: 40px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p2w95 .style-lu7pb0az__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p2w95 .style-lu7pb0az__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p2w95 .style-lu7pb0az__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p2w95 .style-lu7pb0az__root:disabled {
    background: #E2E2E2
}

#comp-lu7p2w95 .style-lu7pb0az__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p2w95 .style-lu7pb0az__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p2w95 .style-lu7pb0az__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p2w95 .style-lu7pb0az__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p2w95 .style-lu7pb0az__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p2w95 .style-lu7pb0az__root .StylableButton2545352419__label {
        color: #2A2F22;
    }
}

#comp-lu7p2w95 {
    width: 117px;
    height: 40px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p35q8 .style-lu7pd4eg__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p35q8 .style-lu7pd4eg__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p35q8 .style-lu7pd4eg__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p35q8 .style-lu7pd4eg__root:disabled {
    background: #E2E2E2
}

#comp-lu7p35q8 .style-lu7pd4eg__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p35q8 .style-lu7pd4eg__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p35q8 .style-lu7pd4eg__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p35q8 .style-lu7pd4eg__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p35q8 .style-lu7pd4eg__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p35q8 .style-lu7pd4eg__root .StylableButton2545352419__label {
        color: #2A2F22;
        text-align: left;
    }
}

#comp-lu7p35q8 {
    width: 66px;
    height: 40px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p3f01 .style-lu7pbea2__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p3f01 .style-lu7pbea2__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p3f01 .style-lu7pbea2__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p3f01 .style-lu7pbea2__root:disabled {
    background: #E2E2E2
}

#comp-lu7p3f01 .style-lu7pbea2__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p3f01 .style-lu7pbea2__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p3f01 .style-lu7pbea2__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p3f01 .style-lu7pbea2__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p3f01 .style-lu7pbea2__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p3f01 .style-lu7pbea2__root .StylableButton2545352419__label {
        color: #2A2F22;
    }
}

#comp-lu7p3f01 {
    width: 163px;
    height: 40px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p3kuc .style-lu7pbkal__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p3kuc .style-lu7pbkal__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p3kuc .style-lu7pbkal__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p3kuc .style-lu7pbkal__root:disabled {
    background: #E2E2E2
}

#comp-lu7p3kuc .style-lu7pbkal__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p3kuc .style-lu7pbkal__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p3kuc .style-lu7pbkal__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p3kuc .style-lu7pbkal__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p3kuc .style-lu7pbkal__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p3kuc .style-lu7pbkal__root .StylableButton2545352419__label {
        color: #2A2F22;
    }
}

#comp-lu7p3kuc {
    width: 102px;
    height: 40px;
}

/*gai3*/
#comp-lsuafanb {
    width: 100%;
    height: 54px;
}
/*gai3*/

#comp-lsuafanb {
    --fill-opacity: 0.5;
    --stroke-width: 0;
    --stroke: #595959;
    --stroke-opacity: 1;
    --fill: #50622D;
}

#comp-lsuahsck {
    --blendMode: normal;
}

#comp-lsuahsck {
    width: 375px;
    height: auto;
}

@font-face {
    font-family: "TsukushiGothic";
    src: url("../font/WIX-TsukuGoPr5-R.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "TsukushiGothic";
    font-weight: 700;
    src: url("../font/WIX-TsukuGoPr5-D.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W01-Bold";
    src: url("../font/f70da45a-a05c-490c-ad62-7db4894b012a.eot");
    src: url("../font/f70da45a-a05c-490c-ad62-7db4894b012a.eot") format("eot"), url("../font/c5749443-93da-4592-b794-42f28d62ef72.woff") format("woff"), url("../font/73805f15-38e4-4fb7-8a08-d56bf29b483b.ttf") format("truetype"), url("../font/874bbc4a-0091-49f0-93ef-ea4e69c3cc7a.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W02-Bold";
    src: url("../font/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot");
    src: url("../font/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot") format("eot"), url("../font/192dac76-a6d9-413d-bb74-22308f2e0cc5.woff") format("woff"), url("../font/47584448-98c4-436c-89b9-8d6fbeb2a776.ttf") format("truetype"), url("../font/375c70e5-6822-492b-8408-7cd350440af7.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-LT-W10-Bold";
    src: url("../font/9fe262dc-5a55-4d75-91a4-aed76bd32190.eot");
    src: url("../font/9fe262dc-5a55-4d75-91a4-aed76bd32190.eot") format("eot"), url("../font/0a3939d0-3833-4db3-8b85-f64c2b3350d2.woff") format("woff"), url("../font/1b128d6d-126f-4c9c-8f87-3e7d30a1671c.ttf") format("truetype"), url("../font/b791c850-fde1-48b3-adf0-8998d55b0866.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "TsukushiOldMincho";
    src: url("../font/WIX-TsukuAOldMinPr6N-M.woff2") format("woff2");
    font-display: swap;
}

#tuckg {
    --param_boolean_previewHover: false;
}

#tuckg {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

[data-mesh-id=ContainertuckginlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer]>[id="comp-lsuanwxf"] {
    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=ContainertuckginlineContent-gridContainer]>[id="comp-ltiprwjb"] {
    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=ContainertuckginlineContent-gridContainer]>[id="comp-ltelnrnm"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer]>[id="comp-lteiw4xf"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer]>[id="comp-lucop5x9"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#tuckg {
    width: auto;
    min-height: 40px;
}

#pageBackground_tuckg {
    --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-lsuanwxf {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lsuanwxfinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lsuanwxfinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 963px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lsuanwxfinlineContent-gridContainer]>[id="comp-ltejy3ry"] {
    position: relative;
    margin: 396px 0px 10px calc((100% - 980px) * 0.5);
    left: 173px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lsuanwxf {
    --fill-layer-video-opacity: 1;
    --bg-overlay-color: rgb(var(--color_12));
    --bg-gradient: none;
    min-width: 980px;
}

#comp-ltejy3ry {
    --blendMode: normal;
}

#comp-ltejy3ry {
    width: 633px;
    height: auto;
}

#comp-ltiprwjb {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-ltiprwjbinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(8, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltirhz92"] {
    position: relative;
    margin: 73px 0px 14px calc((100% - 980px) * 0.5);
    left: 90px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltirlujz"] {
    position: relative;
    margin: 0px 0px 40px calc((100% - 980px) * 0.5);
    left: 90px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltit64sk"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 225px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltitrhvf"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 225px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltit64sh"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 414px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltits9h3"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 414px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltit64se"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 604px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltitsits"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 604px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltjnhc65"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: -388px;
    grid-area: 6 / 1 / 10 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltis1myg"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 403px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltjnr4fd"] {
    position: relative;
    margin: 74px 0px 17px calc((100% - 980px) * 0.5);
    left: 89px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-gridContainer]>[id="comp-ltjnvz14"] {
    position: relative;
    margin: 0px 0px 33px calc((100% - 980px) * 0.5);
    left: 89px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltiprwjbinlineContent-wedge-6] {
    visibility: hidden;
    height: 585px;
    width: 0;
    grid-area: 1 / 1 / 6 / 2;
}

#comp-ltiprwjb {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-ltirhz92 {
    --blendMode: normal;
}

#comp-ltirhz92 {
    width: 800px;
    height: auto;
}

#comp-ltirlujz {
    --blendMode: normal;
}

#comp-ltirlujz {
    width: 800px;
    height: auto;
}

#comp-ltit64sk {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ltit64sk {
    width: 151px;
    height: 151px;
}

#comp-ltit64sk {
    --height: 151px;
    --width: 151px;
}

#comp-ltitrhvf {
    --blendMode: normal;
}

#comp-ltitrhvf {
    width: 151px;
    height: auto;
}

#comp-ltit64sh {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ltit64sh {
    width: 151px;
    height: 151px;
}

#comp-ltit64sh {
    --height: 151px;
    --width: 151px;
}

#comp-ltits9h3 {
    --blendMode: normal;
}

#comp-ltits9h3 {
    width: 151px;
    height: auto;
}

#comp-ltit64se {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ltit64se {
    width: 151px;
    height: 151px;
}

#comp-ltit64se {
    --height: 151px;
    --width: 151px;
}

#comp-ltitsits {
    --blendMode: normal;
}

#comp-ltitsits {
    width: 151px;
    height: auto;
}

#comp-ltjnhc65 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ltjnhc65 {
    width: 1757px;
    height: 650px;
}

#comp-ltjnhc65 {
    --height: 650px;
    --width: 1757px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-ltis1myg .style-ltjpf37u__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 60px;
    background: rgba(229, 235, 250, 0);
    border: 1px solid #FFFFFF
}

/* START STYLABLE DIRECTIVE RULES */

#comp-ltis1myg .style-ltjpf37u__root:hover {
    border: 1px solid rgba(29, 103, 205, 0);
    background: #FFFFFF
}

#comp-ltis1myg .style-ltjpf37u__root:hover .StylableButton2545352419__label {
    color: #2A2F22
}

#comp-ltis1myg .style-ltjpf37u__root:disabled {
    background: #E2E2E2
}

#comp-ltis1myg .style-ltjpf37u__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-ltis1myg .style-ltjpf37u__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-ltis1myg .style-ltjpf37u__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-ltis1myg .style-ltjpf37u__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    display: initial;
    font-size: 14px;
    color: #FFFFFF
}

#comp-ltis1myg .style-ltjpf37u__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    display: initial;
    fill: #FFFFFF
}

#comp-ltis1myg .style-ltjpf37u__root:hover .StylableButton2545352419__icon {
    fill: #595959
}

#comp-ltis1myg {
    width: 172px;
    height: 43px;
}

#comp-ltjnr4fd {
    --blendMode: normal;
}

#comp-ltjnr4fd {
    width: 800px;
    height: auto;
}

#comp-ltjnvz14 {
    --blendMode: normal;
}

#comp-ltjnvz14 {
    width: 800px;
    height: auto;
}

#comp-ltelnrnm {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-ltelnrnminlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-ltelnrnminlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 467px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-ltelnrnminlineContent-gridContainer]>[id="comp-ltipz1w8"] {
    position: relative;
    margin: 92px 0px 14px calc((100% - 980px) * 0.5);
    left: 124px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltelnrnminlineContent-gridContainer]>[id="comp-ltiqbiir"] {
    position: relative;
    margin: 141px 0px 62px calc((100% - 980px) * 0.5);
    left: 153px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltelnrnminlineContent-gridContainer]>[id="comp-ltiqovju"] {
    position: relative;
    margin: 0px 0px 17px calc((100% - 980px) * 0.5);
    left: 124px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltelnrnminlineContent-gridContainer]>[id="comp-ltiqvl0l"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 204px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltelnrnminlineContent-gridContainer]>[id="comp-ltipz1wa"] {
    position: relative;
    margin: 92px 0px 14px calc((100% - 980px) * 0.5);
    left: 519px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltelnrnminlineContent-gridContainer]>[id="comp-ltiqdmg4"] {
    position: relative;
    margin: 141px 0px 62px calc((100% - 980px) * 0.5);
    left: 548px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltelnrnminlineContent-gridContainer]>[id="comp-ltiqq8u3"] {
    position: relative;
    margin: 0px 0px 17px calc((100% - 980px) * 0.5);
    left: 520px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltelnrnminlineContent-gridContainer]>[id="comp-ltiqx23c"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 599px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-ltelnrnm {
    --fill-layer-image-opacity: 1;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-ltipz1w8 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ltipz1w8 {
    width: 332px;
    height: 171px;
}

#comp-ltipz1w8 {
    --height: 171px;
    --width: 332px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-ltiqbiir .style-ltjov2bg__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0.85)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-ltiqbiir .style-ltjov2bg__root:hover {
    background: rgba(238, 238, 238, 0.85);
    border: 1px solid rgba(89, 89, 89, 0)
}

#comp-ltiqbiir .style-ltjov2bg__root:hover .StylableButton2545352419__label {
    color: #2A2F22
}

#comp-ltiqbiir .style-ltjov2bg__root:disabled {
    background: #E2E2E2
}

#comp-ltiqbiir .style-ltjov2bg__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-ltiqbiir .style-ltjov2bg__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-ltiqbiir .style-ltjov2bg__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-ltiqbiir .style-ltjov2bg__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    letter-spacing: 0.05em;
    color: #2A2F22;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    font-size: 20px;
    font-weight: 700
}

#comp-ltiqbiir .style-ltjov2bg__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    fill: #FFFFFF;
    display: none
}

#comp-ltiqbiir .style-ltjov2bg__root:hover .StylableButton2545352419__icon {
    fill: #595959
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-ltiqbiir .style-ltjov2bg__root .StylableButton2545352419__label {
        font-size: 16px;
    }
}

#comp-ltiqbiir {
    width: 275px;
    height: 74px;
}

#comp-ltiqovju {
    --blendMode: normal;
}

#comp-ltiqovju {
    width: 332px;
    height: auto;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-ltiqvl0l .style-ltjosz4l__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 60px;
    background: rgba(229, 235, 250, 0);
    border: 1px solid #2A2F22
}

/* START STYLABLE DIRECTIVE RULES */

#comp-ltiqvl0l .style-ltjosz4l__root:hover {
    border: 0px solid rgb(29, 103, 205);
    background: #2A2F22
}

#comp-ltiqvl0l .style-ltjosz4l__root:hover .StylableButton2545352419__label {
    color: #FFFFFF
}

#comp-ltiqvl0l .style-ltjosz4l__root:disabled {
    background: #E2E2E2
}

#comp-ltiqvl0l .style-ltjosz4l__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-ltiqvl0l .style-ltjosz4l__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-ltiqvl0l .style-ltjosz4l__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-ltiqvl0l .style-ltjosz4l__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #2A2F22;
    display: initial;
    font-size: 14px
}

#comp-ltiqvl0l .style-ltjosz4l__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    display: initial;
    fill: #2A2F22
}

#comp-ltiqvl0l .style-ltjosz4l__root:hover .StylableButton2545352419__icon {
    fill: #FFFFFF
}

#comp-ltiqvl0l {
    width: 172px;
    height: 43px;
}

#comp-ltipz1wa {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ltipz1wa {
    width: 332px;
    height: 171px;
}

#comp-ltipz1wa {
    --height: 171px;
    --width: 332px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-ltiqdmg4 .style-ltjov8lv__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0.85)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-ltiqdmg4 .style-ltjov8lv__root:hover {
    background: rgba(238, 238, 238, 0.85);
    border: 1px solid rgba(89, 89, 89, 0)
}

#comp-ltiqdmg4 .style-ltjov8lv__root:hover .StylableButton2545352419__label {
    color: #2A2F22
}

#comp-ltiqdmg4 .style-ltjov8lv__root:disabled {
    background: #E2E2E2
}

#comp-ltiqdmg4 .style-ltjov8lv__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-ltiqdmg4 .style-ltjov8lv__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-ltiqdmg4 .style-ltjov8lv__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-ltiqdmg4 .style-ltjov8lv__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    letter-spacing: 0.05em;
    color: #2A2F22;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    font-size: 20px;
    font-weight: 700
}

#comp-ltiqdmg4 .style-ltjov8lv__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    fill: #FFFFFF;
    display: none
}

#comp-ltiqdmg4 .style-ltjov8lv__root:hover .StylableButton2545352419__icon {
    fill: #595959
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-ltiqdmg4 .style-ltjov8lv__root .StylableButton2545352419__label {
        font-size: 16px;
    }
}

#comp-ltiqdmg4 {
    width: 275px;
    height: 74px;
}

#comp-ltiqq8u3 {
    --blendMode: normal;
}

#comp-ltiqq8u3 {
    width: 332px;
    height: auto;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-ltiqx23c .style-ltjo4xcd__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 60px;
    background: rgba(229, 235, 250, 0);
    border: 1px solid #2A2F22
}

/* START STYLABLE DIRECTIVE RULES */

#comp-ltiqx23c .style-ltjo4xcd__root:hover {
    border: 0px solid rgb(29, 103, 205);
    background: #2A2F22
}

#comp-ltiqx23c .style-ltjo4xcd__root:hover .StylableButton2545352419__label {
    color: #FFFFFF
}

#comp-ltiqx23c .style-ltjo4xcd__root:disabled {
    background: #E2E2E2
}

#comp-ltiqx23c .style-ltjo4xcd__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-ltiqx23c .style-ltjo4xcd__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-ltiqx23c .style-ltjo4xcd__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-ltiqx23c .style-ltjo4xcd__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #2A2F22;
    display: initial;
    font-size: 14px
}

#comp-ltiqx23c .style-ltjo4xcd__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    display: initial;
    fill: #2A2F22
}

#comp-ltiqx23c .style-ltjo4xcd__root:hover .StylableButton2545352419__icon {
    fill: #FFFFFF
}

#comp-ltiqx23c {
    width: 172px;
    height: 43px;
}

#comp-lteiw4xf {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lteiw4xfinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lteiw4xfinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 680px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lteiw4xfinlineContent-gridContainer]>[id="comp-ltekh9ao"] {
    position: relative;
    margin: 98px 0px 10px calc((100% - 980px) * 0.5);
    left: 30px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lteiw4xfinlineContent-gridContainer]>[id="comp-ltek83uw"] {
    position: absolute;
    top: 307px;
    left: 867px;
    margin-left: calc((100% - 980px) * 0.5);
}

#comp-lteiw4xf {
    --fill-layer-image-opacity: 1;
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
    min-width: 980px;
}

#comp-ltekh9ao {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: var(--color_36);
    --rd: 200px 0px 0px 5px;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 0.85;
    --boxShadowToggleOn-shd: none;
}

#comp-ltekh9ao {
    width: 1518px;
}

[data-mesh-id=comp-ltekh9aoinlineContent] {
    height: auto;
    width: 1518px;
}

[data-mesh-id=comp-ltekh9aoinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 482px;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-ltekh9aoinlineContent-gridContainer]>[id="comp-ltekm0th"] {
    position: relative;
    margin: 68px 0px 0 0;
    left: 59px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltekh9aoinlineContent-gridContainer]>[id="comp-ltekm0tw"] {
    position: relative;
    margin: 0px 0px 24px 0;
    left: 59px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltekh9aoinlineContent-gridContainer]>[id="comp-ltek5vmj"] {
    position: relative;
    margin: 0px 0px 20px 0;
    left: 99px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-ltekh9aoinlineContent-gridContainer]>[id="comp-ltel5884"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 391px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

#comp-ltekh9ao {
    --shc-mutated-brightness: 128, 128, 128;
}

#comp-ltekm0th {
    --blendMode: normal;
}

#comp-ltekm0th {
    width: 800px;
    height: auto;
}

#comp-ltekm0tw {
    --blendMode: normal;
}

#comp-ltekm0tw {
    width: 800px;
    height: auto;
}

#comp-ltek5vmj {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: 61, 155, 233;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-ltek5vmj:not(.is-animating) {
    transition: all 0.4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s;
}

#comp-ltek5vmj {
    width: 720px;
}

#comp-ltek5vmj {
    --direction: ltr;
    --justify-content: space-between;
    --margin: -8px 0px;
    --item-margin: 8px 0px;
}

[id^="comp-ltek5vnh__"] {
    width: 720px;
}

[data-mesh-id^="comp-ltek5vnh__"][data-mesh-id$="inlineContent"] {
    height: auto;
    width: 100%;
}

[data-mesh-id^="comp-ltek5vnh__"][data-mesh-id$="inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id^=comp-ltek5vnh__]>[id^="comp-ltek7sph__"] {
    position: relative;
    margin: 15px 0px 17px 0;
    left: 34px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id^=comp-ltek5vnh__]>[id^="comp-ltek9y0y__"] {
    position: relative;
    margin: 9px 0px 14px 0;
    left: 177px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[id^="comp-ltek5vnh__"] {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    border-width: 0 0 0 0;
    border-style: solid solid solid solid;
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    border-radius: 0 0 0 0;
    overflow: hidden;
    transform: translateZ(0);
    margin: -0px;
}

[id="comp-ltek5vnh__item1"] {
    --bg-overlay-color: rgb(var(--color_12));
    --bg-gradient: none;
    border-width: 0 0 0 0;
    border-style: solid solid solid solid;
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    border-radius: 0 0 0 0;
    overflow: hidden;
    transform: translateZ(0);
    margin: -0px;
}

[id="comp-ltek5vnh__item-j9r9uz7e"] {
    --bg-overlay-color: rgb(var(--color_12));
    --bg-gradient: none;
    border-width: 0 0 0 0;
    border-style: solid solid solid solid;
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    border-radius: 0 0 0 0;
    overflow: hidden;
    transform: translateZ(0);
    margin: -0px;
}

[id="comp-ltek5vnh__item-j9r9uxns"] {
    --bg-overlay-color: rgb(var(--color_12));
    --bg-gradient: none;
    border-width: 0 0 0 0;
    border-style: solid solid solid solid;
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    border-radius: 0 0 0 0;
    overflow: hidden;
    transform: translateZ(0);
    margin: -0px;
}

[id^="comp-ltek7sph__"] {
    --blendMode: normal;
}

[id^="comp-ltek7sph__"] {
    width: 124px;
    height: auto;
}

/* END STYLABLE DIRECTIVE RULES */

[id^="comp-ltek9y0y__"] .style-ltjoaydm__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

[id^="comp-ltek9y0y__"] .style-ltjoaydm__root .StylableButton2545352419__container {
    transition: inherit;
    justify-content: flex-start;
    align-items: center
}

[id^="comp-ltek9y0y__"] .style-ltjoaydm__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    font-weight: 700;
    color: #2A2F22
}

[id^="comp-ltek9y0y__"] .style-ltjoaydm__root:disabled {
    background: #E2E2E2
}

[id^="comp-ltek9y0y__"] .style-ltjoaydm__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

[id^="comp-ltek9y0y__"] .style-ltjoaydm__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

[id^="comp-ltek9y0y__"] .style-ltjoaydm__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

[id^="comp-ltek9y0y__"] .style-ltjoaydm__root:hover .StylableButton2545352419__label {
    color: #ACACAC;
    text-align: left;
}

[id^="comp-ltek9y0y__"] {
    width: 501px;
    height: 33px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-ltel5884 .style-ltjo9gdg__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 60px;
    border: 1px solid #2A2F22;
    background: rgba(229, 235, 250, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-ltel5884 .style-ltjo9gdg__root:hover {
    border: 0px solid rgb(29, 103, 205);
    background: #2A2F22
}

#comp-ltel5884 .style-ltjo9gdg__root:hover .StylableButton2545352419__label {
    color: #FFFFFF
}

#comp-ltel5884 .style-ltjo9gdg__root:disabled {
    background: #E2E2E2
}

#comp-ltel5884 .style-ltjo9gdg__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-ltel5884 .style-ltjo9gdg__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-ltel5884 .style-ltjo9gdg__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-ltel5884 .style-ltjo9gdg__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #2A2F22;
    display: initial;
    font-size: 14px
}

#comp-ltel5884 .style-ltjo9gdg__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    display: initial;
    fill: #2A2F22
}

#comp-ltel5884 .style-ltjo9gdg__root:hover .StylableButton2545352419__icon {
    fill: #FFFFFF
}

#comp-ltel5884 {
    width: 136px;
    height: 34px;
}

#comp-lucop5x9 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lucop5x9inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lucop5x9inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lucop5x9inlineContent-gridContainer]>[id="comp-lucopnmt"] {
    position: relative;
    margin: 70px 0px 16px calc((100% - 980px) * 0.5);
    left: 190px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lucop5x9inlineContent-gridContainer]>[id="comp-lucopnnb"] {
    position: relative;
    margin: 0px 0px 28px calc((100% - 980px) * 0.5);
    left: 90px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lucop5x9inlineContent-gridContainer]>[id="comp-lucoqu8f"] {
    position: relative;
    margin: 0px 0px 11px calc((100% - 980px) * 0.5);
    left: 406px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lucop5x9 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-lucopnmt {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lucopnmt {
    width: 600px;
    height: 204px;
}

#comp-lucopnmt {
    --height: 204px;
    --width: 600px;
}

#comp-lucopnnb {
    --blendMode: normal;
}

#comp-lucopnnb {
    width: 800px;
    height: auto;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lucoqu8f .style-lucoqu972__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 60px;
    border: 1px solid #2A2F22;
    background: rgba(229, 235, 250, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lucoqu8f .style-lucoqu972__root:hover {
    border: 0px solid rgb(29, 103, 205);
    background: #2A2F22
}

#comp-lucoqu8f .style-lucoqu972__root:hover .StylableButton2545352419__label {
    color: #FFFFFF
}

#comp-lucoqu8f .style-lucoqu972__root:disabled {
    background: #E2E2E2
}

#comp-lucoqu8f .style-lucoqu972__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lucoqu8f .style-lucoqu972__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lucoqu8f .style-lucoqu972__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lucoqu8f .style-lucoqu972__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #2A2F22;
    display: initial;
    font-size: 14px
}

#comp-lucoqu8f .style-lucoqu972__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    display: initial;
    fill: #2A2F22
}

#comp-lucoqu8f .style-lucoqu972__root:hover .StylableButton2545352419__icon {
    fill: #FFFFFF
}

#comp-lucoqu8f {
    width: 167px;
    height: 34px;
}


.index_cate_lists{
	width: 90%;
	overflow: hidden;
	display: flex;
	max-width: 900px;
	margin: 10% auto;
}
.index_cate_lists .index_cate_item{
    width: calc(100% / 3 - 1%);
    margin: 0 1%;
}
.index_cate_lists .index_cate_pic{
    position: relative;
}
.index_cate_lists .index_cate_pic>img{
	width: 100%;
}
.index_cate_lists .index_cate_tit{
    width: 82%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transition: inherit;
    font-style: normal;
    letter-spacing: 0.05em;
    color: #2A2F22;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    font-size: 18px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.85);
    padding: 4% 0;
}
.index_cate_lists .index_cate_txt{
	font-family: tsukushigothic,ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
	font-size: 16px;
	letter-spacing: 0.15em;
	color: #2A2F22;
	line-height: 1.6em;
	margin-top: 6%;
	margin-bottom: 6%;
	min-height: 136px;
}
.index_cate_lists .index_cate_link{
	padding: 2% 0;
	transition: inherit;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
	color: #2A2F22;
	display: initial;
	font-size: 14px;
	align-items: center;
	display: flex;
	flex-basis: auto;
	flex-direction: row;
	flex-grow: 1;
	justify-content: center;
	overflow: hidden;
	transition: all .2s ease, visibility 0s;
	width: 100%;
	-st-extends: StylableButton;
	border-radius: 60px;
	background: rgba(229, 235, 250, 0);
	border: 1px solid #2A2F22;
	font-size: 13px;
}
.index_cate_lists .index_cate_link svg{
	transition: inherit;
    width: 10px;
    height: 10px;
    display: initial;
    fill: #2A2F22
}

