 @keyframes slide-horizontal-new {
     0% {
         transform: translateX(100%)
     }
 }

 @keyframes slide-horizontal-old {
     80% {
         opacity: 1
     }

     to {
         opacity: 0;
         transform: translateX(-100%)
     }
 }

 @keyframes slide-vertical-new {
     0% {
         transform: translateY(-100%)
     }
 }

 @keyframes slide-vertical-old {
     80% {
         opacity: 1
     }

     to {
         opacity: 0;
         transform: translateY(100%)
     }
 }

 @keyframes out-in-new {
     0% {
         opacity: 0
     }
 }

 @keyframes out-in-old {
     to {
         opacity: 0
     }
 }

 html[data-page-transition=SlideHorizontal]::view-transition-old(page-group) {
     animation: slide-horizontal-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
     mix-blend-mode: normal
 }

 html[data-page-transition=SlideHorizontal]::view-transition-new(page-group) {
     animation: slide-horizontal-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
     mix-blend-mode: normal
 }

 html[data-page-transition=SlideVertical]::view-transition-old(page-group) {
     animation: slide-vertical-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
     mix-blend-mode: normal
 }

 html[data-page-transition=SlideVertical]::view-transition-new(page-group) {
     animation: slide-vertical-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
     mix-blend-mode: normal
 }

 html[data-page-transition=OutIn]::view-transition-old(page-group) {
     animation: out-in-old .35s cubic-bezier(.64, 0, .78, 0) forwards
 }

 html[data-page-transition=OutIn]::view-transition-new(page-group) {
     animation: out-in-new .35s cubic-bezier(.22, 1, .36, 1) .35s backwards
 }

 @media(prefers-reduced-motion:reduce) {

     ::view-transition-group(*),
     ::view-transition-new(*),
     ::view-transition-old(*) {
         animation: none !important
     }
 }

 body,
 html {
     background: transparent;
     border: 0;
     margin: 0;
     outline: 0;
     padding: 0;
     vertical-align: baseline
 }

 body {
     --scrollbar-width: 0px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px
 }

 body,
 html {
     height: 100%
 }

 body {
     overflow-x: auto;
     overflow-y: scroll
 }

 body:not(.responsive) #site-root {
     min-width: var(--site-width);
     width: 100%
 }

 body:not([data-js-loaded]) [data-hide-prejs] {
     visibility: hidden
 }

 wix-interact-element {
     display: contents
 }

 #SITE_CONTAINER {
     position: relative
 }

 :root {
     --one-unit: 1vw;
     --section-max-width: 9999px;
     --spx-stopper-max: 9999px;
     --spx-stopper-min: 0px
 }

 @supports(-webkit-appearance:none) and (stroke-color:transparent) {
     :root {
         --safari-sticky-fix: opacity
     }
 }

 @supports(container-type:inline-size) {
     :root {
         --one-unit: 1cqw
     }
 }

 [id^=oldHoverBox-] {
     mix-blend-mode: plus-lighter;
     transition: opacity .5s ease, visibility .5s ease
 }

 [data-mesh-id$=inlineContent-gridContainer]:has(>[id^=oldHoverBox-]) {
     isolation: isolate
 }


 a,
 abbr,
 acronym,
 address,
 applet,
 b,
 big,
 blockquote,
 button,
 caption,
 center,
 cite,
 code,
 dd,
 del,
 dfn,
 div,
 dl,
 dt,
 em,
 fieldset,
 font,
 footer,
 form,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 header,
 i,
 iframe,
 img,
 ins,
 kbd,
 label,
 legend,
 li,
 nav,
 object,
 ol,
 p,
 pre,
 q,
 s,
 samp,
 section,
 small,
 span,
 strike,
 strong,
 sub,
 sup,
 table,
 tbody,
 td,
 tfoot,
 th,
 thead,
 title,
 tr,
 tt,
 u,
 ul,
 var {
     background: transparent;
     border: 0;
     margin: 0;
     outline: 0;
     padding: 0;
     vertical-align: baseline
 }

 input,
 select,
 textarea {
     box-sizing: border-box;
     font-family: Helvetica, Arial, sans-serif
 }

 ol,
 ul {
     list-style: none
 }

 blockquote,
 q {
     quotes: none
 }

 ins {
     text-decoration: none
 }

 del {
     text-decoration: line-through
 }

 table {
     border-collapse: collapse;
     border-spacing: 0
 }

 a {
     cursor: pointer;
     text-decoration: none
 }

 .testStyles {
     overflow-y: hidden
 }

 .reset-button {
     -webkit-appearance: none;
     background: none;
     border: 0;
     color: inherit;
     font: inherit;
     line-height: normal;
     outline: 0;
     overflow: visible;
     padding: 0;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none
 }

 :focus {
     outline: none
 }

 body.device-mobile-optimized:not(.disable-site-overflow) {
     overflow-x: hidden;
     overflow-y: scroll
 }

 body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
     margin-left: auto;
     margin-right: auto;
     overflow-x: visible;
     position: relative;
     width: 320px
 }

 body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling) #SITE_CONTAINER {
     margin-top: 0
 }

 body.device-mobile-optimized>* {
     max-width: 100% !important
 }

 body.device-mobile-optimized #site-root {
     overflow-x: hidden;
     overflow-y: hidden
 }

 @supports(overflow:clip) {
     body.device-mobile-optimized #site-root {
         overflow-x: clip;
         overflow-y: clip
     }
 }

 body.device-mobile-non-optimized #SITE_CONTAINER #site-root:not(.overflow-clip-in-mobile) {
     overflow-x: hidden;
     overflow-y: auto
 }

 body.device-mobile-non-optimized #SITE_CONTAINER #site-root.overflow-clip-in-mobile {
     overflow-x: clip;
     overflow-y: clip
 }

 body.device-mobile-non-optimized.fullScreenMode {
     background-color: #5f6360
 }

 body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,
 body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,
 body.device-mobile-non-optimized.fullScreenMode #site-root,
 body.fullScreenMode #WIX_ADS {
     visibility: hidden
 }

 body.fullScreenMode {
     overflow-x: hidden !important;
     overflow-y: hidden !important
 }

 body.fullScreenMode.device-mobile-optimized #TINY_MENU {
     opacity: 0;
     pointer-events: none
 }

 body.fullScreenMode-scrollable.device-mobile-optimized {
     overflow-x: hidden !important;
     overflow-y: auto !important
 }

 body.fullScreenMode-scrollable.device-mobile-optimized #masterPage,
 body.fullScreenMode-scrollable.device-mobile-optimized #site-root {
     overflow-x: hidden !important;
     overflow-y: hidden !important
 }

 body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND,
 body.fullScreenMode-scrollable.device-mobile-optimized #masterPage {
     height: auto !important
 }

 body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout {
     height: 0 !important
 }

 body.blockSiteScrolling,
 body.siteScrollingBlocked {
     position: fixed;
     width: 100%
 }

 body.blockSiteScrolling #SITE_CONTAINER {
     margin-top: calc(var(--blocked-site-scroll-margin-top)*-1)
 }

 body.blockSiteScrolling:not(.responsive) #WIX_ADS {
     margin-top: var(--blocked-site-scroll-margin-top)
 }

 #site-root {
     margin: 0 auto;
     min-height: 100%;
     position: relative;
     top: var(--wix-ads-height)
 }

 #site-root img:not([src]) {
     visibility: hidden
 }

 #site-root svg img:not([src]) {
     visibility: visible
 }

 .auto-generated-link {
     color: inherit
 }

 #SCROLL_TO_BOTTOM,
 #SCROLL_TO_TOP {
     height: 0
 }

 .has-click-trigger {
     cursor: pointer
 }

 .fullScreenOverlay {
     bottom: 0;
     display: flex;
     justify-content: center;
     left: 0;
     overflow-y: hidden;
     position: fixed;
     right: 0;
     top: -60px;
     z-index: 1005
 }

 .fullScreenOverlay>.fullScreenOverlayContent {
     bottom: 0;
     left: 0;
     margin: 0 auto;
     overflow: hidden;
     position: absolute;
     right: 0;
     top: 60px;
     transform: translateZ(0)
 }

 [data-mesh-id$=centeredContent],
 [data-mesh-id$=form],
 [data-mesh-id$=inlineContent] {
     pointer-events: none;
     position: relative
 }

 [data-mesh-id$=-gridWrapper],
 [data-mesh-id$=-rotated-wrapper] {
     pointer-events: none
 }

 [data-mesh-id$=-gridContainer]>*,
 [data-mesh-id$=-rotated-wrapper]>*,
 [data-mesh-id$=inlineContent]>:not([data-mesh-id$=-gridContainer]) {
     pointer-events: auto
 }

 .device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID {
     grid-area: 2/1/3/2;
     -ms-grid-row: 2;
     position: relative
 }

 #masterPage.mesh-layout {
     -ms-grid-rows: max-content max-content min-content max-content;
     -ms-grid-columns: 100%;
     align-items: start;
     display: -ms-grid;
     display: grid;
     grid-template-columns: 100%;
     grid-template-rows: max-content max-content min-content max-content;
     justify-content: stretch
 }

 #masterPage.mesh-layout #PAGES_CONTAINER,
 #masterPage.mesh-layout #SITE_FOOTER-placeholder,
 #masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
 #masterPage.mesh-layout #SITE_HEADER-placeholder,
 #masterPage.mesh-layout #SITE_HEADER_WRAPPER,
 #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~=mobileView],
 #masterPage.mesh-layout #soapAfterPagesContainer,
 #masterPage.mesh-layout #soapBeforePagesContainer {
     -ms-grid-row-align: start;
     -ms-grid-column-align: start;
     -ms-grid-column: 1
 }

 #masterPage.mesh-layout #SITE_HEADER-placeholder,
 #masterPage.mesh-layout #SITE_HEADER_WRAPPER {
     grid-area: 1/1/2/2;
     -ms-grid-row: 1
 }

 #masterPage.mesh-layout #PAGES_CONTAINER,
 #masterPage.mesh-layout #soapAfterPagesContainer,
 #masterPage.mesh-layout #soapBeforePagesContainer {
     grid-area: 3/1/4/2;
     -ms-grid-row: 3
 }

 #masterPage.mesh-layout #soapAfterPagesContainer,
 #masterPage.mesh-layout #soapBeforePagesContainer {
     width: 100%
 }

 #masterPage.mesh-layout #PAGES_CONTAINER {
     align-self: stretch
 }

 #masterPage.mesh-layout main#PAGES_CONTAINER {
     display: block
 }

 #masterPage.mesh-layout #SITE_FOOTER-placeholder,
 #masterPage.mesh-layout #SITE_FOOTER_WRAPPER {
     grid-area: 4/1/5/2;
     -ms-grid-row: 4
 }

 #masterPage.mesh-layout #SITE_PAGES,
 #masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERcenteredContent],
 #masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERinlineContent] {
     height: 100%
 }

 #masterPage.mesh-layout.desktop>* {
     width: 100%
 }

 #masterPage.mesh-layout #PAGES_CONTAINER,
 #masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
 #masterPage.mesh-layout #SITE_HEADER_WRAPPER,
 #masterPage.mesh-layout #SITE_PAGES,
 #masterPage.mesh-layout #masterPageinlineContent,
 #masterPage.mesh-layout:not(.one-doc) #SITE_FOOTER,
 #masterPage.mesh-layout:not(.one-doc) #SITE_HEADER {
     position: relative
 }

 #masterPage.mesh-layout #SITE_HEADER {
     grid-area: 1/1/2/2
 }

 #masterPage.mesh-layout #SITE_FOOTER {
     grid-area: 4/1/5/2
 }

 #masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER,
 #masterPage.mesh-layout.overflow-x-clip #SITE_HEADER {
     overflow-x: clip
 }

 [data-z-counter] {
     z-index: 0
 }

 [data-z-counter="0"] {
     z-index: auto
 }

 .wixSiteProperties {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }

 :root {
     --wst-button-color-fill-primary: rgb(var(--color_48));
     --wst-button-color-border-primary: rgb(var(--color_49));
     --wst-button-color-text-primary: rgb(var(--color_50));
     --wst-button-color-fill-primary-hover: rgb(var(--color_51));
     --wst-button-color-border-primary-hover: rgb(var(--color_52));
     --wst-button-color-text-primary-hover: rgb(var(--color_53));
     --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
     --wst-button-color-border-primary-disabled: rgb(var(--color_55));
     --wst-button-color-text-primary-disabled: rgb(var(--color_56));
     --wst-button-color-fill-secondary: rgb(var(--color_57));
     --wst-button-color-border-secondary: rgb(var(--color_58));
     --wst-button-color-text-secondary: rgb(var(--color_59));
     --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
     --wst-button-color-border-secondary-hover: rgb(var(--color_61));
     --wst-button-color-text-secondary-hover: rgb(var(--color_62));
     --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
     --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
     --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
     --wst-color-fill-base-1: rgb(var(--color_36));
     --wst-color-fill-base-2: rgb(var(--color_37));
     --wst-color-fill-base-shade-1: rgb(var(--color_38));
     --wst-color-fill-base-shade-2: rgb(var(--color_39));
     --wst-color-fill-base-shade-3: rgb(var(--color_40));
     --wst-color-fill-accent-1: rgb(var(--color_41));
     --wst-color-fill-accent-2: rgb(var(--color_42));
     --wst-color-fill-accent-3: rgb(var(--color_43));
     --wst-color-fill-accent-4: rgb(var(--color_44));
     --wst-color-fill-background-primary: rgb(var(--color_11));
     --wst-color-fill-background-secondary: rgb(var(--color_12));
     --wst-color-text-primary: rgb(var(--color_15));
     --wst-color-text-secondary: rgb(var(--color_14));
     --wst-color-action: rgb(var(--color_18));
     --wst-color-disabled: rgb(var(--color_39));
     --wst-color-title: rgb(var(--color_45));
     --wst-color-subtitle: rgb(var(--color_46));
     --wst-color-line: rgb(var(--color_47));
     --wst-font-style-h2: var(--font_2);
     --wst-font-style-h3: var(--font_3);
     --wst-font-style-h4: var(--font_4);
     --wst-font-style-h5: var(--font_5);
     --wst-font-style-h6: var(--font_6);
     --wst-font-style-body-large: var(--font_7);
     --wst-font-style-body-medium: var(--font_8);
     --wst-font-style-body-small: var(--font_9);
     --wst-font-style-body-x-small: var(--font_10);
     --wst-color-custom-1: rgb(var(--color_13));
     --wst-color-custom-2: rgb(var(--color_16));
     --wst-color-custom-3: rgb(var(--color_17));
     --wst-color-custom-4: rgb(var(--color_19));
     --wst-color-custom-5: rgb(var(--color_20));
     --wst-color-custom-6: rgb(var(--color_21));
     --wst-color-custom-7: rgb(var(--color_22));
     --wst-color-custom-8: rgb(var(--color_23));
     --wst-color-custom-9: rgb(var(--color_24));
     --wst-color-custom-10: rgb(var(--color_25));
     --wst-color-custom-11: rgb(var(--color_26));
     --wst-color-custom-12: rgb(var(--color_27));
     --wst-color-custom-13: rgb(var(--color_28));
     --wst-color-custom-14: rgb(var(--color_29));
     --wst-color-custom-15: rgb(var(--color_30));
     --wst-color-custom-16: rgb(var(--color_31));
     --wst-color-custom-17: rgb(var(--color_32));
     --wst-color-custom-18: rgb(var(--color_33));
     --wst-color-custom-19: rgb(var(--color_34));
     --wst-color-custom-20: rgb(var(--color_35))
 }

 .aVng1S {
     border-top: var(--lnw, 2px) solid rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
     box-sizing: border-box;
     height: 0
 }


 .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:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
     background-color: var(--corvid-background-color) !important
 }

 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
     background-color: var(--corvid-hover-background-color) !important
 }

 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
     background-color: var(--corvid-disabled-background-color) !important
 }

 .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
     border-color: var(--corvid-border-color) !important
 }

 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
     border-color: var(--corvid-hover-border-color) !important
 }

 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
     border-color: var(--corvid-disabled-border-color) !important
 }

 .StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
     border-radius: var(--corvid-border-radius) !important
 }

 .StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
     border-width: var(--corvid-border-width) !important
 }

 .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,
 .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
     color: var(--corvid-color) !important
 }

 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,
 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
     color: var(--corvid-hover-color) !important
 }

 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,
 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
     color: var(--corvid-disabled-color) !important
 }

 .StylableButton2545352419__link {
     -archetype: box;
     box-sizing: border-box;
     color: #000;
     text-decoration: none
 }

 .StylableButton2545352419__container {
     align-items: center;
     display: flex;
     flex-basis: auto;
     flex-direction: row;
     flex-grow: 1;
     height: 100%;
     justify-content: center;
     overflow: hidden;
     transition: all .2s ease, visibility 0s;
     width: 100%
 }

 .StylableButton2545352419__label {
     -archetype: text;
     -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
     max-width: 100%;
     min-width: 1.8em;
     overflow: hidden;
     text-align: center;
     text-overflow: ellipsis;
     transition: inherit;
     white-space: nowrap
 }

 .StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
     text-overflow: unset
 }

 .StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
     min-width: 10px;
     overflow-wrap: break-word;
     white-space: break-spaces;
     word-break: break-word
 }

 .StylableButton2545352419__icon {
     -archetype: icon;
     -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
     flex-shrink: 0;
     height: 50px;
     min-width: 1px;
     transition: inherit
 }

 .StylableButton2545352419__icon.StylableButton2545352419--override {
     display: block !important
 }

 .StylableButton2545352419__icon svg,
 .StylableButton2545352419__icon>span {
     display: flex;
     height: inherit;
     width: inherit
 }

 .StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
     fill: var(--corvid-icon-color) !important;
     stroke: var(--corvid-icon-color) !important
 }

 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
     fill: var(--corvid-hover-icon-color) !important;
     stroke: var(--corvid-hover-icon-color) !important
 }

 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
     fill: var(--corvid-disabled-icon-color) !important;
     stroke: var(--corvid-disabled-icon-color) !important
 }

 .aeyn4z {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0
 }

 .qQrFOK {
     cursor: pointer
 }

 .VDJedC {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     fill: var(--corvid-fill-color, var(--fill));
     fill-opacity: var(--fill-opacity);
     stroke: var(--corvid-stroke-color, var(--stroke));
     stroke-opacity: var(--stroke-opacity);
     stroke-width: var(--stroke-width);
     filter: var(--drop-shadow, none);
     opacity: var(--opacity);
     transform: var(--flip)
 }

 .VDJedC,
 .VDJedC svg {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0
 }

 .VDJedC svg {
     height: var(--svg-calculated-height, 100%);
     margin: auto;
     padding: var(--svg-calculated-padding, 0);
     width: var(--svg-calculated-width, 100%)
 }

 .VDJedC svg:not([data-type=ugc]) {
     overflow: visible
 }

 .l4CAhn * {
     vector-effect: non-scaling-stroke
 }

 .Z_l5lU {
     -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
     text-size-adjust: 100%
 }

 ol.font_100,
 ul.font_100 {
     color: #080808;
     font-family: "Arial, Helvetica, sans-serif", serif;
     font-size: 10px;
     font-style: normal;
     font-variant: normal;
     font-weight: 400;
     letter-spacing: normal;
     line-height: normal;
     margin: 0;
     text-decoration: none
 }

 ol.font_100 li,
 ul.font_100 li {
     margin-bottom: 12px
 }

 ol.wix-list-text-align,
 ul.wix-list-text-align {
     list-style-position: inside
 }

 ol.wix-list-text-align h1,
 ol.wix-list-text-align h2,
 ol.wix-list-text-align h3,
 ol.wix-list-text-align h4,
 ol.wix-list-text-align h5,
 ol.wix-list-text-align h6,
 ol.wix-list-text-align p,
 ul.wix-list-text-align h1,
 ul.wix-list-text-align h2,
 ul.wix-list-text-align h3,
 ul.wix-list-text-align h4,
 ul.wix-list-text-align h5,
 ul.wix-list-text-align h6,
 ul.wix-list-text-align p {
     display: inline
 }

 .HQSswv {
     cursor: pointer
 }

 .yi6otz {
     clip: rect(0 0 0 0);
     border: 0;
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px
 }

 .zQ9jDz [data-attr-richtext-marker=true] {
     display: block
 }

 .zQ9jDz [data-attr-richtext-marker=true] table {
     border-collapse: collapse;
     margin: 15px 0;
     width: 100%
 }

 .zQ9jDz [data-attr-richtext-marker=true] table td {
     padding: 12px;
     position: relative
 }

 .zQ9jDz [data-attr-richtext-marker=true] table td:after {
     border-bottom: 1px solid currentColor;
     border-left: 1px solid currentColor;
     bottom: 0;
     content: "";
     left: 0;
     opacity: .2;
     position: absolute;
     right: 0;
     top: 0
 }

 .zQ9jDz [data-attr-richtext-marker=true] table tr td:last-child:after {
     border-right: 1px solid currentColor
 }

 .zQ9jDz [data-attr-richtext-marker=true] table tr:first-child td:after {
     border-top: 1px solid currentColor
 }

 @supports(-webkit-appearance:none) and (stroke-color:transparent) {
     .qvSjx3>*>:first-child {
         vertical-align: top
     }
 }

 @supports(-webkit-touch-callout:none) {
     .qvSjx3>*>:first-child {
         vertical-align: top
     }
 }

 .LkZBpT :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) [class$=rich-text__text],
 .LkZBpT :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote)[class$=rich-text__text] {
     color: var(--corvid-color, currentColor)
 }

 .LkZBpT :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) span[style*=color] {
     color: var(--corvid-color, currentColor) !important
 }

 .Kbom4H {
     direction: var(--text-direction);
     min-height: var(--min-height);
     min-width: var(--min-width)
 }

 .Kbom4H .upNqi2 {
     word-wrap: break-word;
     height: 100%;
     overflow-wrap: break-word;
     position: relative;
     width: 100%
 }

 .Kbom4H .upNqi2 ul {
     list-style: disc inside
 }

 .Kbom4H .upNqi2 li {
     margin-bottom: 12px
 }

 .MMl86N blockquote,
 .MMl86N h1,
 .MMl86N h2,
 .MMl86N h3,
 .MMl86N h4,
 .MMl86N h5,
 .MMl86N h6,
 .MMl86N p {
     letter-spacing: normal;
     line-height: normal
 }

 .gYHZuN {
     min-height: var(--min-height);
     min-width: var(--min-width)
 }

 .gYHZuN .upNqi2 {
     word-wrap: break-word;
     height: 100%;
     overflow-wrap: break-word;
     position: relative;
     width: 100%
 }

 .gYHZuN .upNqi2 ol,
 .gYHZuN .upNqi2 ul {
     letter-spacing: normal;
     line-height: normal;
     margin-inline-start: .5em;
     padding-inline-start: 1.3em
 }

 .gYHZuN .upNqi2 ul {
     list-style-type: disc
 }

 .gYHZuN .upNqi2 ol {
     list-style-type: decimal
 }

 .gYHZuN .upNqi2 ol ul,
 .gYHZuN .upNqi2 ul ul {
     line-height: normal;
     list-style-type: circle
 }

 .gYHZuN .upNqi2 ol ol ul,
 .gYHZuN .upNqi2 ol ul ul,
 .gYHZuN .upNqi2 ul ol ul,
 .gYHZuN .upNqi2 ul ul ul {
     line-height: normal;
     list-style-type: square
 }

 .gYHZuN .upNqi2 li {
     font-style: inherit;
     font-weight: inherit;
     letter-spacing: normal;
     line-height: inherit
 }

 .gYHZuN .upNqi2 h1,
 .gYHZuN .upNqi2 h2,
 .gYHZuN .upNqi2 h3,
 .gYHZuN .upNqi2 h4,
 .gYHZuN .upNqi2 h5,
 .gYHZuN .upNqi2 h6,
 .gYHZuN .upNqi2 p {
     letter-spacing: normal;
     line-height: normal;
     margin-block: 0;
     margin: 0
 }

 .gYHZuN .upNqi2 a {
     color: inherit
 }

 .MMl86N,
 .ku3DBC {
     word-wrap: break-word;
     direction: var(--text-direction);
     min-height: var(--min-height);
     min-width: var(--min-width);
     mix-blend-mode: var(--blendMode, normal);
     overflow-wrap: break-word;
     pointer-events: none;
     text-align: start;
     text-shadow: var(--textOutline, 0 0 transparent), var(--textShadow, 0 0 transparent);
     text-transform: var(--textTransform, "none")
 }

 .MMl86N>*,
 .ku3DBC>* {
     pointer-events: auto
 }

 .MMl86N li,
 .ku3DBC li {
     font-style: inherit;
     font-weight: inherit;
     letter-spacing: normal;
     line-height: inherit
 }

 .MMl86N ol,
 .MMl86N ul,
 .ku3DBC ol,
 .ku3DBC ul {
     letter-spacing: normal;
     line-height: normal;
     margin-inline-end: 0;
     margin-inline-start: .5em
 }

 .MMl86N:not(.Vq6kJx) ol,
 .MMl86N:not(.Vq6kJx) ul,
 .ku3DBC:not(.Vq6kJx) ol,
 .ku3DBC:not(.Vq6kJx) ul {
     padding-inline-end: 0;
     padding-inline-start: 1.3em
 }

 .MMl86N ul,
 .ku3DBC ul {
     list-style-type: disc
 }

 .MMl86N ol,
 .ku3DBC ol {
     list-style-type: decimal
 }

 .MMl86N ol ul,
 .MMl86N ul ul,
 .ku3DBC ol ul,
 .ku3DBC ul ul {
     list-style-type: circle
 }

 .MMl86N ol ol ul,
 .MMl86N ol ul ul,
 .MMl86N ul ol ul,
 .MMl86N ul ul ul,
 .ku3DBC ol ol ul,
 .ku3DBC ol ul ul,
 .ku3DBC ul ol ul,
 .ku3DBC ul ul ul {
     list-style-type: square
 }

 .MMl86N blockquote,
 .MMl86N h1,
 .MMl86N h2,
 .MMl86N h3,
 .MMl86N h4,
 .MMl86N h5,
 .MMl86N h6,
 .MMl86N p,
 .ku3DBC blockquote,
 .ku3DBC h1,
 .ku3DBC h2,
 .ku3DBC h3,
 .ku3DBC h4,
 .ku3DBC h5,
 .ku3DBC h6,
 .ku3DBC p {
     margin-block: 0;
     margin: 0
 }

 .MMl86N a,
 .ku3DBC a {
     color: inherit
 }

 .Vq6kJx li {
     margin-inline-end: 0;
     margin-inline-start: 1.3em
 }

 .Vd6aQZ {
     overflow: hidden;
     padding: 0;
     pointer-events: none;
     white-space: nowrap
 }

 .mHZSwn {
     display: none
 }

 .lvxhkV {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: 100%
 }

 .QJjwEo {
     transform: translateY(-100%);
     transition: .2s ease-in
 }

 .kdBXfh {
     transition: .2s
 }

 .MP52zt {
     opacity: 0;
     transition: .2s ease-in
 }

 .MP52zt.Bhu9m5 {
     z-index: -1 !important
 }

 .LVP8Wf {
     opacity: 1;
     transition: .2s
 }

 .VrZrC0 {
     height: auto
 }

 .VrZrC0,
 .cKxVkc {
     position: relative;
     width: 100%
 }

 :host(:not(.device-mobile-optimized)) .vlM3HR,
 body:not(.device-mobile-optimized) .vlM3HR {
     margin-left: calc((100% - var(--site-width))/2);
     width: var(--site-width)
 }

 .AT7o0U[data-focuscycled=active] {
     outline: 1px solid transparent
 }

 .AT7o0U[data-focuscycled=active]:not(:focus-within) {
     outline: 2px solid transparent;
     transition: outline .01s ease
 }

 .AT7o0U .vlM3HR {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0
 }

 .Tj01hh,
 .jhxvbR {
     display: block;
     height: 100%;
     width: 100%
 }

 .jhxvbR img {
     max-width: var(--wix-img-max-width, 100%)
 }

 .jhxvbR[data-animate-blur] img {
     filter: blur(9px);
     transition: filter .8s ease-in
 }

 .jhxvbR[data-animate-blur] img[data-load-done] {
     filter: none
 }

 .WzbAF8 {
     direction: var(--direction)
 }

 .WzbAF8 .mpGTIt .O6KwRn {
     display: var(--item-display);
     height: var(--item-size);
     margin-block: var(--item-margin-block);
     margin-inline: var(--item-margin-inline);
     width: var(--item-size)
 }

 .WzbAF8 .mpGTIt .O6KwRn:last-child {
     margin-block: 0;
     margin-inline: 0
 }

 .WzbAF8 .mpGTIt .O6KwRn .oRtuWN {
     display: block
 }

 .WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR {
     height: var(--item-size);
     width: var(--item-size)
 }

 .WzbAF8 .mpGTIt {
     height: 100%;
     position: absolute;
     white-space: nowrap;
     width: 100%
 }

 :host(.device-mobile-optimized) .WzbAF8 .mpGTIt,
 body.device-mobile-optimized .WzbAF8 .mpGTIt {
     white-space: normal
 }

 .big2ZD {
     display: grid;
     grid-template-columns: 1fr;
     grid-template-rows: 1fr;
     height: calc(100% - var(--wix-ads-height));
     left: 0;
     margin-top: var(--wix-ads-height);
     position: fixed;
     top: 0;
     width: 100%
 }

 .SHHiV9,
 .big2ZD {
     pointer-events: none;
     z-index: var(--pinned-layer-in-container, var(--above-all-in-container))
 }


 .PlZyDq {
     touch-action: manipulation
 }

 .uDW_Qe {
     align-items: center;
     box-sizing: border-box;
     display: flex;
     justify-content: var(--label-align);
     min-width: 100%;
     text-align: initial;
     width: -moz-max-content;
     width: max-content
 }

 .uDW_Qe:before {
     max-width: var(--margin-start, 0)
 }

 .uDW_Qe:after,
 .uDW_Qe:before {
     align-self: stretch;
     content: "";
     flex-grow: 1
 }

 .uDW_Qe:after {
     max-width: var(--margin-end, 0)
 }

 .FubTgk {
     height: 100%
 }

 .FubTgk .uDW_Qe {
     border-radius: var(--corvid-border-radius, var(--rd, 0));
     bottom: 0;
     box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     transition: var(--trans1, border-color .4s ease 0s, background-color .4s ease 0s)
 }

 .FubTgk .uDW_Qe:link,
 .FubTgk .uDW_Qe:visited {
     border-color: transparent
 }

 .FubTgk .l7_2fn {
     color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
     font: var(--fnt, var(--font_5));
     margin: 0;
     position: relative;
     transition: var(--trans2, color .4s ease 0s);
     white-space: nowrap
 }

 .FubTgk[aria-disabled=false] .uDW_Qe {
     background-color: var(--corvid-background-color, rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1)));
     border: solid var(--corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))) var(--corvid-border-width, var(--brw, 0));
     cursor: pointer !important
 }

 :host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .uDW_Qe,
 body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .uDW_Qe {
     background-color: var(--corvid-hover-background-color, rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1)));
     border-color: var(--corvid-hover-border-color, rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1)))
 }

 :host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .l7_2fn,
 body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .l7_2fn {
     color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))))
 }

 :host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .uDW_Qe,
 body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .uDW_Qe {
     background-color: var(--corvid-hover-background-color, rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1)));
     border-color: var(--corvid-hover-border-color, rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1)))
 }

 :host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .l7_2fn,
 body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .l7_2fn {
     color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))))
 }

 .FubTgk[aria-disabled=true] .uDW_Qe {
     background-color: var(--corvid-disabled-background-color, rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1)));
     border-color: var(--corvid-disabled-border-color, rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1)));
     border-style: solid;
     border-width: var(--corvid-border-width, var(--brw, 0))
 }

 .FubTgk[aria-disabled=true] .l7_2fn {
     color: var(--corvid-disabled-color, rgb(var(--txtd, 255, 255, 255)))
 }

 .uUxqWY {
     align-items: center;
     box-sizing: border-box;
     display: flex;
     justify-content: var(--label-align);
     min-width: 100%;
     text-align: initial;
     width: -moz-max-content;
     width: max-content
 }

 .uUxqWY:before {
     max-width: var(--margin-start, 0)
 }

 .uUxqWY:after,
 .uUxqWY:before {
     align-self: stretch;
     content: "";
     flex-grow: 1
 }

 .uUxqWY:after {
     max-width: var(--margin-end, 0)
 }

 .Vq4wYb[aria-disabled=false] .uUxqWY {
     cursor: pointer
 }

 :host(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:active .wJVzSK,
 body.device-mobile-optimized .Vq4wYb[aria-disabled=false]:active .wJVzSK {
     color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))));
     transition: var(--trans, color .4s ease 0s)
 }

 :host(:not(.device-mobile-optimized)) .Vq4wYb[aria-disabled=false]:hover .wJVzSK,
 body:not(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:hover .wJVzSK {
     color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))));
     transition: var(--trans, color .4s ease 0s)
 }

 .Vq4wYb .uUxqWY {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0
 }

 .Vq4wYb .wJVzSK {
     color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
     font: var(--fnt, var(--font_5));
     transition: var(--trans, color .4s ease 0s);
     white-space: nowrap
 }

 .Vq4wYb[aria-disabled=true] .wJVzSK {
     color: var(--corvid-disabled-color, rgb(var(--txtd, 255, 255, 255)))
 }

 :host(:not(.device-mobile-optimized)) .CohWsy,
 body:not(.device-mobile-optimized) .CohWsy {
     display: flex
 }

 :host(:not(.device-mobile-optimized)) .V5AUxf,
 body:not(.device-mobile-optimized) .V5AUxf {
     -moz-column-gap: var(--margin);
     column-gap: var(--margin);
     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-bottom: var(--padding-y);
     padding-left: var(--padding-x, 0);
     padding-right: var(--padding-x, 0);
     padding-top: var(--padding-y);
     position: relative
 }

 :host(.device-mobile-optimized) .V5AUxf>*,
 body.device-mobile-optimized .V5AUxf>* {
     margin-bottom: var(--margin);
     position: relative
 }

 :host(.device-mobile-optimized) .V5AUxf>:first-child,
 body.device-mobile-optimized .V5AUxf>:first-child {
     margin-top: var(--firstChildMarginTop, 0)
 }

 :host(.device-mobile-optimized) .V5AUxf>:last-child,
 body.device-mobile-optimized .V5AUxf>:last-child {
     margin-bottom: var(--lastChildMarginBottom)
 }

 .LIhNy3 {
     backface-visibility: hidden
 }

 .jhxvbR,
 .mtrorN {
     display: block;
     height: 100%;
     width: 100%
 }

 .jhxvbR img {
     max-width: var(--wix-img-max-width, 100%)
 }

 .jhxvbR[data-animate-blur] img {
     filter: blur(9px);
     transition: filter .8s ease-in
 }

 .jhxvbR[data-animate-blur] img[data-load-done] {
     filter: none
 }

 .if7Vw2 {
     height: 100%;
     left: 0;
     -webkit-mask-image: var(--mask-image, none);
     mask-image: var(--mask-image, none);
     -webkit-mask-position: var(--mask-position, 0);
     mask-position: var(--mask-position, 0);
     -webkit-mask-repeat: var(--mask-repeat, no-repeat);
     mask-repeat: var(--mask-repeat, no-repeat);
     -webkit-mask-size: var(--mask-size, 100%);
     mask-size: var(--mask-size, 100%);
     overflow: hidden;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: absolute;
     top: 0;
     width: 100%
 }

 .if7Vw2.f0uTJH {
     clip: rect(0, auto, auto, 0)
 }

 .if7Vw2 .i1tH8h {
     height: 100%;
     position: absolute;
     top: 0;
     width: 100%
 }

 .if7Vw2 .DXi4PB {
     height: var(--fill-layer-image-height, 100%);
     opacity: var(--fill-layer-image-opacity)
 }

 .if7Vw2 .DXi4PB img {
     height: 100%;
     width: 100%
 }

 @supports(-webkit-hyphens:none) {
     .if7Vw2.f0uTJH {
         clip: auto;
         -webkit-clip-path: inset(0)
     }
 }

 .wG8dni {
     height: 100%
 }

 .tcElKx {
     background-color: var(--bg-overlay-color);
     background-image: var(--bg-gradient);
     transition: var(--inherit-transition)
 }

 .ImALHf,
 .Ybjs9b {
     opacity: var(--fill-layer-video-opacity)
 }

 .UWmm3w {
     bottom: var(--media-padding-bottom);
     height: var(--media-padding-height);
     position: absolute;
     top: var(--media-padding-top);
     width: 100%
 }

 .Yjj1af {
     transform: scale(var(--scale, 1));
     transition: var(--transform-duration, transform 0s)
 }

 .ImALHf {
     height: 100%;
     position: relative;
     width: 100%
 }

 .KCM6zk {
     opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
 }

 .KCM6zk .DXi4PB,
 .KCM6zk .ImALHf,
 .KCM6zk .Ybjs9b {
     opacity: 1
 }

 ._uqPqy {
     clip-path: var(--fill-layer-clip)
 }

 ._uqPqy,
 .eKyYhK {
     position: absolute;
     top: 0
 }

 ._uqPqy,
 .eKyYhK,
 .x0mqQS img {
     height: 100%;
     width: 100%
 }

 .pnCr6P {
     opacity: 0
 }

 .blf7sp,
 .pnCr6P {
     position: absolute;
     top: 0
 }

 .blf7sp {
     height: 0;
     left: 0;
     overflow: hidden;
     width: 0
 }

 .rWP3Gv {
     left: 0;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: var(--fill-layer-background-media-position)
 }

 .Tr4n3d,
 .rWP3Gv,
 .wRqk6s {
     height: 100%;
     top: 0;
     width: 100%
 }

 .wRqk6s {
     position: absolute
 }

 .Tr4n3d {
     background-color: var(--fill-layer-background-overlay-color);
     opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
     position: var(--fill-layer-background-overlay-position);
     transform: var(--fill-layer-background-overlay-transform)
 }

 @supports(mix-blend-mode:overlay) {
     .Tr4n3d {
         mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
         opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
     }
 }

 .VXAmO2 {
     --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
     --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
     --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
     height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
 }

 .VXAmO2,
 .VXAmO2 .dy3w_9 {
     left: 0;
     position: absolute;
     width: 100%
 }

 .VXAmO2 .dy3w_9 {
     --divider-layer-i__: var(--divider-layer-i, 0);
     background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
     background-repeat: repeat-x;
     border-bottom-style: solid;
     border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
     height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
     opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
 }

 .UORcXs {
     --divider-height__: var(--divider-top-height, auto);
     --divider-offset-x__: var(--divider-top-offset-x, 0px);
     --divider-layers-size__: var(--divider-top-layers-size, 0);
     --divider-layers-y__: var(--divider-top-layers-y, 0px);
     --divider-layers-x__: var(--divider-top-layers-x, 0px);
     --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
     border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
     opacity: var(--divider-top-opacity, 1);
     top: 0;
     transform: var(--divider-top-flip, scaleY(-1))
 }

 .UORcXs .dy3w_9 {
     background-image: var(--divider-top-image, none);
     background-size: var(--divider-top-size, contain);
     border-color: var(--divider-top-color, currentColor);
     bottom: 0;
     filter: var(--divider-top-filter, none)
 }

 .UORcXs .dy3w_9[data-divider-layer="1"] {
     display: var(--divider-top-layer-1-display, block)
 }

 .UORcXs .dy3w_9[data-divider-layer="2"] {
     display: var(--divider-top-layer-2-display, block)
 }

 .UORcXs .dy3w_9[data-divider-layer="3"] {
     display: var(--divider-top-layer-3-display, block)
 }

 .Io4VUz {
     --divider-height__: var(--divider-bottom-height, auto);
     --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
     --divider-layers-size__: var(--divider-bottom-layers-size, 0);
     --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
     --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
     --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
     border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
     bottom: 0;
     opacity: var(--divider-bottom-opacity, 1);
     transform: var(--divider-bottom-flip, none)
 }

 .Io4VUz .dy3w_9 {
     background-image: var(--divider-bottom-image, none);
     background-size: var(--divider-bottom-size, contain);
     border-color: var(--divider-bottom-color, currentColor);
     bottom: 0;
     filter: var(--divider-bottom-filter, none)
 }

 .Io4VUz .dy3w_9[data-divider-layer="1"] {
     display: var(--divider-bottom-layer-1-display, block)
 }

 .Io4VUz .dy3w_9[data-divider-layer="2"] {
     display: var(--divider-bottom-layer-2-display, block)
 }

 .Io4VUz .dy3w_9[data-divider-layer="3"] {
     display: var(--divider-bottom-layer-3-display, block)
 }

 .YzqVVZ {
     overflow: visible;
     position: relative
 }

 .mwF7X1 {
     backface-visibility: hidden
 }

 .YGilLk {
     cursor: pointer
 }

 .Tj01hh {
     display: block
 }

 .MW5IWV,
 .Tj01hh {
     height: 100%;
     width: 100%
 }

 .MW5IWV {
     left: 0;
     -webkit-mask-image: var(--mask-image, none);
     mask-image: var(--mask-image, none);
     -webkit-mask-position: var(--mask-position, 0);
     mask-position: var(--mask-position, 0);
     -webkit-mask-repeat: var(--mask-repeat, no-repeat);
     mask-repeat: var(--mask-repeat, no-repeat);
     -webkit-mask-size: var(--mask-size, 100%);
     mask-size: var(--mask-size, 100%);
     overflow: hidden;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: absolute;
     top: 0
 }

 .MW5IWV.N3eg0s {
     clip: rect(0, auto, auto, 0)
 }

 .MW5IWV .Kv1aVt {
     height: 100%;
     position: absolute;
     top: 0;
     width: 100%
 }

 .MW5IWV .dLPlxY {
     height: var(--fill-layer-image-height, 100%);
     opacity: var(--fill-layer-image-opacity)
 }

 .MW5IWV .dLPlxY img {
     height: 100%;
     width: 100%
 }

 @supports(-webkit-hyphens:none) {
     .MW5IWV.N3eg0s {
         clip: auto;
         -webkit-clip-path: inset(0)
     }
 }

 .VgO9Yg {
     height: 100%
 }

 .LWbAav {
     background-color: var(--bg-overlay-color);
     background-image: var(--bg-gradient);
     transition: var(--inherit-transition)
 }

 .K_YxMd,
 .yK6aSC {
     opacity: var(--fill-layer-video-opacity)
 }

 .NGjcJN {
     bottom: var(--media-padding-bottom);
     height: var(--media-padding-height);
     position: absolute;
     top: var(--media-padding-top);
     width: 100%
 }

 .mNGsUM {
     transform: scale(var(--scale, 1));
     transition: var(--transform-duration, transform 0s)
 }

 .K_YxMd {
     height: 100%;
     position: relative;
     width: 100%
 }

 wix-media-canvas {
     display: block;
     height: 100%
 }

 .I8xA4L {
     opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
 }

 .I8xA4L .K_YxMd,
 .I8xA4L .dLPlxY,
 .I8xA4L .yK6aSC {
     opacity: 1
 }

 .bX9O_S {
     clip-path: var(--fill-layer-clip)
 }

 .Z_wCwr,
 .bX9O_S {
     position: absolute;
     top: 0
 }

 .Jxk_UL img,
 .Z_wCwr,
 .bX9O_S {
     height: 100%;
     width: 100%
 }

 .K8MSra {
     opacity: 0
 }

 .K8MSra,
 .YTb3b4 {
     position: absolute;
     top: 0
 }

 .YTb3b4 {
     height: 0;
     left: 0;
     overflow: hidden;
     width: 0
 }

 .SUz0WK {
     left: 0;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: var(--fill-layer-background-media-position)
 }

 .FNxOn5,
 .SUz0WK,
 .m4khSP {
     height: 100%;
     top: 0;
     width: 100%
 }

 .FNxOn5 {
     position: absolute
 }

 .m4khSP {
     background-color: var(--fill-layer-background-overlay-color);
     opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
     position: var(--fill-layer-background-overlay-position);
     transform: var(--fill-layer-background-overlay-transform)
 }

 @supports(mix-blend-mode:overlay) {
     .m4khSP {
         mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
         opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
     }
 }

 ._C0cVf {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: 100%
 }

 .hFwGTD {
     transform: translateY(-100%);
     transition: .2s ease-in
 }

 .IQgXoP {
     transition: .2s
 }

 .Nr3Nid {
     opacity: 0;
     transition: .2s ease-in
 }

 .Nr3Nid.l4oO6c {
     z-index: -1 !important
 }

 .iQuoC4 {
     opacity: 1;
     transition: .2s
 }

 .CJF7A2 {
     height: auto
 }

 .CJF7A2,
 .U4Bvut {
     position: relative;
     width: 100%
 }

 :host(:not(.device-mobile-optimized)) .G5K6X8,
 body:not(.device-mobile-optimized) .G5K6X8 {
     margin-left: calc((100% - var(--site-width))/2);
     width: var(--site-width)
 }

 .xU8fqS[data-focuscycled=active] {
     outline: 1px solid transparent
 }

 .xU8fqS[data-focuscycled=active]:not(:focus-within) {
     outline: 2px solid transparent;
     transition: outline .01s ease
 }

 .xU8fqS ._4XcTfy {
     background-color: var(--screenwidth-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
     border-bottom: var(--brwb, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
     border-top: var(--brwt, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
     bottom: 0;
     box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, .7));
     left: 0;
     position: absolute;
     right: 0;
     top: 0
 }

 .xU8fqS .gUbusX {
     background-color: rgba(var(--bgctr, var(--color_11, color_11)), var(--alpha-bgctr, 1));
     border-radius: var(--rd, 0);
     bottom: var(--brwb, 0);
     top: var(--brwt, 0)
 }

 .xU8fqS .G5K6X8,
 .xU8fqS .gUbusX {
     left: 0;
     position: absolute;
     right: 0
 }

 .xU8fqS .G5K6X8 {
     bottom: 0;
     top: 0
 }

 :host(.device-mobile-optimized) .xU8fqS .G5K6X8,
 body.device-mobile-optimized .xU8fqS .G5K6X8 {
     left: 10px;
     right: 10px
 }

 .SPY_vo {
     pointer-events: none
 }

 .BmZ5pC {
     min-height: calc(100vh - var(--wix-ads-height));
     min-width: var(--site-width);
     position: var(--bg-position);
     top: var(--wix-ads-height)
 }

 .BmZ5pC,
 .nTOEE9 {
     height: 100%;
     width: 100%
 }

 .nTOEE9 {
     overflow: hidden;
     position: relative
 }

 .nTOEE9.sqUyGm:hover {
     cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==), auto
 }

 .nTOEE9.C_JY0G:hover {
     cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==), auto
 }

 .RZQnmg {
     background-color: rgb(var(--color_11));
     border-radius: 50%;
     bottom: 12px;
     height: 40px;
     opacity: 0;
     pointer-events: none;
     position: absolute;
     right: 12px;
     width: 40px
 }

 .RZQnmg path {
     fill: rgb(var(--color_15))
 }

 .RZQnmg:focus {
     cursor: auto;
     opacity: 1;
     pointer-events: auto
 }

 .rYiAuL {
     cursor: pointer
 }

 .gSXewE {
     height: 0;
     left: 0;
     overflow: hidden;
     top: 0;
     width: 0
 }

 .OJQ_3L,
 .gSXewE {
     position: absolute
 }

 .OJQ_3L {
     background-color: rgb(var(--color_11));
     border-radius: 300px;
     bottom: 0;
     cursor: pointer;
     height: 40px;
     margin: 16px 16px;
     opacity: 0;
     pointer-events: none;
     right: 0;
     width: 40px
 }

 .OJQ_3L path {
     fill: rgb(var(--color_12))
 }

 .OJQ_3L:focus {
     cursor: auto;
     opacity: 1;
     pointer-events: auto
 }

 .j7pOnl {
     box-sizing: border-box;
     height: 100%;
     width: 100%
 }

 .BI8PVQ {
     min-height: var(--image-min-height);
     min-width: var(--image-min-width)
 }

 .BI8PVQ img,
 img.BI8PVQ {
     filter: var(--filter-effect-svg-url);
     -webkit-mask-image: var(--mask-image, none);
     mask-image: var(--mask-image, none);
     -webkit-mask-position: var(--mask-position, 0);
     mask-position: var(--mask-position, 0);
     -webkit-mask-repeat: var(--mask-repeat, no-repeat);
     mask-repeat: var(--mask-repeat, no-repeat);
     -webkit-mask-size: var(--mask-size, 100% 100%);
     mask-size: var(--mask-size, 100% 100%);
     -o-object-position: var(--object-position);
     object-position: var(--object-position)
 }

 .MazNVa {
     left: var(--left, auto);
     position: var(--position-fixed, static);
     top: var(--top, auto);
     z-index: var(--z-index, auto)
 }

 .MazNVa .BI8PVQ img {
     box-shadow: 0 0 0 #000;
     position: static;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
 }

 .MazNVa .j7pOnl {
     display: block;
     overflow: hidden
 }

 .MazNVa .BI8PVQ {
     overflow: hidden
 }

 .c7cMWz {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0
 }

 .FVGvCX {
     height: auto;
     position: relative;
     width: 100%
 }

 body:not(.responsive) .zK7MhX {
     align-self: start;
     grid-area: 1/1/1/1;
     height: 100%;
     justify-self: stretch;
     left: 0;
     position: relative
 }

 :host(:not(.device-mobile-optimized)) .c7cMWz,
 body:not(.device-mobile-optimized) .c7cMWz {
     margin-left: calc((100% - var(--site-width))/2);
     width: var(--site-width)
 }

 .fEm0Bo .c7cMWz {
     background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
     overflow: hidden
 }

 :host(.device-mobile-optimized) .c7cMWz,
 body.device-mobile-optimized .c7cMWz {
     left: 10px;
     right: 10px
 }

 .PFkO7r {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0
 }

 .HT5ybB {
     height: auto;
     position: relative;
     width: 100%
 }

 body:not(.responsive) .dBAkHi {
     align-self: start;
     grid-area: 1/1/1/1;
     height: 100%;
     justify-self: stretch;
     left: 0;
     position: relative
 }

 :host(:not(.device-mobile-optimized)) .PFkO7r,
 body:not(.device-mobile-optimized) .PFkO7r {
     margin-left: calc((100% - var(--site-width))/2);
     width: var(--site-width)
 }

 :host(.device-mobile-optimized) .PFkO7r,
 body.device-mobile-optimized .PFkO7r {
     left: 10px;
     right: 10px
 }


 .TMFrcJ {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     width: 100%
 }

 .dkyyRB {
     transform: translateY(-100%);
     transition: .2s ease-in
 }

 .L01Zxk {
     transition: .2s
 }

 .bFRsbd {
     opacity: 0;
     transition: .2s ease-in
 }

 .bFRsbd.CwYhEy {
     z-index: -1 !important
 }

 .u_eaP3 {
     opacity: 1;
     transition: .2s
 }

 .kn76TK {
     height: auto
 }

 .YTbrNX,
 .kn76TK {
     position: relative;
     width: 100%
 }

 :host(:not(.device-mobile-optimized)) .EwS2PT,
 body:not(.device-mobile-optimized) .EwS2PT {
     margin-left: calc((100% - var(--site-width))/2);
     width: var(--site-width)
 }

 .x4zVYf[data-focuscycled=active] {
     outline: 1px solid transparent
 }

 .x4zVYf[data-focuscycled=active]:not(:focus-within) {
     outline: 2px solid transparent;
     transition: outline .01s ease
 }

 .x4zVYf .TMFrcJ {
     background-color: transparent;
     border-bottom: var(--brwb, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
     border-radius: var(--rd, 0);
     border-top: var(--brwt, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
     bottom: 0;
     box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, .5));
     left: 0;
     overflow: hidden;
     position: absolute;
     right: 0;
     top: 0;
     transition: all .3s ease
 }

 .x4zVYf .zxR1mn.TMFrcJ {
     background-color: rgba(var(--bg-scrl, 0, 0, 0), var(--alpha-bg-scrl, 0));
     border-bottom: var(--brwb-scrl, var(--brwb, 0)) solid var(--screenwidth-corvid-border-color, rgba(var(--brd-scrl, var(--brd, color_15)), var(--alpha-brd-scrl, 1)));
     border-radius: var(--rd-scrl, var(--rd, 0));
     border-top: var(--brwt-scrl, var(--brwt, 0)) solid var(--screenwidth-corvid-border-color, rgba(var(--brd-scrl, var(--brd, color_15)), var(--alpha-brd-scrl, 1)));
     box-shadow: var(--shd-scrl, var(--shd, 0 0 5px rgba(0, 0, 0, .5)))
 }

 .x4zVYf .mTQGgy {
     box-sizing: border-box;
     height: 100%;
     transition: all .3s ease
 }

 .x4zVYf .zxR1mn>.mTQGgy {
     opacity: var(--alpha-bg, 1)
 }

 .x4zVYf .QijXjn {
     background-color: var(--screenwidth-corvid-background-color, transparent);
     height: 100%;
     position: relative;
     transition: all .3s ease
 }

 .x4zVYf .zxR1mn>.QijXjn {
     opacity: var(--alpha-bg, 1)
 }

 .Tj01hh,
 .jhxvbR {
     display: block;
     height: 100%;
     width: 100%
 }

 .jhxvbR img {
     max-width: var(--wix-img-max-width, 100%)
 }

 .jhxvbR[data-animate-blur] img {
     filter: blur(9px);
     transition: filter .8s ease-in
 }

 .jhxvbR[data-animate-blur] img[data-load-done] {
     filter: none
 }

 .MW5IWV {
     height: 100%;
     left: 0;
     -webkit-mask-image: var(--mask-image, none);
     mask-image: var(--mask-image, none);
     -webkit-mask-position: var(--mask-position, 0);
     mask-position: var(--mask-position, 0);
     -webkit-mask-repeat: var(--mask-repeat, no-repeat);
     mask-repeat: var(--mask-repeat, no-repeat);
     -webkit-mask-size: var(--mask-size, 100%);
     mask-size: var(--mask-size, 100%);
     overflow: hidden;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: absolute;
     top: 0;
     width: 100%
 }

 .MW5IWV.N3eg0s {
     clip: rect(0, auto, auto, 0)
 }

 .MW5IWV .Kv1aVt {
     height: 100%;
     position: absolute;
     top: 0;
     width: 100%
 }

 .MW5IWV .dLPlxY {
     height: var(--fill-layer-image-height, 100%);
     opacity: var(--fill-layer-image-opacity)
 }

 .MW5IWV .dLPlxY img {
     height: 100%;
     width: 100%
 }

 @supports(-webkit-hyphens:none) {
     .MW5IWV.N3eg0s {
         clip: auto;
         -webkit-clip-path: inset(0)
     }
 }

 .VgO9Yg {
     height: 100%
 }

 .LWbAav {
     background-color: var(--bg-overlay-color);
     background-image: var(--bg-gradient);
     transition: var(--inherit-transition)
 }

 .K_YxMd,
 .yK6aSC {
     opacity: var(--fill-layer-video-opacity)
 }

 .NGjcJN {
     bottom: var(--media-padding-bottom);
     height: var(--media-padding-height);
     position: absolute;
     top: var(--media-padding-top);
     width: 100%
 }

 .mNGsUM {
     transform: scale(var(--scale, 1));
     transition: var(--transform-duration, transform 0s)
 }

 .K_YxMd {
     height: 100%;
     position: relative;
     width: 100%
 }

 wix-media-canvas {
     display: block;
     height: 100%
 }

 .I8xA4L {
     opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
 }

 .I8xA4L .K_YxMd,
 .I8xA4L .dLPlxY,
 .I8xA4L .yK6aSC {
     opacity: 1
 }

 .bX9O_S {
     clip-path: var(--fill-layer-clip)
 }

 .Z_wCwr,
 .bX9O_S {
     position: absolute;
     top: 0
 }

 .Jxk_UL img,
 .Z_wCwr,
 .bX9O_S {
     height: 100%;
     width: 100%
 }

 .K8MSra {
     opacity: 0
 }

 .K8MSra,
 .YTb3b4 {
     position: absolute;
     top: 0
 }

 .YTb3b4 {
     height: 0;
     left: 0;
     overflow: hidden;
     width: 0
 }

 .SUz0WK {
     left: 0;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: var(--fill-layer-background-media-position)
 }

 .FNxOn5,
 .SUz0WK,
 .m4khSP {
     height: 100%;
     top: 0;
     width: 100%
 }

 .FNxOn5 {
     position: absolute
 }

 .m4khSP {
     background-color: var(--fill-layer-background-overlay-color);
     opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
     position: var(--fill-layer-background-overlay-position);
     transform: var(--fill-layer-background-overlay-transform)
 }

 @supports(mix-blend-mode:overlay) {
     .m4khSP {
         mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
         opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
     }
 }


 .LHrbPP {
     background: #fff;
     border-radius: 24px;
     color: #116dff;
     cursor: pointer;
     font-family: Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
     font-size: 14px;
     height: 0;
     left: 50%;
     margin-left: -94px;
     opacity: 0;
     padding: 0 24px 0 24px;
     pointer-events: none;
     position: absolute;
     top: 60px;
     width: 0;
     z-index: 9999
 }

 .LHrbPP:focus {
     border: 2px solid;
     height: 40px;
     opacity: 1;
     pointer-events: auto;
     width: auto
 }


 .nTOEE9 {
     height: 100%;
     overflow: hidden;
     position: relative;
     width: 100%
 }

 .nTOEE9.sqUyGm:hover {
     cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==), auto
 }

 .nTOEE9.C_JY0G:hover {
     cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==), auto
 }

 .RZQnmg {
     background-color: rgb(var(--color_11));
     border-radius: 50%;
     bottom: 12px;
     height: 40px;
     opacity: 0;
     pointer-events: none;
     position: absolute;
     right: 12px;
     width: 40px
 }

 .RZQnmg path {
     fill: rgb(var(--color_15))
 }

 .RZQnmg:focus {
     cursor: auto;
     opacity: 1;
     pointer-events: auto
 }

 .Tj01hh,
 .jhxvbR {
     display: block;
     height: 100%;
     width: 100%
 }

 .jhxvbR img {
     max-width: var(--wix-img-max-width, 100%)
 }

 .jhxvbR[data-animate-blur] img {
     filter: blur(9px);
     transition: filter .8s ease-in
 }

 .jhxvbR[data-animate-blur] img[data-load-done] {
     filter: none
 }

 .rYiAuL {
     cursor: pointer
 }

 .gSXewE {
     height: 0;
     left: 0;
     overflow: hidden;
     top: 0;
     width: 0
 }

 .OJQ_3L,
 .gSXewE {
     position: absolute
 }

 .OJQ_3L {
     background-color: rgb(var(--color_11));
     border-radius: 300px;
     bottom: 0;
     cursor: pointer;
     height: 40px;
     margin: 16px 16px;
     opacity: 0;
     pointer-events: none;
     right: 0;
     width: 40px
 }

 .OJQ_3L path {
     fill: rgb(var(--color_12))
 }

 .OJQ_3L:focus {
     cursor: auto;
     opacity: 1;
     pointer-events: auto
 }

 .MVY5Lo {
     box-sizing: border-box;
     height: 100%;
     width: 100%
 }

 .NM_OGj {
     min-height: var(--image-min-height);
     min-width: var(--image-min-width)
 }

 .NM_OGj img,
 img.NM_OGj {
     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)
 }

 .v__F4U .MVY5Lo {
     background-color: rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
     border-color: rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
     border-radius: var(--rd, 5px);
     border-style: solid;
     border-width: var(--brw, 2px);
     box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, .5));
     display: block;
     height: 100%;
     overflow: hidden
 }

 .v__F4U .NM_OGj {
     border-radius: calc(var(--sizeRd, var(--rd, 5px)) - var(--sizeBrw, var(--brw, 2px)));
     overflow: hidden
 }


 .SsY_2i .UGHfip {
     border-left: var(--lnw, 3px) solid rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
     height: 100%;
     width: 100%
 }

 .StylableButton2545352419__root {
     -archetype: box;
     border: none;
     box-sizing: border-box;
     cursor: pointer;
     display: block;
     height: 100%;
     min-height: 10px;
     min-width: 10px;
     padding: 0;
     touch-action: manipulation;
     width: 100%
 }

 .StylableButton2545352419__root[disabled] {
     pointer-events: none
 }

 .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
     background-color: var(--corvid-background-color) !important
 }

 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
     background-color: var(--corvid-hover-background-color) !important
 }

 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
     background-color: var(--corvid-disabled-background-color) !important
 }

 .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
     border-color: var(--corvid-border-color) !important
 }

 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
     border-color: var(--corvid-hover-border-color) !important
 }

 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
     border-color: var(--corvid-disabled-border-color) !important
 }

 .StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
     border-radius: var(--corvid-border-radius) !important
 }

 .StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
     border-width: var(--corvid-border-width) !important
 }

 .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,
 .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
     color: var(--corvid-color) !important
 }

 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,
 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
     color: var(--corvid-hover-color) !important
 }

 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,
 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
     color: var(--corvid-disabled-color) !important
 }

 .StylableButton2545352419__link {
     -archetype: box;
     box-sizing: border-box;
     color: #000;
     text-decoration: none
 }

 .StylableButton2545352419__container {
     align-items: center;
     display: flex;
     flex-basis: auto;
     flex-direction: row;
     flex-grow: 1;
     height: 100%;
     justify-content: center;
     overflow: hidden;
     transition: all .2s ease, visibility 0s;
     width: 100%
 }

 .StylableButton2545352419__label {
     -archetype: text;
     -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
     max-width: 100%;
     min-width: 1.8em;
     overflow: hidden;
     text-align: center;
     text-overflow: ellipsis;
     transition: inherit;
     white-space: nowrap
 }

 .StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
     text-overflow: unset
 }

 .StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
     min-width: 10px;
     overflow-wrap: break-word;
     white-space: break-spaces;
     word-break: break-word
 }

 .StylableButton2545352419__icon {
     -archetype: icon;
     -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
     flex-shrink: 0;
     height: 50px;
     min-width: 1px;
     transition: inherit
 }

 .StylableButton2545352419__icon.StylableButton2545352419--override {
     display: block !important
 }

 .StylableButton2545352419__icon svg,
 .StylableButton2545352419__icon>span {
     display: flex;
     height: inherit;
     width: inherit
 }

 .StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
     fill: var(--corvid-icon-color) !important;
     stroke: var(--corvid-icon-color) !important
 }

 .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
     fill: var(--corvid-hover-icon-color) !important;
     stroke: var(--corvid-hover-icon-color) !important
 }

 .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
     fill: var(--corvid-disabled-icon-color) !important;
     stroke: var(--corvid-disabled-icon-color) !important
 }


 .nTOEE9 {
     height: 100%;
     overflow: hidden;
     position: relative;
     width: 100%
 }

 .nTOEE9.sqUyGm:hover {
     cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==), auto
 }

 .nTOEE9.C_JY0G:hover {
     cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==), auto
 }

 .RZQnmg {
     background-color: rgb(var(--color_11));
     border-radius: 50%;
     bottom: 12px;
     height: 40px;
     opacity: 0;
     pointer-events: none;
     position: absolute;
     right: 12px;
     width: 40px
 }

 .RZQnmg path {
     fill: rgb(var(--color_15))
 }

 .RZQnmg:focus {
     cursor: auto;
     opacity: 1;
     pointer-events: auto
 }

 .Tj01hh,
 .jhxvbR {
     display: block;
     height: 100%;
     width: 100%
 }

 .jhxvbR img {
     max-width: var(--wix-img-max-width, 100%)
 }

 .jhxvbR[data-animate-blur] img {
     filter: blur(9px);
     transition: filter .8s ease-in
 }

 .jhxvbR[data-animate-blur] img[data-load-done] {
     filter: none
 }

 .rYiAuL {
     cursor: pointer
 }

 .gSXewE {
     height: 0;
     left: 0;
     overflow: hidden;
     top: 0;
     width: 0
 }

 .OJQ_3L,
 .gSXewE {
     position: absolute
 }

 .OJQ_3L {
     background-color: rgb(var(--color_11));
     border-radius: 300px;
     bottom: 0;
     cursor: pointer;
     height: 40px;
     margin: 16px 16px;
     opacity: 0;
     pointer-events: none;
     right: 0;
     width: 40px
 }

 .OJQ_3L path {
     fill: rgb(var(--color_12))
 }

 .OJQ_3L:focus {
     cursor: auto;
     opacity: 1;
     pointer-events: auto
 }

 .mGoGm2 {
     box-sizing: border-box;
     height: 100%;
     width: 100%
 }

 .lDHlrQ {
     min-height: var(--image-min-height);
     min-width: var(--image-min-width)
 }

 .lDHlrQ img,
 img.lDHlrQ {
     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)
 }

 .dWLwCn .lDHlrQ img {
     box-shadow: 0 0 0 #000;
     position: static;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
 }

 .dWLwCn .mGoGm2 {
     background-color: rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
     border-color: rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
     border-radius: 50%;
     border-style: solid;
     border-width: var(--brw, 2px);
     box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, .5));
     display: block;
     overflow: hidden
 }

 .dWLwCn .lDHlrQ {
     border-radius: 50%;
     overflow: hidden
 }


 .W2bcb7 {
     border-radius: 50%;
     cursor: pointer;
     height: 24px;
     width: 24px
 }

 .LottieEmbed1125139890__container>div,
 .LottieEmbed1125139890__svg {
     height: 100%;
     width: 100%
 }

 .LottieEmbed1125139890__container .LottieEmbed1125139890__playbackControl {
     bottom: 0;
     position: absolute;
     right: 0;
     z-index: var(--above-all-in-container, 49)
 }

 .MW5IWV {
     height: 100%;
     left: 0;
     -webkit-mask-image: var(--mask-image, none);
     mask-image: var(--mask-image, none);
     -webkit-mask-position: var(--mask-position, 0);
     mask-position: var(--mask-position, 0);
     -webkit-mask-repeat: var(--mask-repeat, no-repeat);
     mask-repeat: var(--mask-repeat, no-repeat);
     -webkit-mask-size: var(--mask-size, 100%);
     mask-size: var(--mask-size, 100%);
     overflow: hidden;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: absolute;
     top: 0;
     width: 100%
 }

 .MW5IWV.N3eg0s {
     clip: rect(0, auto, auto, 0)
 }

 .MW5IWV .Kv1aVt {
     height: 100%;
     position: absolute;
     top: 0;
     width: 100%
 }

 .MW5IWV .dLPlxY {
     height: var(--fill-layer-image-height, 100%);
     opacity: var(--fill-layer-image-opacity)
 }

 .MW5IWV .dLPlxY img {
     height: 100%;
     width: 100%
 }

 @supports(-webkit-hyphens:none) {
     .MW5IWV.N3eg0s {
         clip: auto;
         -webkit-clip-path: inset(0)
     }
 }

 .VgO9Yg {
     height: 100%
 }

 .LWbAav {
     background-color: var(--bg-overlay-color);
     background-image: var(--bg-gradient);
     transition: var(--inherit-transition)
 }

 .K_YxMd,
 .yK6aSC {
     opacity: var(--fill-layer-video-opacity)
 }

 .NGjcJN {
     bottom: var(--media-padding-bottom);
     height: var(--media-padding-height);
     position: absolute;
     top: var(--media-padding-top);
     width: 100%
 }

 .mNGsUM {
     transform: scale(var(--scale, 1));
     transition: var(--transform-duration, transform 0s)
 }

 .K_YxMd {
     height: 100%;
     position: relative;
     width: 100%
 }

 wix-media-canvas {
     display: block;
     height: 100%
 }

 .I8xA4L {
     opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
 }

 .I8xA4L .K_YxMd,
 .I8xA4L .dLPlxY,
 .I8xA4L .yK6aSC {
     opacity: 1
 }

 .Oqnisf {
     overflow: visible
 }

 .Oqnisf>.MW5IWV .LWbAav {
     background-color: var(--section-corvid-background-color, var(--bg-overlay-color))
 }

 .cM88eO {
     backface-visibility: hidden
 }

 .YtfWHd {
     left: 0;
     top: 0
 }

 .YtfWHd,
 .mj3xJ8 {
     position: absolute
 }

 .mj3xJ8 {
     clip: rect(0 0 0 0);
     background-color: #fff;
     border-radius: 50%;
     bottom: 3px;
     color: #000;
     display: grid;
     height: 24px;
     outline: 1px solid #000;
     place-items: center;
     pointer-events: none;
     right: 3px;
     width: 24px;
     z-index: 9999
 }

 .mj3xJ8:active,
 .mj3xJ8:focus {
     clip: auto;
     pointer-events: auto
 }

 .Tj01hh,
 .jhxvbR {
     display: block;
     height: 100%;
     width: 100%
 }

 .jhxvbR img {
     max-width: var(--wix-img-max-width, 100%)
 }

 .jhxvbR[data-animate-blur] img {
     filter: blur(9px);
     transition: filter .8s ease-in
 }

 .jhxvbR[data-animate-blur] img[data-load-done] {
     filter: none
 }

 .bX9O_S {
     clip-path: var(--fill-layer-clip)
 }

 .Z_wCwr,
 .bX9O_S {
     position: absolute;
     top: 0
 }

 .Jxk_UL img,
 .Z_wCwr,
 .bX9O_S {
     height: 100%;
     width: 100%
 }

 .K8MSra {
     opacity: 0
 }

 .K8MSra,
 .YTb3b4 {
     position: absolute;
     top: 0
 }

 .YTb3b4 {
     height: 0;
     left: 0;
     overflow: hidden;
     width: 0
 }

 .SUz0WK {
     left: 0;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: var(--fill-layer-background-media-position)
 }

 .FNxOn5,
 .SUz0WK,
 .m4khSP {
     height: 100%;
     top: 0;
     width: 100%
 }

 .FNxOn5 {
     position: absolute
 }

 .m4khSP {
     background-color: var(--fill-layer-background-overlay-color);
     opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
     position: var(--fill-layer-background-overlay-position);
     transform: var(--fill-layer-background-overlay-transform)
 }

 @supports(mix-blend-mode:overlay) {
     .m4khSP {
         mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
         opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
     }
 }

 .dkukWC {
     --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
     --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
     --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
     height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
 }

 .dkukWC,
 .dkukWC .FRCqDF {
     left: 0;
     position: absolute;
     width: 100%
 }

 .dkukWC .FRCqDF {
     --divider-layer-i__: var(--divider-layer-i, 0);
     background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
     background-repeat: repeat-x;
     border-bottom-style: solid;
     border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
     height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
     opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
 }

 .xnZvZH {
     --divider-height__: var(--divider-top-height, auto);
     --divider-offset-x__: var(--divider-top-offset-x, 0px);
     --divider-layers-size__: var(--divider-top-layers-size, 0);
     --divider-layers-y__: var(--divider-top-layers-y, 0px);
     --divider-layers-x__: var(--divider-top-layers-x, 0px);
     --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
     border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
     opacity: var(--divider-top-opacity, 1);
     top: 0;
     transform: var(--divider-top-flip, scaleY(-1))
 }

 .xnZvZH .FRCqDF {
     background-image: var(--divider-top-image, none);
     background-size: var(--divider-top-size, contain);
     border-color: var(--divider-top-color, currentColor);
     bottom: 0;
     filter: var(--divider-top-filter, none)
 }

 .xnZvZH .FRCqDF[data-divider-layer="1"] {
     display: var(--divider-top-layer-1-display, block)
 }

 .xnZvZH .FRCqDF[data-divider-layer="2"] {
     display: var(--divider-top-layer-2-display, block)
 }

 .xnZvZH .FRCqDF[data-divider-layer="3"] {
     display: var(--divider-top-layer-3-display, block)
 }

 .MBOSCN {
     --divider-height__: var(--divider-bottom-height, auto);
     --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
     --divider-layers-size__: var(--divider-bottom-layers-size, 0);
     --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
     --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
     --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
     border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
     bottom: 0;
     opacity: var(--divider-bottom-opacity, 1);
     transform: var(--divider-bottom-flip, none)
 }

 .MBOSCN .FRCqDF {
     background-image: var(--divider-bottom-image, none);
     background-size: var(--divider-bottom-size, contain);
     border-color: var(--divider-bottom-color, currentColor);
     bottom: 0;
     filter: var(--divider-bottom-filter, none)
 }

 .MBOSCN .FRCqDF[data-divider-layer="1"] {
     display: var(--divider-bottom-layer-1-display, block)
 }

 .MBOSCN .FRCqDF[data-divider-layer="2"] {
     display: var(--divider-bottom-layer-2-display, block)
 }

 .MBOSCN .FRCqDF[data-divider-layer="3"] {
     display: var(--divider-bottom-layer-3-display, block)
 }


 :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-bottom: var(--padding-y);
     padding-left: var(--padding-x, 0);
     padding-right: var(--padding-x, 0);
     padding-top: var(--padding-y);
     position: relative
 }

 :host(.device-mobile-optimized) .V5AUxf>*,
 body.device-mobile-optimized .V5AUxf>* {
     margin-bottom: var(--margin);
     position: relative
 }

 :host(.device-mobile-optimized) .V5AUxf>:first-child,
 body.device-mobile-optimized .V5AUxf>:first-child {
     margin-top: var(--firstChildMarginTop, 0)
 }

 :host(.device-mobile-optimized) .V5AUxf>:last-child,
 body.device-mobile-optimized .V5AUxf>:last-child {
     margin-bottom: var(--lastChildMarginBottom)
 }

 .LIhNy3 {
     backface-visibility: hidden
 }

 .jhxvbR,
 .mtrorN {
     display: block;
     height: 100%;
     width: 100%
 }

 .jhxvbR img {
     max-width: var(--wix-img-max-width, 100%)
 }

 .jhxvbR[data-animate-blur] img {
     filter: blur(9px);
     transition: filter .8s ease-in
 }

 .jhxvbR[data-animate-blur] img[data-load-done] {
     filter: none
 }

 .if7Vw2 {
     height: 100%;
     left: 0;
     -webkit-mask-image: var(--mask-image, none);
     mask-image: var(--mask-image, none);
     -webkit-mask-position: var(--mask-position, 0);
     mask-position: var(--mask-position, 0);
     -webkit-mask-repeat: var(--mask-repeat, no-repeat);
     mask-repeat: var(--mask-repeat, no-repeat);
     -webkit-mask-size: var(--mask-size, 100%);
     mask-size: var(--mask-size, 100%);
     overflow: hidden;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: absolute;
     top: 0;
     width: 100%
 }

 .if7Vw2.f0uTJH {
     clip: rect(0, auto, auto, 0)
 }

 .if7Vw2 .i1tH8h {
     height: 100%;
     position: absolute;
     top: 0;
     width: 100%
 }

 .if7Vw2 .DXi4PB {
     height: var(--fill-layer-image-height, 100%);
     opacity: var(--fill-layer-image-opacity)
 }

 .if7Vw2 .DXi4PB img {
     height: 100%;
     width: 100%
 }

 @supports(-webkit-hyphens:none) {
     .if7Vw2.f0uTJH {
         clip: auto;
         -webkit-clip-path: inset(0)
     }
 }

 .wG8dni {
     height: 100%
 }

 .tcElKx {
     background-color: var(--bg-overlay-color);
     background-image: var(--bg-gradient);
     transition: var(--inherit-transition)
 }

 .ImALHf,
 .Ybjs9b {
     opacity: var(--fill-layer-video-opacity)
 }

 .UWmm3w {
     bottom: var(--media-padding-bottom);
     height: var(--media-padding-height);
     position: absolute;
     top: var(--media-padding-top);
     width: 100%
 }

 .Yjj1af {
     transform: scale(var(--scale, 1));
     transition: var(--transform-duration, transform 0s)
 }

 .ImALHf {
     height: 100%;
     position: relative;
     width: 100%
 }

 wix-media-canvas {
     display: block;
     height: 100%
 }

 .KCM6zk {
     opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
 }

 .KCM6zk .DXi4PB,
 .KCM6zk .ImALHf,
 .KCM6zk .Ybjs9b {
     opacity: 1
 }

 ._uqPqy {
     clip-path: var(--fill-layer-clip)
 }

 ._uqPqy,
 .eKyYhK {
     position: absolute;
     top: 0
 }

 ._uqPqy,
 .eKyYhK,
 .x0mqQS img {
     height: 100%;
     width: 100%
 }

 .pnCr6P {
     opacity: 0
 }

 .blf7sp,
 .pnCr6P {
     position: absolute;
     top: 0
 }

 .blf7sp {
     height: 0;
     left: 0;
     overflow: hidden;
     width: 0
 }

 .rWP3Gv {
     left: 0;
     pointer-events: var(--fill-layer-background-media-pointer-events);
     position: var(--fill-layer-background-media-position)
 }

 .Tr4n3d,
 .rWP3Gv,
 .wRqk6s {
     height: 100%;
     top: 0;
     width: 100%
 }

 .wRqk6s {
     position: absolute
 }

 .Tr4n3d {
     background-color: var(--fill-layer-background-overlay-color);
     opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
     position: var(--fill-layer-background-overlay-position);
     transform: var(--fill-layer-background-overlay-transform)
 }

 @supports(mix-blend-mode:overlay) {
     .Tr4n3d {
         mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
         opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
     }
 }

 .VXAmO2 {
     --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
     --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
     --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
     height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
 }

 .VXAmO2,
 .VXAmO2 .dy3w_9 {
     left: 0;
     position: absolute;
     width: 100%
 }

 .VXAmO2 .dy3w_9 {
     --divider-layer-i__: var(--divider-layer-i, 0);
     background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
     background-repeat: repeat-x;
     border-bottom-style: solid;
     border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
     height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
     opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
 }

 .UORcXs {
     --divider-height__: var(--divider-top-height, auto);
     --divider-offset-x__: var(--divider-top-offset-x, 0px);
     --divider-layers-size__: var(--divider-top-layers-size, 0);
     --divider-layers-y__: var(--divider-top-layers-y, 0px);
     --divider-layers-x__: var(--divider-top-layers-x, 0px);
     --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
     border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
     opacity: var(--divider-top-opacity, 1);
     top: 0;
     transform: var(--divider-top-flip, scaleY(-1))
 }

 .UORcXs .dy3w_9 {
     background-image: var(--divider-top-image, none);
     background-size: var(--divider-top-size, contain);
     border-color: var(--divider-top-color, currentColor);
     bottom: 0;
     filter: var(--divider-top-filter, none)
 }

 .UORcXs .dy3w_9[data-divider-layer="1"] {
     display: var(--divider-top-layer-1-display, block)
 }

 .UORcXs .dy3w_9[data-divider-layer="2"] {
     display: var(--divider-top-layer-2-display, block)
 }

 .UORcXs .dy3w_9[data-divider-layer="3"] {
     display: var(--divider-top-layer-3-display, block)
 }

 .Io4VUz {
     --divider-height__: var(--divider-bottom-height, auto);
     --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
     --divider-layers-size__: var(--divider-bottom-layers-size, 0);
     --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
     --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
     --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
     border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
     bottom: 0;
     opacity: var(--divider-bottom-opacity, 1);
     transform: var(--divider-bottom-flip, none)
 }

 .Io4VUz .dy3w_9 {
     background-image: var(--divider-bottom-image, none);
     background-size: var(--divider-bottom-size, contain);
     border-color: var(--divider-bottom-color, currentColor);
     bottom: 0;
     filter: var(--divider-bottom-filter, none)
 }

 .Io4VUz .dy3w_9[data-divider-layer="1"] {
     display: var(--divider-bottom-layer-1-display, block)
 }

 .Io4VUz .dy3w_9[data-divider-layer="2"] {
     display: var(--divider-bottom-layer-2-display, block)
 }

 .Io4VUz .dy3w_9[data-divider-layer="3"] {
     display: var(--divider-bottom-layer-3-display, block)
 }


 .J6KGih {
     cursor: pointer
 }

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

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

 .OQ8Tzd,
 .nKphmK {
     overflow: hidden
 }

 .nKphmK {
     height: 100%;
     position: relative;
     width: 100%
 }

 .nKphmK:-ms-fullscreen {
     min-height: auto !important
 }

 .nKphmK:fullscreen {
     min-height: auto !important
 }

 .pvlz2w {
     visibility: hidden
 }


 .TWFxr5 {
     height: auto !important
 }

 .May50y {
     overflow: hidden !important
 }



 #masterPage:not(.landingPage) #PAGES_CONTAINER {
     margin-top: 0px;
     margin-bottom: 0px;
 }

 #masterPage.landingPage #soapAfterPagesContainer,
 #masterPage.landingPage #soapBeforePagesContainer {
     margin-top: 88px;
 }

 #masterPage.landingPage #SITE_FOOTER {
     display: none;
 }

 #masterPage.landingPage #SITE_HEADER {
     display: none;
 }

 #masterPage.landingPage #SITE_HEADER-placeholder {
     display: none;
 }

 #masterPage.landingPage #SITE_FOOTER-placeholder {
     display: none;
 }

 #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus,
 #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus~.wixSdkShowFocusOnSibling {
     --focus-ring-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #116dff;
     box-shadow: var(--focus-ring-box-shadow) !important;
     z-index: 1;
 }

 .has-inner-focus-ring {
     --focus-ring-box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important;
 }

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

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

 #SITE_HEADER {
     z-index: 51;
     --above-all-in-container: 10000;
 }

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

 #comp-l9066zfj-pinned-layer {
     z-index: calc(var(--pinned-layers-in-page, 0) + 53);
     --above-all-in-container: 10000;
 }

 #comp-l9066zfj {
     justify-self: end;
     align-self: end;
     position: absolute;
     grid-area: 1 / 1 / 2 / 2;
     pointer-events: auto;
 }

 :root,
 :host,
 .spxThemeOverride,
 .max-width-container {
     --color_0: 255, 255, 255;
     --color_1: 255, 255, 255;
     --color_2: 0, 0, 0;
     --color_3: 237, 28, 36;
     --color_4: 0, 136, 203;
     --color_5: 255, 203, 5;
     --color_6: 114, 114, 114;
     --color_7: 176, 176, 176;
     --color_8: 255, 255, 255;
     --color_9: 114, 114, 114;
     --color_10: 176, 176, 176;
     --color_11: 251, 240, 239;
     --color_12: 243, 131, 108;
     --color_13: 152, 145, 145;
     --color_14: 102, 98, 97;
     --color_15: 52, 50, 50;
     --color_16: 249, 198, 188;
     --color_17: 247, 179, 166;
     --color_18: 52, 50, 50;
     --color_19: 121, 72, 61;
     --color_20: 61, 36, 31;
     --color_21: 201, 228, 224;
     --color_22: 178, 213, 217;
     --color_23: 201, 224, 221;
     --color_24: 243, 131, 108;
     --color_25: 23, 53, 56;
     --color_26: 251, 227, 186;
     --color_27: 242, 210, 157;
     --color_28: 250, 200, 112;
     --color_29: 124, 100, 60;
     --color_30: 62, 50, 30;
     --color_31: 229, 250, 209;
     --color_32: 202, 229, 175;
     --color_33: 155, 203, 108;
     --color_34: 78, 102, 54;
     --color_35: 39, 51, 27;
     --color_36: 251, 240, 239;
     --color_37: 52, 50, 50;
     --color_38: 201, 193, 192;
     --color_39: 152, 145, 145;
     --color_40: 102, 98, 97;
     --color_41: 243, 131, 108;
     --color_42: 243, 131, 108;
     --color_43: 250, 200, 112;
     --color_44: 201, 224, 221;
     --color_45: 52, 50, 50;
     --color_46: 52, 50, 50;
     --color_47: 52, 50, 50;
     --color_48: 243, 131, 108;
     --color_49: 243, 131, 108;
     --color_50: 251, 240, 239;
     --color_51: 251, 240, 239;
     --color_52: 243, 131, 108;
     --color_53: 243, 131, 108;
     --color_54: 102, 98, 97;
     --color_55: 102, 98, 97;
     --color_56: 201, 193, 192;
     --color_57: 251, 240, 239;
     --color_58: 243, 131, 108;
     --color_59: 243, 131, 108;
     --color_60: 243, 131, 108;
     --color_61: 243, 131, 108;
     --color_62: 251, 240, 239;
     --color_63: 102, 98, 97;
     --color_64: 102, 98, 97;
     --color_65: 201, 193, 192;
     --font_0: italic normal bold 50px/1.4em syne, sans-serif;
     --font_1: normal normal normal 16px/1.4em din-next-w01-light, sans-serif;
     --font_2: italic normal bold 40px/1.4em syne, sans-serif;
     --font_3: normal normal bold 16px/1.4em syne, sans-serif;
     --font_4: italic normal bold 24px/1.4em syne, sans-serif;
     --font_5: italic normal bold 23px/1.4em syne, sans-serif;
     --font_6: italic normal bold 17px/1.4em syne, sans-serif;
     --font_7: italic normal bold 20px/1.4em questrial, sans-serif;
     --font_8: normal normal bold 20px/1.4em questrial, sans-serif;
     --font_9: italic normal bold 15px/1.4em questrial, sans-serif;
     --font_10: normal normal normal 12px/1.4em din-next-w01-light, sans-serif;
     --wix-ads-height: 0px;
     --sticky-offset: 0px;
     --wix-ads-top-height: 0px;
     --site-width: 980px;
     --above-all-z-index: 100000;
     --portals-z-index: 100001;
     --wix-opt-in-direction: ltr;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     --minViewportSize: 320;
     --maxViewportSize: 1920;
     --theme-spx-ratio: 1px;
     --scaling-factor: min((100 * var(--one-unit)), var(--section-max-width));
     --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, 100 * var(--one-unit), min(var(--section-max-width), var(--maxViewportSize) * 1px));
 }

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

 .font_1 {
     font: var(--font_1);
     color: rgb(var(--color_14));
     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_36));
     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_14));
     letter-spacing: 0em;
 }

 .color_0 {
     color: rgb(var(--color_0));
 }

 .color_1 {
     color: rgb(var(--color_1));
 }

 .color_2 {
     color: rgb(var(--color_2));
 }

 .color_3 {
     color: rgb(var(--color_3));
 }

 .color_4 {
     color: rgb(var(--color_4));
 }

 .color_5 {
     color: rgb(var(--color_5));
 }

 .color_6 {
     color: rgb(var(--color_6));
 }

 .color_7 {
     color: rgb(var(--color_7));
 }

 .color_8 {
     color: rgb(var(--color_8));
 }

 .color_9 {
     color: rgb(var(--color_9));
 }

 .color_10 {
     color: rgb(var(--color_10));
 }

 .color_11 {
     color: rgb(var(--color_11));
 }

 .color_12 {
     color: rgb(var(--color_12));
 }

 .color_13 {
     color: rgb(var(--color_13));
 }

 .color_14 {
     color: rgb(var(--color_14));
 }

 .color_15 {
     color: rgb(var(--color_15));
 }

 .color_16 {
     color: rgb(var(--color_16));
 }

 .color_17 {
     color: rgb(var(--color_17));
 }

 .color_18 {
     color: rgb(var(--color_18));
 }

 .color_19 {
     color: rgb(var(--color_19));
 }

 .color_20 {
     color: rgb(var(--color_20));
 }

 .color_21 {
     color: rgb(var(--color_21));
 }

 .color_22 {
     color: rgb(var(--color_22));
 }

 .color_23 {
     color: rgb(var(--color_23));
 }

 .color_24 {
     color: rgb(var(--color_24));
 }

 .color_25 {
     color: rgb(var(--color_25));
 }

 .color_26 {
     color: rgb(var(--color_26));
 }

 .color_27 {
     color: rgb(var(--color_27));
 }

 .color_28 {
     color: rgb(var(--color_28));
 }

 .color_29 {
     color: rgb(var(--color_29));
 }

 .color_30 {
     color: rgb(var(--color_30));
 }

 .color_31 {
     color: rgb(var(--color_31));
 }

 .color_32 {
     color: rgb(var(--color_32));
 }

 .color_33 {
     color: rgb(var(--color_33));
 }

 .color_34 {
     color: rgb(var(--color_34));
 }

 .color_35 {
     color: rgb(var(--color_35));
 }

 .color_36 {
     color: rgb(var(--color_36));
 }

 .color_37 {
     color: rgb(var(--color_37));
 }

 .color_38 {
     color: rgb(var(--color_38));
 }

 .color_39 {
     color: rgb(var(--color_39));
 }

 .color_40 {
     color: rgb(var(--color_40));
 }

 .color_41 {
     color: rgb(var(--color_41));
 }

 .color_42 {
     color: rgb(var(--color_42));
 }

 .color_43 {
     color: rgb(var(--color_43));
 }

 .color_44 {
     color: rgb(var(--color_44));
 }

 .color_45 {
     color: rgb(var(--color_45));
 }

 .color_46 {
     color: rgb(var(--color_46));
 }

 .color_47 {
     color: rgb(var(--color_47));
 }

 .color_48 {
     color: rgb(var(--color_48));
 }

 .color_49 {
     color: rgb(var(--color_49));
 }

 .color_50 {
     color: rgb(var(--color_50));
 }

 .color_51 {
     color: rgb(var(--color_51));
 }

 .color_52 {
     color: rgb(var(--color_52));
 }

 .color_53 {
     color: rgb(var(--color_53));
 }

 .color_54 {
     color: rgb(var(--color_54));
 }

 .color_55 {
     color: rgb(var(--color_55));
 }

 .color_56 {
     color: rgb(var(--color_56));
 }

 .color_57 {
     color: rgb(var(--color_57));
 }

 .color_58 {
     color: rgb(var(--color_58));
 }

 .color_59 {
     color: rgb(var(--color_59));
 }

 .color_60 {
     color: rgb(var(--color_60));
 }

 .color_61 {
     color: rgb(var(--color_61));
 }

 .color_62 {
     color: rgb(var(--color_62));
 }

 .color_63 {
     color: rgb(var(--color_63));
 }

 .color_64 {
     color: rgb(var(--color_64));
 }

 .color_65 {
     color: rgb(var(--color_65));
 }

 .backcolor_0 {
     background-color: rgb(var(--color_0));
 }

 .backcolor_1 {
     background-color: rgb(var(--color_1));
 }

 .backcolor_2 {
     background-color: rgb(var(--color_2));
 }

 .backcolor_3 {
     background-color: rgb(var(--color_3));
 }

 .backcolor_4 {
     background-color: rgb(var(--color_4));
 }

 .backcolor_5 {
     background-color: rgb(var(--color_5));
 }

 .backcolor_6 {
     background-color: rgb(var(--color_6));
 }

 .backcolor_7 {
     background-color: rgb(var(--color_7));
 }

 .backcolor_8 {
     background-color: rgb(var(--color_8));
 }

 .backcolor_9 {
     background-color: rgb(var(--color_9));
 }

 .backcolor_10 {
     background-color: rgb(var(--color_10));
 }

 .backcolor_11 {
     background-color: rgb(var(--color_11));
 }

 .backcolor_12 {
     background-color: rgb(var(--color_12));
 }

 .backcolor_13 {
     background-color: rgb(var(--color_13));
 }

 .backcolor_14 {
     background-color: rgb(var(--color_14));
 }

 .backcolor_15 {
     background-color: rgb(var(--color_15));
 }

 .backcolor_16 {
     background-color: rgb(var(--color_16));
 }

 .backcolor_17 {
     background-color: rgb(var(--color_17));
 }

 .backcolor_18 {
     background-color: rgb(var(--color_18));
 }

 .backcolor_19 {
     background-color: rgb(var(--color_19));
 }

 .backcolor_20 {
     background-color: rgb(var(--color_20));
 }

 .backcolor_21 {
     background-color: rgb(var(--color_21));
 }

 .backcolor_22 {
     background-color: rgb(var(--color_22));
 }

 .backcolor_23 {
     background-color: rgb(var(--color_23));
 }

 .backcolor_24 {
     background-color: rgb(var(--color_24));
 }

 .backcolor_25 {
     background-color: rgb(var(--color_25));
 }

 .backcolor_26 {
     background-color: rgb(var(--color_26));
 }

 .backcolor_27 {
     background-color: rgb(var(--color_27));
 }

 .backcolor_28 {
     background-color: rgb(var(--color_28));
 }

 .backcolor_29 {
     background-color: rgb(var(--color_29));
 }

 .backcolor_30 {
     background-color: rgb(var(--color_30));
 }

 .backcolor_31 {
     background-color: rgb(var(--color_31));
 }

 .backcolor_32 {
     background-color: rgb(var(--color_32));
 }

 .backcolor_33 {
     background-color: rgb(var(--color_33));
 }

 .backcolor_34 {
     background-color: rgb(var(--color_34));
 }

 .backcolor_35 {
     background-color: rgb(var(--color_35));
 }

 .backcolor_36 {
     background-color: rgb(var(--color_36));
 }

 .backcolor_37 {
     background-color: rgb(var(--color_37));
 }

 .backcolor_38 {
     background-color: rgb(var(--color_38));
 }

 .backcolor_39 {
     background-color: rgb(var(--color_39));
 }

 .backcolor_40 {
     background-color: rgb(var(--color_40));
 }

 .backcolor_41 {
     background-color: rgb(var(--color_41));
 }

 .backcolor_42 {
     background-color: rgb(var(--color_42));
 }

 .backcolor_43 {
     background-color: rgb(var(--color_43));
 }

 .backcolor_44 {
     background-color: rgb(var(--color_44));
 }

 .backcolor_45 {
     background-color: rgb(var(--color_45));
 }

 .backcolor_46 {
     background-color: rgb(var(--color_46));
 }

 .backcolor_47 {
     background-color: rgb(var(--color_47));
 }

 .backcolor_48 {
     background-color: rgb(var(--color_48));
 }

 .backcolor_49 {
     background-color: rgb(var(--color_49));
 }

 .backcolor_50 {
     background-color: rgb(var(--color_50));
 }

 .backcolor_51 {
     background-color: rgb(var(--color_51));
 }

 .backcolor_52 {
     background-color: rgb(var(--color_52));
 }

 .backcolor_53 {
     background-color: rgb(var(--color_53));
 }

 .backcolor_54 {
     background-color: rgb(var(--color_54));
 }

 .backcolor_55 {
     background-color: rgb(var(--color_55));
 }

 .backcolor_56 {
     background-color: rgb(var(--color_56));
 }

 .backcolor_57 {
     background-color: rgb(var(--color_57));
 }

 .backcolor_58 {
     background-color: rgb(var(--color_58));
 }

 .backcolor_59 {
     background-color: rgb(var(--color_59));
 }

 .backcolor_60 {
     background-color: rgb(var(--color_60));
 }

 .backcolor_61 {
     background-color: rgb(var(--color_61));
 }

 .backcolor_62 {
     background-color: rgb(var(--color_62));
 }

 .backcolor_63 {
     background-color: rgb(var(--color_63));
 }

 .backcolor_64 {
     background-color: rgb(var(--color_64));
 }

 .backcolor_65 {
     background-color: rgb(var(--color_65));
 }

 #SITE_FOOTER {
     --bg: var(--color_43);
     --shd: none;
     --brwt: 0px;
     --brd: 47, 46, 46;
     --brwb: 0px;
     --bgctr: var(--color_43);
     --rd: 0px;
     --alpha-bgctr: 1;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --backdrop-filter: none;
     --boxShadowToggleOn-shd: none;
 }

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

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

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

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

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

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

 #SITE_FOOTER {
     --shc-mutated-brightness: 125, 100, 56;
     --bg-overlay-color: rgb(var(--color_43));
     --bg-gradient: none;
 }

 #comp-l92nm6u2 {
     --lnw: 2px;
     --brd: var(--color_37);
     --alpha-brd: 1;
 }

 #comp-l92nm6u2 {
     width: 1492px;
     height: 7px;
 }

 #comp-l92nm6u2 {
     transform-origin: center 1px;
 }

 #comp-l9ofrc33 {
     width: 137px;
     height: 39px;
 }

 #comp-l9ofrc33 {
     --item-size: 39px;
     --item-margin-block: 0;
     --item-margin-inline: 0px 10px;
     --item-display: inline-block;
     --direction: var(--wix-opt-in-direction, ltr);
     width: 137px;
     height: 39px;
 }

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

 #comp-l945gjc6 {
     width: 39px;
     height: 39px;
 }

 #comp-l945gjc6 {
     --height: 39px;
     --width: 39px;
 }

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

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

 #SITE_HEADER {
     --brd: 254, 244, 244;
     --brwt: 0px;
     --brwb: 0px;
     --shd: none;
     --rd: 0px 0px 0px 0px;
     --alpha-brd: 1;
     --backdrop-filter: none;
     --boxShadowToggleOn-shd: none;
     --alpha-bg-scrl: 1;
     --bg-scrl: var(--color_36);
     --alpha-bg: 0;
 }

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

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

 #SITE_HEADER {
     --bg-overlay-color: rgb(201, 224, 221);
     --bg-gradient: none;
     position: sticky !important;
     top: var(--wix-ads-height);
 }

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

 #comp-laf1oa32 {
     width: 124px;
     height: 82px;
 }

 #comp-laf1oa32 {
     --height: 82px;
     --width: 124px;
     --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-m5yzhqp7 {
     width: 610px;
 }

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

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

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

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

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

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

 #comp-m5ywrtcm {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m5ywrtcm {
     width: 610px;
     height: auto;
 }

 #comp-m5ywrtcm {
     --min-height: 35px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-m5ywt0js {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m5ywt0js {
     width: 79px;
     height: auto;
 }

 #comp-m5ywt0js {
     --min-height: 35px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-m5ywvw63 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m5ywvw63 {
     width: 96px;
     height: auto;
 }

 #comp-m5ywvw63 {
     --min-height: 35px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-m5ywxe1z {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m5ywxe1z {
     width: 139px;
     height: auto;
 }

 #comp-m5ywxe1z {
     --min-height: 35px;
     --text-direction: var(--wix-opt-in-direction);
 }

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

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

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

 #comp-l9066zfj {
     width: 230px;
     height: 86px;
 }

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

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

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

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

 [data-mesh-id=Containerzf1ehinlineContent-gridContainer]>[id="comp-l9066dr4"] {
     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=Containerzf1ehinlineContent-gridContainer]>[id="comp-m6hsvzzw"] {
     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=Containerzf1ehinlineContent-gridContainer]>[id="comp-lgyosybd"] {
     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=Containerzf1ehinlineContent-gridContainer]>[id="comp-lgyo5u3x"] {
     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=Containerzf1ehinlineContent-gridContainer]>[id="comp-l9066dr52"] {
     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;
 }

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

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

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

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

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

 [data-mesh-id=comp-l9066dr4inlineContent-gridContainer] {
     position: static;
     display: grid;
     height: auto;
     width: 100%;
     min-height: auto;
     margin-top: -92px;
     margin-bottom: -2px;
     grid-template-rows: 1fr;
     grid-template-columns: 100%;
 }

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

 #comp-jrz3asxu {
     left: 0;
     margin-left: 0;
     width: 100%;
     min-width: 980px;
 }

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

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

 [data-mesh-id=comp-jrz3asy0inlineContent-gridContainer]>[id="comp-m232qsri"] {
     position: relative;
     margin: 9px 0px 18px calc((100% - 980px) * 0);
     left: 248px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

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

 [data-mesh-id=comp-jrz3asy0inlineContent-gridContainer]>[id="comp-m232kohs"] {
     position: relative;
     margin: 118px 0px -18px calc((100% - 980px) * 0);
     left: 529px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

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

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

 #comp-jrz3asy0 {
     width: 980px;
 }

 #comp-m232qsri {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m232qsri {
     width: 322px;
     height: auto;
 }

 #comp-jrz3asy5 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-jrz3asy5 {
     width: 348px;
     height: auto;
 }

 #comp-m232kohs {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m232kohs {
     width: 164px;
     height: auto;
 }

 #comp-m232q615 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m232q615 {
     width: 322px;
     height: auto;
 }

 #comp-lbtkdf5r {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lbtkdf5r {
     width: 725px;
     height: auto;
 }

 #comp-lhng3vm8 {
     --rd: 0px;
     --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
     --shd: none;
     --fnt: normal normal normal 15px/1.4em poppins-semibold, poppins, sans-serif;
     --trans2: color 0.4s ease 0s;
     --txt: var(--color_50);
     --brw: 0px;
     --bg: var(--color_48);
     --brd: var(--color_40);
     --bgh: var(--color_17);
     --brdh: var(--color_38);
     --txth: var(--color_36);
     --bgd: 204, 204, 204;
     --alpha-bgd: 1;
     --brdd: 204, 204, 204;
     --alpha-brdd: 1;
     --txtd: 255, 255, 255;
     --alpha-txtd: 1;
     --alpha-txth: 1;
     --alpha-brdh: 0;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --alpha-bgh: 1;
     --boxShadowToggleOn-shd: none;
     --alpha-txt: 1;
 }

 #comp-lhng3vm8 {
     width: 263px;
     height: 40px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

 #comp-l918i5ju {
     --rd: 0px 0px 0px 0px;
     --shd: 6.36px 6.36px 0px 0px rgba(23, 23, 40, 1);
     --brd: var(--color_15);
     --brw: 2px;
     --sizeRd: 0px 0px 0px 0px;
     --sizeBrw: 2px;
     --contentPaddingLeft: 2px;
     --contentPaddingRight: 2px;
     --contentPaddingBottom: 2px;
     --contentPaddingTop: 2px;
     --alpha-brd: 1;
 }

 #comp-l918i5ju {
     width: 477px;
     height: 400px;
 }

 #comp-m6hsza2l {
     width: 200px;
     height: 138px;
 }

 #comp-m6hszn25 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m6hszn25 {
     width: 110px;
     height: auto;
 }

 #comp-m6hszs3w {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m6hszs3w {
     width: 110px;
     height: auto;
 }

 #comp-m6ht09mg {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m6ht09mg {
     width: 110px;
     height: auto;
 }

 #comp-l95iyccj {
     --lnw: 3px;
     --brd: 40, 38, 38;
     --mrg: 3px;
     --alpha-brd: 1;
 }

 #comp-l95iyccj {
     width: 3px;
     height: 584px;
 }

 #comp-m5y1ri34 {
     --lnw: 12px;
     --brd: var(--color_41);
     --alpha-brd: 1;
 }

 #comp-m5y1ri34 {
     width: 267px;
     height: 12px;
 }

 #comp-m6i3kor7 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-m6i3kor7 {
     width: 289px;
     height: auto;
 }

 #comp-jrz3aszb {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-jrz3aszb {
     width: 648px;
     height: auto;
 }

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

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

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

 [data-mesh-id=comp-lgyosybdinlineContent-gridContainer]>[id="comp-lgyplbjz"] {
     position: relative;
     margin: 0px 0 40px 0;
     left: 0;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: stretch;
     align-self: start;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

 #comp-lgyplbjz {
     --lnw: 2px;
     --brd: var(--color_37);
     --alpha-brd: 1;
 }

 #comp-lgyplbjz {
     width: 100%;
     left: 0;
     margin-left: 0;
     min-width: initial;
     height: 5px;
 }

 #comp-m5y6onwx {
     --lnw: 12px;
     --brd: var(--color_43);
     --alpha-brd: 1;
 }

 #comp-m5y6onwx {
     width: 496px;
     height: 12px;
 }

 #comp-lgyou7q7 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lgyou7q7 {
     width: 532px;
     height: auto;
 }

 #comp-lh0n966n {
     --rd: 0px 0px 0px 0px;
     --shd: 6.36px 6.36px 0px 0px rgba(23, 23, 40, 1);
     --brd: var(--color_15);
     --brw: 2px;
     --sizeRd: 0px 0px 0px 0px;
     --sizeBrw: 2px;
     --contentPaddingLeft: 2px;
     --contentPaddingRight: 2px;
     --contentPaddingBottom: 2px;
     --contentPaddingTop: 2px;
     --alpha-brd: 1;
 }

 #comp-lh0n966n {
     width: 365px;
     height: 268px;
 }

 #comp-lh0nmt16 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0nmt16 {
     width: 352px;
     height: auto;
 }

 #comp-lh0nagjm {
     --rd: 0px 0px 0px 0px;
     --shd: 6.36px 6.36px 0px 0px rgba(23, 23, 40, 1);
     --brd: var(--color_15);
     --brw: 2px;
     --sizeRd: 0px 0px 0px 0px;
     --sizeBrw: 2px;
     --contentPaddingLeft: 2px;
     --contentPaddingRight: 2px;
     --contentPaddingBottom: 2px;
     --contentPaddingTop: 2px;
     --alpha-brd: 1;
 }

 #comp-lh0nagjm {
     width: 365px;
     height: 275px;
 }

 #comp-lh0ncwxf {
     --rd: 0px 0px 0px 0px;
     --shd: 6.36px 6.36px 0px 0px rgba(23, 23, 40, 1);
     --brd: var(--color_15);
     --brw: 2px;
     --sizeRd: 0px 0px 0px 0px;
     --sizeBrw: 2px;
     --contentPaddingLeft: 2px;
     --contentPaddingRight: 2px;
     --contentPaddingBottom: 2px;
     --contentPaddingTop: 2px;
     --alpha-brd: 1;
 }

 #comp-lh0ncwxf {
     width: 248px;
     height: 331px;
 }

 #comp-lh0nq700 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0nq700 {
     width: 320px;
     height: auto;
 }

 #comp-lh0nb7ya {
     --rd: 0px 0px 0px 0px;
     --shd: 6.36px 6.36px 0px 0px rgba(23, 23, 40, 1);
     --brd: var(--color_15);
     --brw: 2px;
     --sizeRd: 0px 0px 0px 0px;
     --sizeBrw: 2px;
     --contentPaddingLeft: 2px;
     --contentPaddingRight: 2px;
     --contentPaddingBottom: 2px;
     --contentPaddingTop: 2px;
     --alpha-brd: 1;
 }

 #comp-lh0nb7ya {
     width: 287px;
     height: 215px;
 }

 #comp-lh0nagju {
     --rd: 0px 0px 0px 0px;
     --shd: 6.36px 6.36px 0px 0px rgba(23, 23, 40, 1);
     --brd: var(--color_15);
     --brw: 2px;
     --sizeRd: 0px 0px 0px 0px;
     --sizeBrw: 2px;
     --contentPaddingLeft: 2px;
     --contentPaddingRight: 2px;
     --contentPaddingBottom: 2px;
     --contentPaddingTop: 2px;
     --alpha-brd: 1;
 }

 #comp-lh0nagju {
     width: 288px;
     height: 134px;
 }

 #comp-lh0nqxsf {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0nqxsf {
     width: 352px;
     height: auto;
 }

 #comp-lh0nbl36 {
     --rd: 0px 0px 0px 0px;
     --shd: 6.36px 6.36px 0px 0px rgba(23, 23, 40, 1);
     --brd: var(--color_15);
     --brw: 2px;
     --sizeRd: 0px 0px 0px 0px;
     --sizeBrw: 2px;
     --contentPaddingLeft: 2px;
     --contentPaddingRight: 2px;
     --contentPaddingBottom: 2px;
     --contentPaddingTop: 2px;
     --alpha-brd: 1;
 }

 #comp-lh0nbl36 {
     width: 296px;
     height: 222px;
 }

 #comp-m7922r28 {
     width: 187px;
     height: 45px;
 }

 #comp-lh0nbl3h {
     --rd: 0px 0px 0px 0px;
     --shd: 6.36px 6.36px 0px 0px rgba(23, 23, 40, 1);
     --brd: var(--color_15);
     --brw: 2px;
     --sizeRd: 0px 0px 0px 0px;
     --sizeBrw: 2px;
     --contentPaddingLeft: 2px;
     --contentPaddingRight: 2px;
     --contentPaddingBottom: 2px;
     --contentPaddingTop: 2px;
     --alpha-brd: 1;
 }

 #comp-lh0nbl3h {
     width: 288px;
     height: 175px;
 }

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

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

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

 [data-mesh-id=comp-lgyo5u3xinlineContent-gridContainer]>[id="comp-lgyorafe"] {
     position: relative;
     margin: 0px 0 31px 0;
     left: 0;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: stretch;
     align-self: start;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 #comp-lgyorafe {
     --lnw: 2px;
     --brd: var(--color_37);
     --alpha-brd: 1;
 }

 #comp-lgyorafe {
     width: 100%;
     left: 0;
     margin-left: 0;
     min-width: initial;
     height: 5px;
 }

 #comp-lgyo93sb {
     --lnw: 12px;
     --brd: var(--color_43);
     --alpha-brd: 1;
 }

 #comp-lgyo93sb {
     width: 551px;
     height: 12px;
 }

 #comp-lgyo98ub {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lgyo98ub {
     width: 720px;
     height: auto;
 }

 #comp-lgyo9re6:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyo9re6 {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyo9re6:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyo9re6:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyo9re6 {
     width: 220px;
 }

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

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

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

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

 #comp-lgyo9rfz {
     width: 209px;
     height: 42px;
 }

 #comp-lgyodowi:hover {
     --shd: 0.84px -11.97px 12px 15px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyodowi {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyodowi:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyodowi:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyodowi {
     width: 109px;
 }

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

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

 [data-mesh-id=comp-lgyodowiinlineContent-gridContainer]>[id="comp-lgyodp2t"] {
     position: relative;
     margin: 13px 0px 24px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyodp2t {
     width: 71px;
     height: 71px;
 }

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

 #comp-lgyoaq6t {
     width: 168px;
     height: 42px;
 }

 #comp-lgyodoyc:hover {
     --shd: 0.84px -11.97px 12px 15px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyodoyc {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyodoyc:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyodoyc:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyodoyc {
     width: 208px;
 }

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

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

 [data-mesh-id=comp-lgyodoycinlineContent-gridContainer]>[id="comp-lgyodp601"] {
     position: relative;
     margin: 17px 0px 29px 0;
     left: 28px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyodp601 {
     width: 151px;
     height: 47px;
 }

 #comp-lgyobt9m:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyobt9m {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyobt9m:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyobt9m:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyobt9m {
     width: 231px;
 }

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

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

 [data-mesh-id=comp-lgyobt9minlineContent-gridContainer]>[id="comp-lgyobtah4"] {
     position: relative;
     margin: 15px 0px 9px 0;
     left: 31px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyobtah4 {
     width: 164px;
     height: 36px;
 }

 #comp-lgyoc3v9:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyoc3v9 {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyoc3v9:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyoc3v9:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyoc3v9 {
     width: 220px;
 }

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

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

 [data-mesh-id=comp-lgyoc3v9inlineContent-gridContainer]>[id="comp-lgyoc3xe"] {
     position: relative;
     margin: 15px 0px 18px 0;
     left: 45px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyoc3xe {
     width: 130px;
     height: 27px;
 }

 #comp-lgyodox3:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyodox3 {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyodox3:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyodox3:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyodox3 {
     width: 255px;
 }

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

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

 [data-mesh-id=comp-lgyodox3inlineContent-gridContainer]>[id="comp-lgyodp41"] {
     position: relative;
     margin: 29px 0px 29px 0;
     left: 48px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyodp41 {
     width: 181px;
     height: 27px;
 }

 #comp-lgyodoyw:hover {
     --shd: 0.84px -11.97px 12px 15px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyodoyw {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyodoyw:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyodoyw:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyodoyw {
     width: 164px;
 }

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

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

 [data-mesh-id=comp-lgyodoywinlineContent-gridContainer]>[id="comp-lgyodp6t"] {
     position: relative;
     margin: 23px 0px 33px 0;
     left: 45px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyodp6t {
     width: 83px;
     height: 60px;
 }

 #comp-lgyoh2gs:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyoh2gs {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyoh2gs:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyoh2gs:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyoh2gs {
     width: 141px;
 }

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

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

 [data-mesh-id=comp-lgyoh2gsinlineContent-gridContainer]>[id="comp-lgyoh2i5"] {
     position: relative;
     margin: 9px 0px 15px 0;
     left: 24px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyoh2i5 {
     width: 102px;
     height: 56px;
 }

 #comp-lgyohwmn:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyohwmn {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyohwmn:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyohwmn:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyohwmn {
     width: 107px;
 }

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

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

 [data-mesh-id=comp-lgyohwmninlineContent-gridContainer]>[id="comp-lgyohwov"] {
     position: relative;
     margin: 27px 0px 8px 0;
     left: 11px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyohwov {
     width: 90px;
     height: 80px;
 }

 #comp-lgyodoxr:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyodoxr {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyodoxr:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyodoxr:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyodoxr {
     width: 218px;
 }

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

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

 [data-mesh-id=comp-lgyodoxrinlineContent-gridContainer]>[id="comp-lgyodp53"] {
     position: relative;
     margin: 18px 0px 18px 0;
     left: 32px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyodp53 {
     width: 139px;
     height: 42px;
 }

 #comp-lgyodoze:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyodoze {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyodoze:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyodoze:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyodoze {
     width: 208px;
 }

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

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

 [data-mesh-id=comp-lgyodozeinlineContent-gridContainer]>[id="comp-lgyodp7j"] {
     position: relative;
     margin: 11px 0px 18px 0;
     left: 43px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyodp7j {
     width: 145px;
     height: 42px;
 }

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

 #comp-lgyoil3110 {
     width: 109px;
     height: 47px;
 }

 #comp-lgyoil0n:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyoil0n {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyoil0n:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyoil0n:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyoil0n {
     width: 141px;
 }

 [data-mesh-id=comp-lgyoil0ninlineContent] {
     height: auto;
     width: 100%;
     position: static;
     min-height: 80px;
 }

 #comp-lgyojfex:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyojfex {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyojfex:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyojfex:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyojfex {
     width: 119px;
 }

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

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

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

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

 #comp-lgyojfif {
     width: 75px;
     height: 74px;
 }

 #comp-lgyoiygh:hover {
     --shd: -3.25px 7.31px 13px 13px rgba(242, 210, 157, 0.6);
 }

 #comp-lgyoiygh {
     --brw: 0px;
     --brd: 66, 55, 55;
     --bg: 200, 238, 245;
     --rd: 0px;
     --shd: none;
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 0;
     --boxShadowToggleOn-shd: none;
     --bg-gradient: none;
 }

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

 #comp-lgyoiygh:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lgyoiygh:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lgyoiygh {
     width: 132px;
 }

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

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

 [data-mesh-id=comp-lgyoiyghinlineContent-gridContainer]>[id="comp-lgyoiyj21"] {
     position: relative;
     margin: 12px 0px 21px 0;
     left: 28px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 #comp-lgyoiyj21 {
     width: 81px;
     height: 74px;
 }

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

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

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

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

 #comp-js3a6ms5 {
     left: 0;
     margin-left: 0;
     width: 100%;
     min-width: 980px;
 }

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

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

 [data-mesh-id=comp-js3a6muainlineContent-gridContainer]>[id="comp-js3a8rm4"] {
     position: relative;
     margin: 12px 0 45px 0;
     left: 0;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: stretch;
     align-self: start;
 }

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

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

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

 #comp-js3a6mua {
     width: 980px;
 }

 #comp-js3a8rm4 {
     --lnw: 2px;
     --brd: var(--color_37);
     --alpha-brd: 1;
 }

 #comp-js3a8rm4 {
     width: 100%;
     left: 0;
     margin-left: 0;
     min-width: initial;
     height: 5px;
 }

 #comp-js3aa5z8 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-js3aa5z8 {
     width: 783px;
     height: auto;
 }

 #comp-js3aatdx {
     --rd: 0px;
     --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
     --shd: none;
     --fnt: normal normal normal 15px/1.4em poppins-semibold, poppins, sans-serif;
     --trans2: color 0.4s ease 0s;
     --txt: var(--color_50);
     --brw: 0px;
     --bg: var(--color_48);
     --brd: var(--color_40);
     --bgh: var(--color_17);
     --brdh: var(--color_38);
     --txth: var(--color_36);
     --bgd: 204, 204, 204;
     --alpha-bgd: 1;
     --brdd: 204, 204, 204;
     --alpha-brdd: 1;
     --txtd: 255, 255, 255;
     --alpha-txtd: 1;
     --alpha-bg: 1;
     --alpha-bgh: 1;
     --alpha-brd: 1;
     --alpha-brdh: 0;
     --alpha-txt: 1;
     --alpha-txth: 1;
     --boxShadowToggleOn-shd: none;
 }

 #comp-js3aatdx {
     width: 181px;
     height: 47px;
 }

 #comp-js3a9qh5 {
     --lnw: 2px;
     --brd: var(--color_37);
     --alpha-brd: 1;
 }

 #comp-js3a9qh5 {
     width: 100%;
     left: 0;
     margin-left: 0;
     min-width: initial;
     height: 5px;
 }

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

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

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

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

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

 #comp-jrz3at4s {
     left: 0;
     margin-left: 0;
     width: 100%;
     min-width: 980px;
 }

 [data-mesh-id=comp-jrz3at56inlineContent] {
     height: auto;
     width: 100%;
     position: static;
     min-height: 459px;
 }

 #comp-jrz3at56 {
     width: 980px;
 }

 #comp-lh0kuxmq {
     --lnw: 2px;
     --brd: var(--color_37);
     --alpha-brd: 1;
 }

 #comp-lh0kuxmq {
     width: 100%;
     left: 0;
     margin-left: 0;
     min-width: initial;
     height: 5px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 #comp-lh0klq2k {
     --lnw: 12px;
     --brd: var(--color_43);
     --alpha-brd: 1;
 }

 #comp-lh0klq2k {
     width: 541px;
     height: 12px;
 }

 #comp-lh0klq2z {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0klq2z {
     width: 665px;
     height: auto;
 }

 #comp-lh0komow:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0komow {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0komow:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0komow:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0komow {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0komowinlineContent-gridContainer]>[id="comp-lh0komwi"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 [data-mesh-id=comp-lh0komowinlineContent-gridContainer]>[id="comp-lh0komwt4"] {
     position: relative;
     margin: 0px 0px 11px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0komwi {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0komwi {
     width: 138px;
     height: 138px;
 }

 #comp-lh0komwr3 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0komwt4 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0komwu3 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komwu3 {
     width: 186px;
     height: auto;
 }

 #comp-lh0komwx1 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komwx1 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kompe:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0kompe {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0kompe:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0kompe:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0kompe {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0kompeinlineContent-gridContainer]>[id="comp-lh0komxp"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kompeinlineContent-gridContainer]>[id="comp-lh0komxr"] {
     position: relative;
     margin: 11px 0px 4px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kompeinlineContent-gridContainer]>[id="comp-lh0komxs3"] {
     position: relative;
     margin: 0px 0px 11px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0komxp {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0komxp {
     width: 138px;
     height: 138px;
 }

 #comp-lh0komxr {
     width: 161px;
     height: 161px;
 }

 #comp-lh0komxs3 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0komxu {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komxu {
     width: 186px;
     height: auto;
 }

 #comp-lh0komxv2 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komxv2 {
     width: 186px;
     height: auto;
 }

 #comp-lh0komq4:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0komq4 {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0komq4:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0komq4:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0komq4 {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0komq4inlineContent-gridContainer]>[id="comp-lh0komyj6"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 [data-mesh-id=comp-lh0komq4inlineContent-gridContainer]>[id="comp-lh0komyl4"] {
     position: relative;
     margin: 0px 0px 11px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0komyj6 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0komyj6 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0komyk6 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0komyl4 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0komym2 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komym2 {
     width: 186px;
     height: auto;
 }

 #comp-lh0komyn {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komyn {
     width: 186px;
     height: auto;
 }

 #comp-lh0komqu:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0komqu {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0komqu:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0komqu:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0komqu {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0komquinlineContent-gridContainer]>[id="comp-lh0komz32"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 [data-mesh-id=comp-lh0komquinlineContent-gridContainer]>[id="comp-lh0komz51"] {
     position: relative;
     margin: 0px 0px 11px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0komz32 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0komz32 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0komz42 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0komz51 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0komz6 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komz6 {
     width: 186px;
     height: auto;
 }

 #comp-lh0komz7 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komz7 {
     width: 186px;
     height: auto;
 }

 #comp-lh0komrl:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0komrl {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0komrl:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0komrl:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0komrl {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0komrlinlineContent-gridContainer]>[id="comp-lh0komzq"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0komrlinlineContent-gridContainer]>[id="comp-lh0komzr2"] {
     position: relative;
     margin: 11px 0px 4px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0komrlinlineContent-gridContainer]>[id="comp-lh0komzs1"] {
     position: relative;
     margin: 0px 0px 11px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0komzq {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0komzq {
     width: 138px;
     height: 138px;
 }

 #comp-lh0komzr2 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0komzs1 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0komzt {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komzt {
     width: 186px;
     height: auto;
 }

 #comp-lh0komzu {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0komzu {
     width: 186px;
     height: auto;
 }

 #comp-lh0komsf:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0komsf {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0komsf:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0komsf:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0komsf {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0komsfinlineContent-gridContainer]>[id="comp-lh0kon0i1"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0komsfinlineContent-gridContainer]>[id="comp-lh0kon0m"] {
     position: relative;
     margin: 8px 0px 7px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0komsfinlineContent-gridContainer]>[id="comp-lh0kon0p"] {
     position: relative;
     margin: 0px 0px 11px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kon0i1 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kon0i1 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kon0m {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kon0p {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kon0s {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kon0s {
     width: 186px;
     height: auto;
 }

 #comp-lh0kon0v {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kon0v {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0im:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0kr0im {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0kr0im:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0kr0im:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0kr0im {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0kr0iminlineContent-gridContainer]>[id="comp-lh0kr0mc4"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0iminlineContent-gridContainer]>[id="comp-lh0kr0me1"] {
     position: relative;
     margin: 9px 0px 6px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0iminlineContent-gridContainer]>[id="comp-lh0kr0mf"] {
     position: relative;
     margin: 0px 0px 32px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kr0mc4 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kr0mc4 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kr0me1 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kr0mf {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kr0mg1 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0mg1 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0mi {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0mi {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0j0:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0kr0j0 {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0kr0j0:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0kr0j0:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0kr0j0 {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0kr0j0inlineContent-gridContainer]>[id="comp-lh0kr0n73"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0j0inlineContent-gridContainer]>[id="comp-lh0kr0n82"] {
     position: relative;
     margin: 9px 0px 6px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0j0inlineContent-gridContainer]>[id="comp-lh0kr0n9"] {
     position: relative;
     margin: 0px 0px 32px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kr0n73 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kr0n73 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kr0n82 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kr0n9 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kr0n94 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0n94 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0na3 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0na3 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0k3:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0kr0k3 {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0kr0k3:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0kr0k3:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0kr0k3 {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0kr0k3inlineContent-gridContainer]>[id="comp-lh0kr0pk4"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 [data-mesh-id=comp-lh0kr0k3inlineContent-gridContainer]>[id="comp-lh0kr0pm1"] {
     position: relative;
     margin: 0px 0px 32px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kr0pk4 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kr0pk4 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kr0pl4 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kr0pm1 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kr0pm5 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0pm5 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0pn4 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0pn4 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0kh:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0kr0kh {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0kr0kh:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0kr0kh:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0kr0kh {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0kr0khinlineContent-gridContainer]>[id="comp-lh0kr0qe"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 [data-mesh-id=comp-lh0kr0khinlineContent-gridContainer]>[id="comp-lh0kr0qf5"] {
     position: relative;
     margin: 0px 0px 32px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kr0qe {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kr0qe {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kr0qf {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kr0qf5 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kr0qg3 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0qg3 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0qh {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0qh {
     width: 186px;
     height: auto;
 }

 #comp-lh0komt6:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0komt6 {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0komt6:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0komt6:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0komt6 {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0komt6inlineContent-gridContainer]>[id="comp-lh0kon2b1"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

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

 [data-mesh-id=comp-lh0komt6inlineContent-gridContainer]>[id="comp-lh0kon2h1"] {
     position: relative;
     margin: 0px 0px 32px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kon2b1 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kon2b1 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kon2f {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kon2h1 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kon2j1 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kon2j1 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kon2m {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kon2m {
     width: 186px;
     height: auto;
 }

 #comp-lh0komu6:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0komu6 {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0komu6:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0komu6:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0komu6 {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0komu6inlineContent-gridContainer]>[id="comp-lh0kon3w4"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0komu6inlineContent-gridContainer]>[id="comp-lh0kon3y"] {
     position: relative;
     margin: 9px 0px 6px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0komu6inlineContent-gridContainer]>[id="comp-lh0kon3z2"] {
     position: relative;
     margin: 0px 0px 11px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kon3w4 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kon3w4 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kon3y {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kon3z2 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kon402 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kon402 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kon414 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kon414 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0jc:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0kr0jc {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0kr0jc:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0kr0jc:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0kr0jc {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0kr0jcinlineContent-gridContainer]>[id="comp-lh0kr0nz"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0jcinlineContent-gridContainer]>[id="comp-lh0kr0o01"] {
     position: relative;
     margin: 9px 0px 6px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0jcinlineContent-gridContainer]>[id="comp-lh0kr0o11"] {
     position: relative;
     margin: 0px 0px 32px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kr0nz {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kr0nz {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kr0o01 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kr0o11 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kr0o21 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0o21 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0o32 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0o32 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0jr:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0kr0jr {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0kr0jr:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0kr0jr:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0kr0jr {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0kr0jrinlineContent-gridContainer]>[id="comp-lh0kr0ov1"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0jrinlineContent-gridContainer]>[id="comp-lh0kr0ow2"] {
     position: relative;
     margin: 9px 0px 6px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0jrinlineContent-gridContainer]>[id="comp-lh0kr0ox"] {
     position: relative;
     margin: 0px 0px 32px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kr0ov1 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kr0ov1 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kr0ow2 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kr0ox {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kr0ox4 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0ox4 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0oy2 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0oy2 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0ku:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0kr0ku {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0kr0ku:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0kr0ku:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0kr0ku {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0kr0kuinlineContent-gridContainer]>[id="comp-lh0kr0r83"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0kuinlineContent-gridContainer]>[id="comp-lh0kr0r93"] {
     position: relative;
     margin: 9px 0px 6px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0kuinlineContent-gridContainer]>[id="comp-lh0kr0ra"] {
     position: relative;
     margin: 0px 0px 32px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kr0r83 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kr0r83 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kr0r93 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kr0ra {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kr0ra4 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0ra4 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0rb3 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0rb3 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0l9:hover {
     --brd: var(--color_16);
     --shd: 0.00px 2.00px 13px 7px rgba(247, 199, 119, 0.6);
 }

 #comp-lh0kr0l9 {
     --brw: 0px;
     --brd: 249, 198, 188;
     --bg: var(--color_11);
     --rd: 7px 5px 7px 5px;
     --shd: 0.00px 1.00px 4px 2px rgba(247, 199, 119, 0.6);
     --gradient: none;
     --alpha-brd: 1;
     --alpha-bg: 1;
     --bg-gradient: none;
 }

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

 #comp-lh0kr0l9:not(.is-animating) {
     transform-origin: 50% 50%;
 }

 #comp-lh0kr0l9:hover {
     z-index: 1;
     transform: translateX(0)translateY(0)scaleX(0.9)scaleY(0.9)rotate(0deg)skewX(0deg)skewY(0deg);
     --comp-rotate-z: 0deg;
 }

 #comp-lh0kr0l9 {
     width: 204px;
 }

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

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

 [data-mesh-id=comp-lh0kr0l9inlineContent-gridContainer]>[id="comp-lh0kr0s01"] {
     position: relative;
     margin: 21px 0px 17px 0;
     left: 30px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0l9inlineContent-gridContainer]>[id="comp-lh0kr0s11"] {
     position: relative;
     margin: 9px 0px 6px 0;
     left: 18px;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: start;
     align-self: start;
 }

 [data-mesh-id=comp-lh0kr0l9inlineContent-gridContainer]>[id="comp-lh0kr0s16"] {
     position: relative;
     margin: 0px 0px 11px 0;
     left: 9px;
     grid-area: 2 / 1 / 3 / 2;
     justify-self: start;
     align-self: start;
 }

 #comp-lh0kr0s01 {
     --shd: 0.00px 0.00px 37px 0px rgba(243, 128, 104, 0.23);
     --brw: 0px;
     --brd: 23, 23, 40;
     --contentPaddingLeft: 0px;
     --contentPaddingRight: 0px;
     --contentPaddingBottom: 0px;
     --contentPaddingTop: 0px;
     --alpha-brd: 0;
 }

 #comp-lh0kr0s01 {
     width: 138px;
     height: 138px;
 }

 #comp-lh0kr0s11 {
     width: 161px;
     height: 161px;
 }

 #comp-lh0kr0s16 {
     width: 186px;
 }

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

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

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

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

 #comp-lh0kr0s23 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0s23 {
     width: 186px;
     height: auto;
 }

 #comp-lh0kr0s31 {
     --backgroundColor: 0, 0, 0;
     --alpha-backgroundColor: 0;
     --blendMode: normal;
     --textShadow: 0px 0px transparent;
     --textOutline: 0px 0px transparent;
 }

 #comp-lh0kr0s31 {
     width: 186px;
     height: auto;
 }

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

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

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

 [data-mesh-id=comp-l906lp8hinlineContent-gridContainer]>[id="comp-l91j2f3q"] {
     position: relative;
     margin: 0px 0 10px 0;
     left: 0;
     grid-area: 1 / 1 / 2 / 2;
     justify-self: stretch;
     align-self: start;
 }

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

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

 #comp-l91j2f3q {
     width: 100%;
     left: 0;
     margin-left: 0;
     min-width: initial;
     height: 90px;
 }

 #comp-l906k7o3 {
     width: 980px;
     height: 472px;
 }

 #comp-l92n9r95 {
     --lnw: 2px;
     --brd: var(--color_37);
     --alpha-brd: 1;
 }

 #comp-l92n9r95 {
     width: 1547px;
     height: 7px;
 }


 /* END STYLABLE DIRECTIVE RULES */

 #comp-m7922r28 .style-m7929g3j__root {
     -st-extends: StylableButton;
     transition: all 0.2s ease, visibility 0s;
     padding: 3px;
     /*inset 3.54px 3.54px 0 -64px value(site_1_1)*/
     border-radius: 50px;
     border: 0px solid rgb(63, 118, 82);
     background: #F3836C
 }

 /* START STYLABLE DIRECTIVE RULES */

 #comp-m7922r28 .style-m7929g3j__root:hover {
     background: #3F7652;
     border: 0px solid rgb(63, 118, 82)
 }

 #comp-m7922r28 .style-m7929g3j__root:hover .StylableButton2545352419__label {
     color: #FFFFFF
 }

 #comp-m7922r28 .style-m7929g3j__root:disabled {
     background: #E2E2E2;
     box-shadow: 0 0 0 rgba(0, 0, 0, 0)
 }

 #comp-m7922r28 .style-m7929g3j__root:disabled .StylableButton2545352419__label {
     color: #8F8F8F
 }

 #comp-m7922r28 .style-m7929g3j__root:disabled .StylableButton2545352419__icon {
     fill: #8F8F8F
 }

 #comp-m7922r28 .style-m7929g3j__root .StylableButton2545352419__container {
     transition: inherit
 }

 #comp-m7922r28 .style-m7929g3j__root .StylableButton2545352419__label {
     transition: inherit;
     margin: 0px 4px 0px 0px;
     font-style: normal;
     letter-spacing: 0.25em;
     font-size: 15px;
     font-weight: 700;
     color: #FBF0EF;
     font-family: avenir-lt-w01_85-heavy1475544, sans-serif
 }

 #comp-m7922r28 .style-m7929g3j__root .StylableButton2545352419__icon {
     transition: inherit;
     margin: 0px 0px 0px 4px;
     fill: #FBF0EF;
     display: initial;
     width: 37px;
     height: 37px
 }

 #comp-m7922r28 .style-m7929g3j__root:hover .StylableButton2545352419__icon {
     fill: #FFFFFF;
     width: 42px;
     height: 42px
 }


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

 #pageBackground_zf1eh {
     --bg-position: absolute;
     --fill-layer-background-overlay-color: transparent;
     --fill-layer-background-overlay-position: absolute;
     --bg-overlay-color: rgb(var(--color_11));
     --bg-gradient: none;
 }

 #comp-l9066dr4 {
     --bg-overlay-color: rgb(var(--color_11));
     --bg-gradient: none;
     min-width: 980px;
 }

 #comp-jrz3asxu {
     --bg-overlay-color: transparent;
     --bg-gradient: none;
     --padding: 0px;
     --margin: 0px;
     min-width: 980px;
     --firstChildMarginTop: -1px;
     --lastChildMarginBottom: -1px;
     --items-direction: row;
 }

 #comp-jrz3asy0 {
     --fill-layer-video-opacity: 1;
     --bg-overlay-color: transparent;
     --bg-gradient: none;
     width: 100%;
     --column-width: 980px;
     --column-flex: 980;
 }

 #comp-m232qsri {
     --min-height: 51px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-jrz3asy5 {
     --min-height: 77px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-m232kohs {
     --min-height: 87px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-m232q615 {
     --min-height: 87px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lbtkdf5r {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lhng3vm8 {
     --shc-mutated-brightness: 122, 66, 54;
     --margin-start: 0px;
     --margin-end: 0px;
     --fnt: normal normal normal 15px/1.4em poppins-semibold, poppins, sans-serif;
     direction: var(--wix-opt-in-direction, ltr);
     --label-align: center;
     --label-text-align: center;
 }

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

 #comp-l918i5ju {
     --height: 400px;
     --width: 477px;
     --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-m6hsza2l {
     --opacity: 1;
 }

 #comp-m6hszn25 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-m6hszs3w {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-m6ht09mg {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-m5y1ri34 {
     transform-origin: center 6px;
 }

 #comp-m6i3kor7 {
     --min-height: 39px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-jrz3aszb {
     --min-height: 90px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lgyosybd {
     --bg-overlay-color: rgb(var(--color_11));
     --bg-gradient: none;
     min-width: 980px;
 }

 #comp-lgyplbjz {
     transform-origin: center 1px;
 }

 #comp-m5y6onwx {
     transform-origin: center 6px;
 }

 #comp-lgyou7q7 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0n966n {
     --height: 268px;
     --width: 365px;
 }

 #comp-lh0nmt16 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0nagjm {
     --height: 275px;
     --width: 365px;
 }

 #comp-lh0ncwxf {
     --height: 331px;
     --width: 248px;
 }

 #comp-lh0nq700 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0nb7ya {
     --height: 215px;
     --width: 287px;
 }

 #comp-lh0nagju {
     --height: 134px;
     --width: 288px;
     --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-lh0nqxsf {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0nbl36 {
     --height: 222px;
     --width: 296px;
 }

 #comp-lh0nbl3h {
     --height: 175px;
     --width: 288px;
 }

 #comp-lgyo5u3x {
     --bg-overlay-color: rgb(var(--color_11));
     --bg-gradient: none;
     min-width: 980px;
 }

 #comp-lgyorafe {
     transform-origin: center 1px;
 }

 #comp-lgyo93sb {
     transform-origin: center 6px;
 }

 #comp-lgyo98ub {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lgyo9re6:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyo9re6 {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyo9rfz {
     --height: 42px;
     --width: 209px;
 }

 #comp-lgyodowi:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodowi {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodp2t {
     --height: 71px;
     --width: 71px;
 }

 #comp-lgyoaq6t {
     --height: 42px;
     --width: 168px;
 }

 #comp-lgyodoyc:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodoyc {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodp601 {
     --height: 47px;
     --width: 151px;
 }

 #comp-lgyobt9m:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyobt9m {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyobtah4 {
     --height: 36px;
     --width: 164px;
 }

 #comp-lgyoc3v9:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyoc3v9 {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyoc3xe {
     --height: 27px;
     --width: 130px;
 }

 #comp-lgyodox3:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodox3 {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodp41 {
     --height: 27px;
     --width: 181px;
 }

 #comp-lgyodoyw:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodoyw {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodp6t {
     --height: 60px;
     --width: 83px;
     --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-lgyoh2gs:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyoh2gs {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyoh2i5 {
     --height: 56px;
     --width: 102px;
     --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-lgyohwmn:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyohwmn {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyohwov {
     --height: 80px;
     --width: 90px;
 }

 #comp-lgyodoxr:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodoxr {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodp53 {
     --height: 42px;
     --width: 139px;
 }

 #comp-lgyodoze:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodoze {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyodp7j {
     --height: 42px;
     --width: 145px;
 }

 #comp-lgyoil3110 {
     --height: 47px;
     --width: 109px;
 }

 #comp-lgyoil0n:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyoil0n {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyojfex:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyojfex {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyojfif {
     --height: 74px;
     --width: 75px;
     --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-lgyoiygh:hover {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyoiygh {
     --shc-mutated-brightness: 100, 119, 123;
 }

 #comp-lgyoiyj21 {
     --height: 74px;
     --width: 81px;
     --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-l9066dr52 {
     --bg-overlay-color: transparent;
     --bg-gradient: none;
     min-width: 980px;
 }

 #comp-js3a6ms5 {
     --bg-overlay-color: transparent;
     --bg-gradient: none;
     --padding: 0px;
     --margin: 0px;
     min-width: 980px;
     --firstChildMarginTop: -1px;
     --lastChildMarginBottom: -1px;
     --items-direction: row;
 }

 #comp-js3a6mua {
     --bg-overlay-color: rgb(var(--color_11));
     --bg-gradient: none;
     width: 100%;
     --column-width: 980px;
     --column-flex: 980;
 }

 #comp-js3a8rm4 {
     transform-origin: center 1px;
 }

 #comp-js3aa5z8 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-js3aatdx {
     --shc-mutated-brightness: 122, 66, 54;
     --margin-start: 0px;
     --margin-end: 0px;
     --fnt: normal normal normal 15px/1.4em poppins-semibold, poppins, sans-serif;
     direction: var(--wix-opt-in-direction, ltr);
     --label-align: center;
     --label-text-align: center;
 }

 #comp-js3a9qh5 {
     transform-origin: center 1px;
 }

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

 #comp-jrz3at4s {
     --bg-overlay-color: transparent;
     --bg-gradient: none;
     --padding: 0px;
     --margin: 0px;
     min-width: 980px;
     --firstChildMarginTop: -1px;
     --lastChildMarginBottom: -1px;
     --items-direction: row;
 }

 #comp-jrz3at56 {
     --fill-layer-image-opacity: 1;
     --bg-overlay-color: rgb(var(--color_11));
     --bg-gradient: none;
     width: 100%;
     --column-width: 980px;
     --column-flex: 980;
 }

 #comp-lh0kuxmq {
     transform-origin: center 1px;
 }

 #comp-lh0klf2j {
     --bg-overlay-color: rgb(254, 244, 244);
     --bg-gradient: none;
     min-width: 980px;
 }

 #comp-lh0klq2k {
     transform-origin: center 6px;
 }

 #comp-lh0klq2z {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komow:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komow {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komwi {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0komwu3 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komwx1 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kompe:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kompe {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komxp {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0komxu {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komxv2 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komq4:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komq4 {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komyj6 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0komym2 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komyn {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komqu:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komqu {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komz32 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0komz6 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komz7 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komrl:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komrl {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komzq {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0komzt {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komzu {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komsf:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komsf {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kon0i1 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kon0s {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kon0v {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0im:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0im {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0mc4 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kr0mg1 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0mi {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0j0:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0j0 {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0n73 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kr0n94 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0na3 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0k3:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0k3 {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0pk4 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kr0pm5 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0pn4 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0kh:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0kh {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0qe {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kr0qg3 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0qh {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komt6:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komt6 {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kon2b1 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kon2j1 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kon2m {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0komu6:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0komu6 {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kon3w4 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kon402 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kon414 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0jc:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0jc {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0nz {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kr0o21 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0o32 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0jr:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0jr {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0ov1 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kr0ox4 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0oy2 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0ku:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0ku {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0r83 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kr0ra4 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0rb3 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0l9:hover {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0l9 {
     --shc-mutated-brightness: 126, 120, 120;
 }

 #comp-lh0kr0s01 {
     --height: 138px;
     --width: 138px;
 }

 #comp-lh0kr0s23 {
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-lh0kr0s31 {
     --min-height: 63px;
     --text-direction: var(--wix-opt-in-direction);
 }

 #comp-l906lp8h {
     --bg-overlay-color: rgb(var(--color_11));
     --bg-gradient: none;
     min-width: 980px;
 }

 #comp-l92n9r95 {
     transform-origin: center 1px;
 }

 .TWFxr5 {
     height: auto !important
 }

 .May50y {
     overflow: hidden !important
 }