@keyframes slide-horizontal-new { 
  0% { transform: translate(100%); }
}
@keyframes slide-horizontal-old { 
  80% { opacity: 1; }
  100% { opacity: 0; transform: translate(-100%); }
}
@keyframes slide-vertical-new { 
  0% { transform: translateY(-100%); }
}
@keyframes slide-vertical-old { 
  80% { opacity: 1; }
  100% { opacity: 0; transform: translateY(100%); }
}
@keyframes out-in-new { 
  0% { opacity: 0; }
}
@keyframes out-in-old { 
  100% { opacity: 0; }
}
:root:active-view-transition { view-transition-name: none; }
:root:active-view-transition::view-transition-group(*) { animation: auto ease 0s 1 normal none running none; }
:root:active-view-transition::view-transition-old(*) { animation: auto ease 0s 1 normal none running none; }
:root:active-view-transition::view-transition-new(*) { animation: auto ease 0s 1 normal none running none; }
:root::view-transition { pointer-events: none; }
:root:active-view-transition #SITE_HEADER { view-transition-name: header-group; }
:root:active-view-transition #WIX_ADS { view-transition-name: wix-ads-group; }
:root:active-view-transition #SITE_FOOTER { view-transition-name: footer-group; }
:root:active-view-transition #BACKGROUND_GROUP_TRANSITION_GROUP > div { view-transition-name: background-group; }
:root:active-view-transition::view-transition-group(page-group) { pointer-events: all; cursor: wait; animation-timing-function: revert; animation-delay: revert; animation-iteration-count: revert; animation-direction: revert; animation-fill-mode: revert; animation-play-state: revert; animation-name: revert; animation-timeline: revert; animation-range: revert; animation-duration: 0.6s; }
:root:active-view-transition::view-transition-old(page-group) { pointer-events: all; cursor: wait; animation-timing-function: revert; animation-delay: revert; animation-iteration-count: revert; animation-direction: revert; animation-fill-mode: revert; animation-play-state: revert; animation-name: revert; animation-timeline: revert; animation-range: revert; animation-duration: 0.6s; }
:root:active-view-transition::view-transition-new(page-group) { pointer-events: all; cursor: wait; animation-timing-function: revert; animation-delay: revert; animation-iteration-count: revert; animation-direction: revert; animation-fill-mode: revert; animation-play-state: revert; animation-name: revert; animation-timeline: revert; animation-range: revert; animation-duration: 0.6s; }
:root:active-view-transition-type(SlideHorizontal)::view-transition-old(page-group) { mix-blend-mode: normal; animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s 1 normal forwards running slide-horizontal-old; }
:root:active-view-transition-type(SlideHorizontal)::view-transition-new(page-group) { mix-blend-mode: normal; animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s 1 normal backwards running slide-horizontal-new; }
:root:active-view-transition-type(SlideVertical)::view-transition-old(page-group) { mix-blend-mode: normal; animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s 1 normal forwards running slide-vertical-old; }
:root:active-view-transition-type(SlideVertical)::view-transition-new(page-group) { mix-blend-mode: normal; animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s 1 normal backwards running slide-vertical-new; }
:root:active-view-transition-type(OutIn)::view-transition-old(page-group) { animation: 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal forwards running out-in-old; }
:root:active-view-transition-type(OutIn)::view-transition-new(page-group) { animation: 0.35s cubic-bezier(0.64, 0, 0.78, 0) 0.35s 1 normal backwards running out-in-new; }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*) { animation: auto ease 0s 1 normal none running none !important; }
  ::view-transition-old(*) { animation: auto ease 0s 1 normal none running none !important; }
  ::view-transition-new(*) { animation: auto ease 0s 1 normal none running none !important; }
}
html, body { vertical-align: baseline; background: 0px 0px; border: 0px; outline: 0px; margin: 0px; padding: 0px; }
body { --scrollbar-width: 0px; text-size-adjust: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
html, body { height: 100%; }
body { overflow: auto scroll; }
body:not(.responsive) #site-root { width: 100%; min-width: var(--site-width); }
body:not([data-js-loaded]) [data-hide-prejs] { visibility: hidden; }
interact-element { display: contents; }
#SITE_CONTAINER { position: relative; }
:root { --one-unit: 1vw; --section-max-width: 9999px; --spx-stopper-max: 9999px; --spx-stopper-min: 0px; --browser-zoom: 1; }
@supports ((-webkit-appearance:none)) and (stroke-color:transparent) {
  :root { --safari-sticky-fix: opacity; --experimental-safari-sticky-fix: translateZ(0); }
}
@supports (container-type:inline-size) {
  :root { --one-unit: 1cqw; }
}
[id^="oldHoverBox-"] { mix-blend-mode: plus-lighter; transition: opacity 0.5s, visibility 0.5s; }
[data-mesh-id$="inlineContent-gridContainer"]:has(> [id^="oldHoverBox-"]) { isolation: isolate; }
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, nav, button, section, header, footer, title { vertical-align: baseline; background: 0px 0px; border: 0px; outline: 0px; margin: 0px; padding: 0px; }
textarea, input, select { 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: 0px; }
a { cursor: pointer; text-decoration: none; }
.testStyles { overflow-y: hidden; }
.reset-button { color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; appearance: none; user-select: none; background: 0px 0px; border: 0px; outline: 0px; padding: 0px; line-height: normal; overflow: visible; }
:focus { outline: none; }
body.device-mobile-optimized:not(.disable-site-overflow) { overflow: hidden scroll; }
body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER { width: 320px; margin-left: auto; margin-right: auto; position: relative; overflow-x: visible; }
body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling) #SITE_CONTAINER { margin-top: 0px; }
body.device-mobile-optimized > * { max-width: 100% !important; }
body.device-mobile-optimized #site-root { overflow: hidden; }
@supports (overflow:clip) {
  body.device-mobile-optimized #site-root { overflow: clip; }
}
body.device-mobile-non-optimized #SITE_CONTAINER #site-root { overflow: clip; }
body.device-mobile-non-optimized.fullScreenMode { background-color: rgb(95, 99, 96); }
body.device-mobile-non-optimized.fullScreenMode #site-root, body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND, body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU, body.fullScreenMode #WIX_ADS { visibility: hidden; }
body.fullScreenMode { overflow: hidden !important; }
body.fullScreenMode.device-mobile-optimized #TINY_MENU { opacity: 0; pointer-events: none; }
body.fullScreenMode-scrollable.device-mobile-optimized { overflow: hidden auto !important; }
body.fullScreenMode-scrollable.device-mobile-optimized #site-root, body.fullScreenMode-scrollable.device-mobile-optimized #masterPage { overflow: hidden !important; }
body.fullScreenMode-scrollable.device-mobile-optimized #masterPage, body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND { height: auto !important; }
body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout { height: 0px !important; }
body.blockSiteScrolling, body.siteScrollingBlocked { width: 100%; position: fixed; }
body.siteScrollingBlockedIOSFix { overflow: hidden !important; }
body.blockSiteScrolling #SITE_CONTAINER { margin-top: calc(var(--blocked-site-scroll-margin-top)*-1); }
#site-root { top: var(--wix-ads-height); min-height: 100%; margin: 0px auto; position: relative; }
#site-root img:not([src]) { visibility: hidden; }
#site-root svg img:not([src]) { visibility: visible; }
.auto-generated-link { color: inherit; }
#SCROLL_TO_TOP, #SCROLL_TO_BOTTOM { height: 0px; }
.has-click-trigger { cursor: pointer; }
.fullScreenOverlay { z-index: 1005; justify-content: center; display: flex; position: fixed; inset: -60px 0px 0px; overflow-y: hidden; }
.fullScreenOverlay > .fullScreenOverlayContent { margin: 0px auto; position: absolute; inset: 60px 0px 0px; overflow: hidden; transform: translateZ(0px); }
[data-mesh-id$="inlineContent"], [data-mesh-id$="centeredContent"], [data-mesh-id$="form"] { 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; position: relative; }
#masterPage.mesh-layout { grid-template-rows: max-content max-content min-content max-content; grid-template-columns: 100%; justify-content: stretch; align-items: start; display: grid; }
#masterPage.mesh-layout #SITE_HEADER_WRAPPER, #masterPage.mesh-layout #SITE_HEADER-placeholder, #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~="mobileView"], #masterPage.mesh-layout #PAGES_CONTAINER, #masterPage.mesh-layout #soapBeforePagesContainer, #masterPage.mesh-layout #soapAfterPagesContainer, #masterPage.mesh-layout #SITE_FOOTER_WRAPPER, #masterPage.mesh-layout #SITE_FOOTER-placeholder { }
#masterPage.mesh-layout #SITE_HEADER_WRAPPER, #masterPage.mesh-layout #SITE_HEADER-placeholder { grid-area: 1 / 1 / 2 / 2; }
#masterPage.mesh-layout #PAGES_CONTAINER, #masterPage.mesh-layout #soapBeforePagesContainer, #masterPage.mesh-layout #soapAfterPagesContainer { grid-area: 3 / 1 / 4 / 2; }
#masterPage.mesh-layout #soapBeforePagesContainer, #masterPage.mesh-layout #soapAfterPagesContainer { width: 100%; }
#masterPage.mesh-layout #PAGES_CONTAINER { align-self: stretch; }
#masterPage.mesh-layout main#PAGES_CONTAINER { display: block; }
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER, #masterPage.mesh-layout #SITE_FOOTER-placeholder { grid-area: 4 / 1 / 5 / 2; }
#masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERcenteredContent"], #masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERinlineContent"], #masterPage.mesh-layout #SITE_PAGES { height: 100%; }
#masterPage.mesh-layout.desktop > * { width: 100%; }
#masterPage.mesh-layout #SITE_PAGES, #masterPage.mesh-layout #SITE_HEADER_WRAPPER, #masterPage.mesh-layout #SITE_FOOTER_WRAPPER, #masterPage.mesh-layout #PAGES_CONTAINER, #masterPage.mesh-layout #masterPageinlineContent, #masterPage.mesh-layout #SITE_FOOTER, #masterPage.mesh-layout #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_HEADER, #masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER { overflow-x: clip; }
[data-z-counter] { z-index: 0; }
[data-z-counter="0"] { z-index: auto; }
.wixSiteProperties { -webkit-font-smoothing: antialiased; }
: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)); }
.wix-presets-wrapper { display: contents; }
.builder-root { box-sizing: border-box; }
@media (forced-colors: active) {
  #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 { outline: canvastext solid 2px; outline-offset: 2px; }
}
.ZhVEJq { touch-action: manipulation; }
.twJknM { text-align: initial; box-sizing: border-box; align-items: center; justify-content: var(--label-align); width: max-content; min-width: 100%; display: flex; }
@media (forced-colors: active) {
  .twJknM { outline-offset: 0px; outline: buttontext solid 2px; }
  .twJknM:hover { outline-offset: 1px; outline: highlight solid 3px; }
  .twJknM:focus, .twJknM:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  [aria-disabled="true"] .twJknM { outline: none; }
}
.twJknM::before { content: ""; max-width: var(--margin-start,0px); flex-grow: 1; align-self: stretch; }
.twJknM::after { content: ""; max-width: var(--margin-end,0px); flex-grow: 1; align-self: stretch; }
.mu5PoX { height: 100%; }
.mu5PoX .twJknM { border-radius: var(--corvid-border-radius,var(--rd,0)); transition: var(--trans1,border-color .4s ease 0s, background-color .4s ease 0s); box-shadow: var(--shd,0 1px 4px #0009); position: absolute; inset: 0px; }
.mu5PoX .twJknM:link, .mu5PoX .twJknM:visited { border-color: rgba(0, 0, 0, 0); }
.mu5PoX .OR4Nv8 { font: var(--fnt,var(--font_5)); transition: var(--trans2,color .4s ease 0s); color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15)))); white-space: nowrap; margin: 0px; position: relative; }
.mu5PoX[aria-disabled="false"] .twJknM { 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; }
body.device-mobile-optimized .mu5PoX[aria-disabled="false"]:active .twJknM, :host(.device-mobile-optimized) .mu5PoX[aria-disabled="false"]:active .twJknM { 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))); }
body.device-mobile-optimized .mu5PoX[aria-disabled="false"]:active .OR4Nv8, :host(.device-mobile-optimized) .mu5PoX[aria-disabled="false"]:active .OR4Nv8 { color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15)))); }
body:not(.device-mobile-optimized) .mu5PoX[aria-disabled="false"]:hover .twJknM, :host(:not(.device-mobile-optimized)) .mu5PoX[aria-disabled="false"]:hover .twJknM { 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))); }
body:not(.device-mobile-optimized) .mu5PoX[aria-disabled="false"]:hover .OR4Nv8, :host(:not(.device-mobile-optimized)) .mu5PoX[aria-disabled="false"]:hover .OR4Nv8 { color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15)))); }
.mu5PoX[aria-disabled="true"] .twJknM { 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-width: var(--corvid-border-width,var(--brw,0)); border-style: solid; }
.mu5PoX[aria-disabled="true"] .OR4Nv8 { color: var(--corvid-disabled-color,rgb(var(--txtd,255,255,255))); }
.AVxir3 { text-align: initial; box-sizing: border-box; align-items: center; justify-content: var(--label-align); width: max-content; min-width: 100%; display: flex; }
@media (forced-colors: active) {
  .AVxir3 { outline-offset: 0px; outline: buttontext solid 2px; }
  .AVxir3:hover { outline-offset: 1px; outline: highlight solid 3px; }
  .AVxir3:focus, .AVxir3:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  [aria-disabled="true"] .AVxir3 { outline: none; }
}
.AVxir3::before { content: ""; max-width: var(--margin-start,0px); flex-grow: 1; align-self: stretch; }
.AVxir3::after { content: ""; max-width: var(--margin-end,0px); flex-grow: 1; align-self: stretch; }
.myoKiH[aria-disabled="false"] .AVxir3 { cursor: pointer; }
body.device-mobile-optimized .myoKiH[aria-disabled="false"]:active .p2iqNU, :host(.device-mobile-optimized) .myoKiH[aria-disabled="false"]:active .p2iqNU, body:not(.device-mobile-optimized) .myoKiH[aria-disabled="false"]:hover .p2iqNU, :host(:not(.device-mobile-optimized)) .myoKiH[aria-disabled="false"]:hover .p2iqNU { color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15)))); transition: var(--trans,color .4s ease 0s); }
.myoKiH .AVxir3 { position: absolute; inset: 0px; }
.myoKiH .p2iqNU { font: var(--fnt,var(--font_5)); transition: var(--trans,color .4s ease 0s); color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15)))); white-space: nowrap; }
.myoKiH[aria-disabled="true"] .p2iqNU { color: var(--corvid-disabled-color,rgb(var(--txtd,255,255,255))); }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.CvsNRY { width: 100%; height: 100%; display: block; }
.zE5OV3 { clip-path: var(--fill-layer-clip); }
.zE5OV3, .gmNqmf { width: 100%; height: 100%; position: absolute; top: 0px; }
.W7Lthg img { width: 100%; height: 100%; }
.cDjjNV { opacity: 0; position: absolute; top: 0px; }
.kHSdIU { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.qw7KvJ { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.JTHMno, ._019NH { width: 100%; height: 100%; top: 0px; }
._019NH { position: absolute; }
.JTHMno { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .JTHMno { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.ktMZav { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.ktMZav.msp0lj { clip: rect(0px, auto, auto, 0px); }
.ktMZav .etGVsi { width: 100%; height: 100%; position: absolute; top: 0px; }
.ktMZav .VYAdNl { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.ktMZav .VYAdNl img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .ktMZav.msp0lj { clip: auto; clip-path: inset(0px); }
}
.etSQ9j { height: 100%; }
.V9k0ll { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.qdIYms, .PmotZg { opacity: var(--fill-layer-video-opacity); }
.uKLH8m { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.i5THm9 { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.PmotZg { width: 100%; height: 100%; position: relative; }
.fT5SOY { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.fT5SOY .VYAdNl, .fT5SOY .PmotZg, .fT5SOY .qdIYms { opacity: 1; }
.t7s6hq { --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)); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__)); position: absolute; left: 0px; }
.t7s6hq .uf5cBM { --divider-layer-i__: var(--divider-layer-i,0); width: 100%; 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)); background-repeat: repeat-x; background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom; border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__)); border-bottom-style: solid; position: absolute; left: 0px; }
.JR3YXh { --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); transform: var(--divider-top-flip,scaleY(-1)); opacity: var(--divider-top-opacity,1); border-top: var(--divider-top-padding,0) solid var(--divider-top-color,currentColor); top: 0px; }
.JR3YXh .uf5cBM { border-color: var(--divider-top-color,currentColor); background-image: var(--divider-top-image,none); background-size: var(--divider-top-size,contain); filter: var(--divider-top-filter,none); bottom: 0px; }
.JR3YXh .uf5cBM[data-divider-layer="1"] { display: var(--divider-top-layer-1-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="2"] { display: var(--divider-top-layer-2-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="3"] { display: var(--divider-top-layer-3-display,block); }
.UfnAzj { --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); transform: var(--divider-bottom-flip,none); opacity: var(--divider-bottom-opacity,1); border-bottom: var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor); bottom: 0px; }
.UfnAzj .uf5cBM { border-color: var(--divider-bottom-color,currentColor); background-image: var(--divider-bottom-image,none); background-size: var(--divider-bottom-size,contain); filter: var(--divider-bottom-filter,none); bottom: 0px; }
.UfnAzj .uf5cBM[data-divider-layer="1"] { display: var(--divider-bottom-layer-1-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="2"] { display: var(--divider-bottom-layer-2-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="3"] { display: var(--divider-bottom-layer-3-display,block); }
body:not(.device-mobile-optimized) .CeUMmm, :host(:not(.device-mobile-optimized)) .CeUMmm { display: flex; }
body:not(.device-mobile-optimized) .Ak0vpt, :host(:not(.device-mobile-optimized)) .Ak0vpt { width: calc(100% - var(--padding)*2); direction: var(--direction); column-gap: var(--margin); margin: 0px auto; display: flex; position: relative; }
body:not(.device-mobile-optimized) .Ak0vpt > *, :host(:not(.device-mobile-optimized)) .Ak0vpt > * { flex: var(--column-flex) 1 0%; min-width: 0px; margin-top: var(--padding); margin-bottom: var(--padding); direction: ltr; position: relative; top: 0px; left: 0px; }
body.device-mobile-optimized .Ak0vpt, :host(.device-mobile-optimized) .Ak0vpt { padding-top: var(--padding-y); padding-bottom: var(--padding-y); padding-left: var(--padding-x,0); padding-right: var(--padding-x,0); display: block; position: relative; }
body.device-mobile-optimized .Ak0vpt > *, :host(.device-mobile-optimized) .Ak0vpt > * { margin-bottom: var(--margin); position: relative; }
.D_Vynv { backface-visibility: hidden; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.aDzdcC { clip-path: var(--fill-layer-clip); }
.aDzdcC, .rv3vOe { width: 100%; height: 100%; position: absolute; top: 0px; }
.dnHU4q img { width: 100%; height: 100%; }
.X9nqm0 { opacity: 0; position: absolute; top: 0px; }
.ZUV7Qj { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.UZsu9f { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.WnIl2C, .OAmk_6 { width: 100%; height: 100%; top: 0px; }
.OAmk_6 { position: absolute; }
.WnIl2C { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .WnIl2C { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.QG9w8P { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.QG9w8P.WIIr02 { clip: rect(0px, auto, auto, 0px); }
.QG9w8P .ayCf9D { width: 100%; height: 100%; position: absolute; top: 0px; }
.QG9w8P .fO4mKs { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.QG9w8P .fO4mKs img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .QG9w8P.WIIr02 { clip: auto; clip-path: inset(0px); }
}
.ROWgFb { height: 100%; }
.LNYVZi { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.xSZeaB, .g4gDzl { opacity: var(--fill-layer-video-opacity); }
.Ulxuud { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.NgeJ4N { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.g4gDzl { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.bzwgbw { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.bzwgbw .fO4mKs, .bzwgbw .g4gDzl, .bzwgbw .xSZeaB { opacity: 1; }
.FDI5TK { position: relative; overflow: visible; }
.r6Fuoz { backface-visibility: hidden; }
.CztRwT { cursor: pointer; }
.kBvIHj { width: 100%; position: absolute; inset: 0px; }
.ptcyHf { transition: 0.2s ease-in; transform: translateY(-100%); }
.d3PC2t { transition: 0.2s; }
.xoyXk0 { opacity: 0; transition: 0.2s ease-in; }
.xoyXk0.YFsPrR { pointer-events: none; }
.NF0B4Q { opacity: 1; transition: 0.2s; }
.XgJ1FR { width: 100%; height: auto; position: relative; }
.YmWgf4 { width: 100%; position: relative; }
body:not(.device-mobile-optimized) .H2MmBb, :host(:not(.device-mobile-optimized)) .H2MmBb { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
.CDNoF4[data-focuscycled="active"] { outline: rgba(0, 0, 0, 0) solid 1px; }
.CDNoF4[data-focuscycled="active"]:not(:focus-within) { outline: rgba(0, 0, 0, 0) solid 2px; transition: outline 10ms; }
.CDNoF4 .EaoiSu { box-shadow: var(--shd,0 0 5px #000000b3); background-color: var(--screenwidth-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))); border-top: var(--brwt,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))); border-bottom: var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))); position: absolute; inset: 0px; }
.CDNoF4 .CmHRsG { top: var(--brwt,0); right: 0px; bottom: var(--brwb,0); border-radius: var(--rd,0); background-color: rgba(var(--bgctr,var(--color_11,color_11)),var(--alpha-bgctr,1)); position: absolute; left: 0px; }
.CDNoF4 .H2MmBb { position: absolute; inset: 0px; }
body.device-mobile-optimized .CDNoF4 .H2MmBb, :host(.device-mobile-optimized) .CDNoF4 .H2MmBb { left: 10px; right: 10px; }
.wH18kY { pointer-events: none; }
._7xVID { position: var(--bg-position); top: var(--wix-ads-height); min-height: calc(100vh - var(--wix-ads-height)); width: 100%; height: 100%; min-width: var(--site-width); }
.apPOZK { box-sizing: border-box; width: 100%; height: 100%; }
.gRkIq0 { min-height: var(--image-min-height); min-width: var(--image-min-width); }
.gRkIq0 img, img.gRkIq0 { object-position: var(--object-position); filter: var(--filter-effect-svg-url); mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100% 100%); mask-repeat: var(--mask-repeat,no-repeat); }
.W4V2qg { position: var(--position-fixed,static); left: var(--left,auto); top: var(--top,auto); z-index: var(--z-index,auto); }
.W4V2qg .gRkIq0 img { user-select: none; position: static; box-shadow: rgb(0, 0, 0) 0px 0px; }
.W4V2qg .apPOZK { display: block; overflow: hidden; }
.W4V2qg .gRkIq0 { overflow: hidden; }
.cs40a3 { cursor: pointer; }
.zfHuGu { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.Q2EVO0 { width: 100%; height: 100%; position: relative; overflow: hidden; }
.Q2EVO0.LVl2Ij: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; }
.Q2EVO0.aAFp_N: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; }
.BBRA6T { opacity: 0; pointer-events: none; background-color: rgb(var(--color_11)); border-radius: 50%; width: 40px; height: 40px; position: absolute; bottom: 12px; right: 12px; }
.BBRA6T path { fill: rgb(var(--color_15)); }
.BBRA6T:focus { opacity: 1; pointer-events: auto; cursor: auto; }
.T1Tm87 { opacity: 0; pointer-events: none; cursor: pointer; background-color: rgb(var(--color_11)); border-radius: 300px; width: 40px; height: 40px; margin: 16px; position: absolute; bottom: 0px; right: 0px; }
.T1Tm87 path { fill: rgb(var(--color_12)); }
.T1Tm87:focus { opacity: 1; pointer-events: auto; cursor: auto; }
.Zzikec { position: absolute; inset: 0px; }
.CCuraK { width: 100%; height: auto; position: relative; }
body:not(.responsive) .LDh6XF { grid-area: 1 / 1 / 1 / 1; place-self: start stretch; height: 100%; position: relative; left: 0px; }
body:not(.device-mobile-optimized) .Zzikec, :host(:not(.device-mobile-optimized)) .Zzikec { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
.DAloby .Zzikec { background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)); overflow: hidden; }
body.device-mobile-optimized .Zzikec, :host(.device-mobile-optimized) .Zzikec { left: 10px; right: 10px; }
.pTvOx2 { position: absolute; inset: 0px; }
.JJb9Mt { width: 100%; height: auto; position: relative; }
body:not(.responsive) .i0StQr { grid-area: 1 / 1 / 1 / 1; place-self: start stretch; height: 100%; position: relative; left: 0px; }
body:not(.device-mobile-optimized) .pTvOx2, :host(:not(.device-mobile-optimized)) .pTvOx2 { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
body.device-mobile-optimized .pTvOx2, :host(.device-mobile-optimized) .pTvOx2 { left: 10px; right: 10px; }
.EtmdIW { cursor: pointer; }
.XWeqiF { opacity: 0; }
.bWoigz { opacity: 1; transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1); }
.HTrn1j { opacity: 1; }
.sAGPNe { opacity: 0; transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1); }
.cCFKrw { opacity: 0; }
.yifJnQ { opacity: 1; transition: opacity var(--transition-duration) cubic-bezier(.64, 0, .78, 0); }
._mj5qU { opacity: 1; }
.gG6uhp { opacity: 0; transition: opacity var(--transition-duration) cubic-bezier(.22, 1, .36, 1); }
.k0CnHT { transform: translate(100%); }
.URQNsX { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translate(0px); }
.CCwVTE { transform: translate(0px); }
.TX_1qK { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translate(-100%); }
.JMRv7x { transform: translate(-100%); }
.AOzCGi { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translate(0px); }
.WzSMGx { transform: translate(0px); }
.I76Pz6 { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translate(100%); }
.bX95uQ { transform: translateY(100%); }
.Ogwj62 { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translateY(0px); }
.GdyWfW { transform: translateY(0px); }
.YxqFze { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translateY(-100%); }
.NrDww4 { transform: translateY(-100%); }
.ciVV17 { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translateY(0px); }
.BMKrqh { transform: translateY(0px); }
.jNxMkI { transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1); transform: translateY(100%); }
body:not(.responsive) .Y3K28_ { overflow-x: clip; }
:root:active-view-transition .Y3K28_ { view-transition-name: page-group; }
.uvik8H { grid-template-rows: 1fr; grid-template-columns: 1fr; height: 100%; display: grid; }
.uvik8H > div { grid-area: 1 / 1 / 2 / 2; place-self: stretch !important; }
.StylableButton2545352419__root { cursor: pointer; box-sizing: border-box; touch-action: manipulation; border: 0px; width: 100%; min-width: 10px; height: 100%; min-height: 10px; padding: 0px; display: block; }
.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 { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.StylableButton2545352419__container { flex-direction: row; flex-grow: 1; flex-basis: auto; justify-content: center; align-items: center; width: 100%; height: 100%; transition: 0.2s, visibility; display: flex; overflow: hidden; }
.StylableButton2545352419__label { text-overflow: ellipsis; text-align: center; white-space: nowrap; min-width: 1.8em; max-width: 100%; transition: inherit; overflow: hidden; }
.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label { text-overflow: unset; }
.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label { overflow-wrap: break-word; white-space: break-spaces; word-break: break-word; min-width: 10px; }
.StylableButton2545352419__icon { flex-shrink: 0; min-width: 1px; height: 50px; transition: inherit; }
.StylableButton2545352419__icon.StylableButton2545352419--override { display: block !important; }
.StylableButton2545352419__icon > span, .StylableButton2545352419__icon svg { width: inherit; height: inherit; display: flex; }
.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; }
@media (forced-colors: active) {
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground { color: buttontext !important; background: buttonface !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground[disabled] { color: graytext !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground .StylableButton2545352419__label { color: inherit !important; }
  .StylableButton2545352419__root:not([disabled]) { outline-offset: 0px; outline: buttontext solid 2px; }
  .StylableButton2545352419__root:hover:not([disabled]), .StylableButton2545352419__root[aria-pressed="true"], .StylableButton2545352419__root[aria-selected="true"], .StylableButton2545352419__root[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .StylableButton2545352419__root:focus, .StylableButton2545352419__root:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .StylableButton2545352419__icon, .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]), .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.IT88M3 { position: absolute; inset: 0px; }
.LXgYyC { cursor: pointer; }
.iL7Pq5 { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: var(--opacity); 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); transform: var(--flip); filter: var(--drop-shadow,none); position: absolute; inset: 0px; }
.iL7Pq5 svg { width: var(--svg-calculated-width,100%); height: var(--svg-calculated-height,100%); padding: var(--svg-calculated-padding,0); margin: auto; position: absolute; inset: 0px; }
.iL7Pq5 svg:not([data-type="ugc"]) { overflow: visible; }
@media (forced-colors: active) {
  .iL7Pq5 svg:not([data-type="ugc"]):not([data-type="color"]) { fill: currentcolor; }
}
.gx51wo * { vector-effect: non-scaling-stroke; }
ul.font_100, ol.font_100 { color: rgb(8, 8, 8); font-variant: normal; letter-spacing: normal; margin: 0px; font-family: "Arial, Helvetica, sans-serif", serif; font-size: 10px; font-style: normal; font-weight: 400; line-height: normal; text-decoration: none; }
ul.font_100 li, ol.font_100 li { margin-bottom: 12px; }
ul.wix-list-text-align, ol.wix-list-text-align { list-style-position: inside; }
ul.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, ol.wix-list-text-align p, 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 { display: inline; }
.E28gHm { cursor: pointer; }
.V9ooqn { clip: rect(0px, 0px, 0px, 0px); border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
@supports ((-webkit-appearance:none)) and (stroke-color:transparent) {
  ._v6ohL > * > :first-child { vertical-align: top; }
}
@supports (-webkit-touch-callout:none) {
  ._v6ohL > * > :first-child { vertical-align: top; }
}
._v6ohL [data-attr-richtext-marker="true"] { display: block; }
._v6ohL [data-attr-richtext-marker="true"] table { border-collapse: collapse; width: 100%; margin: 15px 0px; }
._v6ohL [data-attr-richtext-marker="true"] table td { padding: 12px; position: relative; }
._v6ohL [data-attr-richtext-marker="true"] table td::after { content: ""; opacity: 0.2; border-bottom: 1px solid; border-left: 1px solid; position: absolute; inset: 0px; }
._v6ohL [data-attr-richtext-marker="true"] table tr td:last-child::after { border-right: 1px solid; }
._v6ohL [data-attr-richtext-marker="true"] table tr:first-child td::after { border-top: 1px solid; }
.N5mCVp :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) [class$="rich-text__text"], .N5mCVp :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div)[class$="rich-text__text"] { color: var(--corvid-color,currentColor); }
.N5mCVp :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) span[style*="color"] { color: var(--corvid-color,currentColor) !important; }
.V3wkP4 { min-height: var(--min-height); min-width: var(--min-width); direction: var(--text-direction); }
.V3wkP4 .nzCBBu { overflow-wrap: break-word; width: 100%; height: 100%; position: relative; }
.V3wkP4 .nzCBBu ul { list-style: inside; }
.V3wkP4 .nzCBBu li { margin-bottom: 12px; }
.UwkEpO p, .UwkEpO h1, .UwkEpO h2, .UwkEpO h3, .UwkEpO h4, .UwkEpO h5, .UwkEpO h6, .UwkEpO blockquote, .UwkEpO div { letter-spacing: normal; line-height: normal; }
.JykKzs { min-height: var(--min-height); min-width: var(--min-width); }
.JykKzs .nzCBBu { overflow-wrap: break-word; width: 100%; height: 100%; position: relative; }
.JykKzs .nzCBBu ol, .JykKzs .nzCBBu ul { letter-spacing: normal; margin-inline-start: 0.5em; padding-inline-start: 1.3em; line-height: normal; }
.JykKzs .nzCBBu ul { list-style-type: disc; }
.JykKzs .nzCBBu ol { list-style-type: decimal; }
.JykKzs .nzCBBu ul ul, .JykKzs .nzCBBu ol ul { line-height: normal; list-style-type: circle; }
.JykKzs .nzCBBu ol ol ul, .JykKzs .nzCBBu ol ul ul, .JykKzs .nzCBBu ul ol ul, .JykKzs .nzCBBu ul ul ul { line-height: normal; list-style-type: square; }
.JykKzs .nzCBBu li { font-style: inherit; font-weight: inherit; line-height: inherit; letter-spacing: normal; }
.JykKzs .nzCBBu p, .JykKzs .nzCBBu h1, .JykKzs .nzCBBu h2, .JykKzs .nzCBBu h3, .JykKzs .nzCBBu h4, .JykKzs .nzCBBu h5, .JykKzs .nzCBBu h6 { margin-block: 0px; letter-spacing: normal; margin: 0px; line-height: normal; }
.JykKzs .nzCBBu a { color: inherit; }
.N8MGzv, .UwkEpO { overflow-wrap: break-word; text-align: start; pointer-events: none; min-height: var(--min-height); min-width: var(--min-width); direction: var(--text-direction); mix-blend-mode: var(--blendMode,normal); text-transform: var(--textTransform,"none"); text-shadow: var(--textOutline,0px 0px transparent),var(--textShadow,0px 0px transparent); }
.N8MGzv > *, .UwkEpO > * { pointer-events: auto; }
.N8MGzv li, .UwkEpO li { font-style: inherit; font-weight: inherit; line-height: inherit; letter-spacing: normal; }
.N8MGzv ol, .UwkEpO ol, .N8MGzv ul, .UwkEpO ul { letter-spacing: normal; margin-inline: 0.5em 0px; line-height: normal; }
.N8MGzv:not(.PO9MfV) ol, .UwkEpO:not(.PO9MfV) ol, .N8MGzv:not(.PO9MfV) ul, .UwkEpO:not(.PO9MfV) ul { padding-inline: 1.3em 0px; }
.N8MGzv ul, .UwkEpO ul { list-style-type: disc; }
.N8MGzv ol, .UwkEpO ol { list-style-type: decimal; }
.N8MGzv ul ul, .UwkEpO ul ul, .N8MGzv ol ul, .UwkEpO ol ul { list-style-type: circle; }
.N8MGzv ul ul ul, .UwkEpO ul ul ul, .N8MGzv ol ul ul, .UwkEpO ol ul ul, .N8MGzv ul ol ul, .UwkEpO ul ol ul, .N8MGzv ol ol ul, .UwkEpO ol ol ul { list-style-type: square; }
.N8MGzv p, .UwkEpO p, .N8MGzv h1, .UwkEpO h1, .N8MGzv h2, .UwkEpO h2, .N8MGzv h3, .UwkEpO h3, .N8MGzv h4, .UwkEpO h4, .N8MGzv h5, .UwkEpO h5, .N8MGzv h6, .UwkEpO h6, .N8MGzv blockquote, .UwkEpO blockquote, .N8MGzv div, .UwkEpO div { margin-block: 0px; margin: 0px; }
.N8MGzv a, .UwkEpO a { color: inherit; }
.PO9MfV li { margin-inline: 1.3em 0px; }
@media (forced-colors: active) {
  .AWXfZq.V3wkP4 a:focus, .AWXfZq.V3wkP4 a:focus-visible, .AWXfZq.UwkEpO a:focus, .AWXfZq.UwkEpO a:focus-visible, .AWXfZq.JykKzs a:focus, .AWXfZq.JykKzs a:focus-visible, .AWXfZq.N8MGzv a:focus, .AWXfZq.N8MGzv a:focus-visible { box-shadow: none; outline-offset: 1px !important; outline: highlight solid 3px !important; }
}
.qe3oTb { pointer-events: none; white-space: nowrap; padding: 0px; overflow: hidden; }
.TvbeET { display: none; }
.CNHfeA { width: 100%; position: absolute; inset: 0px; }
.ZfNvr6 { transition: 0.2s ease-in; transform: translateY(-100%); }
.ICcIQy { transition: 0.2s; }
.xL7MJu { opacity: 0; transition: 0.2s ease-in; }
.xL7MJu.Dbjboh { pointer-events: none; }
.xg8z1A { opacity: 1; transition: 0.2s; }
.G6vvJF { width: 100%; height: auto; position: relative; }
.ZgDNL8 { width: 100%; position: relative; }
body:not(.device-mobile-optimized) ._c_gnD, :host(:not(.device-mobile-optimized)) ._c_gnD { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
.HQtdHX[data-focuscycled="active"] { outline: rgba(0, 0, 0, 0) solid 1px; }
.HQtdHX[data-focuscycled="active"]:not(:focus-within) { outline: rgba(0, 0, 0, 0) solid 2px; transition: outline 10ms; }
.HQtdHX ._c_gnD { position: absolute; inset: 0px; }
.w4DepW { direction: var(--direction); }
.w4DepW .tN_ggS .re13Ik { display: var(--item-display); width: var(--item-size); height: var(--item-size); margin-inline: var(--item-margin-inline); margin-block: var(--item-margin-block); }
.w4DepW .tN_ggS .re13Ik:last-child { margin-block: 0px; margin-inline: 0px; }
.w4DepW .tN_ggS .re13Ik .twXk19 { display: block; }
.w4DepW .tN_ggS .re13Ik .twXk19 .ZK9snE { width: var(--item-size); height: var(--item-size); }
@media (forced-colors: active) {
  .w4DepW .tN_ggS .re13Ik .twXk19 { outline-offset: 0px; outline: buttontext solid 2px; }
  .w4DepW .tN_ggS .re13Ik .twXk19:hover { outline-offset: -2px; outline: highlight solid 3px; }
  .w4DepW .tN_ggS .re13Ik .twXk19:focus, .w4DepW .tN_ggS .re13Ik .twXk19:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
}
.w4DepW .tN_ggS { white-space: nowrap; width: 100%; height: 100%; position: absolute; }
body.device-mobile-optimized .w4DepW .tN_ggS, :host(.device-mobile-optimized) .w4DepW .tN_ggS { white-space: normal; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.QED8q1 { width: 100%; height: calc(100% - var(--wix-ads-height)); margin-top: var(--wix-ads-height); pointer-events: none; z-index: var(--pinned-layer-in-container,var(--above-all-in-container)); grid-template-rows: 1fr; grid-template-columns: 1fr; display: grid; position: fixed; top: 0px; left: 0px; }
.MswS0Y { pointer-events: none; z-index: var(--pinned-layer-in-container,var(--above-all-in-container)); }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.aDzdcC { clip-path: var(--fill-layer-clip); }
.aDzdcC, .rv3vOe { width: 100%; height: 100%; position: absolute; top: 0px; }
.dnHU4q img { width: 100%; height: 100%; }
.X9nqm0 { opacity: 0; position: absolute; top: 0px; }
.ZUV7Qj { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.UZsu9f { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.WnIl2C, .OAmk_6 { width: 100%; height: 100%; top: 0px; }
.OAmk_6 { position: absolute; }
.WnIl2C { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .WnIl2C { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.QG9w8P { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.QG9w8P.WIIr02 { clip: rect(0px, auto, auto, 0px); }
.QG9w8P .ayCf9D { width: 100%; height: 100%; position: absolute; top: 0px; }
.QG9w8P .fO4mKs { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.QG9w8P .fO4mKs img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .QG9w8P.WIIr02 { clip: auto; clip-path: inset(0px); }
}
.ROWgFb { height: 100%; }
.LNYVZi { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.xSZeaB, .g4gDzl { opacity: var(--fill-layer-video-opacity); }
.Ulxuud { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.NgeJ4N { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.g4gDzl { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.bzwgbw { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.bzwgbw .fO4mKs, .bzwgbw .g4gDzl, .bzwgbw .xSZeaB { opacity: 1; }
.uZIV9d { width: 100%; position: absolute; inset: 0px; }
.K5KBGW { transition: 0.2s ease-in; transform: translateY(-100%); }
.chRHgk { transition: 0.2s; }
.LVByTK { opacity: 0; transition: 0.2s ease-in; }
.LVByTK.qTsNsd { pointer-events: none; }
.Mz75IU { opacity: 1; transition: 0.2s; }
.XKFSfx { width: 100%; height: auto; position: relative; }
.Pd9Imi { width: 100%; position: relative; }
body:not(.device-mobile-optimized) .JEizld, :host(:not(.device-mobile-optimized)) .JEizld { margin-left: calc((100% - var(--site-width))/2); width: var(--site-width); }
.MLzr0a[data-focuscycled="active"] { outline: rgba(0, 0, 0, 0) solid 1px; }
.MLzr0a[data-focuscycled="active"]:not(:focus-within) { outline: rgba(0, 0, 0, 0) solid 2px; transition: outline 10ms; }
.MLzr0a .uZIV9d { border-radius: var(--rd,0); box-shadow: var(--shd,0 0 5px #00000080); border-top: var(--brwt,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))); border-bottom: var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))); background-color: rgba(0, 0, 0, 0); transition: 0.3s; position: absolute; inset: 0px; overflow: hidden; }
.MLzr0a .Q0rcTZ.uZIV9d { box-shadow: var(--shd-scrl,var(--shd,0 0 5px #00000080)); 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))); 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))); background-color: rgba(var(--bg-scrl,0, 0, 0),var(--alpha-bg-scrl,0)); }
.MLzr0a .XzOkCb { box-sizing: border-box; height: 100%; transition: 0.3s; }
.MLzr0a .Q0rcTZ > .XzOkCb { opacity: var(--alpha-bg,1); }
.MLzr0a .ncI7Xj { background-color: var(--screenwidth-corvid-background-color,transparent); height: 100%; transition: 0.3s; position: relative; }
.MLzr0a .Q0rcTZ > .ncI7Xj { opacity: var(--alpha-bg,1); }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.CvsNRY { width: 100%; height: 100%; display: block; }
.zE5OV3 { clip-path: var(--fill-layer-clip); }
.zE5OV3, .gmNqmf { width: 100%; height: 100%; position: absolute; top: 0px; }
.W7Lthg img { width: 100%; height: 100%; }
.cDjjNV { opacity: 0; position: absolute; top: 0px; }
.kHSdIU { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.qw7KvJ { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.JTHMno, ._019NH { width: 100%; height: 100%; top: 0px; }
._019NH { position: absolute; }
.JTHMno { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .JTHMno { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.ktMZav { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.ktMZav.msp0lj { clip: rect(0px, auto, auto, 0px); }
.ktMZav .etGVsi { width: 100%; height: 100%; position: absolute; top: 0px; }
.ktMZav .VYAdNl { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.ktMZav .VYAdNl img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .ktMZav.msp0lj { clip: auto; clip-path: inset(0px); }
}
.etSQ9j { height: 100%; }
.V9k0ll { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.qdIYms, .PmotZg { opacity: var(--fill-layer-video-opacity); }
.uKLH8m { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.i5THm9 { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.PmotZg { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.fT5SOY { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.fT5SOY .VYAdNl, .fT5SOY .PmotZg, .fT5SOY .qdIYms { opacity: 1; }
.t7s6hq { --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)); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__)); position: absolute; left: 0px; }
.t7s6hq .uf5cBM { --divider-layer-i__: var(--divider-layer-i,0); width: 100%; 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)); background-repeat: repeat-x; background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom; border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__)); border-bottom-style: solid; position: absolute; left: 0px; }
.JR3YXh { --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); transform: var(--divider-top-flip,scaleY(-1)); opacity: var(--divider-top-opacity,1); border-top: var(--divider-top-padding,0) solid var(--divider-top-color,currentColor); top: 0px; }
.JR3YXh .uf5cBM { border-color: var(--divider-top-color,currentColor); background-image: var(--divider-top-image,none); background-size: var(--divider-top-size,contain); filter: var(--divider-top-filter,none); bottom: 0px; }
.JR3YXh .uf5cBM[data-divider-layer="1"] { display: var(--divider-top-layer-1-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="2"] { display: var(--divider-top-layer-2-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="3"] { display: var(--divider-top-layer-3-display,block); }
.UfnAzj { --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); transform: var(--divider-bottom-flip,none); opacity: var(--divider-bottom-opacity,1); border-bottom: var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor); bottom: 0px; }
.UfnAzj .uf5cBM { border-color: var(--divider-bottom-color,currentColor); background-image: var(--divider-bottom-image,none); background-size: var(--divider-bottom-size,contain); filter: var(--divider-bottom-filter,none); bottom: 0px; }
.UfnAzj .uf5cBM[data-divider-layer="1"] { display: var(--divider-bottom-layer-1-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="2"] { display: var(--divider-bottom-layer-2-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="3"] { display: var(--divider-bottom-layer-3-display,block); }
body:not(.device-mobile-optimized) .CeUMmm, :host(:not(.device-mobile-optimized)) .CeUMmm { display: flex; }
body:not(.device-mobile-optimized) .Ak0vpt, :host(:not(.device-mobile-optimized)) .Ak0vpt { width: calc(100% - var(--padding)*2); direction: var(--direction); column-gap: var(--margin); margin: 0px auto; display: flex; position: relative; }
body:not(.device-mobile-optimized) .Ak0vpt > *, :host(:not(.device-mobile-optimized)) .Ak0vpt > * { flex: var(--column-flex) 1 0%; min-width: 0px; margin-top: var(--padding); margin-bottom: var(--padding); direction: ltr; position: relative; top: 0px; left: 0px; }
body.device-mobile-optimized .Ak0vpt, :host(.device-mobile-optimized) .Ak0vpt { padding-top: var(--padding-y); padding-bottom: var(--padding-y); padding-left: var(--padding-x,0); padding-right: var(--padding-x,0); display: block; position: relative; }
body.device-mobile-optimized .Ak0vpt > *, :host(.device-mobile-optimized) .Ak0vpt > * { margin-bottom: var(--margin); position: relative; }
.D_Vynv { backface-visibility: hidden; }
.tMGFK1 { box-sizing: border-box; border-width: var(--brw,0); border-color: rgba(var(--brd), var(--alpha-brd,0)); border-radius: var(--rd,0); box-shadow: var(--shd,0); border-style: solid; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.CvsNRY { width: 100%; height: 100%; display: block; }
.zE5OV3 { clip-path: var(--fill-layer-clip); }
.zE5OV3, .gmNqmf { width: 100%; height: 100%; position: absolute; top: 0px; }
.W7Lthg img { width: 100%; height: 100%; }
.cDjjNV { opacity: 0; position: absolute; top: 0px; }
.kHSdIU { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.qw7KvJ { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.JTHMno, ._019NH { width: 100%; height: 100%; top: 0px; }
._019NH { position: absolute; }
.JTHMno { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .JTHMno { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.ktMZav { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.ktMZav.msp0lj { clip: rect(0px, auto, auto, 0px); }
.ktMZav .etGVsi { width: 100%; height: 100%; position: absolute; top: 0px; }
.ktMZav .VYAdNl { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.ktMZav .VYAdNl img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .ktMZav.msp0lj { clip: auto; clip-path: inset(0px); }
}
.etSQ9j { height: 100%; }
.V9k0ll { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.qdIYms, .PmotZg { opacity: var(--fill-layer-video-opacity); }
.uKLH8m { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.i5THm9 { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.PmotZg { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.fT5SOY { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.fT5SOY .VYAdNl, .fT5SOY .PmotZg, .fT5SOY .qdIYms { opacity: 1; }
.t7s6hq { --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)); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__)); position: absolute; left: 0px; }
.t7s6hq .uf5cBM { --divider-layer-i__: var(--divider-layer-i,0); width: 100%; 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)); background-repeat: repeat-x; background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom; border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__)); border-bottom-style: solid; position: absolute; left: 0px; }
.JR3YXh { --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); transform: var(--divider-top-flip,scaleY(-1)); opacity: var(--divider-top-opacity,1); border-top: var(--divider-top-padding,0) solid var(--divider-top-color,currentColor); top: 0px; }
.JR3YXh .uf5cBM { border-color: var(--divider-top-color,currentColor); background-image: var(--divider-top-image,none); background-size: var(--divider-top-size,contain); filter: var(--divider-top-filter,none); bottom: 0px; }
.JR3YXh .uf5cBM[data-divider-layer="1"] { display: var(--divider-top-layer-1-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="2"] { display: var(--divider-top-layer-2-display,block); }
.JR3YXh .uf5cBM[data-divider-layer="3"] { display: var(--divider-top-layer-3-display,block); }
.UfnAzj { --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); transform: var(--divider-bottom-flip,none); opacity: var(--divider-bottom-opacity,1); border-bottom: var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor); bottom: 0px; }
.UfnAzj .uf5cBM { border-color: var(--divider-bottom-color,currentColor); background-image: var(--divider-bottom-image,none); background-size: var(--divider-bottom-size,contain); filter: var(--divider-bottom-filter,none); bottom: 0px; }
.UfnAzj .uf5cBM[data-divider-layer="1"] { display: var(--divider-bottom-layer-1-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="2"] { display: var(--divider-bottom-layer-2-display,block); }
.UfnAzj .uf5cBM[data-divider-layer="3"] { display: var(--divider-bottom-layer-3-display,block); }
body:not(.device-mobile-optimized) .CeUMmm, :host(:not(.device-mobile-optimized)) .CeUMmm { display: flex; }
body:not(.device-mobile-optimized) .Ak0vpt, :host(:not(.device-mobile-optimized)) .Ak0vpt { width: calc(100% - var(--padding)*2); direction: var(--direction); column-gap: var(--margin); margin: 0px auto; display: flex; position: relative; }
body:not(.device-mobile-optimized) .Ak0vpt > *, :host(:not(.device-mobile-optimized)) .Ak0vpt > * { flex: var(--column-flex) 1 0%; min-width: 0px; margin-top: var(--padding); margin-bottom: var(--padding); direction: ltr; position: relative; top: 0px; left: 0px; }
body.device-mobile-optimized .Ak0vpt, :host(.device-mobile-optimized) .Ak0vpt { padding-top: var(--padding-y); padding-bottom: var(--padding-y); padding-left: var(--padding-x,0); padding-right: var(--padding-x,0); display: block; position: relative; }
body.device-mobile-optimized .Ak0vpt > *, :host(.device-mobile-optimized) .Ak0vpt > * { margin-bottom: var(--margin); position: relative; }
.D_Vynv { backface-visibility: hidden; }
.bxC6yg { box-sizing: border-box; border-width: var(--brw,0); border-color: rgba(var(--brd), var(--alpha-brd,0)); border-radius: var(--rd,0); box-shadow: var(--shd,0); border-style: solid; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.aDzdcC { clip-path: var(--fill-layer-clip); }
.aDzdcC, .rv3vOe { width: 100%; height: 100%; position: absolute; top: 0px; }
.dnHU4q img { width: 100%; height: 100%; }
.X9nqm0 { opacity: 0; position: absolute; top: 0px; }
.ZUV7Qj { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.UZsu9f { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.WnIl2C, .OAmk_6 { width: 100%; height: 100%; top: 0px; }
.OAmk_6 { position: absolute; }
.WnIl2C { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .WnIl2C { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.QG9w8P { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.QG9w8P.WIIr02 { clip: rect(0px, auto, auto, 0px); }
.QG9w8P .ayCf9D { width: 100%; height: 100%; position: absolute; top: 0px; }
.QG9w8P .fO4mKs { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.QG9w8P .fO4mKs img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .QG9w8P.WIIr02 { clip: auto; clip-path: inset(0px); }
}
.ROWgFb { height: 100%; }
.LNYVZi { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.xSZeaB, .g4gDzl { opacity: var(--fill-layer-video-opacity); }
.Ulxuud { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.NgeJ4N { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.g4gDzl { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.bzwgbw { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.bzwgbw .fO4mKs, .bzwgbw .g4gDzl, .bzwgbw .xSZeaB { opacity: 1; }
.FDI5TK { position: relative; overflow: visible; }
.r6Fuoz { backface-visibility: hidden; }
.CztRwT { cursor: pointer; }
.StylableButton2545352419__root { cursor: pointer; box-sizing: border-box; touch-action: manipulation; border: 0px; width: 100%; min-width: 10px; height: 100%; min-height: 10px; padding: 0px; display: block; }
.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 { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.StylableButton2545352419__container { flex-direction: row; flex-grow: 1; flex-basis: auto; justify-content: center; align-items: center; width: 100%; height: 100%; transition: 0.2s, visibility; display: flex; overflow: hidden; }
.StylableButton2545352419__label { text-overflow: ellipsis; text-align: center; white-space: nowrap; min-width: 1.8em; max-width: 100%; transition: inherit; overflow: hidden; }
.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label { text-overflow: unset; }
.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label { overflow-wrap: break-word; white-space: break-spaces; word-break: break-word; min-width: 10px; }
.StylableButton2545352419__icon { flex-shrink: 0; min-width: 1px; height: 50px; transition: inherit; }
.StylableButton2545352419__icon.StylableButton2545352419--override { display: block !important; }
.StylableButton2545352419__icon > span, .StylableButton2545352419__icon svg { width: inherit; height: inherit; display: flex; }
.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; }
@media (forced-colors: active) {
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground { color: buttontext !important; background: buttonface !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground[disabled] { color: graytext !important; }
  .StylableButton2545352419__root.StylableButton2545352419__forcedColorsBackground .StylableButton2545352419__label { color: inherit !important; }
  .StylableButton2545352419__root:not([disabled]) { outline-offset: 0px; outline: buttontext solid 2px; }
  .StylableButton2545352419__root:hover:not([disabled]), .StylableButton2545352419__root[aria-pressed="true"], .StylableButton2545352419__root[aria-selected="true"], .StylableButton2545352419__root[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .StylableButton2545352419__root:focus, .StylableButton2545352419__root:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .StylableButton2545352419__icon, .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]), .StylableButton2545352419__icon svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.umBpNq { direction: var(--btn-direction); cursor: pointer; min-width: var(--btn-min-width); box-sizing: border-box; touch-action: manipulation; border-left: var(--border-left); border-right: var(--border-right); border-top: var(--border-top); border-bottom: var(--border-bottom); border-top-left-radius: var(--border-top-left-radius); border-top-right-radius: var(--border-top-right-radius); border-bottom-left-radius: var(--border-bottom-left-radius); border-bottom-right-radius: var(--border-bottom-right-radius); width: 100%; height: 100%; min-height: 10px; box-shadow: var(--box-shadow); background: var(--background); padding-left: var(--padding-left); padding-right: var(--padding-right); padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); display: block; }
@media (forced-colors: active) {
  .umBpNq.cnbtKC { color: buttontext !important; background: buttonface !important; }
  .umBpNq:not(:disabled) { outline-offset: 0px; outline: buttontext solid 2px; }
  .umBpNq:not(:disabled):hover, .umBpNq:not(:disabled)[aria-pressed="true"], .umBpNq:not(:disabled)[aria-selected="true"], .umBpNq:not(:disabled)[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .umBpNq:not(:disabled):focus, .umBpNq:not(:disabled):focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .umBpNq.cnbtKC:disabled { color: graytext !important; }
}
.umBpNq.b5wzzG:not(:hover):not(:disabled) { border-color: var(--corvid-border-color,initial); }
.umBpNq.IdBKRQ:not(:hover):not(:disabled) { background-color: var(--corvid-background-color,var(--background)); }
.umBpNq:hover, .umBpNq [data-preview="hover"] { border-left: var(--hover-border-left,var(--border-left)); border-right: var(--hover-border-right,var(--border-right)); border-top: var(--hover-border-top,var(--border-top)); border-bottom: var(--hover-border-bottom,var(--border-bottom)); border-top-left-radius: var(--hover-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--hover-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--hover-box-shadow,var(--box-shadow)); background: var(--hover-background,var(--background)); padding-left: var(--hover-padding-left,var(--padding-left)); padding-right: var(--hover-padding-right,var(--padding-right)); padding-top: var(--hover-padding-top,var(--padding-top)); padding-bottom: var(--hover-padding-bottom,var(--padding-bottom)); }
.umBpNq.olGtjp:hover:not(:disabled) { border-color: var(--corvid-hover-border-color,initial); }
.umBpNq.H4kLBj:hover:not(:disabled) { background-color: var(--corvid-hover-background-color,var(--hover-background,var(--background))); }
.umBpNq:disabled, .umBpNq [data-preview="disabled"] { cursor: default; border-left: var(--disabled-border-left,var(--border-left)); border-right: var(--disabled-border-right,var(--border-right)); border-top: var(--disabled-border-top,var(--border-top)); border-bottom: var(--disabled-border-bottom,var(--border-bottom)); border-top-left-radius: var(--disabled-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--disabled-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--disabled-box-shadow,var(--box-shadow)); background: var(--disabled-background,var(--background)); padding-left: var(--disabled-padding-left,var(--padding-left)); padding-right: var(--disabled-padding-right,var(--padding-right)); padding-top: var(--disabled-padding-top,var(--padding-top)); padding-bottom: var(--disabled-padding-bottom,var(--padding-bottom)); }
.umBpNq.jRfRxf:disabled:not(:hover) { border-color: var(--corvid-disabled-border-color,initial); }
.umBpNq.yNUpJa:disabled:not(:hover) { background-color: var(--corvid-disabled-background-color,var(--disabled-background,var(--background))); }
.xuJAxK { font: var(--font,var(--font_8)); display: var(--label-display); color: var(--color); letter-spacing: var(--letter-spacing); line-height: var(--line-height); text-decoration-line: var(--text-decoration); direction: var(--direction); text-align: var(--text-align,revert); background-color: var(--text-highlight,transparent); text-transform: var(--text-transform); text-shadow: var(--text-outline),var(--text-shadow); overflow: var(--overflow,hidden); text-overflow: var(--label-text-overflow); white-space: var(--label-white-space); min-width: 1.8em; max-width: 100%; transition: inherit; }
.umBpNq.EOdpK9:not(:hover):not(:disabled) .xuJAxK { color: var(--corvid-color,var(--color)); }
.umBpNq:hover .xuJAxK, .umBpNq [data-preview="hover"] .xuJAxK { display: var(--hover-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--hover-color,var(--color)); letter-spacing: var(--hover-letter-spacing,var(--letter-spacing)); line-height: var(--hover-line-height,var(--line-height)); text-decoration-line: var(--hover-text-decoration,var(--text-decoration)); direction: var(--hover-direction,var(--direction)); text-align: var(--hover-text-align,var(--text-align,revert)); background-color: var(--hover-text-highlight,var(--text-highlight,transparent)); text-transform: var(--hover-text-transform,var(--text-transform)); text-shadow: var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow)); }
.umBpNq.wCtkkB:hover:not(:disabled) .xuJAxK { color: var(--corvid-hover-color,var(--hover-color,var(--color))); }
.umBpNq:disabled .xuJAxK, .umBpNq [data-preview="disabled"] .xuJAxK { display: var(--disabled-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--disabled-color,var(--color)); letter-spacing: var(--disabled-letter-spacing,var(--letter-spacing)); line-height: var(--disabled-line-height,var(--line-height)); text-decoration-line: var(--disabled-text-decoration,var(--text-decoration)); direction: var(--disabled-direction,var(--direction)); text-align: var(--disabled-text-align,var(--text-align,revert)); background-color: var(--disabled-text-highlight,var(--text-highlight,transparent)); text-transform: var(--disabled-text-transform,var(--text-transform)); text-shadow: var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow)); }
.umBpNq.GsVIhZ:disabled:not(:hover) .xuJAxK { color: var(--corvid-disabled-color,var(--disabled-color,var(--color))); }
.wVQcpq { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.NZHz_8 { justify-content: var(--container-justify-content); flex-basis: auto; flex-direction: var(--container-flex-direction); align-items: var(--container-align-items); gap: var(--content-gap,"0px"); flex-grow: 1; width: 100%; height: 100%; transition: 0.4s, visibility; display: flex; overflow: hidden; }
.GvoWb8 { min-width: 1px; display: var(--icon-display); width: var(--icon-size); height: var(--icon-size); fill: var(--icon-color); flex-shrink: 0; order: var(--icon-order,0); transform: rotate(var(--icon-rotation)); transition: inherit; }
.umBpNq.LwoP3t:not(:hover):not(:disabled) .GvoWb8 { fill: var(--corvid-icon-color,var(--icon-color)); }
.umBpNq:hover .GvoWb8, .umBpNq [data-preview="hover"] .GvoWb8 { display: var(--hover-icon-display,var(--icon-display)); width: var(--hover-icon-size,var(--icon-size)); height: var(--hover-icon-size,var(--icon-size)); fill: var(--hover-icon-color,var(--icon-color)); transform: rotate(var(--hover-icon-rotation,var(--icon-rotation))); }
.umBpNq.Sbl9_q:hover:not(:disabled) .GvoWb8 { fill: var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color))); }
.umBpNq:disabled .GvoWb8, .umBpNq [data-preview="disabled"] .GvoWb8 { display: var(--disabled-icon-display,var(--icon-display)); width: var(--disabled-icon-size,var(--icon-size)); height: var(--disabled-icon-size,var(--icon-size)); fill: var(--disabled-icon-color,var(--icon-color)); transform: rotate(var(--disabled-icon-rotation,var(--icon-rotation))); }
.umBpNq.ET2QWr:disabled:not(:hover) .GvoWb8 { fill: var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color))); }
.GvoWb8 > span, .GvoWb8 svg { width: inherit; height: inherit; display: flex; }
@media (forced-colors: active) {
  .umBpNq.cnbtKC .xuJAxK { color: inherit !important; }
  .GvoWb8, .GvoWb8 svg:not([data-type="ugc"]):not([data-type="color"]), .GvoWb8 svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.WZxFET { direction: var(--btn-direction); cursor: pointer; min-width: var(--btn-min-width); box-sizing: border-box; touch-action: manipulation; border-left: var(--border-left); border-right: var(--border-right); border-top: var(--border-top); border-bottom: var(--border-bottom); border-top-left-radius: var(--border-top-left-radius); border-top-right-radius: var(--border-top-right-radius); border-bottom-left-radius: var(--border-bottom-left-radius); border-bottom-right-radius: var(--border-bottom-right-radius); width: 100%; height: 100%; min-height: 10px; box-shadow: var(--box-shadow); background: var(--background); padding-left: var(--padding-left); padding-right: var(--padding-right); padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); display: block; }
@media (forced-colors: active) {
  .WZxFET.wIt3qS { color: buttontext !important; background: buttonface !important; }
  .WZxFET:not(:disabled) { outline-offset: 0px; outline: buttontext solid 2px; }
  .WZxFET:not(:disabled):hover, .WZxFET:not(:disabled)[aria-pressed="true"], .WZxFET:not(:disabled)[aria-selected="true"], .WZxFET:not(:disabled)[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .WZxFET:not(:disabled):focus, .WZxFET:not(:disabled):focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .WZxFET.wIt3qS:disabled { color: graytext !important; }
}
.WZxFET.LEgq9n:not(:hover):not(:disabled) { border-color: var(--corvid-border-color,initial); }
.WZxFET.ANbqd3:not(:hover):not(:disabled) { background-color: var(--corvid-background-color,var(--background)); }
.WZxFET:hover, .WZxFET [data-preview="hover"] { border-left: var(--hover-border-left,var(--border-left)); border-right: var(--hover-border-right,var(--border-right)); border-top: var(--hover-border-top,var(--border-top)); border-bottom: var(--hover-border-bottom,var(--border-bottom)); border-top-left-radius: var(--hover-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--hover-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--hover-box-shadow,var(--box-shadow)); background: var(--hover-background,var(--background)); padding-left: var(--hover-padding-left,var(--padding-left)); padding-right: var(--hover-padding-right,var(--padding-right)); padding-top: var(--hover-padding-top,var(--padding-top)); padding-bottom: var(--hover-padding-bottom,var(--padding-bottom)); }
.WZxFET.QHgQsb:hover:not(:disabled) { border-color: var(--corvid-hover-border-color,initial); }
.WZxFET.YXO83s:hover:not(:disabled) { background-color: var(--corvid-hover-background-color,var(--hover-background,var(--background))); }
.WZxFET:disabled, .WZxFET [data-preview="disabled"] { cursor: default; border-left: var(--disabled-border-left,var(--border-left)); border-right: var(--disabled-border-right,var(--border-right)); border-top: var(--disabled-border-top,var(--border-top)); border-bottom: var(--disabled-border-bottom,var(--border-bottom)); border-top-left-radius: var(--disabled-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--disabled-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--disabled-box-shadow,var(--box-shadow)); background: var(--disabled-background,var(--background)); padding-left: var(--disabled-padding-left,var(--padding-left)); padding-right: var(--disabled-padding-right,var(--padding-right)); padding-top: var(--disabled-padding-top,var(--padding-top)); padding-bottom: var(--disabled-padding-bottom,var(--padding-bottom)); }
.WZxFET.Pl_R65:disabled:not(:hover) { border-color: var(--corvid-disabled-border-color,initial); }
.WZxFET.qSNL2N:disabled:not(:hover) { background-color: var(--corvid-disabled-background-color,var(--disabled-background,var(--background))); }
.QeinDR { font: var(--font,var(--font_8)); display: var(--label-display); color: var(--color); letter-spacing: var(--letter-spacing); line-height: var(--line-height); text-decoration-line: var(--text-decoration); direction: var(--direction); text-align: var(--text-align,revert); background-color: var(--text-highlight,transparent); text-transform: var(--text-transform); text-shadow: var(--text-outline),var(--text-shadow); overflow: var(--overflow,hidden); text-overflow: var(--label-text-overflow); white-space: var(--label-white-space); min-width: 1.8em; max-width: 100%; transition: inherit; }
.WZxFET.xXDwXs:not(:hover):not(:disabled) .QeinDR { color: var(--corvid-color,var(--color)); }
.WZxFET:hover .QeinDR, .WZxFET [data-preview="hover"] .QeinDR { display: var(--hover-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--hover-color,var(--color)); letter-spacing: var(--hover-letter-spacing,var(--letter-spacing)); line-height: var(--hover-line-height,var(--line-height)); text-decoration-line: var(--hover-text-decoration,var(--text-decoration)); direction: var(--hover-direction,var(--direction)); text-align: var(--hover-text-align,var(--text-align,revert)); background-color: var(--hover-text-highlight,var(--text-highlight,transparent)); text-transform: var(--hover-text-transform,var(--text-transform)); text-shadow: var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow)); }
.WZxFET.DEbY45:hover:not(:disabled) .QeinDR { color: var(--corvid-hover-color,var(--hover-color,var(--color))); }
.WZxFET:disabled .QeinDR, .WZxFET [data-preview="disabled"] .QeinDR { display: var(--disabled-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--disabled-color,var(--color)); letter-spacing: var(--disabled-letter-spacing,var(--letter-spacing)); line-height: var(--disabled-line-height,var(--line-height)); text-decoration-line: var(--disabled-text-decoration,var(--text-decoration)); direction: var(--disabled-direction,var(--direction)); text-align: var(--disabled-text-align,var(--text-align,revert)); background-color: var(--disabled-text-highlight,var(--text-highlight,transparent)); text-transform: var(--disabled-text-transform,var(--text-transform)); text-shadow: var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow)); }
.WZxFET.liVS6k:disabled:not(:hover) .QeinDR { color: var(--corvid-disabled-color,var(--disabled-color,var(--color))); }
.OOhWpA { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.UPWJFm { justify-content: var(--container-justify-content); flex-basis: auto; flex-direction: var(--container-flex-direction); align-items: var(--container-align-items); gap: var(--content-gap,"0px"); flex-grow: 1; width: 100%; height: 100%; transition: 0.4s, visibility; display: flex; overflow: hidden; }
.vwUNxR { min-width: 1px; display: var(--icon-display); width: var(--icon-size); height: var(--icon-size); fill: var(--icon-color); flex-shrink: 0; order: var(--icon-order,0); transform: rotate(var(--icon-rotation)); transition: inherit; }
.WZxFET.PlqraU:not(:hover):not(:disabled) .vwUNxR { fill: var(--corvid-icon-color,var(--icon-color)); }
.WZxFET:hover .vwUNxR, .WZxFET [data-preview="hover"] .vwUNxR { display: var(--hover-icon-display,var(--icon-display)); width: var(--hover-icon-size,var(--icon-size)); height: var(--hover-icon-size,var(--icon-size)); fill: var(--hover-icon-color,var(--icon-color)); transform: rotate(var(--hover-icon-rotation,var(--icon-rotation))); }
.WZxFET.jEsvuh:hover:not(:disabled) .vwUNxR { fill: var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color))); }
.WZxFET:disabled .vwUNxR, .WZxFET [data-preview="disabled"] .vwUNxR { display: var(--disabled-icon-display,var(--icon-display)); width: var(--disabled-icon-size,var(--icon-size)); height: var(--disabled-icon-size,var(--icon-size)); fill: var(--disabled-icon-color,var(--icon-color)); transform: rotate(var(--disabled-icon-rotation,var(--icon-rotation))); }
.WZxFET.xcGqHs:disabled:not(:hover) .vwUNxR { fill: var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color))); }
.vwUNxR > span, .vwUNxR svg { width: inherit; height: inherit; display: flex; }
@media (forced-colors: active) {
  .WZxFET.wIt3qS .QeinDR { color: inherit !important; }
  .vwUNxR, .vwUNxR svg:not([data-type="ugc"]):not([data-type="color"]), .vwUNxR svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.gDZ5xr { border-radius: var(--overflow-wrapper-border-radius); }
.ZBf0K1 { opacity: var(--hamburger-menu-container-initial-opacity); }
.ZBf0K1 > * { transform: var(--hamburger-menu-container-initial-transform); }
.ZBf0K1[data-animation-name="revealFromRight"] { clip-path: inset(0px); }
.ZBf0K1[data-animation-name="revealFromRight"] > * { transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.ZBf0K1[data-animation-name="revealFromRight"][data-animation-state="enterActive"] > *, .ZBf0K1[data-animation-name="revealFromRight"][data-animation-state="enterDone"] > * { transform: translate(0px); }
.ZBf0K1[data-animation-name="fadeIn"] { transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.ZBf0K1[data-animation-name="fadeIn"][data-animation-state="enterActive"], .ZBf0K1[data-animation-name="fadeIn"][data-animation-state="enterDone"] { opacity: 1; }
.fy6eJk { --container-overflow-y: hidden; }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="revealFromRight"]:checked) .ZBf0K1 { clip-path: inset(0px); }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="revealFromRight"]:checked) .ZBf0K1 > * { transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); transform: translate(0px); }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="fadeIn"]:checked) .ZBf0K1 { opacity: 1; transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
[data-prehydration]:has([data-hamburger-toggle]:checked) .ZBf0K1 { z-index: 2; position: relative; }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="none"]:checked) .ZBf0K1 { opacity: 1; }
[data-prehydration]:has([data-hamburger-toggle][data-hamburger-animation="none"]:checked) .ZBf0K1 > * { transform: translate(0px); }
.HamburgerMenuContainer502174924__root { box-sizing: border-box; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.Qkigz2 { box-sizing: border-box; top: 0px; background: var(--background); border: var(--border); border-radius: var(--border-radius); width: 100%; height: 100%; box-shadow: var(--box-shadow); position: absolute; inset-inline-start: 0px; }
.NxO5nt { flex-direction: var(--container-flex-direction); flex-grow: var(--menu-items-flex-grow); align-items: center; gap: var(--menu-items-main-axis-gap); flex-wrap: nowrap; display: flex; }
.fYThT1 { height: var(--menu-item-wrapper-height); display: var(--item-wrapper-display); width: var(--item-wrapper-width); justify-content: var(--container-align); flex-grow: var(--menu-items-flex-grow); }
.FBAIyH { width: var(--item-width); box-sizing: border-box; align-items: center; height: 100%; display: flex; position: relative; }
.FBAIyH a { color: inherit; }
.FBAIyH.QFOPOz { border-left: var(--item-border-left); border-right: var(--item-border-right); border-radius: var(--item-border-radius); padding-left: var(--item-padding-left,var(--item-horizontal-padding)); padding-right: var(--item-padding-right,var(--item-horizontal-padding)); }
[data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH, .FBAIyH[data-interactive="true"]:hover, .FBAIyH[data-preview="hover"], .FBAIyH.BjD2X8 { background: var(--item-hover-background,var(--item-background)); box-shadow: var(--item-hover-box-shadow,var(--item-box-shadow)); border-top: var(--item-hover-border-top,var(--item-border-top)); border-bottom: var(--item-hover-border-bottom,var(--item-border-bottom)); }
[data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH.QFOPOz, .FBAIyH[data-interactive="true"]:hover.QFOPOz, .FBAIyH[data-preview="hover"].QFOPOz, .FBAIyH.BjD2X8.QFOPOz { border-left: var(--item-hover-border-left,var(--item-border-left)); border-right: var(--item-hover-border-right,var(--item-border-right)); border-radius: var(--item-hover-border-radius,var(--item-border-radius)); }
[data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH .ijO_Jr, .FBAIyH[data-interactive="true"]:hover .ijO_Jr, .FBAIyH[data-preview="hover"] .ijO_Jr, .FBAIyH.BjD2X8 .ijO_Jr { color: var(--item-hover-color,var(--item-color)); text-decoration-line: var(--item-hover-text-decoration,var(--item-text-decoration)); text-shadow: var(--item-hover-text-outline,var(--item-text-outline)),var(--item-hover-text-shadow,var(--item-text-shadow)); background-color: var(--item-hover-text-highlight,var(--item-text-highlight)); line-height: var(--item-line-height); }
[data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH path, .FBAIyH[data-interactive="true"]:hover path, .FBAIyH[data-preview="hover"] path, .FBAIyH.BjD2X8 path { fill: var(--item-hover-icon-color,var(--item-icon-color,currentcolor)); }
.FBAIyH[data-selected], .FBAIyH[data-preview="selected"], .FBAIyH.aH0Njg { background: var(--item-selected-background,var(--item-background)); box-shadow: var(--item-selected-box-shadow,var(--item-box-shadow)); border-top: var(--item-selected-border-top,var(--item-border-top)); border-bottom: var(--item-selected-border-bottom,var(--item-border-bottom)); }
.FBAIyH[data-selected].QFOPOz, .FBAIyH[data-preview="selected"].QFOPOz, .FBAIyH.aH0Njg.QFOPOz { border-left: var(--item-selected-border-left,var(--item-border-left)); border-right: var(--item-selected-border-right,var(--item-border-right)); border-radius: var(--item-selected-border-radius,var(--item-border-radius)); }
.FBAIyH[data-selected] .ijO_Jr, .FBAIyH[data-preview="selected"] .ijO_Jr, .FBAIyH.aH0Njg .ijO_Jr { color: var(--item-selected-color,var(--item-color)); text-decoration-line: var(--item-selected-text-decoration,var(--item-text-decoration)); text-shadow: var(--item-selected-text-outline,var(--item-text-outline)),var(--item-selected-text-shadow,var(--item-text-shadow)); background-color: var(--item-selected-text-highlight,var(--item-text-highlight)); line-height: var(--item-line-height); }
.FBAIyH[data-selected] path, .FBAIyH[data-preview="selected"] path, .FBAIyH.aH0Njg path { fill: var(--item-selected-icon-color,var(--item-icon-color,currentcolor)); }
.FBAIyH > a::before { content: ""; position: absolute; inset: 0px; }
@media (forced-colors: active) {
  .FBAIyH { outline-offset: -1px; outline: buttontext solid 2px; }
  .FBAIyH .RXCM8H { color: buttontext; }
  [data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH, .FBAIyH[data-interactive="true"]:hover, .FBAIyH[data-preview="hover"], .FBAIyH.BjD2X8, .FBAIyH[data-selected], .FBAIyH[data-preview="selected"] { outline-offset: -2px; outline: highlight solid 3px; }
  [data-open]:not([data-animation-state="exitActive"]):not([data-animation-state="exitDone"]) > .fYThT1 > .FBAIyH .RXCM8H, .FBAIyH[data-interactive="true"]:hover .RXCM8H, .FBAIyH[data-preview="hover"] .RXCM8H, .FBAIyH.BjD2X8 .RXCM8H, .FBAIyH[data-selected] .RXCM8H, .FBAIyH[data-preview="selected"] .RXCM8H { color: highlight; }
  .FBAIyH:focus-within { outline-offset: -2px !important; outline: highlight dashed 3px !important; }
  .FBAIyH:focus-within .RXCM8H { color: highlight; }
  .FBAIyH > a:focus, .FBAIyH > a:focus-visible { outline: none !important; }
  .FBAIyH .RXCM8H:focus, .FBAIyH .RXCM8H:focus-visible { outline-offset: 1px !important; outline: highlight solid 3px !important; }
}
.ijO_Jr { direction: var(--item-direction); background-color: var(--item-text-highlight); white-space: nowrap; }
.rpHatU { --computed-anchor: var(--anchor,var(--dropdown-anchor)); --computed-align: var(--align,var(--dropdown-align)); --computed-space-above: var(--space-above,var(--dropdown-space-above)); --computed-horizontal-margin: var(--horizontal-margin,var(--dropdown-horizontal-margin)); --before-el-top: calc(-1 * var(--computed-space-above)); visibility: hidden; z-index: var(--above-all-z-index); margin-top: var(--computed-space-above) !important; top: auto !important; right: auto !important; bottom: auto !important; left: var(--dropdown-left) !important; display: none !important; position: absolute !important; }
.rpHatU::before { content: ""; height: var(--computed-space-above); top: var(--before-el-top); width: 100%; display: block; position: absolute; }
.rpHatU[data-open="true"] { visibility: visible; }
.NxO5nt[data-open="calculating"] .rpHatU, .NxO5nt[data-open="true"] .rpHatU { display: grid !important; }
.RXCM8H { cursor: pointer; display: var(--item-icon-display,flex); }
.RXCM8H svg { height: var(--item-icon-size); width: var(--item-icon-size); }
.RXCM8H path { fill: var(--item-icon-color,currentcolor); }
.RXCM8H.wWora8::before { content: ""; position: absolute; inset: 0px; }
.RXCM8H.G_xd9z { display: var(--sr-only-item-icon-display,flex); clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); position: absolute; }
.RXCM8H.G_xd9z:focus, .RXCM8H.G_xd9z:active { clip-path: unset; position: static; }
.kbbiAh[data-open] { transform: rotate(-180deg); }
.iincGk { display: var(--vertical-expand-collapse-display,var(--item-icon-display,flex)); }
.RXCM8H:not(.wWora8):not(.G_xd9z) { position: relative; }
.RXCM8H:not(.wWora8)::before { content: ""; height: max(100%, 24px); width: max(var(--item-icon-size),24px); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
@media (forced-colors: active) {
  .RXCM8H, .RXCM8H svg, .RXCM8H svg *, .RXCM8H path { fill: currentcolor !important; stroke: currentcolor !important; }
}
.JFWRCg { display: var(--horizontal-menu-dropdown-display,block); }
.lmsYvh { display: var(--vertical-menu-dropdown-display); margin-top: calc(var(--menu-items-main-axis-gap,0)*-1); width: 100%; }
.t_wvYI { --computed-space-above: var(--space-above,var(--dropdown-space-above)); visibility: var(--vertical-dropdown-visibility); height: var(--vertical-dropdown-height); margin-top: var(--vertical-dropdown-height,var(--computed-space-above)) !important; }
.Rfl5du .t_wvYI { visibility: unset; height: unset; margin-top: var(--computed-space-above) !important; }
.BDrALc { display: var(--divider-display,none); border-left: var(--horizontal-menu-item-divider,none); border-top: var(--vertical-menu-item-divider,none); align-self: stretch; }
.NxO5nt:last-child .BDrALc { display: none; }
.jGiW2t { display: contents; }
.twZzaW { display: none; }
.WCS58T { clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
[data-prehydration] [data-submenu-toggle]:checked ~ .lmsYvh .t_wvYI { visibility: unset; height: unset; margin-top: var(--computed-space-above) !important; }
[data-prehydration] .jGiW2t { z-index: 1; display: flex; position: relative; }
[data-prehydration] .jGiW2t .RXCM8H { pointer-events: none; }
[data-prehydration] .twZzaW { z-index: 1; cursor: pointer; pointer-events: auto; display: block; position: absolute; inset: 0px; }
[data-prehydration] .twZzaW::before { content: ""; min-width: 44px; min-height: 44px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
[data-prehydration] [data-submenu-toggle]:checked ~ .fYThT1 .kbbiAh { transform: rotate(-180deg); }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="screen"] { visibility: visible; left: var(--computed-horizontal-margin) !important; width: calc(100vw - 2*var(--computed-horizontal-margin)) !important; display: grid !important; position: fixed !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuStretched"] { visibility: visible; width: 100% !important; display: grid !important; left: 0px !important; }
[data-prehydration] .NxO5nt:hover { anchor-name: --ee-hovered-menu-item; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"], [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"] { visibility: visible; display: grid !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"] { left: 0px !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="start"] { left: 0px !important; right: auto !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="center"] { left: 50% !important; right: auto !important; transform: translate(-50%) !important; }
[data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="end"] { left: auto !important; right: 0px !important; }
@supports (anchor-name:--a) {
  [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"] { width: max-content !important; min-width: anchor-size(--ee-hovered-menu-item width) !important; }
  [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"][data-align="start"], [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="start"] { left: anchor(--ee-hovered-menu-item left) !important; right: auto !important; }
  [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"][data-align="center"], [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="center"] { left: anchor(--ee-hovered-menu-item center) !important; right: auto !important; transform: translate(-50%) !important; }
  [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuItem"][data-align="end"], [data-prehydration] .NxO5nt:hover .rpHatU[data-anchor="menuCustomWidth"][data-align="end"] { left: auto !important; right: anchor(--ee-hovered-menu-item right) !important; }
}
.cVnJ7u { justify-content: var(--item-text-align); background: var(--item-background); box-shadow: var(--item-box-shadow); border-top: var(--item-border-top); border-bottom: var(--item-border-bottom); padding-top: var(--item-padding-top,var(--item-vertical-padding)); padding-bottom: var(--item-padding-bottom,var(--item-vertical-padding)); gap: var(--spacing-between-label-and-dropdown-icon); }
.GPIJZi { font: var(--item-font,font_6); color: var(--item-color); text-decoration-line: var(--item-text-decoration); text-transform: var(--item-text-transform); text-shadow: var(--item-text-outline),var(--item-text-shadow); letter-spacing: var(--item-letter-spacing); line-height: var(--item-line-height); }
.Y4Cdvx [data-part="menu-item"] { --underline-scale: scaleX(0); --wash-scale: scaleX(0); --circle-clip-path: circle(0%); --dropdown-icon-transform: rotate(0); --bullet-translate: translateX(-150%); --bullet-opacity: 0; --wave-tarnslate: scaleY(0); }
.Y4Cdvx [data-part="menu-item"]:not([data-animation-name="none"]) [data-part="dropdown-icon"] { transition-property: transform; transition-duration: 0.4s; }
.Y4Cdvx [data-part="menu-item"] [data-part="label"]::after, .Y4Cdvx [data-part="menu-item"] [data-part="dropdown-item-label"]::after { content: ""; width: 100%; height: 1px; display: var(--item-label-underline-display,block); background-color: currentcolor; transform: scaleX(0); }
.Y4Cdvx [data-part="menu-item"] [data-part="label"]::before { content: "•" / ""; display: var(--item-label-bullet-display,inline-block); opacity: 0; padding-inline-end: 3px; }
.Y4Cdvx [data-part="menu-item"] [data-part="menu-item-content"][data-selected] [data-part="label"]::after { display: var(--item-selected-label-underline-display,block); transform: scaleX(1); }
.Y4Cdvx [data-part="menu-item"] [data-part="menu-item-content"][data-selected] [data-part="label"]::before { opacity: 1; }
.Y4Cdvx [data-part="menu-item"][data-open="true"], .Y4Cdvx [data-part="menu-item"][data-animation-state="enterActive"], .Y4Cdvx [data-part="menu-item"][data-animation-state="enterDone"] { --underline-scale: scaleX(1); --wash-scale: scaleX(1); --circle-clip-path: circle(100%); --dropdown-icon-transform: rotate(-540deg); --bullet-translate: translateX(0%); --bullet-opacity: 1; --wave-tarnslate: scaleY(1.5); }
.Y4Cdvx [data-part="menu-item"] [data-selected] { --underline-scale: scaleX(1); --wash-scale: scaleX(0); --bullet-translate: translateX(0%); --bullet-opacity: 1; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="underline"] [data-part="label"]::after { transform-origin: 0px center; transform: var(--underline-scale); transition: transform 0.3s; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="underline"] [data-part="dropdown-item-label"]::after { transform-origin: 0px center; transition-property: transform; transition-duration: 0.3s; display: block; transform: scaleX(0); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="underline"] [data-part="dropdown-item"]:hover [data-part="dropdown-item-label"]::after { transform: scaleX(1); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wash"] [data-part="menu-item-content"] { isolation: isolate; position: relative; overflow: hidden; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wash"] [data-part="menu-item-content"]::before { content: ""; z-index: -1; background-color: var(--item-hover-background); transform-origin: 0px center; transform: var(--wash-scale); transition: transform 0.4s; display: block; position: absolute; inset: 0px; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wash"] [data-part="menu-item-content"]:not([data-selected]):hover { background-color: var(--item-background); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wash"] [data-part="dropdown-item-label"] { transition: color 0.2s ease-in-out; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="circle"] [data-part="menu-item-content"] { isolation: isolate; position: relative; overflow: hidden; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="circle"] [data-part="menu-item-content"]::before { content: ""; z-index: -1; background-color: var(--item-hover-background); clip-path: var(--circle-clip-path); transition: clip-path 0.4s; display: block; position: absolute; inset: 0px; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="circle"] [data-part="menu-item-content"]:not([data-selected]):hover { background-color: var(--item-background); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="circle"] [data-part="dropdown-icon"] { transform: var(--dropdown-icon-transform); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wave"] [data-part="menu-item-content"]:not([data-selected]):hover { background-color: var(--item-background); }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wave"] [data-part="menu-item-content"] { isolation: isolate; position: relative; overflow: hidden; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wave"] [data-part="menu-item-content"]::before { content: ""; z-index: -1; background-color: var(--item-hover-background); height: 135%; top: 0px; right: 0px; left: 0px; bottom: unset; transform-origin: center bottom; transform: var(--wave-tarnslate); transition: transform 0.4s; display: block; position: absolute; mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2758%27 height=%2717%27 preserveAspectRatio=%27none%27 viewBox=%27-0.004 0 58.004 25.784%27%3E%3Cpath d=%27M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z%27/%3E%3C/svg%3E"); mask-position: 50% center; mask-size: 100% 100%; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="wave"] [data-part="dropdown-item-label"] { transition: color 0.2s ease-in-out; }
.Y4Cdvx [data-part="menu-item"][data-animation-name="bullet"] [data-part="label"]::before { transform: var(--bullet-translate); opacity: var(--bullet-opacity); transition-duration: 0.3s; display: inline-block; }
.Y4Cdvx { width: 100%; height: 100%; overflow-x: var(--container-overflow-x,unset); overflow-y: var(--container-overflow-y,visible); scrollbar-width: none; box-sizing: border-box; display: flex; }
.Y4Cdvx.VxjUGd { border-left: var(--container-border-left); border-right: var(--container-border-right); border-radius: var(--container-border-radius); padding-right: var(--container-padding-right,0); padding-left: var(--container-padding-left,0); }
.tn8ZSa { direction: var(--direction); }
.OD_PyT { justify-content: var(--container-align); flex-grow: var(--menu-items-flex-grow); flex-direction: var(--container-flex-direction); flex-wrap: var(--container-flex-wrap,unset); scrollbar-width: none; row-gap: var(--menu-items-row-gap); column-gap: var(--menu-items-column-gap); width: 100%; min-width: fit-content; height: auto; display: flex; overflow-x: visible; }
.YUEUpV { background: var(--container-background); box-shadow: var(--container-box-shadow); border-top: var(--container-border-top); border-bottom: var(--container-border-bottom); padding-top: var(--container-padding-top,0); padding-bottom: var(--container-padding-bottom,0); }
.PnnIOa { cursor: pointer; pointer-events: auto; visibility: hidden; transform: var(--scroll-button-transform); --icon-rotation: var(--scroll-button-icon-rotation-deg,calc(var(--scroll-button-icon-rotation) * 1deg)); --icon-rotation-hover: var(--scroll-button-hover-icon-rotation-deg,calc(var(--scroll-button-hover-icon-rotation) * 1deg)); justify-content: center; align-items: center; display: flex; overflow: hidden; }
.PnnIOa.hcRPG3 { border-left: var(--scroll-button-border-left); border-right: var(--scroll-button-border-right); border-radius: var(--scroll-button-border-radius); }
.PnnIOa.hcRPG3 .KEUNmX { padding-right: var(--scroll-button-padding-right,0); padding-left: var(--scroll-button-padding-left,0); }
.PnnIOa.Od2sOd .KEUNmX { padding-inline-start: var(--scroll-button-padding-inline-start,0); padding-inline-end: var(--scroll-button-padding-inline-end,0); }
.PnnIOa:hover, .PnnIOa[data-preview="hover"] { background: var(--scroll-button-hover-background,var(--scroll-button-background)); box-shadow: var(--scroll-button-hover-box-shadow,var(--scroll-button-box-shadow)); border-top: var(--scroll-button-hover-border-top,var(--scroll-button-border-top)); border-bottom: var(--scroll-button-hover-border-bottom,var(--scroll-button-border-bottom)); }
.PnnIOa:hover.hcRPG3, .PnnIOa[data-preview="hover"].hcRPG3 { border-left: var(--scroll-button-hover-border-left,var(--scroll-button-border-left)); border-right: var(--scroll-button-hover-border-right,var(--scroll-button-border-right)); border-radius: var(--scroll-button-hover-border-radius,var(--scroll-button-border-radius)); }
.PnnIOa:hover.hcRPG3 .KEUNmX, .PnnIOa[data-preview="hover"].hcRPG3 .KEUNmX { padding-right: var(--scroll-button-hover-padding-right,var(--scroll-button-padding-right,0)); padding-left: var(--scroll-button-hover-padding-left,var(--scroll-button-padding-left,0)); }
.PnnIOa:hover .KEUNmX, .PnnIOa[data-preview="hover"] .KEUNmX { fill: var(--scroll-button-hover-icon-color,var(--scroll-button-icon-color)); transform: rotate(var(--icon-rotation-hover,var(--icon-rotation))); height: var(--scroll-button-hover-icon-size,var(--scroll-button-icon-size)); width: var(--scroll-button-hover-icon-size,var(--scroll-button-icon-size)); }
.PnnIOa:hover { transition: 80ms cubic-bezier(0, 0, 1, 1); }
.fXBvwp { visibility: visible; pointer-events: auto; }
.sLcDXV { visibility: hidden; pointer-events: none; }
.KEUNmX { min-width: 1px; max-width: 100%; max-height: 100%; fill: var(--scroll-button-icon-color); transform: rotate(var(--icon-rotation)); height: var(--scroll-button-icon-size); width: var(--scroll-button-icon-size); }
.KEUNmX > svg { width: inherit; height: inherit; }
@media (forced-colors: active) {
  .PnnIOa.fXBvwp { outline-offset: 0px; color: buttontext; outline: buttontext solid 2px; }
  .PnnIOa.fXBvwp:hover, .PnnIOa[data-preview="hover"] { outline-offset: 1px; color: highlight; outline: highlight solid 3px; }
  .KEUNmX, .KEUNmX * { fill: currentcolor; stroke: currentcolor; }
}
.MXA4tA { background: var(--scroll-button-background); box-shadow: var(--scroll-button-box-shadow); border-top: var(--scroll-button-border-top); border-bottom: var(--scroll-button-border-bottom); }
.UU6mel { padding-top: inherit; padding-bottom: inherit; border-style: inherit; border-width: inherit; border-image: inherit; pointer-events: none; display: var(--scroll-button-icon-display,flex); border-color: rgba(0, 0, 0, 0); justify-content: space-between; position: absolute; inset: 0px; }
.toi7Rj { direction: var(--submenu-direction,var(--dropdown-menu-direction,var(--direction))); box-sizing: border-box; background: var(--container-background,var(--dropdown-menu-container-background)); border-top: var(--container-border-top,var(--dropdown-menu-container-border-top)); border-bottom: var(--container-border-bottom,var(--dropdown-menu-container-border-bottom)); border-left: var(--container-border-left,var(--dropdown-menu-container-border-left)); border-right: var(--container-border-right,var(--dropdown-menu-container-border-right)); border-radius: var(--container-border-radius,var(--dropdown-menu-container-border-radius)); box-shadow: var(--container-box-shadow,var(--dropdown-menu-container-box-shadow)); text-align: var(--align,var(--dropdown-menu-align)); padding-top: var(--container-padding-top,var(--container-vertical-padding,var(--dropdown-menu-container-padding-top,var(--dropdown-menu-container-vertical-padding)))); padding-bottom: var(--container-padding-bottom,var(--container-vertical-padding,var(--dropdown-menu-container-padding-bottom,var(--dropdown-menu-container-vertical-padding)))); min-width: min-content !important; }
.toi7Rj.x0UOau { padding-right: var(--container-padding-right,var(--container-horizontal-padding,var(--dropdown-menu-container-padding-right,var(--dropdown-menu-container-horizontal-padding)))); padding-left: var(--container-padding-left,var(--container-horizontal-padding,var(--dropdown-menu-container-padding-left,var(--dropdown-menu-container-horizontal-padding)))); }
.toi7Rj.esKf1e { padding-inline-start: var(--container-padding-inline-start); padding-inline-end: var(--container-padding-inline-end); }
@media (forced-colors: active) {
  .toi7Rj { outline-offset: 0px; outline: buttontext solid 2px; }
  .toi7Rj:focus-within { outline-offset: 1px; outline: highlight solid 3px !important; }
}
.sbxaYn { --rows-number: calc((var(--items-number) / $columns-number) + .49); grid-template-columns: repeat(var(--columns-number,var(--dropdown-menu-columns-number)), 1fr); grid-template-rows: repeat(var(--rows-number), auto); row-gap: var(--item-vertical-spacing,var(--dropdown-menu-item-vertical-spacing)); column-gap: var(--item-horizontal-spacing,var(--dropdown-menu-item-horizontal-spacing)); display: grid; }
@supports (width:round(1.9px, 1px)) {
  .sbxaYn { --rows-number: calc(round(up, var(--items-number) / $columns-number)); }
}
.SjbYta { gap: var(--sub-items-vertical-spacing-between,var(--dropdown-menu-sub-items-vertical-spacing-between)); margin-top: var(--sub-items-vertical-spacing-before,var(--dropdown-menu-sub-items-vertical-spacing-before)); flex-direction: column; display: flex; }
.P3tBK7 { width: 100%; }
.ptLEUT { direction: var(--submenu-item-direction,var(--submenu-direction,var(--dropdown-menu-sub-item-direction,var(--dropdown-menu-direction,var(--direction))))); justify-self: var(--dropdown-menu-item-justify-self); text-align: var(--item-align,var(--align,var(--dropdown-menu-item-align,var(--dropdown-menu-align)))); padding-top: var(--item-padding-top,var(--item-vertical-padding,var(--dropdown-menu-item-vertical-padding))); padding-bottom: var(--item-padding-bottom,var(--item-vertical-padding,var(--dropdown-menu-item-vertical-padding))); display: block; }
.ptLEUT.x0UOau { border-left: var(--item-border-left,var(--dropdown-menu-item-border-left)); border-right: var(--item-border-right,var(--dropdown-menu-item-border-right)); border-radius: var(--item-border-radius,var(--dropdown-menu-item-border-radius)); padding-left: var(--item-padding-left,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding))); padding-right: var(--item-padding-right,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding))); }
.ptLEUT.esKf1e { padding-inline-start: var(--item-padding-inline-start,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding))); padding-inline-end: var(--item-padding-inline-end,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding))); }
.ptLEUT.WB5Q35, .ptLEUT[data-preview="selected"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--item-selected-color,var(--item-color,var(--dropdown-menu-item-selected-color,var(--dropdown-menu-item-color)))); letter-spacing: var(--item-selected-letter-spacing,var(--item-letter-spacing,var(--dropdown-menu-item-selected-letter-spacing,var(--dropdown-menu-item-letter-spacing)))); line-height: var(--item-selected-line-height,var(--item-line-height,var(--dropdown-menu-item-selected-line-height,var(--dropdown-menu-item-line-height)))); text-decoration-line: var(--item-selected-text-decoration,var(--item-text-decoration,var(--dropdown-menu-item-selected-text-decoration,var(--dropdown-menu-item-text-decoration)))); text-transform: var(--item-selected-text-transform,var(--item-text-transform,var(--dropdown-menu-item-selected-text-transform,var(--dropdown-menu-item-text-transform)))); text-shadow: var(--item-selected-text-outline,var(--item-text-outline,var(--dropdown-menu-item-selected-text-outline,var(--dropdown-menu-item-text-outline)))),var(--item-selected-text-shadow,var(--item-text-shadow,var(--dropdown-menu-item-selected-text-shadow,var(--dropdown-menu-item-text-shadow)))); background: var(--item-selected-background,var(--item-background,var(--dropdown-menu-item-selected-background,var(--dropdown-menu-item-background)))); border-top: var(--item-selected-border-top,var(--item-border-top,var(--dropdown-menu-item-selected-border-top,var(--dropdown-menu-item-border-top)))); border-bottom: var(--item-selected-border-bottom,var(--item-border-bottom,var(--dropdown-menu-item-selected-border-bottom,var(--dropdown-menu-item-border-bottom)))); box-shadow: var(--item-selected-box-shadow,var(--item-box-shadow,var(--dropdown-menu-item-selected-box-shadow,var(--dropdown-menu-item-box-shadow)))); }
.ptLEUT.WB5Q35.x0UOau, .ptLEUT[data-preview="selected"].x0UOau { border-left: var(--item-selected-border-left,var(--item-border-left,var(--dropdown-menu-item-selected-border-left,var(--dropdown-menu-item-border-left)))); border-right: var(--item-selected-border-right,var(--item-border-right,var(--dropdown-menu-item-selected-border-right,var(--dropdown-menu-item-border-right)))); border-radius: var(--item-selected-border-radius,var(--item-border-radius,var(--dropdown-menu-item-selected-border-radius,var(--dropdown-menu-item-border-radius)))); }
.ptLEUT.WB5Q35 .u9_aLl, .ptLEUT[data-preview="selected"] .u9_aLl { background-color: var(--item-selected-text-highlight,var(--item-text-highlight,var(--dropdown-menu-item-selected-text-highlight,var(--dropdown-menu-item-text-highlight)))); }
.ptLEUT:hover, .ptLEUT.brJofP, .ptLEUT[data-preview="hover"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--item-hover-color,var(--item-color,var(--dropdown-menu-item-hover-color,var(--dropdown-menu-item-color)))); letter-spacing: var(--item-hover-letter-spacing,var(--item-letter-spacing,var(--dropdown-menu-item-hover-letter-spacing,var(--dropdown-menu-item-letter-spacing)))); line-height: var(--item-hover-line-height,var(--item-line-height,var(--dropdown-menu-item-hover-line-height,var(--dropdown-menu-item-line-height)))); text-decoration-line: var(--item-hover-text-decoration,var(--item-text-decoration,var(--dropdown-menu-item-hover-text-decoration,var(--dropdown-menu-item-text-decoration)))); text-transform: var(--item-hover-text-transform,var(--item-text-transform,var(--dropdown-menu-item-hover-text-transform,var(--dropdown-menu-item-text-transform)))); text-shadow: var(--item-hover-text-outline,var(--item-text-outline,var(--dropdown-menu-item-hover-text-outline,var(--dropdown-menu-item-text-outline)))),var(--item-hover-text-shadow,var(--item-text-shadow,var(--dropdown-menu-item-hover-text-shadow,var(--dropdown-menu-item-text-shadow)))); background: var(--item-hover-background,var(--item-background,var(--dropdown-menu-item-hover-background,var(--dropdown-menu-item-background)))); border-top: var(--item-hover-border-top,var(--item-border-top,var(--dropdown-menu-item-hover-border-top,var(--dropdown-menu-item-border-top)))); border-bottom: var(--item-hover-border-bottom,var(--item-border-bottom,var(--dropdown-menu-item-hover-border-bottom,var(--dropdown-menu-item-border-bottom)))); box-shadow: var(--item-hover-box-shadow,var(--item-box-shadow,var(--dropdown-menu-item-hover-box-shadow,var(--dropdown-menu-item-box-shadow)))); }
.ptLEUT:hover.x0UOau, .ptLEUT.brJofP.x0UOau, .ptLEUT[data-preview="hover"].x0UOau { border-left: var(--item-hover-border-left,var(--item-border-left,var(--dropdown-menu-item-hover-border-left,var(--dropdown-menu-item-border-left)))); border-right: var(--item-hover-border-right,var(--item-border-right,var(--dropdown-menu-item-hover-border-right,var(--dropdown-menu-item-border-right)))); border-radius: var(--item-hover-border-radius,var(--item-border-radius,var(--dropdown-menu-item-hover-border-radius,var(--dropdown-menu-item-border-radius)))); }
.ptLEUT:hover .u9_aLl, .ptLEUT.brJofP .u9_aLl, .ptLEUT[data-preview="hover"] .u9_aLl { background-color: var(--item-hover-text-highlight,var(--item-text-highlight,var(--dropdown-menu-item-hover-text-highlight,var(--dropdown-menu-item-text-highlight)))); }
@media (forced-colors: active) {
  .ptLEUT { outline-offset: 0px; outline: buttontext solid 2px; }
  .ptLEUT.WB5Q35, .ptLEUT[data-preview="selected"], .ptLEUT:hover, .ptLEUT.brJofP, .ptLEUT[data-preview="hover"] { outline-offset: -2px; outline: highlight solid 3px; }
  .ptLEUT:focus, .ptLEUT:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
}
.B2qCAf { direction: var(--submenu-sub-item-direction,var(--submenu-direction,var(--dropdown-menu-sub-item-direction,var(--dropdown-menu-direction,var(--direction))))); justify-self: var(--sub-item-justify-self); text-align: var(--sub-item-align,var(--align,var(--dropdown-menu-sub-item-align,var(--dropdown-menu-align)))); display: block; }
.B2qCAf.x0UOau { border-left: var(--sub-item-border-left,var(--dropdown-menu-sub-item-border-left)); border-right: var(--sub-item-border-right,var(--dropdown-menu-sub-item-border-right)); border-radius: var(--sub-item-border-radius,var(--dropdown-menu-sub-item-border-radius)); padding-left: var(--sub-item-padding-left,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding))); padding-right: var(--sub-item-padding-right,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding))); }
.B2qCAf.WB5Q35, .B2qCAf[data-preview="selected"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--sub-item-selected-color,var(--sub-item-color,var(--dropdown-menu-sub-item-selected-color,var(--dropdown-menu-sub-item-color)))); letter-spacing: var(--sub-item-selected-letter-spacing,var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-selected-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing)))); line-height: var(--sub-item-selected-line-height,var(--sub-item-line-height,var(--dropdown-menu-sub-item-selected-line-height,var(--dropdown-menu-sub-item-line-height)))); text-decoration-line: var(--sub-item-selected-text-decoration,var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-selected-text-decoration,var(--dropdown-menu-sub-item-text-decoration)))); text-transform: var(--sub-item-selected-text-transform,var(--sub-item-text-transform,var(--dropdown-menu-sub-item-selected-text-transform,var(--dropdown-menu-sub-item-text-transform)))); text-shadow: var(--sub-item-selected-text-outline,var(--sub-item-text-outline,var(--dropdown-menu-sub-item-selected-text-outline,var(--dropdown-menu-sub-item-text-outline)))),var(--sub-item-selected-text-shadow,var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-selected-text-shadow,var(--dropdown-menu-sub-item-text-shadow)))); background: var(--sub-item-selected-background,var(--sub-item-background,var(--dropdown-menu-sub-item-selected-background,var(--dropdown-menu-sub-item-background)))); border-top: var(--sub-item-selected-border-top,var(--sub-item-border-top,var(--dropdown-menu-sub-item-selected-border-top,var(--dropdown-menu-sub-item-border-top)))); border-bottom: var(--sub-item-selected-border-bottom,var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-selected-border-bottom,var(--dropdown-menu-sub-item-border-bottom)))); box-shadow: var(--sub-item-selected-box-shadow,var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-selected-box-shadow,var(--dropdown-menu-sub-item-box-shadow)))); }
.B2qCAf.WB5Q35.x0UOau, .B2qCAf[data-preview="selected"].x0UOau { border-left: var(--sub-item-selected-border-left,var(--sub-item-border-left,var(--dropdown-menu-sub-item-selected-border-left,var(--dropdown-menu-sub-item-border-left)))); border-right: var(--sub-item-selected-border-right,var(--sub-item-border-right,var(--dropdown-menu-sub-item-selected-border-right,var(--dropdown-menu-sub-item-border-right)))); border-radius: var(--sub-item-selected-border-radius,var(--sub-item-border-radius,var(--dropdown-menu-sub-item-selected-border-radius,var(--dropdown-menu-sub-item-border-radius)))); }
.B2qCAf.WB5Q35 .UCVF7R, .B2qCAf[data-preview="selected"] .UCVF7R { background-color: var(--sub-item-selected-text-highlight,var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-selected-text-highlight,var(--dropdown-menu-sub-item-text-highlight)))); }
.B2qCAf:hover, .B2qCAf.brJofP, .B2qCAf[data-preview="hover"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--sub-item-hover-color,var(--sub-item-color,var(--dropdown-menu-sub-item-hover-color,var(--dropdown-menu-sub-item-color)))); letter-spacing: var(--sub-item-hover-letter-spacing,var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-hover-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing)))); line-height: var(--sub-item-hover-line-height,var(--sub-item-line-height,var(--dropdown-menu-sub-item-hover-line-height,var(--dropdown-menu-sub-item-line-height)))); text-decoration-line: var(--sub-item-hover-text-decoration,var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-hover-text-decoration,var(--dropdown-menu-sub-item-text-decoration)))); text-transform: var(--sub-item-hover-text-transform,var(--sub-item-text-transform,var(--dropdown-menu-sub-item-hover-text-transform,var(--dropdown-menu-sub-item-text-transform)))); text-shadow: var(--sub-item-hover-text-outline,var(--sub-item-text-outline,var(--dropdown-menu-sub-item-hover-text-outline,var(--dropdown-menu-sub-item-text-outline)))),var(--sub-item-hover-text-shadow,var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-hover-text-shadow,var(--dropdown-menu-sub-item-text-shadow)))); background: var(--sub-item-hover-background,var(--sub-item-background,var(--dropdown-menu-sub-item-hover-background,var(--dropdown-menu-sub-item-background)))); border-top: var(--sub-item-hover-border-top,var(--sub-item-border-top,var(--dropdown-menu-sub-item-hover-border-top,var(--dropdown-menu-sub-item-border-top)))); border-bottom: var(--sub-item-hover-border-bottom,var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-hover-border-bottom,var(--dropdown-menu-sub-item-border-bottom)))); box-shadow: var(--sub-item-hover-box-shadow,var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-hover-box-shadow,var(--dropdown-menu-sub-item-box-shadow)))); }
.B2qCAf:hover.x0UOau, .B2qCAf.brJofP.x0UOau, .B2qCAf[data-preview="hover"].x0UOau { border-left: var(--sub-item-hover-border-left,var(--sub-item-border-left,var(--dropdown-menu-sub-item-hover-border-left,var(--dropdown-menu-sub-item-border-left)))); border-right: var(--sub-item-hover-border-right,var(--sub-item-border-right,var(--dropdown-menu-sub-item-hover-border-right,var(--dropdown-menu-sub-item-border-right)))); border-radius: var(--sub-item-hover-border-radius,var(--sub-item-border-radius,var(--dropdown-menu-sub-item-hover-border-radius,var(--dropdown-menu-sub-item-border-radius)))); }
.B2qCAf:hover .UCVF7R, .B2qCAf.brJofP .UCVF7R, .B2qCAf[data-preview="hover"] .UCVF7R { background-color: var(--sub-item-hover-text-highlight,var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-hover-text-highlight,var(--dropdown-menu-sub-item-text-highlight)))); }
@media (forced-colors: active) {
  .B2qCAf { outline-offset: 0px; outline: buttontext solid 2px; }
  .B2qCAf.WB5Q35, .B2qCAf[data-preview="selected"], .B2qCAf:hover, .B2qCAf.brJofP, .B2qCAf[data-preview="hover"] { outline-offset: -2px; outline: highlight solid 3px; }
  .B2qCAf:focus, .B2qCAf:focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
}
.u9_aLl { background-color: var(--item-text-highlight,var(--dropdown-menu-item-text-highlight)); text-align: inherit; text-decoration-line: inherit; text-transform: inherit; text-shadow: inherit; display: inline-block; }
.UCVF7R { background-color: var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-text-highlight)); }
.eP1KVV { font: var(--item-font,var(--dropdown-menu-item-font,var(--font_7))); color: var(--item-color,var(--dropdown-menu-item-color)); letter-spacing: var(--item-letter-spacing,var(--dropdown-menu-item-letter-spacing)); line-height: var(--item-line-height,var(--dropdown-menu-item-line-height)); text-decoration-line: var(--item-text-decoration,var(--dropdown-menu-item-text-decoration)); text-transform: var(--item-text-transform,var(--dropdown-menu-item-text-transform)); text-shadow: var(--item-text-outline,var(--dropdown-menu-item-text-outline)),var(--item-text-shadow,var(--dropdown-menu-item-text-shadow)); background: var(--item-background,var(--dropdown-menu-item-background)); border-top: var(--item-border-top,var(--dropdown-menu-item-border-top)); border-bottom: var(--item-border-bottom,var(--dropdown-menu-item-border-bottom)); box-shadow: var(--item-box-shadow,var(--dropdown-menu-item-box-shadow)); }
._3mA1c { font: var(--sub-item-font,var(--dropdown-menu-sub-item-font)); color: var(--sub-item-color,var(--dropdown-menu-sub-item-color)); letter-spacing: var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing)); line-height: var(--sub-item-line-height,var(--dropdown-menu-sub-item-line-height)); text-decoration-line: var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-text-decoration)); text-transform: var(--sub-item-text-transform,var(--dropdown-menu-sub-item-text-transform)); text-shadow: var(--sub-item-text-outline,var(--dropdown-menu-sub-item-text-outline)),var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-text-shadow)); background: var(--sub-item-background,var(--dropdown-menu-sub-item-background)); border-top: var(--sub-item-border-top,var(--dropdown-menu-sub-item-border-top)); border-bottom: var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-border-bottom)); box-shadow: var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-box-shadow)); padding-top: var(--sub-item-padding-top,var(--sub-item-vertical-padding,var(--dropdown-menu-sub-item-vertical-padding))); padding-bottom: var(--sub-item-padding-bottom,var(--sub-item-vertical-padding,var(--dropdown-menu-sub-item-vertical-padding))); }
.cNddzb[data-animation-name="revealFromTop"] { transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.cNddzb[data-animation-name="revealFromTop"][data-animation-state="enter"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="exitActive"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="exitDone"] { clip-path: var(--animation-clip-path); opacity: 0; }
.cNddzb[data-animation-name="revealFromTop"][data-animation-state="exit"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="enterActive"] { clip-path: inset(var(--shadow-margin,0%) var(--shadow-margin,0%) var(--shadow-margin,0%) var(--shadow-margin,0%)); }
.cNddzb[data-animation-name="revealFromTop"][data-animation-state="enterDone"] { clip-path: unset; }
.cNddzb[data-animation-name="revealFromTop"][data-animation-state="enterActive"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="enterDone"], .cNddzb[data-animation-name="revealFromTop"][data-animation-state="exit"] { opacity: 1; }
.cNddzb[data-animation-name="fadeIn"] { transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.cNddzb[data-animation-name="fadeIn"][data-animation-state="enter"], .cNddzb[data-animation-name="fadeIn"][data-animation-state="exitActive"], .cNddzb[data-animation-name="fadeIn"][data-animation-state="exitDone"] { opacity: 0; }
.cNddzb[data-animation-name="fadeIn"][data-animation-state="enterActive"], .cNddzb[data-animation-name="fadeIn"][data-animation-state="enterDone"], .cNddzb[data-animation-name="fadeIn"][data-animation-state="exit"] { opacity: 1; }
.cNddzb { background: var(--container-background,var(--dropdown-container-background)); border-top: var(--container-border-top,var(--dropdown-container-border-top)); border-bottom: var(--container-border-bottom,var(--dropdown-container-border-bottom)); box-shadow: var(--container-box-shadow,var(--dropdown-container-box-shadow)); }
.cNddzb.Nk9NbA { border-left: var(--container-border-left,var(--dropdown-container-border-left)); border-right: var(--container-border-right,var(--dropdown-container-border-right)); border-radius: var(--container-border-radius,var(--dropdown-container-border-radius)); }
.cNddzb.W_BIhg { border-inline-start: var(--container-border-inline-start,var(--dropdown-container-border-inline-start)); border-inline-end: var(--container-border-inline-end,var(--dropdown-container-border-inline-end)); border-start-start-radius: var(--container-border-start-start-radius,var(--dropdown-container-border-start-start-radius)); border-start-end-radius: var(--container-border-start-end-radius,var(--dropdown-container-border-start-end-radius)); border-end-end-radius: var(--container-border-end-end-radius,var(--dropdown-container-border-end-end-radius)); border-end-start-radius: var(--container-border-end-start-radius,var(--dropdown-container-border-end-start-radius)); }
.OOc2NG { direction: ltr; }
.G4Bkwp { box-sizing: border-box; }
div.wiZmhC { display: var(--l_display,var(--hamburger-menu-root-display,var(--container-display))); }
[data-hamburger-btn-label] { display: none; }
div.wiZmhC[data-prehydration] [data-hamburger-btn-label] { z-index: 1; cursor: pointer; pointer-events: auto; display: block; position: absolute; inset: 0px; }
.pcn0FH { clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
.HamburgerOpenButton3537389287__nav { display: inherit; height: inherit; width: auto; }
.uxNlIP { direction: var(--btn-direction); cursor: pointer; min-width: var(--btn-min-width); box-sizing: border-box; touch-action: manipulation; border-left: var(--border-left); border-right: var(--border-right); border-top: var(--border-top); border-bottom: var(--border-bottom); border-top-left-radius: var(--border-top-left-radius); border-top-right-radius: var(--border-top-right-radius); border-bottom-left-radius: var(--border-bottom-left-radius); border-bottom-right-radius: var(--border-bottom-right-radius); width: 100%; height: 100%; min-height: 10px; box-shadow: var(--box-shadow); background: var(--background); padding-left: var(--padding-left); padding-right: var(--padding-right); padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); display: block; }
@media (forced-colors: active) {
  .uxNlIP.itVkSN { color: buttontext !important; background: buttonface !important; }
  .uxNlIP:not(:disabled) { outline-offset: 0px; outline: buttontext solid 2px; }
  .uxNlIP:not(:disabled):hover, .uxNlIP:not(:disabled)[aria-pressed="true"], .uxNlIP:not(:disabled)[aria-selected="true"], .uxNlIP:not(:disabled)[data-preview="selected"] { outline-offset: 1px; outline: highlight solid 3px; }
  .uxNlIP:not(:disabled):focus, .uxNlIP:not(:disabled):focus-visible { outline-offset: 1px; outline: highlight solid 3px !important; }
  .uxNlIP.itVkSN:disabled { color: graytext !important; }
}
.uxNlIP.KuCfHA:not(:hover):not(:disabled) { border-color: var(--corvid-border-color,initial); }
.uxNlIP.aNAcG0:not(:hover):not(:disabled) { background-color: var(--corvid-background-color,var(--background)); }
.uxNlIP:hover, .uxNlIP [data-preview="hover"] { border-left: var(--hover-border-left,var(--border-left)); border-right: var(--hover-border-right,var(--border-right)); border-top: var(--hover-border-top,var(--border-top)); border-bottom: var(--hover-border-bottom,var(--border-bottom)); border-top-left-radius: var(--hover-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--hover-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--hover-box-shadow,var(--box-shadow)); background: var(--hover-background,var(--background)); padding-left: var(--hover-padding-left,var(--padding-left)); padding-right: var(--hover-padding-right,var(--padding-right)); padding-top: var(--hover-padding-top,var(--padding-top)); padding-bottom: var(--hover-padding-bottom,var(--padding-bottom)); }
.uxNlIP.GPIMxy:hover:not(:disabled) { border-color: var(--corvid-hover-border-color,initial); }
.uxNlIP.KceBs9:hover:not(:disabled) { background-color: var(--corvid-hover-background-color,var(--hover-background,var(--background))); }
.uxNlIP:disabled, .uxNlIP [data-preview="disabled"] { cursor: default; border-left: var(--disabled-border-left,var(--border-left)); border-right: var(--disabled-border-right,var(--border-right)); border-top: var(--disabled-border-top,var(--border-top)); border-bottom: var(--disabled-border-bottom,var(--border-bottom)); border-top-left-radius: var(--disabled-border-top-left-radius,var(--border-top-left-radius)); border-top-right-radius: var(--disabled-border-top-right-radius,var(--border-top-right-radius)); border-bottom-left-radius: var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius)); border-bottom-right-radius: var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius)); box-shadow: var(--disabled-box-shadow,var(--box-shadow)); background: var(--disabled-background,var(--background)); padding-left: var(--disabled-padding-left,var(--padding-left)); padding-right: var(--disabled-padding-right,var(--padding-right)); padding-top: var(--disabled-padding-top,var(--padding-top)); padding-bottom: var(--disabled-padding-bottom,var(--padding-bottom)); }
.uxNlIP.N3sAZG:disabled:not(:hover) { border-color: var(--corvid-disabled-border-color,initial); }
.uxNlIP._FFhff:disabled:not(:hover) { background-color: var(--corvid-disabled-background-color,var(--disabled-background,var(--background))); }
.I0RXdK { font: var(--font,var(--font_8)); display: var(--label-display); color: var(--color); letter-spacing: var(--letter-spacing); line-height: var(--line-height); text-decoration-line: var(--text-decoration); direction: var(--direction); text-align: var(--text-align,revert); background-color: var(--text-highlight,transparent); text-transform: var(--text-transform); text-shadow: var(--text-outline),var(--text-shadow); overflow: var(--overflow,hidden); text-overflow: var(--label-text-overflow); white-space: var(--label-white-space); min-width: 1.8em; max-width: 100%; transition: inherit; }
.uxNlIP.siSNn5:not(:hover):not(:disabled) .I0RXdK { color: var(--corvid-color,var(--color)); }
.uxNlIP:hover .I0RXdK, .uxNlIP [data-preview="hover"] .I0RXdK { display: var(--hover-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--hover-color,var(--color)); letter-spacing: var(--hover-letter-spacing,var(--letter-spacing)); line-height: var(--hover-line-height,var(--line-height)); text-decoration-line: var(--hover-text-decoration,var(--text-decoration)); direction: var(--hover-direction,var(--direction)); text-align: var(--hover-text-align,var(--text-align,revert)); background-color: var(--hover-text-highlight,var(--text-highlight,transparent)); text-transform: var(--hover-text-transform,var(--text-transform)); text-shadow: var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow)); }
.uxNlIP.EJ6L9y:hover:not(:disabled) .I0RXdK { color: var(--corvid-hover-color,var(--hover-color,var(--color))); }
.uxNlIP:disabled .I0RXdK, .uxNlIP [data-preview="disabled"] .I0RXdK { display: var(--disabled-label-display,var(--label-display)); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-size: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; color: var(--disabled-color,var(--color)); letter-spacing: var(--disabled-letter-spacing,var(--letter-spacing)); line-height: var(--disabled-line-height,var(--line-height)); text-decoration-line: var(--disabled-text-decoration,var(--text-decoration)); direction: var(--disabled-direction,var(--direction)); text-align: var(--disabled-text-align,var(--text-align,revert)); background-color: var(--disabled-text-highlight,var(--text-highlight,transparent)); text-transform: var(--disabled-text-transform,var(--text-transform)); text-shadow: var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow)); }
.uxNlIP.S6tzPA:disabled:not(:hover) .I0RXdK { color: var(--corvid-disabled-color,var(--disabled-color,var(--color))); }
.kAoW_K { box-sizing: border-box; color: rgb(0, 0, 0); text-decoration: none; }
.VzoZx_ { justify-content: var(--container-justify-content); flex-basis: auto; flex-direction: var(--container-flex-direction); align-items: var(--container-align-items); gap: var(--content-gap,"0px"); flex-grow: 1; width: 100%; height: 100%; transition: 0.4s, visibility; display: flex; overflow: hidden; }
.p_5A25 { min-width: 1px; display: var(--icon-display); width: var(--icon-size); height: var(--icon-size); fill: var(--icon-color); flex-shrink: 0; order: var(--icon-order,0); transform: rotate(var(--icon-rotation)); transition: inherit; }
.uxNlIP.iN4eVS:not(:hover):not(:disabled) .p_5A25 { fill: var(--corvid-icon-color,var(--icon-color)); }
.uxNlIP:hover .p_5A25, .uxNlIP [data-preview="hover"] .p_5A25 { display: var(--hover-icon-display,var(--icon-display)); width: var(--hover-icon-size,var(--icon-size)); height: var(--hover-icon-size,var(--icon-size)); fill: var(--hover-icon-color,var(--icon-color)); transform: rotate(var(--hover-icon-rotation,var(--icon-rotation))); }
.uxNlIP.SGrXAN:hover:not(:disabled) .p_5A25 { fill: var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color))); }
.uxNlIP:disabled .p_5A25, .uxNlIP [data-preview="disabled"] .p_5A25 { display: var(--disabled-icon-display,var(--icon-display)); width: var(--disabled-icon-size,var(--icon-size)); height: var(--disabled-icon-size,var(--icon-size)); fill: var(--disabled-icon-color,var(--icon-color)); transform: rotate(var(--disabled-icon-rotation,var(--icon-rotation))); }
.uxNlIP.ZBuT2t:disabled:not(:hover) .p_5A25 { fill: var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color))); }
.p_5A25 > span, .p_5A25 svg { width: inherit; height: inherit; display: flex; }
@media (forced-colors: active) {
  .uxNlIP.itVkSN .I0RXdK { color: inherit !important; }
  .p_5A25, .p_5A25 svg:not([data-type="ugc"]):not([data-type="color"]), .p_5A25 svg:not([data-type="ugc"]):not([data-type="color"]) * { fill: currentcolor !important; stroke: currentcolor !important; }
}
.HMOnu5 { display: inherit; height: inherit; width: auto; }
.HamburgerOverlay547129737__root { visibility: hidden; box-sizing: border-box; z-index: var(--above-all-z-index); left: 0px; height: calc(100vh - var(--wix-ads-height)) !important; width: 100vw !important; top: var(--wix-ads-height) !important; position: fixed !important; }
.HamburgerOverlay547129737__overlay { box-sizing: border-box; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.HamburgerOverlay547129737__root.HamburgerOverlay547129737--isMenuOpen { visibility: visible; }
.HamburgerOverlay547129737__root:not(.HamburgerOverlay547129737--showBackgroundOverlay) { background-color: rgba(0, 0, 0, 0); }
.HamburgerOverlay547129737__root.HamburgerOverlay547129737--shouldScroll { overflow: hidden scroll; }
.HamburgerOverlay547129737__scrollContent { position: relative; }
.OrbgmN[data-part="hamburger-overlay"] { opacity: var(--hamburger-overlay-initial-opacity); }
.OrbgmN[data-part="hamburger-overlay"][data-animation-name="fadeIn"] { transition: opacity 0.4s; }
.OrbgmN[data-part="hamburger-overlay"][data-animation-name="fadeIn"][data-animation-state="enterActive"], .OrbgmN[data-part="hamburger-overlay"][data-animation-name="fadeIn"][data-animation-state="enterDone"] { opacity: 1; }
.xdu0As { background: var(--background); border: var(--border); border-radius: var(--border-radius); box-shadow: var(--box-shadow); z-index: var(--above-all-z-index); box-sizing: border-box; visibility: hidden; inset-inline-start: 0px; height: calc(100vh - var(--wix-ads-height)) !important; width: 100vw !important; position: fixed !important; inset-block-start: var(--wix-ads-height) !important; }
.oSs9UC { box-sizing: border-box; width: 100%; height: 100%; position: absolute; inset-block-start: 0px; inset-inline-start: 0px; }
.UOTM1J { visibility: visible; }
.xdu0As:not(.mh8_De) { background-color: rgba(0, 0, 0, 0); }
.vCpC6x { overflow: hidden scroll; }
.mhdEAw { position: relative; }
[data-prehydration]:has([data-hamburger-toggle]:checked) [data-part="hamburger-overlay"] { transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), visibility linear; opacity: 1 !important; visibility: visible !important; }
[data-hamburger-overlay-label] { display: none; }
[data-prehydration]:has([data-hamburger-toggle]:checked) [data-part="hamburger-overlay"] [data-hamburger-overlay-label] { z-index: 1; cursor: pointer; display: block; position: absolute; inset: 0px; }
.EtmdIW { cursor: pointer; }
.gpDCD5 { --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; }
.jv9xi4 { 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))); background-color: var(--container-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))); backdrop-filter: var(--backdrop-filter,none); background-image: var(--bg-gradient,none); border-radius: var(--rd,5px); box-shadow: var(--shd,0 1px 4px #0009); position: absolute; inset: 0px; }
.StylableHorizontalMenu3372578893__root { box-sizing: border-box; width: 100%; height: 100%; display: flex; }
.StylableHorizontalMenu3372578893__root * { box-sizing: border-box; }
.StylableHorizontalMenu3372578893__menu { flex-wrap: var(--menu-flex-wrap,wrap); min-width: fit-content; display: flex; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menuItem { box-sizing: border-box; height: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu > li:first-of-type .StylableHorizontalMenu3372578893__menuItem { margin-inline-start: 0px !important; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu > li:last-of-type .StylableHorizontalMenu3372578893__menuItem { margin-inline-end: 0px !important; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu { height: auto !important; margin: 0px !important; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll { scrollbar-width: none; overflow-x: scroll; }
.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll::-webkit-scrollbar { display: none; }
.StylableHorizontalMenu3372578893__menuItem { position: relative; --focus-ring-box-shadow: inset 0 0 0 2px #116dff, inset 0 0 0 4px #fff !important; }
.StylableHorizontalMenu3372578893__megaMenuWrapper { display: flex; }
.itemDepth02233374943__root { cursor: pointer; flex: 1 1 0%; text-decoration: none; display: block; }
.itemDepth02233374943__root.itemDepth02233374943--isHovered, .itemDepth02233374943__root.itemDepth02233374943--isCurrentPage, .itemDepth02233374943__root.itemDepth02233374943--isHovered .itemDepth02233374943__label, .itemDepth02233374943__root.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label { transition: 80ms cubic-bezier(0, 0, 1, 1); }
.itemDepth02233374943__container { align-items: center; height: 100%; display: flex; }
.itemDepth02233374943__label { white-space: nowrap; transition: inherit; }
.itemDepth02233374943__itemWrapper { flex-grow: inherit; }
.itemDepth02233374943__positionBox { z-index: var(--position-box-z-index,47); margin: auto; display: none; position: fixed; }
.itemDepth02233374943__positionBox.itemDepth02233374943--isColumn { position: absolute; left: 0px; right: 0px; }
.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched { max-width: unset; }
@keyframes itemDepth02233374943__fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.itemDepth02233374943__animationBox { opacity: 0; animation-duration: calc(var(--is-animated) * .1s); animation-delay: calc(var(--is-animated) * 50ms); max-height: var(--max-height,none); overflow-y: var(--overflow-y,visible); transition: border-color 80ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 80ms cubic-bezier(0.25, 1, 0.5, 1); animation-fill-mode: forwards; }
.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched > .itemDepth02233374943__animationBox { width: 100%; }
.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched .itemDepth02233374943__megaMenuComp { width: 100% !important; }
.itemDepth02233374943__alignBox { display: flex; }
.itemDepth02233374943__list { column-gap: calc(1px * var(--horizontalSpacing)); }
.itemDepth02233374943__itemWrapper[data-hovered] > .itemDepth02233374943__positionBox { visibility: hidden; display: block; }
.itemDepth02233374943__itemWrapper[data-shown] > .itemDepth02233374943__positionBox { visibility: visible; display: block; }
.itemDepth02233374943__itemWrapper[data-hovered] > .itemDepth02233374943__positionBox > .itemDepth02233374943__animationBox { animation-name: itemDepth02233374943__fadeIn; }
.itemDepth02233374943__megaMenuComp { direction: ltr; flex-shrink: 0; margin-top: var(--containerMarginTop) !important; padding: 0px !important; }
.itemDepth02233374943__itemWrapper:not([data-hovered]) .itemDepth02233374943__megaMenuComp { display: none; }
[data-prehydration] .itemDepth02233374943__itemWrapper:hover > .itemDepth02233374943__positionBox.itemDepth02233374943--isColumn.itemDepth02233374943--isStretched { display: block; position: fixed !important; }
[data-prehydration] .itemDepth02233374943__itemWrapper:hover > .itemDepth02233374943__positionBox.itemDepth02233374943--isColumn > .itemDepth02233374943__animationBox { opacity: 1; }
[data-prehydration] .itemDepth02233374943__itemWrapper:hover > .itemDepth02233374943__positionBox.itemDepth02233374943--isColumn .itemDepth02233374943__megaMenuComp { display: block; }
.itemDepth12472627565__root { text-decoration: none; display: block; position: relative; }
.itemDepth12472627565__container { display: flex; }
.itemDepth12472627565__label { text-overflow: clip; white-space: var(--white-space); overflow-wrap: var(--label-word-wrap); display: block; overflow: hidden; text-align: inherit !important; }
.itemDepth12472627565__itemWrapper { break-inside: avoid; position: relative; }
.itemDepth12472627565__itemWrapper::after { content: ""; clear: both; display: table; }
.itemDepth12472627565__positionBox { position: var(--subsubmenu-box-position); display: var(--subsubmenu-box-display); top: 0px; left: var(--subsubmenu-box-left); right: var(--subsubmenu-box-right); }
.itemDepth12472627565__positionBox[data-reverted] { left: var(--subsubmenu-box-right); right: var(--subsubmenu-box-left); }
.itemDepth12472627565__itemWrapper[data-hovered] > .itemDepth12472627565__positionBox { display: block; }
@keyframes itemDepth12472627565__fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.itemDepth12472627565__animationBox { opacity: 0; animation-duration: calc(var(--is-animated) * .1s); animation-delay: calc(var(--is-animated) * 50ms); animation-fill-mode: forwards; margin-top: 0px !important; }
.itemDepth12472627565__itemWrapper[data-hovered] > .itemDepth12472627565__positionBox > .itemDepth12472627565__animationBox { animation-name: itemDepth12472627565__fadeIn; }
.submenu815198092__heading .itemDepth12472627565__label { color: rgb(0, 0, 0); }
.submenu815198092__pageWrapper { margin-left: auto !important; margin-right: auto !important; }
.submenu815198092__overrideWidth { width: 100% !important; }
.submenu815198092__rowItem:last-child { margin-bottom: 0px !important; }
.submenu815198092__rowItem:first-child, .submenu815198092__rowItem + .submenu815198092__rowItem { margin-top: 0px; }
.h75ntl { display: var(--navbar-display,block); height: 100%; }
.I9v6Rw:hover { z-index: var(--is-sticky,auto); }
.Aj_PK7 { clip: rect(0px, 0px, 0px, 0px); border: 0px; width: 1px; height: 1px; margin: -1px; padding: 0px; position: absolute; overflow: hidden; }
.wZrAIE { min-width: var(--min-width-override); min-height: var(--min-height-override); }
.itemShared2352141355__rootContainer { height: 100%; }
.itemShared2352141355__rootContainer.itemShared2352141355--isRow { flex-direction: row; display: flex; }
.itemShared2352141355__rootContainer.itemShared2352141355--isRow .itemShared2352141355__menuItem { flex-grow: 1; }
.itemShared2352141355__accessibilityIconWrapper { width: 0px; }
.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isIconShown { width: unset; margin-inline: 4px 8px; }
.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isTopLevel.itemShared2352141355--isIconShown { align-items: center; display: flex; }
.itemShared2352141355__accessibilityIcon { clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); width: 0px; height: 0px; }
.itemShared2352141355__accessibilityIcon.itemShared2352141355--isIconShown { width: 24px; height: 24px; clip-path: unset; background: rgb(255, 255, 255); }
.itemShared2352141355__accessibilityIcon.itemShared2352141355--isOpen { rotate: 180deg; }
.ScrollButton2305195801__root { cursor: pointer; opacity: 0; pointer-events: none; justify-content: center; align-items: center; display: flex; overflow: hidden; }
.ScrollButton2305195801__root:hover { transition: 80ms cubic-bezier(0, 0, 1, 1); }
.ScrollButton2305195801__root.ScrollButton2305195801---side-4-left { transform: scaleX(-1); }
.ScrollButton2305195801__root.ScrollButton2305195801--isVisible { opacity: 1; pointer-events: auto; }
.ScrollButton2305195801__icon { min-width: 1px; max-width: 100%; max-height: 100%; }
.ScrollButton2305195801__icon > svg { width: inherit; height: inherit; }
.ScrollControls2015960785__root { padding-top: inherit; padding-bottom: inherit; border-style: inherit; border-width: inherit; border-image: inherit; display: var(--scroll-controls-display,flex); pointer-events: none; border-color: rgba(0, 0, 0, 0); justify-content: space-between; position: absolute; inset: 0px; }
.BqYkvS { pointer-events: none; z-index: 9999; color: rgb(17, 109, 255); opacity: 0; cursor: pointer; background: rgb(255, 255, 255); border-radius: 24px; width: 0px; height: 0px; margin-left: -94px; padding: 0px 24px; font-family: Helvetica, Arial, メイリオ, meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; font-size: 14px; position: absolute; top: 60px; left: 50%; }
.BqYkvS:focus { opacity: 1; pointer-events: auto; border: 2px solid; width: auto; height: 40px; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.aDzdcC { clip-path: var(--fill-layer-clip); }
.aDzdcC, .rv3vOe { width: 100%; height: 100%; position: absolute; top: 0px; }
.dnHU4q img { width: 100%; height: 100%; }
.X9nqm0 { opacity: 0; position: absolute; top: 0px; }
.ZUV7Qj { width: 0px; height: 0px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.UZsu9f { position: var(--fill-layer-background-media-position); pointer-events: var(--fill-layer-background-media-pointer-events); width: 100%; height: 100%; top: 0px; left: 0px; }
.WnIl2C, .OAmk_6 { width: 100%; height: 100%; top: 0px; }
.OAmk_6 { position: absolute; }
.WnIl2C { background-color: var(--fill-layer-background-overlay-color); position: var(--fill-layer-background-overlay-position); opacity: var(--fill-layer-background-overlay-blend-opacity-fallback,1); transform: var(--fill-layer-background-overlay-transform); }
@supports (mix-blend-mode:overlay) {
  .WnIl2C { mix-blend-mode: var(--fill-layer-background-overlay-blend-mode); opacity: var(--fill-layer-background-overlay-blend-opacity,1); }
}
.QG9w8P { width: 100%; height: 100%; mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100%); mask-repeat: var(--mask-repeat,no-repeat); pointer-events: var(--fill-layer-background-media-pointer-events); position: absolute; top: 0px; left: 0px; overflow: hidden; }
.QG9w8P.WIIr02 { clip: rect(0px, auto, auto, 0px); }
.QG9w8P .ayCf9D { width: 100%; height: 100%; position: absolute; top: 0px; }
.QG9w8P .fO4mKs { opacity: var(--fill-layer-image-opacity); height: var(--fill-layer-image-height,100%); }
.QG9w8P .fO4mKs img { width: 100%; height: 100%; }
@supports ((-webkit-hyphens:none)) {
  .QG9w8P.WIIr02 { clip: auto; clip-path: inset(0px); }
}
.ROWgFb { height: 100%; }
.LNYVZi { background-color: var(--bg-overlay-color); background-image: var(--bg-gradient); transition: var(--inherit-transition); }
.xSZeaB, .g4gDzl { opacity: var(--fill-layer-video-opacity); }
.Ulxuud { width: 100%; height: var(--media-padding-height); top: var(--media-padding-top); bottom: var(--media-padding-bottom); position: absolute; }
.NgeJ4N { transform: scale(var(--scale,1)); transition: var(--transform-duration,transform 0s); }
.g4gDzl { width: 100%; height: 100%; position: relative; }
wix-media-canvas { height: 100%; display: block; }
.bzwgbw { opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1)); }
.bzwgbw .fO4mKs, .bzwgbw .g4gDzl, .bzwgbw .xSZeaB { opacity: 1; }
.ejT4cR { --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)); width: 100%; height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__)); position: absolute; left: 0px; }
.ejT4cR .Mj2wZE { --divider-layer-i__: var(--divider-layer-i,0); width: 100%; 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)); background-repeat: repeat-x; background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom; border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__)); border-bottom-style: solid; position: absolute; left: 0px; }
.urGCgL { --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); transform: var(--divider-top-flip,scaleY(-1)); opacity: var(--divider-top-opacity,1); border-top: var(--divider-top-padding,0) solid var(--divider-top-color,currentColor); top: 0px; }
.urGCgL .Mj2wZE { border-color: var(--divider-top-color,currentColor); background-image: var(--divider-top-image,none); background-size: var(--divider-top-size,contain); filter: var(--divider-top-filter,none); bottom: 0px; }
.urGCgL .Mj2wZE[data-divider-layer="1"] { display: var(--divider-top-layer-1-display,block); }
.urGCgL .Mj2wZE[data-divider-layer="2"] { display: var(--divider-top-layer-2-display,block); }
.urGCgL .Mj2wZE[data-divider-layer="3"] { display: var(--divider-top-layer-3-display,block); }
.yIAE9q { --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); transform: var(--divider-bottom-flip,none); opacity: var(--divider-bottom-opacity,1); border-bottom: var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor); bottom: 0px; }
.yIAE9q .Mj2wZE { border-color: var(--divider-bottom-color,currentColor); background-image: var(--divider-bottom-image,none); background-size: var(--divider-bottom-size,contain); filter: var(--divider-bottom-filter,none); bottom: 0px; }
.yIAE9q .Mj2wZE[data-divider-layer="1"] { display: var(--divider-bottom-layer-1-display,block); }
.yIAE9q .Mj2wZE[data-divider-layer="2"] { display: var(--divider-bottom-layer-2-display,block); }
.yIAE9q .Mj2wZE[data-divider-layer="3"] { display: var(--divider-bottom-layer-3-display,block); }
.Le88gL { overflow: visible; }
.Le88gL > .QG9w8P .LNYVZi { background-color: var(--section-corvid-background-color,var(--bg-overlay-color)); }
.YVKX2I { backface-visibility: hidden; }
.ClLWjk { position: absolute; top: 0px; left: 0px; }
.Qm39GH { z-index: 9999; color: rgb(0, 0, 0); pointer-events: none; clip: rect(0px, 0px, 0px, 0px); background-color: rgb(255, 255, 255); border-radius: 50%; outline: rgb(0, 0, 0) solid 1px; place-items: center; width: 24px; height: 24px; display: grid; position: absolute; bottom: 3px; right: 3px; }
.Qm39GH:focus, .Qm39GH:active { pointer-events: auto; clip: auto; }
.S829f_ { pointer-events: var(--ref-container-pointer-events) !important; }
.S829f_ > * { pointer-events: auto; }
.ku1hVK { border-radius: var(--overflow-wrapper-border-radius); }
.EtmdIW { cursor: pointer; }
.HFEOE3 { --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: var(--background,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))); --overflow-wrapper-border-radius: var(--rd); --backdrop-filter: $backdrop-filter; }
.NaeT1r { box-shadow: none !important; background: 0px 0px !important; border: none !important; }
.NYfD3h { 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))); background-color: var(--container-corvid-background-color,var(--background,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)))); background-image: var(--bg-gradient,none); backdrop-filter: var(--backdrop-filter,none); border-radius: var(--rd,5px); box-shadow: var(--shd,0 1px 4px #0009); position: absolute; inset: 0px; }
.jdJeEr { width: unset !important; min-width: unset !important; max-width: unset !important; height: unset !important; min-height: unset !important; max-height: unset !important; z-index: unset !important; margin: 0px !important; padding: 0px !important; position: absolute !important; inset: 0px !important; }
.H4AHlN { clip-path: inset(50%); width: 24px; height: 24px; position: absolute; }
.H4AHlN:focus, .H4AHlN:active { clip-path: unset; top: 50%; right: 0px; transform: translateY(-50%); }
.H4AHlN.Ln3X5V { transform: translateY(-50%) rotate(180deg); }
.RHcakQ, .CUYeWp { height: 100%; width: initial; box-sizing: border-box; position: relative; overflow: visible; }
.RHcakQ[data-state~="header"] a, [data-state~="header"].CUYeWp a, .RHcakQ[data-state~="header"] div, [data-state~="header"].CUYeWp div { cursor: default !important; }
.RHcakQ .qMvpu5, .CUYeWp .qMvpu5 { width: 100%; height: 100%; display: inline-block; }
.CUYeWp { display: var(--display); --display: inline-block; cursor: pointer; font: var(--fnt,var(--font_1)); }
.CUYeWp .EWeavx { padding: 0 var(--pad,5px); }
.CUYeWp .wGxoBM { color: rgb(var(--txt,var(--color_15,color_15))); transition: var(--trans,color .4s ease 0s); padding: 0px 10px; display: inline-block; }
.CUYeWp[data-state~="drop"] { width: 100%; display: block; }
.CUYeWp[data-state~="drop"] .wGxoBM { padding: 0px 0.5em; }
.CUYeWp[data-state~="over"] .wGxoBM, .CUYeWp[data-state~="link"]:hover .wGxoBM { color: rgb(var(--txth,var(--color_14,color_14))); transition: var(--trans,color .4s ease 0s); }
.CUYeWp[data-state~="selected"] .wGxoBM { color: rgb(var(--txts,var(--color_14,color_14))); transition: var(--trans,color .4s ease 0s); }
.H5oXMS { overflow-x: hidden; }
.H5oXMS .nzOiVF { flex-direction: column; width: 100%; height: 100%; display: flex; }
.H5oXMS .nzOiVF .sPUR9o { flex: 1 1 0%; }
.H5oXMS .nzOiVF .U7fR3t { width: calc(100% - (var(--menuTotalBordersX,0px))); height: calc(100% - (var(--menuTotalBordersY,0px))); white-space: nowrap; overflow: visible; }
.H5oXMS .nzOiVF .U7fR3t .CSt_RJ, .H5oXMS .nzOiVF .U7fR3t .NgQZsf { direction: var(--menu-direction); text-align: var(--menu-align,var(--align)); display: inline-block; }
.H5oXMS .nzOiVF .U7fR3t .NV2Ozs { width: 100%; display: block; }
.H5oXMS .dva_z0 { z-index: 99999; opacity: 1; text-align: var(--submenus-align,var(--align)); direction: var(--submenus-direction); display: block; }
.H5oXMS .dva_z0 .fYO6yN { display: inherit; white-space: nowrap; width: auto; visibility: inherit; overflow: visible; }
.H5oXMS .dva_z0.mmODQd { visibility: visible; transition: visibility 0.2s; }
.H5oXMS .dva_z0 .NgQZsf { display: inline-block; }
.H5oXMS .YStAo7 { display: none; }
.MV6Z4B > nav { position: absolute; inset: 0px; }
.MV6Z4B .U7fR3t { position: absolute; }
.MV6Z4B .dva_z0 { visibility: hidden; margin-top: 7px; position: absolute; }
.MV6Z4B .dva_z0[data-dropmode="dropUp"] { margin-top: 0px; margin-bottom: 7px; }
.MV6Z4B .fYO6yN { background-color: rgba(var(--bgDrop,var(--color_11,color_11)),var(--alpha-bgDrop,1)); border-radius: var(--rd,0); box-shadow: var(--shd,0 1px 4px #0009); }
.ETqrjz .g0IvTF { background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)); position: absolute; inset: 0px; overflow: hidden; }
.ku1hVK { border-radius: var(--overflow-wrapper-border-radius); }
.EtmdIW { cursor: pointer; }
.HFEOE3 { --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: var(--background,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))); --overflow-wrapper-border-radius: var(--rd); --backdrop-filter: $backdrop-filter; }
.NaeT1r { box-shadow: none !important; background: 0px 0px !important; border: none !important; }
.NYfD3h { 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))); background-color: var(--container-corvid-background-color,var(--background,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)))); background-image: var(--bg-gradient,none); backdrop-filter: var(--backdrop-filter,none); border-radius: var(--rd,5px); box-shadow: var(--shd,0 1px 4px #0009); position: absolute; inset: 0px; }
.jdJeEr { width: unset !important; min-width: unset !important; max-width: unset !important; height: unset !important; min-height: unset !important; max-height: unset !important; z-index: unset !important; margin: 0px !important; padding: 0px !important; position: absolute !important; inset: 0px !important; }
.AYWbDv { min-width: min-content; }
.ku1hVK { border-radius: var(--overflow-wrapper-border-radius); }
.ArRNfA { --container-corvid-background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)); --container-corvid-border-color: rgba(var(--borderColor,0, 0, 0),var(--alpha-borderColor,0)); direction: var(--wix-opt-in-direction,ltr); background-color: var(--container-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))); border-style: solid; border-color: var(--container-corvid-border-color,rgba(var(--borderColor,0, 0, 0),var(--alpha-borderColor,0))); background-image: var(--bg-gradient,none); box-shadow: var(--boxShadow,0 0 0 #0000); border-width: var(--borderWidth,0px); border-radius: var(--borderRadius,0); }
.EU_s7i { box-sizing: border-box; border-top: var(--lnw,2px) solid rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)); height: 0px; }
.i4P7Vt { mix-blend-mode: var(--blendMode,normal); position: relative; }
.i4P7Vt img { width: 100%; height: 100%; opacity: var(--mediaOpacity,1); mask-image: var(--mask-image,none); mask-position: var(--mask-position,0); mask-size: var(--mask-size,100% 100%); mask-repeat: var(--mask-repeat,no-repeat); display: block; }
.i4P7Vt.ZYZJBv img { object-fit: var(--responsive-img-object-fit); }
.i4P7Vt .YX2qkL { background-color: rgba(var(--backgroundColor,var(--color_8,color_8)),var(--alpha-backgroundColor,1)); border-color: rgba(var(--borderColor,var(--color_8,color_8)),var(--alpha-borderColor,1)); border-width: var(--borderWidth,0); border-radius: var(--cornerRadius,0); box-shadow: var(--boxShadow,none); box-sizing: border-box; border-style: solid; position: absolute; inset: 0px; overflow: hidden; }
.i4P7Vt .YX2qkL .qR3Oj6 { box-sizing: content-box; width: 100%; height: 100%; padding: var(--borderWidth,0); inset: calc(-1*var(--borderWidth,0)); position: absolute; }
.i4P7Vt .XWKVT7 { width: 100%; height: 100%; display: block; }
.i4P7Vt .XWKVT7 .qR3Oj6 { padding: 0px; inset: 0px; }
.bEa5WO { background-color: rgba(var(--backgroundColor,var(--color_8,color_8)),var(--alpha-backgroundColor,1)); border-color: rgba(var(--borderColor,var(--color_8,color_8)),var(--alpha-borderColor,1)); border-width: var(--borderWidth,0); border-radius: var(--cornerRadius,0); box-shadow: var(--boxShadow,none); box-sizing: border-box; border-style: solid; position: relative; overflow: hidden; }
.bEa5WO:has(a:focus-visible) { outline-offset: 1px; outline: rgb(17, 109, 255) solid 2px !important; }
.bEa5WO .YX2qkL { width: 100%; height: 100%; position: absolute; inset: 0px; overflow: hidden; }
.bEa5WO .YX2qkL .qR3Oj6 { width: 100%; height: 100%; position: absolute; inset: 0px; }
.bEa5WO img { width: 100%; height: 100%; opacity: var(--mediaOpacity,1); display: block; }
.bEa5WO.ZYZJBv img { object-fit: var(--responsive-img-object-fit); }
.bEa5WO .XWKVT7 { width: 100%; height: 100%; display: block; }
.EtmdIW { cursor: pointer; }
.HFEOE3 { --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: var(--background,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))); --overflow-wrapper-border-radius: var(--rd); --backdrop-filter: $backdrop-filter; }
.NaeT1r { box-shadow: none !important; background: 0px 0px !important; border: none !important; }
.NYfD3h { 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))); background-color: var(--container-corvid-background-color,var(--background,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)))); background-image: var(--bg-gradient,none); backdrop-filter: var(--backdrop-filter,none); border-radius: var(--rd,5px); box-shadow: var(--shd,0 1px 4px #0009); position: absolute; inset: 0px; }
.jdJeEr { width: unset !important; min-width: unset !important; max-width: unset !important; height: unset !important; min-height: unset !important; max-height: unset !important; z-index: unset !important; margin: 0px !important; padding: 0px !important; position: absolute !important; inset: 0px !important; }
.TabsList2027980309__root { position: var(--tabs-list-position,relative); width: var(--tabs-list-width,unset); box-sizing: border-box; direction: var(--tabs-list-direction,initial); height: var(--tabs-list-height,auto); display: flex; inset-inline-start: 0px; }
.TabsList2027980309__tabsList { --orientation: var(--tabs-list-orientation,horizontal); scrollbar-width: none; width: var(--tabs-list-width,unset); align-items: stretch; gap: var(--tabs-list-items-row-gap,0) var(--tabs-list-items-col-gap,0); flex-direction: var(--tabs-list-flex-direction,row); justify-content: var(--tabs-list-justify-content,normal); min-height: 24px; overflow-x: var(--tabs-list-overflow-x,visible); overflow-y: var(--tabs-list-overflow-y,visible); flex-wrap: var(--tabs-list-flex-wrap,nowrap); display: flex; }
.TabsList2027980309__tab:first-child { margin-inline-start: var(--tabs-list-first-child-margin-start,0); }
.TabsList2027980309__tab:last-child { margin-inline-end: var(--tabs-list-last-child-margin-end,0); }
.TabsList2027980309__tabsList::-webkit-scrollbar { display: none; }
.TabsList2027980309__tab { flex-grow: var(--tabs-list-item-flex-grow,0); justify-content: var(--tabs-list-content-alignment,flex-start); cursor: pointer; white-space: nowrap; padding: var(--tabs-list-vertical-padding,20px) var(--tabs-list-horizontal-padding,20px); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-bottom-style: solid; border-bottom-width: var(--tabs-list-item-border-width,0); border-bottom-color: rgba(0, 0, 0, 0); align-items: center; display: flex; }
.TabsList2027980309__tab.TabsList2027980309--current { border-bottom-color: rgba(var(--color-8), var(--alpha-color-8,1)); }
@media (forced-colors: active) {
  .TabsList2027980309__tab { outline-offset: 0px; border-bottom-color: buttontext; outline: buttontext solid 2px; }
  .TabsList2027980309__tab:hover, .TabsList2027980309__tab.TabsList2027980309--current, .TabsList2027980309__tab[aria-selected="true"] { outline-offset: -2px; border-bottom-color: highlight; outline: highlight solid 3px; }
  .TabsList2027980309__tab:focus, .TabsList2027980309__tab:focus-visible { outline-offset: 1px; border-bottom-color: highlight; outline: highlight solid 3px !important; }
}
.TabsList2027980309__scrollButton:first-child { inset-block-start: 0px; inset-block-end: var(--tabs-list-back-button-block-end,unset); inset-inline-start: 0px; inset-inline-end: var(--tabs-list-back-button-inline-end,unset); }
.TabsList2027980309__scrollButton:last-child { inset-block-start: var(--tabs-list-forward-button-block-start,unset); inset-block-end: 0px; inset-inline-start: var(--tabs-list-forward-button-inline-start,unset); inset-inline-end: 0px; }
.TabsList2027980309__label { overflow: var(--tab-label-overflow,unset); text-overflow: var(--tab-label-text-overflow,unset); }
.TabsScrollButton1157534303__root { z-index: 1; transform: var(--tabs-list-scroll-buttons-transform,scaleX(1)); display: var(--tabs-list-scroll-buttons-display,flex); opacity: 0; cursor: default; justify-content: center; align-items: center; width: 0px; transition: opacity 0.1s ease-in-out; position: absolute; overflow: hidden; }
.TabsScrollButton1157534303__root.TabsScrollButton1157534303--isVisible, .TabsScrollButton1157534303__root[data-preview~="isVisible"] { width: initial; opacity: 1; cursor: pointer; }
.TabsScrollButton1157534303__icon { transform: var(--tabs-list-scroll-icons-transform,rotate(0)); }
@media (forced-colors: active) {
  .TabsScrollButton1157534303__root.TabsScrollButton1157534303--isVisible, .TabsScrollButton1157534303__root[data-preview~="isVisible"] { outline-offset: 0px; color: buttontext; outline: buttontext solid 2px; }
  .TabsScrollButton1157534303__root.TabsScrollButton1157534303--isVisible:hover, .TabsScrollButton1157534303__root[data-preview~="isVisible"]:hover { outline-offset: 1px; color: highlight; outline: highlight solid 3px; }
  .TabsScrollButton1157534303__icon, .TabsScrollButton1157534303__icon * { fill: currentcolor; stroke: currentcolor; }
}
.Tabscomponent1176390459__root { display: var(--display); --display: flex; flex-direction: var(--tabs-container-flex-direction,column); gap: var(--tabs-list-container-gap,0); min-width: 0px; height: 100%; min-height: 0px; position: var(--tabs-position,unset); padding-left: var(--tabs-padding-left,0); padding-right: var(--tabs-padding-right,0); flex: 1 1 0%; }
.Tabscomponent1176390459__multiStateBoxWrapper { width: var(--multi-state-wrapper-width,100%); box-sizing: border-box; flex: 1 1 0%; }
.Tabscomponent1176390459__tabPanelWrapper { visibility: hidden; width: 0px; height: 0px; overflow: hidden; }
.Tabscomponent1176390459__tabPanelWrapper.Tabscomponent1176390459--safariHeightFix { width: unset; }
.Tabscomponent1176390459__tabPanelWrapper.Tabscomponent1176390459--isVisible { width: 100%; height: 100%; visibility: revert; overflow: revert; }
.Tabscomponent1176390459__animationWrapper.Tabscomponent1176390459---phase-12-enter-active { overflow: clip; }
.Tabscomponent1176390459__animationWrapper.Tabscomponent1176390459---phase-10-enter-done { overflow: revert; }
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes floatFromTop { 
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0px); }
}
@keyframes floatFromBottom { 
  0% { transform: translateY(100%); }
  100% { transform: translateY(0px); }
}
.Tabscomponent1176390459__tabPanelWrapper.Tabscomponent1176390459---phase-12-enter-active { animation-name: var(--tab-enter-animation-name); animation-duration: var(--tab-animation-duration); }
.Tabscomponent1176390459__tabPanelWrapper.Tabscomponent1176390459---phase-11-exit-active { animation-name: var(--tab-exit-animation-name); animation-duration: var(--tab-animation-duration); }
.gDZ5xr { border-radius: var(--overflow-wrapper-border-radius); }
.e24tXb { box-shadow: none !important; }
.Mn8ojN { text-align: center; background-color: rgba(var(--color_11),var(--alpha-color_11,1)); position: absolute; inset: 0px; container-type: size; }
.Mn8ojN * { box-sizing: border-box; }
.P343Xj { border: 1px solid rgba(var(--color_15), .3); border-radius: 2px; flex-direction: column; justify-content: center; align-items: center; height: 100%; padding: 20px; display: flex; }
.P343Xj .cfZ0Mq { fill: rgba(var(--color_15),var(--alpha-color_15,1)); margin-bottom: 12px; }
.FeZ110, .XLeGwY { flex-direction: column-reverse; justify-content: flex-end; display: none; }
._5ZJ7QR { justify-content: flex-start; display: none; }
.Bd_X64 { border: 1px solid rgba(var(--color_15), .3); border-radius: 2px; height: 100%; display: flex; }
.Bd_X64 button { justify-content: center; align-items: center; width: 100%; height: 100%; display: flex; }
.Bd_X64 .fQKWmG { position: relative; }
.Bd_X64 .fQKWmG div { display: flex; }
.Bd_X64 .fQKWmG:hover .cfZ0Mq { opacity: 0.7; }
@container (width > 300px) and (height > 180px) {
  .FeZ110 { display: flex; }
  .XLeGwY, ._5ZJ7QR, .Bd_X64 { display: none; }
}
@container (280px < width <= 300px) and (height >= 160px) {
  .FeZ110 { display: none; }
  .XLeGwY { display: flex; }
  ._5ZJ7QR, .Bd_X64 { display: none; }
}
@container ((200px <= width <= 280px) and (height >= 160px)) or ((150px <= width <= 200px) and (height >= 200px)) {
  .FeZ110, .XLeGwY { display: none; }
  ._5ZJ7QR { display: flex; }
  .Bd_X64 { display: none; }
}
@container (width < 200px) and (height < 200px) {
  .FeZ110, .XLeGwY, ._5ZJ7QR { display: none; }
  .Bd_X64 { display: flex; }
}
.ATebEt { flex-direction: column-reverse; align-items: center; display: flex; }
.MQKgyC { font: var(--font_8); line-height: ; color: rgba(var(--color_15),var(--alpha-color_15,1)); font-size: 16px; display: block; }
.wc84Wt { font: var(--font_8); box-sizing: border-box; text-align: center; line-height: ; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); width: 320px; padding: 20px; font-size: 16px; position: relative; }
body.device-mobile-optimized .wc84Wt, body.device-mobile-responsive .wc84Wt, :host(.device-mobile-optimized) .wc84Wt, :host(.device-mobile-responsive) .wc84Wt { width: 280px; padding: 20px; }
.RKUm6p { position: relative; }
.RKUm6p .zA3xmt { fill: rgba(var(--color_15),var(--alpha-color_15,1)); margin-bottom: 12px; }
.RKUm6p:hover .zA3xmt { opacity: 0.7; }
.RKUm6p::after { content: ""; position: absolute; inset: -12px -12px -8px; }
.u8Xpns { font: var(--font_8); color: rgba(var(--color_18),var(--alpha-color_18,1)); cursor: pointer; line-height: ; touch-action: manipulation; font-size: 16px; text-decoration: underline; }
.u8Xpns:hover { opacity: 0.7; }
.nZJLFG { font: var(--font_8); color: rgb(0, 79, 255); cursor: pointer; line-height: ; touch-action: manipulation; font-size: 16px; text-decoration: underline; }
.nZJLFG:hover { opacity: 0.7; }
.lyUdcR { display: flex; }
._0s0Zx { visibility: hidden; z-index: var(--portals-z-index); opacity: 0.99; transition: opacity 1ms linear, box-shadow linear 10ms; position: absolute; }
._0s0Zx:focus { z-index: var(--portals-z-index) !important; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgb(17, 109, 255) 0px 0px 0px 3px !important; }
._0s0Zx:focus-within { opacity: 1; }
.Rq93kQ { visibility: visible; }
.W76zan { transition: opacity 1ms linear, box-shadow linear; }
.qyAPtn { background-color: rgb(255, 255, 255); border-radius: 2px; font-size: 16px; animation-duration: 0.4s; animation-timing-function: ease; animation-fill-mode: forwards; display: inline-block; position: relative; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px, rgba(0, 0, 0, 0.1) 0px 0px 4px; }
.UZnQxo { visibility: hidden; }
.UZnQxo, .UZnQxo::before { background-image: inherit; background-position: inherit; background-size: inherit; background-repeat: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; z-index: -1; background-color: rgb(255, 255, 255); width: 12px; height: 12px; position: absolute; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px, rgba(0, 0, 0, 0.1) 0px 0px 4px; }
.UZnQxo::before { content: ""; position: absolute; transform: rotate(45deg); }
.Rq93kQ .UZnQxo::before { visibility: visible; }
._0s0Zx[data-popper-placement^="top"].Rq93kQ .UZnQxo { bottom: -6px; }
._0s0Zx[data-popper-placement^="top"].Rq93kQ .qyAPtn { animation-name: Pj1VxP; }
._0s0Zx[data-popper-placement^="bottom"].Rq93kQ .UZnQxo { top: -6px; }
._0s0Zx[data-popper-placement^="bottom"].Rq93kQ .qyAPtn { animation-name: NDZoia; }
._0s0Zx[data-popper-placement^="left"].Rq93kQ .UZnQxo { right: -6px; }
._0s0Zx[data-popper-placement^="left"].Rq93kQ .qyAPtn { animation-name: TQF6YB; }
._0s0Zx[data-popper-placement^="right"].Rq93kQ .UZnQxo { left: -6px; }
._0s0Zx[data-popper-placement^="right"].Rq93kQ .qyAPtn { animation-name: W5vtYG; }
@keyframes Pj1VxP { 
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: none; }
}
@keyframes NDZoia { 
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: none; }
}
@keyframes TQF6YB { 
  0% { opacity: 0; transform: translate(10px); }
  100% { opacity: 1; transform: none; }
}
@keyframes W5vtYG { 
  0% { opacity: 0; transform: translate(-10px); }
  100% { opacity: 1; transform: none; }
}
.VideoPlayer2054936319__playerContainer, .VideoPlayer2054936319__facebookContainer { box-shadow: var(--boxShadow); border: var(--borderSize) solid rgba(var(--borderColor,0,0,0), var(--alpha-borderColor,1)); margin-top: calc(-1 * var(--borderSize)); margin-left: calc(-1 * var(--borderSize)); display: block; position: absolute; top: 0px; }
.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused { z-index: 1000; }
.VideoPlayer2054936319__cover .PlayableCover847694237__title { font: var(--font); color: rgba(var(--fontColor,255,255,255), var(--alpha-fontColor,1)); -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 2.8em; margin: 0px 0px 15px; padding: 0px 10%; display: -webkit-box; overflow: hidden; }
.VideoPlayer2054936319__cover.VideoPlayer2054936319--isMobileView .PlayableCover847694237__title { margin: 0px 0px 10px; font-size: 18px; }
.VideoPlayer2054936319__cover .PlayableCover847694237__overlay { background-color: rgba(var(--backgroundColor,0,0,0), var(--alpha-backgroundColor,1)); transition: background-color 0.2s; }
.VideoPlayer2054936319__cover .PlayableCover847694237__overlay:hover { background-color: rgba(var(--backgroundColor,0, 0, 0), calc(var(--alpha-backgroundColor,1) + .1)); }
.VideoPlayer2054936319__cover .PlayableCover847694237__playButton { width: var(--playButtonSize); height: var(--playButtonSize); }
.VideoPlayer2054936319__cover .PlayableCover847694237__playButton:hover { opacity: 0.8; }
.VideoPlayer2054936319__cover.VideoPlayer2054936319--isMobileView .PlayableCover847694237__playButton { width: var(--playButtonMobileSize); height: var(--playButtonMobileSize); }
.VideoPlayer2054936319__cover .PlayableCover847694237__playButton circle { stroke: rgba(var(--fontColor,255,255,255), var(--alpha-fontColor,1)); }
.VideoPlayer2054936319__cover .PlayableCover847694237__playButton path { fill: rgba(var(--fontColor,255,255,255), var(--alpha-fontColor,1)); }
.VideoPlayer2054936319__playerContainer { width: 100%; height: 100%; }
.VideoPlayer2054936319__playerContainer iframe { width: 100%; height: 100%; visibility: inherit; }
.VideoPlayer2054936319__facebookContainer { width: 100%; height: 100%; }
.VideoPlayer2054936319__vimeoContainer { background-color: rgb(0, 0, 0); }
.VideoPlayer2054936319__fadeEnter { opacity: 1; }
.VideoPlayer2054936319__fadeEnterActive { opacity: 0; transition: opacity 1.6s ease-out; }
.VideoPlayer2054936319__secondPoster { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.VideoPlayer2054936319__forceVisibleInFullscreen { visibility: visible !important; }
.CSZHvY { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.CSZHvY:hover { opacity: 0.7; }
.PngMEf { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.zOCV0a { z-index: 0; height: inherit; outline: none; font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, "Helvetica Neue", Helvetica, Arial, "\\30e1イリオ", meiryo, "\\30d2ラギノ角ゴpro w3", "hiragino kaku gothic pro"; display: block; position: relative; overflow: hidden; }
.zOCV0a button { text-transform: none; appearance: button; margin: 0px; font-family: inherit; font-size: 100%; line-height: 1.15; overflow: visible; }
[data-playable-hook="player-container"].zOCV0a [data-playable-component], [data-playable-hook="player-container"].zOCV0a [data-playable-component] *, [data-playable-hook="player-container"].zOCV0a [data-playable-component] ::before, [data-playable-hook="player-container"].zOCV0a [data-playable-component] ::after { box-sizing: content-box !important; outline: none !important; }
.T19tts, .Ls__Qf { width: 100% !important; min-width: 100% !important; height: 100% !important; min-height: 100% !important; }
[data-playable-focus-source="key"] [data-playable-hook="player-container"] button.focus-within, [data-playable-focus-source="key"] [data-playable-hook="player-container"] input.focus-within, [data-playable-focus-source="key"] [data-playable-hook="player-container"] img.focus-within, [data-playable-focus-source="script"] [data-playable-hook="player-container"] button.focus-within, [data-playable-focus-source="script"] [data-playable-hook="player-container"] input.focus-within, [data-playable-focus-source="script"] [data-playable-hook="player-container"] img.focus-within { box-shadow: rgba(56, 153, 236, 0.8) 0px 0px 0px 2px; }
.uLtKnJ { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.uLtKnJ:hover { opacity: 0.7; }
.fACJqg { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.auNcKQ { z-index: 10000; background-color: rgba(0, 0, 0, 0.95); border-radius: 3px; width: 400px; height: 250px; position: absolute; top: 10px; left: 10px; overflow: scroll; }
.auNcKQ .Nn1XOK { cursor: pointer; color: rgb(255, 255, 255); position: absolute; top: 10px; right: 5px; }
.auNcKQ .Nn1XOK:hover { opacity: 0.8; }
.auNcKQ .QuuUzN { color: rgb(255, 255, 255); margin: 5px; padding: 5px; font-size: 8px; line-height: 8px; }
.auNcKQ .QuuUzN .M9YuIy { color: green; }
.auNcKQ .QuuUzN .Tu0VE4 { color: rgb(255, 140, 0); }
.auNcKQ .QuuUzN .s0pf1h { color: rgb(0, 0, 255); }
.auNcKQ .QuuUzN .eDeeE1 { color: rgb(255, 0, 255); }
.auNcKQ .QuuUzN .dsxF2O { color: rgb(255, 255, 255); }
.KE_jFc { z-index: 50; background-color: rgb(0, 0, 0); flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; display: flex; position: absolute; inset: 0px; }
.KE_jFc.lJAVgj video, .KE_jFc.ddpHD8 video { width: 100%; height: 100%; }
.KE_jFc.tDwZlO video { position: absolute; }
.KE_jFc.QGS4E_.tDwZlO video { width: 100%; height: auto !important; }
.KE_jFc.oRkC28.tDwZlO video { height: 100%; }
.KE_jFc video { z-index: 1; position: relative; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px; }
.KE_jFc.aXrXkB { cursor: none; }
.CArKdr { z-index: 0; filter: blur(14px); position: absolute; inset: 0px; }
.m7XTXo { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.m7XTXo:hover { opacity: 0.7; }
.FRkh8l { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.upGNDJ { z-index: 100; pointer-events: none; justify-content: center; align-items: center; display: flex; position: absolute; inset: 0px; }
.upGNDJ .xGKNX2 { opacity: 0; background-color: rgba(0, 0, 0, 0.5); border-radius: 100px; justify-content: center; align-items: center; font-size: 9px; line-height: 9px; animation-name: IBZY8F; animation-duration: 0.5s; display: flex; position: relative; }
.upGNDJ .Nkf_4l { animation-name: ClhCJ0; animation-duration: 0.5s; }
.upGNDJ .NVmRhj { position: relative; left: 3px; }
.upGNDJ .Bf5r6b { margin: 5px 0px; }
.upGNDJ .tlknGG { color: rgb(255, 255, 255); justify-content: center; align-items: center; min-width: 5px; min-height: 8px; display: flex; position: absolute; inset: 0px; }
.upGNDJ .tlknGG span { display: block; }
@keyframes ClhCJ0 { 
  0% { width: 22px; height: 22px; }
  100% { width: 30px; height: 30px; }
}
@keyframes IBZY8F { 
  0% { opacity: 0.9; width: 22px; height: 22px; padding: 19px; }
  100% { opacity: 0; width: 30px; height: 30px; padding: 25px; font-size: 14px; line-height: 14px; }
}
._sEROa { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
._sEROa:hover { opacity: 0.7; }
.HqDi0E { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.dDXXac { z-index: 100; display: none; position: absolute; inset: 0px; }
.dDXXac.ijZ7xn { justify-content: center; align-items: center; display: flex; }
.haF1Rh { background: 50% center / cover no-repeat rgb(0, 0, 0); justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; inset: 0px; }
.haF1Rh::before { content: ""; background-color: rgba(0, 0, 0, 0.35); width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.X73LM9 { cursor: pointer; opacity: 1; width: 71px; height: 71px; position: relative; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"] .X73LM9 { width: 54px; height: 54px; }
[data-playable-hook="player-container"][data-playable-max-width~="400px"] .X73LM9 { width: 36px; height: 36px; }
.X73LM9:hover { opacity: 0.8; }
.iX173B { background: 0px 0px; }
.VtwJGM { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.VtwJGM:hover { opacity: 0.7; }
.a8S_bR { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.oURtoq { z-index: 90; clip: rect(0px, 48px, 48px, 24px); color: rgb(255, 255, 255); width: 42px; height: 42px; margin-top: -21px; margin-left: -21px; animation: 1s linear 0s infinite normal none running a7rSGc; display: none; position: absolute; top: 50%; left: 50%; }
.oURtoq.veFGHB { display: block; }
.oURtoq::after { clip: rect(4px, 48px, 48px, 24px); content: ""; border: 3px solid; border-radius: 50%; animation: 1s linear 0s infinite normal none running YBHjsZ; position: absolute; inset: 0px; }
.oURtoq::before { clip: rect(0px, 48px, 48px, 24px); content: ""; border: 3px solid; border-radius: 50%; animation: 1s linear 0s infinite normal none running y56caj; position: absolute; inset: 0px; }
@keyframes YBHjsZ { 
  50% { clip: rect(42px, 48px, 48px, 24px); animation-timing-function: ease-in-out; }
}
@keyframes y56caj { 
  50% { clip: rect(0px, 48px, 9px, 24px); animation-timing-function: ease-in-out; transform: rotate(135deg); }
}
@keyframes a7rSGc { 
  0% { animation-timing-function: ease-out; transform: rotate(0deg); }
  45% { color: rgb(255, 255, 255); transform: rotate(18deg); }
  55% { transform: rotate(54deg); }
  100% { transform: rotate(360deg); }
}
.nD83ou { flex-direction: column; display: flex; position: absolute; inset: 0px; }
.nD83ou .i466Wq { flex-grow: 2; position: relative; }
.XrujAQ { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.XrujAQ:hover { opacity: 0.7; }
.qxe1Uw { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.YhFQHI { z-index: 60; position: relative; }
.YhFQHI.FyWkdw .nzWTiN, .YhFQHI.FyWkdw .lMMOGD { opacity: 1; }
.Qn9ACO { flex-grow: 0; }
.K2G2Gz { flex-direction: row; align-items: center; margin-top: 20px; display: flex; position: relative; }
[data-playable-hook="player-container"][data-playable-dir="ltr"] .K2G2Gz { margin-left: 20px; }
[data-playable-hook="player-container"][data-playable-dir="rtl"] .K2G2Gz { direction: rtl; margin-right: 20px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .K2G2Gz { margin-top: 30px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"][data-playable-dir="ltr"] .K2G2Gz { margin-left: 30px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"][data-playable-dir="rtl"] .K2G2Gz { direction: rtl; margin-right: 30px; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"] .K2G2Gz { margin-top: 15px; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"][data-playable-dir="ltr"] .K2G2Gz { margin-left: 15px; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"][data-playable-dir="rtl"] .K2G2Gz { direction: rtl; margin-right: 15px; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"] .K2G2Gz { margin-top: 12px; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"][data-playable-dir="ltr"] .K2G2Gz { margin-left: 12px; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"][data-playable-dir="rtl"] .K2G2Gz { direction: rtl; margin-right: 12px; }
.nzWTiN { opacity: 0; flex-grow: 1; max-width: calc(100% - 200px); transition: opacity 0.2s; }
.lMMOGD { pointer-events: none; opacity: 0; background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.03) 76%, rgba(0, 0, 0, 0)); background-size: 100% 182px; height: 181px; transition: opacity 0.2s; position: absolute; top: 0px; left: 0px; right: 0px; }
.sYK3PM { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.sYK3PM:hover { opacity: 0.7; }
.DHusy6 { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.Sw7ddK { white-space: nowrap; text-overflow: ellipsis; font-size: 16px; line-height: 17px; overflow: hidden; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"] .Sw7ddK { font-size: 14px; line-height: 15px; }
[data-playable-hook="player-container"][data-playable-max-width~="300px"] .Sw7ddK { font-size: 12px; line-height: 13px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .Sw7ddK { font-size: 20px; line-height: 20px; }
.Sw7ddK.Bmzx6L { cursor: pointer; }
.cBgVdF { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.cBgVdF:hover { opacity: 0.7; }
.NQ93de { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.gUSG3o { background-color: rgb(149, 149, 149); transition: background-color 0.2s; position: relative; }
[data-playable-hook="player-container"][data-playable-dir="ltr"] .gUSG3o { direction: ltr; margin-right: 15px; }
[data-playable-hook="player-container"][data-playable-dir="rtl"] .gUSG3o { direction: rtl; margin-left: 15px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"][data-playable-dir="ltr"] .gUSG3o { margin-right: 20px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"][data-playable-dir="rtl"] .gUSG3o { margin-left: 20px; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"][data-playable-dir="ltr"] .gUSG3o { margin-right: 10px; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"][data-playable-dir="rtl"] .gUSG3o { margin-left: 10px; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"] .gUSG3o { padding: 2px 3px; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"][data-playable-dir="ltr"] .gUSG3o { margin-right: 10px; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"][data-playable-dir="rtl"] .gUSG3o { margin-left: 10px; }
.gUSG3o.WBBUZz { cursor: default; }
.gUSG3o:hover:not(.WBBUZz), .gUSG3o.f03xEu { background-color: rgb(234, 73, 46); }
.usaLGg { cursor: pointer; }
button.yZyXsK { user-select: none; color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; padding: 5px 6px; font-size: 12px; line-height: 14px; text-transform: uppercase !important; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"] button.yZyXsK { font-size: 10px; line-height: 12px; }
.Z9cprf { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.Z9cprf:hover { opacity: 0.7; }
.SyVT0n { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.h6tO2q { z-index: 60; flex-direction: column; display: flex; }
.h6tO2q.dGEJNK .DeVBBk, .h6tO2q.dGEJNK .eCyqCF, .h6tO2q.dGEJNK .h8pU3d, .h6tO2q.dGEJNK .lY1Q0n, .h6tO2q.dGEJNK .e0gLfY, .h6tO2q.nygmHT .lY1Q0n { opacity: 1; }
.h6tO2q.KeMNgX .ES2lfl { margin-right: 14px; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"] .h6tO2q.KeMNgX .ES2lfl { margin-right: 7px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .h6tO2q.KeMNgX .ES2lfl { margin-right: 25px; }
.h6tO2q.KeMNgX .lY1Q0n, .h6tO2q.xXCzFT .CQHhb9, .h6tO2q.p2TP7M ._Jar1y, .h6tO2q.ziSsZ4 .hcWOJc, .h6tO2q.rXX5LL .ES2lfl, .h6tO2q.WsMzS3 .DeVBBk, .h6tO2q.n4zOLX .Yz2C05, .h6tO2q.eNEoBr .WYxGM3 { display: none; }
.klgBC8 { flex-grow: 2; width: 100%; display: flex; position: relative; }
.DeVBBk { padding: 0px 20px; position: relative; top: 2px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .DeVBBk { padding: 0px 30px; top: 3px; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"] .DeVBBk { padding: 0px 15px; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"] .DeVBBk { padding: 0px 12px; }
.DeVBBk, .eCyqCF, .h8pU3d, .lY1Q0n { opacity: 0; transition: opacity 0.2s; }
.h8pU3d, .eCyqCF { flex: 1 1 0%; align-items: center; width: 100%; max-width: 100%; display: flex; position: relative; }
.h8pU3d { justify-content: flex-end; }
.h8pU3d, .eCyqCF, .lY1Q0n { height: 54px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .h8pU3d, [data-playable-hook="player-container"][data-playable-in-full-screen="true"] .eCyqCF, [data-playable-hook="player-container"][data-playable-in-full-screen="true"] .lY1Q0n { height: 80px; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"] .h8pU3d, [data-playable-hook="player-container"][data-playable-max-width~="550px"] .eCyqCF, [data-playable-hook="player-container"][data-playable-max-width~="550px"] .lY1Q0n { height: 42px; }
[data-playable-hook="player-container"][data-playable-max-width~="350px"] .h8pU3d, [data-playable-hook="player-container"][data-playable-max-width~="350px"] .eCyqCF, [data-playable-hook="player-container"][data-playable-max-width~="350px"] .lY1Q0n { height: 36px; }
.CQHhb9 { margin-left: 13px; margin-right: 8px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .CQHhb9 { margin-left: 20px; margin-right: 20px; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"] .CQHhb9 { margin-left: 7px; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"] .CQHhb9 { margin-left: 4px; }
.hcWOJc { margin-right: 13px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .hcWOJc { margin-right: 20px; }
._Jar1y { margin-right: 18px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] ._Jar1y { margin-right: 30px; }
[data-playable-hook="player-container"][data-playable-max-width~="400px"] ._Jar1y { display: none; }
.Yz2C05 { margin-right: 8px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .Yz2C05 { margin-right: 18px; }
.ES2lfl { margin-right: 8px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .ES2lfl { margin-right: 18px; }
.WYxGM3 { margin-right: 8px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .WYxGM3 { margin-right: 18px; }
.lY1Q0n { margin-right: 14px; display: flex; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"] .lY1Q0n { margin-right: 9px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .lY1Q0n { margin-right: 23px; }
[data-playable-hook="player-container"][data-playable-max-width~="280px"] .lY1Q0n { margin-right: 12px; }
.xRBQST { margin-right: 8px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .xRBQST { margin-right: 18px; }
.e0gLfY { pointer-events: none; opacity: 0; background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03) 24%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.4)); background-size: 100% 182px; height: 181px; transition: opacity 0.2s; position: absolute; bottom: 0px; left: 0px; right: 0px; }
.nYlDbI { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.nYlDbI:hover { opacity: 0.7; }
.A5F4Ca { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.chEfQZ { z-index: 100; visibility: hidden; opacity: 0; transition: opacity 0.2s, visibility 0.2s; position: absolute; }
.chEfQZ.TJLRFP { background: rgba(0, 0, 0, 0.5); padding: 4px 5px; }
.chEfQZ.D_qOXi { visibility: visible; opacity: 1; }
.TJLRFP .b3332a { white-space: nowrap; color: rgb(255, 255, 255); font-size: 11px; line-height: 12px; }
.zCT2p8 { margin: 10px 10px 6px; display: flex; position: absolute; inset: 0px; }
.Jks8En { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.Jks8En:hover { opacity: 0.7; }
.ektDCb { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.zkN8A4 { user-select: none; touch-action: none; width: 100%; height: 6px; transition: opacity 0.2s, visibility 0.2s; display: block; position: relative; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .zkN8A4 { height: 8px; }
.zkN8A4.K74c36 .HWlKFg { background-color: rgb(234, 73, 46); }
.zkN8A4.K74c36 .CBrvgf { background-color: rgba(234, 73, 46, 0.5); }
.zkN8A4.K74c36 .X42rEN { display: initial; }
.zkN8A4:hover .F937Xv, .zkN8A4.SU1bwf .F937Xv, [data-playable-hook="player-container"][data-playable-in-full-screen="true"] .zkN8A4:hover .F937Xv, [data-playable-hook="player-container"][data-playable-in-full-screen="true"] .zkN8A4.SU1bwf .F937Xv { transform: scaleY(1); }
.zkN8A4:hover .F937Xv .CBrvgf, .zkN8A4.SU1bwf .F937Xv .CBrvgf { opacity: 1; }
.zkN8A4:hover .F937Xv .BjZWaz::after, .zkN8A4.SU1bwf .F937Xv .BjZWaz::after, .zkN8A4:hover .NJb7BF, .zkN8A4.SU1bwf .NJb7BF { transform: scale(1); }
.zkN8A4:hover .NJb7BF.KX14H_, .zkN8A4.SU1bwf .NJb7BF.KX14H_ { left: 100%; }
.zkN8A4:hover .X42rEN, .zkN8A4.SU1bwf .X42rEN { transform: scale(1.4); }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .zkN8A4:hover .X42rEN, [data-playable-hook="player-container"][data-playable-in-full-screen="true"] .zkN8A4.SU1bwf .X42rEN { transform: scale(1.33); }
.zkN8A4:hover .X42rEN.KX14H_, .zkN8A4.SU1bwf .X42rEN.KX14H_ { background-color: rgb(255, 255, 255); }
.gXgLSk { z-index: 7; position: absolute; top: -3px; left: -6px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .gXgLSk { width: 16px; height: 16px; top: -4px; left: -8px; }
.NJb7BF { content: ""; cursor: pointer; background-color: rgb(255, 255, 255); border-radius: 50%; width: 12px; height: 12px; transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1); display: block; transform: scale(0); }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .NJb7BF { width: 16px; height: 16px; }
.X42rEN { z-index: 6; cursor: pointer; background-color: rgb(234, 73, 46); border: 2px solid rgb(186, 186, 186); border-radius: 50%; width: 6px; height: 6px; transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1); display: none; position: absolute; top: -2px; right: -5px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .X42rEN { width: 8px; height: 8px; top: -2px; right: -6px; }
.X42rEN:hover { background-color: rgb(255, 255, 255); }
.X42rEN.ektDCb { display: none; }
.F937Xv { height: 6px; transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1); transform: scaleY(0.34); }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .F937Xv { height: 8px; transform: scaleY(0.25); }
.n9U43a { height: 6px; padding: 0px; position: absolute; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .n9U43a { height: 8px; }
.HWlKFg { transform-origin: 0px 0px; background-color: rgb(255, 255, 255); width: 100%; }
.qvWDEb { background-color: rgba(255, 255, 255, 0.25); transition: width 0.2s; }
.gSxZz0 { background-color: rgba(255, 255, 255, 0.25); width: 100%; }
.CBrvgf { background-color: rgba(255, 255, 255, 0.5); transition: opacity 0.2s; }
.YPHBHX { background-color: rgba(0, 0, 0, 0); width: 100%; height: 100%; position: absolute; overflow-x: hidden; }
.BjZWaz { position: absolute; }
.BjZWaz::after { content: ""; opacity: 0.6; background-color: rgb(255, 255, 255); border-radius: 50%; width: 6px; height: 6px; transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1); position: absolute; right: -3px; transform: scale(0); }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .BjZWaz::after { width: 8px; height: 8px; right: -4px; }
.If2iq7 { z-index: 5; cursor: pointer; opacity: 0; width: 100%; height: 16px; display: block; position: relative; top: -11px; }
[data-playable-focus-source="key"] [data-playable-hook="progress-control"].focus-within, [data-playable-focus-source="script"] [data-playable-hook="progress-control"].focus-within { opacity: 1; box-shadow: rgba(56, 153, 236, 0.8) 0px 0px 0px 2px; }
.Dgk9zI { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.Dgk9zI:hover { opacity: 0.7; }
.IaLoX6 { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.G6YQoM { box-sizing: border-box; justify-content: flex-start; align-items: center; display: flex; position: relative; }
.DrDrQb { width: 26px; min-width: 26px; height: 26px; min-height: 26px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .DrDrQb { width: 35px; min-width: 35px; height: 35px; min-height: 35px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .DrDrQb .f9lBoW { display: none; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .DrDrQb .ynsnWE { display: block; }
.DrDrQb .kBerBD { display: none; }
.DrDrQb .dMFut_, .DrDrQb.U10_e9 .kBerBD { display: block; }
.DrDrQb.U10_e9 .dMFut_ { display: none; }
.DrDrQb .f9lBoW { display: block; }
.DrDrQb .ynsnWE { display: none; }
.VhJhlU { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.VhJhlU:hover { opacity: 0.7; }
.dlyVaT { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.Y2IrWm { flex: 0 0 auto; align-items: center; height: 25px; display: flex; }
.ppKMt5 { font-size: 12px; line-height: 12px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .ppKMt5 { font-size: 14px; line-height: 14px; }
.X9c9dJ { margin-left: 5px; }
.X9c9dJ::before { content: "/"; margin-right: 4px; }
.P64irb .oLtQPX, .P64irb .X9c9dJ { display: none; }
.YHoSg4 { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.YHoSg4:hover { opacity: 0.7; }
.ynIAom { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.rposrv { user-select: none; justify-content: flex-start; align-items: center; transition: width 0.2s; display: flex; position: relative; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .rposrv { height: 35px; }
.rposrv:hover .zlb1tU, .rposrv.LK7q_I .zlb1tU { opacity: 1; width: 50px; margin-right: 5px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .rposrv:hover .zlb1tU, [data-playable-hook="player-container"][data-playable-in-full-screen="true"] .rposrv.LK7q_I .zlb1tU { width: 90px; margin-right: 10px; }
.TpPqAj, ._AY9eW, .fVJUwk, .WFWwGW { display: none; }
.AC5beo { width: 26px; min-width: 26px; height: 26px; min-height: 26px; padding: 0px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .AC5beo { width: 35px; min-width: 35px; height: 35px; min-height: 35px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .AC5beo .zX3rZk { display: none; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .AC5beo .Llxf2g, .AC5beo.LSYah9 .TpPqAj, .AC5beo.C4iBa_ ._AY9eW, .AC5beo.sBQrEF .fVJUwk, .AC5beo.rbNMd9 .TpPqAj, .AC5beo .zX3rZk { display: block; }
.AC5beo .Llxf2g { display: none; }
.zlb1tU { opacity: 0; width: 0px; height: 25px; margin-left: 2px; transition: opacity 0.2s, width 0.2s; display: block; position: relative; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .zlb1tU { margin-left: 5px; }
.ALyB63 { height: 2px; padding: 0px; position: absolute; top: 11.5px; }
.ntj3pK::after { content: ""; border-radius: 50%; width: 8px; height: 8px; transition: opacity 0.2s; position: absolute; top: -3px; right: -4px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .ntj3pK::after { width: 10px; height: 10px; top: -4px; right: -5px; }
.NNEF0d { width: 100%; }
.vmOyRT { z-index: 5; cursor: pointer; opacity: 0; width: 100%; height: 25px; display: block; position: relative; }
[data-playable-focus-source="key"] [data-playable-hook="volume-control"] .focus-within.zlb1tU, [data-playable-focus-source="script"] [data-playable-hook="volume-control"] .focus-within.zlb1tU { opacity: 1; width: 50px; margin-right: 5px; box-shadow: rgba(56, 153, 236, 0.8) 0px 0px 0px 2px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] [data-playable-focus-source="key"] [data-playable-hook="volume-control"] .focus-within.zlb1tU, [data-playable-hook="player-container"][data-playable-in-full-screen="true"] [data-playable-focus-source="script"] [data-playable-hook="volume-control"] .focus-within.zlb1tU { width: 90px; margin-right: 10px; }
.XqQ0Rk { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.XqQ0Rk:hover { opacity: 0.7; }
.poW4Wz { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.Rge5wA { justify-content: center; align-items: center; display: flex; position: relative; }
.jcZoTL { width: 26px; min-width: 26px; height: 26px; min-height: 26px; transition: transform 0.2s; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .jcZoTL { width: 35px; height: 35px; }
.jcZoTL:hover { transform: scale(1.18); }
.jcZoTL .XnkpkU { display: block; }
.jcZoTL .AZEFhQ { display: none; }
.jcZoTL.JZZ0I9:hover { transform: scale(0.8); }
.jcZoTL.JZZ0I9 .XnkpkU { display: none; }
.jcZoTL.JZZ0I9 .AZEFhQ { display: block; }
.oelO2C { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.oelO2C:hover { opacity: 0.7; }
.JAlUDh { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.me1Viv { justify-content: center; align-items: center; display: flex; position: relative; }
.LVC3T9 { width: 26px; min-width: 26px; height: 26px; min-height: 26px; transition: transform 0.2s; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .LVC3T9 { width: 35px; min-width: 35px; height: 35px; min-height: 21px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .LVC3T9 .R2Sp_B { display: none; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .LVC3T9 .uIhFwa, .LVC3T9 .NP8Nag { display: block; }
.LVC3T9 .Qj8pk8 { display: none; }
.LVC3T9 .R2Sp_B { display: block; }
.LVC3T9 .uIhFwa { display: none; }
.LVC3T9:hover { transform: scale(1.18); }
.LVC3T9.J43JlI:hover { transform: scale(0.8); }
.LVC3T9.J43JlI .NP8Nag { display: none; }
.LVC3T9.J43JlI .Qj8pk8 { display: block; }
.fBH6zQ { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.fBH6zQ:hover { opacity: 0.7; }
.XN2Gsx { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.HfqHJ8 { z-index: 3; opacity: 1; justify-content: center; align-items: center; transition: opacity 0.2s; display: flex; position: relative; }
.HfqHJ8:hover .k_Mlnl { opacity: 0.7; }
.NRqbXv { max-width: 125px; max-height: 26px; transition: opacity 0.2s; }
[data-playable-hook="player-container"][data-playable-max-width~="550px"] .NRqbXv { max-width: 90px; max-height: 20px; }
[data-playable-hook="player-container"][data-playable-max-width~="350px"] .NRqbXv { max-width: 70px; max-height: 18px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .NRqbXv { max-width: 450px; max-height: 36px; }
.NRqbXv.XN2Gsx { display: none; }
.LD3F6w { width: 26px; min-width: 26px; height: 26px; min-height: 26px; transition: transform 0.2s; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .LD3F6w { width: 35px; min-width: 35px; height: 35px; min-height: 35px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .LD3F6w .cpZYw4 { display: none; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .LD3F6w .gVOvGA, .LD3F6w .cpZYw4 { display: block; }
.LD3F6w .gVOvGA { display: none; }
.LD3F6w:hover { transform: scale(1.2); }
.bwy2Jz { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.bwy2Jz:hover { opacity: 0.7; }
.p5piP9 { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.ybtklR { justify-content: center; align-items: center; display: flex; position: relative; }
.Z2mutM { width: 26px; min-width: 26px; height: 26px; min-height: 26px; transition: transform 0.2s; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .Z2mutM { width: 35px; min-width: 35px; height: 35px; min-height: 21px; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .Z2mutM .okxjFm { display: none; }
[data-playable-hook="player-container"][data-playable-in-full-screen="true"] .Z2mutM .b1OZg2, .Z2mutM .okxjFm { display: block; }
.Z2mutM .b1OZg2 { display: none; }
.Z2mutM:hover { transform: scale(1.18); }
.F1Ig1D { background-color: rgba(0, 0, 0, 0.5); border: 2px solid rgba(0, 0, 0, 0.5); border-radius: 2px; flex-direction: column-reverse; align-items: center; width: 180px; height: 90px; display: flex; }
.F1Ig1D.j6b75H { width: initial; height: initial; border: none; border-radius: 0px; }
._Od17P, .vaSh1_ { width: 180px; height: 90px; position: absolute; inset: 2px; }
._Od17P { z-index: 2; }
.vaSh1_ { z-index: 1; }
.j6b75H .CXb_TI { background: 0px 0px; }
.j6b75H ._Od17P, .j6b75H .vaSh1_ { width: 0px; height: 0px; }
.CXb_TI { z-index: 3; white-space: nowrap; color: rgb(255, 255, 255); background: rgba(0, 0, 0, 0.8); padding: 4px 5px; font-size: 11px; line-height: 12px; position: relative; }
.uH0Ibi { cursor: pointer; opacity: 1; background-color: rgba(0, 0, 0, 0); border: 0px; border-radius: 0px; outline: none; justify-content: center; align-items: center; padding: 0px; transition-property: opacity; transition-duration: 0.2s; display: flex; }
.uH0Ibi:hover { opacity: 0.7; }
.rmn9wE { visibility: hidden !important; opacity: 0 !important; width: 0px !important; min-width: 0px !important; height: 0px !important; min-height: 0px !important; margin: 0px !important; padding: 0px !important; }
.rgylHe { z-index: 55; pointer-events: none; background-color: rgb(0, 0, 0); flex-direction: column-reverse; align-items: center; display: flex; position: absolute; inset: 0px; }
._SgVH6 { z-index: 2; opacity: 0.5; position: absolute; inset: 0px; }
.Qh0lWW { width: 100%; height: 100%; display: block; }
.Qh0lWW img { max-width: var(--wix-img-max-width,100%); }
.Qh0lWW[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.Qh0lWW[data-animate-blur] img[data-load-done] { filter: none; }
.sFiSiq { width: 100%; height: 100%; display: block; }
.PlayableCover847694237__root { cursor: pointer; background: 50% center / cover no-repeat rgb(0, 0, 0); width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }
.PlayableCover847694237__responsiveMode { align-items: center; display: flex; overflow: hidden; }
.PlayableCover847694237__overlay { flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; display: flex; position: absolute; top: 0px; }
.PlayableCover847694237__root.PlayableCover847694237--transparentOverlay { background: 0px 0px; }
.PlayableCover847694237__title { text-align: center; color: rgb(255, 255, 255); margin: 0px 0px 15px; padding: 0px 10%; font-family: proxima-n-w01-reg, sans-serif; font-size: 40px; line-height: 1.4em; }
.PlayableCover847694237__poster { object-fit: cover; width: 100%; height: 100%; }
.PlayableCover847694237__playButton { box-sizing: border-box; cursor: pointer; background: 0px 0px; border: 0px; width: 50px; height: 50px; padding: 0px; transition: opacity 0.2s; display: block; }
.RatingsDisplaycomponent3707036051__root { direction: var(--direction,inherit); display: var(--display); --display: inline-flex; font: var(--labelFont,var(--font_8)); align-items: center; justify-content: var(--alignment,center); width: 100%; }
.RatingsDisplaycomponent3707036051__root.RatingsDisplaycomponent3707036051--transparent { opacity: 0.15; }
.RatingsDisplaycomponent3707036051__ratingValue, .RatingsDisplaycomponent3707036051__reviewsCount, .RatingsDisplaycomponent3707036051__noReviewsPlaceholder { color: var(--labelFontColorStorybook,rgba(var(--labelFontColor,var(--color_15)), var(--alpha-labelFontColor,1))); line-height: 1.5; }
.RatingsDisplaycomponent3707036051__ratingValue { order: 1; align-self: center; margin-inline-start: var(--ratingMarginInlineStart,0); margin-inline-end: var(--ratingMarginInlineEnd,0); }
.RatingsDisplaycomponent3707036051__reviewsCount { white-space: nowrap; order: 3; align-self: center; margin-inline-start: var(--numReviewsMarginInlineStart,0); }
.RatingsDisplaycomponent3707036051__reviewsCountInner { direction: var(--label-direction,inherit); }
.RatingsDisplaycomponent3707036051__noReviewsPlaceholder { white-space: nowrap; align-self: center; overflow-x: hidden; }
.RatingsDisplaycomponent3707036051__srOnly { clip: rect(1px, 1px, 1px, 1px) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0px !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0px !important; position: absolute !important; overflow: hidden !important; }
.RatingIconscomponent1528570634__icons { order: var(--iconsOrder,2); min-width: var(--iconsMinWidth,auto); direction: var(--ratings-direction,inherit); display: flex; }
.RatingIconscomponent1528570634__iconWrapper { padding-inline-end: var(--iconPaddingEnd,0); display: flex; }
.RatingIconscomponent1528570634__iconWrapper:last-child { padding-inline-end: 0px; }
.RatingIconscomponent1528570634__icon { stroke: var(--shapeBorderColorStorybook,rgba(var(--shapeBorderColor,var(--color_32)), var(--alpha-shapeBorderColor,1))); stroke-width: var(--shapeBorderWidth,3); fill: var(--emptyShapeColorStorybook,rgba(var(--emptyShapeColor,var(--color_15)), var(--alpha-emptyShapeColor,1))); cursor: default; width: var(--iconSize,auto); height: var(--iconSize,auto); display: block; position: relative; }
.RatingIconscomponent1528570634__icon path { fill: var(--emptyShapeColorStorybook,rgba(var(--emptyShapeColor,var(--color_15)), var(--alpha-emptyShapeColor,1))); }
.RatingIconscomponent1528570634__icon.RatingIconscomponent1528570634--checked path { fill: var(--filledShapeColorStorybook,rgba(var(--filledShapeColor,var(--color_5)), var(--alpha-filledShapeColor,1))); }
.RatingIconscomponent1528570634__icon svg { width: 100%; height: 100%; display: block; transform: translateZ(0px); }
.RatingIconscomponent1528570634__halfIcon { width: var(--halfIconWidth,auto); height: var(--iconSize,auto); top: 0px; position: absolute; inset-inline-start: 0px; overflow: hidden; }
.e24tXb { box-shadow: none !important; }
.Mn8ojN { text-align: center; background-color: rgba(var(--color_11),var(--alpha-color_11,1)); position: absolute; inset: 0px; container-type: size; }
.Mn8ojN * { box-sizing: border-box; }
.P343Xj { border: 1px solid rgba(var(--color_15), .3); border-radius: 2px; flex-direction: column; justify-content: center; align-items: center; height: 100%; padding: 20px; display: flex; }
.P343Xj .cfZ0Mq { fill: rgba(var(--color_15),var(--alpha-color_15,1)); margin-bottom: 12px; }
.FeZ110, .XLeGwY { flex-direction: column-reverse; justify-content: flex-end; display: none; }
._5ZJ7QR { justify-content: flex-start; display: none; }
.Bd_X64 { border: 1px solid rgba(var(--color_15), .3); border-radius: 2px; height: 100%; display: flex; }
.Bd_X64 button { justify-content: center; align-items: center; width: 100%; height: 100%; display: flex; }
.Bd_X64 .fQKWmG { position: relative; }
.Bd_X64 .fQKWmG div { display: flex; }
.Bd_X64 .fQKWmG:hover .cfZ0Mq { opacity: 0.7; }
@container (width > 300px) and (height > 180px) {
  .FeZ110 { display: flex; }
  .XLeGwY, ._5ZJ7QR, .Bd_X64 { display: none; }
}
@container (280px < width <= 300px) and (height >= 160px) {
  .FeZ110 { display: none; }
  .XLeGwY { display: flex; }
  ._5ZJ7QR, .Bd_X64 { display: none; }
}
@container ((200px <= width <= 280px) and (height >= 160px)) or ((150px <= width <= 200px) and (height >= 200px)) {
  .FeZ110, .XLeGwY { display: none; }
  ._5ZJ7QR { display: flex; }
  .Bd_X64 { display: none; }
}
@container (width < 200px) and (height < 200px) {
  .FeZ110, .XLeGwY, ._5ZJ7QR { display: none; }
  .Bd_X64 { display: flex; }
}
.ATebEt { flex-direction: column-reverse; align-items: center; display: flex; }
.MQKgyC { font: var(--font_8); line-height: ; color: rgba(var(--color_15),var(--alpha-color_15,1)); font-size: 16px; display: block; }
.wc84Wt { font: var(--font_8); box-sizing: border-box; text-align: center; line-height: ; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); width: 320px; padding: 20px; font-size: 16px; position: relative; }
body.device-mobile-optimized .wc84Wt, body.device-mobile-responsive .wc84Wt, :host(.device-mobile-optimized) .wc84Wt, :host(.device-mobile-responsive) .wc84Wt { width: 280px; padding: 20px; }
.RKUm6p { position: relative; }
.RKUm6p .zA3xmt { fill: rgba(var(--color_15),var(--alpha-color_15,1)); margin-bottom: 12px; }
.RKUm6p:hover .zA3xmt { opacity: 0.7; }
.RKUm6p::after { content: ""; position: absolute; inset: -12px -12px -8px; }
.u8Xpns { font: var(--font_8); color: rgba(var(--color_18),var(--alpha-color_18,1)); cursor: pointer; line-height: ; touch-action: manipulation; font-size: 16px; text-decoration: underline; }
.u8Xpns:hover { opacity: 0.7; }
.nZJLFG { font: var(--font_8); color: rgb(0, 79, 255); cursor: pointer; line-height: ; touch-action: manipulation; font-size: 16px; text-decoration: underline; }
.nZJLFG:hover { opacity: 0.7; }
.lyUdcR { display: flex; }
._0s0Zx { visibility: hidden; z-index: var(--portals-z-index); opacity: 0.99; transition: opacity 1ms linear, box-shadow linear 10ms; position: absolute; }
._0s0Zx:focus { z-index: var(--portals-z-index) !important; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgb(17, 109, 255) 0px 0px 0px 3px !important; }
._0s0Zx:focus-within { opacity: 1; }
.Rq93kQ { visibility: visible; }
.W76zan { transition: opacity 1ms linear, box-shadow linear; }
.qyAPtn { background-color: rgb(255, 255, 255); border-radius: 2px; font-size: 16px; animation-duration: 0.4s; animation-timing-function: ease; animation-fill-mode: forwards; display: inline-block; position: relative; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px, rgba(0, 0, 0, 0.1) 0px 0px 4px; }
.UZnQxo { visibility: hidden; }
.UZnQxo, .UZnQxo::before { background-image: inherit; background-position: inherit; background-size: inherit; background-repeat: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; z-index: -1; background-color: rgb(255, 255, 255); width: 12px; height: 12px; position: absolute; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px, rgba(0, 0, 0, 0.1) 0px 0px 4px; }
.UZnQxo::before { content: ""; position: absolute; transform: rotate(45deg); }
.Rq93kQ .UZnQxo::before { visibility: visible; }
._0s0Zx[data-popper-placement^="top"].Rq93kQ .UZnQxo { bottom: -6px; }
._0s0Zx[data-popper-placement^="top"].Rq93kQ .qyAPtn { animation-name: Pj1VxP; }
._0s0Zx[data-popper-placement^="bottom"].Rq93kQ .UZnQxo { top: -6px; }
._0s0Zx[data-popper-placement^="bottom"].Rq93kQ .qyAPtn { animation-name: NDZoia; }
._0s0Zx[data-popper-placement^="left"].Rq93kQ .UZnQxo { right: -6px; }
._0s0Zx[data-popper-placement^="left"].Rq93kQ .qyAPtn { animation-name: TQF6YB; }
._0s0Zx[data-popper-placement^="right"].Rq93kQ .UZnQxo { left: -6px; }
._0s0Zx[data-popper-placement^="right"].Rq93kQ .qyAPtn { animation-name: W5vtYG; }
@keyframes Pj1VxP { 
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: none; }
}
@keyframes NDZoia { 
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: none; }
}
@keyframes TQF6YB { 
  0% { opacity: 0; transform: translate(10px); }
  100% { opacity: 1; transform: none; }
}
@keyframes W5vtYG { 
  0% { opacity: 0; transform: translate(-10px); }
  100% { opacity: 1; transform: none; }
}
@supports (-webkit-touch-callout:none) {
  .O5G82F { overflow: scroll; }
}
.NuqazG { position: relative; }
.vWU4ML { width: 100%; height: 100%; }
.xxJnkq { position: absolute; }
.QrIus { height: auto !important; }
.bsFmQ { overflow: hidden !important; }
@view-transition { navigation: auto; }
.sxPRcaJ { display: inline-block; position: relative; }
.sxPRcaJ.ofVOD4y--fluid { display: block; width: 100%; }
.spKe5eL { background-color: rgb(255, 255, 255); border-color: rgb(0, 0, 0); border-radius: initial; border-style: solid; border-width: 1px; padding: initial; }
.s__9E8pqX { border-style: solid; height: 0px; margin: 5px; position: absolute; width: 0px; }
.suF3mpv[data-placement*="right"].sOdAVXS { padding-left: 5px; }
.suF3mpv[data-placement*="right"].sOdAVXS .s__9E8pqX { border-color: transparent rgb(0, 0, 0) transparent transparent; border-width: 5px 5px 5px 0px; left: -5px; margin-left: 5px; margin-right: 0px; }
.suF3mpv[data-placement*="left"].sOdAVXS { padding-right: 5px; }
.suF3mpv[data-placement*="left"].sOdAVXS .s__9E8pqX { border-color: transparent transparent transparent rgb(0, 0, 0); border-width: 5px 0px 5px 5px; margin-left: 0px; margin-right: 5px; right: -5px; }
.suF3mpv[data-placement*="bottom"].sOdAVXS { padding-top: 5px; }
.suF3mpv[data-placement*="bottom"].sOdAVXS .s__9E8pqX { border-color: transparent transparent rgb(0, 0, 0); border-width: 0px 5px 5px; margin-bottom: 0px; margin-top: 5px; top: -5px; }
.suF3mpv[data-placement*="top"].sOdAVXS { padding-bottom: 5px; }
.suF3mpv[data-placement*="top"].sOdAVXS .s__9E8pqX { border-color: rgb(0, 0, 0) transparent transparent; border-width: 5px 5px 0px; bottom: -5px; margin-bottom: 5px; margin-top: 0px; }
.sQHoZUY.orM9hcb--madefor { --wbu-font-stack: var(--wix-font-stack); --wbu-font-weight-regular: var(--wix-font-weight-regular); --wbu-font-weight-medium: var(--wix-font-weight-medium); --wbu-font-weight-bold: var(--wix-font-weight-bold); }
.sYP_tlR { --wbu-color-blue-0: #0f2ccf; --wbu-color-blue-100: #2f5dff; --wbu-color-blue-200: #597dff; --wbu-color-blue-300: #acbeff; --wbu-color-blue-400: #d5dfff; --wbu-color-blue-500: #eaefff; --wbu-color-blue-600: #f5f7ff; --wbu-color-black-0: #151414; --wbu-color-black-100: #383838; --wbu-color-black-200: #525150; --wbu-color-black-300: #767574; --wbu-color-black-400: #a8a6a5; --wbu-color-black-500: #e0dfdf; --wbu-color-black-600: #f1f0ef; --wbu-color-red-0: #9c2426; --wbu-color-red-100: #df3336; --wbu-color-red-200: #e55c5e; --wbu-color-red-300: #ed8f90; --wbu-color-red-400: #f4b8b9; --wbu-color-red-500: #f9d6d7; --wbu-color-red-600: #fcebeb; --wbu-color-green-0: #0d4f3d; --wbu-color-green-100: #4b916d; --wbu-color-green-200: #97c693; --wbu-color-green-300: #bde2a7; --wbu-color-green-400: #daf3c0; --wbu-color-green-500: #effae5; --wbu-color-green-600: #f1f5ed; --wbu-color-yellow-0: #d49341; --wbu-color-yellow-100: #f9ad4d; --wbu-color-yellow-200: #fabd71; --wbu-color-yellow-300: #fcd29d; --wbu-color-yellow-400: #fdead2; --wbu-color-yellow-500: #fef3e5; --wbu-color-yellow-600: #fef6ed; --wbu-color-orange-0: #ae3e09; --wbu-color-orange-100: #ff8044; --wbu-color-orange-200: #fe9361; --wbu-color-orange-300: #fda77f; --wbu-color-orange-400: #fbcfbb; --wbu-color-orange-500: #fbe3d9; --wbu-color-orange-600: #fdf1ec; --wbu-color-purple-0: #5000aa; --wbu-color-purple-100: #7200f3; --wbu-color-purple-200: #8b2df5; --wbu-color-purple-300: #be89f9; --wbu-color-purple-400: #d7b7fb; --wbu-color-purple-500: #f1e5fe; --wbu-color-purple-600: #f8f2ff; --wbu-color-ai-0: #4d3dd0; --wbu-color-ai-100: #5a48f5; --wbu-color-ai-200: #7b6df7; --wbu-color-ai-300: #a59bfa; --wbu-color-ai-400: #d6d1fc; --wbu-color-ai-500: #e7e4fe; --wbu-color-ai-600: #eeecfe; --wbu-heading-font-stack: "Madefor Display","Helvetica Neue",Helvetica,Arial,"\E3\192\A1\E3\201A\A4\E3\192\AA\E3\201A\AA","meiryo","\E3\192\2019\E3\192\A9\E3\201A\AE\E3\192\17D\E8\A7\2019\E3\201A\B4  pro w3","hiragino kaku gothic pro",sans-serif; --wbu-text-tiny-size: 10px; --wbu-text-tiny-line-height: 12px; --wbu-text-small-size: 12px; --wbu-text-small-line-height: 12px; --wbu-text-medium-size: 14px; --wbu-text-medium-line-height: 16px; --wbu-text-large-size: 16px; --wbu-text-large-line-height: 18px; --wbu-heading-h1-font-size: 32px; --wbu-heading-h1-line-height: 40px; --wbu-heading-h1-letter-spacing: -0.5px; --wbu-heading-h1-font-weight: 400; --wbu-heading-h2-font-size: 24px; --wbu-heading-h2-line-height: 32px; --wbu-heading-h2-letter-spacing: -0.5px; --wbu-heading-h2-font-weight: 500; --wbu-heading-h3-font-size: 16px; --wbu-heading-h3-line-height: 24px; --wbu-heading-h3-letter-spacing: -0.5px; --wbu-heading-h3-font-weight: 700; --wbu-heading-h4-font-size: 14px; --wbu-heading-h4-line-height: 18px; --wbu-heading-h4-letter-spacing: 0px; --wbu-heading-h4-font-weight: 500; --wbu-heading-h5-font-size: 12px; --wbu-heading-h5-line-height: 18px; --wbu-heading-h5-letter-spacing: 0px; --wbu-heading-h5-font-weight: 600; }
.sRwjrN7.och83_y--madefor { --wbu-font-stack: var(--wix-font-stack); --wbu-font-weight-regular: var(--wix-font-weight-regular); --wbu-font-weight-medium: var(--wix-font-weight-medium); --wbu-font-weight-bold: var(--wix-font-weight-bold); }
.sXFaZnq, .sXFaZnq * { box-sizing: border-box; }
.sXFaZnq.okWF7iH--forceBWTheme { --wut-bg-color: #fff; --wut-text-color: #000; --wut-disabled-color: #969696; --wut-placeholder-color: #646464; --wut-main-cta-color: rgb(var(--wix-color-5)); --wut-secondary-cta-color: #000; --wut-input-border-color: rgba(0,0,0,.6); --wut-input-hover-and-focus-border-color: #000; --wut-selection-text-bg-color: rgba(0,0,0,.2); --wut-meta-data-color: #646464; --wut-clear-button-bg-color: rgba(0,0,0,.12); }
.sXFaZnq.okWF7iH--isOpen { height: 100dvh; left: 0px; position: fixed; top: 0px; width: 100dvw; z-index: 1999; }
.sxX4CAT { opacity: 0; transition: opacity 0.2s, transform 0.4s; z-index: 2000; }
.sXFaZnq.okWF7iH--isOpen .sxX4CAT { opacity: 1; }
.sNYF44n { background: rgb(var(--wix-ui-tpa-modal-overlay-background-color,var(--wst-system-line-1-color-rgb,0,0,0))); height: 100%; opacity: 0.6; width: 100%; }
.sqoEtad { --MobileDrawer1579900901-white: 255,255,255; --MobileDrawer1579900901-black: 0,0,0; --MobileDrawer1579900901-background-color: var(--wst-primary-background-color-rgb,var(--MobileDrawer1579900901-white)); width: 100%; }
.srH9NnX { background-color: rgb(var(--wix-ui-tpa-mobile-drawer-background-color,var(--MobileDrawer1579900901-background-color))); border-color: rgb(var(--wix-ui-tpa-mobile-drawer-border-color,var(--MobileDrawer1579900901-black))); border-style: solid; border-width: var(--wix-ui-tpa-mobile-drawer-border-width,0); max-height: 320px; min-height: 60px; position: absolute; transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); width: 100%; }
.srH9NnX.oUFZbFf--fullScreen { min-height: 100vh; transition-duration: 0.5s; }
.srH9NnX.oUFZbFf---position-3-top { border-bottom-left-radius: var(--wix-ui-tpa-mobile-drawer-border-radius,0); border-bottom-right-radius: var(--wix-ui-tpa-mobile-drawer-border-radius,0); top: -100%; }
.srH9NnX.oUFZbFf---position-3-top.oUFZbFf--visible { top: 0px; }
.srH9NnX.oUFZbFf---position-6-bottom { border-top-left-radius: var(--wix-ui-tpa-mobile-drawer-border-radius,0); border-top-right-radius: var(--wix-ui-tpa-mobile-drawer-border-radius,0); bottom: -100%; }
.srH9NnX.oUFZbFf---position-6-bottom.oUFZbFf--visible { bottom: 0px; }
.s__7nhctL .spKe5eL { overflow-wrap: break-word; word-break: break-word; }
.s__9rdAsR[data-hook="popover-portal"] { display: initial; }
.s__9rdAsR .spKe5eL { -webkit-font-smoothing: auto; background-color: rgb(33, 33, 33); border: 1px solid rgb(117, 117, 117); border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.1) 0px 0px 4px 0px; color: rgb(255, 255, 255); font-family: Madefor, "Helvetica Neue", Helvetica, Arial, メイリオ, meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; font-size: 14px; line-height: 20px; padding: 4px 12px; }
.sF6GRKy { margin: 0px; position: absolute; }
.sF6GRKy, .sF6GRKy svg { display: block; }
.s__9rdAsR .suF3mpv[data-placement*="top"].supU6Fl { padding-bottom: 6px; }
.s__9rdAsR .suF3mpv[data-placement*="bottom"].supU6Fl { padding-top: 6px; }
.s__9rdAsR .suF3mpv[data-placement*="left"].supU6Fl { padding-right: 6px; }
.s__9rdAsR .suF3mpv[data-placement*="right"].supU6Fl { padding-left: 6px; }
.s__9rdAsR .suF3mpv[data-placement*="top"] .sF6GRKy { bottom: -1px; height: 7px; width: 12px; }
.s__9rdAsR .suF3mpv[data-placement*="bottom"] .sF6GRKy { height: 7px; top: -1px; width: 12px; }
.s__9rdAsR .suF3mpv[data-placement*="left"] .sF6GRKy { height: 12px; right: -1px; width: 7px; }
.s__9rdAsR .suF3mpv[data-placement*="right"] .sF6GRKy { height: 12px; left: -1px; width: 7px; }
.s__9rdAsR .suF3mpv[data-placement*="top"].sxXB7n7 { opacity: 0; transform: scale(0.9) translateY(3px); }
.s__9rdAsR .suF3mpv[data-placement*="bottom"].sxXB7n7 { opacity: 0; transform: scale(0.9) translateY(-3px); }
.s__9rdAsR .suF3mpv[data-placement*="left"].sxXB7n7 { opacity: 0; transform: scale(0.9) translateX(10px); }
.s__9rdAsR .suF3mpv[data-placement*="right"].sxXB7n7 { opacity: 0; transform: scale(0.9) translateX(-10px); }
.s__9rdAsR .suF3mpv[data-placement].sxXB7n7.sUz76Re { transition: transform 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94), applyOpacity 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.s__9rdAsR .suF3mpv[data-placement].sLDdli_, .s__9rdAsR .suF3mpv[data-placement].sxXB7n7.sUz76Re { opacity: 1; transform: scale(1) translateY(0px) translateX(0px); }
.s__9rdAsR .suF3mpv[data-placement].sLDdli_.si8zHfM { opacity: 0; transition: transform 80ms linear, applyOpacity 80ms linear; }
.s__9rdAsR.oETgx7Q---skin-5-error .spKe5eL { background-color: rgb(223, 49, 49); border: 1px solid rgba(255, 255, 255, 0.25); }
.s__9rdAsR.oETgx7Q---skin-5-wired .sF6GRKy path:first-child { stroke: none; }
.s__9rdAsR.oETgx7Q---skin-5-wired .sF6GRKy path:last-child { stroke-dasharray: 0, 17, 17; }
.s__9rdAsR.oETgx7Q---skin-5-error .sF6GRKy path { fill: rgb(223, 49, 49); }
.T0HM9c { background-color: rgba(211, 237, 255, 0.25); min-height: 20px; outline: rgb(17, 109, 255) solid 1px; }
.cERGdn { overflow-wrap: break-word; border: 1px solid; max-width: 312px; padding: 14px 24px; pointer-events: none; position: absolute; z-index: 2001; }
.Wi_s5V { font-size: 14px; line-height: 1.5; opacity: 0.8; }
.x7XlNO { height: 12px; inset-inline-end: 10px; overflow: hidden; position: absolute; top: 100%; width: 18px; }
.XNJAa3 .x7XlNO { inset-inline: 10px auto; }
.yl6xpz { border: 1px solid; height: 10px; inset-inline-start: 4px; position: absolute; top: -5px; transform: rotate(45deg); width: 10px; }
.ntKNd_ { border-radius: 0px; border-style: none; cursor: pointer; display: inline-block; height: 40px; margin: 0px; padding: 0px 24px; position: relative; vertical-align: middle; white-space: nowrap; }
.ntKNd_.rx6417:focus { box-shadow: rgb(31, 119, 255) 0px 0px 0px 2px inset, rgb(255, 255, 255) 0px 0px 0px 1px inset !important; }
.ntKNd_.HZg_Yv, .ntKNd_.k7dt_P { width: 100%; }
.ntKNd_._9GNaw { padding: 0px 18px; }
@media (min-width: 980px) {
  .use-media-queries .ntKNd_._9GNaw { padding: 0px 24px; }
}
.gt-sm .ntKNd_._9GNaw { padding: 0px 24px; }
.ntKNd_.EwBavj._9GNaw { padding: 0px 17px; }
@media (min-width: 980px) {
  .use-media-queries .ntKNd_.EwBavj._9GNaw { padding: 0px 17px; }
}
.gt-sm .ntKNd_.EwBavj._9GNaw { padding: 0px 17px; }
.ntKNd_._v8VEx { height: 50px; }
.ntKNd_.EwBavj { background-color: transparent; border-style: solid; border-width: 1px; }
.ntKNd_.v7Ydcc, .ntKNd_[disabled] { opacity: 0.5; }
.ntKNd_:active:not([disabled]):not(.v7Ydcc)::after { background-color: rgba(0, 0, 0, 0.2); content: ""; height: 100%; inset-inline-start: 0px; pointer-events: none; position: absolute; top: 0px; width: 100%; }
.I4gY7Y { align-items: center; display: flex; font-size: 14px; height: 100%; justify-content: center; width: 100%; }
.lDdct5 { background-color: rgb(56, 153, 236); color: rgb(255, 255, 255); }
.L4KUvL { border-color: rgb(56, 153, 236); color: rgb(56, 153, 236); }
.TM6znx { align-items: center; background: transparent; border: 0px; display: flex; height: 48px; inset-inline-end: 0px; justify-content: center; position: absolute; top: 0px; width: 48px; }
.TM6znx:focus { outline: 0px; }
.nb7lGW { background: rgb(255, 255, 255); border-style: solid; border-width: 0px; display: flex; flex: 1 0 auto; flex-direction: column; padding: 110px 0px 30px; position: relative; }
@media (min-width: 686px) and (max-width: 979px) {
  .use-media-queries .nb7lGW { height: 450px; margin: 0px 20px 20px; }
}
.sm .nb7lGW { height: 450px; margin: 0px 20px 20px; }
.WD81sR { font-size: 22px; margin: 35px 0px 0px; text-align: center; }
@media (min-width: 686px) and (max-width: 979px) {
  .use-media-queries .WD81sR { font-size: 32px; }
}
.sm .WD81sR { font-size: 32px; }
.AZOuwY { font-size: 14px; line-height: 21px; margin: 8px 0px 0px; padding-inline: 34px; text-align: center; }
@media (min-width: 686px) and (max-width: 979px) {
  .use-media-queries .AZOuwY { font-size: 16px; margin-top: 21px; }
}
.sm .AZOuwY { font-size: 16px; margin-top: 21px; }
.qdoEtQ { margin-top: 40px; text-align: center; }
.SO9njw { display: flex; margin-inline: auto; max-width: 940px; min-height: 450px; width: 100%; }
.arh2qf { align-items: center; display: flex; flex: 1 1 0%; flex-direction: column; justify-content: center; padding: 36px 30px; text-align: center; }
@media (min-width: 980px) {
  .use-media-queries .arh2qf { height: 450px; padding: 0px; }
}
.gt-sm .arh2qf { height: 450px; padding: 0px; }
.cJscj1 { font-size: 24px; line-height: 34px; margin-bottom: 12px; }
@media (min-width: 980px) {
  .use-media-queries .cJscj1 { font-size: 32px; line-height: 1.5; margin-bottom: 12px; max-width: 620px; }
}
.gt-sm .cJscj1 { font-size: 32px; margin-bottom: 12px; max-width: 620px; }
.cTdFFO, .gt-sm .cJscj1 { line-height: 1.5; }
@media (min-width: 980px) {
  .use-media-queries .cTdFFO { max-width: 620px; }
}
.gt-sm .cTdFFO { max-width: 620px; }
.clf9mN { font-size: 16px; }
.wdbmEY { font-size: 18px; margin-top: 18px; }
@media (min-width: 980px) {
  .use-media-queries .wdbmEY { margin-top: 48px; }
}
.gt-sm .wdbmEY { margin-top: 48px; }
.VNQZuX { cursor: pointer; }
.mbKyhH { display: flex; flex: 1 0 auto; flex-direction: column; margin-top: 12px; }
@media (min-width: 980px) {
  .use-media-queries .mbKyhH { margin-top: 0px; }
}
.gt-sm .mbKyhH, .mbKyhH.hYUP9L { margin-top: 0px; }
.lAV8vv { background-color: rgb(var(--postBackgroundColor)); }
.lAV8vv h2 { color: rgb(var(--textH1Color)); font: var(--textH1Font); }
.lAV8vv p { color: rgb(var(--textParagraphColor)); font: var(--textParagraphFont); }
.JNxVBA { align-items: center; display: flex; flex: 0 0 auto; justify-content: center; }
.mnxIuN { border-radius: 100%; display: inline-block; height: 10px; margin: 18px 2px; opacity: 0; width: 10px; }
.mnxIuN:first-child { animation: 1s ease-in-out 0s infinite normal none running xDDB8S; }
.mnxIuN:nth-child(2) { animation: 1s ease-in-out 0.33s infinite normal none running xDDB8S; }
.mnxIuN:nth-child(3) { animation: 1s ease-in-out 0.66s infinite normal none running xDDB8S; }
@keyframes xDDB8S { 
  0%, 100% { opacity: 0; }
  60% { opacity: 1; }
}
.zp8IQu { position: relative; width: 100%; }
.WqSDrh { align-items: center; display: flex; justify-content: center; margin: 30px 0px 374px; }
@media print {
  .EcwjNF { background-color: rgb(255, 255, 255); display: block; width: 100%; }
  .EcwjNF blockquote, .EcwjNF h1, .EcwjNF h2, .EcwjNF h3, .EcwjNF h4, .EcwjNF h5, .EcwjNF h6, .EcwjNF img { break-inside: avoid; }
  .EcwjNF h1, .EcwjNF h1 *, .EcwjNF h2, .EcwjNF h2 *, .EcwjNF h3, .EcwjNF h3 *, .EcwjNF h4, .EcwjNF h4 *, .EcwjNF h5, .EcwjNF h5 *, .EcwjNF h6, .EcwjNF h6 *, .EcwjNF p, .EcwjNF p * { color: rgb(0, 0, 0) !important; }
  .EcwjNF h1, .EcwjNF h1 * { font-size: 24pt !important; }
  .EcwjNF h2, .EcwjNF h2 * { font-size: 20pt !important; }
  .EcwjNF h3, .EcwjNF h3 * { font-size: 16pt !important; }
  .EcwjNF h4, .EcwjNF h4 * { font-size: 14pt !important; }
  .EcwjNF h5, .EcwjNF h5 * { font-size: 12pt !important; }
  .EcwjNF h6, .EcwjNF h6 * { font-size: 11pt !important; }
  .EcwjNF blockquote, .EcwjNF blockquote * { font-size: 16pt !important; }
}
.pRGtWE { display: var(--postCategoriesDisplay,flex); flex-direction: column; gap: 6px; }
@media (min-width: 980px) {
  .use-media-queries .pRGtWE { --focus-border-offset: 4px; --separator-margin: 6px; display: var(--postCategoriesDisplay,flex); flex-direction: row; gap: 0px; list-style: none; margin-inline: calc(var(--focus-border-offset)*-1); margin: 0px; overflow: hidden; padding: 0px; text-overflow: ellipsis; white-space: nowrap; }
  .use-media-queries .pRGtWE > * { align-items: center; display: flex; overflow: hidden; padding: var(--focus-border-offset); }
  .use-media-queries .pRGtWE > * + ::before { content: "·"; margin-inline-end: var(--separator-margin); margin-inline-start: calc(var(--separator-margin) - var(--focus-border-offset)*2); text-decoration: none; }
}
.gt-sm .pRGtWE { --focus-border-offset: 4px; --separator-margin: 6px; display: var(--postCategoriesDisplay,flex); flex-direction: row; gap: 0px; list-style: none; margin-inline: calc(var(--focus-border-offset)*-1); margin: 0px; overflow: hidden; padding: 0px; text-overflow: ellipsis; white-space: nowrap; }
.gt-sm .pRGtWE > * { align-items: center; display: flex; overflow: hidden; padding: var(--focus-border-offset); }
.gt-sm .pRGtWE > * + ::before { content: "·"; margin-inline-end: var(--separator-margin); margin-inline-start: calc(var(--separator-margin) - var(--focus-border-offset)*2); text-decoration: none; }
@media print {
  .pRGtWE { display: none; }
}
.Tp7c0d { color: rgb(var(--textParagraphColor)); font-size: 14px; line-height: 1.5; text-decoration: underline; }
.Tp7c0d:hover { color: rgb(var(--textLinksAndHashtagsColor)); }
.EFWoFu { border: 1px solid rgb(var(--textParagraphColor-rgb),.2); padding-block: 36px; }
.okBrtd { padding-inline-end: var(--ricosNormalPadding); padding-inline-start: var(--ricosNormalPadding); }
@media print {
  .okBrtd { padding-inline: 0px; inline-size: 100% !important; }
}
.G5Aa3J { cursor: pointer; height: 19px; vertical-align: middle; width: 19px; }
.G5Aa3J, .G5Aa3J svg { display: inline-block; position: relative; }
.G5Aa3J svg { fill: transparent; stroke: rgb(232, 74, 67); stroke-width: 1.5px; transition: fill 0.25s; }
.G5Aa3J .X22cAo { display: none; }
.G5Aa3J.jSxrNf svg { fill: rgb(232, 74, 67); stroke: none; opacity: 1; }
.G5Aa3J.jSxrNf .X22cAo { border: 3px solid rgb(232, 74, 67); border-radius: 100%; height: 24px; inset-inline-start: -3px; top: -3px; width: 24px; }
.G5Aa3J.jSxrNf .X22cAo, .G5Aa3J.jSxrNf .zkv91u { display: inline-block; opacity: 0; position: absolute; }
.G5Aa3J.jSxrNf .zkv91u { background-color: rgb(232, 74, 67); border-radius: 100%; height: 4px; inset-inline-start: 8px; top: 7px; width: 4px; }
.G5Aa3J.FfDJdv.jSxrNf svg { animation: 0.5s ease 0s 1 normal none running AgCb8e; }
.G5Aa3J.FfDJdv.jSxrNf .X22cAo { animation: 0.3s ease 0s 1 normal none running EN90Pa; }
.G5Aa3J.FfDJdv.jSxrNf .zkv91u { animation: 0.5s ease 0.1s 1 normal none running JVoWJX; }
.Eu1LNI, .PxeFnW, .YfFkQX, .y5oGWU { display: inline-block; height: 6px; inset-inline-start: 8px; position: absolute; top: 7px; width: 6px; }
.YfFkQX { transform: rotate(0deg); }
.y5oGWU { transform: rotate(144deg); }
.Eu1LNI { transform: rotate(216deg); }
.PxeFnW { transform: rotate(288deg); }
@keyframes AgCb8e { 
  0% { transform: scale(0.1); }
  40% { transform: scale(1.3); }
  70% { transform: scale(0.9); }
  90% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
@keyframes EN90Pa { 
  0% { opacity: 0.1; transform: scale(0.1); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.5); }
}
@keyframes JVoWJX { 
  0% { opacity: 0; transform: translateX(5px) scale(1); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translateX(17px) scale(0); }
}
.Kh5HMz { background: none; border: 0px; color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; line-height: 1; padding: 0px; font-size: inherit !important; }
.Kh5HMz, .h7K_lu { vertical-align: middle; }
.h7K_lu { align-items: center; display: inline-flex; }
.FYRNvd { padding-inline-end: 5px; }
.p9gct4 { flex-direction: row-reverse; }
.p9gct4 .FYRNvd { padding-inline: 5px 0px; }
.laz8E8 { clip: rect(1px, 1px, 1px, 1px) !important; border: 0px !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0px !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
.bEeZ1_ { align-items: baseline; display: flex; inline-size: var(--width,300px); }
.bEeZ1_::before { animation: 2s ease 0s infinite normal none running xxdw6w; background: currentcolor; block-size: 10px; border-radius: 100px; content: ""; display: block; flex: 1 1 0%; inline-size: 100%; mask-image: linear-gradient(270deg, rgb(0, 0, 0) -100%, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 40%, transparent 50%, transparent 0px, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%, rgb(0, 0, 0) 200%); mask-repeat: no-repeat; mask-size: 400%; opacity: 0.12; overflow: hidden; position: relative; }
@keyframes xxdw6w { 
  0% { mask-position: 100% 50%; }
  100% { mask-position: 0px 50%; }
}
.N8V7Oq { --provider-color: #4464a3; --provider-display: var(--postShareIconFacebookDisplay); }
.icAt6f { --provider-color: rgb(var(--textLinksAndHashtagsColor)); --provider-display: var(--postShareIconLinkDisplay); }
._aEGAn { --provider-color: #0077b5; --provider-display: var(--postShareIconLinkedInDisplay); }
.lKAa1v { --provider-color: #43b72a; --provider-display: var(--postShareIconPrintDisplay); }
.KGq2fc { --provider-color: #55acee; --provider-display: var(--postShareIconXDisplay); }
.Xyiv4I { --section-spacer: 18px; --share-buttons-gap: 30px; display: var(--postFooterActionsDisplay,block); }
@media print {
  .Xyiv4I { display: none; }
}
.FyFkaC, .eFSltK { align-items: center; border-block-start: 1px solid rgb(var(--textParagraphColor-rgb),.2); display: flex; font-size: 14px; gap: calc(var(--section-spacer)*.5); justify-content: space-between; line-height: 1.5; }
.TAdeda { display: flex; gap: 22px; }
.TAdeda > * { display: inline-block; white-space: nowrap; }
.Zt1NVN { align-items: center; display: flex; flex-grow: 1; gap: var(--share-buttons-gap); line-height: 0; }
.eFSltK { display: var(--postSectionShareDisplay,flex); min-block-size: 66px; padding-block: var(--section-spacer); }
@media (max-width: 685px) {
  .use-media-queries .eFSltK { align-items: flex-start; flex-direction: column; }
}
.lt-sm .eFSltK { align-items: flex-start; flex-direction: column; }
.FyFkaC { display: var(--postSectionCountersDisplay,flex); padding-block-start: var(--section-spacer); }
.OiMXGB { display: var(--postViewCountDisplay,flex) !important; }
.hKkOc6 { display: var(--postCommentCountDisplay,flex) !important; }
.hKkOc6, .hKkOc6 a { color: inherit; font: inherit; }
.hKkOc6 a:hover { color: rgb(var(--textLinksAndHashtagsColor)); }
.yFrqzV { display: var(--postLikeCountDisplay,flex) !important; }
.eYTCrB { align-items: center; display: flex; gap: 6px; }
@media (min-width: 660px) {
  .use-media-queries .eYTCrB { display: none; }
}
.gt-xs .eYTCrB { display: none; }
@media (max-width: 659px) {
  .use-media-queries .FyJQDJ { display: none; }
}
.lt-s .FyJQDJ { display: none; }
.dw8bme { --clickable-area-size: 36px; display: var(--provider-display); }
.dw8bme:hover .Eueaet { fill: var(--provider-color); }
.qXlEOR { background: transparent; border: 0px; color: currentcolor; cursor: pointer; line-height: 0; margin: 0px; padding: 0px; position: relative; }
.Eueaet { fill: currentcolor; }
.hV4Sgn { block-size: var(--clickable-area-size); inline-size: var(--clickable-area-size); inset-block-start: 50%; inset-inline-start: 50%; position: absolute; transform: translate(-50%, -50%); }
.CCJTs7 { text-wrap: nowrap; }
.gcTaqn { clip: rect(1px, 1px, 1px, 1px) !important; border: 0px !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0px !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
.S7Q4bF { display: block; height: 100%; width: 100%; }
.S7Q4bF img { max-width: var(--wix-img-max-width,100%); }
.S7Q4bF[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.S7Q4bF[data-animate-blur] img[data-load-done] { filter: none; }
.lR3yj5 { border-radius: 50%; display: block; object-fit: cover; overflow: hidden; }
.dDcMfv, .lR3yj5 { height: 100%; width: 100%; }
.NtBDdE { --separator-margin: 6px; place-items: center flex-start; display: var(--postSectionMetadataDisplay,grid); flex-grow: 1; grid-template-areas: "avatar author date time"; grid-template-columns: auto auto auto auto; justify-content: flex-start; list-style: none; max-block-size: 100%; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 746px) {
  .use-media-queries .NtBDdE { grid-template-areas: "avatar author author" "avatar date time"; grid-template-columns: auto auto 1fr; }
  .use-media-queries .NtBDdE .wBTynn::before { display: none; }
}
.lte-post_content_area_min .NtBDdE { grid-template-areas: "avatar author author" "avatar date time"; grid-template-columns: auto auto 1fr; }
.lte-post_content_area_min .NtBDdE .wBTynn::before { display: none; }
.NtBDdE > * { align-items: center; display: flex; overflow: hidden; }
.NtBDdE > * + ::before { content: "·"; margin-inline: var(--separator-margin); text-decoration: none; }
@media print {
  .NtBDdE * { color: rgb(0, 0, 0) !important; }
}
.IkAhjA { color: inherit; cursor: pointer; grid-area: author; }
.IkAhjA:hover { color: rgb(var(--textLinksAndHashtagsColor)); }
.MABqta { display: var(--postAuthorNameDisplay,contents); }
.bZrSjY { display: var(--postAuthorPictureDisplay,inline-block); grid-area: avatar; margin-inline-end: 12px; }
.bok7Ik { block-size: 32px; inline-size: 32px; position: relative; }
.wBTynn { display: var(--postPublishDateDisplay,block); grid-area: date; }
.wBTynn::before { display: var(--postPublishDateSeparatorDisplay,inline); }
.wBTynn:first-child::before { display: none; }
.F56Ope { display: var(--postReadingTimeDisplay,block); grid-area: time; }
.F56Ope::before { display: var(--postReadingTimeSeparatorDisplay,inline); }
.WmZAIu { display: flex; height: 100%; position: relative; width: 100%; }
.RiOfiW { background: rgb(255, 255, 255); border-radius: 0px; cursor: default; display: block; margin-inline: 0px; }
.RiOfiW.FnDyW0 { direction: rtl; }
.RiOfiW.ac4Ofz.JlQ2sc { padding-top: 30px; }
.RiOfiW.UUSLFD, .RiOfiW.hKl06e, .RiOfiW.i_25UC, .RiOfiW.jDqjOt, .RiOfiW.lyd6fK, .RiOfiW.x_FPRX, .RiOfiW.yWOr1I { display: flex; flex-direction: column; height: 100%; }
.app-desktop .RiOfiW { border-style: solid; border-width: 1px; }
.RiOfiW .EfvfyL, .RiOfiW .NAWdyL, .RiOfiW .PoYsMP { display: block; }
.RiOfiW.EfvfyL, .RiOfiW.NAWdyL, .RiOfiW.PoYsMP, .RiOfiW.TBrkhx, .RiOfiW.g8vcTX, .RiOfiW.ivAnV0 { display: flex; }
.RiOfiW.EfvfyL.ac4Ofz, .RiOfiW.NAWdyL.ac4Ofz, .RiOfiW.PoYsMP.ac4Ofz, .RiOfiW.TBrkhx.ac4Ofz, .RiOfiW.g8vcTX.ac4Ofz, .RiOfiW.ivAnV0.ac4Ofz { height: auto; }
@media (max-width: 685px) {
  .use-media-queries .RiOfiW.EfvfyL, .use-media-queries .RiOfiW.NAWdyL, .use-media-queries .RiOfiW.PoYsMP, .use-media-queries .RiOfiW.TBrkhx, .use-media-queries .RiOfiW.g8vcTX, .use-media-queries .RiOfiW.ivAnV0 { flex-direction: column; }
}
.lt-sm .RiOfiW.EfvfyL, .lt-sm .RiOfiW.NAWdyL, .lt-sm .RiOfiW.PoYsMP, .lt-sm .RiOfiW.TBrkhx, .lt-sm .RiOfiW.g8vcTX, .lt-sm .RiOfiW.ivAnV0 { flex-direction: column; }
.RiOfiW.EfvfyL, .RiOfiW.NAWdyL, .RiOfiW.PoYsMP, .RiOfiW.TBrkhx, .RiOfiW.g8vcTX { height: 100%; }
.UUSLFD .ITPCIq, .hKl06e .ITPCIq, .i_25UC .ITPCIq, .jDqjOt .ITPCIq, .lyd6fK .ITPCIq, .x_FPRX .ITPCIq, .yWOr1I .ITPCIq { height: 165px; padding-bottom: 0px; }
.RiOfiW.hKl06e { position: absolute; width: 100%; }
.feQY6g .ITPCIq { height: 400px; }
.EfvfyL .ITPCIq, .NAWdyL .ITPCIq, .PoYsMP .ITPCIq, .TBrkhx .ITPCIq, .feQY6g .ITPCIq, .g8vcTX .ITPCIq, .ivAnV0 .ITPCIq { padding-bottom: 0px; }
.EfvfyL .ITPCIq, .EfvfyL .pccjOy, .NAWdyL .ITPCIq, .NAWdyL .pccjOy, .PoYsMP .ITPCIq, .PoYsMP .pccjOy, .TBrkhx .ITPCIq, .TBrkhx .pccjOy, .g8vcTX .ITPCIq, .g8vcTX .pccjOy, .ivAnV0 .ITPCIq, .ivAnV0 .pccjOy { bottom: 0px; inset-inline: 0px; position: absolute; top: 0px; }
.iSTCpN { padding: 30px 18px 25px; width: 100%; }
.app-mobile .iSTCpN.QlVZyW { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px; }
.iSTCpN.WdRrHJ.JufO9Q, .iSTCpN.glhtJc.JufO9Q { padding: 30px 18px; }
.iSTCpN.WdRrHJ.JlQ2sc, .iSTCpN.glhtJc.JlQ2sc { padding-bottom: 0px; }
.iSTCpN.G1V6el { padding: 23px; }
.iSTCpN.G1V6el.JufO9Q { padding-bottom: 7px; }
.iSTCpN.KwFkyo, .iSTCpN.x_FPRX { padding: 24px 29px; }
.iSTCpN.KwFkyo.JufO9Q, .iSTCpN.x_FPRX.JufO9Q { padding-bottom: 7px; }
.iSTCpN.feQY6g { padding: 42px 47px 37px; }
.iSTCpN.feQY6g.JufO9Q { padding: 42px 47px 13px; }
.iSTCpN.UUSLFD, .iSTCpN.i_25UC, .iSTCpN.jDqjOt, .iSTCpN.lyd6fK, .iSTCpN.x_FPRX, .iSTCpN.yWOr1I { display: flex; flex-direction: column; height: 100%; min-height: 0px; padding: var(--blog-pl-common-padding-top) 24px var(--blog-pl-common-padding-bottom); }
.iSTCpN.hKl06e { display: flex; flex-direction: column; height: 100%; min-height: 0px; padding: var(--blog-pl-slider-padding-top) 16px var(--blog-pl-slider-padding-bottom); }
.iSTCpN.UUSLFD.ac4Ofz, .iSTCpN.UUSLFD.ac4Ofz.JufO9Q, .iSTCpN.hKl06e.ac4Ofz, .iSTCpN.hKl06e.ac4Ofz.JufO9Q, .iSTCpN.jDqjOt.ac4Ofz, .iSTCpN.jDqjOt.ac4Ofz.JufO9Q, .iSTCpN.lyd6fK.ac4Ofz, .iSTCpN.lyd6fK.ac4Ofz.JufO9Q { height: 100%; }
.iSTCpN.ivAnV0 { display: flex; flex-direction: column; padding: 40px 48px 37px; }
@media (min-width: 686px) and (max-width: 980px) {
  .use-media-queries .iSTCpN.ivAnV0 { padding: calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19); }
}
.w686-980 .iSTCpN.ivAnV0 { padding: calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19); }
@media (max-width: 685px) {
  .use-media-queries .iSTCpN.ivAnV0 { padding: 24px; }
}
.lt-sm .iSTCpN.ivAnV0 { padding: 24px; }
.iSTCpN.TBrkhx, .iSTCpN.g8vcTX { display: flex; flex: 1 1 0%; flex-direction: column; overflow: hidden; padding-bottom: 24px; padding-top: 24px; }
.iSTCpN.EfvfyL, .iSTCpN.NAWdyL, .iSTCpN.PoYsMP { padding: 0px; }
.iSTCpN.sCkhyN { display: inline-block; height: 100%; inset-inline-start: 0px; padding: 27px 24px; position: absolute; top: 0px; width: 100%; }
.iSTCpN.sCkhyN.ac4Ofz { padding: 32px 24px; }
.iSTCpN.sCkhyN.KEL4fK { background-color: rgba(0, 0, 0, 0.45); }
.iSTCpN.FK1tXh, .iSTCpN.JnzaaY, .iSTCpN.hp0NoL { display: flex; flex-direction: column; }
.iSTCpN.LdmkLw { display: inline-block; inset-inline-start: 0px; position: absolute; top: 0px; }
.iSTCpN.FK1tXh, .iSTCpN.JnzaaY, .iSTCpN.LdmkLw, .iSTCpN.hp0NoL { height: 100%; padding: 27px 24px; width: 100%; }
.iSTCpN.FK1tXh.KEL4fK, .iSTCpN.JnzaaY.KEL4fK, .iSTCpN.LdmkLw.KEL4fK, .iSTCpN.hp0NoL.KEL4fK { background-color: rgba(0, 0, 0, 0.45); }
.iSTCpN.FK1tXh.ac4Ofz, .iSTCpN.JnzaaY.ac4Ofz, .iSTCpN.LdmkLw.ac4Ofz, .iSTCpN.hp0NoL.ac4Ofz { padding: 32px 24px; }
.O16KGI { display: block; }
.JMCi2v, .O16KGI { color: inherit; font: inherit; }
.JMCi2v { box-sizing: content-box; flex: 1 1 auto; margin: -3px; overflow: hidden; padding: 3px; width: 100%; }
.JMCi2v.pu51Xe { text-align: start; }
.JMCi2v.jDqjOt.mqysW5.ZBB0ua { margin-top: -19px; }
.JMCi2v.UUSLFD.mqysW5.ZBB0ua { margin-top: -48px; }
.JMCi2v.hKl06e.mqysW5.ZBB0ua, .JMCi2v.i_25UC.mqysW5.ZBB0ua, .JMCi2v.lyd6fK.mqysW5.ZBB0ua, .JMCi2v.yWOr1I.mqysW5.ZBB0ua { margin-top: -36px; }
.JMCi2v.x_FPRX.mqysW5.ZBB0ua { margin-top: -25px; }
.JMCi2v.TBrkhx, .JMCi2v.g8vcTX, .JMCi2v.ivAnV0 { display: flex; flex-direction: column; }
.JMCi2v.TBrkhx.ac4Ofz, .JMCi2v.g8vcTX.ac4Ofz, .JMCi2v.ivAnV0.ac4Ofz { padding-inline-end: 0px; }
.JMCi2v.TBrkhx.ZBB0ua, .JMCi2v.g8vcTX.ZBB0ua, .JMCi2v.ivAnV0.ZBB0ua { margin-top: -43px; }
.JMCi2v.TBrkhx.xs2MeC.ZBB0ua, .JMCi2v.g8vcTX.xs2MeC.ZBB0ua, .JMCi2v.ivAnV0.xs2MeC.ZBB0ua { margin-top: -23px; }
.JMCi2v.jDqjOt.ZBB0ua { position: relative; top: -29px; }
.JMCi2v.UUSLFD.ZBB0ua { margin-top: -29px; }
.JMCi2v.hKl06e.ZBB0ua, .JMCi2v.i_25UC.ZBB0ua, .JMCi2v.lyd6fK.ZBB0ua, .JMCi2v.yWOr1I.ZBB0ua { margin-top: -13px; }
.JMCi2v.x_FPRX.ZBB0ua { margin-top: -6px; }
.JMCi2v.FK1tXh, .JMCi2v.JnzaaY, .JMCi2v.hp0NoL { height: 100%; }
.JMCi2v.FK1tXh.I5nSmk, .JMCi2v.JnzaaY.I5nSmk, .JMCi2v.hp0NoL.I5nSmk { flex-grow: 0; height: unset; }
.JMCi2v.hKl06e { white-space: normal; }
.hrftIZ.glhtJc.ZBB0ua { margin-top: -28px; margin-inline-end: 12px; }
.FbwBsX { margin-bottom: var(--blog-pl-default-title-margin); }
.FbwBsX.hKl06e p { margin-top: var(--blog-pl-slider-title-margin-top); }
.FbwBsX.EfvfyL.ZBB0ua, .FbwBsX.NAWdyL.ZBB0ua, .FbwBsX.PoYsMP.ZBB0ua, .FbwBsX.TBrkhx.ZBB0ua, .FbwBsX.UUSLFD.ZBB0ua, .FbwBsX.g8vcTX.ZBB0ua, .FbwBsX.hKl06e.ZBB0ua, .FbwBsX.i_25UC.ZBB0ua, .FbwBsX.lyd6fK.ZBB0ua, .FbwBsX.x_FPRX.ZBB0ua, .FbwBsX.yWOr1I.ZBB0ua { margin-inline-end: 30px; }
.FbwBsX.EfvfyL.xs2MeC.ZBB0ua, .FbwBsX.NAWdyL.xs2MeC.ZBB0ua, .FbwBsX.PoYsMP.xs2MeC.ZBB0ua, .FbwBsX.TBrkhx.xs2MeC.ZBB0ua, .FbwBsX.UUSLFD.xs2MeC.ZBB0ua, .FbwBsX.g8vcTX.xs2MeC.ZBB0ua, .FbwBsX.hKl06e.xs2MeC.ZBB0ua, .FbwBsX.i_25UC.xs2MeC.ZBB0ua, .FbwBsX.lyd6fK.xs2MeC.ZBB0ua, .FbwBsX.x_FPRX.xs2MeC.ZBB0ua, .FbwBsX.yWOr1I.xs2MeC.ZBB0ua { margin-inline-end: 0px; }
@media (min-width: 660px) {
  .use-media-queries .FbwBsX { margin-bottom: 20px; }
  .use-media-queries .FbwBsX.G1V6el { margin-bottom: 11px; }
  .use-media-queries .FbwBsX.G1V6el.ZBB0ua { margin-bottom: -14px; margin-top: -13px; max-width: 209px; position: relative; top: -24px; }
  .use-media-queries .FbwBsX.G1V6el.ZBB0ua.CzG_Nm { max-width: 189px; }
  .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua { margin-top: 12px; max-width: none; }
  .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm { }
  .use-media-queries .FbwBsX.KwFkyo { margin-bottom: 10px; }
  .use-media-queries .FbwBsX.KwFkyo.ZBB0ua { margin-bottom: -13px; margin-top: -13px; max-width: 359px; position: relative; top: -24px; }
  .use-media-queries .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm { max-width: 339px; }
  .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua { margin-top: 17px; max-width: none; }
  .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm { }
  .use-media-queries .FbwBsX.x_FPRX { margin-bottom: 10px; }
  .use-media-queries .FbwBsX.feQY6g { margin-bottom: 9px; max-width: 740px; }
  .use-media-queries .FbwBsX.feQY6g.ZBB0ua { margin-bottom: -12px; margin-top: -6px; position: relative; top: -31px; }
  .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua { margin-top: 12px; max-width: none; }
  .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm { }
  .use-media-queries .FbwBsX.jDqjOt { margin-bottom: var(--blog-pl-common-title-margin); }
  .use-media-queries .FbwBsX.jDqjOt.ZBB0ua { max-width: 207px; }
  .use-media-queries .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm { max-width: 187px; }
  .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua { max-width: none; }
  .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm { }
  .use-media-queries .FbwBsX.UUSLFD, .use-media-queries .FbwBsX.hKl06e, .use-media-queries .FbwBsX.i_25UC, .use-media-queries .FbwBsX.lyd6fK, .use-media-queries .FbwBsX.yWOr1I { margin-bottom: var(--blog-pl-common-title-margin); }
  .use-media-queries .FbwBsX.EfvfyL.ZBB0ua, .use-media-queries .FbwBsX.NAWdyL.ZBB0ua, .use-media-queries .FbwBsX.PoYsMP.ZBB0ua, .use-media-queries .FbwBsX.TBrkhx.ZBB0ua, .use-media-queries .FbwBsX.UUSLFD.ZBB0ua, .use-media-queries .FbwBsX.g8vcTX.ZBB0ua, .use-media-queries .FbwBsX.hKl06e.ZBB0ua, .use-media-queries .FbwBsX.i_25UC.ZBB0ua, .use-media-queries .FbwBsX.lyd6fK.ZBB0ua, .use-media-queries .FbwBsX.yWOr1I.ZBB0ua { margin-inline-end: 30px; }
  .use-media-queries .FbwBsX.EfvfyL.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.NAWdyL.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.PoYsMP.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.TBrkhx.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.UUSLFD.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.g8vcTX.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.hKl06e.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.i_25UC.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.lyd6fK.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.yWOr1I.xs2MeC.ZBB0ua { margin-inline-end: 0px; }
  .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua { max-width: 342px; }
  .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm { max-width: 322px; }
  .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua { max-width: none; }
  .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm { }
  .use-media-queries .FbwBsX.ZpmKeC { margin-bottom: 6px; }
  .use-media-queries .FbwBsX.sCkhyN { margin-bottom: 12px; }
  .use-media-queries .FbwBsX.sCkhyN.JufO9Q { bottom: 0px; margin-bottom: 30px; }
  .use-media-queries .FbwBsX.FK1tXh, .use-media-queries .FbwBsX.JnzaaY, .use-media-queries .FbwBsX.LdmkLw, .use-media-queries .FbwBsX.hp0NoL { margin-bottom: 18px; }
  .use-media-queries .FbwBsX.FK1tXh.JufO9Q, .use-media-queries .FbwBsX.JnzaaY.JufO9Q, .use-media-queries .FbwBsX.LdmkLw.JufO9Q, .use-media-queries .FbwBsX.hp0NoL.JufO9Q { bottom: 0px; margin-bottom: 36px; }
  .use-media-queries .FbwBsX.FK1tXh.JufO9Q, .use-media-queries .FbwBsX.JnzaaY.JufO9Q, .use-media-queries .FbwBsX.hp0NoL.JufO9Q { margin-bottom: 0px; padding-bottom: 0px; }
}
.gt-xs .FbwBsX { margin-bottom: 20px; }
.gt-xs .FbwBsX.G1V6el { margin-bottom: 11px; }
.gt-xs .FbwBsX.G1V6el.ZBB0ua { margin-bottom: -14px; margin-top: -13px; max-width: 209px; position: relative; top: -24px; }
.gt-xs .FbwBsX.G1V6el.ZBB0ua.CzG_Nm { max-width: 189px; }
.gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua { margin-top: 12px; max-width: none; }
.gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm { }
.gt-xs .FbwBsX.KwFkyo { margin-bottom: 10px; }
.gt-xs .FbwBsX.KwFkyo.ZBB0ua { margin-bottom: -13px; margin-top: -13px; max-width: 359px; position: relative; top: -24px; }
.gt-xs .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm { max-width: 339px; }
.gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua { margin-top: 17px; max-width: none; }
.gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm { }
.gt-xs .FbwBsX.x_FPRX { margin-bottom: 10px; }
.gt-xs .FbwBsX.feQY6g { margin-bottom: 9px; max-width: 740px; }
.gt-xs .FbwBsX.feQY6g.ZBB0ua { margin-bottom: -12px; margin-top: -6px; position: relative; top: -31px; }
.gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua { margin-top: 12px; max-width: none; }
.gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm { }
.gt-xs .FbwBsX.jDqjOt { margin-bottom: var(--blog-pl-common-title-margin); }
.gt-xs .FbwBsX.jDqjOt.ZBB0ua { max-width: 207px; }
.gt-xs .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm { max-width: 187px; }
.gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua { max-width: none; }
.gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm { }
.gt-xs .FbwBsX.UUSLFD, .gt-xs .FbwBsX.hKl06e, .gt-xs .FbwBsX.i_25UC, .gt-xs .FbwBsX.lyd6fK, .gt-xs .FbwBsX.yWOr1I { margin-bottom: var(--blog-pl-common-title-margin); }
.gt-xs .FbwBsX.EfvfyL.ZBB0ua, .gt-xs .FbwBsX.NAWdyL.ZBB0ua, .gt-xs .FbwBsX.PoYsMP.ZBB0ua, .gt-xs .FbwBsX.TBrkhx.ZBB0ua, .gt-xs .FbwBsX.UUSLFD.ZBB0ua, .gt-xs .FbwBsX.g8vcTX.ZBB0ua, .gt-xs .FbwBsX.hKl06e.ZBB0ua, .gt-xs .FbwBsX.i_25UC.ZBB0ua, .gt-xs .FbwBsX.lyd6fK.ZBB0ua, .gt-xs .FbwBsX.yWOr1I.ZBB0ua { margin-inline-end: 30px; }
.gt-xs .FbwBsX.EfvfyL.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.NAWdyL.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.PoYsMP.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.TBrkhx.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.UUSLFD.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.g8vcTX.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.hKl06e.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.i_25UC.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.lyd6fK.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.yWOr1I.xs2MeC.ZBB0ua { margin-inline-end: 0px; }
.gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua { max-width: 342px; }
.gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm { max-width: 322px; }
.gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua { max-width: none; }
.gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm { }
.gt-xs .FbwBsX.ZpmKeC { margin-bottom: 6px; }
.gt-xs .FbwBsX.sCkhyN { margin-bottom: 12px; }
.gt-xs .FbwBsX.sCkhyN.JufO9Q { bottom: 0px; margin-bottom: 30px; }
.gt-xs .FbwBsX.FK1tXh, .gt-xs .FbwBsX.JnzaaY, .gt-xs .FbwBsX.LdmkLw, .gt-xs .FbwBsX.hp0NoL { margin-bottom: 18px; }
.gt-xs .FbwBsX.FK1tXh.JufO9Q, .gt-xs .FbwBsX.JnzaaY.JufO9Q, .gt-xs .FbwBsX.LdmkLw.JufO9Q, .gt-xs .FbwBsX.hp0NoL.JufO9Q { bottom: 0px; margin-bottom: 36px; }
.gt-xs .FbwBsX.FK1tXh.JufO9Q, .gt-xs .FbwBsX.JnzaaY.JufO9Q, .gt-xs .FbwBsX.hp0NoL.JufO9Q { margin-bottom: 0px; padding-bottom: 0px; }
.FbwBsX.glhtJc { margin-bottom: 0px; }
.FbwBsX.WdRrHJ.AkO1lZ, .FbwBsX.glhtJc.AkO1lZ { margin-bottom: 18px; }
.FbwBsX.WdRrHJ.ySFpqx, .FbwBsX.glhtJc.ySFpqx { margin-bottom: 0px; }
.FbwBsX.WdRrHJ.ZBB0ua, .FbwBsX.glhtJc.ZBB0ua { margin-top: -43px; max-width: 263px; }
.FbwBsX.WdRrHJ.ZBB0ua.CzG_Nm, .FbwBsX.glhtJc.ZBB0ua.CzG_Nm { max-width: 243px; }
.FbwBsX.WdRrHJ.xs2MeC.ZBB0ua, .FbwBsX.glhtJc.xs2MeC.ZBB0ua { margin-top: -19px; max-width: none; }
.FbwBsX.WdRrHJ.xs2MeC.ZBB0ua.CzG_Nm, .FbwBsX.glhtJc.xs2MeC.ZBB0ua.CzG_Nm { }
.FbwBsX.WdRrHJ.I5nSmk, .FbwBsX.WdRrHJ.xs2MeC.I5nSmk, .FbwBsX.glhtJc.I5nSmk, .FbwBsX.glhtJc.xs2MeC.I5nSmk { margin-top: 0px; }
.FbwBsX.TBrkhx, .FbwBsX.g8vcTX, .FbwBsX.ivAnV0 { border-bottom: 12px solid transparent; margin: 0px; }
.FbwBsX.EfvfyL, .FbwBsX.NAWdyL, .FbwBsX.PoYsMP { border-bottom: 8px solid transparent; margin: 0px; }
.nebVix { padding-bottom: 18px; }
@media (min-width: 660px) {
  .use-media-queries .nebVix { padding-bottom: 23px; }
}
.gt-xs .nebVix { padding-bottom: 23px; }
.nebVix.glhtJc { margin-top: 10px; }
.nebVix.WdRrHJ.JufO9Q, .nebVix.glhtJc.JufO9Q { padding-bottom: 0px; }
.nebVix.feQY6g { max-width: 740px; }
.nebVix.EfvfyL, .nebVix.NAWdyL, .nebVix.PoYsMP, .nebVix.TBrkhx, .nebVix.g8vcTX, .nebVix.ivAnV0 { display: flex; flex: 1 1 0%; overflow: hidden; padding: 0px; }
.sCkhyN { color: rgb(255, 255, 255); }
.sCkhyN.RiOfiW { display: inline-block; height: 292px; width: 292px; }
.sCkhyN .ITPCIq, .sCkhyN .pccjOy, .sCkhyN.RiOfiW.pu51Xe { height: 100%; width: 100%; }
.sCkhyN.JMCi2v { display: flex; flex-direction: column; justify-content: flex-end; }
.sCkhyN.FbwBsX { bottom: 60px; position: absolute; width: calc(100% - 48px); }
.sCkhyN.NPsER6 { bottom: 27px; display: inline-block; inset-inline: 24px; position: absolute; }
.LdmkLw.FbwBsX { bottom: 60px; position: absolute; width: calc(100% - 48px); }
.FK1tXh.FbwBsX, .JnzaaY.FbwBsX, .hp0NoL.FbwBsX { padding-bottom: 30px; }
.FK1tXh.FbwBsX.p8Uk20, .JnzaaY.FbwBsX.p8Uk20, .hp0NoL.FbwBsX.p8Uk20 { margin: 0px; padding: 0px; }
.FK1tXh, .JnzaaY, .LdmkLw, .hp0NoL { color: rgb(255, 255, 255); }
.FK1tXh.RiOfiW, .JnzaaY.RiOfiW, .LdmkLw.RiOfiW, .hp0NoL.RiOfiW { display: inline-block; height: 454px; width: 454px; }
.FK1tXh .ITPCIq, .FK1tXh .pccjOy, .FK1tXh.RiOfiW.pu51Xe, .JnzaaY .ITPCIq, .JnzaaY .pccjOy, .JnzaaY.RiOfiW.pu51Xe, .LdmkLw .ITPCIq, .LdmkLw .pccjOy, .LdmkLw.RiOfiW.pu51Xe, .hp0NoL .ITPCIq, .hp0NoL .pccjOy, .hp0NoL.RiOfiW.pu51Xe { height: 100%; width: 100%; }
.FK1tXh.JMCi2v, .JnzaaY.JMCi2v, .LdmkLw.JMCi2v, .hp0NoL.JMCi2v { display: flex; flex-direction: column; justify-content: flex-end; }
.FK1tXh.NPsER6, .JnzaaY.NPsER6, .LdmkLw.NPsER6, .hp0NoL.NPsER6 { bottom: 27px; display: inline-block; inset-inline: 24px; position: absolute; }
.n9F1tl { fill: rgb(255, 255, 255); }
.VMF9AQ { color: rgb(255, 255, 255); }
.BVf6py { background-color: rgb(255, 255, 255); }
.TE7que { height: 1px; opacity: 0.2; }
@media (min-width: 660px) {
  .use-media-queries .TE7que { margin-bottom: 12px; }
}
.gt-xs .TE7que { margin-bottom: 12px; }
.TE7que:not(.iD0LEx) { margin-bottom: var(--blog-pl-footer-separator-margin); }
.TE7que.iD0LEx { margin-top: 24px; }
.TE7que.iD0LEx.vxAOcp { margin-top: 18px; }
.FK1tXh .TE7que, .JnzaaY .TE7que, .LdmkLw .TE7que, .hp0NoL .TE7que, .sCkhyN .TE7que { opacity: 1; }
.NPsER6.TBrkhx, .NPsER6.g8vcTX { margin-top: auto; }
.NPsER6.TBrkhx.kzwb6t, .NPsER6.g8vcTX.kzwb6t { padding-top: 12px; }
@media (max-width: 685px) {
  .use-media-queries .NPsER6.TBrkhx, .use-media-queries .NPsER6.g8vcTX { padding-top: 12px; }
}
.lt-sm .NPsER6.TBrkhx, .lt-sm .NPsER6.g8vcTX { padding-top: 12px; }
.NPsER6.ivAnV0 { margin-top: auto; }
.NPsER6.ivAnV0.kzwb6t { padding-top: 36px; }
@media (max-width: 685px) {
  .use-media-queries .NPsER6.ivAnV0 { padding-top: 36px; }
}
.lt-sm .NPsER6.ivAnV0 { padding-top: 36px; }
.NPsER6.UUSLFD, .NPsER6.hKl06e, .NPsER6.i_25UC, .NPsER6.jDqjOt, .NPsER6.lyd6fK, .NPsER6.yWOr1I { margin-top: auto; padding-top: 12px; }
.NPsER6.i_25UC.zwuMcM, .NPsER6.lyd6fK.zwuMcM, .NPsER6.yWOr1I.zwuMcM { padding-top: var(--blog-pl-footer-padding-top); }
.GGI4XB { display: block; margin: 15px 0px -11px; }
.app-desktop .GGI4XB { display: none; }
.NtnM8D { opacity: 0.6; }
.tFEVbz { flex: 0 0 50%; }
.QP8OH2 { padding-top: 75%; position: relative; width: 100%; }
.Gf88Ln { -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 686px) {
  .use-media-queries .Gf88Ln { -webkit-line-clamp: 1; }
}
.gt-s .Gf88Ln { -webkit-line-clamp: 1; }
@media (min-width: 740px) {
  .use-media-queries .Gf88Ln { -webkit-line-clamp: 2; }
}
.gt-740 .Gf88Ln { -webkit-line-clamp: 2; }
@media (min-width: 886px) {
  .use-media-queries .Gf88Ln { -webkit-line-clamp: 3; }
}
.gt-886 .Gf88Ln { -webkit-line-clamp: 3; }
.so9KdE.TBrkhx, .so9KdE.g8vcTX { mask-image: linear-gradient(0deg, transparent, rgb(0, 0, 0) 30px); }
.hMB1wk { display: inline; }
.CHRJex { cursor: pointer; }
._UH27m { position: relative !important; }
.EQ1O0U { margin: 14px 0px; display: flex !important; }
.EQ1O0U.xczrBK { font: var(--post-homepage-ratingFont,var(--wix-font-Body-M)); --full-icon-color: var(--post-homepage-ratingFilledStarColor,var(--wix-color-8)); --empty-icon-color: var(--post-homepage-ratingUnfilledStarColor,var(--wix-color-3)); color: rgb(var(--post-homepage-ratingFontColor,var(--wix-color-5))); line-height: ; font-size: var(--post-homepage-ratingFont-size,14px); text-decoration: var(--post-homepage-ratingFont-text-decoration); }
.EQ1O0U.xczrBK.amZSNe { --full-icon-color: var(--post-homepage-TOI-ratingFilledStarColor,var(--wix-color-8)); --empty-icon-color: var(--post-homepage-TOI-ratingUnfilledStarColor,var(--wix-color-3)); color: rgb(var(--post-homepage-TOI-ratingFontColor,var(--wix-color-5))); }
.EQ1O0U.hrftIZ { font: var(--post-category-ratingFont,var(--wix-font-Body-M)); --full-icon-color: var(--post-category-ratingFilledStarColor,var(--wix-color-8)); --empty-icon-color: var(--post-category-ratingUnfilledStarColor,var(--wix-color-3)); color: rgb(var(--post-category-ratingFontColor,var(--wix-color-5))); line-height: ; font-size: var(--post-category-ratingFont-size,14px); text-decoration: var(--post-category-ratingFont-text-decoration); }
.EQ1O0U.hrftIZ.amZSNe { --full-icon-color: var(--post-category-TOI-ratingFilledStarColor,var(--wix-color-8)); --empty-icon-color: var(--post-category-TOI-ratingUnfilledStarColor,var(--wix-color-3)); color: rgb(var(--post-category-TOI-ratingFontColor,var(--wix-color-5))); }
.EQ1O0U.zwuMcM { font: var(--post-post-list-ratingFont,var(--wix-font-Body-M)); --full-icon-color: var(--post-post-list-ratingFilledStarColor,var(--wix-color-8)); --empty-icon-color: var(--post-post-list-ratingUnfilledStarColor,var(--wix-color-3)); color: rgb(var(--post-post-list-ratingFontColor,var(--wix-color-5))); line-height: ; font-size: var(--post-post-list-ratingFont-size,14px); text-decoration: var(--post-post-list-ratingFont-text-decoration); }
.EQ1O0U.zwuMcM.amZSNe { --full-icon-color: var(--post-post-list-TOI-ratingFilledStarColor,var(--wix-color-8)); --empty-icon-color: var(--post-post-list-TOI-ratingUnfilledStarColor,var(--wix-color-3)); color: rgb(var(--post-post-list-TOI-ratingFontColor,var(--wix-color-5))); }
.EQ1O0U.NAWdyL { margin: 8px 0px; }
.EQ1O0U.TBrkhx, .EQ1O0U.g8vcTX, .EQ1O0U.ivAnV0 { margin-bottom: 2px; }
.EQ1O0U.FK1tXh.JufO9Q, .EQ1O0U.JnzaaY.JufO9Q, .EQ1O0U.LdmkLw.JufO9Q, .EQ1O0U.hp0NoL.JufO9Q { margin-bottom: 0px; }
.tmHsxH { display: block; height: 1px; opacity: 0.2; }
.Dgf2Op { flex: 0 0 1px; height: 100%; opacity: 0.2; width: 1px; }
.Ki_0_s { align-self: center; border-radius: 50%; display: block; height: 2px; width: 2px; }
.HIUKwo { background: none; border: none; cursor: pointer; padding: 1px 7px 2px; width: 100%; }
.HIUKwo.eKcHXl, .HIUKwo.ghl_vK { cursor: default; }
.HIUKwo:last-child ._9TLCi { display: none; }
._uY73j { align-items: center; display: flex; padding: 16px 18px 15px; }
.hWag3q { display: block; font-size: 14px; margin-inline-start: 12px; white-space: nowrap; }
.hWag3q.eKcHXl { opacity: 0.5; }
.fhgQYN { height: 18px; justify-content: center; width: 18px; }
.fhgQYN, .hSZsuG { align-items: center; display: flex; }
.hSZsuG { gap: 6px; justify-content: space-between; margin-inline-start: auto; }
.MHuRVq, .k9M4X3 { align-items: center; block-size: 24px; display: flex; inline-size: 24px; justify-content: center; }
.MHuRVq { color: inherit; cursor: pointer; display: var(--postMoreActionsDisplay,block); position: relative; }
.MHuRVq:hover { color: rgb(var(--textLinksAndHashtagsColor)); }
.MHuRVq svg { inset-block-start: 2.5px; inset-inline-start: 7px; position: relative; }
@media print {
  .MHuRVq { display: none; }
}
.C_pOuZ { background-color: rgb(var(--postBackgroundColor-rgb)); box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px 0px; margin: 5px; min-inline-size: min(240px, 100%); position: absolute; z-index: 900; }
.C_pOuZ, .KpRFyx { color: rgb(var(--textParagraphColor)); font: var(--textParagraphFont); }
.KpRFyx { fill: currentcolor; align-items: center; background: none; block-size: 100%; border: none; cursor: pointer; display: flex; font-size: 14px; gap: 12px; inline-size: 100%; line-height: 1.5; padding: 17px 25px; touch-action: manipulation; white-space: nowrap; }
.KpRFyx[readonly] { cursor: default; }
.KpRFyx:hover { color: rgb(var(--textLinksAndHashtagsColor)); }
.KpRFyx + .KpRFyx { border-block-start: 1px solid rgba(var(--textParagraphColor-rgb),.2); }
.pQ2Xsx { align-items: center; block-size: 18px; display: flex; inline-size: 18px; justify-content: center; }
.JMAXlV { --full: rgb(var(--full-icon-color,$black-rgb)); --empty: rgb(var(--empty-icon-color,$gray-rgb)); display: block; position: relative; }
.fbd51l { clip: rect(0px, 0px, 0px, 0px); border: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 1px; }
.hhO2ky { display: flex; }
.JMAXlV .hhO2ky { gap: 0px 6px; }
.siwre6 { color: var(--full); }
.MKPjdi { color: var(--empty); }
.TbC84K { display: flex; position: relative; }
.j6jO4F .MrH3GO { display: block; }
.j6jO4F { clip-path: inset(0px 50% 0px 0px); }
.MrH3GO, [dir="rtl"] .j6jO4F { clip-path: inset(0px 0px 0px 50%); }
.MrH3GO { position: absolute; }
[dir="rtl"] .MrH3GO { clip-path: inset(0px 50% 0px 0px); }
.TYUuco { transition: color 0.3s ease-in; }
.A6pgue { align-items: center; display: flex; }
.KJeQ3_ { line-height: 1; margin-inline-start: 12px; }
.T5ArNO .KJeQ3_ { animation: 0.3s ease-in 0s 1 normal none running M5aq50; }
.TW0XHJ .KJeQ3_, .z8kPtl .KJeQ3_ { margin-inline-start: 7px; }
@keyframes M5aq50 { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.K4dTkX { --full-icon-color: var(--ratingsStarFilledColor); --empty-icon-color: var(--ratingsStarEmptyColor); align-self: flex-start; color: rgb(var(--ratingsTextColor)); cursor: pointer; display: var(--postRatingDisplay,flex); font: var(--ratingsTextFont); text-decoration: var(--ratingsTextFont-text-decoration); }
.MbPQSQ { display: flex; flex-direction: column-reverse; gap: var(--section-spacer-1); }
.apmiGT { display: var(--postTitleDisplay,block); }
@media print {
  .apmiGT { margin-block-start: 8pt !important; }
}
.H3vOVf { font: var(--textH1Font); color: rgb(var(--textH1Color)); line-height: min(var(--textH1Font-line-height,1.4em),1.4em); overflow-wrap: break-word; text-decoration: var(--textH1Font-text-decoration); word-break: break-word; }
._L_svk:is(a) { color: inherit; }
._L_svk:is(a):hover { color: rgb(var(--textLinksAndHashtagsColor)); }
.NfKpG_ { display: var(--postUpdatedDateDisplay,block); font-size: 14px; line-height: 1.5; }
.a5JqMF { align-items: center; display: var(--postSectionMetadataAndMoreActionsDisplay,flex); font-size: 12px; justify-content: space-between; line-height: 1.5; }
.app-desktop .a5JqMF { font-size: 14px; }
.lUWlkS img { display: block; block-size: calc(var(--heroImageHeight)*1px) !important; inline-size: 100% !important; object-fit: var(--heroImageObjectFit) !important; object-position: var(--heroImageCropPosition,bottom) !important; }
._u2fqx { color: var(--tagTextColor); font: var(--tagTextFont); text-decoration: var(--tagTextFont-text-decoration); }
._u2fqx:is(a):hover { color: var(--tagTextHoverColor); }
._u2fqx { background-color: var(--tagBackgroundColor); border-color: var(--tagBorderColor); border-radius: calc(var(--tagBorderRadius)*1px); border-style: var(--tagBorderStyle); border-width: calc(var(--tagBorderWidth)*1px); box-sizing: border-box; padding-block: calc(var(--tagVerticalPadding)*1px); padding-inline: calc(var(--tagHorizontalPadding)*1px); }
._u2fqx:is(a):hover { background-color: var(--tagBackgroundHoverColor); border-color: var(--tagBorderHoverColor); }
.JJ6Vcq { display: var(--tagDisplay,flex); flex-direction: column; gap: 12px; }
@media print {
  .JJ6Vcq { display: none; }
}
.OY6C7u { display: var(--tagLabelDisplay,block); font-size: 14px; line-height: 1.5; text-align: var(--tagTextAlignment); }
.zmug2R { box-sizing: border-box; display: flex; flex-wrap: wrap; gap: calc(var(--tagVerticalSpacing)*1px) calc(var(--tagHorizontalSpacing)*1px); justify-content: var(--tagFlexAlignment); }
.zmug2R > li { min-width: 0px; }
._u2fqx { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); display: inline-block; max-inline-size: 100%; overflow: hidden; text-overflow: ellipsis; touch-action: manipulation; vertical-align: top; white-space: nowrap; }
.tgMH9T { --postPageWidth: 740px; --postPageHorizontalPadding: clamp(18px,8vmin,60px); --postPageVerticalPadding: clamp(32px,8vmin,60px); }
.app-mobile .tgMH9T { --postPageHorizontalPadding: 18px; --postPageVerticalPadding: 32px; }
@media (max-width: 900px) {
  .use-media-queries .tgMH9T { --postPageWidth: calc(var(--root-width) - 160px); }
}
.lte-post_content_area_small .tgMH9T { --postPageWidth: calc(var(--root-width) - 160px); }
@media (max-width: 746px) {
  .use-media-queries .tgMH9T { --postPageWidth: 100%; --postPageHorizontalPadding: 18px; --postPageVerticalPadding: 32px; }
}
.lte-post_content_area_min .tgMH9T { --postPageWidth: 100%; --postPageHorizontalPadding: 18px; --postPageVerticalPadding: 32px; }
.tgMH9T { --section-spacer-1: clamp(8px,2.5vmin,18px); --section-spacer-2: 20px; fill: currentcolor; background-color: rgb(var(--postBackgroundColor)); border: calc(var(--postBorderWidth)*1px) solid rgb(var(--postBorderColor)); color: rgb(var(--textParagraphColor)); font: var(--textParagraphFont); overflow-wrap: break-word; z-index: 2; }
@media print {
  .tgMH9T { background-color: rgb(255, 255, 255) !important; border-width: 0px !important; padding: 0px !important; }
}
.HW6ttf { align-items: center; display: flex; flex-direction: column; gap: var(--section-spacer-2); padding-block: var(--postPageVerticalPadding); }
@media print {
  .HW6ttf { padding-block: 0px !important; }
}
.PhCafd { align-items: center; display: flex; flex-direction: column; padding-inline: var(--postPageHorizontalPadding); }
.PhCafd, .PhCafd > * { inline-size: 100%; }
@media print {
  .PhCafd { padding-inline: 0px; }
}
.PKQ95p { display: flex; flex-direction: column; gap: var(--section-spacer-1); }
@media screen {
  .PKQ95p { margin-inline: auto; max-inline-size: var(--postPageWidth); }
}
.zXjpfh { inline-size: var(--postPageWidth); padding-inline: 0px; }
@media (min-width: 686px) and (max-width: 745px) {
  .use-media-queries .zXjpfh { padding-inline: var(--postPageHorizontalPadding); }
}
.w686-745 .zXjpfh { padding-inline: var(--postPageHorizontalPadding); }
@media (max-width: 685px) {
  .use-media-queries .zXjpfh { padding-inline: var(--postPageHorizontalPadding); }
}
.lt-sm .zXjpfh { padding-inline: var(--postPageHorizontalPadding); }
@media print {
  .zXjpfh { padding-inline: 0px; inline-size: 100% !important; }
  .aQg0ny { display: none; }
}
.B6ltWa { display: var(--postFooterDisplay); }
.KVKbzt, .VQDdIN { display: flex; flex-direction: column; gap: var(--section-spacer-2); }
.VQDdIN { --ricosNormalPadding: max(var(--postPageHorizontalPadding),calc((100% - var(--postPageWidth)) / 2)); --ricosFullWidthPadding: 0; --ricosQuoteMarginInlineStart: 0; inline-size: 100%; }
@media print {
  .VQDdIN { --ricosNormalPadding: 0; --ricosFullWidthPadding: 0; margin-block-start: 12pt !important; }
}
.D0GU9r { inline-size: 100%; max-inline-size: var(--postPageWidth); }
.j1Y_aa { -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; }
@supports not (-webkit-line-clamp:1) {
  .j1Y_aa { display: block; white-space: nowrap; }
}
.pAfFB0 { line-height: 1.5; }
._4BhfeI { word-break: break-word; }
.t66ylj { align-items: center; display: inline-flex; padding-inline-end: 2px; vertical-align: middle; }
.eYQJQu:not(:first-child) { margin-inline-start: 6px; }
.OjkszV { height: 100%; position: relative; }
.XPEMCH { align-items: center; background-position: 50% center; background-size: cover; display: flex; justify-content: center; }
.XPEMCH, ._8tAyR { height: 100%; inset-inline-start: 0px; position: absolute; top: 0px; width: 100%; }
._8tAyR { background: rgba(0, 0, 0, 0.2); }
.Ym4kNx { align-items: center; background: rgb(0, 0, 0); border-radius: 20px; color: rgb(255, 255, 255); cursor: pointer; display: flex; font-size: 14px; height: 40px; min-width: 130px; opacity: 0.8; padding-inline-end: 18px; }
.wM0E5k { margin-inline: 7px 2px; }
.bg3nLo { cursor: pointer; opacity: 0.8; }
@media (min-width: 980px) {
  .use-media-queries .bg3nLo { height: 60px; width: 60px; }
}
.gt-sm .bg3nLo { height: 60px; width: 60px; }
.XPEMCH:active::after { background-color: rgba(0, 0, 0, 0.3); content: ""; height: 100%; inset-inline-start: 0px; pointer-events: none; position: absolute; top: 0px; width: 100%; }
.kkOpHH { cursor: pointer; padding-top: 56.25%; position: relative; }
.kkOpHH:active::after { background-color: rgba(0, 0, 0, 0.3); content: ""; height: 100%; inset-inline-start: 0px; pointer-events: none; position: absolute; top: 0px; width: 100%; }
.HNM0p2 { inset: 0px; position: absolute; }
.KUUi4M { padding-top: 56.25%; position: relative; }
.zhlgK5 { height: 100%; position: absolute; top: 0px; width: 100%; }
.oY1ew3 { --postPageWidth: 740px; --postPageHorizontalPadding: clamp(18px,8vmin,60px); --postPageVerticalPadding: clamp(32px,8vmin,60px); }
.app-mobile .oY1ew3 { --postPageHorizontalPadding: 18px; --postPageVerticalPadding: 32px; }
@media (max-width: 900px) {
  .use-media-queries .oY1ew3 { --postPageWidth: calc(var(--root-width) - 160px); }
}
.lte-post_content_area_small .oY1ew3 { --postPageWidth: calc(var(--root-width) - 160px); }
@media (max-width: 746px) {
  .use-media-queries .oY1ew3 { --postPageWidth: 100%; --postPageHorizontalPadding: 18px; --postPageVerticalPadding: 32px; }
}
.lte-post_content_area_min .oY1ew3 { --postPageWidth: 100%; --postPageHorizontalPadding: 18px; --postPageVerticalPadding: 32px; }
.zp8s_J { display: var(--relatedPostsDisplay,block); }
@media print {
  .zp8s_J { display: none; }
}
.oY1ew3 { flex-direction: column; gap: 20px; margin-block-start: 30px; }
.oY1ew3, .qmDeKd { color: rgb(var(--textParagraphColor)); display: flex; }
.qmDeKd { font-size: 18px; justify-content: space-between; line-height: 1.5; }
@media (max-width: 746px) {
  .use-media-queries .qmDeKd { padding-inline: var(--postPageHorizontalPadding); }
}
.lte-post_content_area_min .qmDeKd { padding-inline: var(--postPageHorizontalPadding); }
.vz0Mhy { color: inherit; display: var(--relatedPostsSeeAllDisplay,inline); font-size: 14px; line-height: 1.5; }
.vz0Mhy:hover { color: rgb(var(--textLinksAndHashtagsColor)); }
.zHLEBV { display: grid; gap: 34px; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); justify-content: flex-start; }
.qbu2Gh { font: var(--textParagraphFont); --itemContentSize: 103px; background-color: rgb(var(--postBackgroundColor)); border: calc(var(--postBorderWidth)*1px) solid rgb(var(--postBorderColor)); color: rgb(var(--textParagraphColor)); flex-basis: 0px; flex-grow: 1; line-height: 18px; overflow: hidden; padding-block-start: calc(56.25% + var(--itemContentSize) + var(--relatedPostsItemFooterOffset)); position: relative; }
@media (max-width: 979px) {
  .use-media-queries .qbu2Gh { max-inline-size: 454px; }
  .use-media-queries .qbu2Gh:nth-child(3) { display: none; }
}
.lt-md .qbu2Gh { max-inline-size: 454px; }
.lt-md .qbu2Gh:nth-child(3) { display: none; }
@media (min-width: 940px) {
  .use-media-queries .qbu2Gh:nth-child(3) { display: revert; }
}
.gt-940 .qbu2Gh:nth-child(3) { display: revert; }
@media (max-width: 685px) {
  .use-media-queries .qbu2Gh { inline-size: 100%; max-inline-size: none; }
  .use-media-queries .qbu2Gh:nth-child(2) { display: none; }
}
.lt-sm .qbu2Gh { inline-size: 100%; max-inline-size: none; }
.lt-sm .qbu2Gh:nth-child(2) { display: none; }
.dkbPQd { inset: 0px; position: absolute; }
.ZnRZP5, .dkbPQd { display: flex; flex-direction: column; }
.ZnRZP5 { overflow-wrap: break-word; block-size: auto; flex-grow: 1; padding: 24px; }
.hPl9QB { font: var(--textH1Font); -webkit-box-orient: vertical; -webkit-line-clamp: var(--lines,2); color: rgb(var(--textH1Color)); cursor: pointer; display: -webkit-box; font-size: 18px; line-height: normal; overflow: hidden; text-decoration: var(--textH1Font-text-decoration); text-overflow: ellipsis; }
.hPl9QB:is(a):is(:hover) { color: rgb(var(--textLinksAndHashtagsColor)); }
.f1HgZb { font-size: 16px; line-height: 1.5; margin-block: 16px 23px; }
.LO60EX { font: var(--textParagraphFont); fill: currentcolor; block-size: var(--blog-pl-footer-content-height); border-block-start: 1px solid rgb(var(--textParagraphColor-rgb),.2); box-sizing: content-box; color: rgb(var(--textParagraphColor)); display: var(--postSectionCountersDisplay,flex); font-size: 12px; gap: 16px; justify-content: space-between; line-height: 1.5; margin-block-start: auto; padding-block-start: 15px; }
.D6DTyh, .LVcAxq { display: flex; }
.LVcAxq { align-items: center; gap: 16px; white-space: nowrap; }
.qcmXZU { display: var(--postViewCountDisplay,flex) !important; }
.ZN1aom { display: var(--postCommentCountDisplay,flex) !important; }
.wChIrD { display: var(--postLikeCountDisplay,flex) !important; margin-inline-start: auto; }
.cofZpq { --indicator-size: 6px; --indicator-container-height: 42px; --indicator-gap: 6px; --slide-gap: 12px; display: flex; flex-direction: column; inline-size: var(--root-width); overflow: hidden; }
.cofZpq .hWKlZs { -webkit-user-drag: none; padding-inline: calc(var(--slide-gap)/2); user-select: none; }
.cofZpq .slick-slide { float: left !important; }
.cofZpq .slick-dots { align-items: center; block-size: var(--indicator-container-height); gap: var(--indicator-gap); inset-block-start: 0px; justify-content: center; position: relative; display: flex !important; }
.cofZpq .slick-dots > li { block-size: var(--indicator-size); inline-size: var(--indicator-size); margin: 0px; }
.MKbQ8N { border-radius: 50%; height: 6px; opacity: 0.2; width: 6px; }
.MKbQ8N._b7UuS { display: none; opacity: 1; }
.slick-active > .u6i9Jv .MKbQ8N { display: none; }
.slick-active > .u6i9Jv .MKbQ8N._b7UuS { display: block; }
.ZL4A4N { color: rgb(var(--textParagraphColor)); display: flex; flex: 1 0 auto; flex-direction: column; font: var(--textParagraphFont); inline-size: 100%; margin-block: 0px; margin-inline: auto; max-inline-size: 940px; }
.app-desktop .ZL4A4N { padding-block-start: 20px; }
@media print {
  .ZL4A4N { margin-inline: 0px; max-inline-size: 100%; }
}
.HcBlwg { position: relative; }
.HcBlwg, .QMlkG7 { inline-size: 100%; }
.QMlkG7 { margin-block-end: 20px; }
.KPSGWw { margin-block-start: 40px; }
.L5x0Fp { min-height: 100%; position: relative; }
:where(.L5x0Fp) { -webkit-font-smoothing: antialiased; box-sizing: border-box; }
:where(.L5x0Fp) * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
:where(.L5x0Fp) *, :where(.L5x0Fp) ::after, :where(.L5x0Fp) ::before { box-sizing: inherit; }
:where(.L5x0Fp) :where(a), :where(.L5x0Fp) :where(a:visited) { text-decoration: none; }
:where(.L5x0Fp) :where(textarea) { font-family: inherit; }
.aVF3iR { position: relative; }
.medium-gap .aVF3iR { padding-top: 50px; }
.large-gap .aVF3iR { padding-top: 100px; }
html { height: 100%; touch-action: manipulation; }
body, html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px; padding: 0px; }
body { text-size-adjust: none; }
#root { margin: 0px; padding: 0px; }
a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.gallery-item-common-info.gallery-item-right-info { position: absolute; right: 0px; }
.gallery-item-common-info.gallery-item-left-info { left: 0px; position: absolute; }
#pro-gallery-container button.nav-arrows-container { box-sizing: border-box; }
.post-list-pro-gallery-pg-grid .pro-gallery, .post-list-pro-gallery-pg-grid .pro-gallery .gallery-item-common-info { overflow: visible !important; }
.xZVb1s { background-color: rgb(var(--postAreaBackgroundColor)); padding-block-end: 20px; padding-inline: 20px; }
.vAU8Qm { padding-inline: var(--padding,0); }
.kiyM2X { inline-size: 100%; margin-inline: auto; max-inline-size: var(--content-size,100%); }
.aSX36E { block-size: 80px; }
.NEquMY { align-items: center; display: flex; justify-content: space-between; }
.pvCG_v { min-height: 100%; position: relative; }
:where(.pvCG_v) { -webkit-font-smoothing: antialiased; box-sizing: border-box; }
:where(.pvCG_v) * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
:where(.pvCG_v) *, :where(.pvCG_v) ::after, :where(.pvCG_v) ::before { box-sizing: inherit; }
:where(.pvCG_v) :where(a), :where(.pvCG_v) :where(a:visited) { text-decoration: none; }
:where(.pvCG_v) :where(textarea) { font-family: inherit; }
.l7pLjR { position: relative; }
.medium-gap .l7pLjR { padding-top: 50px; }
.large-gap .l7pLjR { padding-top: 100px; }
.juyn_2 { display: inline-block; position: relative; }
.juyn_2 .SHXBPR { padding: 0px 17px; width: 40px; }
.juyn_2 .SHXBPR * { width: 19px; }
.JvXA2e { border: 1px solid; min-width: 140px; position: absolute; top: 38px; z-index: 10; }
.KJPy_8 .JvXA2e { inset-inline-start: 50%; transform: translateX(-50%); }
.NcXno_ .JvXA2e { inset-inline-end: 0px; }
.JvXA2e.ovMwby { bottom: 38px; top: auto; }
.OISqbJ { border: 1px solid; height: 10px; inset-inline: 0px; margin: 0px auto; position: absolute; top: -5px; transform: rotate(45deg); width: 10px; z-index: -1; }
.NcXno_ .OISqbJ { inset-inline: auto 16px; }
.ovMwby .OISqbJ { bottom: -5px; top: auto; }
.Jv0dXX { fill: rgb(255, 255, 255); }
.Gka3kA { align-items: center; cursor: pointer; display: flex; height: 48px; justify-content: center; width: 58px; }
.mP9yec { border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; display: block; height: 30px; width: 30px; }
.jgXCfy, .mP9yec { position: relative; }
.jgXCfy { background: none; border: 0px; cursor: pointer; display: inline-block; flex-shrink: 0; height: 48px; padding: 0px; width: 48px; }
.jgXCfy:active::after { background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; content: ""; height: 100%; inset-inline-start: 0px; pointer-events: none; position: absolute; top: 0px; width: 100%; }
.xaRdfw { align-items: center; display: inline-flex; height: 100%; justify-content: center; width: 100%; }
.srEdfd { display: none; }
.tSamLJ { border-radius: 50%; bottom: 11px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9px; height: 14px; inset-inline-end: 8px; line-height: 14px; position: absolute; width: 14px; }
.HvPwlI, .tSamLJ { display: flex; justify-content: center; }
.HvPwlI { align-items: center; height: 48px; width: 48px; }
.HvPwlI:active::after { background-color: rgba(255, 255, 255, 0.3); border-radius: 24px; content: ""; height: 100%; inset-inline-start: 0px; pointer-events: none; position: absolute; top: 0px; width: 100%; }
.pFrNlV { display: none; }
.QNVRC4 { align-items: center; display: flex; height: 100%; justify-content: center; margin-inline-end: -14px; }
.QNVRC4 .RiU29q { min-width: 200px; top: 40px; }
.oOaDEN:last-child { margin-inline-end: -3px; }
.Iv7yDs { align-items: center; background: transparent; border: 0px; color: rgb(255, 255, 255); display: inline-flex; font-family: system-ui, sans-serif; font-weight: 500; height: 100%; padding: 0px 16px; }
.Iv7yDs, .zXI4K_ { font-size: 14px; white-space: nowrap; }
.zXI4K_ { margin: 0px; overflow: hidden; text-overflow: ellipsis; }
.zXI4K_ a { color: inherit; }
.NxBZ1a, .dbwLAy { flex-shrink: 0; font-size: 14px !important; text-decoration: none !important; }
@media print {
  .NxBZ1a, .dbwLAy { color: rgb(0, 0, 0) !important; font-size: 10pt !important; }
}
.un5cvk { height: 50px; justify-content: space-between; padding-inline: 18px; }
.RCXs8R, .un5cvk { align-items: center; display: flex; }
.RCXs8R { flex: 0 1 auto; height: 100%; overflow: hidden; }
.NxBZ1a { color: rgb(var(--postButtonTextColor)); display: var(--menuDisplay,block); font: var(--textParagraphFont); }
.wP0EBn { display: var(--menuCategoriesDisplay,flex); }
.IVqWoX, .V5u6Ga { --text-color: rgb(var(--navigationTextColor,var(--wix-color-5))); fill: currentcolor; color: var(--text-color); font-family: var(--navigationFont-family); font-size: var(--navigationFont-size); font-style: var(--navigationFont-style); font-variant: var(--navigationFont-variant); font-weight: var(--navigationFont-weight); line-height: var(--navigationFont-line-height); text-align: start; text-decoration: var(--navigationFont-text-decoration); }
.IVqWoX:is(:hover, .ByH4xY), .V5u6Ga:is(:hover, .ByH4xY) { --text-color: rgb(var(--navigationTextColorActive)); }
.tWYGQs { --dropdown-display: none; }
.tWYGQs:is(:hover, :focus-within) { --dropdown-display: block; }
.V5u6Ga { align-items: center; display: flex; gap: 8px; }
.h3g52Z { display: var(--dropdown-display); inset-inline-end: 0px; padding-block-start: 20px; position: absolute; z-index: 10; }
._5JPo6V { backdrop-filter: blur(11px); box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 11px 0px; padding-block: 8px; }
.RbaSC5 + .RbaSC5::before { border-block-start: 1px solid currentcolor; content: ""; display: block; opacity: 0.1; }
.IVqWoX { appearance: none; display: block; padding-block: 16px; padding-inline: 28px; }
.kU2es5 { display: flex; font-family: system-ui, sans-serif; font-size: 14px; height: 80px; width: 100%; }
.AsxoCK { margin-inline-start: -3px; overflow: hidden; padding-inline-start: 3px; }
.LnLd_R { cursor: pointer; flex-grow: 1; flex-wrap: wrap; list-style: none; }
.LnLd_R, .LnLd_R > li { align-items: center; display: flex; }
.LnLd_R > li { height: 80px; white-space: nowrap; }
.LnLd_R > li + li { margin-inline-start: 40px; }
.d3XSOo { display: block; font-family: system-ui, sans-serif; inset-inline-start: 20px; position: absolute; visibility: hidden; }
.d3XSOo * { float: inline-start; }
.d3XSOo * + * { margin-inline-start: 40px; }
.UlUPo4 a { text-decoration: none; }
.UlUPo4 a:hover { text-decoration: underline; }
.HOAgFN { clip: rect(1px, 1px, 1px, 1px) !important; border: 0px !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0px !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
.VGQRbr { width: 100%; }
@media (min-width: 980px) {
  .use-media-queries .VGQRbr { min-width: 292px; }
}
.gt-sm .VGQRbr { min-width: 292px; }
.jFX22S { align-items: center; display: flex; font-size: 16px; justify-content: space-between; width: 100%; }
.ERF5R1 { display: inline-block; height: 32px; position: relative; width: 32px; }
@media (min-width: 660px) {
  .use-media-queries .ERF5R1.A9WFUN { height: 40px; width: 40px; }
}
.gt-xs .ERF5R1.A9WFUN { height: 40px; width: 40px; }
@media (min-width: 660px) {
  .use-media-queries .ERF5R1.A0qBRg { height: 92px; width: 92px; }
}
.gt-xs .ERF5R1.A0qBRg { height: 92px; width: 92px; }
.ERF5R1.zI70HL { height: 80px; width: 80px; }
@media (min-width: 660px) {
  .use-media-queries .ERF5R1.zI70HL { height: 100px; width: 100px; }
}
.gt-xs .ERF5R1.zI70HL { height: 100px; width: 100px; }
.ERF5R1.pozZSb { height: 40px; width: 40px; }
@media (min-width: 660px) {
  .use-media-queries .ERF5R1.pozZSb { height: 80px; width: 80px; }
}
.gt-xs .ERF5R1.pozZSb { height: 80px; width: 80px; }
.ERF5R1.Zcb_uj { height: 30px; width: 30px; }
.ERF5R1.bCACxF { height: 20px; width: 20px; }
@media (min-width: 660px) {
  .use-media-queries .ERF5R1.bCACxF { height: 40px; width: 40px; }
}
.gt-xs .ERF5R1.bCACxF { height: 40px; width: 40px; }
.ERF5R1.C3KamW { height: 20px; width: 20px; }
@media (min-width: 660px) {
  .use-media-queries .ERF5R1.C3KamW { height: 30px; width: 30px; }
}
.gt-xs .ERF5R1.C3KamW { height: 30px; width: 30px; }
.EKJcYR { align-items: center; display: flex; }
.EKJcYR .xTozEv { min-width: 200px; top: 34px; }
.EKJcYR .dWlnoI { margin-inline-start: 24px; }
.EKJcYR .dWlnoI .yDOqhU { height: auto; min-width: 122px; padding: 9px 25px 8px; }
.EKJcYR .MRlrpJ { font-size: 14px; }
.iTEFQF { margin-inline-start: 12px; }
.gXfmMa { margin-inline-end: 16px; }
.SPucHg { color: rgb(255, 255, 255); }
.ySM9wx { background: transparent; border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; cursor: pointer; font-size: 0px; padding: 0px; position: relative; width: 34px; }
.BpWyrA { height: 36px; margin-inline-start: 24px; }
.IAJmuB { height: 34px; width: 34px; }
.kD1Yyw { height: 16px; margin-inline-start: 20px; position: relative; transition: 0.5s; }
.kD1Yyw.ON6A2O { width: 200px; }
.kD1Yyw.ON6A2O.ke7j1e { width: 100%; }
.jMrgc4 { bottom: 0px; cursor: pointer; inset-inline-start: 0px; margin: auto 0px; top: 0px; }
.ON6A2O .jMrgc4, .m2yAmK { position: absolute; }
.m2yAmK { background: transparent; border: 0px; border-radius: 0px; display: none; font-size: 14px; font-weight: 500; inset-inline-start: 0px; margin: 0px; padding: 1px 0px 0px; padding-inline-start: 29px; top: 0px; transition: 0.5s; width: 100%; }
.m2yAmK::-webkit-input-placeholder { color: currentcolor; opacity: 1; transition: color 0.5s; }
.m2yAmK:focus { outline: 0px; }
.ON6A2O .m2yAmK { display: inline-block; padding-inline-end: 20px; }
.iLMCUc { display: none; }
.ON6A2O .iLMCUc { display: inline-block; }
.RFnngL { font-size: 14px; font-weight: 500; height: 25px; padding: 1px 0px 0px; padding-inline-start: 29px; visibility: hidden; }
.ON6A2O .RFnngL { padding-inline-end: 20px; }
.BN409S { height: 1px; opacity: 0; transition: 0.5s; }
.ON6A2O .BN409S { opacity: 0.5; }
.NMRR5Q { background: transparent; border: 0px; bottom: 0px; cursor: pointer; height: 20px; inset-inline-end: 0px; margin: auto; margin-inline: 0px -5px; padding: 0px; position: absolute; top: 0px; width: 20px; }
.TSwWhL { opacity: 0.8; }
.clear-enter-active, .clear-leave-active { transition: opacity 0.5s; }
.clear-enter.clear-enter-active, .clear-leave { opacity: 1; }
.clear-enter, .clear-leave.clear-leave-active { opacity: 0; }
.XDcQnF.OdeuKJ { margin: 0px -20px; padding: 0px 20px; }
@media (max-width: 979px) {
  .use-media-queries .XDcQnF.WIEJ0e { margin: 0px; }
}
.lt-md .XDcQnF.WIEJ0e { margin: 0px; }
.kCb5Uz { display: var(--menuResponsiveDisplay,block); }
.sXtzQt { display: var(--menuCategoriesDisplay,flex); }
.IAhK9I { display: var(--menuSearchDisplay,flex); }
.cIxRzA * { box-sizing: border-box; }
.cIxRzA { display: inline-block; flex: 1 1 0%; position: relative; }
.cIxRzA a { color: rgb(51, 51, 51); text-decoration: none; }
.cIxRzA > .XXt5as { display: inline-block; line-height: 1.5em; padding: 6px 15px; }
.cIxRzA > .XXt5as::after { content: "▼"; display: inline-block; margin-inline-start: 6px; }
.cIxRzA .yVKt9y { display: none; }
.cIxRzA ul { display: block; inset-inline-start: -100vw; list-style: none; margin: 0px; padding: 6px 0px; position: absolute; top: calc(1.5em + 14px); width: 100%; z-index: 999; }
.cIxRzA ul a { display: block; padding: 6px 15px; }
.cIxRzA ul:target { inset-inline-start: 0px; }
.cIxRzA ul:target ~ a::after { content: "▲"; }
.cIxRzA ul:target ~ a.yVKt9y { display: block; height: 100%; inset-inline-start: 0px; position: absolute; text-indent: -100vw; top: 0px; width: 100%; z-index: 1000; }
.TSIfjC { flex: 1 1 0%; }
.b9v_zH { align-items: center; background-color: rgb(var(--navigationBackgroundColor)); border-block: 1px solid rgb(var(--navigationTextColor-rgb),.3); color: rgb(var(--navigationTextColor)); cursor: pointer; display: grid; font-family: var(--navigationFont-family); font-size: var(--navigationFont-size); font-style: var(--navigationFont-style); font-variant: var(--navigationFont-variant); font-weight: var(--navigationFont-weight); grid-template-columns: 1fr auto; inline-size: 100%; line-height: var(--navigationFont-line-height); min-block-size: 50px; padding-block: 10px; padding-inline: 18px; position: relative; text-align: start; text-decoration: var(--navigationFont-text-decoration); }
.ogG9T5 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.miQokp { fill: currentcolor; }
.Ppgrlx { --nav-size: 306px; --nav-size-max: calc(100vh - 40px); --nav-background: #fff; --nav-padding-y-start: 8px; --nav-link-padding-x: 24px; --nav-link-padding-y: 8px; --nav-link-icon-gap: 12px; --nav-link-text-color: #000; --nav-link-background-color: transparent; --nav-link-background-color-hover: rgba(0,0,0,.06); --nav-link-background-color-active: rgba(0,0,0,.12); --nav-link-separator-border: 1px solid #ccc; --nav-link-separator-gradient-size: 8px; max-block-size: min(var(--nav-size),var(--nav-size-max)); overflow: auto; padding-block-start: var(--nav-padding-y-start); scroll-padding-block-end: calc(var(--nav-size)*.25); scroll-padding-block-start: calc(var(--nav-size)*.05); }
.im52_V { font: var(--wix-font-Body-M); align-items: center; background-color: var(--nav-link-background-color); color: var(--nav-link-text-color); display: flex; font-size: 14px; gap: var(--nav-link-icon-gap); inline-size: 100%; line-height: 1.5; padding-block: var(--nav-link-padding-y); padding-inline: var(--nav-link-padding-x); text-align: start; }
.im52_V:hover { background-color: var(--nav-link-background-color-hover); }
.im52_V:active, .im52_V[aria-current] { background-color: var(--nav-link-background-color-active); }
.E_9YFK { background-color: var(--nav-background); inset-block-end: 0px; margin-block-start: calc(var(--nav-link-padding-y)*1.5); padding-block: calc(var(--nav-link-padding-y)*1.5); position: sticky; }
.E_9YFK::before { background-image: linear-gradient(to top,var(--nav-background),transparent); block-size: var(--nav-link-separator-gradient-size); border-block-end: var(--nav-link-separator-border); content: ""; inset-block-end: 100%; inset-inline: 0px; position: absolute; }
.QCPRM5 { align-items: center; color: rgb(255, 255, 255); display: flex; font-family: system-ui, sans-serif; font-size: 14px; font-weight: 500; height: 60px; inset-inline: 0px; justify-content: space-between; padding: 0px 15px; position: fixed; top: 0px; transform: translateZ(0px); z-index: 3000; }
.QCPRM5.CKLwFf { font-family: HelveticaNeueW01-45Ligh, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 300; }
.QCPRM5.EdzGzM { background: rgb(128, 201, 121); }
.QCPRM5.vcU6xU { background: rgb(240, 100, 72); }
.QCPRM5.A1e1WH { background: rgb(96, 173, 240); }
.QCPRM5.E1Fz0F { justify-content: center; }
.QCPRM5.B58XC1 { position: static; }
.Us6ADw { background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='m3984.99 617.882-1.11 1.109-3.88-3.882-3.88 3.882-1.11-1.109 3.88-3.882-3.88-3.882 1.11-1.109 3.88 3.882 3.88-3.882 1.11 1.109-3.88 3.882Z' transform='translate(-3975 -609)' style='fill:%23fff;fill-rule:evenodd'/%3E%3C/svg%3E") 50% center no-repeat; border: 0px; height: 10px; width: 10px; }
.Us6ADw:focus { outline: 0px; }
.QCPRM5.message-enter, .QCPRM5.message-leave-active { opacity: 0; }
.QCPRM5.message-enter-active { transition: opacity 50ms ease-in; }
.QCPRM5.message-leave-active { transition: opacity 0.4s ease-in; }
.QCPRM5.message-enter-active { opacity: 1; }
.qi0cF2 { inset-inline-start: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: var(--root-width); z-index: 2147483647; }
.app-desktop .qi0cF2 { top: 80px; }
.app-mobile .qi0cF2 { width: 100%; }
.UwtYxn { inset-inline-start: 50%; position: fixed; top: 80px; transform: translateX(-50%); z-index: 2147483647; }
.UwtYxn .message-enter, .UwtYxn .message-leave-active { opacity: 0; }
.UwtYxn .message-enter-active { transition: opacity 0.2s ease-in; }
.UwtYxn .message-leave-active { transition: opacity 0.4s ease-in; }
.UwtYxn .message-enter-active { opacity: 1; }
.I5oIvV { bottom: 0px; inset-inline: 0px; position: fixed; top: 0px; z-index: 999999999; }
.EGo10J { inset: 0px; position: absolute; }
.urT2WH { --navigationFont-family: var(--navigationTextFont-family,var(--wix-font-Body-M-family)); --navigationFont-style: var(--navigationTextFont-style,var(--wix-font-Body-M-style)); --navigationFont-variant: var(--navigationTextFont-variant,var(--wix-font-Body-M-variant)); --navigationFont-weight: var(--navigationTextFont-weight,var(--wix-font-Body-M-weight)); --navigationFont-size: var(--navigationTextFont-size,var(--wix-font-Body-M-size)); --navigationFont-line-height: var(--navigationTextFont-line-height,var(--wix-font-Body-M-line-height)); --navigationFont-text-decoration: var(--navigationTextFont-text-decoration,var(--wix-font-Body-M-text-decoration)); --navigationTextColorActive: var(--navigationTextActiveColor,var(--wix-color-8)); --navigationTextColorActive-rgb: var(--navigationTextActiveColor-rgb,var(--wix-color-8)); }
.urT2WH .blog-post-page-font { font: var(--textParagraphFont); }
.urT2WH .blog-background-color { background-color: rgb(var(--postAreaBackgroundColor)); }
.urT2WH .blog-button-primary-text-color { color: rgb(var(--postButtonTextColor)); }
.urT2WH .blog-button-color, .urT2WH .blog-button-hover-color:hover, .urT2WH .blog-button-secondary-text-color, .urT2WH .blog-button-secondary-text-hover-color:hover, .urT2WH .is-desktop .blog-tab-hover-color:hover { color: rgb(var(--postButtonBackgroundColor)); }
.urT2WH .blog-link-hashtag-color, .urT2WH .is-desktop .blog-button-hover-color:hover, .urT2WH .is-desktop .blog-hover-container:hover .blog-hover-container-element-color, .urT2WH .is-desktop .blog-link-color, .urT2WH .is-desktop .blog-link-hover-color:hover { color: rgb(var(--textLinksAndHashtagsColor)); }
.urT2WH .blog-placeholder-text-color::placeholder { color: rgb(var(--textParagraphColor)); }
.urT2WH .blog-icon-fill { fill: rgb(var(--textParagraphColor)); }
.urT2WH .blog-icon-stroke { stroke: rgb(var(--textParagraphColor)); }
.urT2WH .blog-button-fill, .urT2WH .blog-button-primary-icon-fill, .urT2WH .blog-button-secondary-icon-fill { fill: rgb(var(--postButtonTextColor)); }
.urT2WH .is-desktop .blog-button-hover-fill:hover, .urT2WH .is-desktop .blog-hover-container:hover .blog-hover-container-element-fill, .urT2WH .is-desktop .blog-link-fill, .urT2WH .is-desktop .blog-link-hover-fill:hover { fill: rgb(var(--textLinksAndHashtagsColor)); }
.urT2WH .blog-button-primary-text-background-color { background-color: rgb(var(--postButtonTextColor)); }
.urT2WH .is-desktop .blog-link-background-color { background-color: rgb(var(--textLinksAndHashtagsColor)); }
.urT2WH .blog-button-primary-text-border-color { border-color: rgb(var(--postButtonTextColor)); }
.urT2WH .blog-button-border-color { border-color: rgb(var(--postButtonBackgroundColor)); }
.urT2WH .blog-button-primary-icon-stroke { stroke: rgb(var(--postButtonTextColor)); }
.urT2WH .blog-button-border-bottom-color { border-bottom-color: rgb(var(--postButtonBackgroundColor)); }
.urT2WH .blog-button-stroke { stroke: rgb(var(--postButtonBackgroundColor)); }
.urT2WH .blog-quote-border-color { border-color: rgb(var(--textLinksAndHashtagsColor)); }
.urT2WH .is-desktop .blog-button-after-border-color::after, .urT2WH .is-desktop .blog-button-hover-after-border-color:hover::after { border-color: rgb(var(--postButtonBackgroundColor)); }
.urT2WH .blog-border-color { border-color: rgb(var(--textParagraphColor-rgb),.2); }
.urT2WH .blog-placeholder-background-color { background-color: rgb(var(--textParagraphColor-rgb),.2); }
.urT2WH .blog-border-color-focused { border-color: rgb(var(--textParagraphColor-rgb),.5); }
.urT2WH .blog-card-background-border-bottom-color { border-bottom-color: rgb(var(--postBackgroundColor)); }
.urT2WH .blog-card-border-border-bottom-color { border-bottom-color: rgb(var(--textParagraphColor-rgb),.2); }
.urT2WH .blog-button-border-bottom-color { border-bottom-color: rgb(var(--postButtonTextColor)); }
.urT2WH .blog-text-background-color { background-color: rgb(var(--textParagraphColor)); }
.urT2WH .blog-cover-image-button-background-color { background-color: rgb(var(--textParagraphColor-rgb),.8); }
.urT2WH .blog-cover-image-button-hover-background-color { background-color: rgba(0, 0, 0, 0.2); }
.urT2WH .blog-navigation-divider-border-color { border-color: rgb(var(--navigationTextColor-rgb),.2); }
.urT2WH .blog-text-color { color: rgb(var(--textParagraphColor)); }
.urT2WH .blog-post-title-font { font: var(--textH1Font); }
.urT2WH .blog-card-background-color { background-color: rgb(var(--postBackgroundColor)); }
.urT2WH .blog-button-background-color { background-color: rgb(var(--postButtonBackgroundColor)); }
.urT2WH .blog-card-border-color { border-color: rgb(var(--postBorderColor)); }
.urT2WH .blog-override-card-background-and-color { --postBackgroundColor: 255,255,255; --postBackgroundColor-rgb: 255,255,255; --textParagraphColor: 0,0,0; --textParagraphColor-rgb: 0,0,0; background-color: rgb(255, 255, 255) !important; color: rgb(0, 0, 0) !important; }
.urT2WH .blog-navigation-container-font { font: var(--navigationTextFont); text-decoration: var(--navigationTextFont-text-decoration); }
.urT2WH .blog-desktop-header-search-text-color, .urT2WH .blog-header-widget-text-color, .urT2WH .blog-navigation-container-color { color: rgb(var(--navigationTextColor)); }
.urT2WH .blog-desktop-header-search-icon-fill, .urT2WH .blog-header-widget-icon-fill, .urT2WH .blog-navigation-container-fill { fill: rgb(var(--navigationTextColor)); }
.urT2WH .blog-navigation-container-border-color { border-color: rgb(var(--navigationTextColor)); }
.urT2WH .blog-desktop-header-search-border-background-color, .urT2WH .blog-navigation-container-separator-background-color { background-color: rgb(var(--navigationTextColor)); }
.urT2WH .blog-navigation-container-active-fill, .urT2WH .blog-navigation-link-active-fill, .urT2WH .blog-navigation-link-hover-fill:hover { fill: rgb(var(--navigationTextActiveColor)); }
.urT2WH .blog-navigation-container-active-color, .urT2WH .blog-navigation-link-active-color, .urT2WH .blog-navigation-link-hover-color:hover { color: rgb(var(--navigationTextActiveColor)); }
.urT2WH .blog-header-background-color, .urT2WH .blog-navigation-container-background-color { background-color: rgb(var(--navigationBackgroundColor)); }
.urT2WH .blog-categories-dropdown-background-color { background-color: rgb(var(--navigationBackgroundColor-rgb),.9); }
.urT2WH .C7YyP5 { margin-bottom: 20px; }
.glob_fontElementMap, .v0K-o { font-family: var(--ricos-font-family,unset); }
._7gGcq { color: var(--ricos-custom-link-color,var(--ricos-action-color,#116dff)); font-family: var(--ricos-custom-link-font-family,unset); font-size: var(--ricos-custom-link-font-size,unset); font-style: var(--ricos-custom-link-font-style,unset); font-weight: var(--ricos-custom-link-font-weight,unset); letter-spacing: var(--ricos-custom-link-letter-spacing,unset); line-height: var(--ricos-custom-link-line-height,unset); min-height: var(--ricos-custom-link-min-height,unset); text-decoration: var(--ricos-custom-link-text-decoration,none); }
.injA4:hover { cursor: text; }
.aaKR9:hover { cursor: pointer; }
.e8u13 { direction: rtl; }
.MhKoh { direction: ltr; }
.gR5w2 { margin-inline-start: 0px !important; }
.QP9EO { margin-inline-start: 40px !important; }
.eEnD- { margin-inline-start: 80px !important; }
.itB-X { margin-inline-start: 120px !important; }
.rJEtZ { margin-inline-start: 160px !important; }
.fGziA { margin-inline-start: 200px !important; }
.PoZE6 { margin-inline-start: 240px !important; }
.DcFSm { margin-left: 0px; margin-right: auto; z-index: 1; }
.DcFSm:not(.U45Bu) { float: left; margin-right: 40px; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .DcFSm:not(.U45Bu) { float: none; margin-right: auto; }
}
}
@container (width < 480px) {
  .DcFSm:not(.U45Bu) { float: none; margin-right: auto; }
}
.D77E5 { margin-left: auto; margin-right: 0px; z-index: 1; }
.D77E5:not(.U45Bu) { float: right; margin-left: 40px; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .D77E5:not(.U45Bu) { float: none; margin-left: auto; }
}
}
@container (width < 480px) {
  .D77E5:not(.U45Bu) { float: none; margin-left: auto; }
}
.VPOC5 { clear: both; display: block; }
.VPOC5:not(._9WdpR) { margin-left: auto; margin-right: auto; max-width: 100%; }
.U45Bu, ._9WdpR { width: 100%; }
.TtRL1 .U45Bu, .TtRL1 ._9WdpR { margin: 0px -8px; width: auto; }
._57-Sb { width: fit-content; }
.XtQ9y { margin-left: auto; margin-right: auto; max-width: 100%; }
.EqIXo { width: min(350px, 100%) !important; }
.TtRL1 .EqIXo { width: 50%; }
.Urj-c { margin-left: auto; margin-right: auto; }
.TtRL1 .Urj-c { width: 150px; }
._3jKGk { display: flex; }
._3OOkm, ._3OOkm > * { text-align: left; }
.I0Zyc, .I0Zyc > * { text-align: center; }
._1m4KZ, ._1m4KZ > * { text-align: right; }
.K3gHo, .K3gHo > * { text-align: initial; }
.eZiO7 { text-align: justify !important; white-space: pre-wrap !important; }
.eWbpD, .glob_fontElementMap, .z5k4i { font-family: var(--ricos-font-family,unset); }
.saJtD { max-width: 100%; }
.eWbpD { -webkit-font-smoothing: antialiased; align-content: start; box-sizing: border-box; display: grid; grid-template-columns: minmax(0px, 1fr); height: 100%; padding-block-end: var(--ricos-custom-container-padding-block-end,0); padding-block-start: var(--ricos-custom-container-padding-block-start,0); position: relative; }
.eWbpD:has([data-layout-banner="top"]) { padding-block-start: 0px; }
.eWbpD:has([data-layout-banner="bottom"]) { padding-block-end: 0px; }
.eWbpD * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.eWbpD .d-tjz { box-sizing: border-box; tab-size: 40px; }
.eWbpD .d-tjz *, .eWbpD .d-tjz ::after, .eWbpD .d-tjz ::before { box-sizing: inherit; }
.eWbpD .d-tjz input { box-sizing: border-box; }
.eWbpD.gw6-u { padding-top: 50px; }
.d-tjz { container-type: inline-size; background-color: var(--ricos-bg-color-container,unset); color: var(--ricos-text-color,#212121); font-size: 16px; height: 100%; line-height: 1.5; overflow-wrap: break-word; white-space: break-spaces; width: 100%; }
.d-tjz::after { clear: both; content: ""; display: table; line-height: 0; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .d-tjz { font-size: 14px; }
}
}
@container (width < 480px) {
  .d-tjz { font-size: 14px; }
}
._2Xsef { width: 100%; }
._2Xsef [data-breakout="normal"] { padding-inline-end: var(--ricos-breakout-normal-padding-end,0); padding-inline-start: var(--ricos-breakout-normal-padding-start,0); }
._2Xsef [data-breakout="fullWidth"] { padding-inline-end: var(--ricos-breakout-full-width-padding-end,0); padding-inline-start: var(--ricos-breakout-full-width-padding-start,0); }
._2Xsef [data-gap-spacer-top-margin] { margin-top: 14px; }
.Frw4X { margin: 2px 0px; }
.WGrsV, ._2syMb + ._2syMb { margin-top: 20px; }
@media print {
  .d-tjz { height: auto; }
  body { background-color: var(--rt-design-background-color,var(--rt-design-background-image-bg-color,var(--ricos-background-color,#fff))); }
}
.vMxPm { margin-left: 0px; margin-right: auto; z-index: 1; }
.vMxPm:not(.WAS-R) { float: left; margin-right: 40px; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .vMxPm:not(.WAS-R) { float: none; margin-right: auto; }
}
}
@container (width < 480px) {
  .vMxPm:not(.WAS-R) { float: none; margin-right: auto; }
}
.rn2nV { margin-left: auto; margin-right: 0px; z-index: 1; }
.rn2nV:not(.WAS-R) { float: right; margin-left: 40px; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .rn2nV:not(.WAS-R) { float: none; margin-left: auto; }
}
}
@container (width < 480px) {
  .rn2nV:not(.WAS-R) { float: none; margin-left: auto; }
}
.P6mo- { clear: both; display: block; }
.P6mo-:not(.H2Ah7) { margin-left: auto; margin-right: auto; max-width: 100%; }
.H2Ah7, .WAS-R { width: 100%; }
.pGcnr .H2Ah7, .pGcnr .WAS-R { margin: 0px -8px; width: auto; }
._8wtn- { width: fit-content; }
._7k6wN { margin-left: auto; margin-right: auto; max-width: 100%; }
.FDG-z { width: min(350px, 100%) !important; }
.pGcnr .FDG-z { width: 50%; }
.YdAd- { margin-left: auto; margin-right: auto; }
.pGcnr .YdAd- { width: 150px; }
.I2ktH { display: flex; }
.JglCJ { margin: 0px; }
.JolY8 { border: none; width: max-content; }
.Til1j { overflow-x: auto; }
.Til1j::-webkit-scrollbar { appearance: none; }
.Til1j::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); border: 2px solid rgb(255, 255, 255); border-radius: 8px; }
.Til1j::-webkit-scrollbar:horizontal { height: 10px; }
.NxIJI { max-width: 100%; }
.yP7y1 { text-decoration: none; }
._5Gyb6:focus-visible { outline: -webkit-focus-ring-color auto 5px; }
.glob_fontElementMap, .k2t1W { font-family: var(--ricos-font-family,unset); }
._75v-0, ._7xxzu { color: var(--ricos-custom-p-color,unset); font-family: var(--ricos-custom-p-font-family,unset); font-size: var(--ricos-custom-p-font-size,unset); font-style: var(--ricos-custom-p-font-style,unset); font-weight: var(--ricos-custom-p-font-weight,unset); letter-spacing: var(--ricos-custom-p-letter-spacing,unset); line-height: var(--ricos-custom-p-line-height,unset); list-style-position: outside; margin: 0px; min-height: var(--ricos-custom-p-min-height,unset); padding: 0px; text-decoration: var(--ricos-custom-p-text-decoration,unset); }
._75v-0 > *, ._7xxzu > * { background-color: var(--ricos-custom-p-background-color,unset); }
._75v-0 > .l-Q65, ._7xxzu > .l-Q65 { list-style-type: inherit; margin-inline-start: 1.5em; padding-inline-start: 0.5em; }
._75v-0 > .l-Q65[data-heading-level="headerOne"], ._7xxzu > .l-Q65[data-heading-level="headerOne"] { font-family: var(--ricos-custom-h1-font-family,unset); font-size: var(--ricos-custom-h1-font-size,40px); font-style: var(--ricos-custom-h1-font-style,unset); font-weight: var(--ricos-custom-h1-font-weight,unset); letter-spacing: var(--ricos-custom-h1-letter-spacing,unset); line-height: var(--ricos-custom-h1-line-height,42px); min-height: var(--ricos-custom-h1-min-height,42px); text-decoration: var(--ricos-custom-h1-text-decoration,unset); }
._75v-0 > .l-Q65[data-heading-level="headerTwo"], ._7xxzu > .l-Q65[data-heading-level="headerTwo"] { font-family: var(--ricos-custom-h2-font-family,unset); font-size: var(--ricos-custom-h2-font-size,28px); font-style: var(--ricos-custom-h2-font-style,unset); font-weight: var(--ricos-custom-h2-font-weight,unset); letter-spacing: var(--ricos-custom-h2-letter-spacing,unset); line-height: var(--ricos-custom-h2-line-height,36px); min-height: var(--ricos-custom-h2-min-height,36px); text-decoration: var(--ricos-custom-h2-text-decoration,unset); }
._75v-0 > .l-Q65[data-heading-level="headerThree"], ._7xxzu > .l-Q65[data-heading-level="headerThree"] { font-family: var(--ricos-custom-h3-font-family,unset); font-size: var(--ricos-custom-h3-font-size,24px); font-style: var(--ricos-custom-h3-font-style,unset); font-weight: var(--ricos-custom-h3-font-weight,unset); letter-spacing: var(--ricos-custom-h3-letter-spacing,unset); line-height: var(--ricos-custom-h3-line-height,30px); min-height: var(--ricos-custom-h3-min-height,30px); text-decoration: var(--ricos-custom-h3-text-decoration,unset); }
._75v-0 > .l-Q65[data-heading-level="headerFour"], ._7xxzu > .l-Q65[data-heading-level="headerFour"] { font-family: var(--ricos-custom-h4-font-family,unset); font-size: var(--ricos-custom-h4-font-size,20px); font-style: var(--ricos-custom-h4-font-style,unset); font-weight: var(--ricos-custom-h4-font-weight,unset); letter-spacing: var(--ricos-custom-h4-letter-spacing,unset); line-height: var(--ricos-custom-h4-line-height,1.5); min-height: var(--ricos-custom-h4-min-height,unset); text-decoration: var(--ricos-custom-h4-text-decoration,unset); }
._75v-0 > .l-Q65[data-heading-level="headerFive"], ._7xxzu > .l-Q65[data-heading-level="headerFive"] { font-family: var(--ricos-custom-h5-font-family,unset); font-size: var(--ricos-custom-h5-font-size,18px); font-style: var(--ricos-custom-h5-font-style,unset); font-weight: var(--ricos-custom-h5-font-weight,unset); letter-spacing: var(--ricos-custom-h5-letter-spacing,unset); line-height: var(--ricos-custom-h5-line-height,1.5); min-height: var(--ricos-custom-h5-min-height,unset); text-decoration: var(--ricos-custom-h5-text-decoration,unset); }
._75v-0 > .l-Q65[data-heading-level="headerSix"], ._7xxzu > .l-Q65[data-heading-level="headerSix"] { font-family: var(--ricos-custom-h6-font-family,unset); font-size: var(--ricos-custom-h6-font-size,16px); font-style: var(--ricos-custom-h6-font-style,unset); font-weight: var(--ricos-custom-h6-font-weight,unset); letter-spacing: var(--ricos-custom-h6-letter-spacing,unset); line-height: var(--ricos-custom-h6-line-height,1.5); min-height: var(--ricos-custom-h6-min-height,unset); text-decoration: var(--ricos-custom-h6-text-decoration,unset); }
.Q7GKy, .Q7GKy > .l-Q65 { list-style-type: none; }
.Q7GKy > .l-Q65[aria-checked="true"] > :is(p, h1, h2, h3, h4, h5, h6) { text-decoration: none; }
.Q7GKy > .l-Q65[aria-checked="true"] > :is(p, h1, h2, h3, h4, h5, h6) :is([data-font-size], span[style*="font-size"]) { text-decoration: line-through; }
.Q7GKy > .l-Q65[aria-checked="true"] > :is(p, h1, h2, h3, h4, h5, h6):not(:has([data-font-size], span[style*="font-size"])) { text-decoration: line-through; }
.l-Q65 { position: relative; text-align: initial; }
.l-Q65[data-child-font-fit] > :is(p, h1, h2, h3, h4, h5, h6) { font-size: inherit; }
[data-list-style-position="inside"].l-Q65 { list-style-position: inside; padding-inline-start: 0px; }
[data-list-style-position="inside"].l-Q65 > :first-child:not([aria-checked]), [data-list-style-position="inside"].l-Q65 > :first-child:not([aria-checked]) > :first-child { display: inline; }
[data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > [aria-checked] { display: inline-grid; inset-inline-start: unset; margin-inline-end: 0.35em; position: relative; top: auto; transform: none; vertical-align: middle; }
[data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h1, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h1 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h2, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h2 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h3, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h3 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h4, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h4 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h5, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h5 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h6, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h6 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > p, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > p > span { display: inline; }
._75v-0 > [data-list-style-position="inside"].l-Q65 h2 > span, ._75v-0 > [data-list-style-position="inside"].l-Q65 h3 > span, ._75v-0 > [data-list-style-position="inside"].l-Q65 h4 > span, ._75v-0 > [data-list-style-position="inside"].l-Q65 h5 > span, ._75v-0 > [data-list-style-position="inside"].l-Q65 h6 > span, ._75v-0 > [data-list-style-position="inside"].l-Q65 > h1 > span, ._75v-0 > [data-list-style-position="inside"].l-Q65 > p > span > :first-child, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h1 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h2 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h3 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h4 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h5 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > h6 > span, [data-list-style-position="inside"].l-Q65[data-list-style="checkbox"] > p > span > :first-child { margin-inline-start: 0.5em; }
ol .l-Q65 { position: relative; }
ol .l-Q65 > div > :not(ul) > span { margin-inline-start: 0.35em; }
.RBvmu { background-color: var(--ricos-theme-color-1,var(--ricos-background-color,var(--ricos-bg-color-container,#fff))); border: max(1px,1em/18) solid rgba(var(--ricos-theme-color-3-tuple,var(--ricos-action-color-tuple,var(--ricos-action-color-fallback-tuple,17,109,255))),.35); border-radius: 0.25em; box-sizing: border-box; display: inline-grid; font-size: inherit; height: 1em; inset-inline-start: -1.25em; line-height: inherit; margin: 0px; padding: 0px; place-items: center; pointer-events: none; position: absolute; top: calc(-0.5em + 0.5lh); width: 1em; }
.RBvmu::after { border-bottom: .125em solid var(--ricos-theme-color-1,var(--ricos-background-color,var(--ricos-bg-color-container,#fff))); border-right: .125em solid var(--ricos-theme-color-1,var(--ricos-background-color,var(--ricos-bg-color-container,#fff))); content: ""; height: 0.5em; transform: translateY(-0.0625em) rotate(45deg) scale(0); width: 0.25em; }
.RBvmu[aria-checked="true"] { background-color: var(--ricos-theme-color-3,var(--ricos-action-color,var(--ricos-action-color-fallback,#116dff))); border-color: var(--ricos-theme-color-3,var(--ricos-action-color,var(--ricos-action-color-fallback,#116dff))); }
.RBvmu[aria-checked="true"]::after { transform: translateY(-0.0625em) rotate(45deg) scale(1); }
.lvz8b { inset: 0px; overflow: hidden; z-index: 1; }
.NbDmb, .lvz8b { pointer-events: none; position: absolute; }
.NbDmb { left: 0px; right: 0px; }
.zq24F { background-color: var(--ricos-internal-layout-top-divider-color,currentColor); top: 0px; transform: scale(var(--ricos-internal-layout-top-divider-flip,1),-1); }
.Ew-hI { background-color: var(--ricos-internal-layout-bottom-divider-color,currentColor); bottom: 0px; transform: scaleX(var(--ricos-internal-layout-bottom-divider-flip,1)); }
._--DYn { background: var(--ricos-internal-layout-backdrop-gradient,var(--ricos-internal-layout-backdrop-color,transparent)); clear: both; padding-bottom: var(--ricos-internal-layout-backdrop-padding-bottom,0); padding-top: var(--ricos-internal-layout-backdrop-padding-top,0); position: relative; }
._--DYn::before { background-image: var(--ricos-internal-layout-backdrop-image-src); background-position: var(--ricos-internal-layout-backdrop-image-position); background-repeat: no-repeat; background-size: var(--ricos-internal-layout-backdrop-image-scaling); filter: var(--ricos-internal-layout-backdrop-image-blur,none); z-index: 0; }
._--DYn::after, ._--DYn::before { inset: 0px; clip-path: inset(0px); content: ""; pointer-events: none; position: absolute; }
._--DYn::after { background: var(--ricos-internal-layout-backdrop-overlay,transparent); z-index: 1; }
.E-yMf { --ricos-internal-layout-display: grid; --ricos-internal-layout-horizontal-padding: 0; display: var(--ricos-internal-layout-display,grid); flex-wrap: wrap; gap: var(--ricos-internal-layout-gap,20px); grid-template-columns: var(--ricos-internal-layout-grid-template,var(--ricos-internal-layout-column-template)); justify-content: var(--ricos-internal-layout-justify-content,auto); margin: 0px auto; position: relative; width: min(100%,var(--ricos-internal-layout-width,initial)); z-index: 2; }
.E-yMf.XfRJE .AFi00, .E-yMf.lyEGK { background: var(--ricos-internal-layout-background-gradient,var(--ricos-internal-layout-background-color,transparent)); border: var(--ricos-internal-layout-border-width,0) solid var(--ricos-internal-layout-border-color); border-radius: var(--ricos-internal-layout-border-radius,0); }
.E-yMf.XfRJE .AFi00::before, .E-yMf.lyEGK::before { background-image: var(--ricos-internal-layout-background-image-src); background-position: var(--ricos-internal-layout-background-image-position); background-repeat: no-repeat; background-size: var(--ricos-internal-layout-background-image-scaling); filter: var(--ricos-internal-layout-background-image-blur,none); z-index: 0; }
.E-yMf.XfRJE .AFi00::after, .E-yMf.XfRJE .AFi00::before, .E-yMf.lyEGK::after, .E-yMf.lyEGK::before { inset: 0px; clip-path: inset(0 round var(--ricos-internal-layout-border-radius,0)); content: ""; pointer-events: none; position: absolute; }
.E-yMf.XfRJE .AFi00::after, .E-yMf.lyEGK::after { background: var(--ricos-internal-layout-background-overlay,transparent); z-index: 1; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .E-yMf { gap: min(20px,var(--ricos-internal-layout-gap,20px)); }
}
}
@container (width < 480px) {
  .E-yMf { gap: min(20px,var(--ricos-internal-layout-gap,20px)); }
}
.E-yMf.ZOCUs { --ricos-internal-layout-display: flex; --ricos-internal-layout-justify-content: center; --ricos-internal-layout-cell-min-width: 100%; --ricos-internal-layout-cell-height: auto; }
* + .E-yMf { margin-top: 20px; }
.E-yMf .AFi00 { display: flex; flex-direction: column; flex-grow: 1; justify-content: var(--ricos-internal-layout-cell-vertical-alignment); max-width: var(--ricos-internal-layout-cell-min-width,auto); min-width: min(100%,var(--ricos-internal-layout-cell-min-width,0)); outline: transparent solid 1px; padding: var(--ricos-internal-layout-cell-padding-top,12px) var(--ricos-internal-layout-cell-padding-right,0) var(--ricos-internal-layout-cell-padding-bottom,12px) var(--ricos-internal-layout-cell-padding-left,0); position: relative; z-index: 2; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .E-yMf .AFi00 { padding: min(16px,var(--ricos-internal-layout-cell-padding-top,16px)) min(16px,var(--ricos-internal-layout-cell-padding-right,16px)) min(16px,var(--ricos-internal-layout-cell-padding-bottom,16px)) min(16px,var(--ricos-internal-layout-cell-padding-left,16px)); }
}
}
@container (width < 480px) {
  .E-yMf .AFi00 { padding: min(16px,var(--ricos-internal-layout-cell-padding-top,16px)) min(16px,var(--ricos-internal-layout-cell-padding-right,16px)) min(16px,var(--ricos-internal-layout-cell-padding-bottom,16px)) min(16px,var(--ricos-internal-layout-cell-padding-left,16px)); }
}
.E-yMf .AFi00 > * { z-index: 1; }
.L7Tq8, .glob_fontElementMap { font-family: var(--ricos-font-family,unset); }
.aoX-4 { margin: 0px; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .aoX-4 { clear: both; margin: 0px; }
}
}
@container (width < 480px) {
  .aoX-4 { clear: both; margin: 0px; }
}
.vVP7K { color: var(--ricos-custom-p-color,unset); font-family: var(--ricos-custom-p-font-family,unset); font-size: var(--ricos-custom-p-font-size,unset); font-style: var(--ricos-custom-p-font-style,unset); font-weight: var(--ricos-custom-p-font-weight,unset); letter-spacing: var(--ricos-custom-p-letter-spacing,unset); line-height: var(--ricos-custom-p-line-height,unset); min-height: var(--ricos-custom-p-min-height,unset); print-color-adjust: exact; text-decoration: var(--ricos-custom-p-text-decoration,unset); }
.vVP7K > span > a, .vVP7K > span > span { background-color: var(--ricos-custom-p-background-color,unset); }
.vVP7K:empty { height: 24px; }
.AKCE3 { display: block; }
.JuDNQ, .glob_fontElementMap { font-family: var(--ricos-font-family,unset); }
.g5Toz { margin: 0px; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .g5Toz { clear: both; margin: 0px; }
}
}
@container (width < 480px) {
  .g5Toz { clear: both; margin: 0px; }
}
.E-y99, .FTlfa, ._-2Fp4, ._0GdF0, ._9Fbf5, .prAAW { font: inherit; }
.E-y99:focus-visible, .FTlfa:focus-visible, ._-2Fp4:focus-visible, ._0GdF0:focus-visible, ._9Fbf5:focus-visible, .prAAW:focus-visible { outline: -webkit-focus-ring-color auto 5px !important; }
._9Fbf5 { color: var(--ricos-custom-h1-color,var(--ricos-text-color,#212121)); font-family: var(--ricos-custom-h1-font-family,unset); font-size: var(--ricos-custom-h1-font-size,40px); font-style: var(--ricos-custom-h1-font-style,unset); font-weight: var(--ricos-custom-h1-font-weight,unset); letter-spacing: var(--ricos-custom-h1-letter-spacing,unset); line-height: var(--ricos-custom-h1-line-height,42px); min-height: var(--ricos-custom-h1-min-height,42px); text-decoration: var(--ricos-custom-h1-text-decoration,unset); }
._9Fbf5 > * > span, ._9Fbf5 > span span { background-color: var(--ricos-custom-h1-background-color,unset); }
._9Fbf5 a { font-size: inherit; }
.FTlfa { color: var(--ricos-custom-h2-color,var(--ricos-text-color,#212121)); font-family: var(--ricos-custom-h2-font-family,unset); font-size: var(--ricos-custom-h2-font-size,28px); font-style: var(--ricos-custom-h2-font-style,unset); font-weight: var(--ricos-custom-h2-font-weight,unset); letter-spacing: var(--ricos-custom-h2-letter-spacing,unset); line-height: var(--ricos-custom-h2-line-height,36px); min-height: var(--ricos-custom-h2-min-height,36px); text-decoration: var(--ricos-custom-h2-text-decoration,unset); }
.FTlfa > * > span, .FTlfa > span span { background-color: var(--ricos-custom-h2-background-color,unset); }
.FTlfa a { font-size: inherit; }
.prAAW { color: var(--ricos-custom-h3-color,var(--ricos-text-color,#212121)); font-family: var(--ricos-custom-h3-font-family,unset); font-size: var(--ricos-custom-h3-font-size,24px); font-style: var(--ricos-custom-h3-font-style,unset); font-weight: var(--ricos-custom-h3-font-weight,unset); letter-spacing: var(--ricos-custom-h3-letter-spacing,unset); line-height: var(--ricos-custom-h3-line-height,30px); min-height: var(--ricos-custom-h3-min-height,30px); text-decoration: var(--ricos-custom-h3-text-decoration,unset); }
.prAAW > * > span, .prAAW > span span { background-color: var(--ricos-custom-h3-background-color,unset); }
.prAAW a { font-size: inherit; }
.E-y99 { color: var(--ricos-custom-h4-color,var(--ricos-text-color,#212121)); font-family: var(--ricos-custom-h4-font-family,unset); font-size: var(--ricos-custom-h4-font-size,20px); font-style: var(--ricos-custom-h4-font-style,unset); font-weight: var(--ricos-custom-h4-font-weight,unset); letter-spacing: var(--ricos-custom-h4-letter-spacing,unset); line-height: var(--ricos-custom-h4-line-height,1.5); min-height: var(--ricos-custom-h4-min-height,unset); text-decoration: var(--ricos-custom-h4-text-decoration,unset); }
.E-y99 > * > span, .E-y99 > span span { background-color: var(--ricos-custom-h4-background-color,unset); }
.E-y99 a { font-size: inherit; }
._0GdF0 { color: var(--ricos-custom-h5-color,var(--ricos-text-color,#212121)); font-family: var(--ricos-custom-h5-font-family,unset); font-size: var(--ricos-custom-h5-font-size,18px); font-style: var(--ricos-custom-h5-font-style,unset); font-weight: var(--ricos-custom-h5-font-weight,unset); letter-spacing: var(--ricos-custom-h5-letter-spacing,unset); line-height: var(--ricos-custom-h5-line-height,1.5); min-height: var(--ricos-custom-h5-min-height,unset); text-decoration: var(--ricos-custom-h5-text-decoration,unset); }
._0GdF0 > * > span, ._0GdF0 > span span { background-color: var(--ricos-custom-h5-background-color,unset); }
._0GdF0 a { font-size: inherit; }
._-2Fp4 { color: var(--ricos-custom-h6-color,var(--ricos-text-color,#212121)); font-family: var(--ricos-custom-h6-font-family,unset); font-size: var(--ricos-custom-h6-font-size,16px); font-style: var(--ricos-custom-h6-font-style,unset); font-weight: var(--ricos-custom-h6-font-weight,unset); letter-spacing: var(--ricos-custom-h6-letter-spacing,unset); line-height: var(--ricos-custom-h6-line-height,1.5); min-height: var(--ricos-custom-h6-min-height,unset); text-decoration: var(--ricos-custom-h6-text-decoration,unset); }
._-2Fp4 > * > span, ._-2Fp4 > span span { background-color: var(--ricos-custom-h6-background-color,unset); }
._-2Fp4 a { font-size: inherit; }
.YhYpl { display: block; }
.g994M { margin: 15px 18px; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .g994M { margin: var(--ricos-custom-code-block-margin,15px calc(18px + 5%)); }
}
}
@container (width < 480px) {
  .g994M { margin: var(--ricos-custom-code-block-margin,15px calc(18px + 5%)); }
}
.R-w2N { background-color: var(--ricos-custom-code-block-background-color,rgba(var(--ricos-fallback-color-tuple,0,0,0),.06)); color: var(--ricos-custom-code-block-color,var(--ricos-text-color,#212121)); font-family: Inconsolata, Menlo, Consolas, monospace; font-size: var(--ricos-custom-code-block-font-size,16px); line-height: var(--ricos-custom-code-block-line-height,26px); margin: var(--ricos-custom-code-block-margin,15px 18px); min-height: 29px; padding: var(--ricos-custom-code-block-padding,2px 25px); print-color-adjust: exact; white-space: pre-wrap; }
@supports (color:rgb(from #000 r g b/0.1)) {
  .R-w2N { background-color: var(--ricos-custom-code-block-background-color,rgb(from var(--ricos-fallback-color,#000000) r g b/.06)); }
}
.ZZn9Q .R-w2N { margin: 1em 0px; }
.f6yHZ, .glob_fontElementMap { font-family: var(--ricos-font-family,unset); }
.WGT-n { display: flex; font-family: var(--ricos-custom-p-font-family,unset); }
.y5W21 { border-inline-start-style: solid; border-inline-start-width: var(--ricos-custom-quote-border-width,3px); border-left-color: var(--ricos-custom-quote-border-color,var(--ricos-action-color,#116dff)); border-right-color: var(--ricos-custom-quote-border-color,var(--ricos-action-color,#116dff)); color: var(--ricos-custom-quote-color,unset); font-family: var(--ricos-custom-quote-font-family,unset); font-size: var(--ricos-custom-quote-font-size,18px); font-style: var(--ricos-custom-quote-font-style,normal); font-weight: var(--ricos-custom-quote-font-weight,unset); letter-spacing: var(--ricos-custom-quote-letter-spacing,unset); line-height: var(--ricos-custom-quote-line-height,26px); margin-block: 15px; margin-inline-end: var(--ricos-custom-quote-margin-inline-end,18px); margin-inline-start: var(--ricos-custom-quote-margin-inline-start,18px); max-width: 100%; min-height: var(--ricos-custom-quote-min-height,unset); padding-bottom: var(--ricos-custom-quote-padding-bottom,6px); padding-top: var(--ricos-custom-quote-padding-top,6px); padding-inline-start: var(--ricos-custom-quote-padding-inline-start,18px); print-color-adjust: exact; text-decoration: var(--ricos-custom-quote-text-decoration,unset); }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .y5W21 { margin-block: 15px; margin-inline-end: var(--ricos-custom-quote-margin-inline-end,16px); margin-inline-start: var(--ricos-custom-quote-margin-inline-start,16px); }
}
}
@container (width < 480px) {
  .y5W21 { margin-block: 15px; margin-inline-end: var(--ricos-custom-quote-margin-inline-end,16px); margin-inline-start: var(--ricos-custom-quote-margin-inline-start,16px); }
}
.moHCnT { position: relative; }
.fTEXDR { display: flex; flex: 1 1 auto; flex-direction: column; }
:where(.fTEXDR) :where(h1, h2, h3, h4, h5, h6, p, u, span) { font: inherit; }
.FuqlZ, .glob_fontElementMap { font-family: var(--ricos-font-family,unset); }
.gh81G { color: var(--ricos-custom-hashtag-color,var(--ricos-action-color,var(--ricos-custom-p-color,#116dff))); font-family: var(--ricos-custom-hashtag-font-family,unset); font-size: var(--ricos-custom-hashtag-font-size,unset); font-style: var(--ricos-custom-hashtag-font-style,unset); font-weight: var(--ricos-custom-hashtag-font-weight,unset); letter-spacing: var(--ricos-custom-hashtag-letter-spacing,unset); line-height: var(--ricos-custom-hashtag-line-height,unset); min-height: var(--ricos-custom-hashtag-min-height,unset); text-decoration: var(--ricos-custom-hashtag-text-decoration,none); }
.gh81G:hover { text-decoration: underline; }
.fcf16, .glob_fontElementMap { font-family: var(--ricos-font-family,unset); }
.PL-yc { display: block; overflow: hidden; position: relative; }
.gwPaG { align-items: center; background-color: rgb(255, 255, 255); border: none; border-radius: 30px; cursor: pointer; display: flex; height: 28px; justify-content: center; opacity: 0; padding: 0px; pointer-events: none; position: absolute; right: 12px; top: 12px; width: 28px; z-index: 10; }
.PL-yc:hover .gwPaG, .gwPaG:focus { opacity: 1; pointer-events: auto; }
.opTxr { height: 16px; position: absolute; width: 16px; z-index: 11; }
.K83FX { cursor: pointer; }
.NId5Q { border-color: var(--ricos-image-border-color,var(--ricos-custom-image-border-color,var(--ricos-image-default-border-color,uset))); border-radius: var(--ricos-image-border-radius,var(--ricos-custom-image-border-radius,0)); border-style: solid; border-width: var(--ricos-image-border-width,var(--ricos-custom-image-border-width,0)); overflow: hidden; }
.JgRRN { position: relative; width: 100%; }
.JgRRN::before { content: ""; display: block; padding-bottom: calc(var(--dim-height)/var(--dim-width)*100%); width: 100%; }
.Yh363 { inset: 0px; position: absolute; }
.bISSq { box-sizing: border-box; }
.bISSq > :first-child { inset: 0px; position: absolute; }
._414B9 { background-color: rgb(255, 255, 255); border-radius: var(--ricos-internal-toolbar-floating-border-radius,8px); box-shadow: rgba(0, 6, 36, 0.1) 0px 0px 6px 0px, rgba(0, 6, 36, 0.05) 0px 2px 4px 0px; box-sizing: border-box; left: 8px; padding: 3px; position: absolute; top: 8px; z-index: 1001; }
.EThdv, ._414B9 { align-items: center; display: flex; }
.EThdv { background: transparent; border: transparent; border-radius: var(--ricos-internal-toolbar-button-border-radius,6px); color: var(--ricos-internal-toolbar-button-text-color,#000); cursor: pointer; font-family: var(--ricos-settings-text-font-family,Madefor,"Helvetica Neue",Helvetica,Arial,メイリオ,meiryo,"ヒラギノ角ゴ pro w3","hiragino kaku gothic pro",sans-serif); font-size: 12px; gap: 2px; height: 24px; justify-content: center; margin: 0px; min-width: max-content; padding-inline: 4px 8px; }
@media (hover: hover) {
  .EThdv:hover { background-color: var(--ricos-internal-toolbar-button-background-color-hover,#e7f0ff); color: var(--ricos-internal-toolbar-button-text-color-hover,#116dff); }
}
.lAfh1 { flex-shrink: 0; height: 16px; width: 16px; }
.JOyu6 { position: absolute; top: -9999px; visibility: hidden; }
.ykv2e { gap: 0px; min-width: 24px; padding-inline: 0px; }
._0q3Al { display: block; height: auto; width: 100%; }
.moSD2 { inset: 0px; position: absolute; }
.JPx4R { filter: blur(8px); position: relative; }
.JPx4R, ._1jGmp { transition: opacity 0.8s; }
._1jGmp { left: 0px; opacity: 0; position: absolute; top: 0px; }
._1jGmp.suYQv { opacity: 1; position: relative; }
@keyframes bnHva { 
  0% { left: -5%; width: 5%; }
  50% { left: 25%; width: 50%; }
  100% { left: 100%; width: 5%; }
}
.DV6ZG { margin: 0px; display: block !important; }
._1f4Db, .glob_fontElementMap { font-family: var(--ricos-font-family,unset); }
.As8Wh { --ricos-custom-p-font-size: 14px; color: var(--ricos-custom-p-color,unset); display: block; font-family: var(--ricos-custom-p-font-family,unset); font-size: var(--ricos-custom-p-font-size,unset); font-style: var(--ricos-custom-p-font-style,unset); font-weight: var(--ricos-custom-p-font-weight,unset); justify-content: center; letter-spacing: var(--ricos-custom-p-letter-spacing,unset); line-height: var(--ricos-custom-p-line-height,unset); min-height: var(--ricos-custom-p-min-height,unset); padding-inline: 16px; print-color-adjust: exact; text-align: center; text-decoration: var(--ricos-custom-p-text-decoration,unset); }
.As8Wh > span > a, .As8Wh > span > span { background-color: var(--ricos-custom-p-background-color,unset); }
.mDF23 { border: 0px; height: 100%; width: 100%; z-index: 0; }
.VGj1g, .mDF23 { left: 0px; position: absolute; top: 0px; }
.VGj1g { bottom: 0px; right: 0px; z-index: 3; }
.zCm-g { height: 0px; overflow: hidden; padding-bottom: 56.25%; position: relative; print-color-adjust: exact; }
.zCm-g .fb-video, .zCm-g .fb-video iframe, .zCm-g .fb-video span { max-width: 100%; height: 100% !important; width: 100% !important; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .zCm-g { min-width: auto; }
}
}
@container (width < 480px) {
  .zCm-g { min-width: auto; }
}
.DV6ZG { margin: 0px; display: block !important; }
._1f4Db, .glob_fontElementMap { font-family: var(--ricos-font-family,unset); }
.As8Wh { --ricos-custom-p-font-size: 14px; color: var(--ricos-custom-p-color,unset); display: block; font-family: var(--ricos-custom-p-font-family,unset); font-size: var(--ricos-custom-p-font-size,unset); font-style: var(--ricos-custom-p-font-style,unset); font-weight: var(--ricos-custom-p-font-weight,unset); justify-content: center; letter-spacing: var(--ricos-custom-p-letter-spacing,unset); line-height: var(--ricos-custom-p-line-height,unset); min-height: var(--ricos-custom-p-min-height,unset); padding-inline: 16px; print-color-adjust: exact; text-align: center; text-decoration: var(--ricos-custom-p-text-decoration,unset); }
.As8Wh > span > a, .As8Wh > span > span { background-color: var(--ricos-custom-p-background-color,unset); }
.cRn0O { align-items: center; background: radial-gradient(rgba(0, 0, 0, 0.3), transparent 60%); border-radius: 64px; display: flex; height: 64px; justify-content: center; width: 64px; }
.rMDs7 { border-color: transparent transparent transparent rgb(255, 255, 255); border-style: solid; border-width: 16px 0px 16px 26px; margin-left: 7px; }
.CU4IS { position: relative; }
._8GYnr { display: block; width: 100%; }
.bbwBe { left: 50%; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.QGpLP { position: relative; width: 100%; }
.QGpLP::before { content: ""; display: block; padding-bottom: calc(var(--dim-height)/var(--dim-width)*100%); width: 100%; }
.QGpLP > :first-child { inset: 0px; position: absolute; }
.fcf16, .glob_fontElementMap { font-family: var(--ricos-font-family,unset); }
.PL-yc { display: block; overflow: hidden; position: relative; }
.gwPaG { align-items: center; background-color: rgb(255, 255, 255); border: none; border-radius: 30px; cursor: pointer; display: flex; height: 28px; justify-content: center; opacity: 0; padding: 0px; pointer-events: none; position: absolute; right: 12px; top: 12px; width: 28px; z-index: 10; }
.PL-yc:hover .gwPaG, .gwPaG:focus { opacity: 1; pointer-events: auto; }
.opTxr { height: 16px; position: absolute; width: 16px; z-index: 11; }
.K83FX { cursor: pointer; }
.NId5Q { border-color: var(--ricos-image-border-color,var(--ricos-custom-image-border-color,var(--ricos-image-default-border-color,uset))); border-radius: var(--ricos-image-border-radius,var(--ricos-custom-image-border-radius,0)); border-style: solid; border-width: var(--ricos-image-border-width,var(--ricos-custom-image-border-width,0)); overflow: hidden; }
.JgRRN { position: relative; width: 100%; }
.JgRRN::before { content: ""; display: block; padding-bottom: calc(var(--dim-height)/var(--dim-width)*100%); width: 100%; }
.Yh363 { inset: 0px; position: absolute; }
.bISSq { box-sizing: border-box; }
.bISSq > :first-child { inset: 0px; position: absolute; }
._414B9 { background-color: rgb(255, 255, 255); border-radius: var(--ricos-internal-toolbar-floating-border-radius,8px); box-shadow: rgba(0, 6, 36, 0.1) 0px 0px 6px 0px, rgba(0, 6, 36, 0.05) 0px 2px 4px 0px; box-sizing: border-box; left: 8px; padding: 3px; position: absolute; top: 8px; z-index: 1001; }
.EThdv, ._414B9 { align-items: center; display: flex; }
.EThdv { background: transparent; border: transparent; border-radius: var(--ricos-internal-toolbar-button-border-radius,6px); color: var(--ricos-internal-toolbar-button-text-color,#000); cursor: pointer; font-family: var(--ricos-settings-text-font-family,Madefor,"Helvetica Neue",Helvetica,Arial,メイリオ,meiryo,"ヒラギノ角ゴ pro w3","hiragino kaku gothic pro",sans-serif); font-size: 12px; gap: 2px; height: 24px; justify-content: center; margin: 0px; min-width: max-content; padding-inline: 4px 8px; }
@media (hover: hover) {
  .EThdv:hover { background-color: var(--ricos-internal-toolbar-button-background-color-hover,#e7f0ff); color: var(--ricos-internal-toolbar-button-text-color-hover,#116dff); }
}
.lAfh1 { flex-shrink: 0; height: 16px; width: 16px; }
.JOyu6 { position: absolute; top: -9999px; visibility: hidden; }
.ykv2e { gap: 0px; min-width: 24px; padding-inline: 0px; }
._0q3Al { display: block; height: auto; width: 100%; }
.moSD2 { inset: 0px; position: absolute; }
.JPx4R { filter: blur(8px); position: relative; }
.JPx4R, ._1jGmp { transition: opacity 0.8s; }
._1jGmp { left: 0px; opacity: 0; position: absolute; top: 0px; }
._1jGmp.suYQv { opacity: 1; position: relative; }
@keyframes bnHva { 
  0% { left: -5%; width: 5%; }
  50% { left: 25%; width: 50%; }
  100% { left: 100%; width: 5%; }
}
.iOHad, .iOHad:visited { border-radius: 2px; color: var(--ricos-custom-mention-color,var(--ricos-action-color,#116dff)); display: inline-block; padding-left: 2px; padding-right: 2px; text-decoration: none; background: var(--ricos-custom-mention-background-color,transparent) !important; }
.cTUVH, .cTUVH:visited { padding-left: 4px; padding-right: 4px; }
.iOHad:focus, .iOHad:hover { outline: 0px; text-decoration: underline; }
.iOHad:active, .iOHad:focus, .iOHad:hover { color: var(--ricos-custom-mention-color,var(--ricos-action-color,#116dff)); }
.xpC3D { cursor: default; }
.MnR62 { cursor: pointer; }
.mDF23 { border: 0px; height: 100%; width: 100%; z-index: 0; }
.VGj1g, .mDF23 { left: 0px; position: absolute; top: 0px; }
.VGj1g { bottom: 0px; right: 0px; z-index: 3; }
.zCm-g { height: 0px; overflow: hidden; padding-bottom: 56.25%; position: relative; print-color-adjust: exact; }
.zCm-g .fb-video, .zCm-g .fb-video iframe, .zCm-g .fb-video span { max-width: 100%; height: 100% !important; width: 100% !important; }
@supports not (contain:inline-size) {
  @media only screen and (max-width: 480px) {
  .zCm-g { min-width: auto; }
}
}
@container (width < 480px) {
  .zCm-g { min-width: auto; }
}
.DV6ZG { margin: 0px; display: block !important; }
._1f4Db, .glob_fontElementMap { font-family: var(--ricos-font-family,unset); }
.As8Wh { --ricos-custom-p-font-size: 14px; color: var(--ricos-custom-p-color,unset); display: block; font-family: var(--ricos-custom-p-font-family,unset); font-size: var(--ricos-custom-p-font-size,unset); font-style: var(--ricos-custom-p-font-style,unset); font-weight: var(--ricos-custom-p-font-weight,unset); justify-content: center; letter-spacing: var(--ricos-custom-p-letter-spacing,unset); line-height: var(--ricos-custom-p-line-height,unset); min-height: var(--ricos-custom-p-min-height,unset); padding-inline: 16px; print-color-adjust: exact; text-align: center; text-decoration: var(--ricos-custom-p-text-decoration,unset); }
.As8Wh > span > a, .As8Wh > span > span { background-color: var(--ricos-custom-p-background-color,unset); }
.Yvi4kZ.dxlreX { color: var(--text-color); }
.Yvi4kZ.gtgM8f { color: var(--text-color-secondary); }
.Yvi4kZ.YlU96S { color: var(--button-text-color); }
.Yvi4kZ.DGWZU8 { color: var(--secondary-button-text-color); }
.Yvi4kZ._UB3Hy { color: rgb(32, 32, 32); }
.Yvi4kZ.vjYPkO { color: rgb(var(--wix-color-5)); }
.Yvi4kZ.bUOxFx, .Yvi4kZ.ypUINm { font: var(--title-font); }
.Yvi4kZ.YJV_lM, .Yvi4kZ.iOljr9, .Yvi4kZ.unDSik { font: var(--content-font); }
.Yvi4kZ.j3AuI1 { font: var(--secondary-button-font); }
.Yvi4kZ.zhl3Xq { font-size: 32px !important; }
.Yvi4kZ.W8gFf2, .Yvi4kZ.WB7DBH.zhl3Xq { font-size: 20px !important; }
.Yvi4kZ.WB7DBH.W8gFf2 { font-size: 16px !important; }
.Yvi4kZ.h4468J, .Yvi4kZ.xnFSwx { font-size: 16px !important; line-height: 1.5 !important; }
.Yvi4kZ.WB7DBH.h4468J, .Yvi4kZ.WB7DBH.xnFSwx { font-size: 14px !important; line-height: 1.5 !important; }
.Yvi4kZ.KEBNEb, .Yvi4kZ.ejDY_2 { font-size: 14px !important; line-height: 1.33 !important; }
.Yvi4kZ.WB7DBH.ejDY_2, .Yvi4kZ.hZR7U1 { font-size: 12px !important; line-height: 1.33 !important; }
.Yvi4kZ.WB7DBH.hZR7U1 { font-size: 10px !important; line-height: 1.33 !important; }
.lBICzt { align-items: center; cursor: pointer; display: inline-flex; }
.lBICzt:disabled { cursor: default; }
.lBICzt[disabled] { pointer-events: none; }
.lBICzt { --wc-button-primaryBorderColor: var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--wst-button-primary-background-color-rgb,var(--wix-color-38)))); --wc-button-primaryHoverBorderColor: var(--wix-ui-tpa-button-hover-border-color,var(--wc-button-primaryBorderColor)); --wc-button-primaryHoverLegacyBorderColor: var(--wc-button-primaryHoverBorderColor),0.7; --wc-button-primaryDisabledBorderColor: var(--wix-ui-tpa-button-disabled-border-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-45)))); --wc-button-secondaryBorderColor: var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--wix-color-48))); --wc-button-secondaryHoverBorderColor: var(--wix-ui-tpa-button-hover-border-color,var(--wc-button-secondaryBorderColor)); --wc-button-secondaryHoverLegacyBorderColor: var(--wc-button-secondaryHoverBorderColor),0.7; --wc-button-secondaryDisabledBorderColor: var(--wix-ui-tpa-button-disabled-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-54))); --wc-button-basicBorderColor: var(--wix-ui-tpa-button-main-border-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))); --wc-button-basicHoverBorderColor: var(--wix-ui-tpa-button-hover-border-color,var(--wc-button-basicBorderColor)); --wc-button-basicHoverLegacyBorderColor: var(--wc-button-basicHoverBorderColor); --wc-button-basicDisabledBorderColor: var(--wix-ui-tpa-button-disabled-border-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29)))); --wc-button-basicSecondaryBorderColor: var(--wc-button-basicBorderColor); --wc-button-basicSecondaryHoverBorderColor: var(--wc-button-basicHoverBorderColor); --wc-button-basicSecondaryHoverLegacyBorderColor: var(--wc-button-basicSecondaryHoverBorderColor),0.7; --wc-button-basicSecondaryDisabledBorderColor: var(--wix-ui-tpa-button-disabled-border-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29))); --wc-button-basicBorderWidth: 0px; --wc-button-basicBorderExPaddingWidth: 1px; --wc-button-basicSecondaryBorderWidth: 1px; --wc-button-primaryBorderWidth: 0px; --wc-button-primaryBorderExPaddingWidth: 1px; --wc-button-secondaryBorderWidth: 1px; --wc-button-borderStyle: solid; border-color: rgb(var(--wix-ui-tpa-button-main-border-color,var(--wix-color-39))); border-radius: var(--wix-ui-tpa-button-main-border-radius,0); border-style: solid; box-shadow: var(--wix-ui-tpa-button-main-box-shadow,0 0); box-sizing: content-box; font-family: var(--wix-ui-tpa-button-main-text-font-family,var(--wix-font-Body-M-family)); font-size: var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)); font-style: var(--wix-ui-tpa-button-main-text-font-style,var(--wix-font-Body-M-style)); font-variant: var(--wix-ui-tpa-button-main-text-font-variant,var(--wix-font-Body-M-variant)); font-weight: var(--wix-ui-tpa-button-main-text-font-weight,var(--wix-font-Body-M-weight)); letter-spacing: var(--wix-ui-tpa-button-main-text-font-letter-spacing); line-height: var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)); min-width: var(--wix-ui-tpa-button-min-width,100px); text-decoration: var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration)); text-shadow: var(--wix-ui-tpa-button-main-text-shadow,0 0 transparent),var(--wix-ui-tpa-button-main-text-outline,0 0 transparent); text-transform: var(--wix-ui-tpa-button-main-text-font-text-transform); transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, border-width 0.2s ease-in-out; }
.lBICzt:active.S2R1CS, .lBICzt:hover.S2R1CS { font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default))); text-decoration: var(--wix-ui-tpa-button-hover-text-font-text-decoration,underline) !important; }
.lBICzt .H8rN1n { margin: 0px auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lBICzt, .lBICzt.D3xTJe { background-color: rgb(var(--wix-ui-tpa-button-main-background-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); border-block-end-color: rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicBorderColor)))); border-block-end-style: var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-block-end-width: var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicBorderWidth))); border-block-start-color: rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicBorderColor)))); border-block-start-style: var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-block-start-width: var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicBorderWidth))); border-end-end-radius: var(--wix-ui-tpa-button-main-border-end-end-radius,var(--wix-ui-tpa-button-main-border-radius,0)); border-end-start-radius: var(--wix-ui-tpa-button-main-border-end-start-radius,var(--wix-ui-tpa-button-main-border-radius,0)); border-inline-end-color: rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicBorderColor)))); border-inline-end-style: var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-inline-end-width: var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicBorderWidth))); border-inline-start-color: rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicBorderColor)))); border-inline-start-style: var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-inline-start-width: var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicBorderWidth))); border-start-end-radius: var(--wix-ui-tpa-button-main-border-start-end-radius,var(--wix-ui-tpa-button-main-border-radius,0)); border-start-start-radius: var(--wix-ui-tpa-button-main-border-start-start-radius,var(--wix-ui-tpa-button-main-border-radius,0)); color: rgb(var(--wix-ui-tpa-button-main-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))); font-family: var(--wix-ui-tpa-button-main-text-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)); font-style: var(--wix-ui-tpa-button-main-text-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)); text-decoration: var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration))); }
.lBICzt.D3xTJe:active.S2R1CS, .lBICzt.D3xTJe:hover.S2R1CS, .lBICzt:active.S2R1CS, .lBICzt:hover.S2R1CS { background-color: rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))))); border-block-end-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicHoverBorderColor))))); border-block-end-style: var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-block-end-width: var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicBorderWidth))); border-block-start-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicHoverBorderColor))))); border-block-start-style: var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-block-start-width: var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicBorderWidth))); border-inline-end-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicHoverBorderColor))))); border-inline-end-style: var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-inline-end-width: var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicBorderWidth))); border-inline-start-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicHoverBorderColor))))); border-inline-start-style: var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-inline-start-width: var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicBorderWidth))); color: rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-1))))); font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight)))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default))); text-decoration: var(--wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration)))); }
.lBICzt.Ci4Qmj { background-color: rgb(var(--wix-ui-tpa-button-main-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))); border-block-end-color: rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicSecondaryBorderColor)))); border-block-end-style: var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-block-end-width: var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicSecondaryBorderWidth))); border-block-start-color: rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicSecondaryBorderColor)))); border-block-start-style: var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-block-start-width: var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicSecondaryBorderWidth))); border-end-end-radius: var(--wix-ui-tpa-button-main-border-end-end-radius,var(--wix-ui-tpa-button-main-border-radius,0)); border-end-start-radius: var(--wix-ui-tpa-button-main-border-end-start-radius,var(--wix-ui-tpa-button-main-border-radius,0)); border-inline-end-color: rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicSecondaryBorderColor)))); border-inline-end-style: var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-inline-end-width: var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicSecondaryBorderWidth))); border-inline-start-color: rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicSecondaryBorderColor)))); border-inline-start-style: var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-inline-start-width: var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicSecondaryBorderWidth))); border-start-end-radius: var(--wix-ui-tpa-button-main-border-start-end-radius,var(--wix-ui-tpa-button-main-border-radius,0)); border-start-start-radius: var(--wix-ui-tpa-button-main-border-start-start-radius,var(--wix-ui-tpa-button-main-border-radius,0)); color: rgb(var(--wix-ui-tpa-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); font-family: var(--wix-ui-tpa-button-main-text-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)); font-style: var(--wix-ui-tpa-button-main-text-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)); text-decoration: var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration))); }
.lBICzt.Ci4Qmj:active.S2R1CS, .lBICzt.Ci4Qmj:hover.S2R1CS { background-color: rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1))))); border-block-end-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicSecondaryHoverBorderColor))))); border-block-end-style: var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-block-end-width: var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicSecondaryBorderWidth))); border-block-start-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicSecondaryHoverBorderColor))))); border-block-start-style: var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-block-start-width: var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicSecondaryBorderWidth))); border-inline-end-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicSecondaryHoverBorderColor))))); border-inline-end-style: var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-inline-end-width: var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicSecondaryBorderWidth))); border-inline-start-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wc-button-basicSecondaryHoverBorderColor))))); border-inline-start-style: var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wc-button-borderStyle))); border-inline-start-width: var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wc-button-basicSecondaryBorderWidth))); color: rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))))); font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight)))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default))); text-decoration: var(--wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration)))); }
.lBICzt.UfU1_0 { background-color: rgb(var(--wix-ui-tpa-button-main-background-color,var(--wst-button-primary-background-color-rgb,var(--wix-color-38)))); border-block-end-color: rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--wc-button-primaryBorderColor))))); border-block-end-style: var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-bottom-style,var(--wc-button-borderStyle)))); border-block-end-width: var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-bottom-width,var(--wc-button-primaryBorderWidth)))); border-block-start-color: rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-top-color-rgb,var(--wc-button-primaryBorderColor))))); border-block-start-style: var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-top-style,var(--wc-button-borderStyle)))); border-block-start-width: var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-top-width,var(--wc-button-primaryBorderWidth)))); border-end-end-radius: var(--wix-ui-tpa-button-main-border-end-end-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-primary-border-bottom-right-radius,0))); border-end-start-radius: var(--wix-ui-tpa-button-main-border-end-start-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-primary-border-bottom-left-radius,0))); border-inline-end-color: rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-right-color-rgb,var(--wc-button-primaryBorderColor))))); border-inline-end-style: var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-right-style,var(--wc-button-borderStyle)))); border-inline-end-width: var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-right-width,var(--wc-button-primaryBorderWidth)))); border-inline-start-color: rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-left-color-rgb,var(--wc-button-primaryBorderColor))))); border-inline-start-style: var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-left-style,var(--wc-button-borderStyle)))); border-inline-start-width: var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-left-width,var(--wc-button-primaryBorderWidth)))); border-start-end-radius: var(--wix-ui-tpa-button-main-border-start-end-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-primary-border-top-right-radius,0))); border-start-start-radius: var(--wix-ui-tpa-button-main-border-start-start-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-primary-border-top-left-radius,0))); box-shadow: var(--wix-ui-tpa-button-main-box-shadow,var(--wst-button-primary-box-shadow,0 0)); color: rgb(var(--wix-ui-tpa-button-main-text-color,var(--wst-button-primary-color-rgb,var(--wix-color-40)))); font-family: var(--wix-ui-tpa-button-main-text-font-family,var(--wst-button-primary-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)); font-style: var(--wix-ui-tpa-button-main-text-font-style,var(--wst-button-primary-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-button-primary-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-button-primary-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight)))); letter-spacing: var(--wix-ui-tpa-button-main-text-font-letter-spacing,var(--wst-button-primary-letter-spacing)); line-height: var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)); text-decoration: var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-button-primary-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration)))); text-shadow: var(--wix-ui-tpa-button-main-text-shadow,var(--wst-button-primary-text-shadow,0 0 transparent)),var(--wix-ui-tpa-button-main-text-outline,var(--wst-button-primary-text-outline,0 0 transparent)); text-transform: var(--wix-ui-tpa-button-main-text-font-text-transform,var(--wst-button-primary-text-transform)); }
.lBICzt.UfU1_0:active.S2R1CS, .lBICzt.UfU1_0:hover.S2R1CS { background-color: rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color,var(--wst-button-primary-background-color-rgb,var(--wix-color-38))))); border-block-end-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-bottom-color-rgb,var(--wc-button-primaryHoverBorderColor)))))); border-block-end-style: var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-bottom-style,var(--wc-button-borderStyle)))); border-block-end-width: var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-bottom-width,var(--wc-button-primaryBorderWidth)))); border-block-start-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-top-color-rgb,var(--wc-button-primaryHoverBorderColor)))))); border-block-start-style: var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-top-style,var(--wc-button-borderStyle)))); border-block-start-width: var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-top-width,var(--wc-button-primaryBorderWidth)))); border-inline-end-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-right-color-rgb,var(--wc-button-primaryHoverBorderColor)))))); border-inline-end-style: var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-right-style,var(--wc-button-borderStyle)))); border-inline-end-width: var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-right-width,var(--wc-button-primaryBorderWidth)))); border-inline-start-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-primary-border-left-color-rgb,var(--wc-button-primaryHoverBorderColor)))))); border-inline-start-style: var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-primary-border-left-style,var(--wc-button-borderStyle)))); border-inline-start-width: var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-primary-border-left-width,var(--wc-button-primaryBorderWidth)))); color: rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-button-primary-color-rgb,var(--wix-color-40))))); font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wst-button-primary-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family))))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wst-button-primary-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style))))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-button-primary-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant))))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-button-primary-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight))))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default))); text-decoration: var(--wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-button-primary-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration))))); }
.lBICzt.UfU1_0 .H8rN1n { background-color: var(--wst-button-primary-text-highlight); }
.lBICzt.P_wAzj { background-color: rgb(var(--wix-ui-tpa-button-main-background-color,var(--wst-button-secondary-background-color-rgb,var(--wix-color-47),0))); border-block-end-color: rgb(var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--wc-button-secondaryBorderColor))))); border-block-end-style: var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-bottom-style,var(--wc-button-borderStyle)))); border-block-end-width: var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-bottom-width,var(--wc-button-secondaryBorderWidth)))); border-block-start-color: rgb(var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-top-color-rgb,var(--wc-button-secondaryBorderColor))))); border-block-start-style: var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-top-style,var(--wc-button-borderStyle)))); border-block-start-width: var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-top-width,var(--wc-button-secondaryBorderWidth)))); border-end-end-radius: var(--wix-ui-tpa-button-main-border-end-end-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-secondary-border-bottom-right-radius,0))); border-end-start-radius: var(--wix-ui-tpa-button-main-border-end-start-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-secondary-border-bottom-left-radius,0))); border-inline-end-color: rgb(var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-right-color-rgb,var(--wc-button-secondaryBorderColor))))); border-inline-end-style: var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-right-style,var(--wc-button-borderStyle)))); border-inline-end-width: var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-right-width,var(--wc-button-secondaryBorderWidth)))); border-inline-start-color: rgb(var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-left-color-rgb,var(--wc-button-secondaryBorderColor))))); border-inline-start-style: var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-left-style,var(--wc-button-borderStyle)))); border-inline-start-width: var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-left-width,var(--wc-button-secondaryBorderWidth)))); border-start-end-radius: var(--wix-ui-tpa-button-main-border-start-end-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-secondary-border-top-right-radius,0))); border-start-start-radius: var(--wix-ui-tpa-button-main-border-start-start-radius,var(--wix-ui-tpa-button-main-border-radius,var(--wst-button-secondary-border-top-left-radius,0))); box-shadow: var(--wix-ui-tpa-button-main-box-shadow,var(--wst-button-secondary-box-shadow,0 0)); color: rgb(var(--wix-ui-tpa-button-main-text-color,var(--wst-button-secondary-color-rgb,var(--wix-color-49)))); font-family: var(--wix-ui-tpa-button-main-text-font-family,var(--wst-button-secondary-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default)); font-style: var(--wix-ui-tpa-button-main-text-font-style,var(--wst-button-secondary-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-button-secondary-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-button-secondary-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight)))); letter-spacing: var(--wix-ui-tpa-button-main-text-font-letter-spacing,var(--wst-button-secondary-letter-spacing)); line-height: var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default)); text-decoration: var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-button-secondary-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration)))); text-shadow: var(--wix-ui-tpa-button-main-text-shadow,var(--wst-button-secondary-text-shadow,0 0 transparent)),var(--wix-ui-tpa-button-main-text-outline,var(--wst-button-secondary-text-outline,0 0 transparent)); text-transform: var(--wix-ui-tpa-button-main-text-font-text-transform,var(--wst-button-secondary-text-transform)); }
.lBICzt.P_wAzj:active.S2R1CS, .lBICzt.P_wAzj:hover.S2R1CS { background-color: rgb(var(--wix-ui-tpa-button-hover-background-color,var(--wix-ui-tpa-button-main-background-color,var(--wst-button-secondary-background-color-rgb,var(--wix-color-47),0)))); border-block-end-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-bottom-color-rgb,var(--wc-button-secondaryHoverBorderColor)))))); border-block-end-style: var(--wix-ui-tpa-button-main-border-block-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-bottom-style,var(--wc-button-borderStyle)))); border-block-end-width: var(--wix-ui-tpa-button-main-border-block-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-bottom-width,var(--wc-button-secondaryBorderWidth)))); border-block-start-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-block-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-top-color-rgb,var(--wc-button-secondaryHoverBorderColor)))))); border-block-start-style: var(--wix-ui-tpa-button-main-border-block-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-top-style,var(--wc-button-borderStyle)))); border-block-start-width: var(--wix-ui-tpa-button-main-border-block-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-top-width,var(--wc-button-secondaryBorderWidth)))); border-inline-end-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-end-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-right-color-rgb,var(--wc-button-secondaryHoverBorderColor)))))); border-inline-end-style: var(--wix-ui-tpa-button-main-border-inline-end-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-right-style,var(--wc-button-borderStyle)))); border-inline-end-width: var(--wix-ui-tpa-button-main-border-inline-end-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-right-width,var(--wc-button-secondaryBorderWidth)))); border-inline-start-color: rgb(var(--wix-ui-tpa-button-hover-border-color,var(--wix-ui-tpa-button-main-border-inline-start-color,var(--wix-ui-tpa-button-main-border-color,var(--wst-button-secondary-border-left-color-rgb,var(--wc-button-secondaryHoverBorderColor)))))); border-inline-start-style: var(--wix-ui-tpa-button-main-border-inline-start-style,var(--wix-ui-tpa-button-main-border-style,var(--wst-button-secondary-border-left-style,var(--wc-button-borderStyle)))); border-inline-start-width: var(--wix-ui-tpa-button-main-border-inline-start-width,var(--wix-ui-tpa-button-main-border-width,var(--wst-button-secondary-border-left-width,var(--wc-button-secondaryBorderWidth)))); color: rgb(var(--wix-ui-tpa-button-hover-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-button-secondary-color-rgb,var(--wix-color-49))))); font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-button-main-text-font-family,var(--wst-button-secondary-font-family,var(--wst-paragraph-2-font-family,var(--wix-font-Body-M-family))))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-button-main-text-font-size,var(--wix-ui-tpa-button-font-size-default))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-button-main-text-font-style,var(--wst-button-secondary-font-style,var(--wst-paragraph-2-font-style,var(--wix-font-Body-M-style))))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-button-main-text-font-variant,var(--wst-button-secondary-font-variant,var(--wst-paragraph-2-font-variant,var(--wix-font-Body-M-variant))))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-button-main-text-font-weight,var(--wst-button-secondary-font-weight,var(--wst-paragraph-2-font-weight,var(--wix-font-Body-M-weight))))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-button-main-text-font-line-height,var(--wix-ui-tpa-button-line-height-default))); text-decoration: var(--wix-ui-tpa-button-hover-text-font-text-decoration,var(--wix-ui-tpa-button-main-text-font-text-decoration,var(--wst-button-secondary-text-decoration,var(--wst-paragraph-2-text-decoration,var(--wix-font-Body-M-text-decoration))))); }
.lBICzt.P_wAzj .H8rN1n { background-color: var(--wst-button-secondary-text-highlight); }
.lBICzt.D3xTJe:disabled, .lBICzt:disabled { background-color: rgb(var(--wix-ui-tpa-button-disabled-background-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29)))); border-color: rgb(var(--wc-button-basicDisabledBorderColor)); color: rgb(var(--wix-ui-tpa-button-disabled-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-1))))); }
.lBICzt.UfU1_0:disabled { background-color: rgb(var(--wix-ui-tpa-button-disabled-background-color,var(--wst-system-disabled-color-rgb,var(--wix-color-44)))); border-color: rgb(var(--wc-button-primaryDisabledBorderColor)); color: rgb(var(--wix-ui-tpa-button-disabled-text-color,var(--wix-ui-tpa-button-main-text-color,var(--wst-primary-background-color-rgb,var(--wix-color-46))))); }
.lBICzt.Ci4Qmj:disabled { background-color: rgb(var(--wix-ui-tpa-button-disabled-background-color-rgb,var(--wix-color-1)),calc(var(--wix-ui-tpa-button-disabled-background-color-opacity, 1) * 0)); border-color: rgb(var(--wc-button-basicSecondaryDisabledBorderColor)); color: rgb(var(--wix-ui-tpa-button-disabled-text-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29)))); }
.lBICzt.P_wAzj:disabled { border-color: rgb(var(--wc-button-secondaryDisabledBorderColor)); color: rgb(var(--wix-ui-tpa-button-disabled-text-color,var(--wst-secondary-background-color-rgb,var(--wix-color-55)))); }
.lBICzt.rOVbMs { padding: 6px 16px; }
.lBICzt.WQM8Lu { padding: 7px 16px; }
.lBICzt, .lBICzt.pR3fwu { padding: 8px 16px; }
.lBICzt.UVr2XI, .lBICzt.UVr2XI.pR3fwu { padding: 10px 16px; }
.lBICzt.g_kPJn { box-sizing: border-box; display: inline-flex; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lBICzt.g_kPJn .H8rN1n { overflow: visible; text-overflow: unset; white-space: unset; }
.lBICzt.g_kPJn.WQM8Lu:not(.UVr2XI) { line-height: 1; }
.lBICzt.g_kPJn.Ci4Qmj.rOVbMs, .lBICzt.g_kPJn.P_wAzj.rOVbMs { padding: calc(9px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px; }
.lBICzt.g_kPJn.rOVbMs, .lBICzt.g_kPJn.rOVbMs.D3xTJe, .lBICzt.g_kPJn.rOVbMs.UfU1_0 { padding: calc(9px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px; }
.lBICzt.g_kPJn.WQM8Lu.Ci4Qmj, .lBICzt.g_kPJn.WQM8Lu.P_wAzj { padding: calc(10px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px; }
.lBICzt.g_kPJn.WQM8Lu, .lBICzt.g_kPJn.WQM8Lu.D3xTJe, .lBICzt.g_kPJn.WQM8Lu.UfU1_0 { padding: calc(10px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px; }
.lBICzt.g_kPJn.WQM8Lu.Ci4Qmj.UVr2XI, .lBICzt.g_kPJn.WQM8Lu.P_wAzj.UVr2XI { padding: calc(11px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px; }
.lBICzt.g_kPJn.WQM8Lu.D3xTJe.UVr2XI, .lBICzt.g_kPJn.WQM8Lu.UVr2XI, .lBICzt.g_kPJn.WQM8Lu.UfU1_0.UVr2XI { padding: calc(11px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px; }
.lBICzt.g_kPJn.Ci4Qmj, .lBICzt.g_kPJn.P_wAzj, .lBICzt.g_kPJn.pR3fwu.Ci4Qmj, .lBICzt.g_kPJn.pR3fwu.P_wAzj { padding: calc(12px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px; }
.lBICzt.g_kPJn, .lBICzt.g_kPJn.D3xTJe, .lBICzt.g_kPJn.UfU1_0, .lBICzt.g_kPJn.pR3fwu, .lBICzt.g_kPJn.pR3fwu.D3xTJe, .lBICzt.g_kPJn.pR3fwu.UfU1_0 { padding: calc(12px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px; }
.lBICzt.g_kPJn.Ci4Qmj.UVr2XI, .lBICzt.g_kPJn.P_wAzj.UVr2XI, .lBICzt.g_kPJn.pR3fwu.Ci4Qmj.UVr2XI, .lBICzt.g_kPJn.pR3fwu.P_wAzj.UVr2XI { padding: calc(13px - var(--wix-ui-tpa-button-main-border-width, 1px)) 16px; }
.lBICzt.g_kPJn.D3xTJe.UVr2XI, .lBICzt.g_kPJn.UfU1_0.UVr2XI, .lBICzt.g_kPJn.pR3fwu.D3xTJe.UVr2XI, .lBICzt.g_kPJn.pR3fwu.UVr2XI, .lBICzt.g_kPJn.pR3fwu.UfU1_0.UVr2XI { padding: calc(13px - var(--wix-ui-tpa-button-main-border-width, 0px)) 16px; }
.lBICzt { --wix-ui-tpa-button-font-size-default: 16px; --wix-ui-tpa-button-line-height-default: 1.5em; }
.rOVbMs:not(.g_kPJn) { --wix-ui-tpa-button-font-size-default: 14px; --wix-ui-tpa-button-line-height-default: 1.43em; }
.g_kPJn { --wix-ui-tpa-button-line-height-default: 1; }
.UVr2XI:not(.g_kPJn), .g_kPJn.rOVbMs { --wix-ui-tpa-button-font-size-default: 14px; }
.UVr2XI:not(.g_kPJn) { --wix-ui-tpa-button-line-height-default: 1.44em; }
.UVr2XI.g_kPJn { --wix-ui-tpa-button-font-size-default: 14px; }
.uh2d5F { --reply-padding: 52px; --comment-padding: 48px; }
.uh2d5F.HGOZcw { --reply-padding: 16px; --comment-padding: 0px; }
.wc-bg-transition .wc-comment-highlight { transition: 0.3s ease-out !important; }
.wc-highlight-bg-color .wc-comment-highlight { background-color: var(--highlight-color); transition: 0.2s ease-in !important; }
.wc-disable-transition, .wc-disable-transition .wc-comment-highlight { transition: none !important; }
.wfoQBm { position: relative; touch-action: manipulation; width: 100%; box-sizing: border-box !important; }
.wfoQBm * { -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.wfoQBm *, .wfoQBm ::after, .wfoQBm ::before { box-sizing: inherit !important; }
.wfoQBm strong { font-weight: 700; }
.wfoQBm em { font-style: italic; }
.dK0ZSV { border: 1px solid red; }
.RRFLDq { --box-background-color: var(--wcBoxBackgroundColor,transparent); --box-open-background-color: var(--wcBoxOpenBackgroundColor,transparent); --box-border-color: var(--wcBorderColorBox,rgb(var(--wix-color-5),0.3)); --box-open-border-color: var(--wcBorderColorBoxOpen,var(--box-border-color)); --box-border-color-focused: var(--wcBorderColorBoxFocused,rgb(var(--wix-color-5),0.75)); --box-open-border-color-focused: var(--wcBorderColorBoxOpenFocused,var(--box-border-color-focused)); --box-text-color: var(--wcBoxTextColor,var(--text-color)); --box-corner-radius: var(--wcCornerRadiusBox,var(--corner-radius)); --box-border-width: var(--wcBoxBorderWidth,var(--border-width)); --box-icon-color: var(--wcBoxIconColor,var(--text-color)); --box-button-font: var(--wcBoxButtonFont,var(--button-font)); --box-button-font-size: var(--wcBoxButtonFontSize,14px); --box-button-corner-radius: var(--wcBoxButtonCornerRadius,var(--corner-radius)); --box-primary-button-color: var(--wcBoxPrimaryButtonColor,var(--button-bg-color)); --box-primary-button-text-color: var(--wcBoxPrimaryButtonTextColor,var(--button-text-color)); --box-secondary-button-text-color: var(--wcBoxSecondaryButtonTextColor,var(--secondary-button-text-color)); --placeholder-font-family: var(--wcBoxPlaceholderFontFamily,var(--content-font-family)); --placeholder-font-style: var(--wcBoxPlaceholderFontStyle,var(--content-font-style)); --placeholder-font-weight: var(--wcBoxPlaceholderFontWeight,var(--content-font-weight)); --placeholder-font-variant: var(--wcBoxPlaceholderFontVariant,var(--content-font-variant)); --placeholder-line-height: var(--wcBoxPlaceholderLineHeight,var(--content-line-height)); --placeholder-font-size-desktop: var(--wcBoxPlaceholderFontSize,16px); --placeholder-font-size-mobile: var(--wcBoxPlaceholderFontSize,14px); --placeholder-font: var(--placeholder-font-style) var(--placeholder-font-variant) var(--placeholder-font-weight) var(--placeholder-font-size-desktop) /var(--placeholder-line-height) var(--placeholder-font-family); --placeholder-text-color: var(--wcTextColorBoxPlaceholder,var(--text-color-secondary)); --border-color: var(--wcBorderColor,rgb(var(--wix-color-5),0.3)); --border-width: var(--wcBorderWidth,1px); --corner-radius: var(--wcCornerRadius,0); --text-color: var(--wcTextColor,rgb(var(--wix-color-5))); --text-color-secondary: var(--wcTextSecondaryColor,rgb(var(--wix-color-4))); --background-color: var(--wcBackgroundColor,rgb(var(--wix-color-1))); --button-bg-color: var(--wcButtonColor,rgb(var(--wix-color-8))); --button-text-color: var(--wcButtonTextColor,rgb(var(--wix-color-1))); --secondary-button-text-color: var(--wcSecondaryButtonTextColor,var(--wcButtonColor,rgb(var(--wix-color-8)))); --secondary-button-font: var(--wcSecondaryButtonFont,var(--wix-font-Body-M)); --secondary-button-corner-radius: var(--wcSecondaryButtonCornerRadius,"0"); --link-button-color: var(--wcLinkButtonTextColor,var(--wcButtonColor,rgb(var(--wix-color-8)))); --button-border-color: var(--wcButtonColor,rgb(var(--wix-color-8))); --button-icon-color: var(--wcButtonTextColor,rgb(var(--wix-color-1))); --button-icon-color-secondary: var(--wcButtonColor,rgb(var(--wix-color-8))); --hover-color: var(--wcButtonColor,rgb(var(--wix-color-8))); --disabled-color: var(--wcDisabledColor,rgb(var(--wix-color-3))); --icon-color: var(--wcTextColor,rgb(var(--wix-color-5))); --content-font-family: var(--wcContentFontFamily,var(--wix-font-Body-M-family)); --content-font-size: var(--wcContentFontSize,var(--wix-font-Body-M-size)); --content-font-style: var(--wcContentFontStyle,var(--wix-font-Body-M-style)); --content-font-weight: var(--wcContentFontWeight,var(--wix-font-Body-M-weight)); --content-font-variant: var(--wcContentFontVariant,var(--wix-font-Body-M-variant)); --content-line-height: var(--wcContentLineHeight,var(--wix-font-Body-M-line-height)); --content-font: var(--content-font-style) var(--content-font-variant) var(--content-font-weight) var(--content-font-size) /var(--content-line-height) var(--content-font-family); --title-font: var(--wcTitleFont,var(--wix-font-Page-title)); --button-font: var(--wcButtonFont,var(--wix-font-Body-M)); --separator-color: var(--wcSeparatorColor,rgb(var(--wix-color-5),0.3)); --comment-list-separator-color: var(--wcCommentListSeparatorColor,var(--separator-color)); --highlight-color: var(--wcHighlightColor,rgb(var(--wix-color-8),0.1)); --active-vote-color: var(--wcActiveVoteColor,rgb(var(--wix-color-8))); --header-separator-color: var(--wcHeaderSeparatorColor,var(--separator-color)); --header-separator-width: var(--wcHeaderSeparatorWidth,1px); --header-sort-font: var(--wcHeaderSortFont,var(--content-font)); --header-sort-color: var(--wcHeaderSortColor,var(--text-color)); --header-sort-font-size: var(--wcHeaderSortFontSize,14px); --header-count-font: var(--wcHeaderCountFont,var(--title-font)); --header-count-color: var(--wcHeaderCountColor,var(--text-color)); --header-count-font-size-desktop: var(--wcHeaderCountFontSize,16px); --header-count-font-size-mobile: var(--wcHeaderCountFontSize,14px); --header-rating-font: var(--wcHeaderRatingFont,var(--content-font)); --header-rating-color: var(--wcHeaderRatingColor,var(--text-color)); --header-rating-font-size: var(--wcHeaderRatingFontSize,14px); --header-button-text-color: var(--wcHeaderButtonTextColor,var(--wcButtonColor,rgb(var(--wix-color-8)))); --header-button-font: var(--wcHeaderButtonFont,var(--wix-font-Body-M)); --header-button-corner-radius: var(--wcHeaderButtonCornerRadius,"0"); --author-name-color: var(--wcTextColorAuthorName,var(--text-color)); --author-name-font: var(--wcAuthorNameFont,var(--content-font)); --author-name-font-size-desktop: var(--wcAuthorNameFontSize,14px); --author-name-font-size-mobile: var(--wcAuthorNameFontSize,12px); --comment-text-color: var(--wcCommentTextColor,var(--text-color)); --comment-font-family: var(--wcCommentFontFamily,var(--content-font-family)); --comment-font-style: var(--wcCommentFontStyle,var(--content-font-style)); --comment-font-weight: var(--wcCommentFontWeight,var(--content-font-weight)); --comment-font-variant: var(--wcCommentFontVariant,var(--content-font-variant)); --comment-line-height: var(--wcCommentLineHeight,var(--content-line-height)); --comment-font-size-desktop: var(--wcCommentFontSize,16px); --comment-font-size-mobile: var(--wcCommentFontSize,14px); --comment-font: var(--comment-font-style) var(--comment-font-variant) var(--comment-font-weight) var(--comment-font-size-desktop) /var(--comment-line-height) var(--comment-font-family); --comment-secondary-text-color: var(--wcCommentSecondaryTextColor,var(--text-color-secondary)); --comment-secondary-font: var(--wcCommentSecondaryFont,var(--content-font)); --comment-secondary-font-size-desktop: var(--wcCommentSecondaryFontSize,14px); --comment-secondary-font-size-mobile: var(--wcCommentSecondaryFontSize,12px); --comment-action-text-color: var(--wcCommentActionTextColor,var(--text-color)); --comment-action-font: var(--wcCommentActionFont,var(--content-font)); --comment-action-font-size-desktop: var(--wcCommentActionFontSize,14px); --comment-action-font-size-mobile: var(--wcCommentActionFontSize,12px); --comment-action-icon-color: var(--wcCommentActionIconColor,var(--text-color)); --highlighted-comment-corner-radius: var(--wcHighlightedCommentCornerRadius,0px); --comment-featured-badge-color: var(--wcCommentFeaturedBadgeColor,rgb(var(--wix-color-8))); --reply-list-start-padding-desktop: var(--wcReplyListStartPadding,48px); --reply-list-start-padding-mobile: var(--wcReplyListStartPadding,20px); --comment-list-spacing: var(--wcCommentListSpacing,16px); --active-rating-color: var(--wcActiveRatingColor,rgb(var(--wix-color-8))); --inactive-rating-color: var(--wcInactiveRatingColor,rgb(var(--wix-color-3))); }
.C4gImo { margin-block: 0px; margin-inline: 0px; }
.qSODq_ { border-bottom-color: rgb(var(--wix-ui-tpa-divider-main-divider-color,var(--wst-system-line-1-color-rgb,var(--wix-color-37)))); border-bottom-style: solid; border-width: 0 0 var(--wix-ui-tpa-divider-main-divider-width,var(--wst-system-line-1-width,1px)) 0; max-width: 100%; opacity: var(--wix-ui-tpa-divider-main-divider-opacity,1); }
.A_OZEf { border-block-end-color: var(--wc-separatorColor) !important; }
.A_OZEf.CYwXBi { --wc-separatorColor: #b3b3b3; }
.A_OZEf.Ckb689 { --wc-separatorColor: #303030; }
.A_OZEf.EOVGYF { --wc-separatorColor: var(--separator-color); }
.A_OZEf.BSe4if { --wc-separatorColor: var(--header-separator-color); border-block-end-width: var(--header-separator-width) !important; }
.zWPDBb { font-size: 10px; }
._LBjSl { border-block-start-style: solid; border-block-start-width: 1px; border-color: var(--separator-color); padding: 32px 0px; }
.wc-app-mobile ._LBjSl { padding: 20px 0px; }
.LpXLpa { align-items: center; display: flex; justify-content: space-between; padding: 16px 0px; width: 100%; }
.wc-app-mobile .LpXLpa { padding: 22px 20px; }
.q7Rxb0 { line-height: 1.4; }
.m85TCG { line-height: 1.5; text-align: center; }
.MZhkAL { display: flex; justify-content: center; }
.MZhkAL, .V9dYAv { padding: 20px 0px; }
.FeHrPr { color: var(--inactive-rating-color); }
.FeHrPr.MKj1av { color: var(--active-rating-color); }
.Q_Yh0V { display: flex; }
.fvK3_P { --full: var(--full-icon-color,#000); --empty: var(--empty-icon-color,#ccc); position: relative; }
.J0cqbW { clip: rect(0px, 0px, 0px, 0px); border-width: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 1px; }
.Q5vAFk { display: flex; }
.fvK3_P.vJVrZ1 .Q5vAFk { gap: 0px 10px; }
.fvK3_P.a1Ow23 .Q5vAFk { gap: 0px 6px; }
.EMJZdR, .L9alVY { height: calc(var(--icon-size, 18)*1px); width: calc(var(--icon-size, 18)*1px); }
.L9alVY { color: var(--full); }
.EMJZdR { color: var(--empty); }
.CLnrQl { display: flex; position: relative; }
.WrCGNm { clip-path: inset(0px 50% 0px 0px); }
.F3KT1K, [dir="rtl"] .WrCGNm { clip-path: inset(0px 0px 0px 50%); }
.F3KT1K { position: absolute; }
[dir="rtl"] .F3KT1K { clip-path: inset(0px 50% 0px 0px); }
.Laks6j { --full-icon-color: var(--active-rating-color); --empty-icon-color: var(--inactive-rating-color); min-height: 20px; }
.Laks6j.tDfMzn { opacity: 0.6; transition: opacity 0.2s ease-out; }
.lNZ_sS { align-items: center; display: flex; }
.JrAkEl { flex-shrink: 0; }
.MPNFdJ { font: var(--header-rating-font); color: var(--header-rating-color); padding-inline-start: 16px; font-size: var(--header-rating-font-size) !important; line-height: 1 !important; }
.tvy_bz { align-items: center; aspect-ratio: 1 / 1; border-radius: 50%; display: flex; justify-content: center; letter-spacing: 0px; overflow: hidden; position: relative; text-align: center; }
.c0KYwY { --wix-ui-tpa-wow-image-border-radius: calc(50 * 1%); font-size: medium; height: 100%; width: 100%; }
.CAT_w9::before, .l_2Eyj::before { height: 100%; position: absolute; width: 100%; }
.CAT_w9::before { align-items: center; content: attr(data-initials)/""; display: flex; justify-content: center; }
.JypmPI { clip: rect(1px, 1px, 1px, 1px) !important; border: 0px !important; clip-path: inset(50%) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0px !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
.l_2Eyj::before { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-anonymous-icon{fill:%23969696}%3C/style%3E%3C/defs%3E%3Cellipse class='cls-anonymous-icon' cx='103.7' cy='74.3' rx='38.3' ry='38.7'/%3E%3Cpath style='fill:none' d='M0 0h200v200H0z'/%3E%3Cpath class='cls-anonymous-icon' d='M188.4 200c-7.4-43.6-44.2-76.8-88.4-76.8S19 156.4 11.6 200Z'/%3E%3C/svg%3E"); content: ""; }
.tvy_bz { background-color: rgb(216, 216, 216); }
.tvy_bz .c0KYwY, .tvy_bz::before { color: rgb(151, 151, 151); font-family: Madefor, "Helvetica Neue", Helvetica, Arial, メイリオ, meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; font-weight: 500; }
.tvy_bz.T45L91 { font-size: 20px; height: 60px; width: 60px; }
.tvy_bz.oR9No3 { font-size: 18px; height: 52px; width: 52px; }
.tvy_bz.pwmfzr { font-size: 12px; height: 36px; width: 36px; }
.tvy_bz.SZdzCm { font-size: 9px; height: 28px; width: 28px; }
.tvy_bz.JMAveL { font-size: 7px; height: 20px; width: 20px; }
.tvy_bz.d7hgVr { font-size: 5px; height: 16px; width: 16px; }
.YCvJUU { --wc-primary-color: rgb(var(--wix-ui-tpa-text-main-text-color,var(--wix-color-5))); --wc-secondary-color: rgb(var(--wix-ui-tpa-text-main-text-color,var(--wix-color-4))); }
.YCvJUU.djr32U { color: var(--wut-text-color,var(--wc-primary-color)); }
.YCvJUU.FrIr6z { font-size: var(--wix-ui-tpa-text-main-text-font-size,16px); line-height: var(--wix-ui-tpa-text-main-text-font-line-height,1.5em); }
.YCvJUU.FrIr6z, .YCvJUU.plVprT.FrIr6z { font-family: var(--wix-ui-tpa-text-main-text-font-family,var(--wix-font-Body-M-family)); font-style: var(--wix-ui-tpa-text-main-text-font-style,var(--wix-font-Body-M-style)); font-variant: var(--wix-ui-tpa-text-main-text-font-variant,var(--wix-font-Body-M-variant)); font-weight: var(--wix-ui-tpa-text-main-text-font-weight,var(--wix-font-Body-M-weight)); text-decoration: var(--wix-ui-tpa-text-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration)); }
.YCvJUU.plVprT.FrIr6z { font-size: var(--wix-ui-tpa-text-main-text-font-size,14px); line-height: var(--wix-ui-tpa-text-main-text-font-line-height,1.42em); }
.EU6pWF { cursor: pointer; left: -1px; padding: 8px 24px; position: relative; right: -1px; width: calc(100% + 2px); }
.EU6pWF:focus, .EU6pWF:hover { background-color: rgb(var(--wst-paragraph-2-color-rgb,var(--wix-color-5)),.06); }
#SITE_CONTAINER.focus-ring-active .EU6pWF:focus { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgb(17, 109, 255) 0px 0px 0px 3px !important; z-index: 999; }
.a0iCzx { align-items: center; display: inline-flex; }
.Lba0cg { align-self: stretch; display: flex; }
.k0jpoD { align-items: center; align-self: start; display: flex; height: 24px; justify-content: center; width: 24px; }
.Lba0cg::after { content: ""; height: 100%; width: 12px; }
.EU6pWF.asSBRa { cursor: default; opacity: 0.3; }
.EU6pWF.asSBRa:hover { background-color: inherit; }
.h3cC55 { display: flex; flex-direction: column; justify-content: center; width: 100%; }
.YxtUay { --wix-ui-tpa-text-main-text-color: var(--wst-paragraph-2-color-rgb,var(--wix-color-5)),1; --wix-ui-tpa-text-main-text-color-rgb: var(--wst-paragraph-2-color-rgb,var(--wix-color-5)); --wix-ui-tpa-text-main-text-color-opacity: 1; --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 24px; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); --wix-ui-tpa-text-main-text-font-text-decoration: var(--wix-ui-tpa-actions-menu-layout-item-item-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); --wix-ui-tpa-text-main-text-font-line-height: var(--wix-ui-tpa-actions-menu-layout-item-item-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); --wix-ui-tpa-text-main-text-font-family: var(--wix-ui-tpa-actions-menu-layout-item-item-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); --wix-ui-tpa-text-main-text-font-size: var(--wix-ui-tpa-actions-menu-layout-item-item-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); --wix-ui-tpa-text-main-text-font-style: var(--wix-ui-tpa-actions-menu-layout-item-item-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); --wix-ui-tpa-text-main-text-font-variant: var(--wix-ui-tpa-actions-menu-layout-item-item-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); --wix-ui-tpa-text-main-text-font-weight: var(--wix-ui-tpa-actions-menu-layout-item-item-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); width: 100%; }
.EU6pWF.kecCFi .YxtUay { --wix-ui-tpa-text-main-text-color: var(--wst-paragraph-2-color-rgb,var(--wix-color-5)),1; --wix-ui-tpa-text-main-text-color-rgb: var(--wst-paragraph-2-color-rgb,var(--wix-color-5)); --wix-ui-tpa-text-main-text-color-opacity: 1; --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 24px; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); --wix-ui-tpa-text-main-text-font-text-decoration: var(--wix-ui-tpa-actions-menu-layout-item-item-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); --wix-ui-tpa-text-main-text-font-line-height: var(--wix-ui-tpa-actions-menu-layout-item-item-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); --wix-ui-tpa-text-main-text-font-family: var(--wix-ui-tpa-actions-menu-layout-item-item-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); --wix-ui-tpa-text-main-text-font-size: var(--wix-ui-tpa-actions-menu-layout-item-item-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); --wix-ui-tpa-text-main-text-font-style: var(--wix-ui-tpa-actions-menu-layout-item-item-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); --wix-ui-tpa-text-main-text-font-variant: var(--wix-ui-tpa-actions-menu-layout-item-item-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); --wix-ui-tpa-text-main-text-font-weight: var(--wix-ui-tpa-actions-menu-layout-item-item-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); }
.CdYRl8 { --wix-ui-tpa-text-main-text-color: var(--wst-shade-3-color-rgb,var(--wix-color-4)),1; --wix-ui-tpa-text-main-text-color-rgb: var(--wst-shade-3-color-rgb,var(--wix-color-4)); --wix-ui-tpa-text-main-text-color-opacity: 1; --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 20px; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); --wix-ui-tpa-text-main-text-font-text-decoration: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); --wix-ui-tpa-text-main-text-font-line-height: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); --wix-ui-tpa-text-main-text-font-family: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); --wix-ui-tpa-text-main-text-font-size: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); --wix-ui-tpa-text-main-text-font-style: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); --wix-ui-tpa-text-main-text-font-variant: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); --wix-ui-tpa-text-main-text-font-weight: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); margin-top: 4px; width: 100%; }
.EU6pWF.kecCFi .CdYRl8 { --wix-ui-tpa-text-main-text-color: var(--wst-shade-3-color-rgb,var(--wix-color-5)),1; --wix-ui-tpa-text-main-text-color-rgb: var(--wst-shade-3-color-rgb,var(--wix-color-5)); --wix-ui-tpa-text-main-text-color-opacity: 1; --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 20px; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 12px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); --wix-ui-tpa-text-main-text-font-text-decoration: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); --wix-ui-tpa-text-main-text-font-line-height: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); --wix-ui-tpa-text-main-text-font-family: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); --wix-ui-tpa-text-main-text-font-size: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); --wix-ui-tpa-text-main-text-font-style: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); --wix-ui-tpa-text-main-text-font-variant: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); --wix-ui-tpa-text-main-text-font-weight: var(--wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); }
.Fc0F4b { display: flex; }
.EU6pWF.nolxEY { text-align: left; }
.EU6pWF.QXZ9E6 { text-align: center; }
.EU6pWF.n3fsk1 { text-align: right; }
.EU6pWF.QXZ9E6.kzjjx4 .a0iCzx { margin-left: -36px; }
.EU6pWF.Ut06GB.QXZ9E6.kzjjx4 .a0iCzx { margin-left: unset; margin-right: -36px; }
.kDHqDi { --wc-fallback-border-color: 255,255,255,0.4; background-color: rgb(var(--wix-ui-tpa-actions-menu-layout-menu-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))); border-color: rgb(var(--wix-ui-tpa-actions-menu-layout-menu-border-color,var(--wst-paragraph-2-color-rgb,var(--wc-fallback-border-color)))); border-style: solid; border-width: 1px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px, rgba(0, 0, 0, 0.1) 0px 4px 8px 0px; list-style: none; margin: 0px; max-width: 320px; padding: 12px 0px; }
.kDHqDi, .kDHqDi * { box-sizing: border-box; }
.kDHqDi.zwGHAv { box-shadow: none; width: 100%; }
.R7qfjI { --wix-ui-tpa-actions-menu-layout-item-item-font-text-decoration: var(--wix-ui-tpa-actions-menu-layout-item-font-text-decoration); --wix-ui-tpa-actions-menu-layout-item-item-font-line-height: var(--wix-ui-tpa-actions-menu-layout-item-font-line-height); --wix-ui-tpa-actions-menu-layout-item-item-font-family: var(--wix-ui-tpa-actions-menu-layout-item-font-family); --wix-ui-tpa-actions-menu-layout-item-item-font-size: var(--wix-ui-tpa-actions-menu-layout-item-font-size); --wix-ui-tpa-actions-menu-layout-item-item-font-style: var(--wix-ui-tpa-actions-menu-layout-item-font-style); --wix-ui-tpa-actions-menu-layout-item-item-font-variant: var(--wix-ui-tpa-actions-menu-layout-item-font-variant); --wix-ui-tpa-actions-menu-layout-item-item-font-weight: var(--wix-ui-tpa-actions-menu-layout-item-font-weight); --wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-text-decoration: var(--wix-ui-tpa-actions-menu-layout-item-subtitle-font-text-decoration); --wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-line-height: var(--wix-ui-tpa-actions-menu-layout-item-subtitle-font-line-height); --wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-family: var(--wix-ui-tpa-actions-menu-layout-item-subtitle-font-family); --wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-size: var(--wix-ui-tpa-actions-menu-layout-item-subtitle-font-size); --wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-style: var(--wix-ui-tpa-actions-menu-layout-item-subtitle-font-style); --wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-variant: var(--wix-ui-tpa-actions-menu-layout-item-subtitle-font-variant); --wix-ui-tpa-actions-menu-layout-item-item-subtitle-font-weight: var(--wix-ui-tpa-actions-menu-layout-item-subtitle-font-weight); text-align: initial; }
.Ntvf0v { background: none; border: none; }
.tbKlUA { position: absolute; }
._7OrE6 { display: block; }
._7OrE6, .jPuFiG { position: relative; }
.jPuFiG { display: flex; }
.qtXVWx { inset-inline-end: 0px; min-width: 280px; z-index: 9; }
._7OrE6 [data-hook="user-auth-logout"] { display: block; }
.grxOi3 { cursor: pointer; }
.grxOi3:active, .grxOi3:hover { opacity: 0.7; }
.XtkzYA { border-color: var(--header-button-text-color) !important; border-radius: var(--header-button-corner-radius) !important; min-width: auto !important; }
.XtkzYA:active, .XtkzYA:hover { opacity: 0.7; }
.qFhnU4 { font: var(--header-button-font); color: var(--header-button-text-color); font-size: 14px !important; line-height: 1 !important; }
.L_GyVQ { margin-bottom: 16px; width: 100%; }
.L_GyVQ.IUOyfK { padding: 16px 20px 0px; }
.x0SH4v { row-gap: 16px; align-items: center; display: grid; grid-template-areas: "areaA ." "areaB areaC"; grid-template-columns: 1fr 1fr; min-height: 24px; }
.L_GyVQ.IUOyfK .x0SH4v { grid-template-areas: "areaA areaB" "areaC ."; grid-template-columns: 1fr max-content; }
.L_GyVQ.R8Okbo .x0SH4v { grid-template-areas: "areaA areaB"; grid-template-columns: 1fr max-content; }
.GdTDX6 { grid-area: areaA; }
.TuJtiQ { grid-area: areaB; }
.L_GyVQ.R8Okbo .TuJtiQ { justify-self: end; }
.pexuSD { grid-area: areaC; }
.uHpp11 { display: flex; flex: 1 0 50%; }
.qfdC8A { font: var(--header-count-font); color: var(--header-count-color); font-size: var(--header-count-font-size-desktop) !important; line-height: 1 !important; }
.L_GyVQ.IUOyfK .qfdC8A { font-size: var(--header-count-font-size-mobile) !important; }
.Rrd_Kf { justify-self: end; }
.sceJBE { align-items: center; border-block-start-style: solid; border-block-start-width: 1px; border-color: var(--separator-color); display: flex; flex-direction: column; justify-content: center; padding: 32px 0px; }
.wc-app-mobile .sceJBE { padding: 20px 0px; }
.SmhsQo { align-items: center; display: flex; line-height: 1.5; }
.roZf2O { margin-bottom: 8px; }
.Rt5Pdb { --diameter: var(--wix-ui-tpa-spinner-diameter,50px); animation: 2s linear 0s infinite normal none running AeT4VJ; height: var(--diameter); left: auto; top: auto; width: var(--diameter); }
.S4j_eu { stroke: var(--wst-spinner-color,var(--wix-ui-tpa-spinner-path-color,rgb(var(--wix-color-5,0 0 0)))); stroke-width: clamp(1px,var(--wix-ui-tpa-spinner-stroke-width,4px),10px); animation: 1.5s ease-in-out 0s infinite normal none running zX9LiX; }
.xBRxwO, .xBRxwO .S4j_eu { animation: auto ease 0s 1 normal none running none; }
@keyframes AeT4VJ { 
  100% { transform: rotate(1turn); }
}
@keyframes zX9LiX { 
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}
@media (prefers-reduced-motion: reduce) {
  .Rt5Pdb, .S4j_eu { animation: auto ease 0s 1 normal none running none; }
}
.k3xagF { display: flex; flex-direction: column; }
.ns9aCd { font: var(--content-font); overflow: hidden; position: relative; }
.ns9aCd.aAhzWK { mask-image: linear-gradient(rgb(0, 0, 0) calc(100% - 2em), transparent); }
.ns9aCd.HeMNyb { transition: height 0.3s ease-in; }
.ns9aCd.iMqQHC { transition: height 0.18s ease-out; }
.nAPM3M { fill: var(--button-icon-color-secondary); align-items: center; align-self: center; border: none; cursor: pointer; display: flex; margin-top: 14px; }
.nAPM3M:active, .nAPM3M:hover { opacity: 0.7; }
.wc-app-mobile .nAPM3M { align-self: flex-start; }
.ZL5gso { align-items: center; display: flex; flex-direction: row; max-width: 100%; }
.wBdveS { display: flex; flex-direction: column; min-width: 0px; }
.x24hKV { font: var(--author-name-font); color: var(--author-name-color); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: fit-content; font-size: var(--author-name-font-size-desktop) !important; line-height: 1.33 !important; }
.ZL5gso.LLwqf7 .x24hKV { font-size: var(--author-name-font-size-mobile) !important; }
.kUFKBR { white-space: nowrap; line-height: 1.33 !important; }
.cetN1J { min-width: 0px; }
.cetN1J, .kUFKBR { color: var(--comment-secondary-text-color); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; line-height: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; font-size: var(--comment-secondary-font-size-desktop) !important; }
.ZL5gso.LLwqf7 .cetN1J, .ZL5gso.LLwqf7 .kUFKBR { font-size: var(--comment-secondary-font-size-mobile) !important; }
.owjI1N { fill: var(--author-name-color); align-items: center; color: var(--author-name-color); display: flex; flex-shrink: 0; height: 24px; padding: 1px; width: 24px; }
.owjI1N svg { height: auto; max-width: 100%; }
.NUh81G { margin-inline-start: 4px; min-width: 0px; }
.JqfT1r { align-items: center; display: flex; flex-wrap: wrap; max-width: 100%; width: fit-content; }
.XoGDlV { color: var(--comment-secondary-text-color); padding: 0px 8px; }
.TpRKNa { align-items: center; background-color: rgb(var(--wix-color-1)); border-top-color: ; border-right-color: ; border-bottom-color: ; border-left-color: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-radius: 12px; border-style: solid; border-width: 1px; color: rgb(var(--wix-color-5)); display: flex; line-height: 18px; padding: 0px 12px; font-size: 12px !important; }
.jhavqQ { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.M2pfaj { display: inline-flex; }
.C3aWKj { align-items: center; }
.AbU65k, .C3aWKj { display: flex; }
.M2pfaj .C3aWKj { column-gap: var(--wix-ui-tpa-badge-space-between,2px); }
.M2pfaj { --wc-badge-text-color: var(--wst-paragraph-2-color-rgb,var(--wix-color-5)); --wc-badge-background-color: var(--wst-primary-background-color-rgb,var(--wix-color-1)); --wc-badge-action-color: var(--wst-links-and-actions-color-rgb,var(--wix-color-8)); --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 20px; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 12px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); background-color: rgb(var(--wix-ui-tpa-badge-badge-bg-color,var(--wc-badge-text-color),.06)); border-color: rgb(var(--wix-ui-tpa-badge-border-color,var(--wc-badge-text-color),0)); border-end-end-radius: var(--wix-ui-tpa-badge-border-radius-end-end,12px); border-end-start-radius: var(--wix-ui-tpa-badge-border-radius-end-start,12px); border-start-end-radius: var(--wix-ui-tpa-badge-border-radius-start-end,12px); border-start-start-radius: var(--wix-ui-tpa-badge-border-radius-start-start,12px); border-style: solid; border-width: var(--wix-ui-tpa-badge-border-width,0); box-sizing: border-box; color: rgb(var(--wix-ui-tpa-badge-badge-text-color,var(--wc-badge-text-color))); font-family: var(--wix-ui-tpa-badge-text-font-family,var(--wst-paragraph-2-overriden-font-family)); font-size: var(--wix-ui-tpa-badge-text-font-size,var(--wst-paragraph-2-overriden-font-size)); font-style: var(--wix-ui-tpa-badge-text-font-style,var(--wst-paragraph-2-overriden-font-style)); font-variant: var(--wix-ui-tpa-badge-text-font-variant,var(--wst-paragraph-2-overriden-font-variant)); font-weight: var(--wix-ui-tpa-badge-text-font-weight,var(--wst-paragraph-2-overriden-font-weight)); line-height: var(--wix-ui-tpa-badge-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height)); padding-inline-end: var(--wix-ui-tpa-badge-padding-end,12px); padding-bottom: var(--wix-ui-tpa-badge-padding-bottom,0); padding-inline-start: var(--wix-ui-tpa-badge-padding-start,12px); padding-top: var(--wix-ui-tpa-badge-padding-top,0); text-decoration: var(--wix-ui-tpa-badge-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration)); }
.M2pfaj.hoQTZT { padding-inline-start: var(--wix-ui-tpa-badge-padding-start,10px); }
.W6__gb { --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 18px; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 12px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); background-color: rgb(var(--wix-ui-tpa-badge-badge-bg-color,var(--wc-badge-background-color))); border-color: rgb(var(--wix-ui-tpa-badge-border-color,var(--wc-badge-text-color),.45)); border-width: var(--wix-ui-tpa-badge-border-width,1px); color: rgb(var(--wix-ui-tpa-badge-badge-text-color,var(--wc-badge-text-color))); font-family: var(--wix-ui-tpa-badge-text-font-family,var(--wst-paragraph-2-overriden-font-family)); font-size: var(--wix-ui-tpa-badge-text-font-size,var(--wst-paragraph-2-overriden-font-size)); font-style: var(--wix-ui-tpa-badge-text-font-style,var(--wst-paragraph-2-overriden-font-style)); font-variant: var(--wix-ui-tpa-badge-text-font-variant,var(--wst-paragraph-2-overriden-font-variant)); font-weight: var(--wix-ui-tpa-badge-text-font-weight,var(--wst-paragraph-2-overriden-font-weight)); line-height: var(--wix-ui-tpa-badge-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height)); padding-inline-end: var(--wix-ui-tpa-badge-padding-end,11px); padding-inline-start: var(--wix-ui-tpa-badge-padding-start,11px); text-decoration: var(--wix-ui-tpa-badge-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration)); }
.hAhUnr { background-color: rgb(var(--wix-ui-tpa-badge-badge-bg-color,var(--wc-badge-action-color))); border-color: rgb(var(--wix-ui-tpa-badge-border-color,var(--wc-badge-action-color),0)); border-width: var(--wix-ui-tpa-badge-border-width,0); color: rgb(var(--wix-ui-tpa-badge-badge-text-color,var(--wc-badge-background-color))); }
.M0whEX { --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 18px; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 12px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); background-color: rgb(var(--wix-ui-tpa-badge-badge-bg-color,var(--wc-badge-background-color),0)); border-color: rgb(var(--wix-ui-tpa-badge-border-color,var(--wc-badge-action-color),1)); border-width: var(--wix-ui-tpa-badge-border-width,1px); color: rgb(var(--wix-ui-tpa-badge-badge-text-color,var(--wc-badge-action-color))); font-family: var(--wix-ui-tpa-badge-text-font-family,var(--wst-paragraph-2-overriden-font-family)); font-size: var(--wix-ui-tpa-badge-text-font-size,var(--wst-paragraph-2-overriden-font-size)); font-style: var(--wix-ui-tpa-badge-text-font-style,var(--wst-paragraph-2-overriden-font-style)); font-variant: var(--wix-ui-tpa-badge-text-font-variant,var(--wst-paragraph-2-overriden-font-variant)); font-weight: var(--wix-ui-tpa-badge-text-font-weight,var(--wst-paragraph-2-overriden-font-weight)); line-height: var(--wix-ui-tpa-badge-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height)); padding-inline-end: var(--wix-ui-tpa-badge-padding-end,11px); padding-inline-start: var(--wix-ui-tpa-badge-padding-start,11px); text-decoration: var(--wix-ui-tpa-badge-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration)); }
.M2pfaj .AbU65k svg { height: var(--wix-ui-tpa-badge-icon-size,16px); width: var(--wix-ui-tpa-badge-icon-size,16px); }
.M2pfaj .AbU65k svg[fill="currentColor"], .W6__gb .AbU65k svg[fill="currentColor"] { fill: rgb(var(--wix-ui-tpa-badge-icon-color,var(--wix-ui-tpa-badge-badge-text-color,var(--wc-badge-text-color)))); }
.hAhUnr .AbU65k svg[fill="currentColor"] { fill: rgb(var(--wix-ui-tpa-badge-icon-color,var(--wix-ui-tpa-badge-badge-text-color,var(--wc-badge-background-color)))); }
.M0whEX .AbU65k svg[fill="currentColor"] { fill: rgb(var(--wix-ui-tpa-badge-icon-color,var(--wix-ui-tpa-badge-badge-text-color,var(--wc-badge-action-color)))); }
._mHxUm { border-radius: var(--highlighted-comment-corner-radius); color: var(--text-color); position: relative; transition: opacity 0.4s; }
._mHxUm.agT15c.qYVms8 { padding-inline-start: 16px; }
._mHxUm.pVhJr9 { transition: none; }
._mHxUm.HzdWps { opacity: 0.6; }
._mHxUm.DHVlgr { padding-bottom: var(--comment-list-spacing); padding-top: 16px; }
.vGRM67 { position: relative; }
.dh1bG6 { border-radius: var(--highlighted-comment-corner-radius); content: ""; height: 100%; padding-inline-start: 16px; position: absolute; top: 0px; transition: width 0.4s, left 0.4s, background-color 0.4s; }
._mHxUm.qYVms8 .dh1bG6, .dh1bG6 { left: 0px; width: 100%; }
._mHxUm.DHVlgr .dh1bG6 { background-color: var(--highlight-color); }
._mHxUm.DHVlgr:not(.qYVms8) .dh1bG6 { left: -12px; width: calc(100% + 24px); }
._mHxUm.pVhJr9 .dh1bG6 { transition: none; }
.wc-highlight-bg-color._mHxUm:not(.qYVms8) .dh1bG6 { height: calc(100% + 32px); left: -16px; top: -16px; width: calc(100% + 32px); }
.wc-highlight-bg-color._mHxUm.qYVms8 .dh1bG6 { height: calc(100% + 32px); top: -16px; }
.rIn27m { align-items: center; color: var(--comment-featured-badge-color); display: flex; flex-direction: row; font-size: 14px; gap: 2px; }
.XjYzJW { color: var(--background-color); position: relative; }
.XjYzJW.UG6t9V::after { border: 1px solid currentcolor; }
.XjYzJW.UG6t9V::after, .aznBUJ::after { border-radius: 50%; content: ""; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }
.aznBUJ::after { background-color: currentcolor; mix-blend-mode: overlay; opacity: 0.5; transform: translateZ(0px); }
.ebd7rl img { object-fit: cover; }
.jevgKj { align-items: flex-end; cursor: pointer; display: flex; height: 100%; text-decoration: underline; }
.jevgKj:hover { opacity: 0.7; }
.jevgKj.Ubx7lY { cursor: default; opacity: 0.7; }
.YW9wx6 { align-items: center; display: flex; justify-content: space-between; padding-inline: 20px 16px; padding-bottom: 14px; padding-top: 0px; }
.YW9wx6.bJlHPf { padding-bottom: 12px; }
.R70cB0.VqrRYG .YW9wx6 { padding-inline-start: 0px; }
.Pmz5vo { min-width: 0px; }
.q6TDvX { align-items: center; display: flex; }
.s3aZ4c { padding: 0px 20px; }
.R70cB0.VqrRYG .s3aZ4c { padding-inline-start: 0px; }
.Mz965D { padding-inline: 18px; padding-bottom: 0px; padding-top: 12px; }
.R70cB0.VqrRYG .Mz965D { padding-inline-start: 0px; }
.XGQLsM { padding-bottom: 12px; }
.vzOuBz { padding-inline-end: 8px; }
.aXp8O9 { padding-bottom: 8px; padding-top: 2px; }
.C2aUdk { margin-bottom: 14px; width: fit-content; }
.JAIsGy { font: var(--comment-action-font); color: var(--comment-action-text-color); line-height: ; margin-top: 10px; font-size: var(--comment-action-font-size-mobile) !important; }
.nLqeSy { margin-bottom: 12px; }
.Li7vNT { align-items: center; display: flex; justify-content: space-between; margin-bottom: 16px; }
.Li7vNT.v6m6gt { margin-bottom: 12px; }
.mvxlSA.reU3eW .Li7vNT { padding-inline-start: 16px; }
.KLsn0M { align-items: center; display: flex; }
.Kbu9ii { padding-inline-start: var(--comment-padding); }
.mvxlSA.reU3eW .Kbu9ii { padding-inline-start: var(--reply-padding); }
.scpX33 { margin-top: 16px; padding-inline-start: var(--comment-padding); }
.mvxlSA.reU3eW .scpX33 { padding-inline-start: var(--reply-padding); }
.VmqY9c { padding-bottom: 10px; padding-inline-start: var(--comment-padding); }
.mvxlSA.reU3eW .VmqY9c { padding-inline-start: var(--reply-padding); }
.weaYCP { margin-inline-end: 12px; }
.mvxlSA.reU3eW .weaYCP { margin-inline-end: 8px; }
.S2Tcq_ { margin-bottom: 12px; }
.qKkKSh { margin-bottom: 4px; }
.C4DVHd { margin-bottom: 16px; margin-top: 12px; width: fit-content; }
.LfxGJF { font: var(--comment-action-font); color: var(--comment-action-text-color); line-height: ; margin-top: 12px; font-size: var(--comment-action-font-size-desktop) !important; }
.YNB2Hs { margin-bottom: 12px; }
.E65iAy { align-items: center; display: flex; flex-direction: row; }
.E65iAy.kxWnnm { padding-inline: 20px 16px; }
.E65iAy.A3B490 { padding-inline-start: 16px; }
.E65iAy.kxWnnm.A3B490 { padding-inline-start: 0px; }
.E65iAy:not(.kxWnnm) .KXXzCo { margin-inline-end: 12px; }
.E65iAy .KXXzCo { margin-inline-end: 8px; }
.VzrLTr { color: var(--author-name-color); font: var(--author-name-font); }
.E65iAy:not(.kxWnnm) .VzrLTr { font-size: var(--author-name-font-size-desktop) !important; }
.E65iAy.kxWnnm .VzrLTr { font-size: var(--author-name-font-size-mobile) !important; }
.qXeL6x { --wc-small-font-family-default: Madefor,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif; }
.XxDRUl { align-items: center; border: none; display: flex; flex-direction: row; margin: 0px; padding: 0px; }
.CwsXWF { --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 1.4em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); color: rgb(var(--wix-ui-tpa-ratings-input-label-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); display: flex; font-family: var(--wix-ui-tpa-ratings-input-label-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-ratings-input-label-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); font-style: var(--wix-ui-tpa-ratings-input-label-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-ratings-input-label-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-ratings-input-label-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-ratings-input-label-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); padding-inline-start: 0px; text-decoration: var(--wix-ui-tpa-ratings-input-label-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); }
.qXeL6x.hpTYIG .CwsXWF { float: left; padding-inline-end: 12px; }
.qXeL6x.xwfwjX .CwsXWF { padding-bottom: 8px; }
.TxVcEJ { display: flex; }
.qXeL6x.xUQA1I .TxVcEJ .Dvq8la:not(:last-child) { margin-inline-end: 8px; }
.Dvq8la { align-items: center; cursor: pointer; display: flex; justify-content: center; }
.qXeL6x.SigRm8 .Dvq8la { height: 24px; }
.qXeL6x.xUQA1I .Dvq8la { height: 40px; }
.qXeL6x.ZpEY6R .Dvq8la { cursor: default; }
.Dvq8la:focus-within { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgb(17, 109, 255) 0px 0px 0px 3px !important; z-index: 999; }
.WXMBXQ { color: rgb(var(--wix-ui-tpa-ratings-input-icon-color,var(--wst-links-and-actions-color-rgb,var(--wix-color-8)))); display: flex; }
.qXeL6x.ZpEY6R .WXMBXQ { color: rgb(var(--wst-shade-3-color-rgb,var(--wix-color-29))); }
.HduIhP { clip: rect(1px, 1px, 1px, 1px); overflow: hidden; position: absolute; border: 0px !important; height: 1px !important; padding: 0px !important; width: 1px !important; }
.UPH_zQ { display: flex; gap: 12px; justify-content: flex-end; width: 100%; }
.pRpibi { font: var(--box-button-font); border-radius: var(--box-button-corner-radius); font-size: var(--box-button-font-size); overflow: hidden; padding: 6px 16px; text-overflow: ellipsis; white-space: nowrap; line-height: 1.43 !important; }
.pRpibi:not(.nMPlcm) { cursor: pointer; }
.pRpibi:focus, .pRpibi:hover { opacity: 0.7; text-decoration: underline; }
.pRpibi.nMPlcm { opacity: 0.6; }
.pRpibi.iPnlvO { background-color: var(--box-primary-button-color); }
.pRpibi.iPnlvO, .pRpibi.iPnlvO.nMPlcm { color: var(--box-primary-button-text-color); }
.pRpibi.iPnlvO.nMPlcm { background-color: var(--disabled-color); }
.pRpibi.cWkLoV { border: none; color: var(--box-secondary-button-text-color); }
.jskAoJ, .wtOVRH { overflow: hidden; width: 100%; }
.jskAoJ { font: var(--placeholder-font); color: var(--placeholder-text-color); font-size: 16px; text-align: start; text-overflow: ellipsis; white-space: nowrap; line-height: 1.5 !important; }
.wtOVRH:not(.yV9s5o) .jskAoJ { font-size: var(--placeholder-font-size-desktop) !important; }
.wtOVRH.yV9s5o .jskAoJ { font-size: var(--placeholder-font-size-mobile) !important; }
.noxLne { display: block; height: 0px; visibility: hidden; width: fit-content; }
.WOchmP { text-align: start; }
.vOL7y9 { align-items: center; cursor: pointer; display: inline-flex; }
.Il5Xbw, .JuaROk { flex-shrink: 0; }
.vOL7y9:disabled { cursor: default; }
.vOL7y9[disabled] { pointer-events: none; }
.vOL7y9 { --wc-text-button-wix-ui-tpa-text-button-background-color-internal: rgb(var(--wix-ui-tpa-text-button-background-color)); --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 1.5em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); background-color: var(--wc-text-button-wix-ui-tpa-text-button-background-color-internal,transparent); border: none; font-family: var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); font-style: var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); padding: 0px; text-decoration: var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); }
.vOL7y9.lfRr1V.wYPcvy, .vOL7y9:active.wYPcvy, .vOL7y9:hover.wYPcvy { --wst-paragraph-2-overriden-font-text-decoration: underline; --wst-paragraph-2-overriden-font-line-height: 1.5em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)))); text-decoration: var(--wc-text-button-wix-ui-tpa-button-hover-text-font-text-decoration,underline); }
.vOL7y9.gWMoVS { --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 1.44em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); font-family: var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); font-style: var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); text-decoration: var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); }
.vOL7y9.gWMoVS.lfRr1V.wYPcvy, .vOL7y9.gWMoVS:active.wYPcvy, .vOL7y9.gWMoVS:hover.wYPcvy { --wst-paragraph-2-overriden-font-text-decoration: underline; --wst-paragraph-2-overriden-font-line-height: 1.44em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); }
.vOL7y9.gWMoVS.V7kBpR.lfRr1V.wYPcvy, .vOL7y9.gWMoVS.V7kBpR:active.wYPcvy, .vOL7y9.gWMoVS.V7kBpR:hover.wYPcvy, .vOL7y9.gWMoVS.lfRr1V.wYPcvy, .vOL7y9.gWMoVS.mCeQjl.lfRr1V.wYPcvy, .vOL7y9.gWMoVS.mCeQjl:active.wYPcvy, .vOL7y9.gWMoVS.mCeQjl:hover.wYPcvy, .vOL7y9.gWMoVS:active.wYPcvy, .vOL7y9.gWMoVS:hover.wYPcvy { font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)))); text-decoration: var(--wc-text-button-wix-ui-tpa-button-hover-text-font-text-decoration,underline); }
.vOL7y9.gWMoVS.V7kBpR.lfRr1V.wYPcvy, .vOL7y9.gWMoVS.V7kBpR:active.wYPcvy, .vOL7y9.gWMoVS.V7kBpR:hover.wYPcvy, .vOL7y9.gWMoVS.mCeQjl.lfRr1V.wYPcvy, .vOL7y9.gWMoVS.mCeQjl:active.wYPcvy, .vOL7y9.gWMoVS.mCeQjl:hover.wYPcvy { --wst-paragraph-2-overriden-font-text-decoration: none; --wst-paragraph-2-overriden-font-line-height: 1.44em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); }
.vOL7y9.EVBaHG { color: rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-links-and-actions-color-rgb,var(--wix-color-8)))); }
.vOL7y9.EVBaHG.lfRr1V:not(.wYPcvy), .vOL7y9.EVBaHG:active:not(.wYPcvy), .vOL7y9.EVBaHG:hover:not(.wYPcvy) { color: rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-8)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1) * .7)); }
.vOL7y9.V7kBpR.lfRr1V.wYPcvy, .vOL7y9.V7kBpR:active.wYPcvy, .vOL7y9.V7kBpR:hover.wYPcvy, .vOL7y9.mCeQjl.lfRr1V.wYPcvy, .vOL7y9.mCeQjl:active.wYPcvy, .vOL7y9.mCeQjl:hover.wYPcvy { --wst-paragraph-2-overriden-font-text-decoration: none; --wst-paragraph-2-overriden-font-line-height: 1.5em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)))); text-decoration: var(--wc-text-button-wix-ui-tpa-button-hover-text-font-text-decoration,underline); }
.vOL7y9.sPFueO { color: rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); }
.vOL7y9.sPFueO.lfRr1V:not(.wYPcvy), .vOL7y9.sPFueO:active:not(.wYPcvy), .vOL7y9.sPFueO:hover:not(.wYPcvy) { color: rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1) * .7)); }
.vOL7y9.V7kBpR { color: rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); text-decoration: underline; }
.vOL7y9.V7kBpR.lfRr1V:not(.wYPcvy), .vOL7y9.V7kBpR:active:not(.wYPcvy), .vOL7y9.V7kBpR:hover:not(.wYPcvy) { color: rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1) * .7)); }
.vOL7y9.mCeQjl { color: rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-links-and-actions-color-rgb,var(--wix-color-8)))); text-decoration: underline; }
.vOL7y9.mCeQjl.lfRr1V:not(.wYPcvy), .vOL7y9.mCeQjl:active:not(.wYPcvy), .vOL7y9.mCeQjl:hover:not(.wYPcvy) { color: rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-8)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1) * .7)); }
.vOL7y9.EVBaHG:disabled, .vOL7y9.V7kBpR:disabled, .vOL7y9.sPFueO:disabled { color: rgb(var(--wst-system-disabled-color-rgb,var(--wix-color-29))); }
.ajD_JT svg { height: 1.5em; margin: -0.375em 0px; width: 1.5em; }
.ajD_JT svg:not([fill="currentColor"]) path { stroke: currentcolor; fill: none; }
.EkCGZd::after, .WzxhD0::before { content: ""; display: inline-block; height: 1px; width: 4px; }
.rWMlzh { color: var(--wix-ui-tpa-text-main-text-color,rgb(var(--wix-color-5,0 0 0))); font-family: var(--wix-ui-tpa-text-main-text-font-family,var(--wix-font-Body-M-family)); font-size: var(--wix-ui-tpa-text-main-text-font-size,16px); font-style: var(--wix-ui-tpa-text-main-text-font-style,var(--wix-font-Body-M-style)); font-weight: var(--wix-ui-tpa-text-main-text-font-weight,var(--wix-font-Body-M-weight)); line-height: var(--wix-ui-tpa-text-main-text-font-line-height,1.5em); }
.dkpgY2 { align-items: flex-start; display: flex; justify-content: space-between; margin-top: 16px; }
.nIl6iI { font: var(--box-button-font); align-items: center; color: var(--comment-text-color); display: flex; line-height: ; gap: 6px; font-size: 14px !important; }
.Omfo0c { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.UvrFUu { display: flex; justify-content: space-between; width: 100%; }
.aqe0Bj { min-width: 20px; }
.QCcazO { align-items: center; align-self: center; display: flex; width: 100%; }
.mdLLNL { color: var(--box-primary-button-color) !important; }
.FUuHEG, .mdLLNL { font-style:  !important; font-variant-ligatures:  !important; font-variant-caps:  !important; font-variant-numeric:  !important; font-variant-east-asian:  !important; font-variant-alternates:  !important; font-variant-position:  !important; font-variant-emoji:  !important; font-weight:  !important; font-stretch:  !important; font-family:  !important; font-optical-sizing:  !important; font-size-adjust:  !important; font-kerning:  !important; font-feature-settings:  !important; font-variation-settings:  !important; font-size: 14px !important; line-height: var(--wix-ui-tpa-text-main-text-font-line-height,1.42em) !important; }
.FUuHEG { color: var(--comment-text-color) !important; }
.IGF48R { justify-content: space-between; padding: 12px 16px; width: 100%; }
.F5qmxl, .IGF48R { align-items: center; display: flex; }
.F5qmxl { min-height: 25px; min-width: 24px; }
.IGF48R:not(.Sw4wpu) .F5qmxl { flex-grow: 1; }
.Br_SlE, .hXuWCz { display: flex; }
.Br_SlE { flex-direction: column; height: 100%; width: 100%; }
.Br_SlE:not(.caMemy).BDuU_z { padding-inline-start: 16px; }
.Br_SlE.BDuU_z.caMemy { padding-inline-end: 20px; }
.rgMm4j { background-clip: content-box; background-color: var(--box-background-color); border-radius: var(--box-corner-radius); border-style: solid; border-width: var(--box-border-width); min-width: 0px; position: relative; width: 100%; }
.rgMm4j.yLfBkI { background-color: var(--box-open-background-color); border-color: var(--box-open-border-color); }
.rgMm4j:not(.yLfBkI) { border-color: var(--box-border-color); }
.rgMm4j:hover { border-color: var(--box-open-border-color-focused); }
.rgMm4j:focus-within { border-color: var(--box-open-border-color-focused); }
.rgMm4j.SYVsPA { border-color: rgb(var(--wix-ui-tpa-error-message-wrapper-error-color,223,49,49)); }
.mcGzFz { align-items: flex-start; color: rgb(var(--wix-ui-tpa-error-message-wrapper-error-color,223,49,49)); display: flex; font-family: var(--wix-font-stack); font-size: 14px; line-height: 1.4; margin-top: 8px; min-height: 20px; }
.yh5VQB { align-items: center; background: none; border: none; cursor: pointer; display: flex; height: 56px; padding: 16px; width: 100%; }
.Br_SlE.caMemy.jhq2w9 .yh5VQB { padding: 12px 16px; }
.OMVrT4 { flex: 1 1 auto; min-height: 66px; min-width: 0px; padding: 16px 16px 0px; }
.Br_SlE:not(.BDuU_z):not(.K9vVno) .h5yjuR { animation: 0.3s ease-in 0s 1 normal none running mB3hyk; }
.RPqmJJ { fill: var(--active-rating-color); flex-shrink: 0; margin-inline-end: 8px; }
.IJtj8K { padding: 18px 16px 2px; position: relative; }
.Br_SlE.caMemy:not(.K9vVno) .IJtj8K { animation: 0.8s ease-in 0s 1 normal none running wknbuK; padding: 16px 16px 0px; }
.G4cl29 { width: max-content; }
.G4cl29:not(.fCZOHl) { color: var(--active-rating-color); }
.G4cl29.fCZOHl { color: var(--disabled-color); }
.G4cl29 [data-part="icon"] { transition: color 0.3s ease-in-out; color: currentcolor !important; }
.G4cl29.SYVsPA [data-part="icon"] { color: rgb(var(--wix-ui-tpa-error-message-wrapper-error-color,223,49,49)) !important; }
.W8nk_Y { background-image: linear-gradient(to right,hsla(0,0%,100%,0),var(--box-open-background-color) 85%); border-radius: var(--box-corner-radius); height: 100%; pointer-events: none; position: absolute; right: 0px; top: 0px; width: 30px; }
@keyframes wknbuK { 
  0% { max-width: 65px; overflow: hidden; }
  100% { max-width: 999px; opacity: 1; }
}
@keyframes mB3hyk { 
  0% { max-height: 0px; overflow: hidden; }
  100% { max-height: 999px; }
}
.O3Nsnv { display: flex; gap: 16px; justify-content: space-between; }
.O3Nsnv.L_dtlo { flex-direction: column; gap: 0px; }
.X4FkqX { background-clip: content-box; background-color: var(--box-background-color); margin-bottom: 16px; min-width: 0px; position: relative; width: 100%; }
.X4FkqX [data-part="input"] { background-clip: padding-box !important; background-color: var(--box-open-background-color) !important; border-color: var(--box-open-border-color) !important; border-radius: var(--box-corner-radius) !important; border-style: solid !important; border-width: var(--box-border-width) !important; }
.X4FkqX [data-part="input"] [data-part="nativeInput"]::placeholder { color: var(--placeholder-text-color) !important; font: var(--placeholder-font) !important; }
.X4FkqX.U1vNLE [data-part="input"] { border-color: var(--box-open-border-color-focused) !important; }
.X4FkqX.L_dtlo { margin-bottom: 20px; }
.c290Vn { position: relative; }
.eH2sN1 { --wc-default-main-border-width: 1px; }
.eH2sN1.DrbSnU.YiD2Sw { --wix-ui-tpa-error-message-wrapper-error-color: var(--wix-ui-tpa-text-field-error-color,223,49,49); --wix-ui-tpa-error-message-wrapper-error-color-rgb: var(--wix-ui-tpa-text-field-error-color-rgb,223,49,49); --wix-ui-tpa-error-message-wrapper-error-color-opacity: var(--wix-ui-tpa-text-field-error-color-opacity); --wix-ui-tpa-error-message-wrapper-min-message-height: var(--wix-ui-tpa-text-field-error-message-min-height); }
.nMR3rf { align-items: center; background-color: rgb(var(--wix-ui-tpa-text-field-main-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))); border-color: rgb(var(--wix-ui-tpa-text-field-main-border-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-text-field-main-border-color-opacity, 1) * var(--wix-ui-tpa-text-field-main-border-opacity, .6))); border-radius: 0px; box-sizing: border-box; display: flex; font-family: var(--wix-ui-tpa-text-field-main-text-font-family,var(--wix-font-Body-M-family)); font-size: var(--wix-ui-tpa-text-field-main-text-font-size,16px); font-style: var(--wix-ui-tpa-text-field-main-text-font-style,var(--wix-font-Body-M-style)); font-variant: var(--wix-ui-tpa-text-field-main-text-font-variant,var(--wix-font-Body-M-variant)); font-weight: var(--wix-ui-tpa-text-field-main-text-font-weight,var(--wix-font-Body-M-weight)); line-height: var(--wix-ui-tpa-text-field-main-text-font-line-height,var(--wix-font-Body-M-line-height)); padding: 0px; text-decoration: var(--wix-ui-tpa-text-field-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration)); }
#SITE_CONTAINER.focus-ring-active .eH2sN1 .nMR3rf:focus-within { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgb(17, 109, 255) 0px 0px 0px 3px !important; z-index: 999; }
.nMR3rf input:-webkit-autofill { -webkit-text-fill-color: rgb(var(--wix-ui-tpa-text-field-main-text-color,var(--wix-color-5))); box-shadow: 0 0 0 1.5em rgb(var(--wix-ui-tpa-text-field-main-background-color,var(--wix-color-1))) inset !important; }
.nMR3rf.h6jkSo { border-top-color: ; border-top-style: ; border-right-color: ; border-right-style: ; border-bottom-color: ; border-bottom-style: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-radius: var(--wix-ui-tpa-text-field-main-border-radius,0); border-width: var(--wix-ui-tpa-text-field-main-border-width,var(--wc-default-main-border-width,1px)); }
.nMR3rf.hEt4wX, .nMR3rf:hover { border-color: rgb(var(--wix-ui-tpa-text-field-hover-border-color,var(--wix-ui-tpa-text-field-main-border-color,var(--wix-color-5)))); border-radius: var(--wix-ui-tpa-text-field-hover-border-radius,1px); border-width: var(--wix-ui-tpa-text-field-hover-border-width,var(--wc-default-main-border-width,1px)); }
.nMR3rf.h6jkSo.hEt4wX, .nMR3rf.h6jkSo:hover { background-color: rgb(var(--wix-ui-tpa-text-field-hover-background-color-rgb,var(--wix-ui-tpa-text-field-main-background-color-rgb,transparent)),calc(var(--wix-ui-tpa-text-field-hover-background-color-opacity, var(--wix-ui-tpa-text-field-main-background-color-opacity, 1)) * var(--wix-ui-tpa-text-field-hover-background-opacity, 1))); }
.eH2sN1.mWZAO8 .nMR3rf { border-color: rgb(var(--wix-ui-tpa-text-field-main-disabled-border-color-rgb,var(--wix-ui-tpa-text-field-main-border-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-text-field-main-disabled-border-color-opacity, var(--wix-ui-tpa-text-field-main-border-color-opacity, 1)) * .6)); }
.eH2sN1.mWZAO8 .nMR3rf.h6jkSo { background-color: rgb(var(--wix-ui-tpa-text-field-main-background-color,var(--wix-color-1))); }
.eH2sN1.DrbSnU.YiD2Sw .nMR3rf { --wc-wix-ui-tpa-text-field-border-color-internal: rgb(var(--wix-ui-tpa-text-field-main-error-border-color,var(--wst-system-error-color-rgb))); border-color: var(--wc-wix-ui-tpa-text-field-border-color-internal,var(--wut-error-color,#df3131)) !important; }
.nMR3rf .QP_JWr { background-color: transparent; border: 0px; box-sizing: border-box; color: rgb(var(--wix-ui-tpa-text-field-main-text-color,var(--wix-color-5))); font-family: var(--wix-ui-tpa-text-field-main-text-font-family,var(--wix-font-Body-M-family)); font-size: var(--wix-ui-tpa-text-field-main-text-font-size,16px); font-style: var(--wix-ui-tpa-text-field-main-text-font-style,var(--wix-font-Body-M-style)); font-variant: var(--wix-ui-tpa-text-field-main-text-font-variant,var(--wix-font-Body-M-variant)); font-weight: var(--wix-ui-tpa-text-field-main-text-font-weight,var(--wix-font-Body-M-weight)); line-height: 24px; margin: 0px; min-width: 0px; padding-block-end: var(--wix-ui-tpa-text-field-padding-block-end,8px); padding-block-start: var(--wix-ui-tpa-text-field-padding-block-start,8px); padding-inline-start: var(--wix-ui-tpa-text-field-padding-inline-start,12px); text-decoration: var(--wix-ui-tpa-text-field-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration)); vertical-align: middle; width: 100%; }
.nMR3rf.hEt4wX .QP_JWr, .nMR3rf:hover .QP_JWr { color: rgb(var(--wix-ui-tpa-text-field-hover-text-color,var(--wix-ui-tpa-text-field-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))))); }
.nMR3rf.mWZAO8 .QP_JWr { fill: rgb(var(--wix-ui-tpa-text-field-suffix-disabled-color,var(--wst-system-disabled-color-rgb))); color: rgb(var(--wix-ui-tpa-text-field-main-text-disabled-color,var(--wst-system-disabled-color-rgb,var(--wix-color-29)))); }
.nMR3rf.hEt4wX .QP_JWr { outline: 0px; }
.nMR3rf .QP_JWr::selection { background: rgb(var(--wix-ui-tpa-text-field-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-text-field-main-text-color-opacity, 1) * .2)); }
.wtg9pG { align-items: center; display: flex; justify-content: flex-end; margin: 0px -4px; padding: 0px; padding-inline-start: var(--wix-ui-tpa-text-field-suffix-padding-inline-start,8px); white-space: nowrap; }
.nMR3rf.h6jkSo { padding-inline-end: var(--wix-ui-tpa-text-field-padding-inline-end,12px); }
.Wp_Qmz { align-items: center; display: flex; height: 100%; }
.eH2sN1 .VNqHoH { --wix-ui-tpa-icon-button-icon-color: var(--wix-ui-tpa-text-field-main-text-color,--wix-color-5); --wix-ui-tpa-icon-button-icon-color-rgb: var(--wix-ui-tpa-text-field-main-text-color-rgb,--wix-color-5); --wix-ui-tpa-icon-button-icon-color-opacity: var(--wix-ui-tpa-text-field-main-text-color-opacity); border-radius: 20px; display: block; outline: 0px; }
.eH2sN1 .VNqHoH:focus, .eH2sN1 .VNqHoH:hover { background-color: transparent; opacity: 1; }
.eH2sN1.mWZAO8 .nMR3rf .QP_JWr::-webkit-input-placeholder, .eH2sN1.mWZAO8 .nMR3rf .QP_JWr::placeholder { color: rgb(var(--wix-ui-tpa-text-field-disabled-placeholder-color,var(--wix-color-29))); }
.nMR3rf input[type="number"]::-webkit-inner-spin-button, .nMR3rf input[type="number"]::-webkit-outer-spin-button { appearance: none; }
.nMR3rf input[type="number"] { appearance: textfield; }
.nMR3rf input { border-radius: var(--wix-ui-tpa-text-field-main-border-radius,0); }
.nMR3rf.hEt4wX input, .nMR3rf:hover input { border-radius: var(--wix-ui-tpa-text-field-hover-border-radius,1px); }
.frMeLG { --wut-error-color: rgb(var(--wix-ui-tpa-error-message-wrapper-error-color,223,49,49)); --wc-transparent: 0,0,0,0; }
.frMeLG:not(.Tl9lzL) { margin-bottom: var(--wix-ui-tpa-error-message-wrapper-min-message-height); }
.frMeLG.Tl9lzL { margin-bottom: calc(var(--wix-ui-tpa-error-message-wrapper-min-message-height, 28px) - 20px - 8px); }
.o62V_b { align-items: flex-start; background-color: rgb(var(--wix-ui-tpa-error-message-wrapper-background-color,var(--wc-transparent))); border-color: rgb(var(--wix-ui-tpa-error-message-wrapper-border-color,var(--wc-transparent))); border-radius: var(--wix-ui-tpa-error-message-wrapper-border-radius,4px); border-style: solid; border-width: var(--wix-ui-tpa-error-message-wrapper-border-width,0); color: var(--wut-error-color); display: flex; font-family: Madefor, "Helvetica Neue", Helvetica, Arial, メイリオ, meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; font-size: 14px; line-height: 1.4; margin-top: 8px; min-height: 20px; }
.rkxJi3 { flex-shrink: 0; margin-inline-end: 2px; }
.y8v6Gz { align-items: center; cursor: pointer; display: inline-flex; }
.y8v6Gz[disabled] { pointer-events: none; }
.oJ9wBc { border: none; display: inline-block; line-height: 0; margin: 0px; padding: 0px; text-decoration: none; }
.oJ9wBc.SamdBh, .oJ9wBc:hover { opacity: var(--wix-ui-tpa-icon-button-hover-opacity,.7); }
.YTzgxB svg { display: block; }
.N_9IDM .YTzgxB svg:not([fill="currentColor"]) path, .oJ9wBc.BBKGO9 .YTzgxB svg:not([fill="currentColor"]) path { stroke: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); fill: none; }
.oJ9wBc .YTzgxB svg[fill="currentColor"] { color: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); }
.oJ9wBc.BcEX0y { background-color: transparent; }
.VFN7sg { display: inline-block; position: relative; }
.MzRT9N { align-items: center; display: flex; }
.BHpo6g { padding-inline-end: 4px; white-space: nowrap; }
.PsPYLs, .baOcP8 { min-width: 0px; }
.r5FKvd { align-items: center; background: none; border: none; color: var(--text-color-secondary); cursor: pointer; display: flex; overflow: hidden; padding-inline-end: 4px; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.r5FKvd:active, .r5FKvd:hover { opacity: 0.7; }
.AMU7Ns { text-decoration: underline !important; }
.wP5Ge4 { text-align: center; }
.jP79PH { margin-inline-start: 4px; }
.XIiKpI { align-items: center; background: none; border: none; display: flex; }
.t0fpy3 { fill: var(--text-color); }
.im8KmB { background-color: var(--wc-backgroundColor) !important; width: 280px; }
.im8KmB.wZs8Yd { --wc-textColor: #202020; --wc-iconColor: #202020; --wc-backgroundColor: #fff; --wc-backgroundColorHover: #000; }
.im8KmB.mj1pVg { --wc-textColor: var(--text-color); --wc-iconColor: var(--icon-color); --wc-backgroundColor: var(--background-color); --wc-backgroundColorHover: var(--text-color); }
.im8KmB [data-part="item"] { z-index: 0; fill: var(--wc-iconColor) !important; color: var(--wc-textColor) !important; left: 0px !important; padding: 8px 12px !important; right: 0px !important; width: 100% !important; }
.im8KmB [data-part="item"]::before { content: ""; height: 100%; left: 0px; opacity: 0.06; position: absolute; top: 0px; width: 100%; z-index: -1; }
.im8KmB [data-part="item"]:focus::before, .im8KmB [data-part="item"]:hover::before { background-color: var(--wc-backgroundColorHover) !important; }
.im8KmB [data-part="item"]:focus, .im8KmB [data-part="item"]:hover { background-color: var(--wc-backgroundColor) !important; }
.im8KmB [data-part="item"] [data-part="content"], .im8KmB [data-part="item"] [data-part="text"] { color: var(--wc-textColor) !important; }
.AVLo5u { background-color: rgb(255, 255, 255); min-width: 220px; word-break: break-word; }
.yK_mgE { margin: 10px auto !important; width: calc(100% - 24px) !important; }
.yNyhfT { display: flex; position: relative; }
.bnFmKG { fill: var(--text-color); cursor: pointer; display: flex; }
.bnFmKG:active, .bnFmKG:hover { opacity: 0.7; }
.OAgXqR { inset-inline-end: 0px; z-index: 9; }
.llz5Hb { align-items: center; display: flex; flex-wrap: wrap; }
.CzVMVa { cursor: pointer; line-height: 1em; text-decoration: underline; }
.CzVMVa:active, .CzVMVa:hover { opacity: 0.7; }
.Mq1ifg { color: var(--secondary-button-text-color); }
.C5BAoo { color: var(--link-button-color); }
.K2Mu4L { display: block; }
.nfRGuU { align-items: center; display: flex; padding-inline-end: 4px; }
.TDg4Le { padding-inline-start: 4px; }
.cuIfGC { text-align: center; }
.MpFTSk { align-items: center; display: flex; height: 24px; }
.eCx2Au svg { display: inline-block; position: relative; transition: fill 0.25s; }
.eCx2Au .rLos9A { display: none; }
.eCx2Au.dBMLp2 svg { fill: currentcolor; stroke: none; opacity: 1; }
.eCx2Au.dBMLp2 .rLos9A { border: 3px solid currentcolor; border-radius: 100%; height: 24px; left: -5px; top: -7px; width: 24px; }
.eCx2Au.dBMLp2 .KhnpKa, .eCx2Au.dBMLp2 .rLos9A { display: inline-block; opacity: 0; position: absolute; }
.eCx2Au.dBMLp2 .KhnpKa { background-color: currentcolor; border-radius: 100%; height: 4px; left: 8px; top: 7px; width: 4px; }
.I9rBrq.eCx2Au.dBMLp2 svg { animation: 0.5s ease 0s 1 normal none running eZKTzD; }
.I9rBrq.eCx2Au.dBMLp2 .rLos9A { animation: 0.3s ease 0s 1 normal none running shzPcL; }
.I9rBrq.eCx2Au.dBMLp2 .KhnpKa { animation: 0.5s ease 0.1s 1 normal none running q6LTYl; }
.B6SHln, .FVp8ps, .OOOcV5, .iXyq5D { display: inline-block; height: 6px; left: 8px; position: absolute; top: 7px; width: 6px; }
.FVp8ps { transform: rotate(0deg); }
.iXyq5D { transform: rotate(144deg); }
.B6SHln { transform: rotate(216deg); }
.OOOcV5 { transform: rotate(288deg); }
@keyframes eZKTzD { 
  0% { transform: scale(0.1); }
  40% { transform: scale(1.3); }
  70% { transform: scale(0.9); }
  90% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
@keyframes shzPcL { 
  0% { opacity: 0.1; transform: scale(0.1); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.5); }
}
@keyframes q6LTYl { 
  0% { opacity: 0; transform: translateX(5px) scale(1); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translateX(17px) scale(0); }
}
.rDc8VN { --text-color: var(--wcrTextColor,rgb(var(--wix-color-5))); --content-font: var(--wcrContentFont,var(--wix-font-Body-M)); --active-vote-color: var(--wcrActiveVoteColor,rgb(var(--wix-color-8))); --background-color: var(--wcrBackgroundColor,rgb(var(--wix-color-1))); --action-text-color: var(--wcrActionTextColor,var(--text-color)); --action-font: var(--wcrActionFont,var(--content-font)); --action-font-size-desktop: var(--wcrActionFontSizeDesktop,"14px"); --action-font-size-mobile: var(--wcrActionFontSizeMobile,"12px"); --action-icon-color: var(--wcrActionIconColor,var(--text-color)); --text-color-secondary: var(--wcrTextSecondaryColor,rgb(var(--wix-color-4))); --title-font: var(--wcrTitleFont,var(--wix-font-Page-title)); --button-font: var(--wcrButtonFont,var(--wix-font-Body-M)); --button-text-color: var(--wcrButtonTextColor,rgb(var(--wix-color-1))); --button-text-color-secondary: var(--wcrSecondaryButtonTextColor,var(--wcButtonColor,rgb(var(--wix-color-8)))); }
.mjuO4d { align-items: center; background: none; border: none; cursor: pointer; display: flex; flex-direction: row; margin-inline-end: 16px; }
.mjuO4d .bNt7jf { font: var(--action-font); color: var(--action-text-color); line-height: ; font-size: var(--action-font-size-desktop) !important; }
.mjuO4d._6v27L8 .bNt7jf { font-size: var(--action-font-size-mobile) !important; }
.mjuO4d._aBLtY { cursor: default; }
.mjuO4d:not(.Y4uDNE):active, .mjuO4d:not(.Y4uDNE):hover { opacity: 0.7; }
.csVon3 { align-items: center; background: none; border: none; cursor: inherit; display: flex; height: 24px; justify-content: center; position: relative; transition: 0.3s ease-in; width: 26px; }
.mjuO4d.Y4uDNE .csVon3 { cursor: not-allowed; opacity: 0.6; pointer-events: none; }
.mjuO4d.Y4uDNE .csVon3 .SQXK2p { fill: none; }
.f8_7rM { align-items: center; display: flex; justify-content: center; width: 100%; }
.wfRWMN { height: 100%; width: 100%; color: var(--action-icon-color) !important; }
.bNt7jf { padding-inline-start: 4px; }
.X3Y3LF { display: inline-block; position: relative; }
.X3Y3LF._7dHk1 { display: block; width: 100%; }
.nB0U0D { background-color: rgb(255, 255, 255); border-color: rgb(0, 0, 0); border-radius: initial; border-style: solid; border-width: 1px; padding: initial; }
.Iea0XK { border-style: solid; height: 0px; margin: 5px; position: absolute; width: 0px; }
.FUvk24[data-placement*="right"].XSk6cc { padding-left: 5px; }
.FUvk24[data-placement*="right"].XSk6cc .Iea0XK { border-color: transparent rgb(0, 0, 0) transparent transparent; border-width: 5px 5px 5px 0px; left: -5px; margin-left: 5px; margin-right: 0px; }
.FUvk24[data-placement*="left"].XSk6cc { padding-right: 5px; }
.FUvk24[data-placement*="left"].XSk6cc .Iea0XK { border-color: transparent transparent transparent rgb(0, 0, 0); border-width: 5px 0px 5px 5px; margin-left: 0px; margin-right: 5px; right: -5px; }
.FUvk24[data-placement*="bottom"].XSk6cc { padding-top: 5px; }
.FUvk24[data-placement*="bottom"].XSk6cc .Iea0XK { border-color: transparent transparent rgb(0, 0, 0); border-width: 0px 5px 5px; margin-bottom: 0px; margin-top: 5px; top: -5px; }
.FUvk24[data-placement*="top"].XSk6cc { padding-bottom: 5px; }
.FUvk24[data-placement*="top"].XSk6cc .Iea0XK { border-color: rgb(0, 0, 0) transparent transparent; border-width: 5px 5px 0px; bottom: -5px; margin-bottom: 5px; margin-top: 0px; }
.X3Y3LF { --wc-reactions-fallback-color: 255,255,255,0.4; }
.X3Y3LF .nB0U0D { background-color: rgb(255, 255, 255); border: 0px; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.1) 0px 0px 4px 0px; max-width: 320px; min-height: 20px; min-width: 40px; padding: var(--wix-ui-tpa-popover-padding,20px); }
.X3Y3LF .FUvk24 .Iea0XK { border-color: transparent; }
.X3Y3LF.uA0uPt .FUvk24 .Iea0XK::after, .X3Y3LF.uA0uPt .FUvk24 .Iea0XK::before { background: transparent; inset: 0px; content: ""; position: absolute; transform: rotate(45deg); }
.X3Y3LF .FUvk24 .Iea0XK::before { z-index: -1; }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="right"] .Iea0XK::before { box-shadow: 5px -5px 0 6px rgb(var(--wix-ui-tpa-popover-border-color-rgb,var(--wst-primary-background-color-rgb,var(--wc-reactions-fallback-color))),calc(var(--wix-ui-tpa-popover-border-color-opacity, 1) * var(--wix-ui-tpa-popover-border-color-opacity, 1))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="right"] .Iea0XK::after { box-shadow: 5px -5px 0 5px rgb(var(--wix-ui-tpa-popover-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="left"] .Iea0XK::before { box-shadow: -5px 5px 0 6px rgb(var(--wix-ui-tpa-popover-border-color-rgb,var(--wst-primary-background-color-rgb,var(--wc-reactions-fallback-color))),calc(var(--wix-ui-tpa-popover-border-color-opacity, 1) * var(--wix-ui-tpa-popover-border-color-opacity, 1))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="left"] .Iea0XK::after { box-shadow: -5px 5px 0 5px rgb(var(--wix-ui-tpa-popover-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="top"] .Iea0XK::before { box-shadow: -5px -5px 0 6px rgb(var(--wix-ui-tpa-popover-border-color-rgb,var(--wst-primary-background-color-rgb,var(--wc-reactions-fallback-color))),calc(var(--wix-ui-tpa-popover-border-color-opacity, 1) * var(--wix-ui-tpa-popover-border-color-opacity, 1))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="top"] .Iea0XK::after { box-shadow: -5px -5px 0 5px rgb(var(--wix-ui-tpa-popover-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="bottom"] .Iea0XK::before { box-shadow: 5px 5px 0 6px rgb(var(--wix-ui-tpa-popover-border-color-rgb,var(--wst-primary-background-color-rgb,var(--wc-reactions-fallback-color))),calc(var(--wix-ui-tpa-popover-border-color-opacity, 1) * var(--wix-ui-tpa-popover-border-color-opacity, 1))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="bottom"] .Iea0XK::after { box-shadow: 5px 5px 0 5px rgb(var(--wix-ui-tpa-popover-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))); }
.X3Y3LF .FUvk24[data-placement*="right"] .Iea0XK { border-right-color: rgb(255, 255, 255); }
.X3Y3LF .FUvk24[data-placement*="left"] .Iea0XK { border-left-color: rgb(255, 255, 255); }
.X3Y3LF .FUvk24[data-placement*="bottom"] .Iea0XK { border-bottom-color: rgb(255, 255, 255); }
.X3Y3LF .FUvk24[data-placement*="top"] .Iea0XK { border-top-color: rgb(255, 255, 255); }
.X3Y3LF.uA0uPt .nB0U0D { background-color: rgb(var(--wix-ui-tpa-popover-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))); border-color: rgb(var(--wix-ui-tpa-popover-border-color-rgb,var(--wst-primary-background-color-rgb,255,255,255)),calc(var(--wix-ui-tpa-popover-border-color-opacity, 1) * var(--wix-ui-tpa-popover-border-color-opacity, .4))); border-radius: var(--wix-ui-tpa-popover-border-radius,0); border-style: solid; border-width: 1px; padding: var(--wix-ui-tpa-popover-padding,20px); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="right"] .Iea0XK { border-right-color: rgb(var(--wix-ui-tpa-popover-background-color-rgb,var(--wst-primary-background-color-rgb,var(--wix-color-1))),calc(var(--wix-ui-tpa-popover-background-color-opacity, 1) * var(--wix-ui-tpa-popover-border-color-opacity, 1))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="left"] .Iea0XK { border-left-color: rgb(var(--wix-ui-tpa-popover-background-color-rgb,var(--wst-primary-background-color-rgb,var(--wix-color-1))),calc(var(--wix-ui-tpa-popover-background-color-opacity, 1) * var(--wix-ui-tpa-popover-border-color-opacity, 1))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="bottom"] .Iea0XK { border-bottom-color: rgb(var(--wix-ui-tpa-popover-background-color-rgb,var(--wst-primary-background-color-rgb,var(--wix-color-1))),calc(var(--wix-ui-tpa-popover-background-color-opacity, 1) * var(--wix-ui-tpa-popover-border-color-opacity, 1))); }
.X3Y3LF.uA0uPt .FUvk24[data-placement*="top"] .Iea0XK { border-top-color: rgb(var(--wix-ui-tpa-popover-background-color-rgb,var(--wst-primary-background-color-rgb,var(--wix-color-1))),calc(var(--wix-ui-tpa-popover-background-color-opacity, 1) * var(--wix-ui-tpa-popover-border-color-opacity, 1))); }
.X3Y3LF.vJFPgi { --wix-ui-tpa-popover-background-color: 255,255,255,1; --wix-ui-tpa-popover-background-color-rgb: 255,255,255; --wix-ui-tpa-popover-background-color-opacity: 1; --wix-ui-tpa-popover-border-color: 255,255,255,1; --wix-ui-tpa-popover-border-color-rgb: 255,255,255; --wix-ui-tpa-popover-border-color-opacity: 1; --wix-ui-tpa-popover-padding: calc(0 * 1px); }
.X3Y3LF.zvyZAm { --wix-ui-tpa-popover-background-color: 0,0,0,1; --wix-ui-tpa-popover-background-color-rgb: 0,0,0; --wix-ui-tpa-popover-background-color-opacity: 1; --wix-ui-tpa-popover-border-color: 255,255,255,1; --wix-ui-tpa-popover-border-color-rgb: 255,255,255; --wix-ui-tpa-popover-border-color-opacity: 1; --wix-ui-tpa-popover-padding: calc(0 * 1px); }
.X3Y3LF .nB0U0D { border-color: rgba(255, 255, 255, 0.3) !important; }
.cVTPzg { --wc-reactions-wix-ui-tpa-text-button-background-color-internal: rgb(var(--wix-ui-tpa-text-button-background-color)); --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 1.5em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); background-color: var(--wc-reactions-wix-ui-tpa-text-button-background-color-internal,transparent); border: none; font-family: var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); font-style: var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); padding: 0px; text-decoration: var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); }
.cVTPzg.X6IXPu.Pr6Q9O, .cVTPzg:active.Pr6Q9O, .cVTPzg:hover.Pr6Q9O { --wst-paragraph-2-overriden-font-text-decoration: underline; --wst-paragraph-2-overriden-font-line-height: 1.5em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)))); text-decoration: var(--wc-reactions-wix-ui-tpa-button-hover-text-font-text-decoration,underline); }
.cVTPzg.RYh94v { --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 1.44em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); font-family: var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); font-style: var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); text-decoration: var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); }
.cVTPzg.RYh94v.X6IXPu.Pr6Q9O, .cVTPzg.RYh94v:active.Pr6Q9O, .cVTPzg.RYh94v:hover.Pr6Q9O { --wst-paragraph-2-overriden-font-text-decoration: underline; --wst-paragraph-2-overriden-font-line-height: 1.44em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); }
.cVTPzg.RYh94v.Skjrwq.X6IXPu.Pr6Q9O, .cVTPzg.RYh94v.Skjrwq:active.Pr6Q9O, .cVTPzg.RYh94v.Skjrwq:hover.Pr6Q9O, .cVTPzg.RYh94v.X6IXPu.Pr6Q9O, .cVTPzg.RYh94v.fY4Eqh.X6IXPu.Pr6Q9O, .cVTPzg.RYh94v.fY4Eqh:active.Pr6Q9O, .cVTPzg.RYh94v.fY4Eqh:hover.Pr6Q9O, .cVTPzg.RYh94v:active.Pr6Q9O, .cVTPzg.RYh94v:hover.Pr6Q9O { font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)))); text-decoration: var(--wc-reactions-wix-ui-tpa-button-hover-text-font-text-decoration,underline); }
.cVTPzg.RYh94v.Skjrwq.X6IXPu.Pr6Q9O, .cVTPzg.RYh94v.Skjrwq:active.Pr6Q9O, .cVTPzg.RYh94v.Skjrwq:hover.Pr6Q9O, .cVTPzg.RYh94v.fY4Eqh.X6IXPu.Pr6Q9O, .cVTPzg.RYh94v.fY4Eqh:active.Pr6Q9O, .cVTPzg.RYh94v.fY4Eqh:hover.Pr6Q9O { --wst-paragraph-2-overriden-font-text-decoration: none; --wst-paragraph-2-overriden-font-line-height: 1.44em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); }
.cVTPzg.zQIhqH { color: rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-links-and-actions-color-rgb,var(--wix-color-8)))); }
.cVTPzg.zQIhqH.X6IXPu:not(.Pr6Q9O), .cVTPzg.zQIhqH:active:not(.Pr6Q9O), .cVTPzg.zQIhqH:hover:not(.Pr6Q9O) { color: rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-8)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1) * .7)); }
.cVTPzg.Skjrwq.X6IXPu.Pr6Q9O, .cVTPzg.Skjrwq:active.Pr6Q9O, .cVTPzg.Skjrwq:hover.Pr6Q9O, .cVTPzg.fY4Eqh.X6IXPu.Pr6Q9O, .cVTPzg.fY4Eqh:active.Pr6Q9O, .cVTPzg.fY4Eqh:hover.Pr6Q9O { --wst-paragraph-2-overriden-font-text-decoration: none; --wst-paragraph-2-overriden-font-line-height: 1.5em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); font-family: var(--wix-ui-tpa-button-hover-text-font-family,var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family)))); font-size: var(--wix-ui-tpa-button-hover-text-font-size,var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size)))); font-style: var(--wix-ui-tpa-button-hover-text-font-style,var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style)))); font-variant: var(--wix-ui-tpa-button-hover-text-font-variant,var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant)))); font-weight: var(--wix-ui-tpa-button-hover-text-font-weight,var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight)))); line-height: var(--wix-ui-tpa-button-hover-text-font-line-height,var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height)))); text-decoration: var(--wc-reactions-wix-ui-tpa-button-hover-text-font-text-decoration,underline); }
.cVTPzg.FPNGpy { color: rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); }
.cVTPzg.FPNGpy.X6IXPu:not(.Pr6Q9O), .cVTPzg.FPNGpy:active:not(.Pr6Q9O), .cVTPzg.FPNGpy:hover:not(.Pr6Q9O) { color: rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1) * .7)); }
.cVTPzg.fY4Eqh { color: rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); text-decoration: underline; }
.cVTPzg.fY4Eqh.X6IXPu:not(.Pr6Q9O), .cVTPzg.fY4Eqh:active:not(.Pr6Q9O), .cVTPzg.fY4Eqh:hover:not(.Pr6Q9O) { color: rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1) * .7)); }
.cVTPzg.Skjrwq { color: rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-links-and-actions-color-rgb,var(--wix-color-8)))); text-decoration: underline; }
.cVTPzg.Skjrwq.X6IXPu:not(.Pr6Q9O), .cVTPzg.Skjrwq:active:not(.Pr6Q9O), .cVTPzg.Skjrwq:hover:not(.Pr6Q9O) { color: rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-8)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1) * .7)); }
.cVTPzg.FPNGpy.TVCzeW, .cVTPzg.fY4Eqh.TVCzeW, .cVTPzg.zQIhqH.TVCzeW { color: rgb(var(--wst-system-disabled-color-rgb,var(--wix-color-29))); }
.mvgXs7 svg { height: 1.5em; margin: -0.375em 0px; width: 1.5em; }
.mvgXs7 svg:not([fill="currentColor"]) path { stroke: currentcolor; fill: none; }
.fa3VWn::before, .vGILpF::after { content: ""; display: inline-block; height: 1px; width: 4px; }
.Rqg1K7, .cVTPzg { display: flex; }
.cVTPzg, .gzO75x { align-items: center; background: none; border: none; color: inherit; cursor: pointer; padding: 0px; }
.Rqg1K7:not(.unK3pe) .gzO75x { clip: rect(1px, 1px, 1px, 1px) !important; border: 0px !important; clip-path: inset(50%) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0px !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
#SITE_CONTAINER.focus-ring-active .Rqg1K7.unK3pe .gzO75x { display: flex; }
.cVTPzg, .cVTPzg.RYh94v { font-family: var(--wix-font-Body-M-family); font-size: 16px; font-style: var(--wix-font-Body-M-style); font-variant: var(--wix-font-Body-M-variant); font-weight: var(--wix-font-Body-M-weight); line-height: 24px; text-decoration: var(--wix-font-Body-M-text-decoration); }
.cVTPzg .a2cECN { align-items: center; display: flex; height: 1.5em; justify-content: center; margin-inline-end: 4px; width: 1.5em; }
.cVTPzg .a2cECN::after { height: 0px; width: 0px; }
.cVTPzg .a2cECN svg { flex: 1 1 0%; height: 100%; margin: 0px; }
.Rqg1K7.S3noHU .cVTPzg .a2cECN svg { flex: 0 0 1em; }
.Rqg1K7.S3noHU.wBdaxI .lNDlrp { color: rgb(245, 89, 45); }
.Rqg1K7.S3noHU.kBe2OS .lNDlrp { color: rgb(255, 205, 0); }
.Rqg1K7.S3noHU.vYwqRV .cVTPzg .a2cECN svg { animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal both running ZnOb4j; }
@keyframes ZnOb4j { 
  0% { transform: scale(0.5); }
  100% { transform: scale(1); }
}
.P3WJyr { display: flex; flex-direction: row; font-family: var(--wix-font-Body-M-family); font-size: 12px; font-style: var(--wix-font-Body-M-style); font-variant: var(--wix-font-Body-M-variant); font-weight: var(--wix-font-Body-M-weight); line-height: 1.4; padding: 4px 12px; position: relative; text-decoration: var(--wix-font-Body-M-text-decoration); }
.ZVhyWt { align-items: center; cursor: pointer; display: flex; height: 44px; justify-content: center; margin-inline-start: 1px; width: 44px; }
.ZVhyWt:first-child { margin: 0px; }
#SITE_CONTAINER.focus-ring-active .ZVhyWt.S3noHU .px7Lyh, #SITE_CONTAINER.focus-ring-active .ZVhyWt:focus .px7Lyh, .ZVhyWt:hover .px7Lyh { display: flex; }
#SITE_CONTAINER.focus-ring-active .ZVhyWt:focus .BaGuWS, .ZVhyWt:hover .BaGuWS { transform: scale(1.3333); }
#SITE_CONTAINER.focus-ring-active .ZVhyWt:focus .BaGuWS { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgb(17, 109, 255) 0px 0px 0px 3px !important; z-index: 999; }
.BaGuWS { height: 24px; transition: 0.1s ease-out; width: 24px; }
.BaGuWS svg { vertical-align: middle; }
.px7Lyh { align-items: center; background: rgba(0, 0, 0, 0.6); border-radius: 12px; color: rgb(255, 255, 255); display: none; font-size: 12px; height: 20px; padding: 0px 12px; top: -26px; white-space: nowrap; }
.FUvk24, .px7Lyh { position: absolute; }
.FUvk24 { bottom: 100%; inset-inline-start: -10px; margin-bottom: 4px; z-index: var(--wst-reactions-popover-z-index,100); }
.TVCzeW { opacity: 0.4; }
.TVCzeW .ZVhyWt, .TVCzeW .cVTPzg { cursor: not-allowed; }
@media (prefers-reduced-motion: reduce) {
  .BaGuWS, .Rqg1K7.S3noHU.vYwqRV .a2cECN svg { animation: auto ease 0s 1 normal none running none; transition: none; }
}
.WfXA6c { align-items: center; display: flex; }
.VTjdSD { font: var(--action-font); color: var(--action-text-color); line-height: ; margin-inline-end: 16px; font-size: var(--action-font-size-desktop) !important; }
.VTjdSD.BAn3Zr { font-size: var(--action-font-size-mobile) !important; }
.VTjdSD.Nn2Z00 { cursor: not-allowed; opacity: 0.6; pointer-events: none; }
.VTjdSD [data-part="popoverElement"] span { color: var(--action-text-color); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; line-height: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; font-size: var(--action-font-size-desktop) !important; }
.VTjdSD.BAn3Zr [data-part="popoverElement"] span { font-size: var(--action-font-size-mobile) !important; }
.VTjdSD:hover [data-part="trigger"] { opacity: 0.7; }
.VTjdSD [data-part="trigger"] svg { height: 26px; width: 26px; }
.VTjdSD.ARi4Of [data-part="trigger"] svg { height: 20px; width: 26px; flex-grow: 1 !important; }
.q7t78B { height: 26px; width: 26px; }
.VTjdSD [data-part="trigger"] .q7t78B { height: 20px; width: 26px; }
.VTjdSD [data-part="trigger"] span { width: auto; }
.VTjdSD.TS5Hhr:not(.ARi4Of) [data-part="trigger"] svg, .VTjdSD.x7T8Pm.ARi4Of [data-part="trigger"] svg { margin-bottom: 3px; }
.VTjdSD:not(.ARi4Of) [data-part="trigger"] svg { color: var(--action-icon-color); }
.VTjdSD.orK9Kf:not(.ARi4Of) [data-part="trigger"] svg { color: var(--action-icon-color) !important; }
.DvFvrD { clip: rect(1px, 1px, 1px, 1px) !important; border: 0px !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0px !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
.j6l48u { fill: transparent; cursor: pointer; display: flex; height: 24px; }
.j6l48u:hover { opacity: 0.7; }
.j6l48u._cRG9F:not(.HZoXOC) { transition: fill 0.15s ease-in; }
.j6l48u.HZoXOC._cRG9F { animation: 0.15s ease-out 0s 1 normal none running wOJJcl; }
.j6l48u._baUbv { cursor: not-allowed; }
@keyframes wOJJcl { 
  0% { transform: scale(1); }
  10% { transform: scale(0.5); }
  80% { transform: scale(1.1); }
  90% { transform: scale(0.9); }
  100% { transform: scale(1); }
}
.cWDLct { align-items: center; display: flex; flex-direction: row; }
.cWDLct.uL_eyv { opacity: 0.6; }
.P1F4yV { min-width: calc(1em + 8px); text-align: center; }
.q1BDnF { stroke: var(--comment-action-icon-color); }
.q1BDnF.Bvkz88 { fill: var(--active-vote-color); stroke: var(--active-vote-color); }
.tJJcrC { position: relative; }
.rSHq0C, .tJJcrC { height: 100%; width: 100%; }
.rSHq0C { background-color: rgba(134, 138, 165, 0.2); border-radius: 2px; inset: 0px; position: absolute; z-index: 1; }
.iANdt5 { animation: 1.2s ease-in-out 0s infinite normal none running iANdt5; }
.qeaj8z { opacity: 1; transition: opacity 0.3s ease-out; }
.LzmJ_y, .dGwDCN { opacity: 0; }
.LzmJ_y { pointer-events: none; }
.LT7Lyw, .LzmJ_y { animation: 0.3s ease-out 0s 1 normal none running aCvHeb; }
.LT7Lyw { animation-direction: reverse; opacity: 1; }
@keyframes iANdt5 { 
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@keyframes aCvHeb { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.LXPut3 { --wcrTextColor: var(--comment-action-text-color); --wcrContentFont: var(--comment-action-font); --wcrActiveVoteColor: var(--active-vote-color); --wcrBackgroundColor: var(--background-color); --wcrActionTextColor: var(--comment-action-text-color); --wcrActionFont: var(--comment-action-font); --wcrActionFontSizeDesktop: var(--comment-action-font-size-desktop); --wcrActionFontSizeMobile: var(--comment-action-font-size-mobile); --wcrActionIconColor: var(--comment-action-icon-color); }
.M_zE0s { align-items: center; display: flex; flex-flow: wrap; gap: 16px; justify-content: space-between; }
.M_zE0s.nRNH0z .FSp6Ue, .M_zE0s.nRNH0z .tdzMRi { font-size: var(--comment-action-font-size-mobile) !important; }
.Qd8f4I { align-items: center; background: none; border: none; cursor: pointer; display: flex; flex-direction: row; }
.Qd8f4I.XLciKf { cursor: default; }
.l1Xmah:active, .l1Xmah:hover { opacity: 0.7; }
.tdzMRi { padding-inline-start: 4px; }
.iH4zjG { align-items: center; display: flex; }
.FSp6Ue { margin-inline-end: 16px; }
.FSp6Ue, .tdzMRi { color: var(--comment-action-text-color); font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; line-height: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; font-size: var(--comment-action-font-size-desktop) !important; }
.SWTR6y { color: var(--comment-action-icon-color); }
.OYv0_a, .yXdKbe { margin-inline-end: 16px; }
.tYKOdl { align-items: center; display: flex; flex-direction: row; }
.wc-app-desktop .hUiMCl.x27IwH { padding-inline-start: var(--reply-padding); }
.aVFv2V { --wix-ui-tpa-button-main-text-color: var(--secondary-button-text-color); --wix-ui-tpa-button-main-text-color-rgb: var(--secondary-button-text-color-rgb); --wix-ui-tpa-button-main-text-color-opacity: var(--secondary-button-text-color-opacity); align-self: center; background: none; display: flex; border: none !important; }
.aVFv2V:active, .aVFv2V:hover { opacity: 0.7; }
.aVFv2V [data-part="content"] { align-items: center; display: flex; }
.I1vp1_ { --wst-spinner-color: var(--secondary-button-text-color); margin-inline-start: 8px; }
.szCIcV { width: 25px; }
.C3COxe { border-color: var(--separator-color); border-inline-start-style: solid; border-inline-start-width: 1px; display: flex; flex-direction: column; margin-block-end: 20px; margin-block-start: calc(var(--comment-list-spacing) + 4px); margin-inline-end: 0px; margin-inline-start: var(--reply-list-start-padding-desktop); }
.C3COxe.N7mfon { margin-inline-start: var(--reply-list-start-padding-mobile); }
.dOFWIq { margin-block: 20px 4px; margin-inline-start: 48px; align-self: start !important; padding: 0px !important; transition: padding 0.3s ease-out !important; }
.dOFWIq.N7mfon { margin-inline-start: 20px; }
.dOFWIq:not(.N7mfon).I4YUoZ { border-inline-start-style: solid !important; border-inline-start-width: 1px !important; padding-inline-start: 16px !important; }
.ixCSPV { padding-inline: 16px 0px !important; padding-bottom: 20px !important; padding-top: 0px !important; }
.WwKGfn, .ixCSPV { align-self: start !important; }
.WwKGfn { padding-inline: 16px 0px !important; padding-bottom: 0px !important; padding-top: 20px !important; }
.nvorZD { border-block-end-color: var(--comment-list-separator-color) !important; margin-block-end: var(--comment-list-spacing) !important; margin-block-start: 16px !important; margin-inline-start: var(--reply-padding) !important; width: calc(100% - var(--reply-padding)) !important; }
.nvorZD.N7mfon { margin-inline-start: 20px !important; width: calc(100% - 40px) !important; }
.nvorZD.F3mS2P { margin-block-start: 0px !important; }
.nvorZD.e7zH1x { margin-block-end: 0px !important; }
.wc-app-mobile .OyK2g1 { padding: 0px 16px; }
.j51N3O { display: flex; flex-direction: column; }
.j51N3O.fbnLAz, .j51N3O.fbnLAz .NiA1Ty { margin: 0px !important; }
.NiA1Ty { margin: 16px 0px; }
.j51N3O._DMLaW > :last-child { padding-bottom: 0px !important; }
.j51N3O._DMLaW > .NiA1Ty > :last-child, .j51N3O._DMLaW > .NiA1Ty > :last-child > button, .j51N3O._DMLaW > :last-child { margin-block-end: 0px !important; }
.mjsfSN { margin-block-end: 16px; }
.doTRDZ { margin-block-start: 16px; }
.doTRDZ, .mjsfSN { margin-inline-start: 25px; padding: 0px !important; }
.j51N3O.n38L3x .doTRDZ, .j51N3O.n38L3x .mjsfSN { align-self: flex-start; margin-inline: 20px 0px; }
.cPa4v9 { border-block-end-color: var(--comment-list-separator-color) !important; margin-block-end: 16px !important; margin-block-start: var(--comment-list-spacing) !important; }
.cPa4v9:not(.n38L3x) { margin-inline-start: var(--comment-padding) !important; width: calc(100% - var(--comment-padding)) !important; }
.cPa4v9.jQNHnI { margin-block-start: 0px !important; }
.cPa4v9.HBFSWX { margin-block-end: 0px !important; }
.k5WgoT { margin-bottom: 36px !important; }
.zjBg63.oglnq4 .k5WgoT { margin-bottom: 20px !important; }
.zjBg63.flDlYN .k5WgoT { margin-bottom: 4px !important; }
.NDmy4d, .SeUuKf { padding-bottom: 8px !important; }
.zjBg63.oglnq4 .NDmy4d, .zjBg63.oglnq4 .SeUuKf { padding-top: 0px; padding-right: 20px; padding-left: 20px; padding-bottom: 4px !important; }
.zjBg63.HUMn5w .NDmy4d, .zjBg63.HUMn5w .SeUuKf { margin-top: 28px; }
.zjBg63.oglnq4.HUMn5w .NDmy4d, .zjBg63.oglnq4.HUMn5w .SeUuKf { margin-top: 12px; }
.jlJ5bb { margin-top: 16px; width: fit-content; }
.zjBg63.oglnq4 .jlJ5bb { padding: 0px 20px; }
.ZDGXBj { align-items: center; display: flex; flex-direction: column; margin-top: 32px; }
.wc-app-mobile .ZDGXBj { margin-top: 16px; }
.pdOtij { margin-bottom: 4px; }
.dP0SY8 { margin-bottom: 0px; }
.U6SWkB { align-items: center; background-clip: padding-box; background-color: var(--box-background-color); border: var(--box-border-width) solid var(--box-border-color); border-radius: var(--box-corner-radius); display: flex; flex-direction: row; justify-content: center; padding: 20px; }
.TZTbBe { font: var(--placeholder-font); color: var(--placeholder-text-color); line-height: ; font-size: 16px !important; }
.U6SWkB.xnWlu5 .TZTbBe { font-size: 14px !important; }
.fiCO_J { fill: var(--placeholder-text-color); margin-inline-end: 8px; min-width: 16px; }
.j83U4N { display: inline-block; position: relative; }
.sP3Ntz { background-color: rgb(255, 255, 255); border-color: rgb(0, 0, 0); border-radius: initial; border-style: solid; border-width: 1px; padding: initial; }
.ld8yDe { cursor: pointer; }
.ld8yDe.Sb4thi { background-color: rgb(211, 211, 211); }
.ld8yDe.FDFCHb { background-color: gray; }
.ld8yDe.FDFCHb.Sb4thi { background-color: dimgray; }
.iMmZlc, .vWUT7N { outline: 0px; }
.vWUT7N { max-height: 260px; overflow: auto; position: relative; }
.LK47sF .ks4dah { min-width: 100%; }
.H1fUEt { align-items: center; cursor: pointer; display: inline-flex; }
.H1fUEt[disabled] { pointer-events: none; }
.At6Abn { --wc-wix-ui-tpa-text-button-background-color-internal: rgb(var(--wix-ui-tpa-text-button-background-color)); --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 1.5em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); background-color: var(--wc-wix-ui-tpa-text-button-background-color-internal,transparent); border: none; padding: 0px; text-decoration: none; }
.At6Abn, .At6Abn.S7Do3J { font-family: var(--wix-ui-tpa-text-button-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-text-button-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); font-style: var(--wix-ui-tpa-text-button-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-text-button-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-text-button-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-text-button-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); text-decoration: var(--wix-ui-tpa-text-button-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); }
.At6Abn.S7Do3J { --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 1.44em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 14px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); }
.At6Abn.M0X4W5 { color: rgb(var(--wix-ui-tpa-text-button-main-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))); }
.At6Abn.M0X4W5.yp031g:not(.aNwLyu), .At6Abn.M0X4W5:active:not(.aNwLyu), .At6Abn.M0X4W5:hover:not(.aNwLyu) { color: rgb(var(--wix-ui-tpa-text-button-main-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-text-button-main-text-color-opacity, 1) * .7)); }
.kG3OlW { --wc-primary-color: rgb(var(--wix-ui-tpa-text-main-text-color,var(--wix-color-5))); --wc-secondary-color: rgb(var(--wix-ui-tpa-text-main-text-color,var(--wix-color-4))); }
.kG3OlW.AgJmyR { color: var(--wut-text-color,var(--wc-primary-color)); }
.kG3OlW.pcbAHq { font-size: var(--wix-ui-tpa-text-main-text-font-size,16px); line-height: var(--wix-ui-tpa-text-main-text-font-line-height,1.5em); }
.kG3OlW.LUTqaF.pcbAHq, .kG3OlW.pcbAHq { font-family: var(--wix-ui-tpa-text-main-text-font-family,var(--wix-font-Body-M-family)); font-style: var(--wix-ui-tpa-text-main-text-font-style,var(--wix-font-Body-M-style)); font-variant: var(--wix-ui-tpa-text-main-text-font-variant,var(--wix-font-Body-M-variant)); font-weight: var(--wix-ui-tpa-text-main-text-font-weight,var(--wix-font-Body-M-weight)); text-decoration: var(--wix-ui-tpa-text-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration)); }
.kG3OlW.LUTqaF.pcbAHq { font-size: var(--wix-ui-tpa-text-main-text-font-size,14px); line-height: var(--wix-ui-tpa-text-main-text-font-line-height,1.42em); }
#SITE_CONTAINER.focus-ring-active .qvQxxg.oEoS96 { box-shadow: rgb(17, 109, 255) 0px 0px 0px 2px inset, rgb(255, 255, 255) 0px 0px 0px 3px inset; z-index: 999; }
.qvQxxg { box-sizing: border-box; display: flex; padding-bottom: var(--wix-ui-tpa-dropdown-option-vertical-padding,8px); padding-inline-end: 12px; padding-top: var(--wix-ui-tpa-dropdown-option-vertical-padding,8px); padding-inline-start: var(--wix-ui-tpa-dropdown-option-padding-inline-start,12px); width: 100%; }
.gLMvub { flex-grow: 1; width: 0px; }
.P6kbJk { --wix-ui-tpa-text-main-text-color: var(--wix-ui-tpa-dropdown-option-main-title-text-color,var(--wix-color-5)); --wix-ui-tpa-text-main-text-color-rgb: var(--wix-ui-tpa-dropdown-option-main-title-text-color-rgb,var(--wix-color-5)); --wix-ui-tpa-text-main-text-color-opacity: var(--wix-ui-tpa-dropdown-option-main-title-text-color-opacity); --wix-ui-tpa-text-main-text-font-text-decoration: var(--wix-ui-tpa-dropdown-option-main-title-text-font-text-decoration,var(--wix-font-Body-M-text-decoration)); --wix-ui-tpa-text-main-text-font-line-height: var(--wix-ui-tpa-dropdown-option-main-title-text-font-line-height,1.5); --wix-ui-tpa-text-main-text-font-family: var(--wix-ui-tpa-dropdown-option-main-title-text-font-family,var(--wix-font-Body-M-family)); --wix-ui-tpa-text-main-text-font-size: var(--wix-ui-tpa-dropdown-option-main-title-text-font-size,16px); --wix-ui-tpa-text-main-text-font-style: var(--wix-ui-tpa-dropdown-option-main-title-text-font-style,var(--wix-font-Body-M-style)); --wix-ui-tpa-text-main-text-font-variant: var(--wix-ui-tpa-dropdown-option-main-title-text-font-variant,var(--wix-font-Body-M-variant)); --wix-ui-tpa-text-main-text-font-weight: var(--wix-ui-tpa-dropdown-option-main-title-text-font-weight,var(--wix-font-Body-M-weight)); display: block; overflow: hidden; padding-inline-end: var(--wix-ui-tpa-dropdown-option-title-padding-inline-end,12px); padding-inline-start: var(--wix-ui-tpa-dropdown-option-title-padding-inline-start,12px); }
.qvQxxg.ZvcVhL .P6kbJk { white-space: normal; }
.c1atcu { height: var(--wix-ui-tpa-dropdown-main-dropdown-height,42px); min-width: 68px; width: 100%; }
.cwAtqL { border-radius: var(--wix-ui-tpa-dropdown-main-border-radius,0); box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px 0px, rgba(0, 0, 0, 0.1) 0px 0px 4px 0px; box-sizing: border-box; margin-left: 1px; max-width: 100%; overflow: hidden; background-color: rgb(var(--wix-ui-tpa-dropdown-main-dropdown-background-color,var(--wst-primary-background-color-rgb,var(--wix-color-1)))) !important; border: 1px solid rgb(var(--wix-ui-tpa-dropdown-main-item-text-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-dropdown-main-item-text-color-opacity, 1) * .4)) !important; }
.c1atcu .xmcfu1 { padding-bottom: var(--wix-ui-tpa-dropdown-content-vertical-padding,12px); padding-left: var(--wix-ui-tpa-dropdown-content-horizontal-padding,0); padding-right: var(--wix-ui-tpa-dropdown-content-horizontal-padding,0); padding-top: var(--wix-ui-tpa-dropdown-content-vertical-padding,12px); }
.c1atcu .xmcfu1 .zgdLvL.Sb4thi { background-color: rgb(var(--wix-ui-tpa-dropdown-main-item-text-color-rgb,var(--wix-color-5)),calc(var(--wix-ui-tpa-dropdown-main-item-text-color-opacity, 1) * .06)); }
.c1atcu .xmcfu1 .zgdLvL.FDFCHb { background-color: rgb(var(--wix-ui-tpa-dropdown-main-item-text-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-dropdown-main-item-text-color-opacity, 1) * .12)); }
.c1atcu .xmcfu1 .zgdLvL.Sb4thi.FDFCHb { background-color: rgb(var(--wix-ui-tpa-dropdown-main-item-text-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-dropdown-main-item-text-color-opacity, 1) * .16)); }
.zW6KvQ { cursor: pointer; }
.lb7e4H { flex-shrink: 0; height: 1.5em; margin: 0px 0.25em; width: 1.5em; }
.EocjDQ { box-sizing: border-box; cursor: pointer; outline: none; padding: 8px 0px; transition: none; }
.EocjDQ, .MD6RdH { display: flex; width: 100%; }
.MD6RdH { align-items: center; }
.y9aAC0 { display: flex; overflow: hidden; }
.QfSyz7 { cursor: pointer; display: flex; }
.QfSyz7, .XXZMfN { text-overflow: ellipsis; white-space: nowrap; }
.XXZMfN { flex: 1 1 0px; min-width: 0px; overflow: hidden; }
.QfSyz7::after { content: ""; width: 4px; }
.EocjDQ .pmnq8e { flex: 1 1 0%; max-width: 100%; text-align: start; }
.zW6KvQ.v8SXgi { position: relative; }
.zW6KvQ:not(.CDmAu5).v8SXgi { display: inline-block; }
.zW6KvQ.v8SXgi select { appearance: none; background-color: transparent; border: none; color: transparent; cursor: pointer; height: 100%; left: 0px; min-width: 0px; outline: none; position: absolute; top: 0px; width: 100%; }
.zW6KvQ .MD6RdH { font-family: var(--wix-ui-tpa-floating-dropdown-base-main-text-font-family,var(--wix-font-Body-M-family)); font-size: var(--wix-ui-tpa-floating-dropdown-base-main-text-font-size,16px); font-style: var(--wix-ui-tpa-floating-dropdown-base-main-text-font-style,var(--wix-font-Body-M-style)); font-variant: var(--wix-ui-tpa-floating-dropdown-base-main-text-font-variant,var(--wix-font-Body-M-variant)); font-weight: var(--wix-ui-tpa-floating-dropdown-base-main-text-font-weight,var(--wix-font-Body-M-weight)); line-height: var(--wix-ui-tpa-floating-dropdown-base-main-text-font-line-height,1.5em); text-decoration: var(--wix-ui-tpa-floating-dropdown-base-main-text-font-text-decoration,var(--wix-font-Body-M-text-decoration)); }
.zW6KvQ .MD6RdH, .zW6KvQ .lb7e4H { color: rgb(var(--wix-ui-tpa-floating-dropdown-base-main-text-color,var(--wix-color-5))); }
.zW6KvQ:not(.lCzhvd):hover .MD6RdH .lb7e4H, .zW6KvQ:not(.lCzhvd):hover .MD6RdH .y9aAC0 { color: rgb(var(--wix-ui-tpa-floating-dropdown-base-main-text-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))),calc(var(--wix-ui-tpa-floating-dropdown-base-main-text-color-opacity, 1) * .7)); }
.bNgALz { --wc-minWidth: 220px; }
.bNgALz .c1atcu { max-width: 100%; min-width: var(--wc-minWidth); }
.bNgALz .c1atcu.__prhZ .AAIlVY .lb7e4H { transform: rotate(180deg); }
.bNgALz .c1atcu.__prhZ .AAIlVY { background: transparent; }
.LnINVG .c1atcu { width: auto; }
.bNgALz .c1atcu .xmcfu1 { background-color: rgb(var(--wix-ui-tpa-floating-dropdown-main-dropdown-background-color,var(--wix-color-1))); }
.bNgALz .c1atcu .xmcfu1 .zgdLvL.Sb4thi { background-color: rgb(var(--wix-ui-tpa-floating-dropdown-main-item-text-color-rgb,var(--wix-ui-tpa-floating-dropdown-main-button-text-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))),calc(var(--wix-ui-tpa-floating-dropdown-main-item-text-color-opacity, var(--wix-ui-tpa-floating-dropdown-main-button-text-color-opacity, 1)) * .06)); }
.bNgALz .c1atcu .xmcfu1 .zgdLvL.FDFCHb { background-color: rgb(var(--wix-ui-tpa-floating-dropdown-main-item-text-color-rgb,var(--wix-ui-tpa-floating-dropdown-main-button-text-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))),calc(var(--wix-ui-tpa-floating-dropdown-main-item-text-color-opacity, var(--wix-ui-tpa-floating-dropdown-main-button-text-color-opacity, 1)) * .12)); }
.bNgALz .c1atcu .xmcfu1 .zgdLvL.Sb4thi.FDFCHb { background-color: rgb(var(--wix-ui-tpa-floating-dropdown-main-item-text-color-rgb,var(--wix-ui-tpa-floating-dropdown-main-button-text-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5)))),calc(var(--wix-ui-tpa-floating-dropdown-main-item-text-color-opacity, var(--wix-ui-tpa-floating-dropdown-main-button-text-color-opacity, 1)) * .16)); }
.Fvel1T .P6kbJk { --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 1.5em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); --wix-ui-tpa-text-main-text-color: var(--wix-ui-tpa-floating-dropdown-main-item-text-color,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))); --wix-ui-tpa-text-main-text-color-rgb: var(--wix-ui-tpa-floating-dropdown-main-item-text-color-rgb,var(--wst-paragraph-2-color-rgb,var(--wix-color-5))); --wix-ui-tpa-text-main-text-color-opacity: var(--wix-ui-tpa-floating-dropdown-main-item-text-color-opacity); font-family: var(--wix-ui-tpa-floating-dropdown-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); font-size: var(--wix-ui-tpa-floating-dropdown-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); font-style: var(--wix-ui-tpa-floating-dropdown-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); font-variant: var(--wix-ui-tpa-floating-dropdown-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); font-weight: var(--wix-ui-tpa-floating-dropdown-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); line-height: var(--wix-ui-tpa-floating-dropdown-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); text-decoration: var(--wix-ui-tpa-floating-dropdown-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); white-space: normal; }
.AAIlVY { --wix-ui-tpa-floating-dropdown-base-main-text-color: var(--wix-ui-tpa-floating-dropdown-main-button-text-color,var(--wst-paragraph-2-color-rgb)); --wix-ui-tpa-floating-dropdown-base-main-text-color-rgb: var(--wix-ui-tpa-floating-dropdown-main-button-text-color-rgb,var(--wst-paragraph-2-color-rgb-rgb)); --wix-ui-tpa-floating-dropdown-base-main-text-color-opacity: var(--wix-ui-tpa-floating-dropdown-main-button-text-color-opacity,var(--wst-paragraph-2-color-rgb-opacity)); --wix-ui-tpa-floating-dropdown-base-main-text-color-disabled: var(--wix-ui-tpa-floating-dropdown-main-button-disabled-text-color,var(--wst-system-disabled-color-rgb)); --wix-ui-tpa-floating-dropdown-base-main-text-color-disabled-rgb: var(--wix-ui-tpa-floating-dropdown-main-button-disabled-text-color-rgb,var(--wst-system-disabled-color-rgb-rgb)); --wix-ui-tpa-floating-dropdown-base-main-text-color-disabled-opacity: var(--wix-ui-tpa-floating-dropdown-main-button-disabled-text-color-opacity,var(--wst-system-disabled-color-rgb-opacity)); --wst-paragraph-2-overriden-font-text-decoration: var(--wst-paragraph-2-text-decoration); --wst-paragraph-2-overriden-font-line-height: 1.5em; --wst-paragraph-2-overriden-font-family: var(--wst-paragraph-2-font-family); --wst-paragraph-2-overriden-font-size: 16px; --wst-paragraph-2-overriden-font-style: var(--wst-paragraph-2-font-style); --wst-paragraph-2-overriden-font-variant: var(--wst-paragraph-2-font-variant); --wst-paragraph-2-overriden-font-weight: var(--wst-paragraph-2-font-weight); --wix-ui-tpa-floating-dropdown-base-main-text-font-text-decoration: var(--wix-ui-tpa-floating-dropdown-main-text-font-text-decoration,var(--wst-paragraph-2-overriden-font-text-decoration,var(--wix-font-Body-M-text-decoration))); --wix-ui-tpa-floating-dropdown-base-main-text-font-line-height: var(--wix-ui-tpa-floating-dropdown-main-text-font-line-height,var(--wst-paragraph-2-overriden-font-line-height,var(--wix-font-Body-M-line-height))); --wix-ui-tpa-floating-dropdown-base-main-text-font-family: var(--wix-ui-tpa-floating-dropdown-main-text-font-family,var(--wst-paragraph-2-overriden-font-family,var(--wix-font-Body-M-family))); --wix-ui-tpa-floating-dropdown-base-main-text-font-size: var(--wix-ui-tpa-floating-dropdown-main-text-font-size,var(--wst-paragraph-2-overriden-font-size,var(--wix-font-Body-M-size))); --wix-ui-tpa-floating-dropdown-base-main-text-font-style: var(--wix-ui-tpa-floating-dropdown-main-text-font-style,var(--wst-paragraph-2-overriden-font-style,var(--wix-font-Body-M-style))); --wix-ui-tpa-floating-dropdown-base-main-text-font-variant: var(--wix-ui-tpa-floating-dropdown-main-text-font-variant,var(--wst-paragraph-2-overriden-font-variant,var(--wix-font-Body-M-variant))); --wix-ui-tpa-floating-dropdown-base-main-text-font-weight: var(--wix-ui-tpa-floating-dropdown-main-text-font-weight,var(--wst-paragraph-2-overriden-font-weight,var(--wix-font-Body-M-weight))); }
.YgwgJX.ZwBjua { margin-inline-start: -4px; }
.YgwgJX [data-part="floatingDropdownBase"] { display: flex !important; width: 100% !important; }
.YgwgJX [data-part="dropdown"] { height: min-content; width: 280px; }
.YgwgJX [data-part="floatingDropdownBase"] [data-part="btn"] { padding: 0px !important; }
.YgwgJX [data-part="floatingDropdownBase"] [data-part="label"], .YgwgJX [data-part="floatingDropdownBase"] [data-part="selectedValue"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; opacity: 1; color: var(--header-sort-color) !important; font-size: var(--header-sort-font-size) !important; line-height: 24px !important; }
.YgwgJX [data-part="floatingDropdownBase"] [data-part="arrowIcon"] { height: 20px; width: 20px; }
.YgwgJX [data-part="floatingDropdownBase"] [data-part="arrowIcon"] path { fill: var(--header-sort-color) !important; }
.YgwgJX [data-part="floatingDropdownBase"] [data-part="textContent"] { max-width: 100% !important; }
.YgwgJX:active [data-part="floatingDropdownBase"] [data-part="arrowIcon"] path, .YgwgJX:active [data-part="floatingDropdownBase"] [data-part="selectedValue"], .YgwgJX:hover [data-part="floatingDropdownBase"] [data-part="arrowIcon"] path, .YgwgJX:hover [data-part="floatingDropdownBase"] [data-part="selectedValue"] { opacity: 0.7; }
.YgwgJX [data-part="option"] [data-part="title"] { font-style: ; font-variant-ligatures: ; font-variant-caps: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-alternates: ; font-variant-position: ; font-variant-emoji: ; font-weight: ; font-stretch: ; line-height: ; font-family: ; font-optical-sizing: ; font-size-adjust: ; font-kerning: ; font-feature-settings: ; font-variation-settings: ; font-size: 16px !important; }
.YgwgJX:not(.YXvjr2) [data-part="option"] [data-part="title"] { color: var(--text-color); }
.YgwgJX:not(.YXvjr2) [data-part="dropdown"] [data-part="dropdownContent"] { background-color: var(--background-color) !important; }
.YgwgJX.YXvjr2 [data-part="option"] [data-part="title"] { color: rgb(32, 32, 32) !important; }
.YgwgJX.YXvjr2 [data-part="dropdown"] [data-part="dropdownContent"] { background-color: rgb(255, 255, 255) !important; }
.ECH5I9, .tiQilT { padding-top: 8px !important; }
.lrj9fP.ta6YAp .ECH5I9, .lrj9fP.ta6YAp .tiQilT { padding-right: 20px; padding-bottom: 0px; padding-left: 20px; padding-top: 4px !important; }
.O78ano { border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px, rgba(0, 0, 0, 0.1) 0px 4px 8px 0px; color: rgb(255, 255, 255); display: inline-flex; font-family: Madefor, "Helvetica Neue", Helvetica, Arial, メイリオ, meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; font-size: 14px; opacity: 0; transform: translateY(-50%); visibility: hidden; }
.O78ano.SZQM8S { opacity: 1; transform: translateY(0px); visibility: visible; }
.O78ano.aoS_bk { transition: visibility 0.2s, opacity 0.2s, transform 0.4s; }
.O78ano.lmkvEM { background-color: rgb(0, 130, 80); }
.O78ano.Tp4grp { background-color: rgb(223, 49, 49); }
.O78ano.DXGGQT { background-color: rgb(33, 33, 33); }
.O78ano.uwrXsE { background-color: rgba(0, 0, 0, 0.6); }
.O78ano.twbSuM { bottom: 0px; left: 0px; position: fixed; width: 100vw; }
.DuVa7P, .E6OP1y { display: inline-block; min-width: 12px; }
.NKCe8B { display: inline-block; line-height: 20px; margin: 16px 20px; max-height: 40px; overflow: hidden; }
.lFD6Oi { align-items: center; background: none; border: none; color: rgb(var(--wix-ui-tpa-icon-button-icon-color,255,255,255)); cursor: pointer; display: inline-flex; line-height: 0; margin: 0px; padding: 0px; text-decoration: none; }
.lFD6Oi:hover { opacity: var(--wix-ui-tpa-icon-button-hover-opacity,.7); }
.AElyo3 { height: 24px; margin-left: auto; padding: 14px 12px; }
.O78ano.BGAUfs .NKCe8B { margin-left: 0px; margin-right: 0px; max-height: 60px; }
.O78ano.BGAUfs .E6OP1y { min-width: 20px; }
.O78ano.M_mlVn .AElyo3 { margin-left: 0px; margin-right: auto; }
.gp6arL { z-index: 1000000; }
.LQqvgq { left: 50%; position: fixed; top: 80px; transform: translateX(-50%); z-index: 2147483647; }
.CkQNI0 { height: 0px; overflow: hidden; width: 0px; }
.iuE_As { inset: 0px; z-index: 1; }
.X7lZ6L, .iuE_As { position: absolute; }
.X7lZ6L { background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgba(255, 255, 255, 0.8); color: rgb(255, 255, 255); font-size: 14px; min-width: 100px; padding: 4px; }
.wc-app-desktop .X7lZ6L { font-size: 16px; padding: 6px; }
.jBLxPd { inset: 0px; height: 100%; position: fixed; touch-action: manipulation; width: 100%; z-index: var(--above-all-z-index,100000); }
.PPqTuC { border-block-start-style: solid; border-block-start-width: 1px; border-color: var(--separator-color); padding: 32px 0px 0px; }
.wc-app-mobile .PPqTuC { padding: 20px 0px 0px; }
.yAclGD { line-height: 1.5; text-align: center; }
.M8Vesj { display: flex; justify-content: center; padding: 20px 0px 0px; }
.prZ8Wc { --postPageWidth: 740px; --postPageHorizontalPadding: clamp(18px,8vmin,60px); --postPageVerticalPadding: clamp(32px,8vmin,60px); }
.app-mobile .prZ8Wc { --postPageHorizontalPadding: 18px; --postPageVerticalPadding: 32px; }
@media (max-width: 900px) {
  .use-media-queries .prZ8Wc { --postPageWidth: calc(var(--root-width) - 160px); }
}
.lte-post_content_area_small .prZ8Wc { --postPageWidth: calc(var(--root-width) - 160px); }
@media (max-width: 746px) {
  .use-media-queries .prZ8Wc { --postPageWidth: 100%; --postPageHorizontalPadding: 18px; --postPageVerticalPadding: 32px; }
}
.lte-post_content_area_min .prZ8Wc { --postPageWidth: 100%; --postPageHorizontalPadding: 18px; --postPageVerticalPadding: 32px; }
.prZ8Wc { background-color: rgb(var(--postBackgroundColor)); border: calc(var(--postBorderWidth)*1px) solid rgb(var(--postBorderColor)); margin-block-start: 30px; padding-block-end: 30px; }
.app-desktop .prZ8Wc { padding-block: var(--postPageVerticalPadding); padding-inline: var(--postPageHorizontalPadding); }
@media print {
  .prZ8Wc { display: none; }
}
.prZ8Wc .wc-comments-root { --wcActiveRatingColor: rgb(var(--ratingsStarFilledColor)); --wcBackgroundColor: rgb(var(--postBackgroundColor)); --wcBorderColor: rgb(var(--postBorderColor)); --wcButtonColor: rgb(var(--postButtonBackgroundColor)); --wcButtonTextColor: rgb(var(--postButtonTextColor)); --wcContentFont: var(--textParagraphFont); --wcContentFontSize: var(--textParagraphFont-size); --wcHeaderRatingColor: rgb(var(--ratingsTextColor)); --wcHeaderRatingFont: var(--ratingsTextFont); --wcHeaderRatingFontSize: var(--ratingsTextFont-size,14px); --wcInactiveRatingColor: rgb(var(--ratingsStarEmptyColor)); --wcSeparatorColor: rgba(var(--textParagraphColor-rgb),0.2); --wcTextColor: rgb(var(--textParagraphColor)); --wcTextSecondaryColor: rgb(var(--textParagraphColor)); --wcTitleFont: var(--textH1Font); --wcTitleFontSize: var(--textH1Font-size); }
.bJvaPf { inline-size: 100%; margin-inline: auto; max-inline-size: var(--postPageWidth); }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/acc33bd88106e8923b4d70ca.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/72a7dc1291234c24535585f1.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/983ab94884405973d3ed822f.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/a8ddf95737fb437f6c3be3c0.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/4586fc7fae2e26c3ddd9318a.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/1416d7c4e10e1d4bf1043ca5.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/7aae601c2b2b4c3a3e0aed1a.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/eed98eb7a1312ab1de0820dd.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/99923e608816587846a7b029.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/0447b702bc0b8d94e4e909e1.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/8a9f5dcb50f0bb269227d875.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/2bcadd6ebdb54198f16a4696.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/1d13a470c23f7fe947135a3b.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/20dc0a92e0bf4d469d21a871.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/df7af9a13613a8ec29a45a02.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/39cc1afc41e6568c145f101b.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: din-next-w01-light; font-style: normal; font-weight: 400; src: url("/design-assets/9252183be1d488af82436d27.woff2") format("woff2"); unicode-range: U+401-40C, U+40E-44F, U+451-45C, U+45E-45F, U+490-491, U+2116; font-display: swap; }
@font-face { font-family: din-next-w01-light; font-style: normal; font-weight: 400; src: url("/design-assets/7001cafef9b9ce627a9889ad.woff2") format("woff2"); unicode-range: U+D, U+100-10F, U+111-130, U+132-151, U+154-15F, U+162-177, U+179-17C, U+1FA-1FF, U+218-21B, U+237, U+2C9, U+2D8-2D9, U+2DB, U+2DD, U+394, U+3A9, U+3C0, U+1E80-1E85, U+1EF2-1EF3, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04; font-display: swap; }
@font-face { font-family: din-next-w01-light; font-style: normal; font-weight: 400; src: url("/design-assets/328d7eb6d22b62994bebc1b6.woff2") format("woff2"); unicode-range: U+20-7E, U+A0-FF, U+110, U+131, U+152-153, U+160-161, U+178, U+17D-17E, U+192, U+2C6-2C7, U+2DA, U+2DC, U+3BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/7f8c99e1d3a1db83cda6c554.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/33c465bf8504995b500e5cc6.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/094eb4a2c47f9ea13289f71a.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/701f6317948f052085f47269.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
#masterPage:not(.landingPage) #PAGES_CONTAINER { margin-top: 0px; margin-bottom: 0px; }
#masterPage.landingPage #SITE_FOOTER { display: none; }
#masterPage.landingPage #SITE_HEADER { display: none; }
#masterPage.landingPage #comp-mhyybvgx { display: none; }
#masterPage.landingPage #comp-mhyycwjz { display: none; }
#masterPage.landingPage #comp-mhyyf0lc { display: none; }
#masterPage.landingPage #comp-mhyzog72 { 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; z-index: 1; box-shadow: var(--focus-ring-box-shadow) !important; }
.has-inner-focus-ring { --focus-ring-box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important; }
#masterPage { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
#PAGES_CONTAINER { --pinned-layer-in-container: 50; --above-all-in-container: 49; }
#SITE_FOOTER { --pinned-layer-in-container: 51; --above-all-in-container: 49; }
#SITE_HEADER { z-index: calc(var(--pinned-layers-in-page, 0) + 52); --above-all-in-container: 10000; }
#comp-mhyybvgx { z-index: calc(var(--pinned-layers-in-page, 0) + 53); --above-all-in-container: 10000; }
#comp-mhyycwjz { z-index: calc(var(--pinned-layers-in-page, 0) + 54); --above-all-in-container: 10000; }
#comp-mhyyf0lc { z-index: calc(var(--pinned-layers-in-page, 0) + 55); --above-all-in-container: 10000; }
#comp-mhyzog72 { z-index: calc(var(--pinned-layers-in-page, 0) + 56); --above-all-in-container: 10000; }
:root, :host, .spxThemeOverride { --full-viewport: 100 * var(--one-unit) * var(--browser-zoom); --scaling-factor: clamp(var(--spx-stopper-min), var(--full-viewport), min(var(--spx-stopper-max), var(--section-max-width))); --theme-spx-ratio: 1px; --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: 229,211,179; --color_12: 120,162,178; --color_13: 163,191,199; --color_14: 206,219,221; --color_15: 182,208,218; --color_16: 229,211,179; --color_17: 232,220,213; --color_18: 182,208,218; --color_19: 158,146,139; --color_20: 87,79,75; --color_21: 182,200,208; --color_22: 131,152,162; --color_23: 237,44,124; --color_24: 40,84,107; --color_25: 24,34,38; --color_26: 244,193,174; --color_27: 233,161,132; --color_28: 222,84,30; --color_29: 148,56,20; --color_30: 74,28,10; --color_31: 178,222,207; --color_32: 114,189,163; --color_33: 86,142,122; --color_34: 57,95,82; --color_35: 29,47,41; --color_36: 77,134,156; --color_37: 249,247,242; --color_38: 120,162,178; --color_39: 163,191,199; --color_40: 206,219,221; --color_41: 182,208,218; --color_42: 40,84,107; --color_43: 229,211,179; --color_44: 237,44,124; --color_45: 182,208,218; --color_46: 249,247,242; --color_47: 206,219,221; --color_48: 182,208,218; --color_49: 182,208,218; --color_50: 77,134,156; --color_51: 77,134,156; --color_52: 182,208,218; --color_53: 182,208,218; --color_54: 163,191,199; --color_55: 163,191,199; --color_56: 77,134,156; --color_57: 77,134,156; --color_58: 182,208,218; --color_59: 182,208,218; --color_60: 182,208,218; --color_61: 182,208,218; --color_62: 77,134,156; --color_63: 77,134,156; --color_64: 163,191,199; --color_65: 163,191,199; --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; --wix-opt-in-direction-multiplier: 1; --font_0: normal normal normal 60px/1.4em caudex,serif; --font_1: normal normal normal 16px/1.4em din-next-w01-light,sans-serif; --font_2: italic normal normal 50px/1.4em caudex,serif; --font_3: normal normal normal 40px/1.4em caudex,serif; --font_4: normal normal normal 30px/1.4em caudex,serif; --font_5: italic normal normal 26px/1.4em caudex,serif; --font_6: normal normal normal 30px/1.4em forum,serif; --font_7: normal normal normal 21px/1.4em caudex,serif; --font_8: normal normal normal 17px/1.4em forum,serif; --font_9: normal normal normal 16px/1.4em forum,serif; --font_10: normal normal normal 12px/1.4em din-next-w01-light,sans-serif; -webkit-font-smoothing: antialiased; --minViewportSize: 320; --maxViewportSize: 1920; --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, var(--full-viewport), min(var(--section-max-width), var(--maxViewportSize) * 1px)); }
.theme-vars, .max-width-container { --full-viewport: 100 * var(--one-unit) * var(--browser-zoom); --scaling-factor: clamp(var(--spx-stopper-min), var(--full-viewport), min(var(--spx-stopper-max), var(--section-max-width))); --theme-spx-ratio: 1px; }
.max-width-container { --font_0: normal normal normal 60px/1.4em caudex,serif; --font_1: normal normal normal 16px/1.4em din-next-w01-light,sans-serif; --font_2: italic normal normal 50px/1.4em caudex,serif; --font_3: normal normal normal 40px/1.4em caudex,serif; --font_4: normal normal normal 30px/1.4em caudex,serif; --font_5: italic normal normal 26px/1.4em caudex,serif; --font_6: normal normal normal 30px/1.4em forum,serif; --font_7: normal normal normal 21px/1.4em caudex,serif; --font_8: normal normal normal 17px/1.4em forum,serif; --font_9: normal normal normal 16px/1.4em forum,serif; --font_10: normal normal normal 12px/1.4em din-next-w01-light,sans-serif; }
.font_0 { font: var(--font_0); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_1 { font: var(--font_1); color: rgb(var(--color_14)); letter-spacing: 0em; }
.font_2 { font: var(--font_2); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_3 { font: var(--font_3); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_4 { font: var(--font_4); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_5 { font: var(--font_5); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_6 { font: var(--font_6); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_7 { font: var(--font_7); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_8 { font: var(--font_8); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_9 { font: var(--font_9); color: rgb(var(--color_15)); letter-spacing: 0em; }
.font_10 { font: var(--font_10); color: rgb(var(--color_14)); letter-spacing: 0em; }
.color_0 { color: rgb(var(--color_0)); }
.color_1 { color: rgb(var(--color_1)); }
.color_2 { color: rgb(var(--color_2)); }
.color_3 { color: rgb(var(--color_3)); }
.color_4 { color: rgb(var(--color_4)); }
.color_5 { color: rgb(var(--color_5)); }
.color_6 { color: rgb(var(--color_6)); }
.color_7 { color: rgb(var(--color_7)); }
.color_8 { color: rgb(var(--color_8)); }
.color_9 { color: rgb(var(--color_9)); }
.color_10 { color: rgb(var(--color_10)); }
.color_11 { color: rgb(var(--color_11)); }
.color_12 { color: rgb(var(--color_12)); }
.color_13 { color: rgb(var(--color_13)); }
.color_14 { color: rgb(var(--color_14)); }
.color_15 { color: rgb(var(--color_15)); }
.color_16 { color: rgb(var(--color_16)); }
.color_17 { color: rgb(var(--color_17)); }
.color_18 { color: rgb(var(--color_18)); }
.color_19 { color: rgb(var(--color_19)); }
.color_20 { color: rgb(var(--color_20)); }
.color_21 { color: rgb(var(--color_21)); }
.color_22 { color: rgb(var(--color_22)); }
.color_23 { color: rgb(var(--color_23)); }
.color_24 { color: rgb(var(--color_24)); }
.color_25 { color: rgb(var(--color_25)); }
.color_26 { color: rgb(var(--color_26)); }
.color_27 { color: rgb(var(--color_27)); }
.color_28 { color: rgb(var(--color_28)); }
.color_29 { color: rgb(var(--color_29)); }
.color_30 { color: rgb(var(--color_30)); }
.color_31 { color: rgb(var(--color_31)); }
.color_32 { color: rgb(var(--color_32)); }
.color_33 { color: rgb(var(--color_33)); }
.color_34 { color: rgb(var(--color_34)); }
.color_35 { color: rgb(var(--color_35)); }
.color_36 { color: rgb(var(--color_36)); }
.color_37 { color: rgb(var(--color_37)); }
.color_38 { color: rgb(var(--color_38)); }
.color_39 { color: rgb(var(--color_39)); }
.color_40 { color: rgb(var(--color_40)); }
.color_41 { color: rgb(var(--color_41)); }
.color_42 { color: rgb(var(--color_42)); }
.color_43 { color: rgb(var(--color_43)); }
.color_44 { color: rgb(var(--color_44)); }
.color_45 { color: rgb(var(--color_45)); }
.color_46 { color: rgb(var(--color_46)); }
.color_47 { color: rgb(var(--color_47)); }
.color_48 { color: rgb(var(--color_48)); }
.color_49 { color: rgb(var(--color_49)); }
.color_50 { color: rgb(var(--color_50)); }
.color_51 { color: rgb(var(--color_51)); }
.color_52 { color: rgb(var(--color_52)); }
.color_53 { color: rgb(var(--color_53)); }
.color_54 { color: rgb(var(--color_54)); }
.color_55 { color: rgb(var(--color_55)); }
.color_56 { color: rgb(var(--color_56)); }
.color_57 { color: rgb(var(--color_57)); }
.color_58 { color: rgb(var(--color_58)); }
.color_59 { color: rgb(var(--color_59)); }
.color_60 { color: rgb(var(--color_60)); }
.color_61 { color: rgb(var(--color_61)); }
.color_62 { color: rgb(var(--color_62)); }
.color_63 { color: rgb(var(--color_63)); }
.color_64 { color: rgb(var(--color_64)); }
.color_65 { color: rgb(var(--color_65)); }
.backcolor_0 { background-color: rgb(var(--color_0)); }
.backcolor_1 { background-color: rgb(var(--color_1)); }
.backcolor_2 { background-color: rgb(var(--color_2)); }
.backcolor_3 { background-color: rgb(var(--color_3)); }
.backcolor_4 { background-color: rgb(var(--color_4)); }
.backcolor_5 { background-color: rgb(var(--color_5)); }
.backcolor_6 { background-color: rgb(var(--color_6)); }
.backcolor_7 { background-color: rgb(var(--color_7)); }
.backcolor_8 { background-color: rgb(var(--color_8)); }
.backcolor_9 { background-color: rgb(var(--color_9)); }
.backcolor_10 { background-color: rgb(var(--color_10)); }
.backcolor_11 { background-color: rgb(var(--color_11)); }
.backcolor_12 { background-color: rgb(var(--color_12)); }
.backcolor_13 { background-color: rgb(var(--color_13)); }
.backcolor_14 { background-color: rgb(var(--color_14)); }
.backcolor_15 { background-color: rgb(var(--color_15)); }
.backcolor_16 { background-color: rgb(var(--color_16)); }
.backcolor_17 { background-color: rgb(var(--color_17)); }
.backcolor_18 { background-color: rgb(var(--color_18)); }
.backcolor_19 { background-color: rgb(var(--color_19)); }
.backcolor_20 { background-color: rgb(var(--color_20)); }
.backcolor_21 { background-color: rgb(var(--color_21)); }
.backcolor_22 { background-color: rgb(var(--color_22)); }
.backcolor_23 { background-color: rgb(var(--color_23)); }
.backcolor_24 { background-color: rgb(var(--color_24)); }
.backcolor_25 { background-color: rgb(var(--color_25)); }
.backcolor_26 { background-color: rgb(var(--color_26)); }
.backcolor_27 { background-color: rgb(var(--color_27)); }
.backcolor_28 { background-color: rgb(var(--color_28)); }
.backcolor_29 { background-color: rgb(var(--color_29)); }
.backcolor_30 { background-color: rgb(var(--color_30)); }
.backcolor_31 { background-color: rgb(var(--color_31)); }
.backcolor_32 { background-color: rgb(var(--color_32)); }
.backcolor_33 { background-color: rgb(var(--color_33)); }
.backcolor_34 { background-color: rgb(var(--color_34)); }
.backcolor_35 { background-color: rgb(var(--color_35)); }
.backcolor_36 { background-color: rgb(var(--color_36)); }
.backcolor_37 { background-color: rgb(var(--color_37)); }
.backcolor_38 { background-color: rgb(var(--color_38)); }
.backcolor_39 { background-color: rgb(var(--color_39)); }
.backcolor_40 { background-color: rgb(var(--color_40)); }
.backcolor_41 { background-color: rgb(var(--color_41)); }
.backcolor_42 { background-color: rgb(var(--color_42)); }
.backcolor_43 { background-color: rgb(var(--color_43)); }
.backcolor_44 { background-color: rgb(var(--color_44)); }
.backcolor_45 { background-color: rgb(var(--color_45)); }
.backcolor_46 { background-color: rgb(var(--color_46)); }
.backcolor_47 { background-color: rgb(var(--color_47)); }
.backcolor_48 { background-color: rgb(var(--color_48)); }
.backcolor_49 { background-color: rgb(var(--color_49)); }
.backcolor_50 { background-color: rgb(var(--color_50)); }
.backcolor_51 { background-color: rgb(var(--color_51)); }
.backcolor_52 { background-color: rgb(var(--color_52)); }
.backcolor_53 { background-color: rgb(var(--color_53)); }
.backcolor_54 { background-color: rgb(var(--color_54)); }
.backcolor_55 { background-color: rgb(var(--color_55)); }
.backcolor_56 { background-color: rgb(var(--color_56)); }
.backcolor_57 { background-color: rgb(var(--color_57)); }
.backcolor_58 { background-color: rgb(var(--color_58)); }
.backcolor_59 { background-color: rgb(var(--color_59)); }
.backcolor_60 { background-color: rgb(var(--color_60)); }
.backcolor_61 { background-color: rgb(var(--color_61)); }
.backcolor_62 { background-color: rgb(var(--color_62)); }
.backcolor_63 { background-color: rgb(var(--color_63)); }
.backcolor_64 { background-color: rgb(var(--color_64)); }
.backcolor_65 { background-color: rgb(var(--color_65)); }
#PAGES_CONTAINER { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
#SITE_PAGES { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
#SITE_PAGES { --transition-duration: 700ms; }
#SITE_FOOTER { --brd: var(--color_15); --brwt: 0px; --brwb: 0px; --shd: none; --rd: 0px; --alpha-brd: 1; --backdrop-filter: none; --boxShadowToggleOn-shd: none; }
#SITE_FOOTER { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[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-jusfc0ci"], [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > interact-element > [id="comp-jusfc0ci"] { position: relative; margin: 0px 0px -8px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-mbkri582"], [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > interact-element > [id="comp-mbkri582"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
#SITE_FOOTER { --bg-overlay-color: rgb(var(--color_37)); --bg-gradient: none; }
#comp-jusfc0ci { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-jusfc0ci { width: 980px; }
[data-mesh-id="comp-jusfc0dlinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-jusfc0dlinlineContent-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-jusfc0dlinlineContent-gridContainer"] > [id="comp-mlzjkdtp"], [data-mesh-id="comp-jusfc0dlinlineContent-gridContainer"] > interact-element > [id="comp-mlzjkdtp"] { position: relative; margin: 66px 0px 17px calc(0% + 0px); left: 102px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-jusfc0dlinlineContent-gridContainer"] > [id="comp-mlzjm2d2"], [data-mesh-id="comp-jusfc0dlinlineContent-gridContainer"] > interact-element > [id="comp-mlzjm2d2"] { position: relative; margin: 0px 0px 61px calc(0% + 0px); left: 16px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
[data-mesh-id="comp-mlzjjc3iinlineContent"] { height: auto; width: 100%; position: static; min-height: 310px; }
[data-mesh-id="comp-mlzjjifoinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: 310px; grid-template-rows: repeat(2, min-content) 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > [id="comp-mlzjjig13"], [data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > interact-element > [id="comp-mlzjjig13"] { position: relative; margin: 66px 0px 17px calc(0% + 0px); left: 34px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > [id="comp-mlzjjig3"], [data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > interact-element > [id="comp-mlzjjig3"] { position: relative; margin: 0px 0px 20px calc(0% + 0px); left: 15px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
[data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > [id="comp-mlzjjig21"], [data-mesh-id="comp-mlzjjifoinlineContent-gridContainer"] > interact-element > [id="comp-mlzjjig21"] { position: relative; margin: 0px 0px 10px calc(0% + 0px); left: 80px; grid-area: 3 / 1 / 4 / 2; place-self: start; }
#comp-jusfc0ci { --bg-overlay-color: transparent; --bg-gradient: none; --padding: 0px; --margin: 0px; min-width: 980px; --direction: ltr; }
#comp-jusfc0dl { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-jusfc0dl { width: 326px; }
#comp-jusfc0dl { --bg-overlay-color: transparent; --bg-gradient: none; width: 100%; --column-width: 326px; --column-flex: 326; }
#comp-mlzjkdtp { --contentPaddingLeft: 0px; --contentPaddingRight: 0px; --contentPaddingTop: 0px; --contentPaddingBottom: 0px; }
#comp-mlzjkdtp { width: 137px; height: 136px; }
#comp-mlzjkdtp { --height: 136px; --width: 137px; }
#comp-mlzjm2d2 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mlzjm2d2 { width: 310px; height: auto; }
#comp-mlzjm2d2 { --text-direction: var(--wix-opt-in-direction); }
#comp-mlzjjc3i { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-mlzjjc3i { width: 327px; }
#comp-mlzjjc3i { --bg-overlay-color: transparent; --bg-gradient: none; width: 100%; --column-width: 327px; --column-flex: 327; }
#comp-mlzjjifo { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-mlzjjifo { width: 327px; }
#comp-mlzjjifo { --bg-overlay-color: transparent; --bg-gradient: none; width: 100%; --column-width: 327px; --column-flex: 327; }
#comp-mlzjjig13 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mlzjjig13 { width: 287px; height: auto; }
#comp-mlzjjig13 { --text-direction: var(--wix-opt-in-direction); }
#comp-mlzjjig3 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mlzjjig3 { width: 293px; height: auto; }
#comp-mlzjjig3 { --text-direction: var(--wix-opt-in-direction); }
#comp-mlzjjig21 { width: 137px; height: 39px; }
#comp-mlzjjig21 { --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-mbkri582 { left: 0px; margin-left: 0px; width: 100%; min-width: 980px; }
[data-mesh-id="comp-mbkri58j1inlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-mbkri58j1inlineContent-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-mbkri58j1inlineContent-gridContainer"] > [id="comp-mbkmyvu6"], [data-mesh-id="comp-mbkri58j1inlineContent-gridContainer"] > interact-element > [id="comp-mbkmyvu6"] { position: relative; margin: 17px 0px 30px calc(50% - 490px); left: 19px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mbkri58j1inlineContent-gridContainer"] > [id="comp-jutdzpbx"], [data-mesh-id="comp-mbkri58j1inlineContent-gridContainer"] > interact-element > [id="comp-jutdzpbx"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 376px; grid-area: 2 / 1 / 3 / 2; place-self: start; }
#comp-mbkri582 { --bg-overlay-color: transparent; --bg-gradient: none; --padding: 0px; --margin: 0px; min-width: 980px; --direction: ltr; }
#comp-mbkri58j1 { width: 980px; }
#comp-mbkri58j1 { --bg-overlay-color: rgb(var(--color_40)); --bg-gradient: none; width: 100%; --column-width: 980px; --column-flex: 980; }
#comp-mbkmyvu6 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mbkmyvu6 { width: 954px; height: auto; }
#comp-mbkmyvu6 { --text-direction: var(--wix-opt-in-direction); }
#comp-jutdzpbx { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-jutdzpbx { width: 216px; height: auto; }
#comp-jutdzpbx { --text-direction: var(--wix-opt-in-direction); }
#masterPage:not(.landingPage) { --top-offset: var(--header-height); --header-height: 166px; }
#masterPage.landingPage { --top-offset: 0px; }
#SITE_HEADER { --shd: 0px 1px 4px 0px rgba(0,0,0,0.6); --rd: 0px 0px 0px 0px; --brwt: 0px; --alpha-brd: 1; --backdrop-filter: none; --brd: var(--color_11); --boxShadowToggleOn-shd: none; --brwb: 0px; }
#SITE_HEADER { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[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-jusdew45"], [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > interact-element > [id="comp-jusdew45"] { position: relative; margin: 0px 0px 10px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > [id="comp-mfphw6pa"], [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > interact-element > [id="comp-mfphw6pa"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
#SITE_HEADER { --bg-overlay-color: transparent; --bg-gradient: none; top: var(--wix-ads-height); position: sticky !important; }
#comp-jusdew45 { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-jusdew45 { left: 0px; margin-left: 0px; width: 100%; min-width: 980px; }
[data-mesh-id="comp-jusdew4zinlineContent"] { height: auto; width: 100%; position: static; min-height: 87px; }
#comp-jusdew45 { --bg-overlay-color: rgb(var(--color_43)); --bg-gradient: none; --padding: 0px; --margin: 0px; min-width: 980px; --direction: ltr; }
#comp-jusdew4z { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-jusdew4z { width: 980px; }
#comp-jusdew4z { --bg-overlay-color: transparent; --bg-gradient: none; width: 100%; --column-width: 980px; --column-flex: 980; }
#comp-mfphw6pa { left: 0px; margin-left: 0px; width: 100%; min-width: 980px; }
[data-mesh-id="comp-mfphw6pxinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > [id="comp-mmgdi8a3"], [data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > interact-element > [id="comp-mmgdi8a3"] { position: relative; margin: 39px 0px 40px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > [id="comp-mlz8zm95"], [data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > interact-element > [id="comp-mlz8zm95"] { position: relative; margin: 79px 0px 65px calc(50% - 490px); left: 100px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
[data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > [id="comp-mmgdlfm4"], [data-mesh-id="comp-mfphw6pxinlineContent-gridContainer"] > interact-element > [id="comp-mmgdlfm4"] { position: relative; margin: 75px 0px 61px calc(50% - 490px); left: 504px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
#comp-mfphw6pa { --bg-overlay-color: transparent; --bg-gradient: none; --padding: 0px; --margin: 0px; min-width: 980px; --direction: ltr; }
#comp-mfphw6px { --brw: 0px; --brd: var(--color_15); --rd: 0px; --shd: none; --alpha-brd: 1; --alpha-bg: 1; --bg: var(--color_11); --boxShadowToggleOn-shd: none; }
#comp-mfphw6px { width: 980px; }
#comp-mfphw6px { --bg-gradient: linear-gradient(180deg, #F9F7F2 100%, #E5D3B3 100%); --bg-overlay-color: transparent; width: 100%; --column-width: 980px; --column-flex: 980; }
#comp-mmgdi8a3 { --contentPaddingLeft: 0px; --contentPaddingRight: 0px; --contentPaddingTop: 0px; --contentPaddingBottom: 0px; }
#comp-mmgdi8a3 { width: 89px; height: 87px; }
#comp-mmgdi8a3 { --height: 87px; --width: 89px; }
#comp-mlz8zm95 { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; }
#comp-mlz8zm95 { width: 310px; height: auto; }
#comp-mlz8zm95 { --text-direction: var(--wix-opt-in-direction); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading .itemDepth12472627565__container { justify-content: start; text-align: start; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading { padding: 10px; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading .itemDepth12472627565__label { font-size: 16px; letter-spacing: 0.05em; color: rgb(29, 103, 205); text-align: center; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading.itemDepth12472627565--isCurrentPage .itemDepth12472627565__label { text-decoration-line: underline; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading.itemDepth12472627565--isHovered .itemDepth12472627565__label { text-decoration-line: underline; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__listWrapper { --style-mpcoarth-width: 80; column-count: 3; --style-mpcoarth-columnsAmount: 3; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem { border-radius: 0px; margin-bottom: 8px; padding: 10px; border: 0px solid rgb(182, 208, 218); background: rgba(255, 255, 255, 0); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isCurrentPage { background: rgb(229, 211, 179); border-color: rgb(182, 208, 218); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isHovered { border-color: rgb(182, 208, 218); background: rgb(255, 255, 255); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__pageStretchWrapper { width: 100%; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__pageWrapper { margin-left: -4px; margin-right: -4px; width: calc(100% + 8px); margin-bottom: -8px; justify-content: flex-start; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem .itemDepth12472627565__container { justify-content: start; text-align: start; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem .itemDepth12472627565__label { text-align: center; font-weight: normal; font-style: normal; font-family: playfair-display-v2, serif; font-size: 14px; color: rgb(40, 84, 107); text-transform: uppercase; letter-spacing: 0.15em; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isCurrentPage .itemDepth12472627565__label { text-transform: none; color: rgb(182, 208, 218); text-decoration-line: none; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isHovered .itemDepth12472627565__label { color: rgb(182, 208, 218); text-decoration-line: none; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__columnsLayout { --style-mpcoarth-horizontalSpacing: 8; padding: 10px; margin-top: 0px; border: 0px solid rgb(182, 208, 218); --style-mpcoarth-flyoutAlignment: left; border-radius: 0.5em; background: rgb(255, 255, 255); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menu { direction: ltr; justify-content: center; gap: 10px 48px; height: 100%; margin: 0px; flex-grow: unset; width: 100%; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__container { justify-content: center; }
#comp-mmgdlfm4 .style-mpcoarth__root { padding: 0px; border-radius: 0px; border: 0px solid rgb(182, 208, 218); background: rgba(255, 255, 255, 0); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem { border-radius: 0px; background: rgba(255, 255, 255, 0); border: 0px solid rgb(182, 208, 218); margin: 0px; padding: 6px 7px; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isCurrentPage { border-color: rgb(182, 208, 218); background: rgba(255, 255, 255, 0); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isHovered { background: rgba(255, 255, 255, 0); border: 0px solid rgb(182, 208, 218); border-radius: 0px; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__positionBox { margin-left: 20px; margin-right: 20px; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__scrollButton { border-radius: 0px; padding: 0px 10px; border: 0px solid rgb(182, 208, 218); background: rgb(182, 208, 218); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__scrollButton:hover { border-radius: 0px; border: 0px solid rgb(182, 208, 218); box-shadow: rgba(0, 0, 0, 0) -3px 3px 15px 3px; background: rgb(182, 208, 218); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__label { color: rgb(40, 84, 107); text-transform: uppercase; letter-spacing: 0.15em; font-style: normal; font-family: playfair-display-v2, serif; font-size: 13px; font-weight: 400; }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label { color: rgb(182, 208, 218); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isHovered .itemDepth02233374943__label { color: rgb(237, 21, 102); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__scrollButton .ScrollButton2305195801__icon { width: 16px; height: 16px; fill: rgb(229, 211, 179); }
#comp-mmgdlfm4 .style-mpcoarth__root .StylableHorizontalMenu3372578893__scrollButton:hover .ScrollButton2305195801__icon { fill: rgb(229, 211, 179); }
#comp-mmgdlfm4 { width: 629px; height: 30px; }
#comp-mmgdlfm4 { --is-animated: 1; --position-box-z-index: 47; --menu-flex-wrap: wrap; --subsubmenu-box-display: none; --subsubmenu-box-position: absolute; --white-space: nowrap; --label-word-wrap: normal; height: auto; max-height: unset; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/acc33bd88106e8923b4d70ca.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/72a7dc1291234c24535585f1.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/983ab94884405973d3ed822f.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/a8ddf95737fb437f6c3be3c0.woff2") format("woff2"); unicode-range: U+1F00-1FFF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/4586fc7fae2e26c3ddd9318a.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/1416d7c4e10e1d4bf1043ca5.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/7aae601c2b2b4c3a3e0aed1a.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/eed98eb7a1312ab1de0820dd.woff2") format("woff2"); unicode-range: U+370-3FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/99923e608816587846a7b029.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/0447b702bc0b8d94e4e909e1.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/8a9f5dcb50f0bb269227d875.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/2bcadd6ebdb54198f16a4696.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 700; src: url("/design-assets/1d13a470c23f7fe947135a3b.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 700; src: url("/design-assets/20dc0a92e0bf4d469d21a871.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: caudex; font-style: italic; font-weight: 400; src: url("/design-assets/df7af9a13613a8ec29a45a02.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: caudex; font-style: normal; font-weight: 400; src: url("/design-assets/39cc1afc41e6568c145f101b.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/7f8c99e1d3a1db83cda6c554.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/33c465bf8504995b500e5cc6.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/094eb4a2c47f9ea13289f71a.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: forum; font-style: normal; font-weight: 400; src: url("/design-assets/701f6317948f052085f47269.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: helveticaneuew01-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/2faf1e1f8ca70ff5ce3362d7.woff2") format("woff2"); unicode-range: U+2C7, U+2021, U+2030, U+E300-E305, U+E308; font-display: swap; }
@font-face { font-family: helveticaneuew01-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/dd61632f9f132dbcda8cf3e1.woff2") format("woff2"); unicode-range: U+160-161, U+178, U+17D-17E, U+192, U+2020; font-display: swap; }
@font-face { font-family: helveticaneuew01-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/6acf24efb83ab21b8871ffcf.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122; font-display: swap; }
@font-face { font-family: helveticaneuew01-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/36a06777fd1b20662c3c5ec0.woff2") format("woff2"); unicode-range: U+2C7, U+2021, U+2030, U+E300-E305, U+E308; font-display: swap; }
@font-face { font-family: helveticaneuew01-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/4094dc917c5fccc140da3c12.woff2") format("woff2"); unicode-range: U+160-161, U+178, U+17D-17E, U+192, U+2020; font-display: swap; }
@font-face { font-family: helveticaneuew01-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/0b06c6cbfd3b39ff2d3da9e1.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+20AC, U+2122; font-display: swap; }
@font-face { font-family: helveticaneuew02-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/9851524c021a306ebc389ac3.woff2") format("woff2"); unicode-range: U+2C7, U+2C9, U+2D8-2D9, U+2DB, U+2DD, U+2021, U+2030, U+2126, U+212E, U+E0D6, U+E300-E30D, U+F8FF, U+FB01-FB02; font-display: swap; }
@font-face { font-family: helveticaneuew02-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/328d75d7e90b32243a328a33.woff2") format("woff2"); unicode-range: U+394, U+3A9, U+3BC, U+3C0, U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA; font-display: swap; }
@font-face { font-family: helveticaneuew02-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/0d8c6875ce31d7ac9036dd36.woff2") format("woff2"); unicode-range: U+100-12B, U+12E-130, U+132-137, U+139-149, U+14C-151, U+154-17E, U+192, U+218-21B, U+1E9E, U+2020, U+20B9-20BA, U+20BC-20BD, U+2113; font-display: swap; }
@font-face { font-family: helveticaneuew02-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/d0e3d719246301215e5ea259.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+2215; font-display: swap; }
@font-face { font-family: helveticaneuew02-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/769d1e12eded38585fbdfb53.woff2") format("woff2"); unicode-range: U+2C7, U+2C9, U+2D8-2D9, U+2DB, U+2DD, U+2021, U+2030, U+2126, U+212E, U+E0D6, U+E300-E30D, U+F8FF, U+FB01-FB02; font-display: swap; }
@font-face { font-family: helveticaneuew02-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/ea20216a6e73a6e4c8f8d3e8.woff2") format("woff2"); unicode-range: U+394, U+3A9, U+3BC, U+3C0, U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA; font-display: swap; }
@font-face { font-family: helveticaneuew02-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/881405f05d7427e4452252a7.woff2") format("woff2"); unicode-range: U+100-12B, U+12E-130, U+132-137, U+139-149, U+14C-151, U+154-17E, U+192, U+218-21B, U+1E9E, U+2020, U+20B9-20BA, U+20BC-20BD, U+2113; font-display: swap; }
@font-face { font-family: helveticaneuew02-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/056d7c9003a249589cfbe5da.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+2215; font-display: swap; }
@font-face { font-family: helveticaneuew10-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/c43d4f3ad2e066bbab13fd92.woff2") format("woff2"); unicode-range: U+2C7, U+2C9, U+2D8-2D9, U+2DB, U+2DD, U+2010, U+2015, U+2021, U+2030, U+203D, U+2070, U+2075-208E, U+2105, U+2117, U+2126, U+212E, U+2153-2154, U+215B-215E, U+FB00-FB04; font-display: swap; }
@font-face { font-family: helveticaneuew10-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/58e1d21210ec1f0bb6c4133e.woff2") format("woff2"); unicode-range: U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA; font-display: swap; }
@font-face { font-family: helveticaneuew10-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/570bc22daaf7671d37ff615d.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+2116; font-display: swap; }
@font-face { font-family: helveticaneuew10-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/6c7145bea5c5550b58e5dfa5.woff2") format("woff2"); unicode-range: U+374-375, U+37E, U+384-38A, U+38C, U+38E-3A1, U+3A3-3CE; font-display: swap; }
@font-face { font-family: helveticaneuew10-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/3de9416850cba5678721afc7.woff2") format("woff2"); unicode-range: U+100-130, U+132-151, U+154-17E, U+192, U+1FA-1FF, U+218-21B, U+237, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2020, U+20B9-20BA, U+20BD, U+2113; font-display: swap; }
@font-face { font-family: helveticaneuew10-45ligh; font-style: normal; font-weight: 400; src: url("/design-assets/6fbc71856f8e47b8a42271c2.woff2") format("woff2"); unicode-range: U+D, U+20-7E, U+A0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+2215; font-display: swap; }
@font-face { font-family: helveticaneuew10-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/fb8b3cecc7e8909b876b42a9.woff2") format("woff2"); unicode-range: U+2C7, U+2C9, U+2D8-2D9, U+2DB, U+2DD, U+2010, U+2015, U+2021, U+2030, U+203D, U+2070, U+2075-208E, U+2105, U+2117, U+2126, U+212E, U+2153-2154, U+215B-215E, U+FB00-FB04; font-display: swap; }
@font-face { font-family: helveticaneuew10-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/5f0bb00f65a13af030657f64.woff2") format("woff2"); unicode-range: U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA; font-display: swap; }
@font-face { font-family: helveticaneuew10-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/71ef161c1bd2125579d4de83.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+2116; font-display: swap; }
@font-face { font-family: helveticaneuew10-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/a1c12cbc06ba512c404baa34.woff2") format("woff2"); unicode-range: U+374-375, U+37E, U+384-38A, U+38C, U+38E-3A1, U+3A3-3CE; font-display: swap; }
@font-face { font-family: helveticaneuew10-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/d336b6d872fc8624effd0286.woff2") format("woff2"); unicode-range: U+100-130, U+132-151, U+154-17E, U+192, U+1FA-1FF, U+218-21B, U+237, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2020, U+20B9-20BA, U+20BD, U+2113; font-display: swap; }
@font-face { font-family: helveticaneuew10-65medi; font-style: normal; font-weight: 700; src: url("/design-assets/37a64f7ef4bdfbf67d54a56b.woff2") format("woff2"); unicode-range: U+D, U+20-7E, U+A0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+2215; font-display: swap; }
@font-face { font-family: madefor-text; font-style: normal; font-weight: 400; src: url("/design-assets/60ca2f04a2d72ca4a10a31d1.woff2") format("woff2-variations"), url("/design-assets/88297e0dad11c7b4bf38989d.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-A5, U+A7-B4, U+B6-107, U+10A-113, U+116-11B, U+11E-123, U+126-12B, U+12E-133, U+136-13E, U+141-148, U+14A-14B, U+150-155, U+158-15B, U+15E-16B, U+16E-17E, U+1A0-1A1, U+1AF-1B0, U+218-21B, U+237, U+2C6-2C7, U+2D8-2DD, U+400-45F, U+462-463, U+472-475, U+490-491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF; font-display: swap; }
@font-face { font-family: madefor-text; font-style: italic; font-weight: 400; src: url("/design-assets/5d384abd8e3f2d7181e97c97.woff2") format("woff2-variations"), url("/design-assets/84058de3f1c0e40965baf233.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-A5, U+A7-B4, U+B6-107, U+10A-113, U+116-11B, U+11E-123, U+126-12B, U+12E-133, U+136-13E, U+141-148, U+14A-14B, U+150-155, U+158-15B, U+15E-16B, U+16E-17E, U+218-21B, U+237, U+2C6-2C7, U+2D8-2DD, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+20BD, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF; font-display: swap; }
@font-face { font-family: madefor-text-bold; font-style: italic; font-weight: 700; src: url("/design-assets/5d384abd8e3f2d7181e97c97.woff2") format("woff2-variations"), url("/design-assets/3ff1ff44259f96d75318e1e3.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-A5, U+A7-B4, U+B6-107, U+10A-113, U+116-11B, U+11E-123, U+126-12B, U+12E-133, U+136-13E, U+141-148, U+14A-14B, U+150-155, U+158-15B, U+15E-16B, U+16E-17E, U+218-21B, U+237, U+2C6-2C7, U+2D8-2DD, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+20BD, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF; font-display: swap; }
@font-face { font-family: madefor-text-bold; font-style: normal; font-weight: 700; src: url("/design-assets/60ca2f04a2d72ca4a10a31d1.woff2") format("woff2-variations"), url("/design-assets/1c3c88952c67bf30c6ffefc6.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-A5, U+A7-B4, U+B6-107, U+10A-113, U+116-11B, U+11E-123, U+126-12B, U+12E-133, U+136-13E, U+141-148, U+14A-14B, U+150-155, U+158-15B, U+15E-16B, U+16E-17E, U+1A0-1A1, U+1AF-1B0, U+218-21B, U+237, U+2C6-2C7, U+2D8-2DD, U+400-45F, U+462-463, U+472-475, U+490-491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF; font-display: swap; }
@font-face { font-family: madefor-text-mediumbold; font-style: normal; font-weight: 530; src: url("/design-assets/60ca2f04a2d72ca4a10a31d1.woff2") format("woff2-variations"), url("/design-assets/d72b114c7c38c0cd51130405.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-A5, U+A7-B4, U+B6-107, U+10A-113, U+116-11B, U+11E-123, U+126-12B, U+12E-133, U+136-13E, U+141-148, U+14A-14B, U+150-155, U+158-15B, U+15E-16B, U+16E-17E, U+1A0-1A1, U+1AF-1B0, U+218-21B, U+237, U+2C6-2C7, U+2D8-2DD, U+400-45F, U+462-463, U+472-475, U+490-491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF; font-display: swap; }
@font-face { font-family: madefor-text-mediumbold; font-style: italic; font-weight: 530; src: url("/design-assets/5d384abd8e3f2d7181e97c97.woff2") format("woff2-variations"), url("/design-assets/cd7561e175ebc2cc0029061a.woff2") format("woff2"); unicode-range: U+0, U+D, U+20-7E, U+A0-A5, U+A7-B4, U+B6-107, U+10A-113, U+116-11B, U+11E-123, U+126-12B, U+12E-133, U+136-13E, U+141-148, U+14A-14B, U+150-155, U+158-15B, U+15E-16B, U+16E-17E, U+218-21B, U+237, U+2C6-2C7, U+2D8-2DD, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+20BD, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/1c7e23d23bbc62c0392fb7fc.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/cb8412dbe78d7cf691391925.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/58bb7b4108d7baaaaf85f3a8.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/1037f8441ff870c8c6f7d83a.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/13170eb8fcc8d8ec596b25a2.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/d36eb00e43b7d2b73853eda6.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/1e1318eee2bb1e6d38c97871.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/581a5b1bd4ea72a023117136.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/1082a7ce0ecd8faa57e8219f.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/24d8bf2c80bf411a8fc50b20.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/c3bbabefe85dcc46b142bd64.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/733b235e6ade636c0a234b91.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/dca9c18cc4b08dbf87fe63a4.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/58bee113d9ad3fd15d2144c3.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/c9e886d35e4a2c2e114357fa.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/ec77231f349a84771af5c21b.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 400; src: url("/design-assets/48192d025da53353d67e32e6.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 400; src: url("/design-assets/6647026e3a13f5ce428712af.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: montserrat; font-style: normal; font-weight: 700; src: url("/design-assets/8e2004db457d8ec20ee135d2.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: montserrat; font-style: italic; font-weight: 700; src: url("/design-assets/358307b23485105928038888.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/bf99cfd38df98b0203778666.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/0ad012ab8d4aacc2ce771f73.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/e71fe86e99e2ef5f4a5e6ec7.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/0a1a9d84e0ff252a8755312c.woff2") format("woff2"); unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/6611b625467290964000b5b2.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/3c022b1ff44776194f259166.woff2") format("woff2"); unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 900; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 900; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 800; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 800; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 600; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 600; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 700; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 700; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 400; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 400; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: normal; font-weight: 500; src: url("/design-assets/b26f01eea05b7aa8f6722db0.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: playfair-display-v2; font-style: italic; font-weight: 500; src: url("/design-assets/6ff97d145e38b3ac1d6eafb8.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; font-display: swap; }
@font-face { font-family: proxima-n-w01-reg; font-style: normal; font-weight: 400; src: url("/design-assets/3a94f23599ecc7df4bb0e237.woff2") format("woff2"); unicode-range: U+0, U+100-10F, U+111-130, U+132-151, U+154-15F, U+162-177, U+179-17C, U+17F, U+18F, U+19D, U+1A0-1A1, U+1AF-1B0, U+1E6-1E7, U+1EA-1EB, U+1FA-1FF, U+218-21B, U+232-233, U+237, U+259, U+272, U+2B0, U+2BB-2BC, U+2C9, U+2CB, U+2D8-2D9, U+2DB, U+2DD, U+374-375, U+37E, U+384-38A, U+38C, U+38E-3A1, U+3A3-3CE, U+3D7, U+400-45F, U+472-475, U+48A-4FF, U+510-513, U+51C-51D, U+524-527, U+52E-52F, U+1E02-1E03, U+1E0A-1E0B, U+1E1E-1E1F, U+1E22-1E23, U+1E56-1E57, U+1E60-1E61, U+1E6A-1E6B, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200A, U+2015, U+201B, U+2032-2033, U+203D-203E, U+2070, U+2074-2079, U+207D-2089, U+208D-208E, U+20A1, U+20A3-20A4, U+20A6-20AB, U+20B4, U+20B8-20BA, U+20BC-20BD, U+2113, U+2116-2117, U+2120, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2190-2193, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+22B2-22B3, U+22C5, U+2318, U+25A0, U+25B2, U+25BC, U+25CA, U+25CF, U+2605, U+2610-2611, U+2666, U+2713, U+2E18, U+E004-E005, U+F43A-F43B, U+F460-F473, U+F498-F49F, U+F4C6-F4C7, U+F4CC-F4CD, U+F4D2-F4D7, U+F50A-F50B, U+F50E-F533, U+F536-F539, U+F53C-F53F, U+F637, U+F6C3, U+F6DD, U+F6DF-F6F3, U+F8FF, U+FB00-FB04; font-display: swap; }
@font-face { font-family: proxima-n-w01-reg; font-style: normal; font-weight: 400; src: url("/design-assets/99fba282244ecb8b5de608e8.woff2") format("woff2"); unicode-range: U+D, U+20-7E, U+A0-FF, U+110, U+131, U+152-153, U+160-161, U+178, U+17D-17E, U+192, U+2C6-2C7, U+2DA, U+2DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+F656-F659; font-display: swap; }
#mq0p1 { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
#masterPage { --pinned-layers-in-page: 0; }
[data-mesh-id="Containermq0p1inlineContent"] { height: auto; width: 100%; }
[data-mesh-id="Containermq0p1inlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: 40px; grid-template-rows: 1fr; grid-template-columns: 100%; padding-bottom: 0px; box-sizing: border-box; }
[data-mesh-id="Containermq0p1inlineContent-gridContainer"] > [id="comp-lsvshf3c"], [data-mesh-id="Containermq0p1inlineContent-gridContainer"] > interact-element > [id="comp-lsvshf3c"] { position: relative; margin: 0px 0px 0px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
#comp-lsvshf3c { left: 0px; margin-left: 0px; width: 100%; min-width: 0px; }
[data-mesh-id="comp-lsvshf3cinlineContent"] { height: auto; width: 100%; }
[data-mesh-id="comp-lsvshf3cinlineContent-gridContainer"] { position: static; display: grid; height: auto; width: 100%; min-height: auto; grid-template-rows: 1fr; grid-template-columns: 100%; }
[data-mesh-id="comp-lsvshf3cinlineContent-gridContainer"] > [id="TPAMultiSection_kmomzf28"], [data-mesh-id="comp-lsvshf3cinlineContent-gridContainer"] > interact-element > [id="TPAMultiSection_kmomzf28"] { position: relative; margin: 38px 0px 11px calc(50% - 490px); left: 0px; grid-area: 1 / 1 / 2 / 2; place-self: start; }
#TPAMultiSection_kmomzf28 { width: 980px; height: 5443px; }
:is(#comp-mo7m5wfc, [id^="comp-mo7m5wfc__"]) { height: auto; width: auto; --comp-display: unset; place-self: stretch; pointer-events: auto; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc, [id^="comp-mo7m5wfc__"]):not(.comp-mo7m5wfc-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc, [id^="comp-mo7m5wfc__"]) { --alpha-bg: 0; --bg: var(--color_11); }
:is(#comp-mo7m5wfc_r_comp-m1v220dc4, [id^="comp-mo7m5wfc_r_comp-m1v220dc4__"]) { --l_display: unset; min-width: 0px; min-height: 0px; width: auto; height: auto; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0px; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m1v220dc4-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m1v220dc4, [id^="comp-mo7m5wfc_r_comp-m1v220dc4__"]):not(.comp-mo7m5wfc_r_comp-m1v220dc4-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m1v220dg, [id^="comp-mo7m5wfc_r_comp-m1v220dg__"]) { min-height: 0px; --l_display: unset; height: auto; width: auto; min-width: 0px; max-width: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0px; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m1v220dg-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content auto; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m1v220dg, [id^="comp-mo7m5wfc_r_comp-m1v220dg__"]) { --brw: 0px; --brd: var(--color_13); --bg: 255,255,255; --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --fontSize: 22px; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m3ofpufv, [id^="comp-mo7m5wfc_r_comp-m3ofpufv__"]) { width: auto; height: auto; --l_display: unset; min-width: 0px; max-width: 99999px; min-height: 0px; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 3 / 1 / 4 / 2; }
.comp-mo7m5wfc_r_comp-m3ofpufv-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3ofpufv, [id^="comp-mo7m5wfc_r_comp-m3ofpufv__"]):not(.comp-mo7m5wfc_r_comp-m3ofpufv-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3ofpufv, [id^="comp-mo7m5wfc_r_comp-m3ofpufv__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: 255,255,255; --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m7x7bazj, [id^="comp-mo7m5wfc_r_comp-m7x7bazj__"]) { height: 1px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m7x7bazj-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m7x7bazj, [id^="comp-mo7m5wfc_r_comp-m7x7bazj__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_16); --alpha-bg: 1; --rd: 0px; --shd: none; --gradient: none; --alphaBg: 1; --alphaBrd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m3ofpug5, [id^="comp-mo7m5wfc_r_comp-m3ofpug5__"]) { height: auto; min-height: 0px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m3ofpug5-container { box-sizing: border-box; padding: 0px; row-gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3ofpug5, [id^="comp-mo7m5wfc_r_comp-m3ofpug5__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_13); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5qvtttt, [id^="comp-mo7m5wfc_r_comp-m5qvtttt__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 4 / 1 / 5 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5qvtttt, [id^="comp-mo7m5wfc_r_comp-m5qvtttt__"]) .comp-mo7m5wfc_r_comp-m5qvtttt-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qvtttt, [id^="comp-mo7m5wfc_r_comp-m5qvtttt__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzn, [id^="comp-mo7m5wfc_r_comp-m6cizjzn__"]) { width: auto; height: auto; --l_display: unset; min-width: 0px; min-height: 0px; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m6cizjzn-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzn, [id^="comp-mo7m5wfc_r_comp-m6cizjzn__"]):not(.comp-mo7m5wfc_r_comp-m6cizjzn-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzn, [id^="comp-mo7m5wfc_r_comp-m6cizjzn__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzs1, [id^="comp-mo7m5wfc_r_comp-m6cizjzs1__"]) { height: auto; min-height: 20px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m6cizjzs1-container { box-sizing: border-box; padding: 24px 10px 32px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzs1, [id^="comp-mo7m5wfc_r_comp-m6cizjzs1__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzt11, [id^="comp-mo7m5wfc_r_comp-m6cizjzt11__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m6cizjzt11-container { box-sizing: border-box; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzt11, [id^="comp-mo7m5wfc_r_comp-m6cizjzt11__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzu7, [id^="comp-mo7m5wfc_r_comp-m6cizjzu7__"]) { min-height: 100px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6cizjzu7-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzu7, [id^="comp-mo7m5wfc_r_comp-m6cizjzu7__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzv9, [id^="comp-mo7m5wfc_r_comp-m6cizjzv9__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzv9, [id^="comp-mo7m5wfc_r_comp-m6cizjzv9__"]) .comp-mo7m5wfc_r_comp-m6cizjzv9-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzv9, [id^="comp-mo7m5wfc_r_comp-m6cizjzv9__"]):not(.comp-mo7m5wfc_r_comp-m6cizjzv9-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzv9, [id^="comp-mo7m5wfc_r_comp-m6cizjzv9__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cizjzy__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(30px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cizjzy__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cizjzz10__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cizjzz10__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cizk065__"] { min-height: 54.5937px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; row-gap: 6px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: 42px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cizk065__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cizk0615__"] { min-height: 12px; --l_display: unset; height: auto; width: max-content; min-width: 10px; max-width: 40px; --comp-display: unset; box-sizing: border-box; padding: 4px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cizk0615__"] { --brw: 0px; --brd: var(--color_13); --bg: 0,0,0; --rd: 4px 4px 4px 4px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cizk08__"] { width: 100.046%; height: auto; --l_display: unset; min-width: 18px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cizk08__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --textAlign: center; --fontFamily: madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --color: 255,255,255; --alpha-color: 1; --fontSize: 13px; }
[id^="comp-mo7m5wfc_r_comp-m6cizk09__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cizk09__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 16px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontWeight: bold; }
[id^="comp-mo7m5wfc_r_comp-m6cj4etk__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 2 / 2 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cj4etk__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 14px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
:is(#comp-mo7m5wfc_r_comp-m6cizk0914, [id^="comp-mo7m5wfc_r_comp-m6cizk0914__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6cizk0914-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cizk0914, [id^="comp-mo7m5wfc_r_comp-m6cizk0914__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cizk0a9, [id^="comp-mo7m5wfc_r_comp-m6cizk0a9__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cizk0a9, [id^="comp-mo7m5wfc_r_comp-m6cizk0a9__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 18px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m6ckhjtg, [id^="comp-mo7m5wfc_r_comp-m6ckhjtg__"]) { height: auto; min-height: 20px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m6ckhjtg-container { box-sizing: border-box; padding: 12px 10px 24px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6ckhjtg, [id^="comp-mo7m5wfc_r_comp-m6ckhjtg__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cky211, [id^="comp-mo7m5wfc_r_comp-m6cky211__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cky211, [id^="comp-mo7m5wfc_r_comp-m6cky211__"]) .comp-mo7m5wfc_r_comp-m6cky211-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 12px 0px 24px; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cky211, [id^="comp-mo7m5wfc_r_comp-m6cky211__"]) { --brw: 0px; --brd: 50,65,88; --bg: 237,240,244; --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6ckybcr, [id^="comp-mo7m5wfc_r_comp-m6ckybcr__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m6ckybcr-container { box-sizing: border-box; gap: 18px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6ckybcr, [id^="comp-mo7m5wfc_r_comp-m6ckybcr__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6ckybem1, [id^="comp-mo7m5wfc_r_comp-m6ckybem1__"]) { min-height: 100px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6ckybem1-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6ckybem1, [id^="comp-mo7m5wfc_r_comp-m6ckybem1__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6ckybfn, [id^="comp-mo7m5wfc_r_comp-m6ckybfn__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6ckybfn, [id^="comp-mo7m5wfc_r_comp-m6ckybfn__"]) .comp-mo7m5wfc_r_comp-m6ckybfn-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 8px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6ckybfn, [id^="comp-mo7m5wfc_r_comp-m6ckybfn__"]):not(.comp-mo7m5wfc_r_comp-m6ckybfn-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6ckybfn, [id^="comp-mo7m5wfc_r_comp-m6ckybfn__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6ckybgn8__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 12px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(30px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6ckybgn8__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6ckybhn1__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6ckybhn1__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6ckybil__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; row-gap: 6px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content min-content; grid-template-columns: 42px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6ckybil__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6ckybjj1__"] { min-height: 12px; --l_display: unset; height: auto; width: max-content; min-width: 10px; max-width: 40px; --comp-display: unset; box-sizing: border-box; padding: 4px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6ckybjj1__"] { --brw: 0px; --brd: var(--color_13); --bg: 0,0,0; --rd: 64px 64px 64px 64px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6ckybkj__"] { width: 100.046%; height: auto; --l_display: unset; min-width: 18px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6ckybkj__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --textAlign: center; --fontFamily: madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --color: 255,255,255; --alpha-color: 1; --fontSize: 13px; }
[id^="comp-mo7m5wfc_r_comp-m6ckyblh12__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6ckyblh12__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 16px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontWeight: bold; }
[id^="comp-mo7m5wfc_r_comp-m6ckybmg13__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 2 / 2 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6ckybmg13__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 14px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-m6cl9nmm__"] { width: 98%; height: 2px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 12px 0% 0%; grid-area: 3 / 1 / 4 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cl9nmm__"] { --brd: 0,0,0; --lnw: 2px; --alpha-brd: 0.24; }
:is(#comp-mo7m5wfc_r_comp-m6ckybne13, [id^="comp-mo7m5wfc_r_comp-m6ckybne13__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6ckybne13-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6ckybne13, [id^="comp-mo7m5wfc_r_comp-m6ckybne13__"]) { --brw: 0px; --brd: 232,230,230; --bg: 0,0,0; --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6ckyboe, [id^="comp-mo7m5wfc_r_comp-m6ckyboe__"]) { height: auto; width: 98%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 4px 0% 4px 2%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6ckyboe, [id^="comp-mo7m5wfc_r_comp-m6ckyboe__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 18px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: 255,255,255; --alpha-color: 1; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m6cm5wxt, [id^="comp-mo7m5wfc_r_comp-m6cm5wxt__"]) { height: auto; min-height: 20px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m6cm5wxt-container { box-sizing: border-box; padding: 24px 10px 32px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cm5wxt, [id^="comp-mo7m5wfc_r_comp-m6cm5wxt__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cm8203, [id^="comp-mo7m5wfc_r_comp-m6cm8203__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cm8203, [id^="comp-mo7m5wfc_r_comp-m6cm8203__"]) .comp-mo7m5wfc_r_comp-m6cm8203-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 12px; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cm8203, [id^="comp-mo7m5wfc_r_comp-m6cm8203__"]) { --brw: 2px; --brd: 50,65,88; --bg: var(--color_11); --rd: 16px 16px 16px 16px; --shd: none; --gradient: none; --alpha-brd: 0.44; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cm8beb, [id^="comp-mo7m5wfc_r_comp-m6cm8beb__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m6cm8beb-container { box-sizing: border-box; gap: 18px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6cm8beb, [id^="comp-mo7m5wfc_r_comp-m6cm8beb__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bfu, [id^="comp-mo7m5wfc_r_comp-m6cm8bfu__"]) { min-height: 100px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6cm8bfu-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bfu, [id^="comp-mo7m5wfc_r_comp-m6cm8bfu__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bgs8, [id^="comp-mo7m5wfc_r_comp-m6cm8bgs8__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bgs8, [id^="comp-mo7m5wfc_r_comp-m6cm8bgs8__"]) .comp-mo7m5wfc_r_comp-m6cm8bgs8-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 18px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bgs8, [id^="comp-mo7m5wfc_r_comp-m6cm8bgs8__"]):not(.comp-mo7m5wfc_r_comp-m6cm8bgs8-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bgs8, [id^="comp-mo7m5wfc_r_comp-m6cm8bgs8__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bhq7__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(30px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bhq7__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bio6__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bio6__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bjl4__"] { min-height: 54.5937px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; row-gap: 6px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bjl4__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bmf6__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: -2.77469e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bmf6__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 16px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --textAlign: center; --fontWeight: bold; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bnc3__"] { height: auto; width: 94%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bnc3__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 14px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --textAlign: center; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bo93, [id^="comp-mo7m5wfc_r_comp-m6cm8bo93__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6cm8bo93-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bo93, [id^="comp-mo7m5wfc_r_comp-m6cm8bo93__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cm8boa, [id^="comp-mo7m5wfc_r_comp-m6cm8boa__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cm8boa, [id^="comp-mo7m5wfc_r_comp-m6cm8boa__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 18px; --fontFamily: madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --textAlign: center; }
:is(#comp-mo7m5wfc_r_comp-m5qvtj90, [id^="comp-mo7m5wfc_r_comp-m5qvtj90__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 3 / 1 / 4 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5qvtj90, [id^="comp-mo7m5wfc_r_comp-m5qvtj90__"]) .comp-mo7m5wfc_r_comp-m5qvtj90-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qvtj90, [id^="comp-mo7m5wfc_r_comp-m5qvtj90__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6apbqog, [id^="comp-mo7m5wfc_r_comp-m6apbqog__"]) { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m6apbqog-container { box-sizing: border-box; padding: 24px 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6apbqog, [id^="comp-mo7m5wfc_r_comp-m6apbqog__"]):not(.comp-mo7m5wfc_r_comp-m6apbqog-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6apbqog, [id^="comp-mo7m5wfc_r_comp-m6apbqog__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6apbqow, [id^="comp-mo7m5wfc_r_comp-m6apbqow__"]) { height: auto; min-height: 40px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m6apbqow-container { box-sizing: border-box; padding: 0px 10px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6apbqow, [id^="comp-mo7m5wfc_r_comp-m6apbqow__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6apnl7m, [id^="comp-mo7m5wfc_r_comp-m6apnl7m__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m6apnl7m-container { box-sizing: border-box; gap: 18px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6apnl7m, [id^="comp-mo7m5wfc_r_comp-m6apnl7m__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6apnl7q, [id^="comp-mo7m5wfc_r_comp-m6apnl7q__"]) { min-height: 40px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6apnl7q-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6apnl7q, [id^="comp-mo7m5wfc_r_comp-m6apnl7q__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6aq34kh, [id^="comp-mo7m5wfc_r_comp-m6aq34kh__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6aq34kh, [id^="comp-mo7m5wfc_r_comp-m6aq34kh__"]) .comp-mo7m5wfc_r_comp-m6aq34kh-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6aq34kh, [id^="comp-mo7m5wfc_r_comp-m6aq34kh__"]):not(.comp-mo7m5wfc_r_comp-m6aq34kh-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6aq34kh, [id^="comp-mo7m5wfc_r_comp-m6aq34kh__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6aq34kk1__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(30px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6aq34kk1__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6aurfzw__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6aurfzw__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6aurg03__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6aurg03__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cbupwo__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cbupwo__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cbupwr2__"] { min-height: 180px; --l_display: unset; height: auto; min-width: 140px; width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 30%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cbupwr2__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cbvqgu__"] { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cbvqgu__"] { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 1; --boxShadowToggleOn-boxShadow: none; }
[id^="comp-mo7m5wfc_r_comp-m6cbvqgu__"] wow-image { overflow: clip; }
[id^="comp-mo7m5wfc_r_comp-m6cbvqgu__"] wow-image img { height: 100%; }
[id^="comp-mo7m5wfc_r_comp-m6cbx55e__"] { min-height: 180px; --l_display: unset; height: auto; min-width: 140px; width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 30%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cbx55e__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cbx55k__"] { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cbx55k__"] { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 1; --boxShadowToggleOn-boxShadow: none; }
[id^="comp-mo7m5wfc_r_comp-m6cbx55k__"] wow-image { overflow: clip; }
[id^="comp-mo7m5wfc_r_comp-m6cbx55k__"] wow-image img { height: 100%; }
[id^="comp-mo7m5wfc_r_comp-m6cbx8va__"] { min-height: 180px; --l_display: unset; height: auto; min-width: 140px; width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 3; flex: 1 1 30%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cbx8va__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cbx8vd6__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cbx8vd6__"] { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 1; --boxShadowToggleOn-boxShadow: none; }
[id^="comp-mo7m5wfc_r_comp-m6cbx8vd6__"] wow-image { overflow: clip; }
[id^="comp-mo7m5wfc_r_comp-m6cbx8vd6__"] wow-image img { height: 100%; }
[id^="comp-mo7m5wfc_r_comp-m6aurg043__"] { min-height: 26.2031px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 42px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6aurg043__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6av0bxl__"] { min-height: 20px; --l_display: unset; height: auto; width: max-content; min-width: 10px; max-width: 40px; --comp-display: unset; box-sizing: border-box; padding: 4px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6av0bxl__"] { --brw: 0px; --brd: var(--color_13); --bg: 0,0,0; --rd: 4px 4px 4px 4px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6av0bz2__"] { width: 100.046%; height: auto; --l_display: unset; min-width: 18px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6av0bz2__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --textAlign: center; --fontFamily: madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --color: 255,255,255; --alpha-color: 1; --fontSize: 13px; }
[id^="comp-mo7m5wfc_r_comp-m6cbom83__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cbom83__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 14px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
:is(#comp-mo7m5wfc_r_comp-m6apnl7q5, [id^="comp-mo7m5wfc_r_comp-m6apnl7q5__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6apnl7q5-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6apnl7q5, [id^="comp-mo7m5wfc_r_comp-m6apnl7q5__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6apr15k, [id^="comp-mo7m5wfc_r_comp-m6apr15k__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6apr15k, [id^="comp-mo7m5wfc_r_comp-m6apr15k__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 18px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m6cd1unu, [id^="comp-mo7m5wfc_r_comp-m6cd1unu__"]) { height: auto; min-height: 40px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m6cd1unu-container { box-sizing: border-box; padding: 0px 10px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cd1unu, [id^="comp-mo7m5wfc_r_comp-m6cd1unu__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uol, [id^="comp-mo7m5wfc_r_comp-m6cd1uol__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m6cd1uol-container { box-sizing: border-box; gap: 18px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uol, [id^="comp-mo7m5wfc_r_comp-m6cd1uol__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uom6, [id^="comp-mo7m5wfc_r_comp-m6cd1uom6__"]) { min-height: 40px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6cd1uom6-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uom6, [id^="comp-mo7m5wfc_r_comp-m6cd1uom6__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uon9, [id^="comp-mo7m5wfc_r_comp-m6cd1uon9__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uon9, [id^="comp-mo7m5wfc_r_comp-m6cd1uon9__"]) .comp-mo7m5wfc_r_comp-m6cd1uon9-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uon9, [id^="comp-mo7m5wfc_r_comp-m6cd1uon9__"]):not(.comp-mo7m5wfc_r_comp-m6cd1uon9-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uon9, [id^="comp-mo7m5wfc_r_comp-m6cd1uon9__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uop10__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(30px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uop10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoq10__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoq10__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uor7__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uor7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uou__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uou__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uov1__"] { min-height: 180px; --l_display: unset; height: auto; min-width: 140px; width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 30%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uov1__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uov11__"] { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uov11__"] { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 1; --boxShadowToggleOn-boxShadow: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uov11__"] wow-image { overflow: clip; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uov11__"] wow-image img { height: 100%; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uox5__"] { min-height: 180px; --l_display: unset; height: auto; min-width: 140px; width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 30%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uox5__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoy__"] { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoy__"] { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 1; --boxShadowToggleOn-boxShadow: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoy__"] wow-image { overflow: clip; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoy__"] wow-image img { height: 100%; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoy9__"] { min-height: 180px; --l_display: unset; height: auto; min-width: 140px; width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 3; flex: 1 1 30%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoy9__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoz__"] { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoz__"] { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 1; --boxShadowToggleOn-boxShadow: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoz__"] wow-image { overflow: clip; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoz__"] wow-image img { height: 100%; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoz9__"] { min-height: 26.2031px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 42px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoz9__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up0__"] { min-height: 20px; --l_display: unset; height: auto; width: max-content; min-width: 10px; max-width: 40px; --comp-display: unset; box-sizing: border-box; padding: 4px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up0__"] { --brw: 0px; --brd: var(--color_13); --bg: 0,0,0; --rd: 64px 64px 64px 64px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up11__"] { width: 100.046%; height: auto; --l_display: unset; min-width: 18px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up11__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --textAlign: center; --fontFamily: madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --color: 255,255,255; --alpha-color: 1; --fontSize: 13px; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up211__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up211__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 14px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-m6cd9tix__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 3; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cd9tix__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cdevr4__"] { width: 100%; height: 1px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cdevr4__"] { --brd: 0,0,0; --lnw: 2px; --alpha-brd: 1; }
:is(#comp-mo7m5wfc_r_comp-m6cd1up38, [id^="comp-mo7m5wfc_r_comp-m6cd1up38__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6cd1up38-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cd1up38, [id^="comp-mo7m5wfc_r_comp-m6cd1up38__"]) { --brw: 0px; --brd: 232,230,230; --bg: 0,0,0; --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cd1up318, [id^="comp-mo7m5wfc_r_comp-m6cd1up318__"]) { height: auto; width: 98%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 6px 2%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cd1up318, [id^="comp-mo7m5wfc_r_comp-m6cd1up318__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 18px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: 255,255,255; --alpha-color: 1; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m6cfuuqd, [id^="comp-mo7m5wfc_r_comp-m6cfuuqd__"]) { height: auto; min-height: 40px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m6cfuuqd-container { box-sizing: border-box; padding: 0px 10px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cfuuqd, [id^="comp-mo7m5wfc_r_comp-m6cfuuqd__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur14, [id^="comp-mo7m5wfc_r_comp-m6cfuur14__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m6cfuur14-container { box-sizing: border-box; gap: 18px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur14, [id^="comp-mo7m5wfc_r_comp-m6cfuur14__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur3, [id^="comp-mo7m5wfc_r_comp-m6cfuur3__"]) { min-height: 40px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6cfuur3-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur3, [id^="comp-mo7m5wfc_r_comp-m6cfuur3__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur41, [id^="comp-mo7m5wfc_r_comp-m6cfuur41__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur41, [id^="comp-mo7m5wfc_r_comp-m6cfuur41__"]) .comp-mo7m5wfc_r_comp-m6cfuur41-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur41, [id^="comp-mo7m5wfc_r_comp-m6cfuur41__"]):not(.comp-mo7m5wfc_r_comp-m6cfuur41-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur41, [id^="comp-mo7m5wfc_r_comp-m6cfuur41__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur510__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 12px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(30px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur510__"] { --brw: 2px; --brd: 50,65,88; --bg: 237,240,244; --rd: 8px 8px 8px 8px; --shd: none; --gradient: none; --alpha-brd: 0.4; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur610__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur610__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur77__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur77__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur8__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur8__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur88__"] { min-height: 180px; --l_display: unset; height: auto; min-width: 140px; width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 30%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur88__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur99__"] { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur99__"] { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 0; --boxShadowToggleOn-boxShadow: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur99__"] wow-image { overflow: clip; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur99__"] wow-image img { height: 100%; }
[id^="comp-mo7m5wfc_r_comp-m6cfuura7__"] { min-height: 180px; --l_display: unset; height: auto; min-width: 140px; width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 30%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuura7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuura17__"] { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuura17__"] { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 1; --boxShadowToggleOn-boxShadow: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuura17__"] wow-image { overflow: clip; }
[id^="comp-mo7m5wfc_r_comp-m6cfuura17__"] wow-image img { height: 100%; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurb8__"] { min-height: 180px; --l_display: unset; height: auto; min-width: 140px; width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 3; flex: 1 1 30%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurb8__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurc__"] { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurc__"] { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 1; --boxShadowToggleOn-boxShadow: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurc__"] wow-image { overflow: clip; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurc__"] wow-image img { height: 100%; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurc9__"] { min-height: 26.2031px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 42px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurc9__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurd1__"] { min-height: 20px; --l_display: unset; height: auto; width: max-content; min-width: 10px; max-width: 40px; --comp-display: unset; box-sizing: border-box; padding: 4px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurd1__"] { --brw: 0px; --brd: var(--color_13); --bg: 0,0,0; --rd: 4px 4px 4px 4px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m6cfuure1__"] { width: 100.046%; height: auto; --l_display: unset; min-width: 18px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuure1__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --textAlign: center; --fontFamily: madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --color: 255,255,255; --alpha-color: 1; --fontSize: 13px; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurf11__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurf11__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 14px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
:is(#comp-mo7m5wfc_r_comp-m6cfuurg13, [id^="comp-mo7m5wfc_r_comp-m6cfuurg13__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m6cfuurg13-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6cfuurg13, [id^="comp-mo7m5wfc_r_comp-m6cfuurg13__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6cfuurh, [id^="comp-mo7m5wfc_r_comp-m6cfuurh__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m6cfuurh, [id^="comp-mo7m5wfc_r_comp-m6cfuurh__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 18px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --textAlign: left; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m5qvtcnb, [id^="comp-mo7m5wfc_r_comp-m5qvtcnb__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5qvtcnb, [id^="comp-mo7m5wfc_r_comp-m5qvtcnb__"]) .comp-mo7m5wfc_r_comp-m5qvtcnb-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 30px 0px 0px; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qvtcnb, [id^="comp-mo7m5wfc_r_comp-m5qvtcnb__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m66erxsq, [id^="comp-mo7m5wfc_r_comp-m66erxsq__"]) { height: auto; width: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m66erxsq-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m66erxsq, [id^="comp-mo7m5wfc_r_comp-m66erxsq__"]):not(.comp-mo7m5wfc_r_comp-m66erxsq-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m66erxsq, [id^="comp-mo7m5wfc_r_comp-m66erxsq__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m66s07cq, [id^="comp-mo7m5wfc_r_comp-m66s07cq__"]) { height: auto; min-height: 60px; width: 100%; --l_display: unset; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m66s07cq-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m66s07cq, [id^="comp-mo7m5wfc_r_comp-m66s07cq__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --alpha-bg: 0; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb2wj1, [id^="comp-mo7m5wfc_r_comp-mhqb2wj1__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb2wj1-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb2wj1, [id^="comp-mo7m5wfc_r_comp-mhqb2wj1__"]):not(.comp-mo7m5wfc_r_comp-mhqb2wj1-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb2wj1, [id^="comp-mo7m5wfc_r_comp-mhqb2wj1__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb2wj9, [id^="comp-mo7m5wfc_r_comp-mhqb2wj9__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb2wj9-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb2wj9, [id^="comp-mo7m5wfc_r_comp-mhqb2wj9__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r2v, [id^="comp-mo7m5wfc_r_comp-mhqb3r2v__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 1300px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb3r2v-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r2v, [id^="comp-mo7m5wfc_r_comp-mhqb3r2v__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r2v-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3a, [id^="comp-mo7m5wfc_r_comp-mhqb3r3a__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb3r3a-container { box-sizing: border-box; padding: 20px 0px 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3a, [id^="comp-mo7m5wfc_r_comp-mhqb3r3a__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r3a-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3d, [id^="comp-mo7m5wfc_r_comp-mhqb3r3d__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb3r3d-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3d, [id^="comp-mo7m5wfc_r_comp-mhqb3r3d__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r3d-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3d, [id^="comp-mo7m5wfc_r_comp-mhqb3r3d__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3f1, [id^="comp-mo7m5wfc_r_comp-mhqb3r3f1__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb3r3f1-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3f1, [id^="comp-mo7m5wfc_r_comp-mhqb3r3f1__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3g10, [id^="comp-mo7m5wfc_r_comp-mhqb3r3g10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb3r3g10-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3g10, [id^="comp-mo7m5wfc_r_comp-mhqb3r3g10__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r3g10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3i1, [id^="comp-mo7m5wfc_r_comp-mhqb3r3i1__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb3r3i1-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3i1, [id^="comp-mo7m5wfc_r_comp-mhqb3r3i1__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r3i1-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3k, [id^="comp-mo7m5wfc_r_comp-mhqb3r3k__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3k, [id^="comp-mo7m5wfc_r_comp-mhqb3r3k__"]) .comp-mo7m5wfc_r_comp-mhqb3r3k-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3k, [id^="comp-mo7m5wfc_r_comp-mhqb3r3k__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r3k-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3k, [id^="comp-mo7m5wfc_r_comp-mhqb3r3k__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3l4__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3l4__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3m7__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3m7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3p__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3p__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3r2__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3r2__"] .comp-mo7m5wfc_r_comp-mhqb3r3r2-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3r2__"]:not(.comp-mo7m5wfc_r_comp-mhqb3r3r2-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3r2__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3s10__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3s10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3t11__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3t11__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3u13__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 7px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3x__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3x__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3y2__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -3.2175e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3y2__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r40, [id^="comp-mo7m5wfc_r_comp-mhqb3r40__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r40, [id^="comp-mo7m5wfc_r_comp-mhqb3r40__"]) .comp-mo7m5wfc_r_comp-mhqb3r40-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r40, [id^="comp-mo7m5wfc_r_comp-mhqb3r40__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r40-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4110, [id^="comp-mo7m5wfc_r_comp-mhqb3r4110__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4110, [id^="comp-mo7m5wfc_r_comp-mhqb3r4110__"]) .comp-mo7m5wfc_r_comp-mhqb3r4110-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4110, [id^="comp-mo7m5wfc_r_comp-mhqb3r4110__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r4110-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4110, [id^="comp-mo7m5wfc_r_comp-mhqb3r4110__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r445__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r445__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4511__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4511__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r467__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r467__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4710__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4710__"] .comp-mo7m5wfc_r_comp-mhqb3r4710-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4710__"]:not(.comp-mo7m5wfc_r_comp-mhqb3r4710-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4710__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r486__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r486__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r49__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r49__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4a__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 8px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4a12__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4a12__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4b10__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -5.73394e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4b10__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4c13, [id^="comp-mo7m5wfc_r_comp-mhqb3r4c13__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb3r4c13-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4c13, [id^="comp-mo7m5wfc_r_comp-mhqb3r4c13__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4d11, [id^="comp-mo7m5wfc_r_comp-mhqb3r4d11__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb3r4d11-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4d11, [id^="comp-mo7m5wfc_r_comp-mhqb3r4d11__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r4d11-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4f, [id^="comp-mo7m5wfc_r_comp-mhqb3r4f__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4f, [id^="comp-mo7m5wfc_r_comp-mhqb3r4f__"]) .comp-mo7m5wfc_r_comp-mhqb3r4f-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4f, [id^="comp-mo7m5wfc_r_comp-mhqb3r4f__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r4f-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4g, [id^="comp-mo7m5wfc_r_comp-mhqb3r4g__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4g, [id^="comp-mo7m5wfc_r_comp-mhqb3r4g__"]) .comp-mo7m5wfc_r_comp-mhqb3r4g-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4g, [id^="comp-mo7m5wfc_r_comp-mhqb3r4g__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r4g-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4g, [id^="comp-mo7m5wfc_r_comp-mhqb3r4g__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4h__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4h__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4h12__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4h12__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4i7__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4i7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4j6__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4j6__"] .comp-mo7m5wfc_r_comp-mhqb3r4j6-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4j6__"]:not(.comp-mo7m5wfc_r_comp-mhqb3r4j6-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4j6__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4j17__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4j17__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4k11__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4k11__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4l9__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 8px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4n__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4n__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4p1__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -5.73394e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4p1__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4q1, [id^="comp-mo7m5wfc_r_comp-mhqb3r4q1__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb3r4q1-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4q1, [id^="comp-mo7m5wfc_r_comp-mhqb3r4q1__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4r8, [id^="comp-mo7m5wfc_r_comp-mhqb3r4r8__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb3r4r8-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4r8, [id^="comp-mo7m5wfc_r_comp-mhqb3r4r8__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r4r8-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4s10, [id^="comp-mo7m5wfc_r_comp-mhqb3r4s10__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb3r4s10-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4s10, [id^="comp-mo7m5wfc_r_comp-mhqb3r4s10__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r4s10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4t10, [id^="comp-mo7m5wfc_r_comp-mhqb3r4t10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4t10, [id^="comp-mo7m5wfc_r_comp-mhqb3r4t10__"]) .comp-mo7m5wfc_r_comp-mhqb3r4t10-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4t10, [id^="comp-mo7m5wfc_r_comp-mhqb3r4t10__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r4t10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4t10, [id^="comp-mo7m5wfc_r_comp-mhqb3r4t10__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4u7__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4u7__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4y3__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4y3__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4z7__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4z7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r506__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r506__"] .comp-mo7m5wfc_r_comp-mhqb3r506-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r506__"]:not(.comp-mo7m5wfc_r_comp-mhqb3r506-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r506__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5017__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5017__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5111__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5111__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5211__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 7px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r533__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r533__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5314__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -3.2175e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5314__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r5413, [id^="comp-mo7m5wfc_r_comp-mhqb3r5413__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb3r5413-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r5413, [id^="comp-mo7m5wfc_r_comp-mhqb3r5413__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r5413-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r5510, [id^="comp-mo7m5wfc_r_comp-mhqb3r5510__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r5510, [id^="comp-mo7m5wfc_r_comp-mhqb3r5510__"]) .comp-mo7m5wfc_r_comp-mhqb3r5510-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r5510, [id^="comp-mo7m5wfc_r_comp-mhqb3r5510__"]):not(.comp-mo7m5wfc_r_comp-mhqb3r5510-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r5510, [id^="comp-mo7m5wfc_r_comp-mhqb3r5510__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r566__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 180px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r566__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5618__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5618__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5713__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r583__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 12px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r583__"] { --brd: 50,65,88; --lnw: 1px; --alpha-brd: 0.2; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wva, [id^="comp-mo7m5wfc_r_comp-mhqb4wva__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb4wva-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wva, [id^="comp-mo7m5wfc_r_comp-mhqb4wva__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wxg5, [id^="comp-mo7m5wfc_r_comp-mhqb4wxg5__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 1300px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb4wxg5-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wxg5, [id^="comp-mo7m5wfc_r_comp-mhqb4wxg5__"]):not(.comp-mo7m5wfc_r_comp-mhqb4wxg5-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wyy18, [id^="comp-mo7m5wfc_r_comp-mhqb4wyy18__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb4wyy18-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wyy18, [id^="comp-mo7m5wfc_r_comp-mhqb4wyy18__"]):not(.comp-mo7m5wfc_r_comp-mhqb4wyy18-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wyz10, [id^="comp-mo7m5wfc_r_comp-mhqb4wyz10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wyz10, [id^="comp-mo7m5wfc_r_comp-mhqb4wyz10__"]) .comp-mo7m5wfc_r_comp-mhqb4wyz10-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wyz10, [id^="comp-mo7m5wfc_r_comp-mhqb4wyz10__"]):not(.comp-mo7m5wfc_r_comp-mhqb4wyz10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wyz10, [id^="comp-mo7m5wfc_r_comp-mhqb4wyz10__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz03__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 180px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz03__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz015__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz015__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz19__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz121__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 12px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz121__"] { --brd: 50,65,88; --lnw: 1px; --alpha-brd: 0.2; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t6j, [id^="comp-mo7m5wfc_r_comp-mhqb4t6j__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb4t6j-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t6j, [id^="comp-mo7m5wfc_r_comp-mhqb4t6j__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9b, [id^="comp-mo7m5wfc_r_comp-mhqb4t9b__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 1300px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb4t9b-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9b, [id^="comp-mo7m5wfc_r_comp-mhqb4t9b__"]):not(.comp-mo7m5wfc_r_comp-mhqb4t9b-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9f, [id^="comp-mo7m5wfc_r_comp-mhqb4t9f__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb4t9f-container { box-sizing: border-box; padding: 20px 0px 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9f, [id^="comp-mo7m5wfc_r_comp-mhqb4t9f__"]):not(.comp-mo7m5wfc_r_comp-mhqb4t9f-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9j8, [id^="comp-mo7m5wfc_r_comp-mhqb4t9j8__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb4t9j8-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9j8, [id^="comp-mo7m5wfc_r_comp-mhqb4t9j8__"]):not(.comp-mo7m5wfc_r_comp-mhqb4t9j8-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9j8, [id^="comp-mo7m5wfc_r_comp-mhqb4t9j8__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9m1, [id^="comp-mo7m5wfc_r_comp-mhqb4t9m1__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb4t9m1-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9m1, [id^="comp-mo7m5wfc_r_comp-mhqb4t9m1__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9n11, [id^="comp-mo7m5wfc_r_comp-mhqb4t9n11__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb4t9n11-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9n11, [id^="comp-mo7m5wfc_r_comp-mhqb4t9n11__"]):not(.comp-mo7m5wfc_r_comp-mhqb4t9n11-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9p3, [id^="comp-mo7m5wfc_r_comp-mhqb4t9p3__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb4t9p3-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9p3, [id^="comp-mo7m5wfc_r_comp-mhqb4t9p3__"]):not(.comp-mo7m5wfc_r_comp-mhqb4t9p3-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9z, [id^="comp-mo7m5wfc_r_comp-mhqb4t9z__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9z, [id^="comp-mo7m5wfc_r_comp-mhqb4t9z__"]) .comp-mo7m5wfc_r_comp-mhqb4t9z-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9z, [id^="comp-mo7m5wfc_r_comp-mhqb4t9z__"]):not(.comp-mo7m5wfc_r_comp-mhqb4t9z-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9z, [id^="comp-mo7m5wfc_r_comp-mhqb4t9z__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta010__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta010__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta2__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta2__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta3__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta3__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta311__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta311__"] .comp-mo7m5wfc_r_comp-mhqb4ta311-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta311__"]:not(.comp-mo7m5wfc_r_comp-mhqb4ta311-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta311__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta410__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta410__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta511__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta511__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta612__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 7px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta711__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta711__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta810__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -3.2175e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta810__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhqb4ta99, [id^="comp-mo7m5wfc_r_comp-mhqb4ta99__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb4ta99, [id^="comp-mo7m5wfc_r_comp-mhqb4ta99__"]) .comp-mo7m5wfc_r_comp-mhqb4ta99-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4ta99, [id^="comp-mo7m5wfc_r_comp-mhqb4ta99__"]):not(.comp-mo7m5wfc_r_comp-mhqb4ta99-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tab, [id^="comp-mo7m5wfc_r_comp-mhqb4tab__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tab, [id^="comp-mo7m5wfc_r_comp-mhqb4tab__"]) .comp-mo7m5wfc_r_comp-mhqb4tab-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tab, [id^="comp-mo7m5wfc_r_comp-mhqb4tab__"]):not(.comp-mo7m5wfc_r_comp-mhqb4tab-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tab, [id^="comp-mo7m5wfc_r_comp-mhqb4tab__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tac10__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tac10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tad11__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tad11__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tae7__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tae7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taf4__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taf4__"] .comp-mo7m5wfc_r_comp-mhqb4taf4-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taf4__"]:not(.comp-mo7m5wfc_r_comp-mhqb4taf4-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taf4__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tag__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tag__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tag12__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tag12__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tah12__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 8px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tai4__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tai4__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taj__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -5.73394e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taj__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhqb4taj14, [id^="comp-mo7m5wfc_r_comp-mhqb4taj14__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb4taj14-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4taj14, [id^="comp-mo7m5wfc_r_comp-mhqb4taj14__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tan8, [id^="comp-mo7m5wfc_r_comp-mhqb4tan8__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb4tan8-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tan8, [id^="comp-mo7m5wfc_r_comp-mhqb4tan8__"]):not(.comp-mo7m5wfc_r_comp-mhqb4tan8-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tao10, [id^="comp-mo7m5wfc_r_comp-mhqb4tao10__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tao10, [id^="comp-mo7m5wfc_r_comp-mhqb4tao10__"]) .comp-mo7m5wfc_r_comp-mhqb4tao10-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tao10, [id^="comp-mo7m5wfc_r_comp-mhqb4tao10__"]):not(.comp-mo7m5wfc_r_comp-mhqb4tao10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tap9, [id^="comp-mo7m5wfc_r_comp-mhqb4tap9__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tap9, [id^="comp-mo7m5wfc_r_comp-mhqb4tap9__"]) .comp-mo7m5wfc_r_comp-mhqb4tap9-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tap9, [id^="comp-mo7m5wfc_r_comp-mhqb4tap9__"]):not(.comp-mo7m5wfc_r_comp-mhqb4tap9-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tap9, [id^="comp-mo7m5wfc_r_comp-mhqb4tap9__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taq7__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taq7__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tar8__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tar8__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tas7__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tas7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tat9__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tat9__"] .comp-mo7m5wfc_r_comp-mhqb4tat9-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tat9__"]:not(.comp-mo7m5wfc_r_comp-mhqb4tat9-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tat9__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tau__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tau__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tav__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tav__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tav14__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 8px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tay__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tay__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tb0__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -5.73394e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tb0__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb18, [id^="comp-mo7m5wfc_r_comp-mhqb4tb18__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhqb4tb18-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb18, [id^="comp-mo7m5wfc_r_comp-mhqb4tb18__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb5, [id^="comp-mo7m5wfc_r_comp-mhqb4tb5__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb4tb5-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb5, [id^="comp-mo7m5wfc_r_comp-mhqb4tb5__"]):not(.comp-mo7m5wfc_r_comp-mhqb4tb5-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb72, [id^="comp-mo7m5wfc_r_comp-mhqb4tb72__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhqb4tb72-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb72, [id^="comp-mo7m5wfc_r_comp-mhqb4tb72__"]):not(.comp-mo7m5wfc_r_comp-mhqb4tb72-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb85, [id^="comp-mo7m5wfc_r_comp-mhqb4tb85__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb85, [id^="comp-mo7m5wfc_r_comp-mhqb4tb85__"]) .comp-mo7m5wfc_r_comp-mhqb4tb85-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb85, [id^="comp-mo7m5wfc_r_comp-mhqb4tb85__"]):not(.comp-mo7m5wfc_r_comp-mhqb4tb85-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb85, [id^="comp-mo7m5wfc_r_comp-mhqb4tb85__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tb96__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tb96__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tba4__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tba4__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbb__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbb__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbb11__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbb11__"] .comp-mo7m5wfc_r_comp-mhqb4tbb11-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbb11__"]:not(.comp-mo7m5wfc_r_comp-mhqb4tbb11-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbb11__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbc10__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbc10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbd7__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbd7__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbe__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 7px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbe12__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbe12__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbf9__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -3.2175e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbf9__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m66n52ge, [id^="comp-mo7m5wfc_r_comp-m66n52ge__"]) { height: auto; min-height: 60px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m66n52ge-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m66n52ge, [id^="comp-mo7m5wfc_r_comp-m66n52ge__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --alpha-bg: 0; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq56dvm, [id^="comp-mo7m5wfc_r_comp-mhq56dvm__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq56dvm-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq56dvm, [id^="comp-mo7m5wfc_r_comp-mhq56dvm__"]):not(.comp-mo7m5wfc_r_comp-mhq56dvm-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq56dvm, [id^="comp-mo7m5wfc_r_comp-mhq56dvm__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq56dvy, [id^="comp-mo7m5wfc_r_comp-mhq56dvy__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq56dvy-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq56dvy, [id^="comp-mo7m5wfc_r_comp-mhq56dvy__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57opz, [id^="comp-mo7m5wfc_r_comp-mhq57opz__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 1300px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq57opz-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57opz, [id^="comp-mo7m5wfc_r_comp-mhq57opz__"]):not(.comp-mo7m5wfc_r_comp-mhq57opz-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqa1, [id^="comp-mo7m5wfc_r_comp-mhq57oqa1__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq57oqa1-container { box-sizing: border-box; padding: 20px 0px 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqa1, [id^="comp-mo7m5wfc_r_comp-mhq57oqa1__"]):not(.comp-mo7m5wfc_r_comp-mhq57oqa1-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqg4, [id^="comp-mo7m5wfc_r_comp-mhq57oqg4__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq57oqg4-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqg4, [id^="comp-mo7m5wfc_r_comp-mhq57oqg4__"]):not(.comp-mo7m5wfc_r_comp-mhq57oqg4-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqg4, [id^="comp-mo7m5wfc_r_comp-mhq57oqg4__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqi4, [id^="comp-mo7m5wfc_r_comp-mhq57oqi4__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq57oqi4-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqi4, [id^="comp-mo7m5wfc_r_comp-mhq57oqi4__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqj11, [id^="comp-mo7m5wfc_r_comp-mhq57oqj11__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq57oqj11-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqj11, [id^="comp-mo7m5wfc_r_comp-mhq57oqj11__"]):not(.comp-mo7m5wfc_r_comp-mhq57oqj11-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oql, [id^="comp-mo7m5wfc_r_comp-mhq57oql__"]) { min-height: 0px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq57oql-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oql, [id^="comp-mo7m5wfc_r_comp-mhq57oql__"]):not(.comp-mo7m5wfc_r_comp-mhq57oql-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqm1, [id^="comp-mo7m5wfc_r_comp-mhq57oqm1__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqm1, [id^="comp-mo7m5wfc_r_comp-mhq57oqm1__"]) .comp-mo7m5wfc_r_comp-mhq57oqm1-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqm1, [id^="comp-mo7m5wfc_r_comp-mhq57oqm1__"]):not(.comp-mo7m5wfc_r_comp-mhq57oqm1-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqm1, [id^="comp-mo7m5wfc_r_comp-mhq57oqm1__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqn8__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqn8__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqp10__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqp10__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqq7__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqq7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqr6__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqr6__"] .comp-mo7m5wfc_r_comp-mhq57oqr6-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqr6__"]:not(.comp-mo7m5wfc_r_comp-mhq57oqr6-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqr6__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqs__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqs__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqs12__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqs12__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqt13__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqu11__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqu11__"] { --brd: var(--color_15); --lnw: 1px; --alpha-brd: 0.2; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqv9__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqv9__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqw3__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqw3__"] { --brd: var(--color_15); --lnw: 2px; --alpha-brd: 0.64; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqw16__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqw16__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqx13, [id^="comp-mo7m5wfc_r_comp-mhq57oqx13__"]) { min-height: 76.3723%; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqx13, [id^="comp-mo7m5wfc_r_comp-mhq57oqx13__"]) .comp-mo7m5wfc_r_comp-mhq57oqx13-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqx13, [id^="comp-mo7m5wfc_r_comp-mhq57oqx13__"]):not(.comp-mo7m5wfc_r_comp-mhq57oqx13-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqy10, [id^="comp-mo7m5wfc_r_comp-mhq57oqy10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqy10, [id^="comp-mo7m5wfc_r_comp-mhq57oqy10__"]) .comp-mo7m5wfc_r_comp-mhq57oqy10-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqy10, [id^="comp-mo7m5wfc_r_comp-mhq57oqy10__"]):not(.comp-mo7m5wfc_r_comp-mhq57oqy10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqy10, [id^="comp-mo7m5wfc_r_comp-mhq57oqy10__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqz10__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqz10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57or05__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or05__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57or013__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or013__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57or110__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or110__"] .comp-mo7m5wfc_r_comp-mhq57or110-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq57or110__"]:not(.comp-mo7m5wfc_r_comp-mhq57or110-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq57or110__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57or26__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or26__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57or218__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or218__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq57or313__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or45__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or45__"] { --brd: 0,0,0; --lnw: 1px; --alpha-brd: 0.32; }
[id^="comp-mo7m5wfc_r_comp-mhq57or418__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or418__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57or510__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or510__"] { --brd: var(--color_15); --lnw: 2px; --alpha-brd: 0.64; }
[id^="comp-mo7m5wfc_r_comp-mhq57or64__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57or64__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq57or618, [id^="comp-mo7m5wfc_r_comp-mhq57or618__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq57or618-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57or618, [id^="comp-mo7m5wfc_r_comp-mhq57or618__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57or711, [id^="comp-mo7m5wfc_r_comp-mhq57or711__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq57or711-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57or711, [id^="comp-mo7m5wfc_r_comp-mhq57or711__"]):not(.comp-mo7m5wfc_r_comp-mhq57or711-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57or813, [id^="comp-mo7m5wfc_r_comp-mhq57or813__"]) { min-height: 76.3723%; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq57or813, [id^="comp-mo7m5wfc_r_comp-mhq57or813__"]) .comp-mo7m5wfc_r_comp-mhq57or813-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57or813, [id^="comp-mo7m5wfc_r_comp-mhq57or813__"]):not(.comp-mo7m5wfc_r_comp-mhq57or813-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57or910, [id^="comp-mo7m5wfc_r_comp-mhq57or910__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq57or910, [id^="comp-mo7m5wfc_r_comp-mhq57or910__"]) .comp-mo7m5wfc_r_comp-mhq57or910-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq57or910, [id^="comp-mo7m5wfc_r_comp-mhq57or910__"]):not(.comp-mo7m5wfc_r_comp-mhq57or910-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57or910, [id^="comp-mo7m5wfc_r_comp-mhq57or910__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57ora10__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57ora10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orb11__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orb11__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orc7__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orc7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57ord__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57ord__"] .comp-mo7m5wfc_r_comp-mhq57ord-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq57ord__"]:not(.comp-mo7m5wfc_r_comp-mhq57ord-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq57ord__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57ord11__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57ord11__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57ore11__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57ore11__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq57orf2__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57org1__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57org1__"] { --brd: 0,0,0; --lnw: 1px; --alpha-brd: 0.32; }
[id^="comp-mo7m5wfc_r_comp-mhq57orh__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orh__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57ori__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57ori__"] { --brd: var(--color_15); --lnw: 2px; --alpha-brd: 0.64; }
[id^="comp-mo7m5wfc_r_comp-mhq57ori13__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57ori13__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq57orj12, [id^="comp-mo7m5wfc_r_comp-mhq57orj12__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq57orj12-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57orj12, [id^="comp-mo7m5wfc_r_comp-mhq57orj12__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57ork11, [id^="comp-mo7m5wfc_r_comp-mhq57ork11__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq57ork11-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57ork11, [id^="comp-mo7m5wfc_r_comp-mhq57ork11__"]):not(.comp-mo7m5wfc_r_comp-mhq57ork11-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57orl13, [id^="comp-mo7m5wfc_r_comp-mhq57orl13__"]) { min-height: 0px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq57orl13-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57orl13, [id^="comp-mo7m5wfc_r_comp-mhq57orl13__"]):not(.comp-mo7m5wfc_r_comp-mhq57orl13-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57orm10, [id^="comp-mo7m5wfc_r_comp-mhq57orm10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq57orm10, [id^="comp-mo7m5wfc_r_comp-mhq57orm10__"]) .comp-mo7m5wfc_r_comp-mhq57orm10-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq57orm10, [id^="comp-mo7m5wfc_r_comp-mhq57orm10__"]):not(.comp-mo7m5wfc_r_comp-mhq57orm10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57orm10, [id^="comp-mo7m5wfc_r_comp-mhq57orm10__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orn10__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orn10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oro11__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57oro11__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orp3__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orp3__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orp14__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orp14__"] .comp-mo7m5wfc_r_comp-mhq57orp14-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq57orp14__"]:not(.comp-mo7m5wfc_r_comp-mhq57orp14-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq57orp14__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orq10__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orq10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57ort6__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57ort6__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq57oru13__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orv4__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orv4__"] { --brd: var(--color_15); --lnw: 1px; --alpha-brd: 0.2; }
[id^="comp-mo7m5wfc_r_comp-mhq57orw__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orw__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orw11__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orw11__"] { --brd: var(--color_15); --lnw: 2px; --alpha-brd: 0.64; }
[id^="comp-mo7m5wfc_r_comp-mhq57orx9__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orx9__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq57ory, [id^="comp-mo7m5wfc_r_comp-mhq57ory__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq57ory, [id^="comp-mo7m5wfc_r_comp-mhq57ory__"]) .comp-mo7m5wfc_r_comp-mhq57ory-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57ory, [id^="comp-mo7m5wfc_r_comp-mhq57ory__"]):not(.comp-mo7m5wfc_r_comp-mhq57ory-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57ory11, [id^="comp-mo7m5wfc_r_comp-mhq57ory11__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq57ory11, [id^="comp-mo7m5wfc_r_comp-mhq57ory11__"]) .comp-mo7m5wfc_r_comp-mhq57ory11-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 24px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq57ory11, [id^="comp-mo7m5wfc_r_comp-mhq57ory11__"]):not(.comp-mo7m5wfc_r_comp-mhq57ory11-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq57ory11, [id^="comp-mo7m5wfc_r_comp-mhq57ory11__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orz10__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 180px; width: 47%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 24px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57orz10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57os07__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57os07__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq57os021__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57os111__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: 96%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq57os111__"] { --brd: 50,65,88; --lnw: 2px; --alpha-brd: 0.42; }
:is(#comp-mo7m5wfc_r_comp-mhq58sec, [id^="comp-mo7m5wfc_r_comp-mhq58sec__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq58sec-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58sec, [id^="comp-mo7m5wfc_r_comp-mhq58sec__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58shi3, [id^="comp-mo7m5wfc_r_comp-mhq58shi3__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 1300px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq58shi3-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58shi3, [id^="comp-mo7m5wfc_r_comp-mhq58shi3__"]):not(.comp-mo7m5wfc_r_comp-mhq58shi3-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58sj8, [id^="comp-mo7m5wfc_r_comp-mhq58sj8__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq58sj8, [id^="comp-mo7m5wfc_r_comp-mhq58sj8__"]) .comp-mo7m5wfc_r_comp-mhq58sj8-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58sj8, [id^="comp-mo7m5wfc_r_comp-mhq58sj8__"]):not(.comp-mo7m5wfc_r_comp-mhq58sj8-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58sj811, [id^="comp-mo7m5wfc_r_comp-mhq58sj811__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq58sj811, [id^="comp-mo7m5wfc_r_comp-mhq58sj811__"]) .comp-mo7m5wfc_r_comp-mhq58sj811-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 24px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq58sj811, [id^="comp-mo7m5wfc_r_comp-mhq58sj811__"]):not(.comp-mo7m5wfc_r_comp-mhq58sj811-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58sj811, [id^="comp-mo7m5wfc_r_comp-mhq58sj811__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58sj910__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 180px; width: 47%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 24px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58sj910__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58sja6__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58sja6__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq58sja20__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58sjb7__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: 96%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58sjb7__"] { --brd: 50,65,88; --lnw: 2px; --alpha-brd: 0.42; }
:is(#comp-mo7m5wfc_r_comp-mhq58olu, [id^="comp-mo7m5wfc_r_comp-mhq58olu__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq58olu-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58olu, [id^="comp-mo7m5wfc_r_comp-mhq58olu__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58oph, [id^="comp-mo7m5wfc_r_comp-mhq58oph__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 1300px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq58oph-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oph, [id^="comp-mo7m5wfc_r_comp-mhq58oph__"]):not(.comp-mo7m5wfc_r_comp-mhq58oph-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opl, [id^="comp-mo7m5wfc_r_comp-mhq58opl__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq58opl-container { box-sizing: border-box; padding: 20px 0px 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opl, [id^="comp-mo7m5wfc_r_comp-mhq58opl__"]):not(.comp-mo7m5wfc_r_comp-mhq58opl-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opo3, [id^="comp-mo7m5wfc_r_comp-mhq58opo3__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq58opo3-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opo3, [id^="comp-mo7m5wfc_r_comp-mhq58opo3__"]):not(.comp-mo7m5wfc_r_comp-mhq58opo3-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opo3, [id^="comp-mo7m5wfc_r_comp-mhq58opo3__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58opq8, [id^="comp-mo7m5wfc_r_comp-mhq58opq8__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq58opq8-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opq8, [id^="comp-mo7m5wfc_r_comp-mhq58opq8__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58opt, [id^="comp-mo7m5wfc_r_comp-mhq58opt__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq58opt-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opt, [id^="comp-mo7m5wfc_r_comp-mhq58opt__"]):not(.comp-mo7m5wfc_r_comp-mhq58opt-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opu13, [id^="comp-mo7m5wfc_r_comp-mhq58opu13__"]) { min-height: 0px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq58opu13-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opu13, [id^="comp-mo7m5wfc_r_comp-mhq58opu13__"]):not(.comp-mo7m5wfc_r_comp-mhq58opu13-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opw, [id^="comp-mo7m5wfc_r_comp-mhq58opw__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq58opw, [id^="comp-mo7m5wfc_r_comp-mhq58opw__"]) .comp-mo7m5wfc_r_comp-mhq58opw-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq58opw, [id^="comp-mo7m5wfc_r_comp-mhq58opw__"]):not(.comp-mo7m5wfc_r_comp-mhq58opw-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58opw, [id^="comp-mo7m5wfc_r_comp-mhq58opw__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58opx__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58opx__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58opy5__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58opy5__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58opz3__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58opz3__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58opz14__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58opz14__"] .comp-mo7m5wfc_r_comp-mhq58opz14-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq58opz14__"]:not(.comp-mo7m5wfc_r_comp-mhq58opz14-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq58opz14__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq010__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq010__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq110__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq110__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq23__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq3__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq3__"] { --brd: var(--color_15); --lnw: 1px; --alpha-brd: 0.2; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq313__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq313__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq410__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq410__"] { --brd: var(--color_15); --lnw: 2px; --alpha-brd: 0.64; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq52__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq52__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq58oq6, [id^="comp-mo7m5wfc_r_comp-mhq58oq6__"]) { min-height: 76.3723%; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq58oq6, [id^="comp-mo7m5wfc_r_comp-mhq58oq6__"]) .comp-mo7m5wfc_r_comp-mhq58oq6-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oq6, [id^="comp-mo7m5wfc_r_comp-mhq58oq6__"]):not(.comp-mo7m5wfc_r_comp-mhq58oq6-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oq7, [id^="comp-mo7m5wfc_r_comp-mhq58oq7__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq58oq7, [id^="comp-mo7m5wfc_r_comp-mhq58oq7__"]) .comp-mo7m5wfc_r_comp-mhq58oq7-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq58oq7, [id^="comp-mo7m5wfc_r_comp-mhq58oq7__"]):not(.comp-mo7m5wfc_r_comp-mhq58oq7-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oq7, [id^="comp-mo7m5wfc_r_comp-mhq58oq7__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq8__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq8__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq9__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq9__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq98__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq98__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqa10__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqa10__"] .comp-mo7m5wfc_r_comp-mhq58oqa10-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqa10__"]:not(.comp-mo7m5wfc_r_comp-mhq58oqa10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqa10__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqb5__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqb5__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqc__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqc__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqc14__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqd9__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqd9__"] { --brd: 0,0,0; --lnw: 1px; --alpha-brd: 0.32; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqe__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqe__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqe11__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqe11__"] { --brd: var(--color_15); --lnw: 2px; --alpha-brd: 0.64; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqf12__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqf12__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqg1, [id^="comp-mo7m5wfc_r_comp-mhq58oqg1__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq58oqg1-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqg1, [id^="comp-mo7m5wfc_r_comp-mhq58oqg1__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqh7, [id^="comp-mo7m5wfc_r_comp-mhq58oqh7__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq58oqh7-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqh7, [id^="comp-mo7m5wfc_r_comp-mhq58oqh7__"]):not(.comp-mo7m5wfc_r_comp-mhq58oqh7-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqi9, [id^="comp-mo7m5wfc_r_comp-mhq58oqi9__"]) { min-height: 76.3723%; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqi9, [id^="comp-mo7m5wfc_r_comp-mhq58oqi9__"]) .comp-mo7m5wfc_r_comp-mhq58oqi9-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqi9, [id^="comp-mo7m5wfc_r_comp-mhq58oqi9__"]):not(.comp-mo7m5wfc_r_comp-mhq58oqi9-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oql10, [id^="comp-mo7m5wfc_r_comp-mhq58oql10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq58oql10, [id^="comp-mo7m5wfc_r_comp-mhq58oql10__"]) .comp-mo7m5wfc_r_comp-mhq58oql10-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq58oql10, [id^="comp-mo7m5wfc_r_comp-mhq58oql10__"]):not(.comp-mo7m5wfc_r_comp-mhq58oql10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oql10, [id^="comp-mo7m5wfc_r_comp-mhq58oql10__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqm10__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqm10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqn11__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqn11__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqo7__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqo7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqp7__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqp7__"] .comp-mo7m5wfc_r_comp-mhq58oqp7-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqp7__"]:not(.comp-mo7m5wfc_r_comp-mhq58oqp7-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqp7__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqp18__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqp18__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqq11__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqq11__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqr3__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqr15__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqr15__"] { --brd: 0,0,0; --lnw: 1px; --alpha-brd: 0.32; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqt3__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqt3__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqv__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqv__"] { --brd: var(--color_15); --lnw: 2px; --alpha-brd: 0.64; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqw3__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqw3__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqx, [id^="comp-mo7m5wfc_r_comp-mhq58oqx__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq58oqx-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqx, [id^="comp-mo7m5wfc_r_comp-mhq58oqx__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqy4, [id^="comp-mo7m5wfc_r_comp-mhq58oqy4__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq58oqy4-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqy4, [id^="comp-mo7m5wfc_r_comp-mhq58oqy4__"]):not(.comp-mo7m5wfc_r_comp-mhq58oqy4-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqz10, [id^="comp-mo7m5wfc_r_comp-mhq58oqz10__"]) { min-height: 0px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq58oqz10-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqz10, [id^="comp-mo7m5wfc_r_comp-mhq58oqz10__"]):not(.comp-mo7m5wfc_r_comp-mhq58oqz10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58or010, [id^="comp-mo7m5wfc_r_comp-mhq58or010__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq58or010, [id^="comp-mo7m5wfc_r_comp-mhq58or010__"]) .comp-mo7m5wfc_r_comp-mhq58or010-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq58or010, [id^="comp-mo7m5wfc_r_comp-mhq58or010__"]):not(.comp-mo7m5wfc_r_comp-mhq58or010-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq58or010, [id^="comp-mo7m5wfc_r_comp-mhq58or010__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58or110__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or110__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58or211__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or211__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58or37__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or37__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58or42__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or42__"] .comp-mo7m5wfc_r_comp-mhq58or42-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq58or42__"]:not(.comp-mo7m5wfc_r_comp-mhq58or42-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq58or42__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58or413__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or413__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58or511__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or511__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq58or63__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or615__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or615__"] { --brd: var(--color_15); --lnw: 1px; --alpha-brd: 0.2; }
[id^="comp-mo7m5wfc_r_comp-mhq58or712__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or712__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58or87__"] { min-height: 0px; --l_display: unset; height: 1px; min-width: 0px; width: auto; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start stretch; pointer-events: auto; margin: 8px 0% 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or87__"] { --brd: var(--color_15); --lnw: 2px; --alpha-brd: 0.64; }
[id^="comp-mo7m5wfc_r_comp-mhq58or9__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq58or9__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 17px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m67swzwc, [id^="comp-mo7m5wfc_r_comp-m67swzwc__"]) { height: auto; min-height: 60px; width: 100%; --l_display: unset; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m67swzwc-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m67swzwc, [id^="comp-mo7m5wfc_r_comp-m67swzwc__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --alpha-bg: 0; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwx3va, [id^="comp-mo7m5wfc_r_comp-mhpwx3va__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhpwx3va-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwx3va, [id^="comp-mo7m5wfc_r_comp-mhpwx3va__"]):not(.comp-mo7m5wfc_r_comp-mhpwx3va-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwx3va, [id^="comp-mo7m5wfc_r_comp-mhpwx3va__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwx3vl, [id^="comp-mo7m5wfc_r_comp-mhpwx3vl__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhpwx3vl-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwx3vl, [id^="comp-mo7m5wfc_r_comp-mhpwx3vl__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59d, [id^="comp-mo7m5wfc_r_comp-mhpwy59d__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 1300px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhpwy59d-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59d, [id^="comp-mo7m5wfc_r_comp-mhpwy59d__"]):not(.comp-mo7m5wfc_r_comp-mhpwy59d-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59q, [id^="comp-mo7m5wfc_r_comp-mhpwy59q__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhpwy59q-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59q, [id^="comp-mo7m5wfc_r_comp-mhpwy59q__"]):not(.comp-mo7m5wfc_r_comp-mhpwy59q-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59u, [id^="comp-mo7m5wfc_r_comp-mhpwy59u__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhpwy59u-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59u, [id^="comp-mo7m5wfc_r_comp-mhpwy59u__"]):not(.comp-mo7m5wfc_r_comp-mhpwy59u-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59u, [id^="comp-mo7m5wfc_r_comp-mhpwy59u__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59w5, [id^="comp-mo7m5wfc_r_comp-mhpwy59w5__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhpwy59w5-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59w5, [id^="comp-mo7m5wfc_r_comp-mhpwy59w5__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59y1, [id^="comp-mo7m5wfc_r_comp-mhpwy59y1__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhpwy59y1-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59y1, [id^="comp-mo7m5wfc_r_comp-mhpwy59y1__"]):not(.comp-mo7m5wfc_r_comp-mhpwy59y1-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5a49, [id^="comp-mo7m5wfc_r_comp-mhpwy5a49__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhpwy5a49-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5a49, [id^="comp-mo7m5wfc_r_comp-mhpwy5a49__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5a49-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5a61, [id^="comp-mo7m5wfc_r_comp-mhpwy5a61__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5a61, [id^="comp-mo7m5wfc_r_comp-mhpwy5a61__"]) .comp-mo7m5wfc_r_comp-mhpwy5a61-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 18px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5a61, [id^="comp-mo7m5wfc_r_comp-mhpwy5a61__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5a61-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5a61, [id^="comp-mo7m5wfc_r_comp-mhpwy5a61__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5a74__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 195.297px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1071fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5a74__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5a811__"] { min-height: 10px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5a811__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5a98__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5a98__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5aa7__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5aa7__"] .comp-mo7m5wfc_r_comp-mhpwy5aa7-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5aa7__"]:not(.comp-mo7m5wfc_r_comp-mhpwy5aa7-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5aa7__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ad__"] { min-height: 4px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ad__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ae9__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ae9__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ag__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ah3__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ah3__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ai1__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -7.75194e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ai1__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 18px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5aj, [id^="comp-mo7m5wfc_r_comp-mhpwy5aj__"]) { min-height: 0px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5aj, [id^="comp-mo7m5wfc_r_comp-mhpwy5aj__"]) .comp-mo7m5wfc_r_comp-mhpwy5aj-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5aj, [id^="comp-mo7m5wfc_r_comp-mhpwy5aj__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5aj-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5ak2, [id^="comp-mo7m5wfc_r_comp-mhpwy5ak2__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5ak2, [id^="comp-mo7m5wfc_r_comp-mhpwy5ak2__"]) .comp-mo7m5wfc_r_comp-mhpwy5ak2-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 18px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5ak2, [id^="comp-mo7m5wfc_r_comp-mhpwy5ak2__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5ak2-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5ak2, [id^="comp-mo7m5wfc_r_comp-mhpwy5ak2__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5al__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 195.297px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1071fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5al__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5am1__"] { min-height: 40px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5am1__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5an1__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5an1__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ao__"] { min-height: 87px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ao__"] .comp-mo7m5wfc_r_comp-mhpwy5ao-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ao__"]:not(.comp-mo7m5wfc_r_comp-mhpwy5ao-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ao__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ao11__"] { min-height: 21px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ao11__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ap11__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ap11__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5aq11__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ar3__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ar3__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ar14__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -9.39518e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ar14__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 18px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5as13, [id^="comp-mo7m5wfc_r_comp-mhpwy5as13__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhpwy5as13-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5as13, [id^="comp-mo7m5wfc_r_comp-mhpwy5as13__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5at11, [id^="comp-mo7m5wfc_r_comp-mhpwy5at11__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhpwy5at11-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5at11, [id^="comp-mo7m5wfc_r_comp-mhpwy5at11__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5at11-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5au13, [id^="comp-mo7m5wfc_r_comp-mhpwy5au13__"]) { min-height: 0px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5au13, [id^="comp-mo7m5wfc_r_comp-mhpwy5au13__"]) .comp-mo7m5wfc_r_comp-mhpwy5au13-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5au13, [id^="comp-mo7m5wfc_r_comp-mhpwy5au13__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5au13-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5av10, [id^="comp-mo7m5wfc_r_comp-mhpwy5av10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5av10, [id^="comp-mo7m5wfc_r_comp-mhpwy5av10__"]) .comp-mo7m5wfc_r_comp-mhpwy5av10-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 18px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5av10, [id^="comp-mo7m5wfc_r_comp-mhpwy5av10__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5av10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5av10, [id^="comp-mo7m5wfc_r_comp-mhpwy5av10__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5aw10__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 195.297px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1071fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5aw10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ax10__"] { min-height: 40px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ax10__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ay3__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ay3__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ay14__"] { min-height: 87px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ay14__"] .comp-mo7m5wfc_r_comp-mhpwy5ay14-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ay14__"]:not(.comp-mo7m5wfc_r_comp-mhpwy5ay14-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ay14__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5az10__"] { min-height: 21px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5az10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b09__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b09__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b1__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b112__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b112__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b210__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -9.39518e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b210__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 18px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b33, [id^="comp-mo7m5wfc_r_comp-mhpwy5b33__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhpwy5b33-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b33, [id^="comp-mo7m5wfc_r_comp-mhpwy5b33__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b42, [id^="comp-mo7m5wfc_r_comp-mhpwy5b42__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhpwy5b42-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b42, [id^="comp-mo7m5wfc_r_comp-mhpwy5b42__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5b42-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b55, [id^="comp-mo7m5wfc_r_comp-mhpwy5b55__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhpwy5b55-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b55, [id^="comp-mo7m5wfc_r_comp-mhpwy5b55__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5b55-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b61, [id^="comp-mo7m5wfc_r_comp-mhpwy5b61__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b61, [id^="comp-mo7m5wfc_r_comp-mhpwy5b61__"]) .comp-mo7m5wfc_r_comp-mhpwy5b61-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 18px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b61, [id^="comp-mo7m5wfc_r_comp-mhpwy5b61__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5b61-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b61, [id^="comp-mo7m5wfc_r_comp-mhpwy5b61__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b72__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 195.297px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1071fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b72__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b93__"] { min-height: 10px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b93__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ba7__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ba7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bb9__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bb9__"] .comp-mo7m5wfc_r_comp-mhpwy5bb9-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bb9__"]:not(.comp-mo7m5wfc_r_comp-mhpwy5bb9-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bb9__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bc7__"] { min-height: 4px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bc7__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bd2__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bd2__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bd16__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5be11__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5be11__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bf10__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -7.75194e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bf10__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 18px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5bg10, [id^="comp-mo7m5wfc_r_comp-mhpwy5bg10__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhpwy5bg10-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5bg10, [id^="comp-mo7m5wfc_r_comp-mhpwy5bg10__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5bg10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5bh7, [id^="comp-mo7m5wfc_r_comp-mhpwy5bh7__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5bh7, [id^="comp-mo7m5wfc_r_comp-mhpwy5bh7__"]) .comp-mo7m5wfc_r_comp-mhpwy5bh7-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5bh7, [id^="comp-mo7m5wfc_r_comp-mhpwy5bh7__"]):not(.comp-mo7m5wfc_r_comp-mhpwy5bh7-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5bh7, [id^="comp-mo7m5wfc_r_comp-mhpwy5bh7__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bi5__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 190px; width: 46%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bi5__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bi17__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0% 0% 0% 5.20731e-05%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bi17__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bj13__"] { height: 6px; width: 6px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq46o4w, [id^="comp-mo7m5wfc_r_comp-mhq46o4w__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq46o4w-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46o4w, [id^="comp-mo7m5wfc_r_comp-mhq46o4w__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46o90, [id^="comp-mo7m5wfc_r_comp-mhq46o90__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 1300px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq46o90-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46o90, [id^="comp-mo7m5wfc_r_comp-mhq46o90__"]):not(.comp-mo7m5wfc_r_comp-mhq46o90-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46ob19, [id^="comp-mo7m5wfc_r_comp-mhq46ob19__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq46ob19-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46ob19, [id^="comp-mo7m5wfc_r_comp-mhq46ob19__"]):not(.comp-mo7m5wfc_r_comp-mhq46ob19-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46ob28, [id^="comp-mo7m5wfc_r_comp-mhq46ob28__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq46ob28, [id^="comp-mo7m5wfc_r_comp-mhq46ob28__"]) .comp-mo7m5wfc_r_comp-mhq46ob28-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 24px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq46ob28, [id^="comp-mo7m5wfc_r_comp-mhq46ob28__"]):not(.comp-mo7m5wfc_r_comp-mhq46ob28-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46ob28, [id^="comp-mo7m5wfc_r_comp-mhq46ob28__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46ob36__"] { min-height: 16px; --l_display: unset; height: auto; min-width: 190px; width: 46%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46ob36__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46ob4__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0% 0% 0% 5.20731e-05%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46ob4__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq46ob414__"] { height: 6px; width: 6px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq46rxe, [id^="comp-mo7m5wfc_r_comp-mhq46rxe__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq46rxe-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46rxe, [id^="comp-mo7m5wfc_r_comp-mhq46rxe__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzv, [id^="comp-mo7m5wfc_r_comp-mhq46rzv__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 1300px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq46rzv-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzv, [id^="comp-mo7m5wfc_r_comp-mhq46rzv__"]):not(.comp-mo7m5wfc_r_comp-mhq46rzv-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzz9, [id^="comp-mo7m5wfc_r_comp-mhq46rzz9__"]) { min-height: 60px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq46rzz9-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzz9, [id^="comp-mo7m5wfc_r_comp-mhq46rzz9__"]):not(.comp-mo7m5wfc_r_comp-mhq46rzz9-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s029, [id^="comp-mo7m5wfc_r_comp-mhq46s029__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq46s029-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s029, [id^="comp-mo7m5wfc_r_comp-mhq46s029__"]):not(.comp-mo7m5wfc_r_comp-mhq46s029-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s029, [id^="comp-mo7m5wfc_r_comp-mhq46s029__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46s048, [id^="comp-mo7m5wfc_r_comp-mhq46s048__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq46s048-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s048, [id^="comp-mo7m5wfc_r_comp-mhq46s048__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46s061, [id^="comp-mo7m5wfc_r_comp-mhq46s061__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq46s061-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s061, [id^="comp-mo7m5wfc_r_comp-mhq46s061__"]):not(.comp-mo7m5wfc_r_comp-mhq46s061-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0713, [id^="comp-mo7m5wfc_r_comp-mhq46s0713__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq46s0713-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0713, [id^="comp-mo7m5wfc_r_comp-mhq46s0713__"]):not(.comp-mo7m5wfc_r_comp-mhq46s0713-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0810, [id^="comp-mo7m5wfc_r_comp-mhq46s0810__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0810, [id^="comp-mo7m5wfc_r_comp-mhq46s0810__"]) .comp-mo7m5wfc_r_comp-mhq46s0810-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 18px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0810, [id^="comp-mo7m5wfc_r_comp-mhq46s0810__"]):not(.comp-mo7m5wfc_r_comp-mhq46s0810-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0810, [id^="comp-mo7m5wfc_r_comp-mhq46s0810__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0910__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 195.297px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1071fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0910__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0a11__"] { min-height: 10px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0a11__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0b8__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0b8__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0c8__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0c8__"] .comp-mo7m5wfc_r_comp-mhq46s0c8-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0c8__"]:not(.comp-mo7m5wfc_r_comp-mhq46s0c8-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0c8__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0d__"] { min-height: 4px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0d__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0d12__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0d12__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0e13__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0f7__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0f7__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0g2__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -7.75194e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0g2__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 18px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0g16, [id^="comp-mo7m5wfc_r_comp-mhq46s0g16__"]) { min-height: 0px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0g16, [id^="comp-mo7m5wfc_r_comp-mhq46s0g16__"]) .comp-mo7m5wfc_r_comp-mhq46s0g16-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0g16, [id^="comp-mo7m5wfc_r_comp-mhq46s0g16__"]):not(.comp-mo7m5wfc_r_comp-mhq46s0g16-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0h10, [id^="comp-mo7m5wfc_r_comp-mhq46s0h10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0h10, [id^="comp-mo7m5wfc_r_comp-mhq46s0h10__"]) .comp-mo7m5wfc_r_comp-mhq46s0h10-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 18px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0h10, [id^="comp-mo7m5wfc_r_comp-mhq46s0h10__"]):not(.comp-mo7m5wfc_r_comp-mhq46s0h10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0h10, [id^="comp-mo7m5wfc_r_comp-mhq46s0h10__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0i10__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 195.297px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1071fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0i10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0j11__"] { min-height: 40px; --l_display: unset; height: auto; min-width: 20px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0j11__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0k8__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0k8__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0l9__"] { min-height: 87px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0l9__"] .comp-mo7m5wfc_r_comp-mhq46s0l9-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0l9__"]:not(.comp-mo7m5wfc_r_comp-mhq46s0l9-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0l9__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0m1__"] { min-height: 21px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0m1__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0m13__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0m13__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0n13__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0o6__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0o6__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0r2__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -9.39518e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0r2__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 18px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0t3, [id^="comp-mo7m5wfc_r_comp-mhq46s0t3__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq46s0t3-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0t3, [id^="comp-mo7m5wfc_r_comp-mhq46s0t3__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0v10, [id^="comp-mo7m5wfc_r_comp-mhq46s0v10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq46s0v10-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0v10, [id^="comp-mo7m5wfc_r_comp-mhq46s0v10__"]):not(.comp-mo7m5wfc_r_comp-mhq46s0v10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0x, [id^="comp-mo7m5wfc_r_comp-mhq46s0x__"]) { min-height: 0px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0x, [id^="comp-mo7m5wfc_r_comp-mhq46s0x__"]) .comp-mo7m5wfc_r_comp-mhq46s0x-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0x, [id^="comp-mo7m5wfc_r_comp-mhq46s0x__"]):not(.comp-mo7m5wfc_r_comp-mhq46s0x-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0y3, [id^="comp-mo7m5wfc_r_comp-mhq46s0y3__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0y3, [id^="comp-mo7m5wfc_r_comp-mhq46s0y3__"]) .comp-mo7m5wfc_r_comp-mhq46s0y3-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 18px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0y3, [id^="comp-mo7m5wfc_r_comp-mhq46s0y3__"]):not(.comp-mo7m5wfc_r_comp-mhq46s0y3-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0y3, [id^="comp-mo7m5wfc_r_comp-mhq46s0y3__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0z4__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 195.297px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1071fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0z4__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s104__"] { min-height: 40px; --l_display: unset; height: auto; min-width: 20px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s104__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s11__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s11__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1111__"] { min-height: 87px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1111__"] .comp-mo7m5wfc_r_comp-mhq46s1111-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1111__"]:not(.comp-mo7m5wfc_r_comp-mhq46s1111-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1111__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1210__"] { min-height: 21px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1210__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1a9__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1a9__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1b13__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1c4__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1c4__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1c15__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -9.39518e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1c15__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 18px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1d13, [id^="comp-mo7m5wfc_r_comp-mhq46s1d13__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-mhq46s1d13-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1d13, [id^="comp-mo7m5wfc_r_comp-mhq46s1d13__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1e11, [id^="comp-mo7m5wfc_r_comp-mhq46s1e11__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq46s1e11-container { box-sizing: border-box; padding: 0px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1e11, [id^="comp-mo7m5wfc_r_comp-mhq46s1e11__"]):not(.comp-mo7m5wfc_r_comp-mhq46s1e11-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1f13, [id^="comp-mo7m5wfc_r_comp-mhq46s1f13__"]) { min-height: 100px; --l_display: unset; height: auto; width: 100%; --comp-display: unset; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-mhq46s1f13-container { box-sizing: border-box; padding: 20px 10px; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1f13, [id^="comp-mo7m5wfc_r_comp-mhq46s1f13__"]):not(.comp-mo7m5wfc_r_comp-mhq46s1f13-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1g10, [id^="comp-mo7m5wfc_r_comp-mhq46s1g10__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1g10, [id^="comp-mo7m5wfc_r_comp-mhq46s1g10__"]) .comp-mo7m5wfc_r_comp-mhq46s1g10-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px; gap: 18px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1g10, [id^="comp-mo7m5wfc_r_comp-mhq46s1g10__"]):not(.comp-mo7m5wfc_r_comp-mhq46s1g10-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1g10, [id^="comp-mo7m5wfc_r_comp-mhq46s1g10__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1h10__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 195.297px; width: 100%; --comp-display: unset; box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1071fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1h10__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1i10__"] { min-height: 10px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1i10__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1j__"] { min-height: 30px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1j__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1j11__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1j11__"] .comp-mo7m5wfc_r_comp-mhq46s1j11-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1j11__"]:not(.comp-mo7m5wfc_r_comp-mhq46s1j11-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1j11__"] { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1k7__"] { min-height: 4px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 18px 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1k7__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1k19__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1k19__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1l13__"] { height: 8px; width: 8px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 6px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1m2__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: auto; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1m2__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1m13__"] { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: -7.75194e-06% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1m13__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 18px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m5qvsxn1, [id^="comp-mo7m5wfc_r_comp-m5qvsxn1__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5qvsxn1, [id^="comp-mo7m5wfc_r_comp-m5qvsxn1__"]) .comp-mo7m5wfc_r_comp-m5qvsxn1-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qvsxn1, [id^="comp-mo7m5wfc_r_comp-m5qvsxn1__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5qxs9jy, [id^="comp-mo7m5wfc_r_comp-m5qxs9jy__"]) { height: auto; width: auto; --l_display: unset; min-height: 0px; min-width: 0px; --comp-display: unset; place-self: stretch; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m5qxs9jy-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qxs9jy, [id^="comp-mo7m5wfc_r_comp-m5qxs9jy__"]):not(.comp-mo7m5wfc_r_comp-m5qxs9jy-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qxs9jy, [id^="comp-mo7m5wfc_r_comp-m5qxs9jy__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5qxs9k6, [id^="comp-mo7m5wfc_r_comp-m5qxs9k6__"]) { height: auto; min-height: 100px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m5qxs9k6-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qxs9k6, [id^="comp-mo7m5wfc_r_comp-m5qxs9k6__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --alpha-bg: 0; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5syy95s, [id^="comp-mo7m5wfc_r_comp-m5syy95s__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5syy95s, [id^="comp-mo7m5wfc_r_comp-m5syy95s__"]) .comp-mo7m5wfc_r_comp-m5syy95s-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5syy95s, [id^="comp-mo7m5wfc_r_comp-m5syy95s__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5syyquc, [id^="comp-mo7m5wfc_r_comp-m5syyquc__"]) { min-height: 0px; --l_display: unset; height: auto; --aspect-ratio: 0.5019241898148148; min-width: 0px; width: 100%; max-width: 99999px; aspect-ratio: 1/var(--aspect-ratio); --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5syyquc, [id^="comp-mo7m5wfc_r_comp-m5syyquc__"]) { --boxShadow: none; --borderSize: 0px; --borderColor: var(--color_2); --alpha-borderColor: 1; --font: normal normal normal 28px/1.4em proxima-n-w01-reg,sans-serif; --fontColor: 255,255,255; --alpha-fontColor: 1; --textSizeScale: 1px; --backgroundColor: 0,0,0; --playButtonSize: 48px; --playButtonMobileSize: 30px; --alpha-backgroundColor: 0; }
:is(#comp-mo7m5wfc_r_comp-m5qybdd7, [id^="comp-mo7m5wfc_r_comp-m5qybdd7__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m5qybdd7-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m5qybdd7, [id^="comp-mo7m5wfc_r_comp-m5qybdd7__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5qybdde, [id^="comp-mo7m5wfc_r_comp-m5qybdde__"]) { min-height: 200px; --l_display: unset; height: auto; min-width: 220px; width: 45%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 45%; position: relative; }
.comp-mo7m5wfc_r_comp-m5qybdde-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qybdde, [id^="comp-mo7m5wfc_r_comp-m5qybdde__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5qyenrf, [id^="comp-mo7m5wfc_r_comp-m5qyenrf__"]) { --l_display: unset; width: auto; height: auto; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5qyenrf, [id^="comp-mo7m5wfc_r_comp-m5qyenrf__"]) { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 0px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 0; --boxShadowToggleOn-boxShadow: none; }
:is(#comp-mo7m5wfc_r_comp-m5qyenrf, [id^="comp-mo7m5wfc_r_comp-m5qyenrf__"]) wow-image { overflow: clip; }
:is(#comp-mo7m5wfc_r_comp-m5qyenrf, [id^="comp-mo7m5wfc_r_comp-m5qyenrf__"]) wow-image img { height: 100%; }
:is(#comp-mo7m5wfc_r_comp-m5qybdde5, [id^="comp-mo7m5wfc_r_comp-m5qybdde5__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 220px; width: 55%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 55%; position: relative; }
.comp-mo7m5wfc_r_comp-m5qybdde5-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qybdde5, [id^="comp-mo7m5wfc_r_comp-m5qybdde5__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj3, [id^="comp-mo7m5wfc_r_comp-m5qyibj3__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj3, [id^="comp-mo7m5wfc_r_comp-m5qyibj3__"]) .comp-mo7m5wfc_r_comp-m5qyibj3-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px 3%; gap: 8px 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj3, [id^="comp-mo7m5wfc_r_comp-m5qyibj3__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj71, [id^="comp-mo7m5wfc_r_comp-m5qyibj71__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 3; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m5qyibj71-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj71, [id^="comp-mo7m5wfc_r_comp-m5qyibj71__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5sblrik, [id^="comp-mo7m5wfc_r_comp-m5sblrik__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m5sblrik-container { box-sizing: border-box; gap: 0px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m5sblrik, [id^="comp-mo7m5wfc_r_comp-m5sblrik__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5sblrj01, [id^="comp-mo7m5wfc_r_comp-m5sblrj01__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 100px; width: 40%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 40%; position: relative; }
.comp-mo7m5wfc_r_comp-m5sblrj01-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5sblrj01, [id^="comp-mo7m5wfc_r_comp-m5sblrj01__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63f1zta, [id^="comp-mo7m5wfc_r_comp-m63f1zta__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m63f1zta-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63f1zta, [id^="comp-mo7m5wfc_r_comp-m63f1zta__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63f1ztc3, [id^="comp-mo7m5wfc_r_comp-m63f1ztc3__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63f1ztc3-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63f1ztc3, [id^="comp-mo7m5wfc_r_comp-m63f1ztc3__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63f42vr, [id^="comp-mo7m5wfc_r_comp-m63f42vr__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63f42vr, [id^="comp-mo7m5wfc_r_comp-m63f42vr__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: var(--color_14); --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m63f1ztd, [id^="comp-mo7m5wfc_r_comp-m63f1ztd__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63f1ztd-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63f1ztd, [id^="comp-mo7m5wfc_r_comp-m63f1ztd__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63f3v7k, [id^="comp-mo7m5wfc_r_comp-m63f3v7k__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63f3v7k, [id^="comp-mo7m5wfc_r_comp-m63f3v7k__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --color: var(--color_15); --alpha-color: 1; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 15px; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m5sblrj2, [id^="comp-mo7m5wfc_r_comp-m5sblrj2__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 24px; width: max-content; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 0 0 max-content; position: relative; }
.comp-mo7m5wfc_r_comp-m5sblrj2-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5sblrj2, [id^="comp-mo7m5wfc_r_comp-m5sblrj2__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5sbn1dh, [id^="comp-mo7m5wfc_r_comp-m5sbn1dh__"]) { width: 32px; height: auto; --aspect-ratio: 1; --l_display: unset; aspect-ratio: 1/var(--aspect-ratio); --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5sbn1dh, [id^="comp-mo7m5wfc_r_comp-m5sbn1dh__"]) { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 300px 300px 300px 300px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 0; --boxShadowToggleOn-boxShadow: none; }
:is(#comp-mo7m5wfc_r_comp-m5sbn1dh, [id^="comp-mo7m5wfc_r_comp-m5sbn1dh__"]) wow-image { overflow: clip; }
:is(#comp-mo7m5wfc_r_comp-m5sbn1dh, [id^="comp-mo7m5wfc_r_comp-m5sbn1dh__"]) wow-image img { height: 100%; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj84, [id^="comp-mo7m5wfc_r_comp-m5qyibj84__"]) { min-height: 20px; --comp-display: grid; grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj84, [id^="comp-mo7m5wfc_r_comp-m5qyibj84__"]) .comp-mo7m5wfc_r_comp-m5qyibj84-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 20px 0% 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj84, [id^="comp-mo7m5wfc_r_comp-m5qyibj84__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5r1vkjv, [id^="comp-mo7m5wfc_r_comp-m5r1vkjv__"]) { height: auto; width: 100%; --l_display: unset; min-width: 100px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5r1vkjv, [id^="comp-mo7m5wfc_r_comp-m5r1vkjv__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 24px; --fontWeight: bold; --color: var(--color_15); --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m5qyjly0, [id^="comp-mo7m5wfc_r_comp-m5qyjly0__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 4; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m5qyjly0-container { box-sizing: border-box; padding: 12px 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qyjly0, [id^="comp-mo7m5wfc_r_comp-m5qyjly0__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5sbudl8, [id^="comp-mo7m5wfc_r_comp-m5sbudl8__"]) { height: auto; width: 96%; --l_display: unset; min-width: 30px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5sbudl8, [id^="comp-mo7m5wfc_r_comp-m5sbudl8__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 13px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
:is(#comp-mo7m5wfc_r_comp-m5qyjmqn, [id^="comp-mo7m5wfc_r_comp-m5qyjmqn__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 5; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m5qyjmqn-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qyjmqn, [id^="comp-mo7m5wfc_r_comp-m5qyjmqn__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5sbxiwy, [id^="comp-mo7m5wfc_r_comp-m5sbxiwy__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m5sbxiwy-container { box-sizing: border-box; gap: 12px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m5sbxiwy, [id^="comp-mo7m5wfc_r_comp-m5sbxiwy__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5sbxix51, [id^="comp-mo7m5wfc_r_comp-m5sbxix51__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 100px; width: max-content; max-width: 200px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 0 0 max-content; position: relative; }
.comp-mo7m5wfc_r_comp-m5sbxix51-container { box-sizing: border-box; column-gap: 6px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: min-content 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5sbxix51, [id^="comp-mo7m5wfc_r_comp-m5sbxix51__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5sc13an, [id^="comp-mo7m5wfc_r_comp-m5sc13an__"]) { height: 22px; width: 22px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5sc2ora, [id^="comp-mo7m5wfc_r_comp-m5sc2ora__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5sc2ora, [id^="comp-mo7m5wfc_r_comp-m5sc2ora__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 15px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
:is(#comp-mo7m5wfc_r_comp-m5scdwft, [id^="comp-mo7m5wfc_r_comp-m5scdwft__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 100px; width: max-content; max-width: 210px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 0 0 max-content; position: relative; }
.comp-mo7m5wfc_r_comp-m5scdwft-container { box-sizing: border-box; column-gap: 6px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: min-content 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5scdwft, [id^="comp-mo7m5wfc_r_comp-m5scdwft__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5scdwfy3, [id^="comp-mo7m5wfc_r_comp-m5scdwfy3__"]) { height: 22px; width: 22px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5scdwg06, [id^="comp-mo7m5wfc_r_comp-m5scdwg06__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5scdwg06, [id^="comp-mo7m5wfc_r_comp-m5scdwg06__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 15px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
:is(#comp-mo7m5wfc_r_comp-m5qykfx8, [id^="comp-mo7m5wfc_r_comp-m5qykfx8__"]) { min-height: 20px; --l_display: none; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 7; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m5qykfx8-container { box-sizing: border-box; padding: 0px 0px 20px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qykfx8, [id^="comp-mo7m5wfc_r_comp-m5qykfx8__"]):not(.comp-mo7m5wfc_r_comp-m5qykfx8-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5qykfx8, [id^="comp-mo7m5wfc_r_comp-m5qykfx8__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63312co, [id^="comp-mo7m5wfc_r_comp-m63312co__"]) { min-height: 40px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 6; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63312co-container { box-sizing: border-box; padding: 8px 0px 24px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63312co, [id^="comp-mo7m5wfc_r_comp-m63312co__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63ebzxh, [id^="comp-mo7m5wfc_r_comp-m63ebzxh__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63ebzxh, [id^="comp-mo7m5wfc_r_comp-m63ebzxh__"]) .comp-mo7m5wfc_r_comp-m63ebzxh-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 8px 0px; display: var(--l_display,var(--container-display)); flex-flow: column; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63ebzxh, [id^="comp-mo7m5wfc_r_comp-m63ebzxh__"]):not(.comp-mo7m5wfc_r_comp-m63ebzxh-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63ebzxh, [id^="comp-mo7m5wfc_r_comp-m63ebzxh__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63ebzxn1__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63ebzxn1__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63ectky__"] { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; box-sizing: border-box; column-gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: row; --container-layout-type: flex-container-layout; --container-display: flex; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63ectky__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63ectkz4__"] { min-height: 10px; --l_display: unset; height: auto; min-width: 20px; width: max-content; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; order: 1; flex: 0 0 max-content; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63ectkz4__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63ei1gh__"] { height: 20px; width: 20px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0.5px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63ectl04__"] { min-height: 10px; --l_display: unset; height: auto; min-width: 50px; width: max-content; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; order: 2; flex: 0 0 max-content; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63ectl04__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63er8cw__"] { height: auto; width: 100.004%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63er8cw__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 15px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
[id^="comp-mo7m5wfc_r_comp-m63ectl09__"] { min-height: 10px; --l_display: unset; height: auto; min-width: 0px; width: 50%; --comp-display: unset; box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; order: 3; flex: 1 1 20%; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63ectl09__"] { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63eszfr__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63eszfr__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 15px; --fontFamily: madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; }
:is(#comp-mo7m5wfc_r_comp-m63f0idk, [id^="comp-mo7m5wfc_r_comp-m63f0idk__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63f0idk-container { box-sizing: border-box; padding: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63f0idk, [id^="comp-mo7m5wfc_r_comp-m63f0idk__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63mw5cg, [id^="comp-mo7m5wfc_r_comp-m63mw5cg__"]) { width: 100%; height: auto; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63mw5cg, [id^="comp-mo7m5wfc_r_comp-m63mw5cg__"]) { --labelFont: normal normal normal 16px/1.4em madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --labelFontColor: var(--color_15); --alpha-labelFontColor: 1; --errorLabelFontColor: var(--color_17); --alpha-errorLabelFontColor: 1; --shapeBorderColor: 224,175,38; --shapeBorderWidth: 0px; --emptyShapeColor: 207,209,220; --filledShapeColor: 255,194,61; --alpha-filledShapeColor: 1; --errorShapeBorderColor: var(--color_37); --alpha-errorShapeBorderColor: 1; --errorShapeBorderWidth: 7px; --errorFilledShapeColor: var(--color_7); --alpha-errorFilledShapeColor: 1; --focusEmptyShapeColor: var(--color_15); --alpha-focusEmptyShapeColor: 1; --focusShapeBorderColor: var(--color_15); --alpha-focusShapeBorderColor: 1; --focusShapeBorderWidth: 1px; --txtlbl: var(--color_15); --alpha-txtlbl: 1; --fntlbl: normal normal normal 24px/1.4em madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --txtlblrq: var(--color_15); --alpha-txtlblrq: 1; --alpha-emptyShapeColor: 1; --alpha-shapeBorderColor: 1; }
:is(#comp-mo7m5wfc_r_comp-m5t7osut, [id^="comp-mo7m5wfc_r_comp-m5t7osut__"]) { height: auto; min-height: 100px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m5t7osut-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 48px min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5t7osut, [id^="comp-mo7m5wfc_r_comp-m5t7osut__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --alpha-bg: 0; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5t7oswi, [id^="comp-mo7m5wfc_r_comp-m5t7oswi__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 3 / 1 / 4 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5t7oswi, [id^="comp-mo7m5wfc_r_comp-m5t7oswi__"]) .comp-mo7m5wfc_r_comp-m5t7oswi-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5t7oswi, [id^="comp-mo7m5wfc_r_comp-m5t7oswi__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5t7oswj, [id^="comp-mo7m5wfc_r_comp-m5t7oswj__"]) { width: 100%; height: auto; --aspect-ratio: 0.5019241898148148; --l_display: unset; min-height: 0px; min-width: 0px; max-width: 99999px; aspect-ratio: 1/var(--aspect-ratio); --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5t7oswj, [id^="comp-mo7m5wfc_r_comp-m5t7oswj__"]) { --boxShadow: none; --borderSize: 0px; --borderColor: var(--color_2); --alpha-borderColor: 1; --font: normal normal normal 28px/1.4em proxima-n-w01-reg,sans-serif; --fontColor: 255,255,255; --alpha-fontColor: 1; --textSizeScale: 1px; --backgroundColor: 0,0,0; --playButtonSize: 48px; --playButtonMobileSize: 30px; --alpha-backgroundColor: 0; }
:is(#comp-mo7m5wfc_r_comp-m5t7qtc8, [id^="comp-mo7m5wfc_r_comp-m5t7qtc8__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5t7qtc8, [id^="comp-mo7m5wfc_r_comp-m5t7qtc8__"]) .comp-mo7m5wfc_r_comp-m5t7qtc8-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 60px 0px 36px; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5t7qtc8, [id^="comp-mo7m5wfc_r_comp-m5t7qtc8__"]) { --brw: 0px; --brd: 50,65,88; --bg: 237,240,244; --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 1; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5t90lo2, [id^="comp-mo7m5wfc_r_comp-m5t90lo2__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m5t90lo2-container { box-sizing: border-box; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m5t90lo2, [id^="comp-mo7m5wfc_r_comp-m5t90lo2__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5t90lo44, [id^="comp-mo7m5wfc_r_comp-m5t90lo44__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m5t90lo44-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5t90lo44, [id^="comp-mo7m5wfc_r_comp-m5t90lo44__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5t94kzf, [id^="comp-mo7m5wfc_r_comp-m5t94kzf__"]) { height: auto; width: 100%; --l_display: unset; min-width: 100px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5t94kzf, [id^="comp-mo7m5wfc_r_comp-m5t94kzf__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --textAlign: center; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontWeight: bold; --fontSize: 24px; --color: var(--color_15); --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m5t926yb, [id^="comp-mo7m5wfc_r_comp-m5t926yb__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 3; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m5t926yb-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5t926yb, [id^="comp-mo7m5wfc_r_comp-m5t926yb__"]) { --brw: 0px; --brd: 232,230,230; --bg: 255,255,255; --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63nly9d, [id^="comp-mo7m5wfc_r_comp-m63nly9d__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m63nly9d-container { box-sizing: border-box; gap: 0px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63nly9d, [id^="comp-mo7m5wfc_r_comp-m63nly9d__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63nly9f6, [id^="comp-mo7m5wfc_r_comp-m63nly9f6__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 100px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63nly9f6-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63nly9f6, [id^="comp-mo7m5wfc_r_comp-m63nly9f6__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63nly9g8, [id^="comp-mo7m5wfc_r_comp-m63nly9g8__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m63nly9g8-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63nly9g8, [id^="comp-mo7m5wfc_r_comp-m63nly9g8__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63nly9h, [id^="comp-mo7m5wfc_r_comp-m63nly9h__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63nly9h-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63nly9h, [id^="comp-mo7m5wfc_r_comp-m63nly9h__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63nly9h10, [id^="comp-mo7m5wfc_r_comp-m63nly9h10__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0.0214947% 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63nly9h10, [id^="comp-mo7m5wfc_r_comp-m63nly9h10__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --textAlign: center; --fontSize: 14px; --color: var(--color_14); --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m63nly9j, [id^="comp-mo7m5wfc_r_comp-m63nly9j__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63nly9j-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63nly9j, [id^="comp-mo7m5wfc_r_comp-m63nly9j__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63nly9j10, [id^="comp-mo7m5wfc_r_comp-m63nly9j10__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63nly9j10, [id^="comp-mo7m5wfc_r_comp-m63nly9j10__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 15px; --textAlign: center; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontWeight: bold; }
:is(#comp-mo7m5wfc_r_comp-m63nly9k5, [id^="comp-mo7m5wfc_r_comp-m63nly9k5__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 24px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63nly9k5-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63nly9k5, [id^="comp-mo7m5wfc_r_comp-m63nly9k5__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63nly9k15, [id^="comp-mo7m5wfc_r_comp-m63nly9k15__"]) { width: 32px; height: auto; --aspect-ratio: 1; --l_display: unset; aspect-ratio: 1/var(--aspect-ratio); --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63nly9k15, [id^="comp-mo7m5wfc_r_comp-m63nly9k15__"]) { --backgroundColor: var(--color_15); --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 300px 300px 300px 300px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 0; --boxShadowToggleOn-boxShadow: none; }
:is(#comp-mo7m5wfc_r_comp-m63nly9k15, [id^="comp-mo7m5wfc_r_comp-m63nly9k15__"]) wow-image { overflow: clip; }
:is(#comp-mo7m5wfc_r_comp-m63nly9k15, [id^="comp-mo7m5wfc_r_comp-m63nly9k15__"]) wow-image img { height: 100%; }
:is(#comp-mo7m5wfc_r_comp-m5t92833, [id^="comp-mo7m5wfc_r_comp-m5t92833__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 4; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m5t92833-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5t92833, [id^="comp-mo7m5wfc_r_comp-m5t92833__"]) { --brw: 0px; --brd: 232,230,230; --bg: 255,255,255; --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5tag6as, [id^="comp-mo7m5wfc_r_comp-m5tag6as__"]) { height: auto; width: 96%; --l_display: unset; min-width: 30px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5tag6as, [id^="comp-mo7m5wfc_r_comp-m5tag6as__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --fontSize: 13px; --lineHeight: 1.4em; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --textAlign: center; --color: var(--color_15); --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m5tf2thz, [id^="comp-mo7m5wfc_r_comp-m5tf2thz__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 5; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m5tf2thz-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5tf2thz, [id^="comp-mo7m5wfc_r_comp-m5tf2thz__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k18, [id^="comp-mo7m5wfc_r_comp-m5tf3k18__"]) { min-height: 21px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m5tf3k18-container { box-sizing: border-box; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: center; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k18, [id^="comp-mo7m5wfc_r_comp-m5tf3k18__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1b, [id^="comp-mo7m5wfc_r_comp-m5tf3k1b__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: max-content; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 0 0 max-content; position: relative; }
.comp-mo7m5wfc_r_comp-m5tf3k1b-container { box-sizing: border-box; column-gap: 6px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: min-content 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1b, [id^="comp-mo7m5wfc_r_comp-m5tf3k1b__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1c, [id^="comp-mo7m5wfc_r_comp-m5tf3k1c__"]) { height: 22px; width: 22px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1c12, [id^="comp-mo7m5wfc_r_comp-m5tf3k1c12__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1c12, [id^="comp-mo7m5wfc_r_comp-m5tf3k1c12__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 15px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: var(--color_15); --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1d13, [id^="comp-mo7m5wfc_r_comp-m5tf3k1d13__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: max-content; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 0 0 max-content; position: relative; }
.comp-mo7m5wfc_r_comp-m5tf3k1d13-container { box-sizing: border-box; column-gap: 6px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: min-content 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1d13, [id^="comp-mo7m5wfc_r_comp-m5tf3k1d13__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1e8, [id^="comp-mo7m5wfc_r_comp-m5tf3k1e8__"]) { height: 22px; width: 22px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1e20, [id^="comp-mo7m5wfc_r_comp-m5tf3k1e20__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1e20, [id^="comp-mo7m5wfc_r_comp-m5tf3k1e20__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 15px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: var(--color_15); --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m5th5u5n, [id^="comp-mo7m5wfc_r_comp-m5th5u5n__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 6; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m5th5u5n-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m5th5u5n, [id^="comp-mo7m5wfc_r_comp-m5th5u5n__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63opb8o, [id^="comp-mo7m5wfc_r_comp-m63opb8o__"]) { min-height: 0px; --l_display: unset; height: auto; direction: ltr; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63opb8o, [id^="comp-mo7m5wfc_r_comp-m63opb8o__"]) .comp-mo7m5wfc_r_comp-m63opb8o-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 12px 18px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: center; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63opb8o, [id^="comp-mo7m5wfc_r_comp-m63opb8o__"]):not(.comp-mo7m5wfc_r_comp-m63opb8o-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63opb8o, [id^="comp-mo7m5wfc_r_comp-m63opb8o__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63opb8s3__"] { min-height: 20px; --l_display: unset; height: auto; min-width: 180px; width: max-content; max-width: 230px; --comp-display: unset; box-sizing: border-box; column-gap: 6px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: min-content max-content 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63opb8s3__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63opb8t10__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63opb8t10__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 14px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: 50,65,88; --alpha-color: 1; }
[id^="comp-mo7m5wfc_r_comp-m63opb8v2__"] { height: 20px; width: 20px; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63opb8x5__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0%; grid-area: 1 / 3 / 2 / 4; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63opb8x5__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 14px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: 50,65,88; --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m63ogriz, [id^="comp-mo7m5wfc_r_comp-m63ogriz__"]) { min-height: 20px; --comp-display: grid; grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 2; flex: 1 1 100%; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63ogriz, [id^="comp-mo7m5wfc_r_comp-m63ogriz__"]) .comp-mo7m5wfc_r_comp-m63ogriz-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px 0%; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63ogriz, [id^="comp-mo7m5wfc_r_comp-m63ogriz__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63p3klj, [id^="comp-mo7m5wfc_r_comp-m63p3klj__"]) { width: 100%; height: auto; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63p3klj, [id^="comp-mo7m5wfc_r_comp-m63p3klj__"]) { --labelFont: normal normal normal 16px/1.4em madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --labelFontColor: var(--color_15); --alpha-labelFontColor: 1; --errorLabelFontColor: var(--color_17); --alpha-errorLabelFontColor: 1; --shapeBorderColor: 224,175,38; --shapeBorderWidth: 0px; --emptyShapeColor: 207,209,220; --filledShapeColor: 255,194,61; --alpha-filledShapeColor: 1; --errorShapeBorderColor: var(--color_37); --alpha-errorShapeBorderColor: 1; --errorShapeBorderWidth: 7px; --errorFilledShapeColor: var(--color_7); --alpha-errorFilledShapeColor: 1; --focusEmptyShapeColor: var(--color_15); --alpha-focusEmptyShapeColor: 1; --focusShapeBorderColor: var(--color_15); --alpha-focusShapeBorderColor: 1; --focusShapeBorderWidth: 1px; --txtlbl: var(--color_15); --alpha-txtlbl: 1; --fntlbl: normal normal normal 24px/1.4em madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --txtlblrq: var(--color_15); --alpha-txtlblrq: 1; --alpha-emptyShapeColor: 1; --alpha-shapeBorderColor: 1; }
:is(#comp-mo7m5wfc_r_comp-m63pe9l8, [id^="comp-mo7m5wfc_r_comp-m63pe9l8__"]) { min-height: 20px; --l_display: none; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 7; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63pe9l8-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63pe9l8, [id^="comp-mo7m5wfc_r_comp-m63pe9l8__"]):not(.comp-mo7m5wfc_r_comp-m63pe9l8-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63pe9l8, [id^="comp-mo7m5wfc_r_comp-m63pe9l8__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m5t86y06, [id^="comp-mo7m5wfc_r_comp-m5t86y06__"]) { width: 90px; height: auto; --aspect-ratio: 1; --l_display: unset; aspect-ratio: 1/var(--aspect-ratio); --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: -42px 0% 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m5t86y06, [id^="comp-mo7m5wfc_r_comp-m5t86y06__"]) { --backgroundColor: var(--color_15); --borderColor: 255,255,255; --alpha-borderColor: 1; --borderWidth: 6px; --cornerRadius: 300px 300px 300px 300px; --boxShadow: 2.43px 4.38px 10px 0px rgba(0,0,0,0.33); --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 0; }
:is(#comp-mo7m5wfc_r_comp-m5t86y06, [id^="comp-mo7m5wfc_r_comp-m5t86y06__"]) wow-image { overflow: clip; }
:is(#comp-mo7m5wfc_r_comp-m5t86y06, [id^="comp-mo7m5wfc_r_comp-m5t86y06__"]) wow-image img { height: 100%; }
:is(#comp-mo7m5wfc_r_comp-m63q8wkb, [id^="comp-mo7m5wfc_r_comp-m63q8wkb__"]) { height: auto; min-height: 100px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m63q8wkb-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63q8wkb, [id^="comp-mo7m5wfc_r_comp-m63q8wkb__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --alpha-bg: 0; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63q8wlj1, [id^="comp-mo7m5wfc_r_comp-m63q8wlj1__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63q8wlj1, [id^="comp-mo7m5wfc_r_comp-m63q8wlj1__"]) .comp-mo7m5wfc_r_comp-m63q8wlj1-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63q8wlj1, [id^="comp-mo7m5wfc_r_comp-m63q8wlj1__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63q8wll1, [id^="comp-mo7m5wfc_r_comp-m63q8wll1__"]) { width: 100%; height: auto; --aspect-ratio: 0.5764192139737991; --l_display: unset; min-height: unset; min-width: 0px; max-width: 99999px; aspect-ratio: 1/var(--aspect-ratio); --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63q8wll1, [id^="comp-mo7m5wfc_r_comp-m63q8wll1__"]) { --boxShadow: none; --borderSize: 0px; --borderColor: var(--color_2); --alpha-borderColor: 1; --font: normal normal normal 28px/1.4em proxima-n-w01-reg,sans-serif; --fontColor: 255,255,255; --alpha-fontColor: 1; --textSizeScale: 1px; --backgroundColor: 0,0,0; --playButtonSize: 48px; --playButtonMobileSize: 30px; --alpha-backgroundColor: 0; }
:is(#comp-mo7m5wfc_r_comp-m63q8wln1, [id^="comp-mo7m5wfc_r_comp-m63q8wln1__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m63q8wln1-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63q8wln1, [id^="comp-mo7m5wfc_r_comp-m63q8wln1__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63q8wlo7, [id^="comp-mo7m5wfc_r_comp-m63q8wlo7__"]) { min-height: 5px; --comp-display: grid; grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --l_display: unset; height: auto; min-width: 220px; width: 100%; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63q8wlo7, [id^="comp-mo7m5wfc_r_comp-m63q8wlo7__"]) .comp-mo7m5wfc_r_comp-m63q8wlo7-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 3%; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63q8wlo7, [id^="comp-mo7m5wfc_r_comp-m63q8wlo7__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qjscq, [id^="comp-mo7m5wfc_r_comp-m63qjscq__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63qjscq, [id^="comp-mo7m5wfc_r_comp-m63qjscq__"]) .comp-mo7m5wfc_r_comp-m63qjscq-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 0px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63qjscq, [id^="comp-mo7m5wfc_r_comp-m63qjscq__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --backdrop-filter: none; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qk1i3, [id^="comp-mo7m5wfc_r_comp-m63qk1i3__"]) { --l_display: unset; width: auto; height: auto; min-height: 0px; min-width: 0px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63qk1i3, [id^="comp-mo7m5wfc_r_comp-m63qk1i3__"]) { --backgroundColor: 0,0,0; --borderColor: var(--color_15); --alpha-borderColor: 1; --borderWidth: 0px; --cornerRadius: 16px 16px 16px 16px; --boxShadow: none; --mediaOpacity: 0.62; --blendMode: normal; --alpha-backgroundColor: 1; --boxShadowToggleOn-boxShadow: none; }
:is(#comp-mo7m5wfc_r_comp-m63qk1i3, [id^="comp-mo7m5wfc_r_comp-m63qk1i3__"]) wow-image { overflow: clip; }
:is(#comp-mo7m5wfc_r_comp-m63qk1i3, [id^="comp-mo7m5wfc_r_comp-m63qk1i3__"]) wow-image img { height: 100%; }
:is(#comp-mo7m5wfc_r_comp-m63qndic, [id^="comp-mo7m5wfc_r_comp-m63qndic__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 180px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 4% 6%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m63qndic-container { box-sizing: border-box; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63qndic, [id^="comp-mo7m5wfc_r_comp-m63qndic__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndif7, [id^="comp-mo7m5wfc_r_comp-m63qndif7__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63qndif7-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63qndif7, [id^="comp-mo7m5wfc_r_comp-m63qndif7__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndig9, [id^="comp-mo7m5wfc_r_comp-m63qndig9__"]) { height: auto; width: 100%; --l_display: unset; min-width: 100px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63qndig9, [id^="comp-mo7m5wfc_r_comp-m63qndig9__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --color: 255,255,255; --alpha-color: 1; --textAlign: center; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontWeight: bold; --fontSize: 24px; }
:is(#comp-mo7m5wfc_r_comp-m63qndih9, [id^="comp-mo7m5wfc_r_comp-m63qndih9__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63qndih9-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63qndih9, [id^="comp-mo7m5wfc_r_comp-m63qndih9__"]) { --brw: 0px; --brd: 232,230,230; --bg: 255,255,255; --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndii6, [id^="comp-mo7m5wfc_r_comp-m63qndii6__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m63qndii6-container { box-sizing: border-box; gap: 0px 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63qndii6, [id^="comp-mo7m5wfc_r_comp-m63qndii6__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndik, [id^="comp-mo7m5wfc_r_comp-m63qndik__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 100px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63qndik-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63qndik, [id^="comp-mo7m5wfc_r_comp-m63qndik__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndil, [id^="comp-mo7m5wfc_r_comp-m63qndil__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m63qndil-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63qndil, [id^="comp-mo7m5wfc_r_comp-m63qndil__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndil8, [id^="comp-mo7m5wfc_r_comp-m63qndil8__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63qndil8-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63qndil8, [id^="comp-mo7m5wfc_r_comp-m63qndil8__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndim7, [id^="comp-mo7m5wfc_r_comp-m63qndim7__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63qndim7, [id^="comp-mo7m5wfc_r_comp-m63qndim7__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --textAlign: center; --fontSize: 14px; --color: 255,255,255; --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m63qndim21, [id^="comp-mo7m5wfc_r_comp-m63qndim21__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63qndim21-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63qndim21, [id^="comp-mo7m5wfc_r_comp-m63qndim21__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndin9, [id^="comp-mo7m5wfc_r_comp-m63qndin9__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63qndin9, [id^="comp-mo7m5wfc_r_comp-m63qndin9__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --textAlign: center; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 15px; --fontWeight: bold; --color: 255,255,255; --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m63qndio, [id^="comp-mo7m5wfc_r_comp-m63qndio__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 24px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63qndio-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63qndio, [id^="comp-mo7m5wfc_r_comp-m63qndio__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndio10, [id^="comp-mo7m5wfc_r_comp-m63qndio10__"]) { width: 32px; height: auto; --aspect-ratio: 1; --l_display: unset; aspect-ratio: 1/var(--aspect-ratio); --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63qndio10, [id^="comp-mo7m5wfc_r_comp-m63qndio10__"]) { --backgroundColor: var(--color_15); --borderColor: 255,255,255; --borderWidth: 2px; --cornerRadius: 300px 300px 300px 300px; --boxShadow: none; --mediaOpacity: 1; --blendMode: normal; --alpha-backgroundColor: 0; --boxShadowToggleOn-boxShadow: none; --alpha-borderColor: 0.64; }
:is(#comp-mo7m5wfc_r_comp-m63qndio10, [id^="comp-mo7m5wfc_r_comp-m63qndio10__"]) wow-image { overflow: clip; }
:is(#comp-mo7m5wfc_r_comp-m63qndio10, [id^="comp-mo7m5wfc_r_comp-m63qndio10__"]) wow-image img { height: 100%; }
:is(#comp-mo7m5wfc_r_comp-m63qndiz, [id^="comp-mo7m5wfc_r_comp-m63qndiz__"]) { min-height: 20px; --comp-display: grid; grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 3; flex: 1 1 100%; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63qndiz, [id^="comp-mo7m5wfc_r_comp-m63qndiz__"]) .comp-mo7m5wfc_r_comp-m63qndiz-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px 0%; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63qndiz, [id^="comp-mo7m5wfc_r_comp-m63qndiz__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63qndiz10, [id^="comp-mo7m5wfc_r_comp-m63qndiz10__"]) { width: 100%; height: auto; --l_display: unset; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63qndiz10, [id^="comp-mo7m5wfc_r_comp-m63qndiz10__"]) { --labelFont: normal normal normal 16px/1.4em madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --labelFontColor: 255,255,255; --alpha-labelFontColor: 1; --errorLabelFontColor: var(--color_17); --alpha-errorLabelFontColor: 1; --shapeBorderColor: 224,175,38; --shapeBorderWidth: 0px; --emptyShapeColor: 207,209,220; --filledShapeColor: 255,194,61; --alpha-filledShapeColor: 1; --errorShapeBorderColor: var(--color_37); --alpha-errorShapeBorderColor: 1; --errorShapeBorderWidth: 7px; --errorFilledShapeColor: var(--color_7); --alpha-errorFilledShapeColor: 1; --focusEmptyShapeColor: var(--color_15); --alpha-focusEmptyShapeColor: 1; --focusShapeBorderColor: var(--color_15); --alpha-focusShapeBorderColor: 1; --focusShapeBorderWidth: 1px; --txtlbl: 255,255,255; --alpha-txtlbl: 1; --fntlbl: normal normal normal 24px/1.4em madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --txtlblrq: var(--color_15); --alpha-txtlblrq: 1; --alpha-emptyShapeColor: 1; --alpha-shapeBorderColor: 1; }
:is(#comp-mo7m5wfc_r_comp-m63wtoh2, [id^="comp-mo7m5wfc_r_comp-m63wtoh2__"]) { min-height: 5px; --comp-display: grid; grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --l_display: unset; height: auto; min-width: 220px; width: 100%; max-width: 99999px; max-height: 99999px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 2; flex: 1 1 100%; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63wtoh2, [id^="comp-mo7m5wfc_r_comp-m63wtoh2__"]) .comp-mo7m5wfc_r_comp-m63wtoh2-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0% 3% 3%; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63wtoh2, [id^="comp-mo7m5wfc_r_comp-m63wtoh2__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63wv5xm, [id^="comp-mo7m5wfc_r_comp-m63wv5xm__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m63wv5xm-container { box-sizing: border-box; gap: 12px 0px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: flex-start; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63wv5xm, [id^="comp-mo7m5wfc_r_comp-m63wv5xm__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63wv5xz11, [id^="comp-mo7m5wfc_r_comp-m63wv5xz11__"]) { min-height: 5px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 1; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63wv5xz11-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63wv5xz11, [id^="comp-mo7m5wfc_r_comp-m63wv5xz11__"]) { --brw: 0px; --brd: 232,230,230; --bg: 255,255,255; --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63wv5y69, [id^="comp-mo7m5wfc_r_comp-m63wv5y69__"]) { --l_display: unset; height: auto; min-width: 30px; width: 96%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: center; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63wv5y69, [id^="comp-mo7m5wfc_r_comp-m63wv5y69__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --color: 0,0,0; --alpha-color: 1; --textAlign: center; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --lineHeight: 1.4em; --fontSize: 13px; }
:is(#comp-mo7m5wfc_r_comp-m63wv5yc, [id^="comp-mo7m5wfc_r_comp-m63wv5yc__"]) { min-height: 5px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 2; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63wv5yc-container { box-sizing: border-box; row-gap: 4px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content min-content; grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63wv5yc, [id^="comp-mo7m5wfc_r_comp-m63wv5yc__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63wv5ym8, [id^="comp-mo7m5wfc_r_comp-m63wv5ym8__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m63wv5ym8-container { box-sizing: border-box; gap: 4px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: center; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63wv5ym8, [id^="comp-mo7m5wfc_r_comp-m63wv5ym8__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63wv5ys6, [id^="comp-mo7m5wfc_r_comp-m63wv5ys6__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: max-content; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 0 0 max-content; position: relative; }
.comp-mo7m5wfc_r_comp-m63wv5ys6-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(22px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63wv5ys6, [id^="comp-mo7m5wfc_r_comp-m63wv5ys6__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63wv5z45, [id^="comp-mo7m5wfc_r_comp-m63wv5z45__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63wv5z45, [id^="comp-mo7m5wfc_r_comp-m63wv5z45__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 15px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: var(--color_15); --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m63wv5za9, [id^="comp-mo7m5wfc_r_comp-m63wv5za9__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: max-content; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 0 0 max-content; position: relative; }
.comp-mo7m5wfc_r_comp-m63wv5za9-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(22px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63wv5za9, [id^="comp-mo7m5wfc_r_comp-m63wv5za9__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zo11, [id^="comp-mo7m5wfc_r_comp-m63wv5zo11__"]) { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zo11, [id^="comp-mo7m5wfc_r_comp-m63wv5zo11__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 15px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: var(--color_15); --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jf, [id^="comp-mo7m5wfc_r_comp-m64hx9jf__"]) { min-height: 0px; --l_display: unset; height: auto; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 2 / 1 / 3 / 2; position: relative; }
.comp-mo7m5wfc_r_comp-m64hx9jf-container { box-sizing: border-box; gap: 4px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: center; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jf, [id^="comp-mo7m5wfc_r_comp-m64hx9jf__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jq, [id^="comp-mo7m5wfc_r_comp-m64hx9jq__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: max-content; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 1; flex: 0 0 max-content; position: relative; }
.comp-mo7m5wfc_r_comp-m64hx9jq-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(22px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jq, [id^="comp-mo7m5wfc_r_comp-m64hx9jq__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jr2, [id^="comp-mo7m5wfc_r_comp-m64hx9jr2__"]) { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jr2, [id^="comp-mo7m5wfc_r_comp-m64hx9jr2__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --color: var(--color_15); --alpha-color: 1; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 15px; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jt1, [id^="comp-mo7m5wfc_r_comp-m64hx9jt1__"]) { min-height: 20px; --l_display: unset; height: auto; min-width: 50px; width: max-content; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; order: 2; flex: 0 0 max-content; position: relative; }
.comp-mo7m5wfc_r_comp-m64hx9jt1-container { box-sizing: border-box; gap: 0px; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(22px, max-content); grid-template-columns: minmax(0px, 1fr); --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jt1, [id^="comp-mo7m5wfc_r_comp-m64hx9jt1__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m64hx9ju9, [id^="comp-mo7m5wfc_r_comp-m64hx9ju9__"]) { --l_display: unset; height: auto; min-width: 20px; width: 100%; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m64hx9ju9, [id^="comp-mo7m5wfc_r_comp-m64hx9ju9__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --color: var(--color_15); --alpha-color: 1; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 15px; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zu1, [id^="comp-mo7m5wfc_r_comp-m63wv5zu1__"]) { min-height: 5px; --l_display: unset; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 3; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63wv5zu1-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zu1, [id^="comp-mo7m5wfc_r_comp-m63wv5zu1__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zz9, [id^="comp-mo7m5wfc_r_comp-m63wv5zz9__"]) { min-height: 0px; --l_display: unset; height: auto; direction: ltr; min-width: 0px; width: auto; max-width: 99999px; max-height: 99999px; --comp-display: unset; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zz9, [id^="comp-mo7m5wfc_r_comp-m63wv5zz9__"]) .comp-mo7m5wfc_r_comp-m63wv5zz9-container { box-sizing: border-box; position: relative; pointer-events: none; gap: 8px; display: var(--l_display,var(--container-display)); flex-flow: wrap; justify-content: center; --container-layout-type: flex-container-layout; --container-display: flex; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zz9, [id^="comp-mo7m5wfc_r_comp-m63wv5zz9__"]):not(.comp-mo7m5wfc_r_comp-m63wv5zz9-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zz9, [id^="comp-mo7m5wfc_r_comp-m63wv5zz9__"]) { --brw: 0px; --brd: 50,65,88; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-brd: 0; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63wv607__"] { min-height: 5px; --l_display: unset; height: auto; min-width: 120px; width: max-content; max-width: 230px; --comp-display: unset; box-sizing: border-box; column-gap: 6px; display: var(--l_display,var(--container-display)); grid-template-rows: min-content; grid-template-columns: min-content max-content 1fr; --container-layout-type: grid-container-layout; --container-display: grid; pointer-events: auto; margin: 0px; flex: 0 0 auto; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63wv607__"] { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px 0px 0px 0px; --shd: none; --gradient: none; --alpha-brd: 1; --alpha-bg: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-m63wv60c10__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63wv60c10__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 14px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: 50,65,88; --alpha-color: 1; }
[id^="comp-mo7m5wfc_r_comp-m63wv60o__"] { height: auto; width: 100%; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 0px 0% 0%; grid-area: 1 / 3 / 2 / 4; position: relative; }
[id^="comp-mo7m5wfc_r_comp-m63wv60o__"] { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --textDecoration: none; --fontSize: 14px; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --color: 50,65,88; --alpha-color: 1; }
:is(#comp-mo7m5wfc_r_comp-m63wv60w12, [id^="comp-mo7m5wfc_r_comp-m63wv60w12__"]) { min-height: 20px; --l_display: none; height: auto; min-width: 0px; width: 100%; max-width: 99999px; max-height: 99999px; --comp-display: unset; scroll-snap-align: none; pointer-events: auto; margin: 0px; align-self: stretch; order: 4; flex: 1 1 100%; position: relative; }
.comp-mo7m5wfc_r_comp-m63wv60w12-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63wv60w12, [id^="comp-mo7m5wfc_r_comp-m63wv60w12__"]):not(.comp-mo7m5wfc_r_comp-m63wv60w12-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m63wv60w12, [id^="comp-mo7m5wfc_r_comp-m63wv60w12__"]) { --brw: 0px; --brd: 232,230,230; --bg: var(--color_16); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0.18; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6uikm0q, [id^="comp-mo7m5wfc_r_comp-m6uikm0q__"]) { height: 300px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m6uikm0q-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m6uikm0q, [id^="comp-mo7m5wfc_r_comp-m6uikm0q__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: 255,255,255; --rd: 0px; --shd: none; --gradient: none; --alphaBg: 1; --alphaBrd: 0.18; --boxShadowToggleOn-shd: none; --alpha-bg: 1; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m6uikxe7, [id^="comp-mo7m5wfc_r_comp-m6uikxe7__"]) { width: auto; height: auto; --l_display: unset; min-height: 0px; min-width: 0px; max-width: 99999px; max-height: 99999px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m3ofq2hz, [id^="comp-mo7m5wfc_r_comp-m3ofq2hz__"]) { --l_display: unset; height: auto; min-width: 220px; width: 100%; max-width: 99999px; --comp-display: unset; place-self: start center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 2 / 1 / 3 / 2; }
.comp-mo7m5wfc_r_comp-m3ofq2hz-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3ofq2hz, [id^="comp-mo7m5wfc_r_comp-m3ofq2hz__"]):not(.comp-mo7m5wfc_r_comp-m3ofq2hz-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3ofq2hz, [id^="comp-mo7m5wfc_r_comp-m3ofq2hz__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: 255,248,234; --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m3ofq2i713, [id^="comp-mo7m5wfc_r_comp-m3ofq2i713__"]) { height: auto; min-height: 0px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m3ofq2i713-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3ofq2i713, [id^="comp-mo7m5wfc_r_comp-m3ofq2i713__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_31); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m3ofq2i310, [id^="comp-mo7m5wfc_r_comp-m3ofq2i310__"]) { height: auto; min-height: 30px; width: 100%; --comp-display: unset; justify-self: center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin-left: auto; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m3ofq2i310-container { box-sizing: border-box; padding: 4px 8px; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3ofq2i310, [id^="comp-mo7m5wfc_r_comp-m3ofq2i310__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: 255,248,234; --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 1; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m3qumgbv, [id^="comp-mo7m5wfc_r_comp-m3qumgbv__"]) { min-height: 0px; --comp-display: flex; --l_display: unset; height: auto; width: auto; min-width: 0px; display: var(--l_display,var(--comp-display,flex)); flex-direction: column; place-self: stretch; pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m3qumgbv, [id^="comp-mo7m5wfc_r_comp-m3qumgbv__"]) .comp-mo7m5wfc_r_comp-m3qumgbv-container { box-sizing: border-box; position: relative; pointer-events: none; padding: 0px 12px 0px 4px; column-gap: 6px; flex-grow: 1; display: var(--l_display,var(--container-display)); grid-template-rows: minmax(max-content, 100%); grid-template-columns: 0.0454545fr 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3qumgbv, [id^="comp-mo7m5wfc_r_comp-m3qumgbv__"]) { --brw: 0px; --brd: var(--color_15); --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alpha-brd: 0; --boxShadowToggleOn-shd: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-m3qumgc9, [id^="comp-mo7m5wfc_r_comp-m3qumgc9__"]) { width: 100%; height: auto; --l_display: unset; min-width: 20px; --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start; pointer-events: auto; margin: 2px 0% 0%; grid-area: 1 / 2 / 2 / 3; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m3qumgc9, [id^="comp-mo7m5wfc_r_comp-m3qumgc9__"]) { --backgroundColor: 0,0,0; --alpha-backgroundColor: 0; --blendMode: normal; --textShadow: 0px 0px transparent; --textOutline: 0px 0px transparent; --color: 0,0,0; --alpha-color: 1; --textAlign: left; --fontFamily: madefor-text-mediumbold,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif; --fontSize: 11px; }
:is(#comp-mo7m5wfc_r_comp-m3qumgcc, [id^="comp-mo7m5wfc_r_comp-m3qumgcc__"]) { width: 14px; height: auto; --aspect-ratio: 1; --l_display: unset; aspect-ratio: 1/var(--aspect-ratio); --comp-display: unset; display: var(--l_display,var(--display,block)); place-self: start end; pointer-events: auto; margin: 2px 4px 0px 0px; grid-area: 1 / 1 / 2 / 2; position: relative; }
:is(#comp-mo7m5wfc_r_comp-m3qumgcc, [id^="comp-mo7m5wfc_r_comp-m3qumgcc__"]) { opacity: 1; --comp-opacity: 1; transform: translateX(0px) translateY(0px) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg); --comp-rotate-z: 0deg; }
:is(#comp-mo7m5wfc_r_comp-m3ofq8ba, [id^="comp-mo7m5wfc_r_comp-m3ofq8ba__"]) { min-height: 0px; --l_display: none; height: auto; min-width: 220px; width: 100%; max-width: 99999px; --comp-display: unset; place-self: start center; position: relative; --force-auto: auto; top: var(--force-auto,calc(0px)); bottom: var(--force-auto,); left: var(--force-auto,); right: var(--force-auto,); pointer-events: auto; margin: 0%; grid-area: 1 / 1 / 2 / 2; }
.comp-mo7m5wfc_r_comp-m3ofq8ba-container { box-sizing: border-box; display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: 1fr; --container-layout-type: grid-container-layout; --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3ofq8ba, [id^="comp-mo7m5wfc_r_comp-m3ofq8ba__"]):not(.comp-mo7m5wfc_r_comp-m3ofq8ba-container) { display: var(--l_display,var(--container-display)); grid-template-rows: 1fr; grid-template-columns: minmax(0px, 1fr); --container-display: grid; }
:is(#comp-mo7m5wfc_r_comp-m3ofq8ba, [id^="comp-mo7m5wfc_r_comp-m3ofq8ba__"]) { --brw: 0px; --brd: 232,230,230; --alpha-brd: 1; --bg: var(--color_11); --rd: 0px; --shd: none; --gradient: none; --alpha-bg: 0; --alphaBg: 1; --boxShadowToggleOn-shd: none; --alphaBrd: 0.18; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r2v, [id^="comp-mo7m5wfc_r_comp-mhqb3r2v__"]) .comp-mo7m5wfc_r_comp-mhqb3r2v-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhqb3r2v, [id^="comp-mo7m5wfc_r_comp-mhqb3r2v__"]) .comp-mo7m5wfc_r_comp-mhqb3r2v-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px 0px 3px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgba(255, 255, 255, 0); border-image: initial; color: rgb(182, 208, 218); border-radius: 0px; text-decoration-line: none; font-size: 17px; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r2v, [id^="comp-mo7m5wfc_r_comp-mhqb3r2v__"]) .comp-mo7m5wfc_r_comp-mhqb3r2v-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(0, 0, 0); border-radius: 0px; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r2v, [id^="comp-mo7m5wfc_r_comp-mhqb3r2v__"]) .comp-mo7m5wfc_r_comp-mhqb3r2v-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { color: rgb(182, 208, 218); border-radius: 0px; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(0, 0, 0); text-decoration-line: none; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r2v, [id^="comp-mo7m5wfc_r_comp-mhqb3r2v__"]) .comp-mo7m5wfc_r_comp-mhqb3r2v-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-image: initial; border-radius: 0px; border-width: 1px 0px 0px; border-style: solid; border-color: rgb(229, 211, 179) rgb(182, 208, 218); background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r2v, [id^="comp-mo7m5wfc_r_comp-mhqb3r2v__"]) .comp-mo7m5wfc_r_comp-mhqb3r2v-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(229, 211, 179); background: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3g10, [id^="comp-mo7m5wfc_r_comp-mhqb3r3g10__"]) .comp-mo7m5wfc_r_comp-mhqb3r3g10-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3g10, [id^="comp-mo7m5wfc_r_comp-mhqb3r3g10__"]) .comp-mo7m5wfc_r_comp-mhqb3r3g10-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 2px; background-color: rgba(255, 255, 255, 0); box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3g10, [id^="comp-mo7m5wfc_r_comp-mhqb3r3g10__"]) .comp-mo7m5wfc_r_comp-mhqb3r3g10-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3g10, [id^="comp-mo7m5wfc_r_comp-mhqb3r3g10__"]) .comp-mo7m5wfc_r_comp-mhqb3r3g10-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3g10, [id^="comp-mo7m5wfc_r_comp-mhqb3r3g10__"]) .comp-mo7m5wfc_r_comp-mhqb3r3g10-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3g10, [id^="comp-mo7m5wfc_r_comp-mhqb3r3g10__"]) .comp-mo7m5wfc_r_comp-mhqb3r3g10-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4d11, [id^="comp-mo7m5wfc_r_comp-mhqb3r4d11__"]) .comp-mo7m5wfc_r_comp-mhqb3r4d11-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4d11, [id^="comp-mo7m5wfc_r_comp-mhqb3r4d11__"]) .comp-mo7m5wfc_r_comp-mhqb3r4d11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 2px; background-color: rgba(255, 255, 255, 0); box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4d11, [id^="comp-mo7m5wfc_r_comp-mhqb3r4d11__"]) .comp-mo7m5wfc_r_comp-mhqb3r4d11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4d11, [id^="comp-mo7m5wfc_r_comp-mhqb3r4d11__"]) .comp-mo7m5wfc_r_comp-mhqb3r4d11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4d11, [id^="comp-mo7m5wfc_r_comp-mhqb3r4d11__"]) .comp-mo7m5wfc_r_comp-mhqb3r4d11-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4d11, [id^="comp-mo7m5wfc_r_comp-mhqb3r4d11__"]) .comp-mo7m5wfc_r_comp-mhqb3r4d11-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4r8, [id^="comp-mo7m5wfc_r_comp-mhqb3r4r8__"]) .comp-mo7m5wfc_r_comp-mhqb3r4r8-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4r8, [id^="comp-mo7m5wfc_r_comp-mhqb3r4r8__"]) .comp-mo7m5wfc_r_comp-mhqb3r4r8-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 2px; background-color: rgba(255, 255, 255, 0); box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4r8, [id^="comp-mo7m5wfc_r_comp-mhqb3r4r8__"]) .comp-mo7m5wfc_r_comp-mhqb3r4r8-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4r8, [id^="comp-mo7m5wfc_r_comp-mhqb3r4r8__"]) .comp-mo7m5wfc_r_comp-mhqb3r4r8-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4r8, [id^="comp-mo7m5wfc_r_comp-mhqb3r4r8__"]) .comp-mo7m5wfc_r_comp-mhqb3r4r8-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4r8, [id^="comp-mo7m5wfc_r_comp-mhqb3r4r8__"]) .comp-mo7m5wfc_r_comp-mhqb3r4r8-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4wxg5, [id^="comp-mo7m5wfc_r_comp-mhqb4wxg5__"]) .comp-mo7m5wfc_r_comp-mhqb4wxg5-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhqb4wxg5, [id^="comp-mo7m5wfc_r_comp-mhqb4wxg5__"]) .comp-mo7m5wfc_r_comp-mhqb4wxg5-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px 0px 3px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgba(255, 255, 255, 0); border-image: initial; color: rgb(182, 208, 218); border-radius: 0px; text-decoration-line: none; font-size: 17px; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4wxg5, [id^="comp-mo7m5wfc_r_comp-mhqb4wxg5__"]) .comp-mo7m5wfc_r_comp-mhqb4wxg5-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(0, 0, 0); border-radius: 0px; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4wxg5, [id^="comp-mo7m5wfc_r_comp-mhqb4wxg5__"]) .comp-mo7m5wfc_r_comp-mhqb4wxg5-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { color: rgb(182, 208, 218); border-radius: 0px; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(0, 0, 0); text-decoration-line: none; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4wxg5, [id^="comp-mo7m5wfc_r_comp-mhqb4wxg5__"]) .comp-mo7m5wfc_r_comp-mhqb4wxg5-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-image: initial; border-radius: 0px; border-width: 1px 0px 0px; border-style: solid; border-color: rgb(229, 211, 179) rgb(182, 208, 218); background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4wxg5, [id^="comp-mo7m5wfc_r_comp-mhqb4wxg5__"]) .comp-mo7m5wfc_r_comp-mhqb4wxg5-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(229, 211, 179); background: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9b, [id^="comp-mo7m5wfc_r_comp-mhqb4t9b__"]) .comp-mo7m5wfc_r_comp-mhqb4t9b-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9b, [id^="comp-mo7m5wfc_r_comp-mhqb4t9b__"]) .comp-mo7m5wfc_r_comp-mhqb4t9b-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px 0px 3px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgba(255, 255, 255, 0); border-image: initial; color: rgb(182, 208, 218); border-radius: 0px; text-decoration-line: none; font-size: 17px; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9b, [id^="comp-mo7m5wfc_r_comp-mhqb4t9b__"]) .comp-mo7m5wfc_r_comp-mhqb4t9b-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(0, 0, 0); border-radius: 0px; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9b, [id^="comp-mo7m5wfc_r_comp-mhqb4t9b__"]) .comp-mo7m5wfc_r_comp-mhqb4t9b-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { color: rgb(182, 208, 218); border-radius: 0px; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(0, 0, 0); text-decoration-line: none; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9b, [id^="comp-mo7m5wfc_r_comp-mhqb4t9b__"]) .comp-mo7m5wfc_r_comp-mhqb4t9b-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-image: initial; border-radius: 0px; border-width: 1px 0px 0px; border-style: solid; border-color: rgb(229, 211, 179) rgb(182, 208, 218); background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9b, [id^="comp-mo7m5wfc_r_comp-mhqb4t9b__"]) .comp-mo7m5wfc_r_comp-mhqb4t9b-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(229, 211, 179); background: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9n11, [id^="comp-mo7m5wfc_r_comp-mhqb4t9n11__"]) .comp-mo7m5wfc_r_comp-mhqb4t9n11-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9n11, [id^="comp-mo7m5wfc_r_comp-mhqb4t9n11__"]) .comp-mo7m5wfc_r_comp-mhqb4t9n11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 2px; background-color: rgba(255, 255, 255, 0); box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9n11, [id^="comp-mo7m5wfc_r_comp-mhqb4t9n11__"]) .comp-mo7m5wfc_r_comp-mhqb4t9n11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9n11, [id^="comp-mo7m5wfc_r_comp-mhqb4t9n11__"]) .comp-mo7m5wfc_r_comp-mhqb4t9n11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9n11, [id^="comp-mo7m5wfc_r_comp-mhqb4t9n11__"]) .comp-mo7m5wfc_r_comp-mhqb4t9n11-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9n11, [id^="comp-mo7m5wfc_r_comp-mhqb4t9n11__"]) .comp-mo7m5wfc_r_comp-mhqb4t9n11-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4tan8, [id^="comp-mo7m5wfc_r_comp-mhqb4tan8__"]) .comp-mo7m5wfc_r_comp-mhqb4tan8-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhqb4tan8, [id^="comp-mo7m5wfc_r_comp-mhqb4tan8__"]) .comp-mo7m5wfc_r_comp-mhqb4tan8-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 2px; background-color: rgba(255, 255, 255, 0); box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tan8, [id^="comp-mo7m5wfc_r_comp-mhqb4tan8__"]) .comp-mo7m5wfc_r_comp-mhqb4tan8-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tan8, [id^="comp-mo7m5wfc_r_comp-mhqb4tan8__"]) .comp-mo7m5wfc_r_comp-mhqb4tan8-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tan8, [id^="comp-mo7m5wfc_r_comp-mhqb4tan8__"]) .comp-mo7m5wfc_r_comp-mhqb4tan8-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4tan8, [id^="comp-mo7m5wfc_r_comp-mhqb4tan8__"]) .comp-mo7m5wfc_r_comp-mhqb4tan8-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb5, [id^="comp-mo7m5wfc_r_comp-mhqb4tb5__"]) .comp-mo7m5wfc_r_comp-mhqb4tb5-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb5, [id^="comp-mo7m5wfc_r_comp-mhqb4tb5__"]) .comp-mo7m5wfc_r_comp-mhqb4tb5-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 2px; background-color: rgba(255, 255, 255, 0); box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb5, [id^="comp-mo7m5wfc_r_comp-mhqb4tb5__"]) .comp-mo7m5wfc_r_comp-mhqb4tb5-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb5, [id^="comp-mo7m5wfc_r_comp-mhqb4tb5__"]) .comp-mo7m5wfc_r_comp-mhqb4tb5-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 2px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb5, [id^="comp-mo7m5wfc_r_comp-mhqb4tb5__"]) .comp-mo7m5wfc_r_comp-mhqb4tb5-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb5, [id^="comp-mo7m5wfc_r_comp-mhqb4tb5__"]) .comp-mo7m5wfc_r_comp-mhqb4tb5-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhq57opz, [id^="comp-mo7m5wfc_r_comp-mhq57opz__"]) .comp-mo7m5wfc_r_comp-mhq57opz-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq57opz, [id^="comp-mo7m5wfc_r_comp-mhq57opz__"]) .comp-mo7m5wfc_r_comp-mhq57opz-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgba(232, 234, 237, 0); border-radius: 0px; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 15px; }
:is(#comp-mo7m5wfc_r_comp-mhq57opz, [id^="comp-mo7m5wfc_r_comp-mhq57opz__"]) .comp-mo7m5wfc_r_comp-mhq57opz-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); border-radius: 0px; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq57opz, [id^="comp-mo7m5wfc_r_comp-mhq57opz__"]) .comp-mo7m5wfc_r_comp-mhq57opz-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { color: rgb(182, 208, 218); border-radius: 0px; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq57opz, [id^="comp-mo7m5wfc_r_comp-mhq57opz__"]) .comp-mo7m5wfc_r_comp-mhq57opz-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgb(236, 239, 243); padding: 20px 10px; }
:is(#comp-mo7m5wfc_r_comp-mhq57opz, [id^="comp-mo7m5wfc_r_comp-mhq57opz__"]) .comp-mo7m5wfc_r_comp-mhq57opz-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); background-color: rgba(255, 255, 255, 0); padding: 0px; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqj11, [id^="comp-mo7m5wfc_r_comp-mhq57oqj11__"]) .comp-mo7m5wfc_r_comp-mhq57oqj11-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq57oqj11, [id^="comp-mo7m5wfc_r_comp-mhq57oqj11__"]) .comp-mo7m5wfc_r_comp-mhq57oqj11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgb(229, 211, 179); font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 32px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqj11, [id^="comp-mo7m5wfc_r_comp-mhq57oqj11__"]) .comp-mo7m5wfc_r_comp-mhq57oqj11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqj11, [id^="comp-mo7m5wfc_r_comp-mhq57oqj11__"]) .comp-mo7m5wfc_r_comp-mhq57oqj11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqj11, [id^="comp-mo7m5wfc_r_comp-mhq57oqj11__"]) .comp-mo7m5wfc_r_comp-mhq57oqj11-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq57oqj11, [id^="comp-mo7m5wfc_r_comp-mhq57oqj11__"]) .comp-mo7m5wfc_r_comp-mhq57oqj11-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); background-color: rgba(255, 255, 255, 0); padding: 0px 0px 0px 10px; box-shadow: black 1px 0px; }
:is(#comp-mo7m5wfc_r_comp-mhq57or711, [id^="comp-mo7m5wfc_r_comp-mhq57or711__"]) .comp-mo7m5wfc_r_comp-mhq57or711-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq57or711, [id^="comp-mo7m5wfc_r_comp-mhq57or711__"]) .comp-mo7m5wfc_r_comp-mhq57or711-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgb(229, 211, 179); font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 32px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq57or711, [id^="comp-mo7m5wfc_r_comp-mhq57or711__"]) .comp-mo7m5wfc_r_comp-mhq57or711-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq57or711, [id^="comp-mo7m5wfc_r_comp-mhq57or711__"]) .comp-mo7m5wfc_r_comp-mhq57or711-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq57or711, [id^="comp-mo7m5wfc_r_comp-mhq57or711__"]) .comp-mo7m5wfc_r_comp-mhq57or711-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq57or711, [id^="comp-mo7m5wfc_r_comp-mhq57or711__"]) .comp-mo7m5wfc_r_comp-mhq57or711-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); background-color: rgba(255, 255, 255, 0); padding: 0px 0px 0px 10px; box-shadow: black 1px 0px; }
:is(#comp-mo7m5wfc_r_comp-mhq57ork11, [id^="comp-mo7m5wfc_r_comp-mhq57ork11__"]) .comp-mo7m5wfc_r_comp-mhq57ork11-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq57ork11, [id^="comp-mo7m5wfc_r_comp-mhq57ork11__"]) .comp-mo7m5wfc_r_comp-mhq57ork11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgb(229, 211, 179); font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 32px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq57ork11, [id^="comp-mo7m5wfc_r_comp-mhq57ork11__"]) .comp-mo7m5wfc_r_comp-mhq57ork11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq57ork11, [id^="comp-mo7m5wfc_r_comp-mhq57ork11__"]) .comp-mo7m5wfc_r_comp-mhq57ork11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq57ork11, [id^="comp-mo7m5wfc_r_comp-mhq57ork11__"]) .comp-mo7m5wfc_r_comp-mhq57ork11-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq57ork11, [id^="comp-mo7m5wfc_r_comp-mhq57ork11__"]) .comp-mo7m5wfc_r_comp-mhq57ork11-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); background-color: rgba(255, 255, 255, 0); padding: 0px 0px 0px 10px; box-shadow: black 1px 0px; }
:is(#comp-mo7m5wfc_r_comp-mhq58shi3, [id^="comp-mo7m5wfc_r_comp-mhq58shi3__"]) .comp-mo7m5wfc_r_comp-mhq58shi3-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq58shi3, [id^="comp-mo7m5wfc_r_comp-mhq58shi3__"]) .comp-mo7m5wfc_r_comp-mhq58shi3-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgba(232, 234, 237, 0); border-radius: 0px; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 15px; }
:is(#comp-mo7m5wfc_r_comp-mhq58shi3, [id^="comp-mo7m5wfc_r_comp-mhq58shi3__"]) .comp-mo7m5wfc_r_comp-mhq58shi3-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); border-radius: 0px; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq58shi3, [id^="comp-mo7m5wfc_r_comp-mhq58shi3__"]) .comp-mo7m5wfc_r_comp-mhq58shi3-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { color: rgb(182, 208, 218); border-radius: 0px; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq58shi3, [id^="comp-mo7m5wfc_r_comp-mhq58shi3__"]) .comp-mo7m5wfc_r_comp-mhq58shi3-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgb(236, 239, 243); padding: 20px 10px; }
:is(#comp-mo7m5wfc_r_comp-mhq58shi3, [id^="comp-mo7m5wfc_r_comp-mhq58shi3__"]) .comp-mo7m5wfc_r_comp-mhq58shi3-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); background-color: rgba(255, 255, 255, 0); padding: 0px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oph, [id^="comp-mo7m5wfc_r_comp-mhq58oph__"]) .comp-mo7m5wfc_r_comp-mhq58oph-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq58oph, [id^="comp-mo7m5wfc_r_comp-mhq58oph__"]) .comp-mo7m5wfc_r_comp-mhq58oph-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgba(232, 234, 237, 0); border-radius: 0px; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 15px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oph, [id^="comp-mo7m5wfc_r_comp-mhq58oph__"]) .comp-mo7m5wfc_r_comp-mhq58oph-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); border-radius: 0px; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq58oph, [id^="comp-mo7m5wfc_r_comp-mhq58oph__"]) .comp-mo7m5wfc_r_comp-mhq58oph-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { color: rgb(182, 208, 218); border-radius: 0px; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq58oph, [id^="comp-mo7m5wfc_r_comp-mhq58oph__"]) .comp-mo7m5wfc_r_comp-mhq58oph-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgb(236, 239, 243); padding: 20px 10px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oph, [id^="comp-mo7m5wfc_r_comp-mhq58oph__"]) .comp-mo7m5wfc_r_comp-mhq58oph-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); background-color: rgba(255, 255, 255, 0); padding: 0px; }
:is(#comp-mo7m5wfc_r_comp-mhq58opt, [id^="comp-mo7m5wfc_r_comp-mhq58opt__"]) .comp-mo7m5wfc_r_comp-mhq58opt-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq58opt, [id^="comp-mo7m5wfc_r_comp-mhq58opt__"]) .comp-mo7m5wfc_r_comp-mhq58opt-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgb(229, 211, 179); font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 32px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq58opt, [id^="comp-mo7m5wfc_r_comp-mhq58opt__"]) .comp-mo7m5wfc_r_comp-mhq58opt-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq58opt, [id^="comp-mo7m5wfc_r_comp-mhq58opt__"]) .comp-mo7m5wfc_r_comp-mhq58opt-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq58opt, [id^="comp-mo7m5wfc_r_comp-mhq58opt__"]) .comp-mo7m5wfc_r_comp-mhq58opt-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq58opt, [id^="comp-mo7m5wfc_r_comp-mhq58opt__"]) .comp-mo7m5wfc_r_comp-mhq58opt-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); background-color: rgba(255, 255, 255, 0); padding: 0px 0px 0px 10px; box-shadow: black 1px 0px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqh7, [id^="comp-mo7m5wfc_r_comp-mhq58oqh7__"]) .comp-mo7m5wfc_r_comp-mhq58oqh7-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq58oqh7, [id^="comp-mo7m5wfc_r_comp-mhq58oqh7__"]) .comp-mo7m5wfc_r_comp-mhq58oqh7-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgb(229, 211, 179); font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 32px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqh7, [id^="comp-mo7m5wfc_r_comp-mhq58oqh7__"]) .comp-mo7m5wfc_r_comp-mhq58oqh7-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqh7, [id^="comp-mo7m5wfc_r_comp-mhq58oqh7__"]) .comp-mo7m5wfc_r_comp-mhq58oqh7-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqh7, [id^="comp-mo7m5wfc_r_comp-mhq58oqh7__"]) .comp-mo7m5wfc_r_comp-mhq58oqh7-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq58oqh7, [id^="comp-mo7m5wfc_r_comp-mhq58oqh7__"]) .comp-mo7m5wfc_r_comp-mhq58oqh7-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); background-color: rgba(255, 255, 255, 0); padding: 0px 0px 0px 10px; box-shadow: black 1px 0px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqy4, [id^="comp-mo7m5wfc_r_comp-mhq58oqy4__"]) .comp-mo7m5wfc_r_comp-mhq58oqy4-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq58oqy4, [id^="comp-mo7m5wfc_r_comp-mhq58oqy4__"]) .comp-mo7m5wfc_r_comp-mhq58oqy4-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; background-color: rgb(229, 211, 179); font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; border-radius: 32px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqy4, [id^="comp-mo7m5wfc_r_comp-mhq58oqy4__"]) .comp-mo7m5wfc_r_comp-mhq58oqy4-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqy4, [id^="comp-mo7m5wfc_r_comp-mhq58oqy4__"]) .comp-mo7m5wfc_r_comp-mhq58oqy4-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); border-radius: 32px; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqy4, [id^="comp-mo7m5wfc_r_comp-mhq58oqy4__"]) .comp-mo7m5wfc_r_comp-mhq58oqy4-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgb(236, 239, 243); }
:is(#comp-mo7m5wfc_r_comp-mhq58oqy4, [id^="comp-mo7m5wfc_r_comp-mhq58oqy4__"]) .comp-mo7m5wfc_r_comp-mhq58oqy4-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); background-color: rgba(255, 255, 255, 0); padding: 0px 0px 0px 10px; box-shadow: black 1px 0px; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59d, [id^="comp-mo7m5wfc_r_comp-mhpwy59d__"]) .comp-mo7m5wfc_r_comp-mhpwy59d-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhpwy59d, [id^="comp-mo7m5wfc_r_comp-mhpwy59d__"]) .comp-mo7m5wfc_r_comp-mhpwy59d-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-size: 17px; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; border-width: 0px 0px 3px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgba(0, 0, 0, 0); background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px; border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59d, [id^="comp-mo7m5wfc_r_comp-mhpwy59d__"]) .comp-mo7m5wfc_r_comp-mhpwy59d-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { color: rgb(182, 208, 218); text-decoration-line: none; border-color: rgb(50, 65, 88) rgb(50, 65, 88) rgb(0, 0, 0) rgb(12, 12, 12); background: rgb(229, 211, 179); border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59d, [id^="comp-mo7m5wfc_r_comp-mhpwy59d__"]) .comp-mo7m5wfc_r_comp-mhpwy59d-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { color: rgb(182, 208, 218); border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(0, 0, 0); text-decoration-line: none; border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59d, [id^="comp-mo7m5wfc_r_comp-mhpwy59d__"]) .comp-mo7m5wfc_r_comp-mhpwy59d-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { background-color: rgba(255, 255, 255, 0); border: 2px solid rgb(207, 209, 220); border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59d, [id^="comp-mo7m5wfc_r_comp-mhpwy59d__"]) .comp-mo7m5wfc_r_comp-mhpwy59d-styleId__root .Tabscomponent1176390459__tabsList { background-color: rgba(255, 255, 255, 0); border: 0px solid rgb(229, 211, 179); }
:is(#comp-mo7m5wfc_r_comp-mhpwy59y1, [id^="comp-mo7m5wfc_r_comp-mhpwy59y1__"]) .comp-mo7m5wfc_r_comp-mhpwy59y1-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhpwy59y1, [id^="comp-mo7m5wfc_r_comp-mhpwy59y1__"]) .comp-mo7m5wfc_r_comp-mhpwy59y1-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; background-color: rgba(255, 255, 255, 0); border-radius: 8px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59y1, [id^="comp-mo7m5wfc_r_comp-mhpwy59y1__"]) .comp-mo7m5wfc_r_comp-mhpwy59y1-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhpwy59y1, [id^="comp-mo7m5wfc_r_comp-mhpwy59y1__"]) .comp-mo7m5wfc_r_comp-mhpwy59y1-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhpwy59y1, [id^="comp-mo7m5wfc_r_comp-mhpwy59y1__"]) .comp-mo7m5wfc_r_comp-mhpwy59y1-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhpwy59y1, [id^="comp-mo7m5wfc_r_comp-mhpwy59y1__"]) .comp-mo7m5wfc_r_comp-mhpwy59y1-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhpwy5at11, [id^="comp-mo7m5wfc_r_comp-mhpwy5at11__"]) .comp-mo7m5wfc_r_comp-mhpwy5at11-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhpwy5at11, [id^="comp-mo7m5wfc_r_comp-mhpwy5at11__"]) .comp-mo7m5wfc_r_comp-mhpwy5at11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; background-color: rgba(255, 255, 255, 0); border-radius: 8px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5at11, [id^="comp-mo7m5wfc_r_comp-mhpwy5at11__"]) .comp-mo7m5wfc_r_comp-mhpwy5at11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhpwy5at11, [id^="comp-mo7m5wfc_r_comp-mhpwy5at11__"]) .comp-mo7m5wfc_r_comp-mhpwy5at11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhpwy5at11, [id^="comp-mo7m5wfc_r_comp-mhpwy5at11__"]) .comp-mo7m5wfc_r_comp-mhpwy5at11-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhpwy5at11, [id^="comp-mo7m5wfc_r_comp-mhpwy5at11__"]) .comp-mo7m5wfc_r_comp-mhpwy5at11-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b42, [id^="comp-mo7m5wfc_r_comp-mhpwy5b42__"]) .comp-mo7m5wfc_r_comp-mhpwy5b42-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b42, [id^="comp-mo7m5wfc_r_comp-mhpwy5b42__"]) .comp-mo7m5wfc_r_comp-mhpwy5b42-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; background-color: rgba(255, 255, 255, 0); border-radius: 8px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b42, [id^="comp-mo7m5wfc_r_comp-mhpwy5b42__"]) .comp-mo7m5wfc_r_comp-mhpwy5b42-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b42, [id^="comp-mo7m5wfc_r_comp-mhpwy5b42__"]) .comp-mo7m5wfc_r_comp-mhpwy5b42-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b42, [id^="comp-mo7m5wfc_r_comp-mhpwy5b42__"]) .comp-mo7m5wfc_r_comp-mhpwy5b42-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b42, [id^="comp-mo7m5wfc_r_comp-mhpwy5b42__"]) .comp-mo7m5wfc_r_comp-mhpwy5b42-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhq46o90, [id^="comp-mo7m5wfc_r_comp-mhq46o90__"]) .comp-mo7m5wfc_r_comp-mhq46o90-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq46o90, [id^="comp-mo7m5wfc_r_comp-mhq46o90__"]) .comp-mo7m5wfc_r_comp-mhq46o90-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-size: 17px; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; border-width: 0px 0px 3px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgba(0, 0, 0, 0); background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px; border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46o90, [id^="comp-mo7m5wfc_r_comp-mhq46o90__"]) .comp-mo7m5wfc_r_comp-mhq46o90-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { color: rgb(182, 208, 218); text-decoration-line: none; border-color: rgb(50, 65, 88) rgb(50, 65, 88) rgb(0, 0, 0) rgb(12, 12, 12); background: rgb(229, 211, 179); border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46o90, [id^="comp-mo7m5wfc_r_comp-mhq46o90__"]) .comp-mo7m5wfc_r_comp-mhq46o90-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { color: rgb(182, 208, 218); border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(0, 0, 0); text-decoration-line: none; border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46o90, [id^="comp-mo7m5wfc_r_comp-mhq46o90__"]) .comp-mo7m5wfc_r_comp-mhq46o90-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { background-color: rgba(255, 255, 255, 0); border: 2px solid rgb(207, 209, 220); border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46o90, [id^="comp-mo7m5wfc_r_comp-mhq46o90__"]) .comp-mo7m5wfc_r_comp-mhq46o90-styleId__root .Tabscomponent1176390459__tabsList { background-color: rgba(255, 255, 255, 0); border: 0px solid rgb(229, 211, 179); }
:is(#comp-mo7m5wfc_r_comp-mhq46rzv, [id^="comp-mo7m5wfc_r_comp-mhq46rzv__"]) .comp-mo7m5wfc_r_comp-mhq46rzv-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq46rzv, [id^="comp-mo7m5wfc_r_comp-mhq46rzv__"]) .comp-mo7m5wfc_r_comp-mhq46rzv-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-size: 17px; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; border-width: 0px 0px 3px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgba(0, 0, 0, 0); background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px; border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzv, [id^="comp-mo7m5wfc_r_comp-mhq46rzv__"]) .comp-mo7m5wfc_r_comp-mhq46rzv-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { color: rgb(182, 208, 218); text-decoration-line: none; border-color: rgb(50, 65, 88) rgb(50, 65, 88) rgb(0, 0, 0) rgb(12, 12, 12); background: rgb(229, 211, 179); border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzv, [id^="comp-mo7m5wfc_r_comp-mhq46rzv__"]) .comp-mo7m5wfc_r_comp-mhq46rzv-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { color: rgb(182, 208, 218); border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(0, 0, 0); text-decoration-line: none; border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzv, [id^="comp-mo7m5wfc_r_comp-mhq46rzv__"]) .comp-mo7m5wfc_r_comp-mhq46rzv-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { background-color: rgba(255, 255, 255, 0); border: 2px solid rgb(207, 209, 220); border-radius: 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzv, [id^="comp-mo7m5wfc_r_comp-mhq46rzv__"]) .comp-mo7m5wfc_r_comp-mhq46rzv-styleId__root .Tabscomponent1176390459__tabsList { background-color: rgba(255, 255, 255, 0); border: 0px solid rgb(229, 211, 179); }
:is(#comp-mo7m5wfc_r_comp-mhq46s061, [id^="comp-mo7m5wfc_r_comp-mhq46s061__"]) .comp-mo7m5wfc_r_comp-mhq46s061-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq46s061, [id^="comp-mo7m5wfc_r_comp-mhq46s061__"]) .comp-mo7m5wfc_r_comp-mhq46s061-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; background-color: rgba(255, 255, 255, 0); border-radius: 8px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46s061, [id^="comp-mo7m5wfc_r_comp-mhq46s061__"]) .comp-mo7m5wfc_r_comp-mhq46s061-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhq46s061, [id^="comp-mo7m5wfc_r_comp-mhq46s061__"]) .comp-mo7m5wfc_r_comp-mhq46s061-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhq46s061, [id^="comp-mo7m5wfc_r_comp-mhq46s061__"]) .comp-mo7m5wfc_r_comp-mhq46s061-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhq46s061, [id^="comp-mo7m5wfc_r_comp-mhq46s061__"]) .comp-mo7m5wfc_r_comp-mhq46s061-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhq46s0v10, [id^="comp-mo7m5wfc_r_comp-mhq46s0v10__"]) .comp-mo7m5wfc_r_comp-mhq46s0v10-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq46s0v10, [id^="comp-mo7m5wfc_r_comp-mhq46s0v10__"]) .comp-mo7m5wfc_r_comp-mhq46s0v10-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; background-color: rgba(255, 255, 255, 0); border-radius: 8px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0v10, [id^="comp-mo7m5wfc_r_comp-mhq46s0v10__"]) .comp-mo7m5wfc_r_comp-mhq46s0v10-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhq46s0v10, [id^="comp-mo7m5wfc_r_comp-mhq46s0v10__"]) .comp-mo7m5wfc_r_comp-mhq46s0v10-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhq46s0v10, [id^="comp-mo7m5wfc_r_comp-mhq46s0v10__"]) .comp-mo7m5wfc_r_comp-mhq46s0v10-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhq46s0v10, [id^="comp-mo7m5wfc_r_comp-mhq46s0v10__"]) .comp-mo7m5wfc_r_comp-mhq46s0v10-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
:is(#comp-mo7m5wfc_r_comp-mhq46s1e11, [id^="comp-mo7m5wfc_r_comp-mhq46s1e11__"]) .comp-mo7m5wfc_r_comp-mhq46s1e11-styleId__root { }
:is(#comp-mo7m5wfc_r_comp-mhq46s1e11, [id^="comp-mo7m5wfc_r_comp-mhq46s1e11__"]) .comp-mo7m5wfc_r_comp-mhq46s1e11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab { line-height: 1.8em; border-width: 0px; border-style: solid; border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(120, 162, 178); border-image: initial; color: rgb(182, 208, 218); text-decoration-line: none; font-weight: normal; font-style: normal; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif; font-size: 16px; background-color: rgba(255, 255, 255, 0); border-radius: 8px; box-shadow: rgba(0, 31, 25, 0.35) 0px 0px 8px; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1e11, [id^="comp-mo7m5wfc_r_comp-mhq46s1e11__"]) .comp-mo7m5wfc_r_comp-mhq46s1e11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhq46s1e11, [id^="comp-mo7m5wfc_r_comp-mhq46s1e11__"]) .comp-mo7m5wfc_r_comp-mhq46s1e11-styleId__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover { border-color: rgb(182, 208, 218) rgb(182, 208, 218) rgb(229, 211, 179); text-decoration-line: none; color: rgb(255, 255, 255); border-radius: 8px; background-color: rgb(50, 65, 88); }
:is(#comp-mo7m5wfc_r_comp-mhq46s1e11, [id^="comp-mo7m5wfc_r_comp-mhq46s1e11__"]) .comp-mo7m5wfc_r_comp-mhq46s1e11-styleId__root .Tabscomponent1176390459__multiStateBoxWrapper { border-radius: 0px; border: 0px solid rgb(120, 162, 178); background-color: rgba(236, 239, 243, 0); }
:is(#comp-mo7m5wfc_r_comp-mhq46s1e11, [id^="comp-mo7m5wfc_r_comp-mhq46s1e11__"]) .comp-mo7m5wfc_r_comp-mhq46s1e11-styleId__root .Tabscomponent1176390459__tabsList { border: 0px solid rgb(120, 162, 178); padding: 0px 0px 0px 10px; background-color: rgba(255, 255, 255, 0); }
#mq0p1 { width: auto; min-height: 40px; }
#pageBackground_mq0p1 { --bg-position: fixed; --fill-layer-image-opacity: 1; --bg-overlay-color: rgb(var(--color_43)); --bg-gradient: none; }
#comp-lsvshf3c { --bg-overlay-color: transparent; --bg-gradient: none; min-width: 980px; }
.TPAMultiSection_kmomzf28 { --wix-direction: ltr; --showRelatedPostsLabelType: 1; --tagLayout: 0; --buttonTagAlignment: 0; --buttonTagBorderWidth: 1; --buttonTagBorderRadius: 0; --buttonTagVerticalPadding: 6; --buttonTagHorizontalPadding: 12; --buttonTagVerticalSpacing: 8; --buttonTagHorizontalSpacing: 8; --textTagAlignment: 0; --textTagVerticalSpacing: 12; --textTagHorizontalSpacing: 12; --postBorderWidth: 1; --heroImageCropPosition: center; --heroImageHeight: 350; --heroImageCropType: 0; --ratingsTextFont: normal normal normal 14px/1.4em forum,serif; --textTagTextFont: normal normal normal 14px/1.4em forum,serif; --post-quotesColor: 182,208,218; --post-quotesColor-rgb: 182,208,218; --post-quotesColor-opacity: 1; --post-cardBackgroundColor: 229,211,179; --post-cardBackgroundColor-rgb: 229,211,179; --post-cardBackgroundColor-opacity: 1; --tags-buttonTag-backgroundHoverColor: 229,211,179; --tags-buttonTag-backgroundHoverColor-rgb: 229,211,179; --tags-buttonTag-backgroundHoverColor-opacity: 1; --textH2Color: 40,84,107; --textH2Color-rgb: 40,84,107; --textH2Color-opacity: 1; --post-appBackgroundColor: 229,211,179; --post-appBackgroundColor-rgb: 229,211,179; --post-appBackgroundColor-opacity: 1; --tags-buttonTag-borderHoverColor: 182,208,218,0.6; --tags-buttonTag-borderHoverColor-rgb: 182,208,218; --tags-buttonTag-borderHoverColor-opacity: 0.6; --button-color: 182,208,218; --button-color-rgb: 182,208,218; --button-color-opacity: 1; --tags-buttonTag-textColor: 182,208,218; --tags-buttonTag-textColor-rgb: 182,208,218; --tags-buttonTag-textColor-opacity: 1; --textH4Color: 40,84,107; --textH4Color-rgb: 40,84,107; --textH4Color-opacity: 1; --navigation-backgroundColor: 229,211,179; --navigation-backgroundColor-rgb: 229,211,179; --navigation-backgroundColor-opacity: 1; --post-headerTwoColor: 182,208,218; --post-headerTwoColor-rgb: 182,208,218; --post-headerTwoColor-opacity: 1; --tags-buttonTag-borderColor: 182,208,218,0.2; --tags-buttonTag-borderColor-rgb: 182,208,218; --tags-buttonTag-borderColor-opacity: 0.2; --post-headerThreeColor: 182,208,218; --post-headerThreeColor-rgb: 182,208,218; --post-headerThreeColor-opacity: 1; --postAreaBackgroundColor: 228,225,219; --postAreaBackgroundColor-rgb: 228,225,219; --postAreaBackgroundColor-opacity: 1; --postBackgroundColor: 249,247,242; --postBackgroundColor-rgb: 249,247,242; --postBackgroundColor-opacity: 1; --navigation-textColor: 182,208,218; --navigation-textColor-rgb: 182,208,218; --navigation-textColor-opacity: 1; --postBorderColor: 40,84,107; --postBorderColor-rgb: 40,84,107; --postBorderColor-opacity: 1; --tags-buttonTag-textHoverColor: 182,208,218; --tags-buttonTag-textHoverColor-rgb: 182,208,218; --tags-buttonTag-textHoverColor-opacity: 1; --button-textColor: 182,208,218; --button-textColor-rgb: 182,208,218; --button-textColor-opacity: 1; --buttonTagTextColor: 40,84,107; --buttonTagTextColor-rgb: 40,84,107; --buttonTagTextColor-opacity: 1; --textH5Color: 40,84,107; --textH5Color-rgb: 40,84,107; --textH5Color-opacity: 1; --navigationTextColor: 40,84,107; --navigationTextColor-rgb: 40,84,107; --navigationTextColor-opacity: 1; --tags-buttonTag-backgroundColor: 229,211,179; --tags-buttonTag-backgroundColor-rgb: 229,211,179; --tags-buttonTag-backgroundColor-opacity: 1; --ratingsTextColor: 40,84,107; --ratingsTextColor-rgb: 40,84,107; --ratingsTextColor-opacity: 1; --post-titleColor: 182,208,218; --post-titleColor-rgb: 182,208,218; --post-titleColor-opacity: 1; --textH1Color: 40,84,107; --textH1Color-rgb: 40,84,107; --textH1Color-opacity: 1; --navigationBackgroundColor: 249,247,242; --navigationBackgroundColor-rgb: 249,247,242; --navigationBackgroundColor-opacity: 1; --textH3Color: 40,84,107; --textH3Color-rgb: 40,84,107; --textH3Color-opacity: 1; --textQuoteColor: 40,84,107; --textQuoteColor-rgb: 40,84,107; --textQuoteColor-opacity: 1; --textH6Color: 40,84,107; --textH6Color-rgb: 40,84,107; --textH6Color-opacity: 1; --ratingsStarFilledColor: 40,84,107; --ratingsStarFilledColor-rgb: 40,84,107; --ratingsStarFilledColor-opacity: 1; --navigationTextActiveColor: 77,134,156; --navigationTextActiveColor-rgb: 77,134,156; --navigationTextActiveColor-opacity: 1; --textLinksAndHashtagsColor: 40,84,107; --textLinksAndHashtagsColor-rgb: 40,84,107; --textLinksAndHashtagsColor-opacity: 1; --navigation-textColorActive: 182,208,218; --navigation-textColorActive-rgb: 182,208,218; --navigation-textColorActive-opacity: 1; --blog-linkHashtagColor: 182,208,218; --blog-linkHashtagColor-rgb: 182,208,218; --blog-linkHashtagColor-opacity: 1; --textParagraphColor: 40,84,107; --textParagraphColor-rgb: 40,84,107; --textParagraphColor-opacity: 1; --post-textColor: 182,208,218; --post-textColor-rgb: 182,208,218; --post-textColor-opacity: 1; --post-cardBorderColor: 182,208,218; --post-cardBorderColor-rgb: 182,208,218; --post-cardBorderColor-opacity: 1; --ratingsStarEmptyColor: 163,191,199; --ratingsStarEmptyColor-rgb: 163,191,199; --ratingsStarEmptyColor-opacity: 1; --buttonTagTextHoverColor: 182,208,218; --buttonTagTextHoverColor-rgb: 182,208,218; --buttonTagTextHoverColor-opacity: 1; --buttonTagBackgroundColor: 229,211,179; --buttonTagBackgroundColor-rgb: 229,211,179; --buttonTagBackgroundColor-opacity: 1; --buttonTagBackgroundHoverColor: 229,211,179; --buttonTagBackgroundHoverColor-rgb: 229,211,179; --buttonTagBackgroundHoverColor-opacity: 1; --buttonTagBorderColor: 182,208,218,0.2; --buttonTagBorderColor-rgb: 182,208,218; --buttonTagBorderColor-opacity: 0.2; --buttonTagBorderHoverColor: 182,208,218,0.6; --buttonTagBorderHoverColor-rgb: 182,208,218; --buttonTagBorderHoverColor-opacity: 0.6; --textTagTextColor: 182,208,218; --textTagTextColor-rgb: 182,208,218; --textTagTextColor-opacity: 1; --textTagTextHoverColor: 182,208,218; --textTagTextHoverColor-rgb: 182,208,218; --textTagTextHoverColor-opacity: 1; --postButtonTextColor: 182,208,218; --postButtonTextColor-rgb: 182,208,218; --postButtonTextColor-opacity: 1; --postButtonBackgroundColor: 182,208,218; --postButtonBackgroundColor-rgb: 182,208,218; --postButtonBackgroundColor-opacity: 1; --navigation-font: normal normal normal 17px/1.4em forum,serif; --navigation-font-style: normal; --navigation-font-variant: normal; --navigation-font-weight: normal; --navigation-font-size: 17px; --navigation-font-line-height: 1.4em; --navigation-font-family: forum,serif; --navigation-font-text-decoration: none; --post-quotesFont: normal normal normal 24px/30px forum,serif; --post-quotesFont-style: normal; --post-quotesFont-variant: normal; --post-quotesFont-weight: normal; --post-quotesFont-size: 24px; --post-quotesFont-line-height: 30px; --post-quotesFont-family: forum,serif; --post-quotesFont-text-decoration: none; --textH1Font: italic normal normal 40px/50px playfair-display-v2,serif; --textH1Font-style: italic; --textH1Font-variant: normal; --textH1Font-weight: normal; --textH1Font-size: 40px; --textH1Font-line-height: 50px; --textH1Font-family: playfair-display-v2,serif; --textH1Font-text-decoration: none; --post-headerTwoFont: normal normal normal 28px/35px caudex,serif; --post-headerTwoFont-style: normal; --post-headerTwoFont-variant: normal; --post-headerTwoFont-weight: normal; --post-headerTwoFont-size: 28px; --post-headerTwoFont-line-height: 35px; --post-headerTwoFont-family: caudex,serif; --post-headerTwoFont-text-decoration: none; --textH6Font: normal normal 700 16px/20px montserrat,sans-serif; --textH6Font-style: normal; --textH6Font-variant: normal; --textH6Font-weight: 700; --textH6Font-size: 16px; --textH6Font-line-height: 20px; --textH6Font-family: montserrat,sans-serif; --textH6Font-text-decoration: none; --textH3Font: normal normal bold 22px/27px playfair-display-v2,serif; --textH3Font-style: normal; --textH3Font-variant: normal; --textH3Font-weight: bold; --textH3Font-size: 22px; --textH3Font-line-height: 27px; --textH3Font-family: playfair-display-v2,serif; --textH3Font-text-decoration: none; --textH4Font: normal normal 700 20px/25px montserrat,sans-serif; --textH4Font-style: normal; --textH4Font-variant: normal; --textH4Font-weight: 700; --textH4Font-size: 20px; --textH4Font-line-height: 25px; --textH4Font-family: montserrat,sans-serif; --textH4Font-text-decoration: none; --textH5Font: normal normal 700 18px/22px montserrat,sans-serif; --textH5Font-style: normal; --textH5Font-variant: normal; --textH5Font-weight: 700; --textH5Font-size: 18px; --textH5Font-line-height: 22px; --textH5Font-family: montserrat,sans-serif; --textH5Font-text-decoration: none; --textQuoteFont: normal normal normal 24px/30px montserrat,sans-serif; --textQuoteFont-style: normal; --textQuoteFont-variant: normal; --textQuoteFont-weight: normal; --textQuoteFont-size: 24px; --textQuoteFont-line-height: 30px; --textQuoteFont-family: montserrat,sans-serif; --textQuoteFont-text-decoration: none; --post-titleFont: normal normal normal 40px/50px caudex,serif; --post-titleFont-style: normal; --post-titleFont-variant: normal; --post-titleFont-weight: normal; --post-titleFont-size: 40px; --post-titleFont-line-height: 50px; --post-titleFont-family: caudex,serif; --post-titleFont-text-decoration: none; --textH2Font: italic normal normal 28px/35px playfair-display-v2,serif; --textH2Font-style: italic; --textH2Font-variant: normal; --textH2Font-weight: normal; --textH2Font-size: 28px; --textH2Font-line-height: 35px; --textH2Font-family: playfair-display-v2,serif; --textH2Font-text-decoration: none; --tags-buttonTag-textFont: normal normal normal 14px/17px forum,serif; --tags-buttonTag-textFont-style: normal; --tags-buttonTag-textFont-variant: normal; --tags-buttonTag-textFont-weight: normal; --tags-buttonTag-textFont-size: 14px; --tags-buttonTag-textFont-line-height: 17px; --tags-buttonTag-textFont-family: forum,serif; --tags-buttonTag-textFont-text-decoration: none; --textParagraphFont: normal normal normal 18px/22px montserrat,sans-serif; --textParagraphFont-style: normal; --textParagraphFont-variant: normal; --textParagraphFont-weight: normal; --textParagraphFont-size: 18px; --textParagraphFont-line-height: 22px; --textParagraphFont-family: montserrat,sans-serif; --textParagraphFont-text-decoration: none; --navigationTextFont: normal normal normal 17px/21px montserrat,sans-serif; --navigationTextFont-style: normal; --navigationTextFont-variant: normal; --navigationTextFont-weight: normal; --navigationTextFont-size: 17px; --navigationTextFont-line-height: 21px; --navigationTextFont-family: montserrat,sans-serif; --navigationTextFont-text-decoration: none; --post-headerThreeFont: normal normal normal 22px/27px caudex,serif; --post-headerThreeFont-style: normal; --post-headerThreeFont-variant: normal; --post-headerThreeFont-weight: normal; --post-headerThreeFont-size: 22px; --post-headerThreeFont-line-height: 27px; --post-headerThreeFont-family: caudex,serif; --post-headerThreeFont-text-decoration: none; --post-pageFont: normal normal normal 18px/22px forum,serif; --post-pageFont-style: normal; --post-pageFont-variant: normal; --post-pageFont-weight: normal; --post-pageFont-size: 18px; --post-pageFont-line-height: 22px; --post-pageFont-family: forum,serif; --post-pageFont-text-decoration: none; --ratingsTextFont-style: normal; --ratingsTextFont-variant: normal; --ratingsTextFont-weight: normal; --ratingsTextFont-size: 14px; --ratingsTextFont-line-height: 1.4em; --ratingsTextFont-family: forum,serif; --ratingsTextFont-text-decoration: none; --buttonTagTextFont: normal normal normal 14px/17px forum,serif; --buttonTagTextFont-style: normal; --buttonTagTextFont-variant: normal; --buttonTagTextFont-weight: normal; --buttonTagTextFont-size: 14px; --buttonTagTextFont-line-height: 17px; --buttonTagTextFont-family: forum,serif; --buttonTagTextFont-text-decoration: none; --textTagTextFont-style: normal; --textTagTextFont-variant: normal; --textTagTextFont-weight: normal; --textTagTextFont-size: 14px; --textTagTextFont-line-height: 1.4em; --textTagTextFont-family: forum,serif; --textTagTextFont-text-decoration: none; --postSectionMetadataAndMoreActionsDisplay: flex; --postSectionMetadataDisplay: grid; --postAuthorNameDisplay: contents; --postAuthorPictureDisplay: inline-block; --postPublishDateDisplay: block; --postPublishDateSeparatorDisplay: inline; --postReadingTimeDisplay: block; --postReadingTimeSeparatorDisplay: inline; --postTitleDisplay: block; --postUpdatedDateDisplay: block; --postRatingDisplay: flex; --postMoreActionsDisplay: block; --postFooterDisplay: flex; --postFooterActionsDisplay: block; --postSectionCountersDisplay: flex; --postViewCountDisplay: flex; --postCommentCountDisplay: flex; --postLikeCountDisplay: flex; --postSectionShareDisplay: flex; --postShareIconFacebookDisplay: block; --postShareIconXDisplay: block; --postShareIconLinkedInDisplay: block; --postShareIconLinkDisplay: block; --postShareIconPrintDisplay: none; --relatedPostsDisplay: block; --relatedPostsItemFooterOffset: 45px; --relatedPostsSeeAllDisplay: inline; --menuResponsiveDisplay: block; --menuDisplay: block; --menuCategoriesDisplay: flex; --menuSearchDisplay: flex; --postCategoriesDisplay: flex; --tagDisplay: flex; --tagLabelDisplay: none; --tagTextFont: normal normal normal 14px/17px forum, serif; --tagTextDecoration: none; --tagTextColor: rgba(40,84,107,1); --tagTextHoverColor: rgba(182,208,218,1); --tagBorderWidth: 1; --tagBorderStyle: solid; --tagBorderColor: rgba(182,208,218,0.2); --tagBorderHoverColor: rgba(182,208,218,0.6); --tagBorderRadius: 0; --tagBackgroundColor: rgba(229,211,179,1); --tagBackgroundHoverColor: rgba(229,211,179,1); --tagFlexAlignment: flex-start; --tagTextAlignment: start; --tagVerticalSpacing: 8; --tagHorizontalSpacing: 8; --tagVerticalPadding: 6; --tagHorizontalPadding: 12; --heroImageObjectFit: cover; --wix-color-1: 229,211,179; --wix-color-2: 120,162,178; --wix-color-3: 163,191,199; --wix-color-4: 206,219,221; --wix-color-5: 182,208,218; --wix-color-6: 229,211,179; --wix-color-7: 232,220,213; --wix-color-8: 182,208,218; --wix-color-9: 158,146,139; --wix-color-10: 87,79,75; --wix-color-11: 182,200,208; --wix-color-12: 131,152,162; --wix-color-13: 237,44,124; --wix-color-14: 40,84,107; --wix-color-15: 24,34,38; --wix-color-16: 244,193,174; --wix-color-17: 233,161,132; --wix-color-18: 222,84,30; --wix-color-19: 148,56,20; --wix-color-20: 74,28,10; --wix-color-21: 178,222,207; --wix-color-22: 114,189,163; --wix-color-23: 86,142,122; --wix-color-24: 57,95,82; --wix-color-25: 29,47,41; --wix-color-26: 77,134,156; --wix-color-27: 249,247,242; --wix-color-28: 120,162,178; --wix-color-29: 163,191,199; --wix-color-30: 206,219,221; --wix-color-31: 182,208,218; --wix-color-32: 40,84,107; --wix-color-33: 229,211,179; --wix-color-34: 237,44,124; --wix-color-35: 182,208,218; --wix-color-36: 249,247,242; --wix-color-37: 206,219,221; --wix-color-38: 182,208,218; --wix-color-39: 182,208,218; --wix-color-40: 77,134,156; --wix-color-41: 77,134,156; --wix-color-42: 182,208,218; --wix-color-43: 182,208,218; --wix-color-44: 163,191,199; --wix-color-45: 163,191,199; --wix-color-46: 77,134,156; --wix-color-47: 77,134,156; --wix-color-48: 182,208,218; --wix-color-49: 182,208,218; --wix-color-50: 182,208,218; --wix-color-51: 182,208,218; --wix-color-52: 77,134,156; --wix-color-53: 77,134,156; --wix-color-54: 163,191,199; --wix-color-55: 163,191,199; --wix-font-Title: normal normal normal 60px/1.4em caudex,serif; --wix-font-Title-style: normal; --wix-font-Title-variant: normal; --wix-font-Title-weight: normal; --wix-font-Title-size: 60px; --wix-font-Title-line-height: 1.4em; --wix-font-Title-family: caudex,serif; --wix-font-Title-text-decoration: none; --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light,sans-serif; --wix-font-Menu-style: normal; --wix-font-Menu-variant: normal; --wix-font-Menu-weight: normal; --wix-font-Menu-size: 16px; --wix-font-Menu-line-height: 1.4em; --wix-font-Menu-family: din-next-w01-light,sans-serif; --wix-font-Menu-text-decoration: none; --wix-font-Page-title: italic normal normal 50px/1.4em caudex,serif; --wix-font-Page-title-style: italic; --wix-font-Page-title-variant: normal; --wix-font-Page-title-weight: normal; --wix-font-Page-title-size: 50px; --wix-font-Page-title-line-height: 1.4em; --wix-font-Page-title-family: caudex,serif; --wix-font-Page-title-text-decoration: none; --wix-font-Heading-XL: normal normal normal 40px/1.4em caudex,serif; --wix-font-Heading-XL-style: normal; --wix-font-Heading-XL-variant: normal; --wix-font-Heading-XL-weight: normal; --wix-font-Heading-XL-size: 40px; --wix-font-Heading-XL-line-height: 1.4em; --wix-font-Heading-XL-family: caudex,serif; --wix-font-Heading-XL-text-decoration: none; --wix-font-Heading-L: normal normal normal 30px/1.4em caudex,serif; --wix-font-Heading-L-style: normal; --wix-font-Heading-L-variant: normal; --wix-font-Heading-L-weight: normal; --wix-font-Heading-L-size: 30px; --wix-font-Heading-L-line-height: 1.4em; --wix-font-Heading-L-family: caudex,serif; --wix-font-Heading-L-text-decoration: none; --wix-font-Heading-M: italic normal normal 26px/1.4em caudex,serif; --wix-font-Heading-M-style: italic; --wix-font-Heading-M-variant: normal; --wix-font-Heading-M-weight: normal; --wix-font-Heading-M-size: 26px; --wix-font-Heading-M-line-height: 1.4em; --wix-font-Heading-M-family: caudex,serif; --wix-font-Heading-M-text-decoration: none; --wix-font-Heading-S: normal normal normal 30px/1.4em forum,serif; --wix-font-Heading-S-style: normal; --wix-font-Heading-S-variant: normal; --wix-font-Heading-S-weight: normal; --wix-font-Heading-S-size: 30px; --wix-font-Heading-S-line-height: 1.4em; --wix-font-Heading-S-family: forum,serif; --wix-font-Heading-S-text-decoration: none; --wix-font-Body-L: normal normal normal 21px/1.4em caudex,serif; --wix-font-Body-L-style: normal; --wix-font-Body-L-variant: normal; --wix-font-Body-L-weight: normal; --wix-font-Body-L-size: 21px; --wix-font-Body-L-line-height: 1.4em; --wix-font-Body-L-family: caudex,serif; --wix-font-Body-L-text-decoration: none; --wix-font-Body-M: normal normal normal 17px/1.4em forum,serif; --wix-font-Body-M-style: normal; --wix-font-Body-M-variant: normal; --wix-font-Body-M-weight: normal; --wix-font-Body-M-size: 17px; --wix-font-Body-M-line-height: 1.4em; --wix-font-Body-M-family: forum,serif; --wix-font-Body-M-text-decoration: none; --wix-font-Body-S: normal normal normal 16px/1.4em forum,serif; --wix-font-Body-S-style: normal; --wix-font-Body-S-variant: normal; --wix-font-Body-S-weight: normal; --wix-font-Body-S-size: 16px; --wix-font-Body-S-line-height: 1.4em; --wix-font-Body-S-family: forum,serif; --wix-font-Body-S-text-decoration: none; --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light,sans-serif; --wix-font-Body-XS-style: normal; --wix-font-Body-XS-variant: normal; --wix-font-Body-XS-weight: normal; --wix-font-Body-XS-size: 12px; --wix-font-Body-XS-line-height: 1.4em; --wix-font-Body-XS-family: din-next-w01-light,sans-serif; --wix-font-Body-XS-text-decoration: none; --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh; --wix-font-LIGHT-style: normal; --wix-font-LIGHT-variant: normal; --wix-font-LIGHT-weight: normal; --wix-font-LIGHT-size: 12px; --wix-font-LIGHT-line-height: 1.4em; --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh; --wix-font-LIGHT-text-decoration: none; --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma; --wix-font-MEDIUM-style: normal; --wix-font-MEDIUM-variant: normal; --wix-font-MEDIUM-weight: normal; --wix-font-MEDIUM-size: 12px; --wix-font-MEDIUM-line-height: 1.4em; --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma; --wix-font-MEDIUM-text-decoration: none; --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi; --wix-font-STRONG-style: normal; --wix-font-STRONG-variant: normal; --wix-font-STRONG-weight: normal; --wix-font-STRONG-size: 12px; --wix-font-STRONG-line-height: 1.4em; --wix-font-STRONG-family: HelveticaNeueW01-65Medi; --wix-font-STRONG-text-decoration: none; }
.TPAMultiSection_kmomzf28 .s__9rdAsR.oETgx7Q---skin-5-wired .spKe5eL { background-color: rgb(182, 208, 218); color: rgb(229, 211, 179); border-color: rgb(182, 208, 218); }
.TPAMultiSection_kmomzf28 .s__9rdAsR.oETgx7Q---skin-5-wired .sF6GRKy path { fill: rgb(182, 208, 218); stroke: rgb(182, 208, 218); }
:is(#comp-mo7m5wfc_r_comp-m1v220dg, [id^="comp-mo7m5wfc_r_comp-m1v220dg__"]) { --shc-mutated-brightness: 128,128,128; }
:is(#comp-mo7m5wfc_r_comp-m7x7bazj, [id^="comp-mo7m5wfc_r_comp-m7x7bazj__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m3ofpug5, [id^="comp-mo7m5wfc_r_comp-m3ofpug5__"]) { --shc-mutated-brightness: 82,96,100; }
:is(#comp-mo7m5wfc_r_comp-m5qvtttt, [id^="comp-mo7m5wfc_r_comp-m5qvtttt__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzs1, [id^="comp-mo7m5wfc_r_comp-m6cizjzs1__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzt11, [id^="comp-mo7m5wfc_r_comp-m6cizjzt11__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cizjzu7, [id^="comp-mo7m5wfc_r_comp-m6cizjzu7__"]) { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cizjzy__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cizjzz10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cizk065__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cizk0615__"] { --shc-mutated-brightness: 0,0,0; }
[id^="comp-mo7m5wfc_r_comp-m6cizk08__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cizk08__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif !important; font-size: 13px !important; text-decoration: none !important; text-align: center !important; }
[id^="comp-mo7m5wfc_r_comp-m6cizk08__"] [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
[id^="comp-mo7m5wfc_r_comp-m6cizk09__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cizk09__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 16px !important; line-height: 1.4 !important; }
[id^="comp-mo7m5wfc_r_comp-m6cj4etk__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cj4etk__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; line-height: 1.4 !important; }
:is(#comp-mo7m5wfc_r_comp-m6cizk0914, [id^="comp-mo7m5wfc_r_comp-m6cizk0914__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cizk0a9, [id^="comp-mo7m5wfc_r_comp-m6cizk0a9__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m6cizk0a9, [id^="comp-mo7m5wfc_r_comp-m6cizk0a9__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m6ckhjtg, [id^="comp-mo7m5wfc_r_comp-m6ckhjtg__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cky211, [id^="comp-mo7m5wfc_r_comp-m6cky211__"]) { --shc-mutated-brightness: 119,120,122; }
:is(#comp-mo7m5wfc_r_comp-m6ckybcr, [id^="comp-mo7m5wfc_r_comp-m6ckybcr__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6ckybem1, [id^="comp-mo7m5wfc_r_comp-m6ckybem1__"]) { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6ckybgn8__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6ckybhn1__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6ckybil__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6ckybjj1__"] { --shc-mutated-brightness: 0,0,0; }
[id^="comp-mo7m5wfc_r_comp-m6ckybkj__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6ckybkj__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif !important; font-size: 13px !important; text-decoration: none !important; text-align: center !important; }
[id^="comp-mo7m5wfc_r_comp-m6ckybkj__"] [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
[id^="comp-mo7m5wfc_r_comp-m6ckyblh12__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6ckyblh12__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 16px !important; line-height: 1.4 !important; }
[id^="comp-mo7m5wfc_r_comp-m6ckybmg13__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6ckybmg13__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; line-height: 1.4 !important; }
[id^="comp-mo7m5wfc_r_comp-m6cl9nmm__"] { transform-origin: center 1px; }
:is(#comp-mo7m5wfc_r_comp-m6ckybne13, [id^="comp-mo7m5wfc_r_comp-m6ckybne13__"]) { --shc-mutated-brightness: 0,0,0; }
:is(#comp-mo7m5wfc_r_comp-m6ckyboe, [id^="comp-mo7m5wfc_r_comp-m6ckyboe__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m6ckyboe, [id^="comp-mo7m5wfc_r_comp-m6ckyboe__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m6ckyboe, [id^="comp-mo7m5wfc_r_comp-m6ckyboe__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
:is(#comp-mo7m5wfc_r_comp-m6cm5wxt, [id^="comp-mo7m5wfc_r_comp-m6cm5wxt__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cm8203, [id^="comp-mo7m5wfc_r_comp-m6cm8203__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cm8beb, [id^="comp-mo7m5wfc_r_comp-m6cm8beb__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bfu, [id^="comp-mo7m5wfc_r_comp-m6cm8bfu__"]) { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bhq7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bio6__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bjl4__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bmf6__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cm8bmf6__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 16px !important; text-align: center !important; line-height: 1.4 !important; }
[id^="comp-mo7m5wfc_r_comp-m6cm8bnc3__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cm8bnc3__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; text-align: center !important; line-height: 1.4 !important; }
:is(#comp-mo7m5wfc_r_comp-m6cm8bo93, [id^="comp-mo7m5wfc_r_comp-m6cm8bo93__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cm8boa, [id^="comp-mo7m5wfc_r_comp-m6cm8boa__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m6cm8boa, [id^="comp-mo7m5wfc_r_comp-m6cm8boa__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif !important; font-size: 18px !important; text-decoration: none !important; text-align: center !important; }
:is(#comp-mo7m5wfc_r_comp-m5qvtj90, [id^="comp-mo7m5wfc_r_comp-m5qvtj90__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6apbqow, [id^="comp-mo7m5wfc_r_comp-m6apbqow__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6apnl7m, [id^="comp-mo7m5wfc_r_comp-m6apnl7m__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6apnl7q, [id^="comp-mo7m5wfc_r_comp-m6apnl7q__"]) { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6aq34kk1__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6aurfzw__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6aurg03__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cbupwo__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cbupwr2__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cbx55e__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cbx8va__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6aurg043__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6av0bxl__"] { --shc-mutated-brightness: 0,0,0; }
[id^="comp-mo7m5wfc_r_comp-m6av0bz2__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6av0bz2__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif !important; font-size: 13px !important; text-decoration: none !important; text-align: center !important; }
[id^="comp-mo7m5wfc_r_comp-m6av0bz2__"] [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
[id^="comp-mo7m5wfc_r_comp-m6cbom83__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cbom83__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; line-height: 1.4 !important; }
:is(#comp-mo7m5wfc_r_comp-m6apnl7q5, [id^="comp-mo7m5wfc_r_comp-m6apnl7q5__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6apr15k, [id^="comp-mo7m5wfc_r_comp-m6apr15k__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m6apr15k, [id^="comp-mo7m5wfc_r_comp-m6apr15k__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m6cd1unu, [id^="comp-mo7m5wfc_r_comp-m6cd1unu__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uol, [id^="comp-mo7m5wfc_r_comp-m6cd1uol__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cd1uom6, [id^="comp-mo7m5wfc_r_comp-m6cd1uom6__"]) { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uop10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoq10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uor7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uou__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uov1__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uox5__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoy9__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cd1uoz9__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up0__"] { --shc-mutated-brightness: 0,0,0; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up11__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cd1up11__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif !important; font-size: 13px !important; text-decoration: none !important; text-align: center !important; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up11__"] [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
[id^="comp-mo7m5wfc_r_comp-m6cd1up211__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cd1up211__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; line-height: 1.4 !important; }
[id^="comp-mo7m5wfc_r_comp-m6cd9tix__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cdevr4__"] { transform-origin: center 1px; }
:is(#comp-mo7m5wfc_r_comp-m6cd1up38, [id^="comp-mo7m5wfc_r_comp-m6cd1up38__"]) { --shc-mutated-brightness: 0,0,0; }
:is(#comp-mo7m5wfc_r_comp-m6cd1up318, [id^="comp-mo7m5wfc_r_comp-m6cd1up318__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m6cd1up318, [id^="comp-mo7m5wfc_r_comp-m6cd1up318__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m6cd1up318, [id^="comp-mo7m5wfc_r_comp-m6cd1up318__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
:is(#comp-mo7m5wfc_r_comp-m6cfuuqd, [id^="comp-mo7m5wfc_r_comp-m6cfuuqd__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur14, [id^="comp-mo7m5wfc_r_comp-m6cfuur14__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cfuur3, [id^="comp-mo7m5wfc_r_comp-m6cfuur3__"]) { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur510__"] { --shc-mutated-brightness: 119,120,122; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur610__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur77__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur8__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cfuur88__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cfuura7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurb8__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurc9__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurd1__"] { --shc-mutated-brightness: 0,0,0; }
[id^="comp-mo7m5wfc_r_comp-m6cfuure1__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cfuure1__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif !important; font-size: 13px !important; text-decoration: none !important; text-align: center !important; }
[id^="comp-mo7m5wfc_r_comp-m6cfuure1__"] [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
[id^="comp-mo7m5wfc_r_comp-m6cfuurf11__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m6cfuurf11__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; line-height: 1.4 !important; }
:is(#comp-mo7m5wfc_r_comp-m6cfuurg13, [id^="comp-mo7m5wfc_r_comp-m6cfuurg13__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m6cfuurh, [id^="comp-mo7m5wfc_r_comp-m6cfuurh__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m6cfuurh, [id^="comp-mo7m5wfc_r_comp-m6cfuurh__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; text-align: left !important; }
:is(#comp-mo7m5wfc_r_comp-m6cfuurh, [id^="comp-mo7m5wfc_r_comp-m6cfuurh__"]) :is(ul, ol) { direction: ltr; }
:is(#comp-mo7m5wfc_r_comp-m5qvtcnb, [id^="comp-mo7m5wfc_r_comp-m5qvtcnb__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m66s07cq, [id^="comp-mo7m5wfc_r_comp-m66s07cq__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhqb2wj9, [id^="comp-mo7m5wfc_r_comp-mhqb2wj9__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r2v, [id^="comp-mo7m5wfc_r_comp-mhqb3r2v__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 12px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3a, [id^="comp-mo7m5wfc_r_comp-mhqb3r3a__"]) { width: 100%; --display: initial; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3f1, [id^="comp-mo7m5wfc_r_comp-mhqb3r3f1__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3g10, [id^="comp-mo7m5wfc_r_comp-mhqb3r3g10__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 10px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r3i1, [id^="comp-mo7m5wfc_r_comp-mhqb3r3i1__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3l4__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3m7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3p__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3s10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3t11__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3t11__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3u13__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3x__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3y2__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb3r3y2__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r40, [id^="comp-mo7m5wfc_r_comp-mhqb3r40__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r445__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4511__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r467__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r486__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r49__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb3r49__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4a__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4a12__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4b10__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4b10__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4c13, [id^="comp-mo7m5wfc_r_comp-mhqb3r4c13__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4d11, [id^="comp-mo7m5wfc_r_comp-mhqb3r4d11__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 10px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4f, [id^="comp-mo7m5wfc_r_comp-mhqb3r4f__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4h__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4h12__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4i7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4j17__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4k11__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4k11__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4l9__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4n__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4p1__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4p1__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4q1, [id^="comp-mo7m5wfc_r_comp-mhqb3r4q1__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4r8, [id^="comp-mo7m5wfc_r_comp-mhqb3r4r8__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 10px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r4s10, [id^="comp-mo7m5wfc_r_comp-mhqb3r4s10__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4u7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4y3__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r4z7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5017__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5111__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5111__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5211__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r533__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5314__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5314__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhqb3r5413, [id^="comp-mo7m5wfc_r_comp-mhqb3r5413__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r566__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5618__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5618__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r5713__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb3r583__"] { transform-origin: center 0.5px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wva, [id^="comp-mo7m5wfc_r_comp-mhqb4wva__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wxg5, [id^="comp-mo7m5wfc_r_comp-mhqb4wxg5__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 12px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4wyy18, [id^="comp-mo7m5wfc_r_comp-mhqb4wyy18__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz03__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz015__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz015__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz19__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb4wz121__"] { transform-origin: center 0.5px; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t6j, [id^="comp-mo7m5wfc_r_comp-mhqb4t6j__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9b, [id^="comp-mo7m5wfc_r_comp-mhqb4t9b__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 12px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9f, [id^="comp-mo7m5wfc_r_comp-mhqb4t9f__"]) { width: 100%; --display: initial; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9m1, [id^="comp-mo7m5wfc_r_comp-mhqb4t9m1__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9n11, [id^="comp-mo7m5wfc_r_comp-mhqb4t9n11__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 10px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4t9p3, [id^="comp-mo7m5wfc_r_comp-mhqb4t9p3__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta010__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta2__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta3__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta410__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta511__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta511__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta612__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta711__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta810__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb4ta810__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhqb4ta99, [id^="comp-mo7m5wfc_r_comp-mhqb4ta99__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tac10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tad11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tae7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tag__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tag12__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb4tag12__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tah12__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tai4__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taj__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb4taj__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhqb4taj14, [id^="comp-mo7m5wfc_r_comp-mhqb4taj14__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tan8, [id^="comp-mo7m5wfc_r_comp-mhqb4tan8__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 10px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tao10, [id^="comp-mo7m5wfc_r_comp-mhqb4tao10__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4taq7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tar8__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tas7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tau__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tav__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb4tav__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tav14__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tay__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tb0__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb4tb0__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb18, [id^="comp-mo7m5wfc_r_comp-mhqb4tb18__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb5, [id^="comp-mo7m5wfc_r_comp-mhqb4tb5__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 10px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhqb4tb72, [id^="comp-mo7m5wfc_r_comp-mhqb4tb72__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tb96__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tba4__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbb__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbc10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbd7__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbd7__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbe__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbe12__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbf9__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhqb4tbf9__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m66n52ge, [id^="comp-mo7m5wfc_r_comp-m66n52ge__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq56dvy, [id^="comp-mo7m5wfc_r_comp-mhq56dvy__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq57opz, [id^="comp-mo7m5wfc_r_comp-mhq57opz__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 10px; --tabs-list-vertical-padding: 10px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqa1, [id^="comp-mo7m5wfc_r_comp-mhq57oqa1__"]) { width: 100%; --display: initial; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqi4, [id^="comp-mo7m5wfc_r_comp-mhq57oqi4__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqj11, [id^="comp-mo7m5wfc_r_comp-mhq57oqj11__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 6px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 6px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57oql, [id^="comp-mo7m5wfc_r_comp-mhq57oql__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqn8__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqp10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqq7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqs__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqs12__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq57oqs12__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqt13__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqu11__"] { transform-origin: center 0.5px; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqv9__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqw3__"] { transform-origin: center 1px; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqw16__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq57oqw16__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq57oqx13, [id^="comp-mo7m5wfc_r_comp-mhq57oqx13__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57oqz10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57or05__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57or013__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57or26__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57or218__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq57or218__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq57or313__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq57or45__"] { transform-origin: center 0.5px; }
[id^="comp-mo7m5wfc_r_comp-mhq57or418__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57or510__"] { transform-origin: center 1px; }
[id^="comp-mo7m5wfc_r_comp-mhq57or64__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq57or64__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq57or618, [id^="comp-mo7m5wfc_r_comp-mhq57or618__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq57or711, [id^="comp-mo7m5wfc_r_comp-mhq57or711__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 6px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 6px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57or813, [id^="comp-mo7m5wfc_r_comp-mhq57or813__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57ora10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57orb11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57orc7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57ord11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57ore11__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq57ore11__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq57orf2__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq57org1__"] { transform-origin: center 0.5px; }
[id^="comp-mo7m5wfc_r_comp-mhq57orh__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57ori__"] { transform-origin: center 1px; }
[id^="comp-mo7m5wfc_r_comp-mhq57ori13__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq57ori13__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq57orj12, [id^="comp-mo7m5wfc_r_comp-mhq57orj12__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq57ork11, [id^="comp-mo7m5wfc_r_comp-mhq57ork11__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 6px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 6px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq57orl13, [id^="comp-mo7m5wfc_r_comp-mhq57orl13__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orn10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57oro11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57orp3__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57orq10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57ort6__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq57ort6__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq57oru13__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq57orv4__"] { transform-origin: center 0.5px; }
[id^="comp-mo7m5wfc_r_comp-mhq57orw__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57orw11__"] { transform-origin: center 1px; }
[id^="comp-mo7m5wfc_r_comp-mhq57orx9__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq57orx9__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq57ory, [id^="comp-mo7m5wfc_r_comp-mhq57ory__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq57orz10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq57os07__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq57os07__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq57os021__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq57os111__"] { transform-origin: center 1px; }
:is(#comp-mo7m5wfc_r_comp-mhq58sec, [id^="comp-mo7m5wfc_r_comp-mhq58sec__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq58shi3, [id^="comp-mo7m5wfc_r_comp-mhq58shi3__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 10px; --tabs-list-vertical-padding: 10px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58sj8, [id^="comp-mo7m5wfc_r_comp-mhq58sj8__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58sj910__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58sja6__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq58sja6__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq58sja20__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq58sjb7__"] { transform-origin: center 1px; }
:is(#comp-mo7m5wfc_r_comp-mhq58olu, [id^="comp-mo7m5wfc_r_comp-mhq58olu__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq58oph, [id^="comp-mo7m5wfc_r_comp-mhq58oph__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 0px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 10px; --tabs-list-vertical-padding: 10px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58opl, [id^="comp-mo7m5wfc_r_comp-mhq58opl__"]) { width: 100%; --display: initial; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58opq8, [id^="comp-mo7m5wfc_r_comp-mhq58opq8__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq58opt, [id^="comp-mo7m5wfc_r_comp-mhq58opt__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 6px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 6px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58opu13, [id^="comp-mo7m5wfc_r_comp-mhq58opu13__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58opx__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58opy5__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58opz3__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq010__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq110__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq58oq110__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq23__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq3__"] { transform-origin: center 0.5px; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq313__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq410__"] { transform-origin: center 1px; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq52__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq58oq52__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq58oq6, [id^="comp-mo7m5wfc_r_comp-mhq58oq6__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq8__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq9__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oq98__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqb5__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqc__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq58oqc__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqc14__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqd9__"] { transform-origin: center 0.5px; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqe__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqe11__"] { transform-origin: center 1px; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqf12__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq58oqf12__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqg1, [id^="comp-mo7m5wfc_r_comp-mhq58oqg1__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqh7, [id^="comp-mo7m5wfc_r_comp-mhq58oqh7__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 6px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 6px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqi9, [id^="comp-mo7m5wfc_r_comp-mhq58oqi9__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqm10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqn11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqo7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqp18__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqq11__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq58oqq11__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqr3__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqr15__"] { transform-origin: center 0.5px; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqt3__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqv__"] { transform-origin: center 1px; }
[id^="comp-mo7m5wfc_r_comp-mhq58oqw3__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq58oqw3__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqx, [id^="comp-mo7m5wfc_r_comp-mhq58oqx__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqy4, [id^="comp-mo7m5wfc_r_comp-mhq58oqy4__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 6px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 0px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 6px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq58oqz10, [id^="comp-mo7m5wfc_r_comp-mhq58oqz10__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq58or110__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58or211__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58or37__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58or413__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58or511__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq58or511__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq58or63__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq58or615__"] { transform-origin: center 0.5px; }
[id^="comp-mo7m5wfc_r_comp-mhq58or712__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq58or87__"] { transform-origin: center 1px; }
[id^="comp-mo7m5wfc_r_comp-mhq58or9__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq58or9__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 17px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m67swzwc, [id^="comp-mo7m5wfc_r_comp-m67swzwc__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhpwx3vl, [id^="comp-mo7m5wfc_r_comp-mhpwx3vl__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59d, [id^="comp-mo7m5wfc_r_comp-mhpwy59d__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 8px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 12px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 10px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59q, [id^="comp-mo7m5wfc_r_comp-mhpwy59q__"]) { width: 100%; --display: initial; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59w5, [id^="comp-mo7m5wfc_r_comp-mhpwy59w5__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhpwy59y1, [id^="comp-mo7m5wfc_r_comp-mhpwy59y1__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: end; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 9px; --tabs-list-items-row-gap: 9px; --tabs-list-container-gap: 8px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 8px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5a49, [id^="comp-mo7m5wfc_r_comp-mhpwy5a49__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5a74__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5a811__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5a98__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ad__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ae9__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ae9__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ag__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ah3__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ai1__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ai1__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5aj, [id^="comp-mo7m5wfc_r_comp-mhpwy5aj__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5al__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5am1__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5an1__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ao11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ap11__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ap11__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5aq11__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ar3__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ar14__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ar14__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5as13, [id^="comp-mo7m5wfc_r_comp-mhpwy5as13__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5at11, [id^="comp-mo7m5wfc_r_comp-mhpwy5at11__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: end; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 9px; --tabs-list-items-row-gap: 9px; --tabs-list-container-gap: 8px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 8px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5au13, [id^="comp-mo7m5wfc_r_comp-mhpwy5au13__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5aw10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ax10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ay3__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5az10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b09__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b09__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b1__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b112__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b210__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b210__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b33, [id^="comp-mo7m5wfc_r_comp-mhpwy5b33__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b42, [id^="comp-mo7m5wfc_r_comp-mhpwy5b42__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: end; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 9px; --tabs-list-items-row-gap: 9px; --tabs-list-container-gap: 8px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 8px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5b55, [id^="comp-mo7m5wfc_r_comp-mhpwy5b55__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b72__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5b93__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5ba7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bc7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bd2__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bd2__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bd16__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5be11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bf10__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bf10__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhpwy5bg10, [id^="comp-mo7m5wfc_r_comp-mhpwy5bg10__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bi5__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bi17__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bi17__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhpwy5bj13__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
:is(#comp-mo7m5wfc_r_comp-mhq46o4w, [id^="comp-mo7m5wfc_r_comp-mhq46o4w__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq46o90, [id^="comp-mo7m5wfc_r_comp-mhq46o90__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 8px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 12px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 10px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46ob19, [id^="comp-mo7m5wfc_r_comp-mhq46ob19__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46ob36__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46ob4__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq46ob4__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq46ob414__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
:is(#comp-mo7m5wfc_r_comp-mhq46rxe, [id^="comp-mo7m5wfc_r_comp-mhq46rxe__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzv, [id^="comp-mo7m5wfc_r_comp-mhq46rzv__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: start; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 8px; --tabs-list-items-row-gap: 0px; --tabs-list-container-gap: 12px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 12px; --tabs-list-vertical-padding: 10px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46rzz9, [id^="comp-mo7m5wfc_r_comp-mhq46rzz9__"]) { width: 100%; --display: initial; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46s048, [id^="comp-mo7m5wfc_r_comp-mhq46s048__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq46s061, [id^="comp-mo7m5wfc_r_comp-mhq46s061__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: end; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 9px; --tabs-list-items-row-gap: 9px; --tabs-list-container-gap: 8px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 8px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0713, [id^="comp-mo7m5wfc_r_comp-mhq46s0713__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0910__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0a11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0b8__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0d__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0d12__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq46s0d12__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0e13__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0f7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0g2__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq46s0g2__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0g16, [id^="comp-mo7m5wfc_r_comp-mhq46s0g16__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0i10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0j11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0k8__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0m1__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0m13__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq46s0m13__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0n13__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0o6__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0r2__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq46s0r2__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0t3, [id^="comp-mo7m5wfc_r_comp-mhq46s0t3__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0v10, [id^="comp-mo7m5wfc_r_comp-mhq46s0v10__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: end; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 9px; --tabs-list-items-row-gap: 9px; --tabs-list-container-gap: 8px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 8px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46s0x, [id^="comp-mo7m5wfc_r_comp-mhq46s0x__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s0z4__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s104__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s11__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1210__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1a9__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq46s1a9__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1b13__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1c4__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1c15__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq46s1c15__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1d13, [id^="comp-mo7m5wfc_r_comp-mhq46s1d13__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1e11, [id^="comp-mo7m5wfc_r_comp-mhq46s1e11__"]) { height: auto; --rd: 0; --brw: 0; --shd: none; --bg: transparent; --multi-state-wrapper-width: 100%; --tabs-list-overflow-x: visible; --tabs-list-overflow-y: visible; --tabs-list-flex-wrap: wrap; --tabs-list-justify-content: end; --tabs-list-scroll-buttons-display: none; --tabs-container-flex-direction: column; --tabs-list-flex-direction: row; --tabs-list-items-col-gap: 9px; --tabs-list-items-row-gap: 9px; --tabs-list-container-gap: 8px; --tabs-list-content-alignment: center; --tabs-list-horizontal-padding: 8px; --tabs-list-vertical-padding: 4px; --tabs-list-item-flex-grow: 0; --tabs-list-orientation: horizontal; --tabs-list-direction: ltr; --tabs-list-width: 100%; --tabs-list-height: auto; --tabs-list-position: relative; --tabs-list-first-child-margin-start: 0; --tabs-list-last-child-margin-end: 0; --tabs-list-back-button-inline-end: auto; --tabs-list-back-button-block-end: 0; --tabs-list-forward-button-inline-start: auto; --tabs-list-forward-button-block-start: 0; --tabs-list-scroll-icons-transform: rotate(0); --tabs-list-scroll-buttons-transform: scaleX(1); --tab-animation-duration: 0.15s; --tab-enter-animation-name: none; --tab-exit-animation-name: none; --bg-gradient: none; }
:is(#comp-mo7m5wfc_r_comp-mhq46s1f13, [id^="comp-mo7m5wfc_r_comp-mhq46s1f13__"]) { width: 100%; --display: initial; --bg-gradient: none; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1h10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1i10__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1j__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1k7__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1k19__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq46s1k19__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1l13__"] { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1m2__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-mhq46s1m13__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-mhq46s1m13__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 18px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m5qvsxn1, [id^="comp-mo7m5wfc_r_comp-m5qvsxn1__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5qxs9k6, [id^="comp-mo7m5wfc_r_comp-m5qxs9k6__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-m5syy95s, [id^="comp-mo7m5wfc_r_comp-m5syy95s__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5qybdd7, [id^="comp-mo7m5wfc_r_comp-m5qybdd7__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5qybdde, [id^="comp-mo7m5wfc_r_comp-m5qybdde__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5qybdde5, [id^="comp-mo7m5wfc_r_comp-m5qybdde5__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj3, [id^="comp-mo7m5wfc_r_comp-m5qyibj3__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj71, [id^="comp-mo7m5wfc_r_comp-m5qyibj71__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5sblrik, [id^="comp-mo7m5wfc_r_comp-m5sblrik__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5sblrj01, [id^="comp-mo7m5wfc_r_comp-m5sblrj01__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63f1zta, [id^="comp-mo7m5wfc_r_comp-m63f1zta__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63f1ztc3, [id^="comp-mo7m5wfc_r_comp-m63f1ztc3__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63f42vr, [id^="comp-mo7m5wfc_r_comp-m63f42vr__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63f42vr, [id^="comp-mo7m5wfc_r_comp-m63f42vr__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(206, 219, 221) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m63f42vr, [id^="comp-mo7m5wfc_r_comp-m63f42vr__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #CEDBDD) !important; }
:is(#comp-mo7m5wfc_r_comp-m63f1ztd, [id^="comp-mo7m5wfc_r_comp-m63f1ztd__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63f3v7k, [id^="comp-mo7m5wfc_r_comp-m63f3v7k__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63f3v7k, [id^="comp-mo7m5wfc_r_comp-m63f3v7k__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m63f3v7k, [id^="comp-mo7m5wfc_r_comp-m63f3v7k__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m5sblrj2, [id^="comp-mo7m5wfc_r_comp-m5sblrj2__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5qyibj84, [id^="comp-mo7m5wfc_r_comp-m5qyibj84__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5r1vkjv, [id^="comp-mo7m5wfc_r_comp-m5r1vkjv__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m5r1vkjv, [id^="comp-mo7m5wfc_r_comp-m5r1vkjv__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 24px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m5r1vkjv, [id^="comp-mo7m5wfc_r_comp-m5r1vkjv__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m5qyjly0, [id^="comp-mo7m5wfc_r_comp-m5qyjly0__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5sbudl8, [id^="comp-mo7m5wfc_r_comp-m5sbudl8__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m5sbudl8, [id^="comp-mo7m5wfc_r_comp-m5sbudl8__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 13px !important; line-height: 1.4 !important; }
:is(#comp-mo7m5wfc_r_comp-m5qyjmqn, [id^="comp-mo7m5wfc_r_comp-m5qyjmqn__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5sbxiwy, [id^="comp-mo7m5wfc_r_comp-m5sbxiwy__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5sbxix51, [id^="comp-mo7m5wfc_r_comp-m5sbxix51__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5sc13an, [id^="comp-mo7m5wfc_r_comp-m5sc13an__"]) { --opacity: 1; }
:is(#comp-mo7m5wfc_r_comp-m5sc2ora, [id^="comp-mo7m5wfc_r_comp-m5sc2ora__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m5sc2ora, [id^="comp-mo7m5wfc_r_comp-m5sc2ora__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m5scdwft, [id^="comp-mo7m5wfc_r_comp-m5scdwft__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5scdwfy3, [id^="comp-mo7m5wfc_r_comp-m5scdwfy3__"]) { --opacity: 1; }
:is(#comp-mo7m5wfc_r_comp-m5scdwg06, [id^="comp-mo7m5wfc_r_comp-m5scdwg06__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m5scdwg06, [id^="comp-mo7m5wfc_r_comp-m5scdwg06__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m63312co, [id^="comp-mo7m5wfc_r_comp-m63312co__"]) { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63ebzxn1__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63ectky__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63ectkz4__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63ei1gh__"] { --opacity: 1; }
[id^="comp-mo7m5wfc_r_comp-m63ectl04__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63er8cw__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m63er8cw__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-m63ectl09__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63eszfr__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m63eszfr__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m63f0idk, [id^="comp-mo7m5wfc_r_comp-m63f0idk__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63mw5cg, [id^="comp-mo7m5wfc_r_comp-m63mw5cg__"]) { --labelFont: normal normal normal 16px/1.4em madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --iconsMinWidth: 108px; --iconsOrder: 0; --iconSize: 20px; --iconPaddingEnd: 2px; --halfIconWidth: 10px; --alignment: start; --direction: var(--wix-opt-in-direction, ltr); --label-direction: inherit; --ratings-direction: inherit; --ratingMarginInlineStart: 15px; }
:is(#comp-mo7m5wfc_r_comp-m5t7osut, [id^="comp-mo7m5wfc_r_comp-m5t7osut__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-m5t7oswi, [id^="comp-mo7m5wfc_r_comp-m5t7oswi__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5t7qtc8, [id^="comp-mo7m5wfc_r_comp-m5t7qtc8__"]) { --shc-mutated-brightness: 119,120,122; }
:is(#comp-mo7m5wfc_r_comp-m5t90lo2, [id^="comp-mo7m5wfc_r_comp-m5t90lo2__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5t90lo44, [id^="comp-mo7m5wfc_r_comp-m5t90lo44__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5t94kzf, [id^="comp-mo7m5wfc_r_comp-m5t94kzf__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m5t94kzf, [id^="comp-mo7m5wfc_r_comp-m5t94kzf__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 24px !important; text-decoration: none !important; text-align: center !important; }
:is(#comp-mo7m5wfc_r_comp-m5t94kzf, [id^="comp-mo7m5wfc_r_comp-m5t94kzf__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m5t926yb, [id^="comp-mo7m5wfc_r_comp-m5t926yb__"]) { --shc-mutated-brightness: 128,128,128; }
:is(#comp-mo7m5wfc_r_comp-m63nly9d, [id^="comp-mo7m5wfc_r_comp-m63nly9d__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63nly9f6, [id^="comp-mo7m5wfc_r_comp-m63nly9f6__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63nly9g8, [id^="comp-mo7m5wfc_r_comp-m63nly9g8__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63nly9h, [id^="comp-mo7m5wfc_r_comp-m63nly9h__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63nly9h10, [id^="comp-mo7m5wfc_r_comp-m63nly9h10__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63nly9h10, [id^="comp-mo7m5wfc_r_comp-m63nly9h10__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(206, 219, 221) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; text-decoration: none !important; text-align: center !important; }
:is(#comp-mo7m5wfc_r_comp-m63nly9h10, [id^="comp-mo7m5wfc_r_comp-m63nly9h10__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #CEDBDD) !important; }
:is(#comp-mo7m5wfc_r_comp-m63nly9j, [id^="comp-mo7m5wfc_r_comp-m63nly9j__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63nly9j10, [id^="comp-mo7m5wfc_r_comp-m63nly9j10__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63nly9j10, [id^="comp-mo7m5wfc_r_comp-m63nly9j10__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 15px !important; text-decoration: none !important; text-align: center !important; }
:is(#comp-mo7m5wfc_r_comp-m63nly9k5, [id^="comp-mo7m5wfc_r_comp-m63nly9k5__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5t92833, [id^="comp-mo7m5wfc_r_comp-m5t92833__"]) { --shc-mutated-brightness: 128,128,128; }
:is(#comp-mo7m5wfc_r_comp-m5tag6as, [id^="comp-mo7m5wfc_r_comp-m5tag6as__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m5tag6as, [id^="comp-mo7m5wfc_r_comp-m5tag6as__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 13px !important; text-align: center !important; line-height: 1.4 !important; }
:is(#comp-mo7m5wfc_r_comp-m5tag6as, [id^="comp-mo7m5wfc_r_comp-m5tag6as__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m5tf2thz, [id^="comp-mo7m5wfc_r_comp-m5tf2thz__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k18, [id^="comp-mo7m5wfc_r_comp-m5tf3k18__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1b, [id^="comp-mo7m5wfc_r_comp-m5tf3k1b__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1c, [id^="comp-mo7m5wfc_r_comp-m5tf3k1c__"]) { --opacity: 1; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1c12, [id^="comp-mo7m5wfc_r_comp-m5tf3k1c12__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1c12, [id^="comp-mo7m5wfc_r_comp-m5tf3k1c12__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1c12, [id^="comp-mo7m5wfc_r_comp-m5tf3k1c12__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1d13, [id^="comp-mo7m5wfc_r_comp-m5tf3k1d13__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1e8, [id^="comp-mo7m5wfc_r_comp-m5tf3k1e8__"]) { --opacity: 1; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1e20, [id^="comp-mo7m5wfc_r_comp-m5tf3k1e20__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1e20, [id^="comp-mo7m5wfc_r_comp-m5tf3k1e20__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m5tf3k1e20, [id^="comp-mo7m5wfc_r_comp-m5tf3k1e20__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m5th5u5n, [id^="comp-mo7m5wfc_r_comp-m5th5u5n__"]) { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63opb8s3__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63opb8t10__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m63opb8t10__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(50, 65, 88) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-m63opb8t10__"] [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #324158) !important; }
[id^="comp-mo7m5wfc_r_comp-m63opb8v2__"] { --opacity: 1; }
[id^="comp-mo7m5wfc_r_comp-m63opb8x5__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m63opb8x5__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(50, 65, 88) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-m63opb8x5__"] [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #324158) !important; }
:is(#comp-mo7m5wfc_r_comp-m63ogriz, [id^="comp-mo7m5wfc_r_comp-m63ogriz__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63p3klj, [id^="comp-mo7m5wfc_r_comp-m63p3klj__"]) { --labelFont: normal normal normal 16px/1.4em madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --iconsMinWidth: 108px; --iconsOrder: 0; --iconSize: 20px; --iconPaddingEnd: 2px; --halfIconWidth: 10px; --alignment: center; --direction: var(--wix-opt-in-direction, ltr); --label-direction: inherit; --ratings-direction: inherit; --ratingMarginInlineStart: 15px; }
:is(#comp-mo7m5wfc_r_comp-m63q8wkb, [id^="comp-mo7m5wfc_r_comp-m63q8wkb__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-m63q8wlj1, [id^="comp-mo7m5wfc_r_comp-m63q8wlj1__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63q8wln1, [id^="comp-mo7m5wfc_r_comp-m63q8wln1__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63q8wlo7, [id^="comp-mo7m5wfc_r_comp-m63q8wlo7__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qjscq, [id^="comp-mo7m5wfc_r_comp-m63qjscq__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndic, [id^="comp-mo7m5wfc_r_comp-m63qndic__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndif7, [id^="comp-mo7m5wfc_r_comp-m63qndif7__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndig9, [id^="comp-mo7m5wfc_r_comp-m63qndig9__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63qndig9, [id^="comp-mo7m5wfc_r_comp-m63qndig9__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 24px !important; text-decoration: none !important; text-align: center !important; }
:is(#comp-mo7m5wfc_r_comp-m63qndig9, [id^="comp-mo7m5wfc_r_comp-m63qndig9__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
:is(#comp-mo7m5wfc_r_comp-m63qndih9, [id^="comp-mo7m5wfc_r_comp-m63qndih9__"]) { --shc-mutated-brightness: 128,128,128; }
:is(#comp-mo7m5wfc_r_comp-m63qndii6, [id^="comp-mo7m5wfc_r_comp-m63qndii6__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndik, [id^="comp-mo7m5wfc_r_comp-m63qndik__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndil, [id^="comp-mo7m5wfc_r_comp-m63qndil__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndil8, [id^="comp-mo7m5wfc_r_comp-m63qndil8__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndim7, [id^="comp-mo7m5wfc_r_comp-m63qndim7__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63qndim7, [id^="comp-mo7m5wfc_r_comp-m63qndim7__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; text-decoration: none !important; text-align: center !important; }
:is(#comp-mo7m5wfc_r_comp-m63qndim7, [id^="comp-mo7m5wfc_r_comp-m63qndim7__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
:is(#comp-mo7m5wfc_r_comp-m63qndim21, [id^="comp-mo7m5wfc_r_comp-m63qndim21__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndin9, [id^="comp-mo7m5wfc_r_comp-m63qndin9__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63qndin9, [id^="comp-mo7m5wfc_r_comp-m63qndin9__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(255, 255, 255) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-weight: bold !important; font-size: 15px !important; text-decoration: none !important; text-align: center !important; }
:is(#comp-mo7m5wfc_r_comp-m63qndin9, [id^="comp-mo7m5wfc_r_comp-m63qndin9__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #FFFFFF) !important; }
:is(#comp-mo7m5wfc_r_comp-m63qndio, [id^="comp-mo7m5wfc_r_comp-m63qndio__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndiz, [id^="comp-mo7m5wfc_r_comp-m63qndiz__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63qndiz10, [id^="comp-mo7m5wfc_r_comp-m63qndiz10__"]) { --labelFont: normal normal normal 16px/1.4em madefor-text-bold,helveticaneuew01-65medi,helveticaneuew02-65medi,helveticaneuew10-65medi,sans-serif; --iconsMinWidth: 108px; --iconsOrder: 0; --iconSize: 20px; --iconPaddingEnd: 2px; --halfIconWidth: 10px; --alignment: center; --direction: var(--wix-opt-in-direction, ltr); --label-direction: inherit; --ratings-direction: inherit; --ratingMarginInlineStart: 15px; }
:is(#comp-mo7m5wfc_r_comp-m63wtoh2, [id^="comp-mo7m5wfc_r_comp-m63wtoh2__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63wv5xm, [id^="comp-mo7m5wfc_r_comp-m63wv5xm__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63wv5xz11, [id^="comp-mo7m5wfc_r_comp-m63wv5xz11__"]) { --shc-mutated-brightness: 128,128,128; }
:is(#comp-mo7m5wfc_r_comp-m63wv5y69, [id^="comp-mo7m5wfc_r_comp-m63wv5y69__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63wv5y69, [id^="comp-mo7m5wfc_r_comp-m63wv5y69__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(0, 0, 0) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 13px !important; text-align: center !important; line-height: 1.4 !important; }
:is(#comp-mo7m5wfc_r_comp-m63wv5y69, [id^="comp-mo7m5wfc_r_comp-m63wv5y69__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #000000) !important; }
:is(#comp-mo7m5wfc_r_comp-m63wv5yc, [id^="comp-mo7m5wfc_r_comp-m63wv5yc__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63wv5ym8, [id^="comp-mo7m5wfc_r_comp-m63wv5ym8__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63wv5ys6, [id^="comp-mo7m5wfc_r_comp-m63wv5ys6__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63wv5z45, [id^="comp-mo7m5wfc_r_comp-m63wv5z45__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63wv5z45, [id^="comp-mo7m5wfc_r_comp-m63wv5z45__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m63wv5z45, [id^="comp-mo7m5wfc_r_comp-m63wv5z45__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m63wv5za9, [id^="comp-mo7m5wfc_r_comp-m63wv5za9__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zo11, [id^="comp-mo7m5wfc_r_comp-m63wv5zo11__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m63wv5zo11, [id^="comp-mo7m5wfc_r_comp-m63wv5zo11__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zo11, [id^="comp-mo7m5wfc_r_comp-m63wv5zo11__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jf, [id^="comp-mo7m5wfc_r_comp-m64hx9jf__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jq, [id^="comp-mo7m5wfc_r_comp-m64hx9jq__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jr2, [id^="comp-mo7m5wfc_r_comp-m64hx9jr2__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m64hx9jr2, [id^="comp-mo7m5wfc_r_comp-m64hx9jr2__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jr2, [id^="comp-mo7m5wfc_r_comp-m64hx9jr2__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m64hx9jt1, [id^="comp-mo7m5wfc_r_comp-m64hx9jt1__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m64hx9ju9, [id^="comp-mo7m5wfc_r_comp-m64hx9ju9__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m64hx9ju9, [id^="comp-mo7m5wfc_r_comp-m64hx9ju9__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(182, 208, 218) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 15px !important; text-decoration: none !important; }
:is(#comp-mo7m5wfc_r_comp-m64hx9ju9, [id^="comp-mo7m5wfc_r_comp-m64hx9ju9__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #B6D0DA) !important; }
:is(#comp-mo7m5wfc_r_comp-m63wv5zu1, [id^="comp-mo7m5wfc_r_comp-m63wv5zu1__"]) { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63wv607__"] { --shc-mutated-brightness: 115,106,90; }
[id^="comp-mo7m5wfc_r_comp-m63wv60c10__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m63wv60c10__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(50, 65, 88) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-m63wv60c10__"] [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #324158) !important; }
[id^="comp-mo7m5wfc_r_comp-m63wv60o__"] { --text-direction: var(--wix-opt-in-direction); }
[id^="comp-mo7m5wfc_r_comp-m63wv60o__"] :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(50, 65, 88) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 14px !important; text-decoration: none !important; }
[id^="comp-mo7m5wfc_r_comp-m63wv60o__"] [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #324158) !important; }
:is(#comp-mo7m5wfc_r_comp-m6uikm0q, [id^="comp-mo7m5wfc_r_comp-m6uikm0q__"]) { --shc-mutated-brightness: 128,128,128; }
:is(#comp-mo7m5wfc_r_comp-m3ofq2i713, [id^="comp-mo7m5wfc_r_comp-m3ofq2i713__"]) { --shc-mutated-brightness: 89,111,104; }
:is(#comp-mo7m5wfc_r_comp-m3ofq2i310, [id^="comp-mo7m5wfc_r_comp-m3ofq2i310__"]) { --shc-mutated-brightness: 128,124,117; }
:is(#comp-mo7m5wfc_r_comp-m3qumgbv, [id^="comp-mo7m5wfc_r_comp-m3qumgbv__"]) { --shc-mutated-brightness: 115,106,90; }
:is(#comp-mo7m5wfc_r_comp-m3qumgc9, [id^="comp-mo7m5wfc_r_comp-m3qumgc9__"]) { --text-direction: var(--wix-opt-in-direction); }
:is(#comp-mo7m5wfc_r_comp-m3qumgc9, [id^="comp-mo7m5wfc_r_comp-m3qumgc9__"]) :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: rgb(0, 0, 0) !important; background-color: transparent !important; font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif !important; font-size: 11px !important; text-align: left !important; }
:is(#comp-mo7m5wfc_r_comp-m3qumgc9, [id^="comp-mo7m5wfc_r_comp-m3qumgc9__"]) :is(ul, ol) { direction: ltr; }
:is(#comp-mo7m5wfc_r_comp-m3qumgc9, [id^="comp-mo7m5wfc_r_comp-m3qumgc9__"]) [class$="rich-text__text"]:is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote, div) { color: var(--corvid-color, #000000) !important; }
:is(#comp-mo7m5wfc_r_comp-m3qumgcc, [id^="comp-mo7m5wfc_r_comp-m3qumgcc__"]) { --fill-opacity: 1; --stroke-width: 0; --stroke: #5E97FF; --stroke-opacity: 1; --fill: #000000; }
.fOHIt { display: block; height: 100%; width: 100%; }
.fOHIt img { max-width: var(--wix-img-max-width,100%); }
.fOHIt[data-animate-blur] img { filter: blur(9px); transition: filter 0.8s ease-in; }
.fOHIt[data-animate-blur] img[data-load-done] { filter: none; }
.Frx0q { align-items: center; background: rgba(0, 0, 0, 0.5); color: rgb(255, 255, 255); display: flex; height: 100%; justify-content: center; position: absolute; text-align: center; top: 0px; width: 100%; }
.JXaIP { height: 20px; width: 20px; }
.weZi3 { margin-bottom: 56px; }
.F8BAF { font-size: 16px; line-height: 24px; position: absolute; }