@charset "UTF-8";.spinner-container>div.spinner{display:block;animation:spinner-spin 2s linear infinite;width:24px;height:24px;overflow:hidden}.spinner-container>div.spinner>svg{width:24px;height:24px;display:block;animation:spinner-spin 2s infinite;overflow:hidden}.spinner-container>div.spinner>svg>circle{stroke:var(--color-primary, #0053ff);stroke:var(--color-primary, var(--color-primary, #0053ff));animation:spinner-circle 4s infinite}.spinner-container{width:24px;height:24px}.spinner-container.inline{display:inline-block;vertical-align:middle}.spinner-container.center{display:flex;align-items:center;justify-content:center;width:100%;height:auto}.spinner-container.gray div.spinner>svg>circle{stroke:var(--color-gray-1, #868686)}@keyframes spinner-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner-circle{0%{stroke-dasharray:15 100}50%{stroke-dasharray:40 100}to{stroke-dasharray:15 100}}@keyframes spinner-end{to{stroke-dasharray:0 100}}.loading-button{position:relative;display:inline-block}.loading-button.block{display:block}.loading-button.bottom{margin-top:auto;padding-top:15px}.loading-button>div:first-child{transition:transform .3s;display:flex;flex-direction:column;align-items:stretch}.loading-button>div:last-child{position:absolute;opacity:0;top:50%;left:50%;width:24px;height:24px;transition:opacity .3s;contain:strict;transform:translate(-50%,-50%);pointer-events:none;display:flex;align-items:center;justify-content:flex-end}.loading-button.loading>div:first-child{opacity:.2}.loading-button.loading>div:last-child{opacity:1}.split-inputs{display:flex;flex-direction:row}.split-inputs.option{margin-top:7px}.st-input-box>.split-inputs{gap:10px}.st-input-box>.split-inputs>div{margin:0;flex-grow:0;flex-shrink:0;flex-basis:auto;min-width:0;max-width:none}.st-input-box>.split-inputs>div:first-child{flex-grow:1}.split-inputs>div{flex-grow:1;flex-shrink:0;flex-basis:0;margin:0 20px}.split-inputs>div:first-child{margin-left:0}.split-inputs>div:last-child{margin-right:0}@media (max-width: 699px){.split-inputs{display:block}.split-inputs>div{margin:0}}.style-title-small,.st-navigation-bar>h1{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 400px){.style-title-small,.st-navigation-bar>h1{font-size:14px}}.st-navigation-bar-container{position:relative}.st-navigation-bar-container.transparent>.st-navigation-bar{background:transparent}.st-navigation-bar-background{position:absolute;display:grid;padding:var(--st-safe-area-top, 0px) var(--navigation-bar-horizontal-padding, var(--st-horizontal-padding, 40px)) 0 var(--navigation-bar-horizontal-padding, var(--st-horizontal-padding, 40px));box-sizing:border-box;width:100%;height:56px;opacity:1;transition:opacity .2s;z-index:1}@media (min-width: 550px){.st-navigation-bar-background{height:55px}}.st-navigation-bar-background.large{height:80px}body.native-iOS .st-navigation-bar-background{height:42px}.st-navigation-bar-background.scrolled{opacity:0;pointer-events:none}.st-navigation-bar{margin:0;padding:var(--st-safe-area-top, 0px) var(--navigation-bar-horizontal-padding, var(--st-horizontal-padding, 40px)) 0 var(--navigation-bar-horizontal-padding, var(--st-horizontal-padding, 40px));height:56px;word-break:normal;-webkit-app-region:drag;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:var(--color-background, #ffffff);background:var(--color-current-background, white);transition:background-color .3s,border-color .3s;z-index:200;border-bottom:var(--border-width-thin, 1px) solid transparent;border-top:var(--border-width-thin, 1px) solid transparent}@media (min-width: 550px){.st-navigation-bar{padding-top:max(var(--st-safe-area-top, 0px),5px);height:55px}}body.native-iOS .st-navigation-bar{height:42px}.st-navigation-bar.large{height:80px;margin-bottom:0;padding:var(--st-safe-area-top, 0px) 20px 0 20px}@media (max-width: 450px){.st-navigation-bar.large{padding:var(--st-safe-area-top, 0px) 15px 0 15px}}.st-navigation-bar>div{display:flex;flex-direction:row;align-items:center}.st-navigation-bar>div.left{padding-right:15px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.st-navigation-bar>div.left:empty,.st-navigation-bar>div.left.empty{min-width:0;padding-right:0}.st-navigation-bar>div.left:empty+h1,.st-navigation-bar>div.left.empty+h1{margin-left:-10px}.st-navigation-bar>div.left>.button,.st-navigation-bar>div.left>.loading-button{margin-left:10px;margin-right:10px}.st-navigation-bar>div.left>.button:first-child,.st-navigation-bar>div.left>.loading-button:first-child{margin-left:0}.st-navigation-bar>div.left>.button:last-child,.st-navigation-bar>div.left>.loading-button:last-child{margin-right:0}.st-navigation-bar>div.right{padding-left:15px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.st-navigation-bar>div.right:empty,.st-navigation-bar>div.right.empty{min-width:0;padding-left:0}.st-navigation-bar>div.right>.button,.st-navigation-bar>div.right>.loading-button{margin-left:10px;margin-right:10px}.st-navigation-bar>div.right>.button:first-child,.st-navigation-bar>div.right>.loading-button:first-child{margin-left:0}.st-navigation-bar>div.right>.button:last-child,.st-navigation-bar>div.right>.loading-button:last-child{margin-right:0}.st-navigation-bar.wrap{height:auto}.st-navigation-bar.wrap>div:last-child{flex-wrap:wrap;margin:-5px -10px}.st-navigation-bar.wrap>div:last-child>*{margin:5px 10px}.st-navigation-bar>h1{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0;transition:opacity .2s;text-align:center}body.web-android .st-navigation-bar>h1,body.native-android .st-navigation-bar>h1{text-align:left}body.web-android .st-navigation-bar>h1,body.native-android .st-navigation-bar>h1{font-size:19px}body.web-iOS .st-navigation-bar>h1,body.native-iOS .st-navigation-bar>h1{font-size:17px}.st-navigation-bar.show-title>h1{opacity:1}.st-navigation-bar.scrolled{background:var(--color-background-shade, #f5f5f5);border-bottom-color:var(--color-border-shade, #BDBDBD)}.st-navigation-bar.scrolled.large,body.native-android .st-navigation-bar.scrolled,body.web-android .st-navigation-bar.scrolled{box-shadow:0 2px 5px var(--color-shadow, rgba(0, 0, 0, .1));border-bottom-color:transparent}.st-navigation-bar.scrolled>h1{opacity:1}.st-navigation-bar .input{width:220px;display:inline-block;flex-shrink:10000000}@media (max-width: 500px){.st-navigation-bar .input{width:100%;min-width:150px}}.st-navigation-bar select.input{width:auto}@media (max-width: 550px){[data-v-19a010bf]:root{--input-height: 42px}}@media (max-width: 400px){[data-v-19a010bf]:root{--navigation-bar-margin: 0px}}.theme-warning[data-v-19a010bf]{--color-primary: var(--color-warning, #ffc900);--color-primary-background: var(--color-warning-background, #fff6d6);--color-primary-dark: var(--color-warning-dark, #634e00)}.theme-secundary[data-v-19a010bf]{--color-primary: var(--color-secundary, #8B17FF);--color-primary-background: var(--color-secundary-background, #EBD6FF);--color-primary-dark: var(--color-secundary-dark, #300061)}.theme-tertiary[data-v-19a010bf]{--color-primary: var(--color-tertiary, #FF17B2);--color-primary-background: var(--color-tertiary-background, #FFD6F1);--color-primary-dark: var(--color-tertiary-dark, #610041)}.theme-success[data-v-19a010bf]{--color-primary: var(--color-success, #11BB6B);--color-primary-background: var(--color-success-background, #D6FFEC);--color-primary-dark: var(--color-success-dark, #006131)}.theme-error[data-v-19a010bf]{--color-primary: var(--color-error, #f0153d);--color-primary-background: var(--color-error-background, #ffd6dd);--color-primary-dark: var(--color-error-dark, #630012)}.style-side-view-shadow[data-v-19a010bf]{box-shadow:0 2px 5px var(--color-side-view-shadow, rgba(0, 0, 0, .1))}.style-input-shadow[data-v-19a010bf],.style-input-box[data-v-19a010bf],.style-code[data-v-19a010bf]{box-shadow:0 1px 2px 0 var(--color-input-shadow, rgba(0, 0, 0, .15))}.style-overlay-shadow[data-v-19a010bf]{box-shadow:0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}@media (prefers-color-scheme: dark){.style-overlay-shadow[data-v-19a010bf]{box-shadow:0 0 0 1px var(--color-gray-2, #D1D1D1),0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}}.style-nowrap[data-v-19a010bf]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-hr[data-v-19a010bf],.main-text-container>hr[data-v-19a010bf],.main-text-container .container>hr[data-v-19a010bf]{height:var(--border-width-thin, 1px);background:var(--color-gray-2, #D1D1D1);border-radius:var(--border-width-thin, 1px)/2;padding:0;margin:20px 0;outline:none;border:0}.style-title-huge[data-v-19a010bf]{font-weight:var(--font-weight-bold, 700);font-size:48px;line-height:1.2}@media (max-width: 800px){.style-title-huge[data-v-19a010bf]{font-size:40px}}@media (max-width: 400px){.style-title-huge[data-v-19a010bf]{font-size:35px}}@media (max-width: 400px){.style-title-huge[data-v-19a010bf]{font-size:32px}}.style-placeholder-skeleton[data-v-19a010bf]{display:inline-block;height:1em;width:50px;border-radius:5px;background:var(--color-background-shade-darker, #EBEBEB);background-attachment:fixed;background-image:linear-gradient(90deg,var(--color-background-shade-darker, #EBEBEB) 0px,var(--color-background-shade, #f5f5f5) 40px,var(--color-background-shade-darker, #EBEBEB) 80px,var(--color-background-shade-darker, #EBEBEB) 50vw,var(--color-background-shade, #f5f5f5) calc(50vw + 40px),var(--color-background-shade-darker, #EBEBEB) calc(50vw + 80px));background-size:200vw;background-position:0vw;animation:shine-lines-19a010bf 6s infinite linear;animation-delay:-.5s;animation-timeline:auto}@keyframes shine-lines-19a010bf{0%{background-position:-50vw}80%,to{background-position:100vw}}.style-title-semihuge[data-v-19a010bf]{font-size:36px;font-weight:var(--font-weight-bold, 700);line-height:1.3}@media (max-width: 500px){.style-title-semihuge[data-v-19a010bf]{font-size:30px}}@media (max-width: 400px){.style-title-semihuge[data-v-19a010bf]{font-size:25px}}.style-text-gradient[data-v-19a010bf]{background:linear-gradient(94.7deg,#0053ff 31.34%,#7000ff 68.57%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.style-title-1[data-v-19a010bf],.main-text-container>h1[data-v-19a010bf]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-19a010bf]:not([class]),.main-text-container .container>h1[data-v-19a010bf]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-19a010bf]:not([class]){font-size:28px;font-weight:var(--font-weight-semibold, 600);line-height:1.4}@media (max-width: 350px){.style-title-1[data-v-19a010bf],.main-text-container>h1[data-v-19a010bf]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-19a010bf]:not([class]),.main-text-container .container>h1[data-v-19a010bf]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-19a010bf]:not([class]){font-size:24px}}.style-navigation-title[data-v-19a010bf]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:32px;font-weight:var(--font-weight-semibold, 600);line-height:1.4;padding-bottom:10px}@media (max-width: 350px){.style-navigation-title[data-v-19a010bf]{font-size:28px}}.style-navigation-title.with-icons[data-v-19a010bf]{display:flex;align-items:center;gap:5px}.style-navigation-title.with-icons[data-v-19a010bf]>*:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.style-navigation-title.with-icons[data-v-19a010bf]>*:not(:first-child){flex-shrink:0}.style-navigation-title.with-icons>.style-bubble[data-v-19a010bf]{margin-left:5px}.style-title-2-larger[data-v-19a010bf],.main-text-container>h2.larger[data-v-19a010bf],.main-text-container .container>h2.larger[data-v-19a010bf]{font-size:22px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2[data-v-19a010bf],.style-wysiwyg h2[data-v-19a010bf],.main-text-container>h2[data-v-19a010bf],.main-text-container .container>h2[data-v-19a010bf]{font-size:18px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2>.style-tag[data-v-19a010bf],.style-wysiwyg h2>.style-tag[data-v-19a010bf],.main-text-container>h2>.style-tag[data-v-19a010bf],.main-text-container .container>h2>.style-tag[data-v-19a010bf]{margin-left:5px}.style-title-3[data-v-19a010bf],.style-wysiwyg h3[data-v-19a010bf]{font-size:17px;font-weight:var(--font-weight-semibold, 600)}.style-title-small[data-v-19a010bf]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 400px){.style-title-small[data-v-19a010bf]{font-size:14px}}.style-title-prefix[data-v-19a010bf]{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:5px}@media (max-width: 400px){.style-title-prefix[data-v-19a010bf]{font-size:10px;margin-bottom:4px}}.style-title-prefix-list[data-v-19a010bf]{font-size:11px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:3px}@media (max-width: 400px){.style-title-prefix-list[data-v-19a010bf]{font-size:10px;margin-bottom:4px}}.style-title-prefix-list.error[data-v-19a010bf]{color:var(--color-error, #f0153d)}.style-title-prefix-list>.icon[data-v-19a010bf]:first-child:not(:last-child){margin-right:5px}.style-title-prefix-list>.icon[data-v-19a010bf]:last-child:not(:first-child){margin-left:5px}.style-capitalize-first-letter[data-v-19a010bf]:first-letter{text-transform:uppercase}.style-title-list[data-v-19a010bf]{font-size:16px;line-height:1.3;font-weight:var(--font-weight-medium, 500)}.style-title-list.bolder[data-v-19a010bf]{font-weight:var(--font-weight-semibold, 600)}.style-title-list.red[data-v-19a010bf]{color:var(--color-error, #f0153d)}@media (max-width: 400px){.style-title-list[data-v-19a010bf]{font-size:15px}}.style-title-list+p[data-v-19a010bf]{padding-top:3px}.style-title-list.larger[data-v-19a010bf]{font-size:20px}.style-title-list.larger+p[data-v-19a010bf]{padding-top:5px}@media (max-width: 400px){.style-title-list.larger[data-v-19a010bf]{font-size:17px}.style-title-list.larger+p[data-v-19a010bf]{padding-top:3px}}.style-text-large[data-v-19a010bf]{font-size:20px;font-weight:var(--font-weight-default, 500);line-height:1.4}.style-tag[data-v-19a010bf]{font-size:11px;text-transform:uppercase;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));padding:7px 8px;border-radius:8px;line-height:1;display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}@media (prefers-color-scheme: dark){.style-tag[data-v-19a010bf]{color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}}.style-tag.large[data-v-19a010bf]{font-size:13px;padding:7px 9px}.style-tag.warn[data-v-19a010bf]{color:var(--color-warning-dark, #634e00);background:var(--color-warning-background, #fff6d6)}.style-tag.error[data-v-19a010bf]{color:var(--color-error-dark, #630012);background:var(--color-error-background, #ffd6dd)}.style-tag.success[data-v-19a010bf]{color:var(--color-success-dark, #006131);background:var(--color-success-background, #D6FFEC)}.style-tag.secundary[data-v-19a010bf]{color:var(--color-secundary-dark, #300061);background:var(--color-secundary-background, #EBD6FF)}.style-tag.discount[data-v-19a010bf]{color:var(--color-discount-dark, #692020);background:var(--color-discount-background, #ffd6d6)}.style-tag.tertiary[data-v-19a010bf]{color:var(--color-tertiary-dark, #610041);background:var(--color-tertiary-background, #FFD6F1)}.style-tag.gray[data-v-19a010bf]{color:var(--color-gray-1, #868686);background:var(--color-background-shade, #f5f5f5)}.style-tag.payconiq[data-v-19a010bf]{color:var(--color-payconiq-dark, #692038);background:var(--color-payconiq-background, #FFD6E4)}.style-tag.inline[data-v-19a010bf]{display:inline-block}.style-tag.inline-first[data-v-19a010bf]{margin-left:5px}.style-price-base[data-v-19a010bf],.style-discount-price[data-v-19a010bf],.style-discount-old-price[data-v-19a010bf],.style-price[data-v-19a010bf],.style-amount[data-v-19a010bf]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);font-variant-numeric:tabular-nums}.style-price-base.disabled[data-v-19a010bf],.disabled.style-discount-price[data-v-19a010bf],.disabled.style-discount-old-price[data-v-19a010bf],.disabled.style-price[data-v-19a010bf],.disabled.style-amount[data-v-19a010bf]{opacity:.6}.style-price-base.negative[data-v-19a010bf],.negative.style-discount-price[data-v-19a010bf],.negative.style-discount-old-price[data-v-19a010bf],.negative.style-price[data-v-19a010bf],.negative.style-amount[data-v-19a010bf]{color:var(--color-error, #f0153d)}.style-amount.min-width[data-v-19a010bf]{display:inline-block;min-width:50px}.style-price[data-v-19a010bf]{font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-value-old[data-v-19a010bf]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);text-decoration:line-through;color:var(--color-error-dark, #630012)}.style-value-old[data-v-19a010bf]:hover{text-decoration:none}.style-value-new[data-v-19a010bf]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);color:var(--color-success-dark, #006131)}.style-discount-old-price[data-v-19a010bf]{text-decoration:line-through;color:var(--color-gray-4, #5e5e5e)}.style-discount-price[data-v-19a010bf]{font-weight:var(--font-weight-semibold, 600);color:var(--color-discount, #ff4747);margin-left:5px}.style-normal[data-v-19a010bf],ul.style-list[data-v-19a010bf]{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-label[data-v-19a010bf]{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;padding-bottom:3px}.style-definition-label+.details-grid[data-v-19a010bf]{padding-top:5px}.style-definition-text[data-v-19a010bf]{font-size:18px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-text.placeholder[data-v-19a010bf]{color:var(--color-gray-4, #5e5e5e)}.font-size-description[data-v-19a010bf],.style-wysiwyg[data-v-19a010bf],.style-description[data-v-19a010bf],.style-description-block[data-v-19a010bf],.main-text-container>h2+p[data-v-19a010bf]:not([class]),.main-text-container>h2+p.style-description[data-v-19a010bf],.main-text-container>h2+p.style-description-block[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p[data-v-19a010bf]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf],.main-text-container .container>h2+p[data-v-19a010bf]:not([class]),.main-text-container .container>h2+p.style-description[data-v-19a010bf],.main-text-container .container>h2+p.style-description-block[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p[data-v-19a010bf]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf],.main-text-container .main-text-container.container>h2+p[data-v-19a010bf]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-19a010bf],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p[data-v-19a010bf]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p[data-v-19a010bf]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf],.style-navigation-title+p[data-v-19a010bf]:not([class]),.style-navigation-title+p.style-description[data-v-19a010bf],.style-navigation-title+p.style-description-block[data-v-19a010bf]{font-size:15px}@media (max-width: 400px){.font-size-description[data-v-19a010bf],.style-wysiwyg[data-v-19a010bf],.style-description[data-v-19a010bf],.style-description-block[data-v-19a010bf],.main-text-container>h2+p[data-v-19a010bf]:not([class]),.main-text-container>h2+p.style-description[data-v-19a010bf],.main-text-container>h2+p.style-description-block[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p[data-v-19a010bf]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf],.main-text-container .container>h2+p[data-v-19a010bf]:not([class]),.main-text-container .container>h2+p.style-description[data-v-19a010bf],.main-text-container .container>h2+p.style-description-block[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p[data-v-19a010bf]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf],.main-text-container .main-text-container.container>h2+p[data-v-19a010bf]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-19a010bf],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p[data-v-19a010bf]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p[data-v-19a010bf]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf],.style-navigation-title+p[data-v-19a010bf]:not([class]),.style-navigation-title+p.style-description[data-v-19a010bf],.style-navigation-title+p.style-description-block[data-v-19a010bf]{font-size:14px}}.font-size-description-large[data-v-19a010bf],.style-wysiwyg.large[data-v-19a010bf],.style-description-large[data-v-19a010bf]{font-size:16px}@media (max-width: 400px){.font-size-description-large[data-v-19a010bf],.style-wysiwyg.large[data-v-19a010bf],.style-description-large[data-v-19a010bf]{font-size:15px}}.style-description[data-v-19a010bf],.style-description-block[data-v-19a010bf],.main-text-container>h2+p[data-v-19a010bf]:not([class]),.main-text-container>h2+p.style-description[data-v-19a010bf],.main-text-container>h2+p.style-description-block[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p[data-v-19a010bf]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf],.main-text-container .container>h2+p[data-v-19a010bf]:not([class]),.main-text-container .container>h2+p.style-description[data-v-19a010bf],.main-text-container .container>h2+p.style-description-block[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p[data-v-19a010bf]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf],.main-text-container .main-text-container.container>h2+p[data-v-19a010bf]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-19a010bf],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p[data-v-19a010bf]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p[data-v-19a010bf]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf],.style-navigation-title+p[data-v-19a010bf]:not([class]),.style-navigation-title+p.style-description[data-v-19a010bf],.style-navigation-title+p.style-description-block[data-v-19a010bf]{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.inline-size[data-v-19a010bf]{contain:inline-size}.style-description-large[data-v-19a010bf]{line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.style-description[data-v-19a010bf]:has(>.icon),.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container>h2+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container>h2+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container>h2+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container>h2.style-navigation-title+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container>h2+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container>h2+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container>h2+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container>h2.style-navigation-title+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>h2+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>h2+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>h2+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container>h1:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf]:has(>.icon),.style-navigation-title+p[data-v-19a010bf]:has(>.icon):not([class]),.style-navigation-title+p.style-description[data-v-19a010bf]:has(>.icon),.style-navigation-title+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-19a010bf]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-19a010bf]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-19a010bf]:has(>.icon),.style-description-large[data-v-19a010bf]:has(>.icon),.style-description-small[data-v-19a010bf]:has(>.icon),.title-suffix[data-v-19a010bf]:has(>.icon),.radio-description[data-v-19a010bf]:has(>.icon),.style-definition-description[data-v-19a010bf]:has(>.icon),.details-grid dd[data-v-19a010bf]:has(>.icon),.style-title-list[data-v-19a010bf]:has(>.icon){display:flex;align-items:center;gap:3px}.pre-wrap[data-v-19a010bf]{white-space:pre-wrap}.style-limit-lines[data-v-19a010bf]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.style-description-block[data-v-19a010bf],.main-text-container>h2+p[data-v-19a010bf]:not([class]),.main-text-container>h2+p.style-description[data-v-19a010bf],.main-text-container>h2+p.style-description-block[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p[data-v-19a010bf]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf],.main-text-container .container>h2+p[data-v-19a010bf]:not([class]),.main-text-container .container>h2+p.style-description[data-v-19a010bf],.main-text-container .container>h2+p.style-description-block[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p[data-v-19a010bf]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-19a010bf],.main-text-container .main-text-container.container>h2+p[data-v-19a010bf]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-19a010bf],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p[data-v-19a010bf]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p[data-v-19a010bf]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf],.style-navigation-title+p[data-v-19a010bf]:not([class]),.style-navigation-title+p.style-description[data-v-19a010bf],.style-navigation-title+p.style-description-block[data-v-19a010bf]{padding-bottom:20px}.style-description-block[data-v-19a010bf]:last-child,.main-text-container>h2+p[data-v-19a010bf]:last-child:not([class]),.main-text-container>h2+p.style-description[data-v-19a010bf]:last-child,.main-text-container>h2+p.style-description-block[data-v-19a010bf]:last-child,.main-text-container .container>h2+p[data-v-19a010bf]:last-child:not([class]),.main-text-container .container>h2+p.style-description[data-v-19a010bf]:last-child,.main-text-container .container>h2+p.style-description-block[data-v-19a010bf]:last-child,.main-text-container>h1:not([class]):first-child+p[data-v-19a010bf]:last-child:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-19a010bf]:last-child,.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:last-child:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf]:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf]:last-child,.main-text-container .container>h1:not([class]):first-child+p[data-v-19a010bf]:last-child:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-19a010bf]:last-child,.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:last-child:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf]:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf]:last-child,.style-navigation-title+p[data-v-19a010bf]:last-child:not([class]),.style-navigation-title+p.style-description[data-v-19a010bf]:last-child,.style-navigation-title+p.style-description-block[data-v-19a010bf]:last-child{padding-bottom:0}.style-description-block[data-v-19a010bf]:empty,.main-text-container>h2+p[data-v-19a010bf]:empty:not([class]),.main-text-container>h2+p.style-description[data-v-19a010bf]:empty,.main-text-container>h2+p.style-description-block[data-v-19a010bf]:empty,.main-text-container .container>h2+p[data-v-19a010bf]:empty:not([class]),.main-text-container .container>h2+p.style-description[data-v-19a010bf]:empty,.main-text-container .container>h2+p.style-description-block[data-v-19a010bf]:empty,.main-text-container>h1:not([class]):first-child+p[data-v-19a010bf]:empty:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-19a010bf]:empty,.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:empty:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf]:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf]:empty,.main-text-container .container>h1:not([class]):first-child+p[data-v-19a010bf]:empty:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-19a010bf]:empty,.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-19a010bf]:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-19a010bf]:empty:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-19a010bf]:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-19a010bf]:empty,.style-navigation-title+p[data-v-19a010bf]:empty:not([class]),.style-navigation-title+p.style-description[data-v-19a010bf]:empty,.style-navigation-title+p.style-description-block[data-v-19a010bf]:empty{display:none}.style-description-small[data-v-19a010bf],.title-suffix[data-v-19a010bf],.radio-description[data-v-19a010bf],.style-definition-description[data-v-19a010bf],.details-grid dd[data-v-19a010bf]{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}@media (max-width: 400px){.style-description-small[data-v-19a010bf],.title-suffix[data-v-19a010bf],.radio-description[data-v-19a010bf],.style-definition-description[data-v-19a010bf],.details-grid dd[data-v-19a010bf]{font-size:14px}}.style-description-small.for-input[data-v-19a010bf],.for-input.title-suffix[data-v-19a010bf],.for-input.radio-description[data-v-19a010bf],.for-input.style-definition-description[data-v-19a010bf],.details-grid dd.for-input[data-v-19a010bf]{margin-top:8px;margin-bottom:8px}.style-description-small>.style-tag[data-v-19a010bf]:only-child,.title-suffix>.style-tag[data-v-19a010bf]:only-child,.radio-description>.style-tag[data-v-19a010bf]:only-child,.style-definition-description>.style-tag[data-v-19a010bf]:only-child,.details-grid dd>.style-tag[data-v-19a010bf]:only-child{margin:4px 0}.style-price-big[data-v-19a010bf]{font-size:20px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic[data-v-19a010bf]{font-size:28px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic+.style-description-small[data-v-19a010bf],.style-statistic+.title-suffix[data-v-19a010bf],.style-statistic+.radio-description[data-v-19a010bf],.style-statistic+.style-definition-description[data-v-19a010bf],.details-grid .style-statistic+dd[data-v-19a010bf]{margin-top:0}.style-interactive-small[data-v-19a010bf]{font-size:14px;font-weight:var(--font-weight-semibold, 600);color:var(--color-gray-4, #5e5e5e)}@media (max-width: 400px){.style-interactive-small[data-v-19a010bf]{font-size:13px}}.style-input[data-v-19a010bf]{font-size:15px;font-weight:var(--font-weight-default, 500);line-height:1.2}@media (max-width: 400px){.style-input[data-v-19a010bf]{font-size:16px}}.style-input-list[data-v-19a010bf]{display:flex;flex-direction:column;gap:5px}.style-input-box[data-v-19a010bf],.style-code[data-v-19a010bf]{border:1px solid var(--color-border-shade, #BDBDBD);background:var(--color-current-background, var(--color-background, #ffffff));border-radius:8px;transition:border-color .2s}.style-input-box[data-v-19a010bf]:focus,.style-code[data-v-19a010bf]:focus,.style-input-box[data-v-19a010bf]:focus-within,.style-code[data-v-19a010bf]:focus-within{border-color:var(--color-primary, #0053ff);outline:1.1px solid var(--color-primary, #0053ff);outline-offset:-.1px}.style-input-box[data-v-19a010bf]:focus:hover,.style-code[data-v-19a010bf]:focus:hover,.style-input-box[data-v-19a010bf]:focus-within:hover,.style-code[data-v-19a010bf]:focus-within:hover{border:1px solid var(--color-primary, #0053ff)}.style-button[data-v-19a010bf]{font-size:16px;font-weight:var(--font-weight-semibold, 600)}.style-button-small[data-v-19a010bf],.style-button-smaller[data-v-19a010bf]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-button-small[data-v-19a010bf],.style-button-smaller[data-v-19a010bf]{font-size:16px}}.style-button-smaller[data-v-19a010bf]{font-weight:var(--font-weight-medium, 500)}@media (max-width: 450px){.style-button-smaller[data-v-19a010bf]{font-size:15px}}.style-label[data-v-19a010bf]{font-size:16px;font-weight:var(--font-weight-semibold, 600);display:block;line-height:1.6}@media (max-width: 450px){.style-label[data-v-19a010bf]{font-size:15px}}.style-table-head[data-v-19a010bf]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}.style-context-menu-item[data-v-19a010bf]{font-size:13px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-context-menu-item[data-v-19a010bf]{font-size:15px;font-weight:var(--font-weight-default, 500)}}.style-context-menu-item-description[data-v-19a010bf]{font-size:13px;font-weight:var(--font-weight-default, 500);opacity:.5;font-variation-settings:"opsz" 19;white-space:wrap;line-height:1.5}.style-definition-term[data-v-19a010bf],.details-grid dt[data-v-19a010bf]{font-size:14px;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}@media (max-width: 550px){.style-definition-term[data-v-19a010bf],.details-grid dt[data-v-19a010bf]{font-size:13px}}.style-definition-description[data-v-19a010bf],.details-grid dd[data-v-19a010bf]{color:var(--color-dark, #1e1e1e);font-size:15px}.style-cover-photo[data-v-19a010bf]{border-radius:8px;margin-bottom:30px}.style-button-bar[data-v-19a010bf]{display:flex;flex-direction:row;gap:15px;margin-top:10px;align-items:center;flex-wrap:wrap}.style-button-bar.right-align[data-v-19a010bf]{justify-content:flex-end}.style-button-bar>*.primary[data-v-19a010bf]:first-child{margin-right:10px}hr+.style-button-bar[data-v-19a010bf]{margin-top:-15px}.style-form-buttons[data-v-19a010bf]{display:flex;flex-direction:column;gap:7px}.style-description-small+.style-button-bar[data-v-19a010bf],.title-suffix+.style-button-bar[data-v-19a010bf],.radio-description+.style-button-bar[data-v-19a010bf],.style-definition-description+.style-button-bar[data-v-19a010bf],.details-grid dd+.style-button-bar[data-v-19a010bf]{margin-top:10px}.style-with-button[data-v-19a010bf]{display:flex;flex-direction:row}.style-with-button[data-v-19a010bf]>*:first-child{flex-grow:1;text-align:left}.style-with-button[data-v-19a010bf]>*:last-child:not(:first-child){flex-shrink:0;margin-top:-13px;display:flex;flex-direction:row;align-items:center}.style-with-button[data-v-19a010bf]>*:last-child:not(:first-child)>*{margin:0 10px}.style-with-button>*:last-child:not(:first-child)>*.button.text[data-v-19a010bf]{margin:-5px 10px}.style-with-button[data-v-19a010bf]>*:last-child:not(:first-child)>*:last-child{margin-right:0}.radio-description[data-v-19a010bf]{display:block}.style-copyable[data-v-19a010bf]{position:relative;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;max-width:fit-content}.style-copyable[data-v-19a010bf]:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-copyable[data-v-19a010bf]:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-copyable[data-v-19a010bf]:hover:after{opacity:.05}}.style-copyable.copied[data-v-19a010bf]{color:var(--color-primary, #0053ff)}.style-copyable.copied[data-v-19a010bf]:before{opacity:1}.style-copyable.copied[data-v-19a010bf]:after{opacity:0}.style-hover-area[data-v-19a010bf],.style-inline-resource[data-v-19a010bf]:is(button),.style-inline-resource[data-v-19a010bf]:is(a),.style-inline-resource[data-v-19a010bf]:is(.style-tooltip),.style-tooltip[data-v-19a010bf]{position:relative;width:max-content;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}.style-hover-area[data-v-19a010bf]:before,.style-inline-resource[data-v-19a010bf]:is(button):before,.style-inline-resource[data-v-19a010bf]:is(a):before,.style-inline-resource[data-v-19a010bf]:is(.style-tooltip):before,.style-tooltip[data-v-19a010bf]:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-hover-area[data-v-19a010bf]:after,.style-inline-resource[data-v-19a010bf]:is(button):after,.style-inline-resource[data-v-19a010bf]:is(a):after,.style-inline-resource[data-v-19a010bf]:is(.style-tooltip):after,.style-tooltip[data-v-19a010bf]:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-hover-area[data-v-19a010bf]:hover:after,.style-inline-resource[data-v-19a010bf]:hover:is(button):after,.style-inline-resource[data-v-19a010bf]:hover:is(a):after,.style-tooltip[data-v-19a010bf]:hover:after{opacity:.05}}.style-tooltip[data-v-19a010bf]{cursor:help}.details-grid[data-v-19a010bf]{display:grid;grid-template-columns:auto 1fr;grid-template-columns:fit-content(40%) 1fr;gap:10px 25px}.details-grid.small[data-v-19a010bf]{grid-template-columns:150px 1fr}.details-grid dt[data-v-19a010bf]{cursor:default}.details-grid dd[data-v-19a010bf]{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text;user-select:contain;position:relative;z-index:1;transition:color .2s}.details-grid dd[data-v-19a010bf]:before{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0}@media (hover: hover){.details-grid dd[data-v-19a010bf]:after{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-background-shade, #f5f5f5);z-index:-2;opacity:0;transition:opacity .2s}.details-grid.hover dt:hover+dd[data-v-19a010bf]:not(.icons):after,.details-grid.hover dd[data-v-19a010bf]:hover:not(.icons):after{opacity:1}.details-grid.hover dd.icons+dd[data-v-19a010bf]:before{display:none}}.details-grid dd.copied[data-v-19a010bf],.details-grid dd.button[data-v-19a010bf]:active{color:var(--color-primary, #0053ff)}.details-grid dd.copied[data-v-19a010bf]:before,.details-grid dd.button[data-v-19a010bf]:active:before{opacity:1}.details-grid .center[data-v-19a010bf]{align-self:center}.details-grid .icons[data-v-19a010bf]{line-height:1;margin-left:auto}.details-grid dd.description[data-v-19a010bf]{grid-column:1/span 2;margin-top:-5px;font-size:15px}.details-grid dd.with-icons[data-v-19a010bf]{display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:15px}.details-grid dd.with-icons>.icon[data-v-19a010bf]{flex-shrink:0}.main-text-container>h1[data-v-19a010bf]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-19a010bf]:not([class]),.main-text-container .container>h1[data-v-19a010bf]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-19a010bf]:not([class]){padding-bottom:10px}.main-text-container>h2[data-v-19a010bf],.main-text-container .container>h2[data-v-19a010bf]{padding-bottom:15px}.main-text-container>h2.larger[data-v-19a010bf],.main-text-container .container>h2.larger[data-v-19a010bf]{padding-bottom:15px}.main-text-container>h2.style-with-button[data-v-19a010bf],.main-text-container .container>h2.style-with-button[data-v-19a010bf]{padding-bottom:0}.main-text-container>h2.style-with-button[data-v-19a010bf]>*:first-child,.main-text-container .container>h2.style-with-button[data-v-19a010bf]>*:first-child{padding-bottom:15px}.main-text-container .segmented-control+h2[data-v-19a010bf],.main-text-container .container .segmented-control+h2[data-v-19a010bf]{padding-top:15px}.main-text-container .segmented-control+.st-list[data-v-19a010bf],.main-text-container .container .segmented-control+.st-list[data-v-19a010bf]{padding-top:15px}.main-text-container>hr[data-v-19a010bf],.main-text-container .container>hr[data-v-19a010bf]{margin:30px 0;margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}@media (max-width: 400px){.main-text-container>hr[data-v-19a010bf],.main-text-container .container>hr[data-v-19a010bf]{margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}}.style-illustration-img[data-v-19a010bf],.illustration-list img[data-v-19a010bf]{width:var(--block-width, 40px);height:var(--block-width, 40px);margin-right:5px}@media (max-width: 400px){.style-illustration-img[data-v-19a010bf],.illustration-list img[data-v-19a010bf]{margin-right:0}}.style-image-with-icon[data-v-19a010bf]{position:relative;margin-right:5px;color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon figure[data-v-19a010bf]{background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon>aside[data-v-19a010bf]{color:var(--color-primary, #0053ff)}.style-image-with-icon.success[data-v-19a010bf]{color:var(--color-success-dark, #006131)}.style-image-with-icon.success figure[data-v-19a010bf]{background:var(--color-success-background, #D6FFEC);color:var(--color-success-dark, #006131)}.style-image-with-icon.success>aside[data-v-19a010bf]{color:var(--color-success, #11BB6B)}.style-image-with-icon.secundary[data-v-19a010bf]{color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary figure[data-v-19a010bf]{background:var(--color-secundary-background, #EBD6FF);color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary>aside[data-v-19a010bf]{color:var(--color-secundary, #8B17FF)}.style-image-with-icon.tertiary[data-v-19a010bf]{color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary figure[data-v-19a010bf]{background:var(--color-tertiary-background, #FFD6F1);color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary>aside[data-v-19a010bf]{color:var(--color-tertiary, #FF17B2)}.style-image-with-icon.warning[data-v-19a010bf]{color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning figure[data-v-19a010bf]{background:var(--color-warning-background, #fff6d6);color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning>aside[data-v-19a010bf]{color:var(--color-warning, #ffc900)}.style-image-with-icon.error[data-v-19a010bf]{color:var(--color-error-dark, #630012)}.style-image-with-icon.error figure[data-v-19a010bf]{background:var(--color-error-background, #ffd6dd);color:var(--color-error-dark, #630012)}.style-image-with-icon.error>aside[data-v-19a010bf]{color:var(--color-error, #f0153d)}.style-image-with-icon.gray[data-v-19a010bf]{color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray figure[data-v-19a010bf]{background:var(--color-background-shade, #f5f5f5);color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray>aside[data-v-19a010bf]{color:var(--color-dark, #1e1e1e)}.style-image-with-icon .image-component[data-v-19a010bf]{width:var(--block-width, 40px);height:var(--block-width, 40px)}.style-image-with-icon .image-component img[data-v-19a010bf]{border-radius:8px}@media (max-width: 400px){.style-image-with-icon .image-component[data-v-19a010bf]{margin-right:0}}.style-image-with-icon figure[data-v-19a010bf]{width:var(--block-width, 40px);height:var(--block-width, 40px);border-radius:8px;text-align:center;text-transform:uppercase;line-height:var(--block-width, 40px);font-size:14px;font-weight:var(--font-weight-bold, 700);display:flex;align-items:center;justify-content:center}@media (max-width: 400px){.style-image-with-icon figure[data-v-19a010bf]{margin-right:0}}.style-image-with-icon figure>span[data-v-19a010bf]{display:block;opacity:.8;vertical-align:middle;margin-right:-3px}.style-image-with-icon figure>img[data-v-19a010bf]{display:block}.style-image-with-icon>aside[data-v-19a010bf]{position:absolute;right:0;bottom:0;background:var(--color-background, #ffffff);border-radius:40px;transform:translate(40%,40%);line-height:1;display:block}.style-image-with-icon>aside[data-v-19a010bf]>*{display:block}.style-image-with-icon>aside[data-v-19a010bf]:has(>.icon.stroke){background:transparent;border-radius:0}.style-image-with-icon>aside .style-bubble[data-v-19a010bf]{margin:2px;max-width:42px;height:16px;min-width:16px;line-height:16px;font-size:12px;font-weight:var(--font-weight-bold, 700);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.style-bubble[data-v-19a010bf]{background:var(--color-error, #f0153d);border-radius:30px;font-size:13px;color:var(--color-background, #ffffff);display:inline-block;text-align:center;padding:0 4px;height:22px;min-width:22px;box-sizing:border-box;font-weight:var(--font-weight-semibold, 600);line-height:22px;vertical-align:text-bottom}.style-bubble.warn[data-v-19a010bf]{background:var(--color-warning, #ffc900)}.style-bubble.error[data-v-19a010bf]{background:var(--color-error, #f0153d)}.style-bubble.success[data-v-19a010bf]{background:var(--color-success, #11BB6B)}.style-bubble.primary[data-v-19a010bf]{background:var(--color-primary, #0053ff)}.style-bubble.gray[data-v-19a010bf]{background:var(--color-gray-1, #868686)}.style-bubble.current-color[data-v-19a010bf]{color:inherit;background:currentColor}.style-bubble.current-color[data-v-19a010bf]>*{color:var(--color-background, #ffffff)}.style-bubble.secundary[data-v-19a010bf]{background:var(--color-secundary, #8B17FF)}.style-bubble.tertiary[data-v-19a010bf]{background:var(--color-tertiary, #FF17B2)}.style-strong[data-v-19a010bf],.style-description strong[data-v-19a010bf],.style-description-block strong[data-v-19a010bf],.style-navigation-title+p:not([class]) strong[data-v-19a010bf],.style-navigation-title+p.style-description strong[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p:not([class]) strong[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p.style-description strong[data-v-19a010bf],.main-text-container>h1:not([class]):first-child+p.style-description-block strong[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong[data-v-19a010bf],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p:not([class]) strong[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p.style-description strong[data-v-19a010bf],.main-text-container .container>h1:not([class]):first-child+p.style-description-block strong[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong[data-v-19a010bf],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong[data-v-19a010bf],.main-text-container>h2+p:not([class]) strong[data-v-19a010bf],.main-text-container>h2+p.style-description strong[data-v-19a010bf],.main-text-container>h2+p.style-description-block strong[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p:not([class]) strong[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p.style-description strong[data-v-19a010bf],.main-text-container>h2.style-navigation-title+p.style-description-block strong[data-v-19a010bf],.main-text-container .container>h2+p:not([class]) strong[data-v-19a010bf],.main-text-container .container>h2+p.style-description strong[data-v-19a010bf],.main-text-container .container>h2+p.style-description-block strong[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p:not([class]) strong[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p.style-description strong[data-v-19a010bf],.main-text-container .container>h2.style-navigation-title+p.style-description-block strong[data-v-19a010bf]{font-weight:var(--font-weight-semibold, 600)}.style-pricing-box[data-v-19a010bf]{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end}.style-pricing-box[data-v-19a010bf]>*{flex-basis:350px}.style-pricing-box .middle[data-v-19a010bf]{font-weight:600}.style-wysiwyg strong[data-v-19a010bf]{font-weight:700}p:not([class]) .style-wysiwyg strong[data-v-19a010bf]{color:var(--color-dark, #1e1e1e)}.style-wysiwyg em[data-v-19a010bf]{font-style:italic}.style-wysiwyg p[data-v-19a010bf]:not([class]),.style-wysiwyg p.is-empty[data-v-19a010bf]{margin:0;padding:0;font-size:inherit;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-dark, #1e1e1e)}.style-wysiwyg ul[data-v-19a010bf],.style-wysiwyg ol[data-v-19a010bf]{padding-left:25px;font-size:inherit}.style-wysiwyg ul li[data-v-19a010bf],.style-wysiwyg ol li[data-v-19a010bf]{font-size:inherit;margin:4px 0;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.gray p[data-v-19a010bf]:not([class]),.style-wysiwyg.gray p.is-empty[data-v-19a010bf]{color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg p[data-v-19a010bf]:empty:after{content:"​";visibility:hidden}.style-wysiwyg p.warning-box[data-v-19a010bf],.style-wysiwyg p.info-box[data-v-19a010bf]{display:block!important}.style-wysiwyg h2[data-v-19a010bf],.style-wysiwyg h3[data-v-19a010bf]{color:var(--color-dark, #1e1e1e);padding:5px 0}.style-wysiwyg a[data-v-19a010bf],.style-wysiwyg a[data-v-19a010bf]:link,.style-wysiwyg a[data-v-19a010bf]:visited{color:var(--color-primary, #0053ff);font-weight:var(--font-weight-semibold, 600);text-decoration:underline}.style-wysiwyg.subtle-links a[data-v-19a010bf],.style-wysiwyg.subtle-links a[data-v-19a010bf]:link,.style-wysiwyg.subtle-links a[data-v-19a010bf]:visited{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-wysiwyg.subtle-links a[data-v-19a010bf]:hover,.style-wysiwyg.subtle-links a[data-v-19a010bf]:link:hover,.style-wysiwyg.subtle-links a[data-v-19a010bf]:visited:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.no-underline-links a[data-v-19a010bf],.style-wysiwyg.no-underline-links a[data-v-19a010bf]:link,.style-wysiwyg.no-underline-links a[data-v-19a010bf]:visited{color:var(--color-primary, #0053ff);text-decoration:none}.style-wysiwyg.no-underline-links a[data-v-19a010bf]:hover,.style-wysiwyg.no-underline-links a[data-v-19a010bf]:link:hover,.style-wysiwyg.no-underline-links a[data-v-19a010bf]:visited:hover{color:var(--color-primary, #0053ff);text-decoration:underline;text-decoration-color:var(--color-primary, #0053ff)}.style-wysiwyg hr[data-v-19a010bf]{padding:15px 0;margin:0;background:none;display:block;border:0}.style-wysiwyg hr[data-v-19a010bf]:after{content:"";display:block;height:1px;background:var(--color-gray-2, #D1D1D1);width:100%}.style-wysiwyg hr.ProseMirror-selectednode[data-v-19a010bf]:after{background:var(--color-primary, #0053ff);box-shadow:0 0 0 1px var(--color-primary, #0053ff);border-radius:4px}.style-em[data-v-19a010bf]{font-style:italic}.style-underline[data-v-19a010bf]{text-decoration:underline}.style-color-box[data-v-19a010bf]{display:inline-block;width:8px;height:8px;border-radius:2px;vertical-align:middle}.style-inline-resource[data-v-19a010bf]{font-weight:var(--font-weight-default, 500)}.style-inline-resource[data-v-19a010bf]:is(button),.style-inline-resource[data-v-19a010bf]:is(a),.style-inline-resource[data-v-19a010bf]:is(.style-tooltip){font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-inline-resource[data-v-19a010bf]:is(button):link,.style-inline-resource[data-v-19a010bf]:is(button):visited,.style-inline-resource[data-v-19a010bf]:is(button):hover,.style-inline-resource[data-v-19a010bf]:is(button):active,.style-inline-resource[data-v-19a010bf]:is(a):link,.style-inline-resource[data-v-19a010bf]:is(a):visited,.style-inline-resource[data-v-19a010bf]:is(a):hover,.style-inline-resource[data-v-19a010bf]:is(a):active,.style-inline-resource[data-v-19a010bf]:is(.style-tooltip):link,.style-inline-resource[data-v-19a010bf]:is(.style-tooltip):visited,.style-inline-resource[data-v-19a010bf]:is(.style-tooltip):hover,.style-inline-resource[data-v-19a010bf]:is(.style-tooltip):active{font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1);color:inherit}.style-subtle-link[data-v-19a010bf],.style-subtle-link[data-v-19a010bf]:link,.style-subtle-link[data-v-19a010bf]:visited,.style-subtle-link[data-v-19a010bf]:hover,.style-subtle-link[data-v-19a010bf]:active{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-subtle-link[data-v-19a010bf]:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-code[data-v-19a010bf]{display:block;padding:15px;background:var(--color-background-shade, #f5f5f5);font-family:monospace;white-space:pre-wrap}.style-inline-code[data-v-19a010bf]{font-family:monospace;white-space:pre-wrap;background:var(--color-background-shade, #f5f5f5);padding:2px;border-radius:8px;margin:-2px 2px;display:inline-block;font-size:90%}.style-discount-code[data-v-19a010bf]{font-family:monospace;white-space:pre-wrap;display:inline-block}.split-info[data-v-19a010bf]{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.split-info>div[data-v-19a010bf]{flex-shrink:0;flex-grow:1;min-width:0}.styled-description.gray[data-v-19a010bf]{color:var(--color-gray-1, #868686)}ul.style-list[data-v-19a010bf]{list-style:none;padding-left:30px}ul.style-list li[data-v-19a010bf]{padding:8px 0}ul.style-list li[data-v-19a010bf]:before{content:"";background:var(--color-primary, #0053ff);display:inline-block;vertical-align:middle;width:5px;height:5px;margin-right:15px;border-radius:2.5px;margin-left:-20px}.style-stats-grid[data-v-19a010bf]{display:grid;grid-template-columns:1fr 1fr;gap:0px 15px}.style-dark[data-v-19a010bf]{color:var(--color-dark, #1e1e1e)}@media (max-width: 550px){[data-v-53c0c163]:root{--input-height: 42px}}@media (max-width: 400px){[data-v-53c0c163]:root{--navigation-bar-margin: 0px}}.theme-warning[data-v-53c0c163]{--color-primary: var(--color-warning, #ffc900);--color-primary-background: var(--color-warning-background, #fff6d6);--color-primary-dark: var(--color-warning-dark, #634e00)}.theme-secundary[data-v-53c0c163]{--color-primary: var(--color-secundary, #8B17FF);--color-primary-background: var(--color-secundary-background, #EBD6FF);--color-primary-dark: var(--color-secundary-dark, #300061)}.theme-tertiary[data-v-53c0c163]{--color-primary: var(--color-tertiary, #FF17B2);--color-primary-background: var(--color-tertiary-background, #FFD6F1);--color-primary-dark: var(--color-tertiary-dark, #610041)}.theme-success[data-v-53c0c163]{--color-primary: var(--color-success, #11BB6B);--color-primary-background: var(--color-success-background, #D6FFEC);--color-primary-dark: var(--color-success-dark, #006131)}.theme-error[data-v-53c0c163]{--color-primary: var(--color-error, #f0153d);--color-primary-background: var(--color-error-background, #ffd6dd);--color-primary-dark: var(--color-error-dark, #630012)}.style-side-view-shadow[data-v-53c0c163]{box-shadow:0 2px 5px var(--color-side-view-shadow, rgba(0, 0, 0, .1))}.style-input-shadow[data-v-53c0c163],.style-input-box[data-v-53c0c163],.style-code[data-v-53c0c163]{box-shadow:0 1px 2px 0 var(--color-input-shadow, rgba(0, 0, 0, .15))}.style-overlay-shadow[data-v-53c0c163]{box-shadow:0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}@media (prefers-color-scheme: dark){.style-overlay-shadow[data-v-53c0c163]{box-shadow:0 0 0 1px var(--color-gray-2, #D1D1D1),0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}}.style-nowrap[data-v-53c0c163]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-hr[data-v-53c0c163],.main-text-container>hr[data-v-53c0c163],.main-text-container .container>hr[data-v-53c0c163]{height:var(--border-width-thin, 1px);background:var(--color-gray-2, #D1D1D1);border-radius:var(--border-width-thin, 1px)/2;padding:0;margin:20px 0;outline:none;border:0}.style-title-huge[data-v-53c0c163],.stamhoofd-info>h2[data-v-53c0c163]{font-weight:var(--font-weight-bold, 700);font-size:48px;line-height:1.2}@media (max-width: 800px){.style-title-huge[data-v-53c0c163],.stamhoofd-info>h2[data-v-53c0c163]{font-size:40px}}@media (max-width: 400px){.style-title-huge[data-v-53c0c163],.stamhoofd-info>h2[data-v-53c0c163]{font-size:35px}}@media (max-width: 400px){.style-title-huge[data-v-53c0c163],.stamhoofd-info>h2[data-v-53c0c163]{font-size:32px}}.style-placeholder-skeleton[data-v-53c0c163]{display:inline-block;height:1em;width:50px;border-radius:5px;background:var(--color-background-shade-darker, #EBEBEB);background-attachment:fixed;background-image:linear-gradient(90deg,var(--color-background-shade-darker, #EBEBEB) 0px,var(--color-background-shade, #f5f5f5) 40px,var(--color-background-shade-darker, #EBEBEB) 80px,var(--color-background-shade-darker, #EBEBEB) 50vw,var(--color-background-shade, #f5f5f5) calc(50vw + 40px),var(--color-background-shade-darker, #EBEBEB) calc(50vw + 80px));background-size:200vw;background-position:0vw;animation:shine-lines-53c0c163 6s infinite linear;animation-delay:-.5s;animation-timeline:auto}@keyframes shine-lines-53c0c163{0%{background-position:-50vw}80%,to{background-position:100vw}}.style-title-semihuge[data-v-53c0c163]{font-size:36px;font-weight:var(--font-weight-bold, 700);line-height:1.3}@media (max-width: 500px){.style-title-semihuge[data-v-53c0c163]{font-size:30px}}@media (max-width: 400px){.style-title-semihuge[data-v-53c0c163]{font-size:25px}}.style-text-gradient[data-v-53c0c163],.stamhoofd-info>h2[data-v-53c0c163]{background:linear-gradient(94.7deg,#0053ff 31.34%,#7000ff 68.57%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.style-title-1[data-v-53c0c163],.main-text-container>h1[data-v-53c0c163]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-53c0c163]:not([class]),.main-text-container .container>h1[data-v-53c0c163]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-53c0c163]:not([class]){font-size:28px;font-weight:var(--font-weight-semibold, 600);line-height:1.4}@media (max-width: 350px){.style-title-1[data-v-53c0c163],.main-text-container>h1[data-v-53c0c163]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-53c0c163]:not([class]),.main-text-container .container>h1[data-v-53c0c163]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-53c0c163]:not([class]){font-size:24px}}.style-navigation-title[data-v-53c0c163]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:32px;font-weight:var(--font-weight-semibold, 600);line-height:1.4;padding-bottom:10px}@media (max-width: 350px){.style-navigation-title[data-v-53c0c163]{font-size:28px}}.style-navigation-title.with-icons[data-v-53c0c163]{display:flex;align-items:center;gap:5px}.style-navigation-title.with-icons[data-v-53c0c163]>*:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.style-navigation-title.with-icons[data-v-53c0c163]>*:not(:first-child){flex-shrink:0}.style-navigation-title.with-icons>.style-bubble[data-v-53c0c163]{margin-left:5px}.style-title-2-larger[data-v-53c0c163],.main-text-container>h2.larger[data-v-53c0c163],.main-text-container .container>h2.larger[data-v-53c0c163]{font-size:22px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2[data-v-53c0c163],.style-wysiwyg h2[data-v-53c0c163],.main-text-container>h2[data-v-53c0c163],.main-text-container .container>h2[data-v-53c0c163]{font-size:18px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2>.style-tag[data-v-53c0c163],.style-wysiwyg h2>.style-tag[data-v-53c0c163],.main-text-container>h2>.style-tag[data-v-53c0c163],.main-text-container .container>h2>.style-tag[data-v-53c0c163]{margin-left:5px}.style-title-3[data-v-53c0c163],.style-wysiwyg h3[data-v-53c0c163]{font-size:17px;font-weight:var(--font-weight-semibold, 600)}.style-title-small[data-v-53c0c163]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 400px){.style-title-small[data-v-53c0c163]{font-size:14px}}.style-title-prefix[data-v-53c0c163]{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:5px}@media (max-width: 400px){.style-title-prefix[data-v-53c0c163]{font-size:10px;margin-bottom:4px}}.style-title-prefix-list[data-v-53c0c163]{font-size:11px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:3px}@media (max-width: 400px){.style-title-prefix-list[data-v-53c0c163]{font-size:10px;margin-bottom:4px}}.style-title-prefix-list.error[data-v-53c0c163]{color:var(--color-error, #f0153d)}.style-title-prefix-list>.icon[data-v-53c0c163]:first-child:not(:last-child){margin-right:5px}.style-title-prefix-list>.icon[data-v-53c0c163]:last-child:not(:first-child){margin-left:5px}.style-capitalize-first-letter[data-v-53c0c163]:first-letter{text-transform:uppercase}.style-title-list[data-v-53c0c163]{font-size:16px;line-height:1.3;font-weight:var(--font-weight-medium, 500)}.style-title-list.bolder[data-v-53c0c163]{font-weight:var(--font-weight-semibold, 600)}.style-title-list.red[data-v-53c0c163]{color:var(--color-error, #f0153d)}@media (max-width: 400px){.style-title-list[data-v-53c0c163]{font-size:15px}}.style-title-list+p[data-v-53c0c163]{padding-top:3px}.style-title-list.larger[data-v-53c0c163]{font-size:20px}.style-title-list.larger+p[data-v-53c0c163]{padding-top:5px}@media (max-width: 400px){.style-title-list.larger[data-v-53c0c163]{font-size:17px}.style-title-list.larger+p[data-v-53c0c163]{padding-top:3px}}.style-text-large[data-v-53c0c163]{font-size:20px;font-weight:var(--font-weight-default, 500);line-height:1.4}.style-tag[data-v-53c0c163]{font-size:11px;text-transform:uppercase;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));padding:7px 8px;border-radius:8px;line-height:1;display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}@media (prefers-color-scheme: dark){.style-tag[data-v-53c0c163]{color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}}.style-tag.large[data-v-53c0c163]{font-size:13px;padding:7px 9px}.style-tag.warn[data-v-53c0c163]{color:var(--color-warning-dark, #634e00);background:var(--color-warning-background, #fff6d6)}.style-tag.error[data-v-53c0c163]{color:var(--color-error-dark, #630012);background:var(--color-error-background, #ffd6dd)}.style-tag.success[data-v-53c0c163]{color:var(--color-success-dark, #006131);background:var(--color-success-background, #D6FFEC)}.style-tag.secundary[data-v-53c0c163]{color:var(--color-secundary-dark, #300061);background:var(--color-secundary-background, #EBD6FF)}.style-tag.discount[data-v-53c0c163]{color:var(--color-discount-dark, #692020);background:var(--color-discount-background, #ffd6d6)}.style-tag.tertiary[data-v-53c0c163]{color:var(--color-tertiary-dark, #610041);background:var(--color-tertiary-background, #FFD6F1)}.style-tag.gray[data-v-53c0c163]{color:var(--color-gray-1, #868686);background:var(--color-background-shade, #f5f5f5)}.style-tag.payconiq[data-v-53c0c163]{color:var(--color-payconiq-dark, #692038);background:var(--color-payconiq-background, #FFD6E4)}.style-tag.inline[data-v-53c0c163]{display:inline-block}.style-tag.inline-first[data-v-53c0c163]{margin-left:5px}.style-price-base[data-v-53c0c163],.style-discount-price[data-v-53c0c163],.style-discount-old-price[data-v-53c0c163],.style-price[data-v-53c0c163],.style-amount[data-v-53c0c163]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);font-variant-numeric:tabular-nums}.style-price-base.disabled[data-v-53c0c163],.disabled.style-discount-price[data-v-53c0c163],.disabled.style-discount-old-price[data-v-53c0c163],.disabled.style-price[data-v-53c0c163],.disabled.style-amount[data-v-53c0c163]{opacity:.6}.style-price-base.negative[data-v-53c0c163],.negative.style-discount-price[data-v-53c0c163],.negative.style-discount-old-price[data-v-53c0c163],.negative.style-price[data-v-53c0c163],.negative.style-amount[data-v-53c0c163]{color:var(--color-error, #f0153d)}.style-amount.min-width[data-v-53c0c163]{display:inline-block;min-width:50px}.style-price[data-v-53c0c163]{font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-value-old[data-v-53c0c163]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);text-decoration:line-through;color:var(--color-error-dark, #630012)}.style-value-old[data-v-53c0c163]:hover{text-decoration:none}.style-value-new[data-v-53c0c163]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);color:var(--color-success-dark, #006131)}.style-discount-old-price[data-v-53c0c163]{text-decoration:line-through;color:var(--color-gray-4, #5e5e5e)}.style-discount-price[data-v-53c0c163]{font-weight:var(--font-weight-semibold, 600);color:var(--color-discount, #ff4747);margin-left:5px}.style-normal[data-v-53c0c163],ul.style-list[data-v-53c0c163]{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-label[data-v-53c0c163]{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;padding-bottom:3px}.style-definition-label+.details-grid[data-v-53c0c163]{padding-top:5px}.style-definition-text[data-v-53c0c163]{font-size:18px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-text.placeholder[data-v-53c0c163]{color:var(--color-gray-4, #5e5e5e)}.font-size-description[data-v-53c0c163],.style-wysiwyg[data-v-53c0c163],.style-description[data-v-53c0c163],.style-description-block[data-v-53c0c163],.main-text-container>h2+p[data-v-53c0c163]:not([class]),.main-text-container>h2+p.style-description[data-v-53c0c163],.main-text-container>h2+p.style-description-block[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p[data-v-53c0c163]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163],.main-text-container .container>h2+p[data-v-53c0c163]:not([class]),.main-text-container .container>h2+p.style-description[data-v-53c0c163],.main-text-container .container>h2+p.style-description-block[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p[data-v-53c0c163]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163],.main-text-container .main-text-container.container>h2+p[data-v-53c0c163]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-53c0c163],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p[data-v-53c0c163]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p[data-v-53c0c163]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163],.style-navigation-title+p[data-v-53c0c163]:not([class]),.style-navigation-title+p.style-description[data-v-53c0c163],.style-navigation-title+p.style-description-block[data-v-53c0c163]{font-size:15px}@media (max-width: 400px){.font-size-description[data-v-53c0c163],.style-wysiwyg[data-v-53c0c163],.style-description[data-v-53c0c163],.style-description-block[data-v-53c0c163],.main-text-container>h2+p[data-v-53c0c163]:not([class]),.main-text-container>h2+p.style-description[data-v-53c0c163],.main-text-container>h2+p.style-description-block[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p[data-v-53c0c163]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163],.main-text-container .container>h2+p[data-v-53c0c163]:not([class]),.main-text-container .container>h2+p.style-description[data-v-53c0c163],.main-text-container .container>h2+p.style-description-block[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p[data-v-53c0c163]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163],.main-text-container .main-text-container.container>h2+p[data-v-53c0c163]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-53c0c163],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p[data-v-53c0c163]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p[data-v-53c0c163]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163],.style-navigation-title+p[data-v-53c0c163]:not([class]),.style-navigation-title+p.style-description[data-v-53c0c163],.style-navigation-title+p.style-description-block[data-v-53c0c163]{font-size:14px}}.font-size-description-large[data-v-53c0c163],.style-wysiwyg.large[data-v-53c0c163],.style-description-large[data-v-53c0c163]{font-size:16px}@media (max-width: 400px){.font-size-description-large[data-v-53c0c163],.style-wysiwyg.large[data-v-53c0c163],.style-description-large[data-v-53c0c163]{font-size:15px}}.style-description[data-v-53c0c163],.style-description-block[data-v-53c0c163],.main-text-container>h2+p[data-v-53c0c163]:not([class]),.main-text-container>h2+p.style-description[data-v-53c0c163],.main-text-container>h2+p.style-description-block[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p[data-v-53c0c163]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163],.main-text-container .container>h2+p[data-v-53c0c163]:not([class]),.main-text-container .container>h2+p.style-description[data-v-53c0c163],.main-text-container .container>h2+p.style-description-block[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p[data-v-53c0c163]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163],.main-text-container .main-text-container.container>h2+p[data-v-53c0c163]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-53c0c163],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p[data-v-53c0c163]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p[data-v-53c0c163]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163],.style-navigation-title+p[data-v-53c0c163]:not([class]),.style-navigation-title+p.style-description[data-v-53c0c163],.style-navigation-title+p.style-description-block[data-v-53c0c163]{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.inline-size[data-v-53c0c163]{contain:inline-size}.style-description-large[data-v-53c0c163]{line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.style-description[data-v-53c0c163]:has(>.icon),.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container>h2+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container>h2+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container>h2+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container>h2.style-navigation-title+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container>h2+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container>h2+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container>h2+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container>h2.style-navigation-title+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>h2+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>h2+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>h2+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container>h1:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163]:has(>.icon),.style-navigation-title+p[data-v-53c0c163]:has(>.icon):not([class]),.style-navigation-title+p.style-description[data-v-53c0c163]:has(>.icon),.style-navigation-title+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-53c0c163]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-53c0c163]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-53c0c163]:has(>.icon),.style-description-large[data-v-53c0c163]:has(>.icon),.style-description-small[data-v-53c0c163]:has(>.icon),.title-suffix[data-v-53c0c163]:has(>.icon),.radio-description[data-v-53c0c163]:has(>.icon),.style-definition-description[data-v-53c0c163]:has(>.icon),.details-grid dd[data-v-53c0c163]:has(>.icon),.style-title-list[data-v-53c0c163]:has(>.icon){display:flex;align-items:center;gap:3px}.pre-wrap[data-v-53c0c163]{white-space:pre-wrap}.style-limit-lines[data-v-53c0c163]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.style-description-block[data-v-53c0c163],.main-text-container>h2+p[data-v-53c0c163]:not([class]),.main-text-container>h2+p.style-description[data-v-53c0c163],.main-text-container>h2+p.style-description-block[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p[data-v-53c0c163]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163],.main-text-container .container>h2+p[data-v-53c0c163]:not([class]),.main-text-container .container>h2+p.style-description[data-v-53c0c163],.main-text-container .container>h2+p.style-description-block[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p[data-v-53c0c163]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-53c0c163],.main-text-container .main-text-container.container>h2+p[data-v-53c0c163]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-53c0c163],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p[data-v-53c0c163]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p[data-v-53c0c163]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163],.style-navigation-title+p[data-v-53c0c163]:not([class]),.style-navigation-title+p.style-description[data-v-53c0c163],.style-navigation-title+p.style-description-block[data-v-53c0c163]{padding-bottom:20px}.style-description-block[data-v-53c0c163]:last-child,.main-text-container>h2+p[data-v-53c0c163]:last-child:not([class]),.main-text-container>h2+p.style-description[data-v-53c0c163]:last-child,.main-text-container>h2+p.style-description-block[data-v-53c0c163]:last-child,.main-text-container .container>h2+p[data-v-53c0c163]:last-child:not([class]),.main-text-container .container>h2+p.style-description[data-v-53c0c163]:last-child,.main-text-container .container>h2+p.style-description-block[data-v-53c0c163]:last-child,.main-text-container>h1:not([class]):first-child+p[data-v-53c0c163]:last-child:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-53c0c163]:last-child,.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:last-child:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163]:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163]:last-child,.main-text-container .container>h1:not([class]):first-child+p[data-v-53c0c163]:last-child:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-53c0c163]:last-child,.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:last-child:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163]:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163]:last-child,.style-navigation-title+p[data-v-53c0c163]:last-child:not([class]),.style-navigation-title+p.style-description[data-v-53c0c163]:last-child,.style-navigation-title+p.style-description-block[data-v-53c0c163]:last-child{padding-bottom:0}.style-description-block[data-v-53c0c163]:empty,.main-text-container>h2+p[data-v-53c0c163]:empty:not([class]),.main-text-container>h2+p.style-description[data-v-53c0c163]:empty,.main-text-container>h2+p.style-description-block[data-v-53c0c163]:empty,.main-text-container .container>h2+p[data-v-53c0c163]:empty:not([class]),.main-text-container .container>h2+p.style-description[data-v-53c0c163]:empty,.main-text-container .container>h2+p.style-description-block[data-v-53c0c163]:empty,.main-text-container>h1:not([class]):first-child+p[data-v-53c0c163]:empty:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-53c0c163]:empty,.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:empty:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163]:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163]:empty,.main-text-container .container>h1:not([class]):first-child+p[data-v-53c0c163]:empty:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-53c0c163]:empty,.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-53c0c163]:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-53c0c163]:empty:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-53c0c163]:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-53c0c163]:empty,.style-navigation-title+p[data-v-53c0c163]:empty:not([class]),.style-navigation-title+p.style-description[data-v-53c0c163]:empty,.style-navigation-title+p.style-description-block[data-v-53c0c163]:empty{display:none}.style-description-small[data-v-53c0c163],.title-suffix[data-v-53c0c163],.radio-description[data-v-53c0c163],.style-definition-description[data-v-53c0c163],.details-grid dd[data-v-53c0c163]{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}@media (max-width: 400px){.style-description-small[data-v-53c0c163],.title-suffix[data-v-53c0c163],.radio-description[data-v-53c0c163],.style-definition-description[data-v-53c0c163],.details-grid dd[data-v-53c0c163]{font-size:14px}}.style-description-small.for-input[data-v-53c0c163],.for-input.title-suffix[data-v-53c0c163],.for-input.radio-description[data-v-53c0c163],.for-input.style-definition-description[data-v-53c0c163],.details-grid dd.for-input[data-v-53c0c163]{margin-top:8px;margin-bottom:8px}.style-description-small>.style-tag[data-v-53c0c163]:only-child,.title-suffix>.style-tag[data-v-53c0c163]:only-child,.radio-description>.style-tag[data-v-53c0c163]:only-child,.style-definition-description>.style-tag[data-v-53c0c163]:only-child,.details-grid dd>.style-tag[data-v-53c0c163]:only-child{margin:4px 0}.style-price-big[data-v-53c0c163]{font-size:20px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic[data-v-53c0c163]{font-size:28px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic+.style-description-small[data-v-53c0c163],.style-statistic+.title-suffix[data-v-53c0c163],.style-statistic+.radio-description[data-v-53c0c163],.style-statistic+.style-definition-description[data-v-53c0c163],.details-grid .style-statistic+dd[data-v-53c0c163]{margin-top:0}.style-interactive-small[data-v-53c0c163]{font-size:14px;font-weight:var(--font-weight-semibold, 600);color:var(--color-gray-4, #5e5e5e)}@media (max-width: 400px){.style-interactive-small[data-v-53c0c163]{font-size:13px}}.style-input[data-v-53c0c163]{font-size:15px;font-weight:var(--font-weight-default, 500);line-height:1.2}@media (max-width: 400px){.style-input[data-v-53c0c163]{font-size:16px}}.style-input-list[data-v-53c0c163]{display:flex;flex-direction:column;gap:5px}.style-input-box[data-v-53c0c163],.style-code[data-v-53c0c163]{border:1px solid var(--color-border-shade, #BDBDBD);background:var(--color-current-background, var(--color-background, #ffffff));border-radius:8px;transition:border-color .2s}.style-input-box[data-v-53c0c163]:focus,.style-code[data-v-53c0c163]:focus,.style-input-box[data-v-53c0c163]:focus-within,.style-code[data-v-53c0c163]:focus-within{border-color:var(--color-primary, #0053ff);outline:1.1px solid var(--color-primary, #0053ff);outline-offset:-.1px}.style-input-box[data-v-53c0c163]:focus:hover,.style-code[data-v-53c0c163]:focus:hover,.style-input-box[data-v-53c0c163]:focus-within:hover,.style-code[data-v-53c0c163]:focus-within:hover{border:1px solid var(--color-primary, #0053ff)}.style-button[data-v-53c0c163]{font-size:16px;font-weight:var(--font-weight-semibold, 600)}.style-button-small[data-v-53c0c163],.style-button-smaller[data-v-53c0c163]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-button-small[data-v-53c0c163],.style-button-smaller[data-v-53c0c163]{font-size:16px}}.style-button-smaller[data-v-53c0c163]{font-weight:var(--font-weight-medium, 500)}@media (max-width: 450px){.style-button-smaller[data-v-53c0c163]{font-size:15px}}.style-label[data-v-53c0c163]{font-size:16px;font-weight:var(--font-weight-semibold, 600);display:block;line-height:1.6}@media (max-width: 450px){.style-label[data-v-53c0c163]{font-size:15px}}.style-table-head[data-v-53c0c163]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}.style-context-menu-item[data-v-53c0c163]{font-size:13px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-context-menu-item[data-v-53c0c163]{font-size:15px;font-weight:var(--font-weight-default, 500)}}.style-context-menu-item-description[data-v-53c0c163]{font-size:13px;font-weight:var(--font-weight-default, 500);opacity:.5;font-variation-settings:"opsz" 19;white-space:wrap;line-height:1.5}.style-definition-term[data-v-53c0c163],.details-grid dt[data-v-53c0c163]{font-size:14px;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}@media (max-width: 550px){.style-definition-term[data-v-53c0c163],.details-grid dt[data-v-53c0c163]{font-size:13px}}.style-definition-description[data-v-53c0c163],.details-grid dd[data-v-53c0c163]{color:var(--color-dark, #1e1e1e);font-size:15px}.style-cover-photo[data-v-53c0c163]{border-radius:8px;margin-bottom:30px}.style-button-bar[data-v-53c0c163]{display:flex;flex-direction:row;gap:15px;margin-top:10px;align-items:center;flex-wrap:wrap}.style-button-bar.right-align[data-v-53c0c163]{justify-content:flex-end}.style-button-bar>*.primary[data-v-53c0c163]:first-child{margin-right:10px}hr+.style-button-bar[data-v-53c0c163]{margin-top:-15px}.style-form-buttons[data-v-53c0c163]{display:flex;flex-direction:column;gap:7px}.style-description-small+.style-button-bar[data-v-53c0c163],.title-suffix+.style-button-bar[data-v-53c0c163],.radio-description+.style-button-bar[data-v-53c0c163],.style-definition-description+.style-button-bar[data-v-53c0c163],.details-grid dd+.style-button-bar[data-v-53c0c163]{margin-top:10px}.style-with-button[data-v-53c0c163]{display:flex;flex-direction:row}.style-with-button[data-v-53c0c163]>*:first-child{flex-grow:1;text-align:left}.style-with-button[data-v-53c0c163]>*:last-child:not(:first-child){flex-shrink:0;margin-top:-13px;display:flex;flex-direction:row;align-items:center}.style-with-button[data-v-53c0c163]>*:last-child:not(:first-child)>*{margin:0 10px}.style-with-button>*:last-child:not(:first-child)>*.button.text[data-v-53c0c163]{margin:-5px 10px}.style-with-button[data-v-53c0c163]>*:last-child:not(:first-child)>*:last-child{margin-right:0}.radio-description[data-v-53c0c163]{display:block}.style-copyable[data-v-53c0c163]{position:relative;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;max-width:fit-content}.style-copyable[data-v-53c0c163]:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-copyable[data-v-53c0c163]:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-copyable[data-v-53c0c163]:hover:after{opacity:.05}}.style-copyable.copied[data-v-53c0c163]{color:var(--color-primary, #0053ff)}.style-copyable.copied[data-v-53c0c163]:before{opacity:1}.style-copyable.copied[data-v-53c0c163]:after{opacity:0}.style-hover-area[data-v-53c0c163],.style-inline-resource[data-v-53c0c163]:is(button),.style-inline-resource[data-v-53c0c163]:is(a),.style-inline-resource[data-v-53c0c163]:is(.style-tooltip),.style-tooltip[data-v-53c0c163]{position:relative;width:max-content;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}.style-hover-area[data-v-53c0c163]:before,.style-inline-resource[data-v-53c0c163]:is(button):before,.style-inline-resource[data-v-53c0c163]:is(a):before,.style-inline-resource[data-v-53c0c163]:is(.style-tooltip):before,.style-tooltip[data-v-53c0c163]:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-hover-area[data-v-53c0c163]:after,.style-inline-resource[data-v-53c0c163]:is(button):after,.style-inline-resource[data-v-53c0c163]:is(a):after,.style-inline-resource[data-v-53c0c163]:is(.style-tooltip):after,.style-tooltip[data-v-53c0c163]:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-hover-area[data-v-53c0c163]:hover:after,.style-inline-resource[data-v-53c0c163]:hover:is(button):after,.style-inline-resource[data-v-53c0c163]:hover:is(a):after,.style-tooltip[data-v-53c0c163]:hover:after{opacity:.05}}.style-tooltip[data-v-53c0c163]{cursor:help}.details-grid[data-v-53c0c163]{display:grid;grid-template-columns:auto 1fr;grid-template-columns:fit-content(40%) 1fr;gap:10px 25px}.details-grid.small[data-v-53c0c163]{grid-template-columns:150px 1fr}.details-grid dt[data-v-53c0c163]{cursor:default}.details-grid dd[data-v-53c0c163]{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text;user-select:contain;position:relative;z-index:1;transition:color .2s}.details-grid dd[data-v-53c0c163]:before{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0}@media (hover: hover){.details-grid dd[data-v-53c0c163]:after{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-background-shade, #f5f5f5);z-index:-2;opacity:0;transition:opacity .2s}.details-grid.hover dt:hover+dd[data-v-53c0c163]:not(.icons):after,.details-grid.hover dd[data-v-53c0c163]:hover:not(.icons):after{opacity:1}.details-grid.hover dd.icons+dd[data-v-53c0c163]:before{display:none}}.details-grid dd.copied[data-v-53c0c163],.details-grid dd.button[data-v-53c0c163]:active{color:var(--color-primary, #0053ff)}.details-grid dd.copied[data-v-53c0c163]:before,.details-grid dd.button[data-v-53c0c163]:active:before{opacity:1}.details-grid .center[data-v-53c0c163]{align-self:center}.details-grid .icons[data-v-53c0c163]{line-height:1;margin-left:auto}.details-grid dd.description[data-v-53c0c163]{grid-column:1/span 2;margin-top:-5px;font-size:15px}.details-grid dd.with-icons[data-v-53c0c163]{display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:15px}.details-grid dd.with-icons>.icon[data-v-53c0c163]{flex-shrink:0}.main-text-container>h1[data-v-53c0c163]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-53c0c163]:not([class]),.main-text-container .container>h1[data-v-53c0c163]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-53c0c163]:not([class]){padding-bottom:10px}.main-text-container>h2[data-v-53c0c163],.main-text-container .container>h2[data-v-53c0c163]{padding-bottom:15px}.main-text-container>h2.larger[data-v-53c0c163],.main-text-container .container>h2.larger[data-v-53c0c163]{padding-bottom:15px}.main-text-container>h2.style-with-button[data-v-53c0c163],.main-text-container .container>h2.style-with-button[data-v-53c0c163]{padding-bottom:0}.main-text-container>h2.style-with-button[data-v-53c0c163]>*:first-child,.main-text-container .container>h2.style-with-button[data-v-53c0c163]>*:first-child{padding-bottom:15px}.main-text-container .segmented-control+h2[data-v-53c0c163],.main-text-container .container .segmented-control+h2[data-v-53c0c163]{padding-top:15px}.main-text-container .segmented-control+.st-list[data-v-53c0c163],.main-text-container .container .segmented-control+.st-list[data-v-53c0c163]{padding-top:15px}.main-text-container>hr[data-v-53c0c163],.main-text-container .container>hr[data-v-53c0c163]{margin:30px 0;margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}@media (max-width: 400px){.main-text-container>hr[data-v-53c0c163],.main-text-container .container>hr[data-v-53c0c163]{margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}}.style-illustration-img[data-v-53c0c163],.illustration-list img[data-v-53c0c163]{width:var(--block-width, 40px);height:var(--block-width, 40px);margin-right:5px}@media (max-width: 400px){.style-illustration-img[data-v-53c0c163],.illustration-list img[data-v-53c0c163]{margin-right:0}}.style-image-with-icon[data-v-53c0c163]{position:relative;margin-right:5px;color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon figure[data-v-53c0c163]{background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon>aside[data-v-53c0c163]{color:var(--color-primary, #0053ff)}.style-image-with-icon.success[data-v-53c0c163]{color:var(--color-success-dark, #006131)}.style-image-with-icon.success figure[data-v-53c0c163]{background:var(--color-success-background, #D6FFEC);color:var(--color-success-dark, #006131)}.style-image-with-icon.success>aside[data-v-53c0c163]{color:var(--color-success, #11BB6B)}.style-image-with-icon.secundary[data-v-53c0c163]{color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary figure[data-v-53c0c163]{background:var(--color-secundary-background, #EBD6FF);color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary>aside[data-v-53c0c163]{color:var(--color-secundary, #8B17FF)}.style-image-with-icon.tertiary[data-v-53c0c163]{color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary figure[data-v-53c0c163]{background:var(--color-tertiary-background, #FFD6F1);color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary>aside[data-v-53c0c163]{color:var(--color-tertiary, #FF17B2)}.style-image-with-icon.warning[data-v-53c0c163]{color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning figure[data-v-53c0c163]{background:var(--color-warning-background, #fff6d6);color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning>aside[data-v-53c0c163]{color:var(--color-warning, #ffc900)}.style-image-with-icon.error[data-v-53c0c163]{color:var(--color-error-dark, #630012)}.style-image-with-icon.error figure[data-v-53c0c163]{background:var(--color-error-background, #ffd6dd);color:var(--color-error-dark, #630012)}.style-image-with-icon.error>aside[data-v-53c0c163]{color:var(--color-error, #f0153d)}.style-image-with-icon.gray[data-v-53c0c163]{color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray figure[data-v-53c0c163]{background:var(--color-background-shade, #f5f5f5);color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray>aside[data-v-53c0c163]{color:var(--color-dark, #1e1e1e)}.style-image-with-icon .image-component[data-v-53c0c163]{width:var(--block-width, 40px);height:var(--block-width, 40px)}.style-image-with-icon .image-component img[data-v-53c0c163]{border-radius:8px}@media (max-width: 400px){.style-image-with-icon .image-component[data-v-53c0c163]{margin-right:0}}.style-image-with-icon figure[data-v-53c0c163]{width:var(--block-width, 40px);height:var(--block-width, 40px);border-radius:8px;text-align:center;text-transform:uppercase;line-height:var(--block-width, 40px);font-size:14px;font-weight:var(--font-weight-bold, 700);display:flex;align-items:center;justify-content:center}@media (max-width: 400px){.style-image-with-icon figure[data-v-53c0c163]{margin-right:0}}.style-image-with-icon figure>span[data-v-53c0c163]{display:block;opacity:.8;vertical-align:middle;margin-right:-3px}.style-image-with-icon figure>img[data-v-53c0c163]{display:block}.style-image-with-icon>aside[data-v-53c0c163]{position:absolute;right:0;bottom:0;background:var(--color-background, #ffffff);border-radius:40px;transform:translate(40%,40%);line-height:1;display:block}.style-image-with-icon>aside[data-v-53c0c163]>*{display:block}.style-image-with-icon>aside[data-v-53c0c163]:has(>.icon.stroke){background:transparent;border-radius:0}.style-image-with-icon>aside .style-bubble[data-v-53c0c163]{margin:2px;max-width:42px;height:16px;min-width:16px;line-height:16px;font-size:12px;font-weight:var(--font-weight-bold, 700);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.style-bubble[data-v-53c0c163]{background:var(--color-error, #f0153d);border-radius:30px;font-size:13px;color:var(--color-background, #ffffff);display:inline-block;text-align:center;padding:0 4px;height:22px;min-width:22px;box-sizing:border-box;font-weight:var(--font-weight-semibold, 600);line-height:22px;vertical-align:text-bottom}.style-bubble.warn[data-v-53c0c163]{background:var(--color-warning, #ffc900)}.style-bubble.error[data-v-53c0c163]{background:var(--color-error, #f0153d)}.style-bubble.success[data-v-53c0c163]{background:var(--color-success, #11BB6B)}.style-bubble.primary[data-v-53c0c163]{background:var(--color-primary, #0053ff)}.style-bubble.gray[data-v-53c0c163]{background:var(--color-gray-1, #868686)}.style-bubble.current-color[data-v-53c0c163]{color:inherit;background:currentColor}.style-bubble.current-color[data-v-53c0c163]>*{color:var(--color-background, #ffffff)}.style-bubble.secundary[data-v-53c0c163]{background:var(--color-secundary, #8B17FF)}.style-bubble.tertiary[data-v-53c0c163]{background:var(--color-tertiary, #FF17B2)}.style-strong[data-v-53c0c163],.style-description strong[data-v-53c0c163],.style-description-block strong[data-v-53c0c163],.style-navigation-title+p:not([class]) strong[data-v-53c0c163],.style-navigation-title+p.style-description strong[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p:not([class]) strong[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p.style-description strong[data-v-53c0c163],.main-text-container>h1:not([class]):first-child+p.style-description-block strong[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong[data-v-53c0c163],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p:not([class]) strong[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p.style-description strong[data-v-53c0c163],.main-text-container .container>h1:not([class]):first-child+p.style-description-block strong[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong[data-v-53c0c163],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong[data-v-53c0c163],.main-text-container>h2+p:not([class]) strong[data-v-53c0c163],.main-text-container>h2+p.style-description strong[data-v-53c0c163],.main-text-container>h2+p.style-description-block strong[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p:not([class]) strong[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p.style-description strong[data-v-53c0c163],.main-text-container>h2.style-navigation-title+p.style-description-block strong[data-v-53c0c163],.main-text-container .container>h2+p:not([class]) strong[data-v-53c0c163],.main-text-container .container>h2+p.style-description strong[data-v-53c0c163],.main-text-container .container>h2+p.style-description-block strong[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p:not([class]) strong[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p.style-description strong[data-v-53c0c163],.main-text-container .container>h2.style-navigation-title+p.style-description-block strong[data-v-53c0c163]{font-weight:var(--font-weight-semibold, 600)}.style-pricing-box[data-v-53c0c163]{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end}.style-pricing-box[data-v-53c0c163]>*{flex-basis:350px}.style-pricing-box .middle[data-v-53c0c163]{font-weight:600}.style-wysiwyg strong[data-v-53c0c163]{font-weight:700}p:not([class]) .style-wysiwyg strong[data-v-53c0c163]{color:var(--color-dark, #1e1e1e)}.style-wysiwyg em[data-v-53c0c163]{font-style:italic}.style-wysiwyg p[data-v-53c0c163]:not([class]),.style-wysiwyg p.is-empty[data-v-53c0c163]{margin:0;padding:0;font-size:inherit;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-dark, #1e1e1e)}.style-wysiwyg ul[data-v-53c0c163],.style-wysiwyg ol[data-v-53c0c163]{padding-left:25px;font-size:inherit}.style-wysiwyg ul li[data-v-53c0c163],.style-wysiwyg ol li[data-v-53c0c163]{font-size:inherit;margin:4px 0;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.gray p[data-v-53c0c163]:not([class]),.style-wysiwyg.gray p.is-empty[data-v-53c0c163]{color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg p[data-v-53c0c163]:empty:after{content:"​";visibility:hidden}.style-wysiwyg p.warning-box[data-v-53c0c163],.style-wysiwyg p.info-box[data-v-53c0c163]{display:block!important}.style-wysiwyg h2[data-v-53c0c163],.style-wysiwyg h3[data-v-53c0c163]{color:var(--color-dark, #1e1e1e);padding:5px 0}.style-wysiwyg a[data-v-53c0c163],.style-wysiwyg a[data-v-53c0c163]:link,.style-wysiwyg a[data-v-53c0c163]:visited{color:var(--color-primary, #0053ff);font-weight:var(--font-weight-semibold, 600);text-decoration:underline}.style-wysiwyg.subtle-links a[data-v-53c0c163],.style-wysiwyg.subtle-links a[data-v-53c0c163]:link,.style-wysiwyg.subtle-links a[data-v-53c0c163]:visited{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-wysiwyg.subtle-links a[data-v-53c0c163]:hover,.style-wysiwyg.subtle-links a[data-v-53c0c163]:link:hover,.style-wysiwyg.subtle-links a[data-v-53c0c163]:visited:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.no-underline-links a[data-v-53c0c163],.style-wysiwyg.no-underline-links a[data-v-53c0c163]:link,.style-wysiwyg.no-underline-links a[data-v-53c0c163]:visited{color:var(--color-primary, #0053ff);text-decoration:none}.style-wysiwyg.no-underline-links a[data-v-53c0c163]:hover,.style-wysiwyg.no-underline-links a[data-v-53c0c163]:link:hover,.style-wysiwyg.no-underline-links a[data-v-53c0c163]:visited:hover{color:var(--color-primary, #0053ff);text-decoration:underline;text-decoration-color:var(--color-primary, #0053ff)}.style-wysiwyg hr[data-v-53c0c163]{padding:15px 0;margin:0;background:none;display:block;border:0}.style-wysiwyg hr[data-v-53c0c163]:after{content:"";display:block;height:1px;background:var(--color-gray-2, #D1D1D1);width:100%}.style-wysiwyg hr.ProseMirror-selectednode[data-v-53c0c163]:after{background:var(--color-primary, #0053ff);box-shadow:0 0 0 1px var(--color-primary, #0053ff);border-radius:4px}.style-em[data-v-53c0c163]{font-style:italic}.style-underline[data-v-53c0c163]{text-decoration:underline}.style-color-box[data-v-53c0c163]{display:inline-block;width:8px;height:8px;border-radius:2px;vertical-align:middle}.style-inline-resource[data-v-53c0c163]{font-weight:var(--font-weight-default, 500)}.style-inline-resource[data-v-53c0c163]:is(button),.style-inline-resource[data-v-53c0c163]:is(a),.style-inline-resource[data-v-53c0c163]:is(.style-tooltip){font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-inline-resource[data-v-53c0c163]:is(button):link,.style-inline-resource[data-v-53c0c163]:is(button):visited,.style-inline-resource[data-v-53c0c163]:is(button):hover,.style-inline-resource[data-v-53c0c163]:is(button):active,.style-inline-resource[data-v-53c0c163]:is(a):link,.style-inline-resource[data-v-53c0c163]:is(a):visited,.style-inline-resource[data-v-53c0c163]:is(a):hover,.style-inline-resource[data-v-53c0c163]:is(a):active,.style-inline-resource[data-v-53c0c163]:is(.style-tooltip):link,.style-inline-resource[data-v-53c0c163]:is(.style-tooltip):visited,.style-inline-resource[data-v-53c0c163]:is(.style-tooltip):hover,.style-inline-resource[data-v-53c0c163]:is(.style-tooltip):active{font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1);color:inherit}.style-subtle-link[data-v-53c0c163],.style-subtle-link[data-v-53c0c163]:link,.style-subtle-link[data-v-53c0c163]:visited,.style-subtle-link[data-v-53c0c163]:hover,.style-subtle-link[data-v-53c0c163]:active{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-subtle-link[data-v-53c0c163]:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-code[data-v-53c0c163]{display:block;padding:15px;background:var(--color-background-shade, #f5f5f5);font-family:monospace;white-space:pre-wrap}.style-inline-code[data-v-53c0c163]{font-family:monospace;white-space:pre-wrap;background:var(--color-background-shade, #f5f5f5);padding:2px;border-radius:8px;margin:-2px 2px;display:inline-block;font-size:90%}.style-discount-code[data-v-53c0c163]{font-family:monospace;white-space:pre-wrap;display:inline-block}.split-info[data-v-53c0c163]{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.split-info>div[data-v-53c0c163]{flex-shrink:0;flex-grow:1;min-width:0}.styled-description.gray[data-v-53c0c163]{color:var(--color-gray-1, #868686)}ul.style-list[data-v-53c0c163]{list-style:none;padding-left:30px}ul.style-list li[data-v-53c0c163]{padding:8px 0}ul.style-list li[data-v-53c0c163]:before{content:"";background:var(--color-primary, #0053ff);display:inline-block;vertical-align:middle;width:5px;height:5px;margin-right:15px;border-radius:2.5px;margin-left:-20px}.style-stats-grid[data-v-53c0c163]{display:grid;grid-template-columns:1fr 1fr;gap:0px 15px}.style-dark[data-v-53c0c163]{color:var(--color-dark, #1e1e1e)}.logo-container[data-v-53c0c163]{padding-bottom:10px}.stamhoofd-info>h2[data-v-53c0c163]{padding-bottom:10px;font-size:24px}.info-button[data-v-53c0c163]{margin-top:20px}.error-box-transition-enter-active,.error-box-transition-leave-active{transition:height .2s,opacity .2s}@media (prefers-reduced-motion: reduce){.error-box-transition-enter-active,.error-box-transition-leave-active{transition:none}}.error-box-parent>.error-box{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@media (prefers-reduced-motion: reduce){.error-box-parent>.error-box{animation:none}}.error-box-parent{padding:5px 0}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.style-input-shadow,.style-input-box,.style-code{box-shadow:0 1px 2px 0 var(--color-input-shadow, rgba(0, 0, 0, .15))}.style-overlay-shadow{box-shadow:0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}@media (prefers-color-scheme: dark){.style-overlay-shadow{box-shadow:0 0 0 1px var(--color-gray-2, #D1D1D1),0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}}.style-hr,.main-text-container>hr,.main-text-container .container>hr{height:var(--border-width-thin, 1px);background:var(--color-gray-2, #D1D1D1);border-radius:var(--border-width-thin, 1px)/2;padding:0;margin:20px 0;outline:none;border:0}.style-title-1,.main-text-container>h1:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>h1:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class]){font-size:28px;font-weight:var(--font-weight-semibold, 600);line-height:1.4}@media (max-width: 350px){.style-title-1,.main-text-container>h1:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>h1:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class]){font-size:24px}}.style-navigation-title.with-icons>.style-bubble{margin-left:5px}.style-title-2-larger,.main-text-container>h2.larger,.main-text-container .container>h2.larger{font-size:22px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2,.style-wysiwyg h2,.main-text-container>h2,.main-text-container .container>h2{font-size:18px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2>.style-tag,.style-wysiwyg h2>.style-tag,.main-text-container>h2>.style-tag,.main-text-container .container>h2>.style-tag{margin-left:5px}.font-size-description,.style-wysiwyg,.style-description,.style-description-block,.main-text-container>h2+p:not([class]),.main-text-container>h2+p.style-description,.main-text-container>h2+p.style-description-block,.main-text-container>h2.style-navigation-title+p:not([class]),.main-text-container>h2.style-navigation-title+p.style-description,.main-text-container>h2.style-navigation-title+p.style-description-block,.main-text-container .container>h2+p:not([class]),.main-text-container .container>h2+p.style-description,.main-text-container .container>h2+p.style-description-block,.main-text-container .container>h2.style-navigation-title+p:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description,.main-text-container .container>h2.style-navigation-title+p.style-description-block,.main-text-container .main-text-container.container>h2+p:not([class]),.main-text-container .main-text-container.container>h2+p.style-description,.main-text-container .main-text-container.container>h2+p.style-description-block,.main-text-container>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description-block,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.main-text-container .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description-block,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description,.style-navigation-title+p.style-description-block{font-size:15px}@media (max-width: 400px){.font-size-description,.style-wysiwyg,.style-description,.style-description-block,.main-text-container>h2+p:not([class]),.main-text-container>h2+p.style-description,.main-text-container>h2+p.style-description-block,.main-text-container>h2.style-navigation-title+p:not([class]),.main-text-container>h2.style-navigation-title+p.style-description,.main-text-container>h2.style-navigation-title+p.style-description-block,.main-text-container .container>h2+p:not([class]),.main-text-container .container>h2+p.style-description,.main-text-container .container>h2+p.style-description-block,.main-text-container .container>h2.style-navigation-title+p:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description,.main-text-container .container>h2.style-navigation-title+p.style-description-block,.main-text-container .main-text-container.container>h2+p:not([class]),.main-text-container .main-text-container.container>h2+p.style-description,.main-text-container .main-text-container.container>h2+p.style-description-block,.main-text-container>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description-block,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.main-text-container .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description-block,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description,.style-navigation-title+p.style-description-block{font-size:14px}}.style-description,.style-description-block,.main-text-container>h2+p:not([class]),.main-text-container>h2+p.style-description,.main-text-container>h2+p.style-description-block,.main-text-container>h2.style-navigation-title+p:not([class]),.main-text-container>h2.style-navigation-title+p.style-description,.main-text-container>h2.style-navigation-title+p.style-description-block,.main-text-container .container>h2+p:not([class]),.main-text-container .container>h2+p.style-description,.main-text-container .container>h2+p.style-description-block,.main-text-container .container>h2.style-navigation-title+p:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description,.main-text-container .container>h2.style-navigation-title+p.style-description-block,.main-text-container .main-text-container.container>h2+p:not([class]),.main-text-container .main-text-container.container>h2+p.style-description,.main-text-container .main-text-container.container>h2+p.style-description-block,.main-text-container>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description-block,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.main-text-container .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description-block,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description,.style-navigation-title+p.style-description-block{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.style-description:has(>.icon),.style-description-block:has(>.icon),.main-text-container>h2+p:has(>.icon):not([class]),.main-text-container>h2+p.style-description:has(>.icon),.main-text-container>h2+p.style-description-block:has(>.icon),.main-text-container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container .container>h2+p:has(>.icon):not([class]),.main-text-container .container>h2+p.style-description:has(>.icon),.main-text-container .container>h2+p.style-description-block:has(>.icon),.main-text-container .container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container .container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>h2+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2+p.style-description:has(>.icon),.main-text-container .main-text-container.container>h2+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>h2+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2+p.style-description:has(>.icon),.main-text-container .container.main-text-container>h2+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.style-navigation-title+p:has(>.icon):not([class]),.style-navigation-title+p.style-description:has(>.icon),.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.style-description-large:has(>.icon),.style-description-small:has(>.icon),.title-suffix:has(>.icon),.radio-description:has(>.icon),.style-definition-description:has(>.icon),.details-grid dd:has(>.icon),.style-title-list:has(>.icon){display:flex;align-items:center;gap:3px}.style-description-block,.main-text-container>h2+p:not([class]),.main-text-container>h2+p.style-description,.main-text-container>h2+p.style-description-block,.main-text-container>h2.style-navigation-title+p:not([class]),.main-text-container>h2.style-navigation-title+p.style-description,.main-text-container>h2.style-navigation-title+p.style-description-block,.main-text-container .container>h2+p:not([class]),.main-text-container .container>h2+p.style-description,.main-text-container .container>h2+p.style-description-block,.main-text-container .container>h2.style-navigation-title+p:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description,.main-text-container .container>h2.style-navigation-title+p.style-description-block,.main-text-container .main-text-container.container>h2+p:not([class]),.main-text-container .main-text-container.container>h2+p.style-description,.main-text-container .main-text-container.container>h2+p.style-description-block,.main-text-container>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description-block,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.main-text-container .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description-block,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description,.style-navigation-title+p.style-description-block{padding-bottom:20px}.style-description-block:last-child,.main-text-container>h2+p:last-child:not([class]),.main-text-container>h2+p.style-description:last-child,.main-text-container>h2+p.style-description-block:last-child,.main-text-container .container>h2+p:last-child:not([class]),.main-text-container .container>h2+p.style-description:last-child,.main-text-container .container>h2+p.style-description-block:last-child,.main-text-container>h1:not([class]):first-child+p:last-child:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description:last-child,.main-text-container>h1:not([class]):first-child+p.style-description-block:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:last-child,.main-text-container .container>h1:not([class]):first-child+p:last-child:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description:last-child,.main-text-container .container>h1:not([class]):first-child+p.style-description-block:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:last-child,.style-navigation-title+p:last-child:not([class]),.style-navigation-title+p.style-description:last-child,.style-navigation-title+p.style-description-block:last-child{padding-bottom:0}.style-description-block:empty,.main-text-container>h2+p:empty:not([class]),.main-text-container>h2+p.style-description:empty,.main-text-container>h2+p.style-description-block:empty,.main-text-container .container>h2+p:empty:not([class]),.main-text-container .container>h2+p.style-description:empty,.main-text-container .container>h2+p.style-description-block:empty,.main-text-container>h1:not([class]):first-child+p:empty:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description:empty,.main-text-container>h1:not([class]):first-child+p.style-description-block:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:empty,.main-text-container .container>h1:not([class]):first-child+p:empty:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description:empty,.main-text-container .container>h1:not([class]):first-child+p.style-description-block:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:empty,.style-navigation-title+p:empty:not([class]),.style-navigation-title+p.style-description:empty,.style-navigation-title+p.style-description-block:empty{display:none}.style-input{font-size:15px;font-weight:var(--font-weight-default, 500);line-height:1.2}@media (max-width: 400px){.style-input{font-size:16px}}.style-input-box,.style-code{border:1px solid var(--color-border-shade, #BDBDBD);background:var(--color-current-background, var(--color-background, #ffffff));border-radius:8px;transition:border-color .2s}.style-input-box:focus,.style-code:focus,.style-input-box:focus-within,.style-code:focus-within{border-color:var(--color-primary, #0053ff);outline:1.1px solid var(--color-primary, #0053ff);outline-offset:-.1px}.style-input-box:focus:hover,.style-code:focus:hover,.style-input-box:focus-within:hover,.style-code:focus-within:hover{border:1px solid var(--color-primary, #0053ff)}.style-button{font-size:16px;font-weight:var(--font-weight-semibold, 600)}.style-button-small,.style-button-smaller{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-button-small,.style-button-smaller{font-size:16px}}.style-label,.st-input-box>h4{font-size:16px;font-weight:var(--font-weight-semibold, 600);display:block;line-height:1.6}@media (max-width: 450px){.style-label,.st-input-box>h4{font-size:15px}}.main-text-container>h1:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>h1:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class]){padding-bottom:10px}.main-text-container>h2,.main-text-container .container>h2{padding-bottom:15px}.main-text-container>h2.larger,.main-text-container .container>h2.larger{padding-bottom:15px}.main-text-container>h2.style-with-button,.main-text-container .container>h2.style-with-button{padding-bottom:0}.main-text-container>h2.style-with-button>*:first-child,.main-text-container .container>h2.style-with-button>*:first-child{padding-bottom:15px}.main-text-container .segmented-control+h2,.main-text-container .container .segmented-control+h2{padding-top:15px}.main-text-container .segmented-control+.st-list,.main-text-container .container .segmented-control+.st-list{padding-top:15px}.main-text-container>hr,.main-text-container .container>hr{margin:30px 0;margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}@media (max-width: 400px){.main-text-container>hr,.main-text-container .container>hr{margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}}.style-image-with-icon>aside .style-bubble{margin:2px;max-width:42px;height:16px;min-width:16px;line-height:16px;font-size:12px;font-weight:var(--font-weight-bold, 700);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.style-bubble{background:var(--color-error, #f0153d);border-radius:30px;font-size:13px;color:var(--color-background, #ffffff);display:inline-block;text-align:center;padding:0 4px;height:22px;min-width:22px;box-sizing:border-box;font-weight:var(--font-weight-semibold, 600);line-height:22px;vertical-align:text-bottom}.style-bubble.warn{background:var(--color-warning, #ffc900)}.style-bubble.error{background:var(--color-error, #f0153d)}.style-bubble.success{background:var(--color-success, #11BB6B)}.style-bubble.primary{background:var(--color-primary, #0053ff)}.style-bubble.gray{background:var(--color-gray-1, #868686)}.style-bubble.current-color{color:inherit;background:currentColor}.style-bubble.current-color>*{color:var(--color-background, #ffffff)}.style-bubble.secundary{background:var(--color-secundary, #8B17FF)}.style-bubble.tertiary{background:var(--color-tertiary, #FF17B2)}.style-strong,.style-description strong,.style-description-block strong,.style-navigation-title+p:not([class]) strong,.style-navigation-title+p.style-description strong,.main-text-container>h1:not([class]):first-child+p:not([class]) strong,.main-text-container>h1:not([class]):first-child+p.style-description strong,.main-text-container>h1:not([class]):first-child+p.style-description-block strong,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.main-text-container .container>h1:not([class]):first-child+p:not([class]) strong,.main-text-container .container>h1:not([class]):first-child+p.style-description strong,.main-text-container .container>h1:not([class]):first-child+p.style-description-block strong,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.main-text-container>h2+p:not([class]) strong,.main-text-container>h2+p.style-description strong,.main-text-container>h2+p.style-description-block strong,.main-text-container>h2.style-navigation-title+p:not([class]) strong,.main-text-container>h2.style-navigation-title+p.style-description strong,.main-text-container>h2.style-navigation-title+p.style-description-block strong,.main-text-container .container>h2+p:not([class]) strong,.main-text-container .container>h2+p.style-description strong,.main-text-container .container>h2+p.style-description-block strong,.main-text-container .container>h2.style-navigation-title+p:not([class]) strong,.main-text-container .container>h2.style-navigation-title+p.style-description strong,.main-text-container .container>h2.style-navigation-title+p.style-description-block strong{font-weight:var(--font-weight-semibold, 600)}.st-input-box{padding:10px 0;display:block}.st-input-box>div{max-width:340px}@media (max-width: 500px){.st-input-box>div{max-width:none}}.st-input-box>h4:has(.button){max-width:340px}@media (max-width: 500px){.st-input-box>h4:has(.button){max-width:none}}.st-input-box.max>div{max-width:none}.st-input-box.max>h4{max-width:none}.st-input-box:has(.st-list){padding-bottom:5px}.st-input-box+.style-description-small,.st-input-box+.style-description,.st-input-box+div:not([class])>.style-description-small:first-child{padding-bottom:15px}.st-input-box.indent{padding-left:35px}@media (max-width: 450px){.st-input-box.indent{padding-left:0}}.st-input-box.custom-bottom-box{padding-bottom:0}.st-input-box.no-padding{padding:0 0 5px}.st-input-box>h4{margin:0;display:flex;flex-direction:row;align-items:center}.st-input-box>h4>label{flex-grow:1;min-width:0;align-self:flex-start}.st-input-box>h4>.right{margin-left:auto;flex-shrink:0;align-self:flex-end;height:24px;display:flex;flex-direction:row;align-items:center;gap:7px}.st-input-box>h4+div>*{margin-top:8px}.st-input-box>h4+div>*:first-child{margin-top:6px}.st-input-box>h4+div>*:first-child.st-list{margin-top:2px}.st-input-box>h4+div.without-title>*:first-child{margin-top:0}.logo-container{gap:10px;text-decoration:none;align-items:center;display:flex;justify-content:flex-start;height:var(--block-width, 40px)}.logo-text{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(94.7deg,#0053ff 29.42%,#7000ff 71.5%),#868686;-webkit-background-clip:text;background-clip:text;font-size:16px;opacity:1;font-style:normal;font-weight:var(--font-weight-bold, 700);display:block}.logo-text.vertical{font-size:14px;padding-left:33px;padding-top:5px}@media (max-width: 450px){.logo-text.horizontal{display:none}}.stamhoofd-logo{display:block}.stamhoofd-logo .text{fill:var(--color-dark, #1e1e1e)}.stamhoofd-logo .icon-fill{fill:var(--color-primary, #0053ff)}.stamhoofd-logo .icon{stroke:var(--color-primary, #0053ff)}.stamhoofd-logo:last-child{display:none;width:calc(var(--block-width, 40px) - 10px);height:calc(var(--block-width, 40px) - 10px)}.stamhoofd-logo-container{display:block}.stamhoofd-logo-container.small svg:first-child{display:none}.stamhoofd-logo-container.small svg:last-child{display:inline-block}.st-gradient-background{pointer-events:none;position:absolute;height:1000px;width:100%;z-index:0;background:linear-gradient(180deg,#0053ff1a,#0053ff00)}.st-gradient-background .pattern{display:grid;grid-template-columns:auto 1fr;opacity:.03}.st-gradient-background .pattern svg{max-width:100%;height:auto}.st-gradient-background .pattern>.fill-remaining{background:linear-gradient(180deg,#0053ff,#0053ff00)}@media (max-width: 550px){[data-v-743bd58b]:root{--input-height: 42px}}@media (max-width: 400px){[data-v-743bd58b]:root{--navigation-bar-margin: 0px}}.theme-warning[data-v-743bd58b]{--color-primary: var(--color-warning, #ffc900);--color-primary-background: var(--color-warning-background, #fff6d6);--color-primary-dark: var(--color-warning-dark, #634e00)}.theme-secundary[data-v-743bd58b]{--color-primary: var(--color-secundary, #8B17FF);--color-primary-background: var(--color-secundary-background, #EBD6FF);--color-primary-dark: var(--color-secundary-dark, #300061)}.theme-tertiary[data-v-743bd58b]{--color-primary: var(--color-tertiary, #FF17B2);--color-primary-background: var(--color-tertiary-background, #FFD6F1);--color-primary-dark: var(--color-tertiary-dark, #610041)}.theme-success[data-v-743bd58b]{--color-primary: var(--color-success, #11BB6B);--color-primary-background: var(--color-success-background, #D6FFEC);--color-primary-dark: var(--color-success-dark, #006131)}.theme-error[data-v-743bd58b]{--color-primary: var(--color-error, #f0153d);--color-primary-background: var(--color-error-background, #ffd6dd);--color-primary-dark: var(--color-error-dark, #630012)}.style-side-view-shadow[data-v-743bd58b]{box-shadow:0 2px 5px var(--color-side-view-shadow, rgba(0, 0, 0, .1))}.style-input-shadow[data-v-743bd58b],.style-input-box[data-v-743bd58b],.style-code[data-v-743bd58b]{box-shadow:0 1px 2px 0 var(--color-input-shadow, rgba(0, 0, 0, .15))}.style-overlay-shadow[data-v-743bd58b]{box-shadow:0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}@media (prefers-color-scheme: dark){.style-overlay-shadow[data-v-743bd58b]{box-shadow:0 0 0 1px var(--color-gray-2, #D1D1D1),0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}}.style-nowrap[data-v-743bd58b]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-hr[data-v-743bd58b],.main-text-container>hr[data-v-743bd58b],.main-text-container .container>hr[data-v-743bd58b]{height:var(--border-width-thin, 1px);background:var(--color-gray-2, #D1D1D1);border-radius:var(--border-width-thin, 1px)/2;padding:0;margin:20px 0;outline:none;border:0}.style-title-huge[data-v-743bd58b],.stamhoofd-info>h2[data-v-743bd58b]{font-weight:var(--font-weight-bold, 700);font-size:48px;line-height:1.2}@media (max-width: 800px){.style-title-huge[data-v-743bd58b],.stamhoofd-info>h2[data-v-743bd58b]{font-size:40px}}@media (max-width: 400px){.style-title-huge[data-v-743bd58b],.stamhoofd-info>h2[data-v-743bd58b]{font-size:35px}}@media (max-width: 400px){.style-title-huge[data-v-743bd58b],.stamhoofd-info>h2[data-v-743bd58b]{font-size:32px}}.style-placeholder-skeleton[data-v-743bd58b]{display:inline-block;height:1em;width:50px;border-radius:5px;background:var(--color-background-shade-darker, #EBEBEB);background-attachment:fixed;background-image:linear-gradient(90deg,var(--color-background-shade-darker, #EBEBEB) 0px,var(--color-background-shade, #f5f5f5) 40px,var(--color-background-shade-darker, #EBEBEB) 80px,var(--color-background-shade-darker, #EBEBEB) 50vw,var(--color-background-shade, #f5f5f5) calc(50vw + 40px),var(--color-background-shade-darker, #EBEBEB) calc(50vw + 80px));background-size:200vw;background-position:0vw;animation:shine-lines-743bd58b 6s infinite linear;animation-delay:-.5s;animation-timeline:auto}@keyframes shine-lines-743bd58b{0%{background-position:-50vw}80%,to{background-position:100vw}}.style-title-semihuge[data-v-743bd58b]{font-size:36px;font-weight:var(--font-weight-bold, 700);line-height:1.3}@media (max-width: 500px){.style-title-semihuge[data-v-743bd58b]{font-size:30px}}@media (max-width: 400px){.style-title-semihuge[data-v-743bd58b]{font-size:25px}}.style-text-gradient[data-v-743bd58b],.stamhoofd-info>h2[data-v-743bd58b]{background:linear-gradient(94.7deg,#0053ff 31.34%,#7000ff 68.57%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.style-title-1[data-v-743bd58b],.main-text-container>h1[data-v-743bd58b]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-743bd58b]:not([class]),.main-text-container .container>h1[data-v-743bd58b]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-743bd58b]:not([class]){font-size:28px;font-weight:var(--font-weight-semibold, 600);line-height:1.4}@media (max-width: 350px){.style-title-1[data-v-743bd58b],.main-text-container>h1[data-v-743bd58b]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-743bd58b]:not([class]),.main-text-container .container>h1[data-v-743bd58b]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-743bd58b]:not([class]){font-size:24px}}.style-navigation-title[data-v-743bd58b]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:32px;font-weight:var(--font-weight-semibold, 600);line-height:1.4;padding-bottom:10px}@media (max-width: 350px){.style-navigation-title[data-v-743bd58b]{font-size:28px}}.style-navigation-title.with-icons[data-v-743bd58b]{display:flex;align-items:center;gap:5px}.style-navigation-title.with-icons[data-v-743bd58b]>*:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.style-navigation-title.with-icons[data-v-743bd58b]>*:not(:first-child){flex-shrink:0}.style-navigation-title.with-icons>.style-bubble[data-v-743bd58b]{margin-left:5px}.style-title-2-larger[data-v-743bd58b],.main-text-container>h2.larger[data-v-743bd58b],.main-text-container .container>h2.larger[data-v-743bd58b]{font-size:22px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2[data-v-743bd58b],.style-wysiwyg h2[data-v-743bd58b],.main-text-container>h2[data-v-743bd58b],.main-text-container .container>h2[data-v-743bd58b]{font-size:18px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2>.style-tag[data-v-743bd58b],.style-wysiwyg h2>.style-tag[data-v-743bd58b],.main-text-container>h2>.style-tag[data-v-743bd58b],.main-text-container .container>h2>.style-tag[data-v-743bd58b]{margin-left:5px}.style-title-3[data-v-743bd58b],.style-wysiwyg h3[data-v-743bd58b]{font-size:17px;font-weight:var(--font-weight-semibold, 600)}.style-title-small[data-v-743bd58b]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 400px){.style-title-small[data-v-743bd58b]{font-size:14px}}.style-title-prefix[data-v-743bd58b]{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:5px}@media (max-width: 400px){.style-title-prefix[data-v-743bd58b]{font-size:10px;margin-bottom:4px}}.style-title-prefix-list[data-v-743bd58b]{font-size:11px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:3px}@media (max-width: 400px){.style-title-prefix-list[data-v-743bd58b]{font-size:10px;margin-bottom:4px}}.style-title-prefix-list.error[data-v-743bd58b]{color:var(--color-error, #f0153d)}.style-title-prefix-list>.icon[data-v-743bd58b]:first-child:not(:last-child){margin-right:5px}.style-title-prefix-list>.icon[data-v-743bd58b]:last-child:not(:first-child){margin-left:5px}.style-capitalize-first-letter[data-v-743bd58b]:first-letter{text-transform:uppercase}.style-title-list[data-v-743bd58b]{font-size:16px;line-height:1.3;font-weight:var(--font-weight-medium, 500)}.style-title-list.bolder[data-v-743bd58b]{font-weight:var(--font-weight-semibold, 600)}.style-title-list.red[data-v-743bd58b]{color:var(--color-error, #f0153d)}@media (max-width: 400px){.style-title-list[data-v-743bd58b]{font-size:15px}}.style-title-list+p[data-v-743bd58b]{padding-top:3px}.style-title-list.larger[data-v-743bd58b]{font-size:20px}.style-title-list.larger+p[data-v-743bd58b]{padding-top:5px}@media (max-width: 400px){.style-title-list.larger[data-v-743bd58b]{font-size:17px}.style-title-list.larger+p[data-v-743bd58b]{padding-top:3px}}.style-text-large[data-v-743bd58b]{font-size:20px;font-weight:var(--font-weight-default, 500);line-height:1.4}.style-tag[data-v-743bd58b]{font-size:11px;text-transform:uppercase;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));padding:7px 8px;border-radius:8px;line-height:1;display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}@media (prefers-color-scheme: dark){.style-tag[data-v-743bd58b]{color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}}.style-tag.large[data-v-743bd58b]{font-size:13px;padding:7px 9px}.style-tag.warn[data-v-743bd58b]{color:var(--color-warning-dark, #634e00);background:var(--color-warning-background, #fff6d6)}.style-tag.error[data-v-743bd58b]{color:var(--color-error-dark, #630012);background:var(--color-error-background, #ffd6dd)}.style-tag.success[data-v-743bd58b]{color:var(--color-success-dark, #006131);background:var(--color-success-background, #D6FFEC)}.style-tag.secundary[data-v-743bd58b]{color:var(--color-secundary-dark, #300061);background:var(--color-secundary-background, #EBD6FF)}.style-tag.discount[data-v-743bd58b]{color:var(--color-discount-dark, #692020);background:var(--color-discount-background, #ffd6d6)}.style-tag.tertiary[data-v-743bd58b]{color:var(--color-tertiary-dark, #610041);background:var(--color-tertiary-background, #FFD6F1)}.style-tag.gray[data-v-743bd58b]{color:var(--color-gray-1, #868686);background:var(--color-background-shade, #f5f5f5)}.style-tag.payconiq[data-v-743bd58b]{color:var(--color-payconiq-dark, #692038);background:var(--color-payconiq-background, #FFD6E4)}.style-tag.inline[data-v-743bd58b]{display:inline-block}.style-tag.inline-first[data-v-743bd58b]{margin-left:5px}.style-price-base[data-v-743bd58b],.style-discount-price[data-v-743bd58b],.style-discount-old-price[data-v-743bd58b],.style-price[data-v-743bd58b],.style-amount[data-v-743bd58b]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);font-variant-numeric:tabular-nums}.style-price-base.disabled[data-v-743bd58b],.disabled.style-discount-price[data-v-743bd58b],.disabled.style-discount-old-price[data-v-743bd58b],.disabled.style-price[data-v-743bd58b],.disabled.style-amount[data-v-743bd58b]{opacity:.6}.style-price-base.negative[data-v-743bd58b],.negative.style-discount-price[data-v-743bd58b],.negative.style-discount-old-price[data-v-743bd58b],.negative.style-price[data-v-743bd58b],.negative.style-amount[data-v-743bd58b]{color:var(--color-error, #f0153d)}.style-amount.min-width[data-v-743bd58b]{display:inline-block;min-width:50px}.style-price[data-v-743bd58b]{font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-value-old[data-v-743bd58b]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);text-decoration:line-through;color:var(--color-error-dark, #630012)}.style-value-old[data-v-743bd58b]:hover{text-decoration:none}.style-value-new[data-v-743bd58b]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);color:var(--color-success-dark, #006131)}.style-discount-old-price[data-v-743bd58b]{text-decoration:line-through;color:var(--color-gray-4, #5e5e5e)}.style-discount-price[data-v-743bd58b]{font-weight:var(--font-weight-semibold, 600);color:var(--color-discount, #ff4747);margin-left:5px}.style-normal[data-v-743bd58b],ul.style-list[data-v-743bd58b]{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-label[data-v-743bd58b]{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;padding-bottom:3px}.style-definition-label+.details-grid[data-v-743bd58b]{padding-top:5px}.style-definition-text[data-v-743bd58b]{font-size:18px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-text.placeholder[data-v-743bd58b]{color:var(--color-gray-4, #5e5e5e)}.font-size-description[data-v-743bd58b],.style-wysiwyg[data-v-743bd58b],.style-description[data-v-743bd58b],.style-description-block[data-v-743bd58b],.main-text-container>h2+p[data-v-743bd58b]:not([class]),.main-text-container>h2+p.style-description[data-v-743bd58b],.main-text-container>h2+p.style-description-block[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p[data-v-743bd58b]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b],.main-text-container .container>h2+p[data-v-743bd58b]:not([class]),.main-text-container .container>h2+p.style-description[data-v-743bd58b],.main-text-container .container>h2+p.style-description-block[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p[data-v-743bd58b]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b],.main-text-container .main-text-container.container>h2+p[data-v-743bd58b]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-743bd58b],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p[data-v-743bd58b]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p[data-v-743bd58b]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b],.style-navigation-title+p[data-v-743bd58b]:not([class]),.style-navigation-title+p.style-description[data-v-743bd58b],.style-navigation-title+p.style-description-block[data-v-743bd58b]{font-size:15px}@media (max-width: 400px){.font-size-description[data-v-743bd58b],.style-wysiwyg[data-v-743bd58b],.style-description[data-v-743bd58b],.style-description-block[data-v-743bd58b],.main-text-container>h2+p[data-v-743bd58b]:not([class]),.main-text-container>h2+p.style-description[data-v-743bd58b],.main-text-container>h2+p.style-description-block[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p[data-v-743bd58b]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b],.main-text-container .container>h2+p[data-v-743bd58b]:not([class]),.main-text-container .container>h2+p.style-description[data-v-743bd58b],.main-text-container .container>h2+p.style-description-block[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p[data-v-743bd58b]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b],.main-text-container .main-text-container.container>h2+p[data-v-743bd58b]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-743bd58b],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p[data-v-743bd58b]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p[data-v-743bd58b]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b],.style-navigation-title+p[data-v-743bd58b]:not([class]),.style-navigation-title+p.style-description[data-v-743bd58b],.style-navigation-title+p.style-description-block[data-v-743bd58b]{font-size:14px}}.font-size-description-large[data-v-743bd58b],.style-wysiwyg.large[data-v-743bd58b],.style-description-large[data-v-743bd58b]{font-size:16px}@media (max-width: 400px){.font-size-description-large[data-v-743bd58b],.style-wysiwyg.large[data-v-743bd58b],.style-description-large[data-v-743bd58b]{font-size:15px}}.style-description[data-v-743bd58b],.style-description-block[data-v-743bd58b],.main-text-container>h2+p[data-v-743bd58b]:not([class]),.main-text-container>h2+p.style-description[data-v-743bd58b],.main-text-container>h2+p.style-description-block[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p[data-v-743bd58b]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b],.main-text-container .container>h2+p[data-v-743bd58b]:not([class]),.main-text-container .container>h2+p.style-description[data-v-743bd58b],.main-text-container .container>h2+p.style-description-block[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p[data-v-743bd58b]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b],.main-text-container .main-text-container.container>h2+p[data-v-743bd58b]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-743bd58b],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p[data-v-743bd58b]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p[data-v-743bd58b]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b],.style-navigation-title+p[data-v-743bd58b]:not([class]),.style-navigation-title+p.style-description[data-v-743bd58b],.style-navigation-title+p.style-description-block[data-v-743bd58b]{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.inline-size[data-v-743bd58b]{contain:inline-size}.style-description-large[data-v-743bd58b]{line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.style-description[data-v-743bd58b]:has(>.icon),.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container>h2+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container>h2+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container>h2+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container>h2.style-navigation-title+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container>h2+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container>h2+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container>h2+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container>h2.style-navigation-title+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>h2+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>h2+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>h2+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container>h1:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b]:has(>.icon),.style-navigation-title+p[data-v-743bd58b]:has(>.icon):not([class]),.style-navigation-title+p.style-description[data-v-743bd58b]:has(>.icon),.style-navigation-title+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-743bd58b]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-743bd58b]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-743bd58b]:has(>.icon),.style-description-large[data-v-743bd58b]:has(>.icon),.style-description-small[data-v-743bd58b]:has(>.icon),.title-suffix[data-v-743bd58b]:has(>.icon),.radio-description[data-v-743bd58b]:has(>.icon),.style-definition-description[data-v-743bd58b]:has(>.icon),.details-grid dd[data-v-743bd58b]:has(>.icon),.style-title-list[data-v-743bd58b]:has(>.icon){display:flex;align-items:center;gap:3px}.pre-wrap[data-v-743bd58b]{white-space:pre-wrap}.style-limit-lines[data-v-743bd58b]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.style-description-block[data-v-743bd58b],.main-text-container>h2+p[data-v-743bd58b]:not([class]),.main-text-container>h2+p.style-description[data-v-743bd58b],.main-text-container>h2+p.style-description-block[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p[data-v-743bd58b]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b],.main-text-container .container>h2+p[data-v-743bd58b]:not([class]),.main-text-container .container>h2+p.style-description[data-v-743bd58b],.main-text-container .container>h2+p.style-description-block[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p[data-v-743bd58b]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-743bd58b],.main-text-container .main-text-container.container>h2+p[data-v-743bd58b]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-743bd58b],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p[data-v-743bd58b]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p[data-v-743bd58b]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b],.style-navigation-title+p[data-v-743bd58b]:not([class]),.style-navigation-title+p.style-description[data-v-743bd58b],.style-navigation-title+p.style-description-block[data-v-743bd58b]{padding-bottom:20px}.style-description-block[data-v-743bd58b]:last-child,.main-text-container>h2+p[data-v-743bd58b]:last-child:not([class]),.main-text-container>h2+p.style-description[data-v-743bd58b]:last-child,.main-text-container>h2+p.style-description-block[data-v-743bd58b]:last-child,.main-text-container .container>h2+p[data-v-743bd58b]:last-child:not([class]),.main-text-container .container>h2+p.style-description[data-v-743bd58b]:last-child,.main-text-container .container>h2+p.style-description-block[data-v-743bd58b]:last-child,.main-text-container>h1:not([class]):first-child+p[data-v-743bd58b]:last-child:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-743bd58b]:last-child,.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:last-child:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b]:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b]:last-child,.main-text-container .container>h1:not([class]):first-child+p[data-v-743bd58b]:last-child:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-743bd58b]:last-child,.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:last-child:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b]:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b]:last-child,.style-navigation-title+p[data-v-743bd58b]:last-child:not([class]),.style-navigation-title+p.style-description[data-v-743bd58b]:last-child,.style-navigation-title+p.style-description-block[data-v-743bd58b]:last-child{padding-bottom:0}.style-description-block[data-v-743bd58b]:empty,.main-text-container>h2+p[data-v-743bd58b]:empty:not([class]),.main-text-container>h2+p.style-description[data-v-743bd58b]:empty,.main-text-container>h2+p.style-description-block[data-v-743bd58b]:empty,.main-text-container .container>h2+p[data-v-743bd58b]:empty:not([class]),.main-text-container .container>h2+p.style-description[data-v-743bd58b]:empty,.main-text-container .container>h2+p.style-description-block[data-v-743bd58b]:empty,.main-text-container>h1:not([class]):first-child+p[data-v-743bd58b]:empty:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-743bd58b]:empty,.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:empty:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b]:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b]:empty,.main-text-container .container>h1:not([class]):first-child+p[data-v-743bd58b]:empty:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-743bd58b]:empty,.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-743bd58b]:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-743bd58b]:empty:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-743bd58b]:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-743bd58b]:empty,.style-navigation-title+p[data-v-743bd58b]:empty:not([class]),.style-navigation-title+p.style-description[data-v-743bd58b]:empty,.style-navigation-title+p.style-description-block[data-v-743bd58b]:empty{display:none}.style-description-small[data-v-743bd58b],.title-suffix[data-v-743bd58b],.radio-description[data-v-743bd58b],.style-definition-description[data-v-743bd58b],.details-grid dd[data-v-743bd58b]{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}@media (max-width: 400px){.style-description-small[data-v-743bd58b],.title-suffix[data-v-743bd58b],.radio-description[data-v-743bd58b],.style-definition-description[data-v-743bd58b],.details-grid dd[data-v-743bd58b]{font-size:14px}}.style-description-small.for-input[data-v-743bd58b],.for-input.title-suffix[data-v-743bd58b],.for-input.radio-description[data-v-743bd58b],.for-input.style-definition-description[data-v-743bd58b],.details-grid dd.for-input[data-v-743bd58b]{margin-top:8px;margin-bottom:8px}.style-description-small>.style-tag[data-v-743bd58b]:only-child,.title-suffix>.style-tag[data-v-743bd58b]:only-child,.radio-description>.style-tag[data-v-743bd58b]:only-child,.style-definition-description>.style-tag[data-v-743bd58b]:only-child,.details-grid dd>.style-tag[data-v-743bd58b]:only-child{margin:4px 0}.style-price-big[data-v-743bd58b]{font-size:20px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic[data-v-743bd58b]{font-size:28px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic+.style-description-small[data-v-743bd58b],.style-statistic+.title-suffix[data-v-743bd58b],.style-statistic+.radio-description[data-v-743bd58b],.style-statistic+.style-definition-description[data-v-743bd58b],.details-grid .style-statistic+dd[data-v-743bd58b]{margin-top:0}.style-interactive-small[data-v-743bd58b]{font-size:14px;font-weight:var(--font-weight-semibold, 600);color:var(--color-gray-4, #5e5e5e)}@media (max-width: 400px){.style-interactive-small[data-v-743bd58b]{font-size:13px}}.style-input[data-v-743bd58b]{font-size:15px;font-weight:var(--font-weight-default, 500);line-height:1.2}@media (max-width: 400px){.style-input[data-v-743bd58b]{font-size:16px}}.style-input-list[data-v-743bd58b]{display:flex;flex-direction:column;gap:5px}.style-input-box[data-v-743bd58b],.style-code[data-v-743bd58b]{border:1px solid var(--color-border-shade, #BDBDBD);background:var(--color-current-background, var(--color-background, #ffffff));border-radius:8px;transition:border-color .2s}.style-input-box[data-v-743bd58b]:focus,.style-code[data-v-743bd58b]:focus,.style-input-box[data-v-743bd58b]:focus-within,.style-code[data-v-743bd58b]:focus-within{border-color:var(--color-primary, #0053ff);outline:1.1px solid var(--color-primary, #0053ff);outline-offset:-.1px}.style-input-box[data-v-743bd58b]:focus:hover,.style-code[data-v-743bd58b]:focus:hover,.style-input-box[data-v-743bd58b]:focus-within:hover,.style-code[data-v-743bd58b]:focus-within:hover{border:1px solid var(--color-primary, #0053ff)}.style-button[data-v-743bd58b]{font-size:16px;font-weight:var(--font-weight-semibold, 600)}.style-button-small[data-v-743bd58b],.style-button-smaller[data-v-743bd58b]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-button-small[data-v-743bd58b],.style-button-smaller[data-v-743bd58b]{font-size:16px}}.style-button-smaller[data-v-743bd58b]{font-weight:var(--font-weight-medium, 500)}@media (max-width: 450px){.style-button-smaller[data-v-743bd58b]{font-size:15px}}.style-label[data-v-743bd58b]{font-size:16px;font-weight:var(--font-weight-semibold, 600);display:block;line-height:1.6}@media (max-width: 450px){.style-label[data-v-743bd58b]{font-size:15px}}.style-table-head[data-v-743bd58b]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}.style-context-menu-item[data-v-743bd58b]{font-size:13px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-context-menu-item[data-v-743bd58b]{font-size:15px;font-weight:var(--font-weight-default, 500)}}.style-context-menu-item-description[data-v-743bd58b]{font-size:13px;font-weight:var(--font-weight-default, 500);opacity:.5;font-variation-settings:"opsz" 19;white-space:wrap;line-height:1.5}.style-definition-term[data-v-743bd58b],.details-grid dt[data-v-743bd58b]{font-size:14px;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}@media (max-width: 550px){.style-definition-term[data-v-743bd58b],.details-grid dt[data-v-743bd58b]{font-size:13px}}.style-definition-description[data-v-743bd58b],.details-grid dd[data-v-743bd58b]{color:var(--color-dark, #1e1e1e);font-size:15px}.style-cover-photo[data-v-743bd58b]{border-radius:8px;margin-bottom:30px}.style-button-bar[data-v-743bd58b]{display:flex;flex-direction:row;gap:15px;margin-top:10px;align-items:center;flex-wrap:wrap}.style-button-bar.right-align[data-v-743bd58b]{justify-content:flex-end}.style-button-bar>*.primary[data-v-743bd58b]:first-child{margin-right:10px}hr+.style-button-bar[data-v-743bd58b]{margin-top:-15px}.style-form-buttons[data-v-743bd58b]{display:flex;flex-direction:column;gap:7px}.style-description-small+.style-button-bar[data-v-743bd58b],.title-suffix+.style-button-bar[data-v-743bd58b],.radio-description+.style-button-bar[data-v-743bd58b],.style-definition-description+.style-button-bar[data-v-743bd58b],.details-grid dd+.style-button-bar[data-v-743bd58b]{margin-top:10px}.style-with-button[data-v-743bd58b]{display:flex;flex-direction:row}.style-with-button[data-v-743bd58b]>*:first-child{flex-grow:1;text-align:left}.style-with-button[data-v-743bd58b]>*:last-child:not(:first-child){flex-shrink:0;margin-top:-13px;display:flex;flex-direction:row;align-items:center}.style-with-button[data-v-743bd58b]>*:last-child:not(:first-child)>*{margin:0 10px}.style-with-button>*:last-child:not(:first-child)>*.button.text[data-v-743bd58b]{margin:-5px 10px}.style-with-button[data-v-743bd58b]>*:last-child:not(:first-child)>*:last-child{margin-right:0}.radio-description[data-v-743bd58b]{display:block}.style-copyable[data-v-743bd58b]{position:relative;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;max-width:fit-content}.style-copyable[data-v-743bd58b]:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-copyable[data-v-743bd58b]:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-copyable[data-v-743bd58b]:hover:after{opacity:.05}}.style-copyable.copied[data-v-743bd58b]{color:var(--color-primary, #0053ff)}.style-copyable.copied[data-v-743bd58b]:before{opacity:1}.style-copyable.copied[data-v-743bd58b]:after{opacity:0}.style-hover-area[data-v-743bd58b],.style-inline-resource[data-v-743bd58b]:is(button),.style-inline-resource[data-v-743bd58b]:is(a),.style-inline-resource[data-v-743bd58b]:is(.style-tooltip),.style-tooltip[data-v-743bd58b]{position:relative;width:max-content;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}.style-hover-area[data-v-743bd58b]:before,.style-inline-resource[data-v-743bd58b]:is(button):before,.style-inline-resource[data-v-743bd58b]:is(a):before,.style-inline-resource[data-v-743bd58b]:is(.style-tooltip):before,.style-tooltip[data-v-743bd58b]:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-hover-area[data-v-743bd58b]:after,.style-inline-resource[data-v-743bd58b]:is(button):after,.style-inline-resource[data-v-743bd58b]:is(a):after,.style-inline-resource[data-v-743bd58b]:is(.style-tooltip):after,.style-tooltip[data-v-743bd58b]:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-hover-area[data-v-743bd58b]:hover:after,.style-inline-resource[data-v-743bd58b]:hover:is(button):after,.style-inline-resource[data-v-743bd58b]:hover:is(a):after,.style-tooltip[data-v-743bd58b]:hover:after{opacity:.05}}.style-tooltip[data-v-743bd58b]{cursor:help}.details-grid[data-v-743bd58b]{display:grid;grid-template-columns:auto 1fr;grid-template-columns:fit-content(40%) 1fr;gap:10px 25px}.details-grid.small[data-v-743bd58b]{grid-template-columns:150px 1fr}.details-grid dt[data-v-743bd58b]{cursor:default}.details-grid dd[data-v-743bd58b]{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text;user-select:contain;position:relative;z-index:1;transition:color .2s}.details-grid dd[data-v-743bd58b]:before{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0}@media (hover: hover){.details-grid dd[data-v-743bd58b]:after{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-background-shade, #f5f5f5);z-index:-2;opacity:0;transition:opacity .2s}.details-grid.hover dt:hover+dd[data-v-743bd58b]:not(.icons):after,.details-grid.hover dd[data-v-743bd58b]:hover:not(.icons):after{opacity:1}.details-grid.hover dd.icons+dd[data-v-743bd58b]:before{display:none}}.details-grid dd.copied[data-v-743bd58b],.details-grid dd.button[data-v-743bd58b]:active{color:var(--color-primary, #0053ff)}.details-grid dd.copied[data-v-743bd58b]:before,.details-grid dd.button[data-v-743bd58b]:active:before{opacity:1}.details-grid .center[data-v-743bd58b]{align-self:center}.details-grid .icons[data-v-743bd58b]{line-height:1;margin-left:auto}.details-grid dd.description[data-v-743bd58b]{grid-column:1/span 2;margin-top:-5px;font-size:15px}.details-grid dd.with-icons[data-v-743bd58b]{display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:15px}.details-grid dd.with-icons>.icon[data-v-743bd58b]{flex-shrink:0}.main-text-container>h1[data-v-743bd58b]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-743bd58b]:not([class]),.main-text-container .container>h1[data-v-743bd58b]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-743bd58b]:not([class]){padding-bottom:10px}.main-text-container>h2[data-v-743bd58b],.main-text-container .container>h2[data-v-743bd58b]{padding-bottom:15px}.main-text-container>h2.larger[data-v-743bd58b],.main-text-container .container>h2.larger[data-v-743bd58b]{padding-bottom:15px}.main-text-container>h2.style-with-button[data-v-743bd58b],.main-text-container .container>h2.style-with-button[data-v-743bd58b]{padding-bottom:0}.main-text-container>h2.style-with-button[data-v-743bd58b]>*:first-child,.main-text-container .container>h2.style-with-button[data-v-743bd58b]>*:first-child{padding-bottom:15px}.main-text-container .segmented-control+h2[data-v-743bd58b],.main-text-container .container .segmented-control+h2[data-v-743bd58b]{padding-top:15px}.main-text-container .segmented-control+.st-list[data-v-743bd58b],.main-text-container .container .segmented-control+.st-list[data-v-743bd58b]{padding-top:15px}.main-text-container>hr[data-v-743bd58b],.main-text-container .container>hr[data-v-743bd58b]{margin:30px 0;margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}@media (max-width: 400px){.main-text-container>hr[data-v-743bd58b],.main-text-container .container>hr[data-v-743bd58b]{margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}}.style-illustration-img[data-v-743bd58b],.illustration-list img[data-v-743bd58b]{width:var(--block-width, 40px);height:var(--block-width, 40px);margin-right:5px}@media (max-width: 400px){.style-illustration-img[data-v-743bd58b],.illustration-list img[data-v-743bd58b]{margin-right:0}}.style-image-with-icon[data-v-743bd58b]{position:relative;margin-right:5px;color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon figure[data-v-743bd58b]{background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon>aside[data-v-743bd58b]{color:var(--color-primary, #0053ff)}.style-image-with-icon.success[data-v-743bd58b]{color:var(--color-success-dark, #006131)}.style-image-with-icon.success figure[data-v-743bd58b]{background:var(--color-success-background, #D6FFEC);color:var(--color-success-dark, #006131)}.style-image-with-icon.success>aside[data-v-743bd58b]{color:var(--color-success, #11BB6B)}.style-image-with-icon.secundary[data-v-743bd58b]{color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary figure[data-v-743bd58b]{background:var(--color-secundary-background, #EBD6FF);color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary>aside[data-v-743bd58b]{color:var(--color-secundary, #8B17FF)}.style-image-with-icon.tertiary[data-v-743bd58b]{color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary figure[data-v-743bd58b]{background:var(--color-tertiary-background, #FFD6F1);color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary>aside[data-v-743bd58b]{color:var(--color-tertiary, #FF17B2)}.style-image-with-icon.warning[data-v-743bd58b]{color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning figure[data-v-743bd58b]{background:var(--color-warning-background, #fff6d6);color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning>aside[data-v-743bd58b]{color:var(--color-warning, #ffc900)}.style-image-with-icon.error[data-v-743bd58b]{color:var(--color-error-dark, #630012)}.style-image-with-icon.error figure[data-v-743bd58b]{background:var(--color-error-background, #ffd6dd);color:var(--color-error-dark, #630012)}.style-image-with-icon.error>aside[data-v-743bd58b]{color:var(--color-error, #f0153d)}.style-image-with-icon.gray[data-v-743bd58b]{color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray figure[data-v-743bd58b]{background:var(--color-background-shade, #f5f5f5);color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray>aside[data-v-743bd58b]{color:var(--color-dark, #1e1e1e)}.style-image-with-icon .image-component[data-v-743bd58b]{width:var(--block-width, 40px);height:var(--block-width, 40px)}.style-image-with-icon .image-component img[data-v-743bd58b]{border-radius:8px}@media (max-width: 400px){.style-image-with-icon .image-component[data-v-743bd58b]{margin-right:0}}.style-image-with-icon figure[data-v-743bd58b]{width:var(--block-width, 40px);height:var(--block-width, 40px);border-radius:8px;text-align:center;text-transform:uppercase;line-height:var(--block-width, 40px);font-size:14px;font-weight:var(--font-weight-bold, 700);display:flex;align-items:center;justify-content:center}@media (max-width: 400px){.style-image-with-icon figure[data-v-743bd58b]{margin-right:0}}.style-image-with-icon figure>span[data-v-743bd58b]{display:block;opacity:.8;vertical-align:middle;margin-right:-3px}.style-image-with-icon figure>img[data-v-743bd58b]{display:block}.style-image-with-icon>aside[data-v-743bd58b]{position:absolute;right:0;bottom:0;background:var(--color-background, #ffffff);border-radius:40px;transform:translate(40%,40%);line-height:1;display:block}.style-image-with-icon>aside[data-v-743bd58b]>*{display:block}.style-image-with-icon>aside[data-v-743bd58b]:has(>.icon.stroke){background:transparent;border-radius:0}.style-image-with-icon>aside .style-bubble[data-v-743bd58b]{margin:2px;max-width:42px;height:16px;min-width:16px;line-height:16px;font-size:12px;font-weight:var(--font-weight-bold, 700);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.style-bubble[data-v-743bd58b]{background:var(--color-error, #f0153d);border-radius:30px;font-size:13px;color:var(--color-background, #ffffff);display:inline-block;text-align:center;padding:0 4px;height:22px;min-width:22px;box-sizing:border-box;font-weight:var(--font-weight-semibold, 600);line-height:22px;vertical-align:text-bottom}.style-bubble.warn[data-v-743bd58b]{background:var(--color-warning, #ffc900)}.style-bubble.error[data-v-743bd58b]{background:var(--color-error, #f0153d)}.style-bubble.success[data-v-743bd58b]{background:var(--color-success, #11BB6B)}.style-bubble.primary[data-v-743bd58b]{background:var(--color-primary, #0053ff)}.style-bubble.gray[data-v-743bd58b]{background:var(--color-gray-1, #868686)}.style-bubble.current-color[data-v-743bd58b]{color:inherit;background:currentColor}.style-bubble.current-color[data-v-743bd58b]>*{color:var(--color-background, #ffffff)}.style-bubble.secundary[data-v-743bd58b]{background:var(--color-secundary, #8B17FF)}.style-bubble.tertiary[data-v-743bd58b]{background:var(--color-tertiary, #FF17B2)}.style-strong[data-v-743bd58b],.style-description strong[data-v-743bd58b],.style-description-block strong[data-v-743bd58b],.style-navigation-title+p:not([class]) strong[data-v-743bd58b],.style-navigation-title+p.style-description strong[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p:not([class]) strong[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p.style-description strong[data-v-743bd58b],.main-text-container>h1:not([class]):first-child+p.style-description-block strong[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong[data-v-743bd58b],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p:not([class]) strong[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p.style-description strong[data-v-743bd58b],.main-text-container .container>h1:not([class]):first-child+p.style-description-block strong[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong[data-v-743bd58b],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong[data-v-743bd58b],.main-text-container>h2+p:not([class]) strong[data-v-743bd58b],.main-text-container>h2+p.style-description strong[data-v-743bd58b],.main-text-container>h2+p.style-description-block strong[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p:not([class]) strong[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p.style-description strong[data-v-743bd58b],.main-text-container>h2.style-navigation-title+p.style-description-block strong[data-v-743bd58b],.main-text-container .container>h2+p:not([class]) strong[data-v-743bd58b],.main-text-container .container>h2+p.style-description strong[data-v-743bd58b],.main-text-container .container>h2+p.style-description-block strong[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p:not([class]) strong[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p.style-description strong[data-v-743bd58b],.main-text-container .container>h2.style-navigation-title+p.style-description-block strong[data-v-743bd58b]{font-weight:var(--font-weight-semibold, 600)}.style-pricing-box[data-v-743bd58b]{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end}.style-pricing-box[data-v-743bd58b]>*{flex-basis:350px}.style-pricing-box .middle[data-v-743bd58b]{font-weight:600}.style-wysiwyg strong[data-v-743bd58b]{font-weight:700}p:not([class]) .style-wysiwyg strong[data-v-743bd58b]{color:var(--color-dark, #1e1e1e)}.style-wysiwyg em[data-v-743bd58b]{font-style:italic}.style-wysiwyg p[data-v-743bd58b]:not([class]),.style-wysiwyg p.is-empty[data-v-743bd58b]{margin:0;padding:0;font-size:inherit;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-dark, #1e1e1e)}.style-wysiwyg ul[data-v-743bd58b],.style-wysiwyg ol[data-v-743bd58b]{padding-left:25px;font-size:inherit}.style-wysiwyg ul li[data-v-743bd58b],.style-wysiwyg ol li[data-v-743bd58b]{font-size:inherit;margin:4px 0;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.gray p[data-v-743bd58b]:not([class]),.style-wysiwyg.gray p.is-empty[data-v-743bd58b]{color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg p[data-v-743bd58b]:empty:after{content:"​";visibility:hidden}.style-wysiwyg p.warning-box[data-v-743bd58b],.style-wysiwyg p.info-box[data-v-743bd58b]{display:block!important}.style-wysiwyg h2[data-v-743bd58b],.style-wysiwyg h3[data-v-743bd58b]{color:var(--color-dark, #1e1e1e);padding:5px 0}.style-wysiwyg a[data-v-743bd58b],.style-wysiwyg a[data-v-743bd58b]:link,.style-wysiwyg a[data-v-743bd58b]:visited{color:var(--color-primary, #0053ff);font-weight:var(--font-weight-semibold, 600);text-decoration:underline}.style-wysiwyg.subtle-links a[data-v-743bd58b],.style-wysiwyg.subtle-links a[data-v-743bd58b]:link,.style-wysiwyg.subtle-links a[data-v-743bd58b]:visited{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-wysiwyg.subtle-links a[data-v-743bd58b]:hover,.style-wysiwyg.subtle-links a[data-v-743bd58b]:link:hover,.style-wysiwyg.subtle-links a[data-v-743bd58b]:visited:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.no-underline-links a[data-v-743bd58b],.style-wysiwyg.no-underline-links a[data-v-743bd58b]:link,.style-wysiwyg.no-underline-links a[data-v-743bd58b]:visited{color:var(--color-primary, #0053ff);text-decoration:none}.style-wysiwyg.no-underline-links a[data-v-743bd58b]:hover,.style-wysiwyg.no-underline-links a[data-v-743bd58b]:link:hover,.style-wysiwyg.no-underline-links a[data-v-743bd58b]:visited:hover{color:var(--color-primary, #0053ff);text-decoration:underline;text-decoration-color:var(--color-primary, #0053ff)}.style-wysiwyg hr[data-v-743bd58b]{padding:15px 0;margin:0;background:none;display:block;border:0}.style-wysiwyg hr[data-v-743bd58b]:after{content:"";display:block;height:1px;background:var(--color-gray-2, #D1D1D1);width:100%}.style-wysiwyg hr.ProseMirror-selectednode[data-v-743bd58b]:after{background:var(--color-primary, #0053ff);box-shadow:0 0 0 1px var(--color-primary, #0053ff);border-radius:4px}.style-em[data-v-743bd58b]{font-style:italic}.style-underline[data-v-743bd58b]{text-decoration:underline}.style-color-box[data-v-743bd58b]{display:inline-block;width:8px;height:8px;border-radius:2px;vertical-align:middle}.style-inline-resource[data-v-743bd58b]{font-weight:var(--font-weight-default, 500)}.style-inline-resource[data-v-743bd58b]:is(button),.style-inline-resource[data-v-743bd58b]:is(a),.style-inline-resource[data-v-743bd58b]:is(.style-tooltip){font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-inline-resource[data-v-743bd58b]:is(button):link,.style-inline-resource[data-v-743bd58b]:is(button):visited,.style-inline-resource[data-v-743bd58b]:is(button):hover,.style-inline-resource[data-v-743bd58b]:is(button):active,.style-inline-resource[data-v-743bd58b]:is(a):link,.style-inline-resource[data-v-743bd58b]:is(a):visited,.style-inline-resource[data-v-743bd58b]:is(a):hover,.style-inline-resource[data-v-743bd58b]:is(a):active,.style-inline-resource[data-v-743bd58b]:is(.style-tooltip):link,.style-inline-resource[data-v-743bd58b]:is(.style-tooltip):visited,.style-inline-resource[data-v-743bd58b]:is(.style-tooltip):hover,.style-inline-resource[data-v-743bd58b]:is(.style-tooltip):active{font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1);color:inherit}.style-subtle-link[data-v-743bd58b],.style-subtle-link[data-v-743bd58b]:link,.style-subtle-link[data-v-743bd58b]:visited,.style-subtle-link[data-v-743bd58b]:hover,.style-subtle-link[data-v-743bd58b]:active{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-subtle-link[data-v-743bd58b]:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-code[data-v-743bd58b]{display:block;padding:15px;background:var(--color-background-shade, #f5f5f5);font-family:monospace;white-space:pre-wrap}.style-inline-code[data-v-743bd58b]{font-family:monospace;white-space:pre-wrap;background:var(--color-background-shade, #f5f5f5);padding:2px;border-radius:8px;margin:-2px 2px;display:inline-block;font-size:90%}.style-discount-code[data-v-743bd58b]{font-family:monospace;white-space:pre-wrap;display:inline-block}.split-info[data-v-743bd58b]{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.split-info>div[data-v-743bd58b]{flex-shrink:0;flex-grow:1;min-width:0}.styled-description.gray[data-v-743bd58b]{color:var(--color-gray-1, #868686)}ul.style-list[data-v-743bd58b]{list-style:none;padding-left:30px}ul.style-list li[data-v-743bd58b]{padding:8px 0}ul.style-list li[data-v-743bd58b]:before{content:"";background:var(--color-primary, #0053ff);display:inline-block;vertical-align:middle;width:5px;height:5px;margin-right:15px;border-radius:2.5px;margin-left:-20px}.style-stats-grid[data-v-743bd58b]{display:grid;grid-template-columns:1fr 1fr;gap:0px 15px}.style-dark[data-v-743bd58b]{color:var(--color-dark, #1e1e1e)}.logo-container[data-v-743bd58b]{padding-bottom:10px}.stamhoofd-info>h2[data-v-743bd58b]{padding-bottom:10px;font-size:24px}.info-button[data-v-743bd58b]{margin-top:20px}@media (max-width: 550px){[data-v-88401e75]:root{--input-height: 42px}}@media (max-width: 400px){[data-v-88401e75]:root{--navigation-bar-margin: 0px}}.theme-warning[data-v-88401e75]{--color-primary: var(--color-warning, #ffc900);--color-primary-background: var(--color-warning-background, #fff6d6);--color-primary-dark: var(--color-warning-dark, #634e00)}.theme-secundary[data-v-88401e75]{--color-primary: var(--color-secundary, #8B17FF);--color-primary-background: var(--color-secundary-background, #EBD6FF);--color-primary-dark: var(--color-secundary-dark, #300061)}.theme-tertiary[data-v-88401e75]{--color-primary: var(--color-tertiary, #FF17B2);--color-primary-background: var(--color-tertiary-background, #FFD6F1);--color-primary-dark: var(--color-tertiary-dark, #610041)}.theme-success[data-v-88401e75]{--color-primary: var(--color-success, #11BB6B);--color-primary-background: var(--color-success-background, #D6FFEC);--color-primary-dark: var(--color-success-dark, #006131)}.theme-error[data-v-88401e75]{--color-primary: var(--color-error, #f0153d);--color-primary-background: var(--color-error-background, #ffd6dd);--color-primary-dark: var(--color-error-dark, #630012)}.style-side-view-shadow[data-v-88401e75]{box-shadow:0 2px 5px var(--color-side-view-shadow, rgba(0, 0, 0, .1))}.style-input-shadow[data-v-88401e75],.qr-box[data-v-88401e75],.style-input-box[data-v-88401e75],.style-code[data-v-88401e75]{box-shadow:0 1px 2px 0 var(--color-input-shadow, rgba(0, 0, 0, .15))}.style-overlay-shadow[data-v-88401e75]{box-shadow:0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}@media (prefers-color-scheme: dark){.style-overlay-shadow[data-v-88401e75]{box-shadow:0 0 0 1px var(--color-gray-2, #D1D1D1),0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}}.style-nowrap[data-v-88401e75]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-hr[data-v-88401e75],.main-text-container>hr[data-v-88401e75],.main-text-container .container>hr[data-v-88401e75]{height:var(--border-width-thin, 1px);background:var(--color-gray-2, #D1D1D1);border-radius:var(--border-width-thin, 1px)/2;padding:0;margin:20px 0;outline:none;border:0}.style-title-huge[data-v-88401e75],.organization-selection-view article h1[data-v-88401e75]{font-weight:var(--font-weight-bold, 700);font-size:48px;line-height:1.2}@media (max-width: 800px){.style-title-huge[data-v-88401e75],.organization-selection-view article h1[data-v-88401e75]{font-size:40px}}@media (max-width: 400px){.style-title-huge[data-v-88401e75],.organization-selection-view article h1[data-v-88401e75]{font-size:35px}}@media (max-width: 400px){.style-title-huge[data-v-88401e75],.organization-selection-view article h1[data-v-88401e75]{font-size:32px}}.style-placeholder-skeleton[data-v-88401e75]{display:inline-block;height:1em;width:50px;border-radius:5px;background:var(--color-background-shade-darker, #EBEBEB);background-attachment:fixed;background-image:linear-gradient(90deg,var(--color-background-shade-darker, #EBEBEB) 0px,var(--color-background-shade, #f5f5f5) 40px,var(--color-background-shade-darker, #EBEBEB) 80px,var(--color-background-shade-darker, #EBEBEB) 50vw,var(--color-background-shade, #f5f5f5) calc(50vw + 40px),var(--color-background-shade-darker, #EBEBEB) calc(50vw + 80px));background-size:200vw;background-position:0vw;animation:shine-lines-88401e75 6s infinite linear;animation-delay:-.5s;animation-timeline:auto}@keyframes shine-lines-88401e75{0%{background-position:-50vw}80%,to{background-position:100vw}}.style-title-semihuge[data-v-88401e75]{font-size:36px;font-weight:var(--font-weight-bold, 700);line-height:1.3}@media (max-width: 500px){.style-title-semihuge[data-v-88401e75]{font-size:30px}}@media (max-width: 400px){.style-title-semihuge[data-v-88401e75]{font-size:25px}}.style-text-gradient[data-v-88401e75],.organization-selection-view article h1[data-v-88401e75]{background:linear-gradient(94.7deg,#0053ff 31.34%,#7000ff 68.57%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.style-title-1[data-v-88401e75],.main-text-container>h1[data-v-88401e75]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-88401e75]:not([class]),.main-text-container .container>h1[data-v-88401e75]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-88401e75]:not([class]){font-size:28px;font-weight:var(--font-weight-semibold, 600);line-height:1.4}@media (max-width: 350px){.style-title-1[data-v-88401e75],.main-text-container>h1[data-v-88401e75]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-88401e75]:not([class]),.main-text-container .container>h1[data-v-88401e75]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-88401e75]:not([class]){font-size:24px}}.style-navigation-title[data-v-88401e75]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:32px;font-weight:var(--font-weight-semibold, 600);line-height:1.4;padding-bottom:10px}@media (max-width: 350px){.style-navigation-title[data-v-88401e75]{font-size:28px}}.style-navigation-title.with-icons[data-v-88401e75]{display:flex;align-items:center;gap:5px}.style-navigation-title.with-icons[data-v-88401e75]>*:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.style-navigation-title.with-icons[data-v-88401e75]>*:not(:first-child){flex-shrink:0}.style-navigation-title.with-icons>.style-bubble[data-v-88401e75]{margin-left:5px}.style-title-2-larger[data-v-88401e75],.main-text-container>h2.larger[data-v-88401e75],.main-text-container .container>h2.larger[data-v-88401e75]{font-size:22px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2[data-v-88401e75],.style-wysiwyg h2[data-v-88401e75],.main-text-container>h2[data-v-88401e75],.main-text-container .container>h2[data-v-88401e75]{font-size:18px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2>.style-tag[data-v-88401e75],.style-wysiwyg h2>.style-tag[data-v-88401e75],.main-text-container>h2>.style-tag[data-v-88401e75],.main-text-container .container>h2>.style-tag[data-v-88401e75]{margin-left:5px}.style-title-3[data-v-88401e75],.style-wysiwyg h3[data-v-88401e75]{font-size:17px;font-weight:var(--font-weight-semibold, 600)}.style-title-small[data-v-88401e75]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 400px){.style-title-small[data-v-88401e75]{font-size:14px}}.style-title-prefix[data-v-88401e75]{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:5px}@media (max-width: 400px){.style-title-prefix[data-v-88401e75]{font-size:10px;margin-bottom:4px}}.style-title-prefix-list[data-v-88401e75]{font-size:11px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:3px}@media (max-width: 400px){.style-title-prefix-list[data-v-88401e75]{font-size:10px;margin-bottom:4px}}.style-title-prefix-list.error[data-v-88401e75]{color:var(--color-error, #f0153d)}.style-title-prefix-list>.icon[data-v-88401e75]:first-child:not(:last-child){margin-right:5px}.style-title-prefix-list>.icon[data-v-88401e75]:last-child:not(:first-child){margin-left:5px}.style-capitalize-first-letter[data-v-88401e75]:first-letter{text-transform:uppercase}.style-title-list[data-v-88401e75]{font-size:16px;line-height:1.3;font-weight:var(--font-weight-medium, 500)}.style-title-list.bolder[data-v-88401e75]{font-weight:var(--font-weight-semibold, 600)}.style-title-list.red[data-v-88401e75]{color:var(--color-error, #f0153d)}@media (max-width: 400px){.style-title-list[data-v-88401e75]{font-size:15px}}.style-title-list+p[data-v-88401e75]{padding-top:3px}.style-title-list.larger[data-v-88401e75]{font-size:20px}.style-title-list.larger+p[data-v-88401e75]{padding-top:5px}@media (max-width: 400px){.style-title-list.larger[data-v-88401e75]{font-size:17px}.style-title-list.larger+p[data-v-88401e75]{padding-top:3px}}.style-text-large[data-v-88401e75]{font-size:20px;font-weight:var(--font-weight-default, 500);line-height:1.4}.style-tag[data-v-88401e75]{font-size:11px;text-transform:uppercase;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));padding:7px 8px;border-radius:8px;line-height:1;display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}@media (prefers-color-scheme: dark){.style-tag[data-v-88401e75]{color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}}.style-tag.large[data-v-88401e75]{font-size:13px;padding:7px 9px}.style-tag.warn[data-v-88401e75]{color:var(--color-warning-dark, #634e00);background:var(--color-warning-background, #fff6d6)}.style-tag.error[data-v-88401e75]{color:var(--color-error-dark, #630012);background:var(--color-error-background, #ffd6dd)}.style-tag.success[data-v-88401e75]{color:var(--color-success-dark, #006131);background:var(--color-success-background, #D6FFEC)}.style-tag.secundary[data-v-88401e75]{color:var(--color-secundary-dark, #300061);background:var(--color-secundary-background, #EBD6FF)}.style-tag.discount[data-v-88401e75]{color:var(--color-discount-dark, #692020);background:var(--color-discount-background, #ffd6d6)}.style-tag.tertiary[data-v-88401e75]{color:var(--color-tertiary-dark, #610041);background:var(--color-tertiary-background, #FFD6F1)}.style-tag.gray[data-v-88401e75]{color:var(--color-gray-1, #868686);background:var(--color-background-shade, #f5f5f5)}.style-tag.payconiq[data-v-88401e75]{color:var(--color-payconiq-dark, #692038);background:var(--color-payconiq-background, #FFD6E4)}.style-tag.inline[data-v-88401e75]{display:inline-block}.style-tag.inline-first[data-v-88401e75]{margin-left:5px}.style-price-base[data-v-88401e75],.style-discount-price[data-v-88401e75],.style-discount-old-price[data-v-88401e75],.style-price[data-v-88401e75],.style-amount[data-v-88401e75]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);font-variant-numeric:tabular-nums}.style-price-base.disabled[data-v-88401e75],.disabled.style-discount-price[data-v-88401e75],.disabled.style-discount-old-price[data-v-88401e75],.disabled.style-price[data-v-88401e75],.disabled.style-amount[data-v-88401e75]{opacity:.6}.style-price-base.negative[data-v-88401e75],.negative.style-discount-price[data-v-88401e75],.negative.style-discount-old-price[data-v-88401e75],.negative.style-price[data-v-88401e75],.negative.style-amount[data-v-88401e75]{color:var(--color-error, #f0153d)}.style-amount.min-width[data-v-88401e75]{display:inline-block;min-width:50px}.style-price[data-v-88401e75]{font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-value-old[data-v-88401e75]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);text-decoration:line-through;color:var(--color-error-dark, #630012)}.style-value-old[data-v-88401e75]:hover{text-decoration:none}.style-value-new[data-v-88401e75]{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);color:var(--color-success-dark, #006131)}.style-discount-old-price[data-v-88401e75]{text-decoration:line-through;color:var(--color-gray-4, #5e5e5e)}.style-discount-price[data-v-88401e75]{font-weight:var(--font-weight-semibold, 600);color:var(--color-discount, #ff4747);margin-left:5px}.style-normal[data-v-88401e75],ul.style-list[data-v-88401e75]{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-label[data-v-88401e75]{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;padding-bottom:3px}.style-definition-label+.details-grid[data-v-88401e75]{padding-top:5px}.style-definition-text[data-v-88401e75]{font-size:18px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-text.placeholder[data-v-88401e75]{color:var(--color-gray-4, #5e5e5e)}.font-size-description[data-v-88401e75],.style-wysiwyg[data-v-88401e75],.style-description[data-v-88401e75],.style-description-block[data-v-88401e75],.main-text-container>h2+p[data-v-88401e75]:not([class]),.main-text-container>h2+p.style-description[data-v-88401e75],.main-text-container>h2+p.style-description-block[data-v-88401e75],.main-text-container>h2.style-navigation-title+p[data-v-88401e75]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-88401e75],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-88401e75],.main-text-container .container>h2+p[data-v-88401e75]:not([class]),.main-text-container .container>h2+p.style-description[data-v-88401e75],.main-text-container .container>h2+p.style-description-block[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p[data-v-88401e75]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-88401e75],.main-text-container .main-text-container.container>h2+p[data-v-88401e75]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-88401e75],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p[data-v-88401e75]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p[data-v-88401e75]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75],.style-navigation-title+p[data-v-88401e75]:not([class]),.style-navigation-title+p.style-description[data-v-88401e75],.style-navigation-title+p.style-description-block[data-v-88401e75]{font-size:15px}@media (max-width: 400px){.font-size-description[data-v-88401e75],.style-wysiwyg[data-v-88401e75],.style-description[data-v-88401e75],.style-description-block[data-v-88401e75],.main-text-container>h2+p[data-v-88401e75]:not([class]),.main-text-container>h2+p.style-description[data-v-88401e75],.main-text-container>h2+p.style-description-block[data-v-88401e75],.main-text-container>h2.style-navigation-title+p[data-v-88401e75]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-88401e75],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-88401e75],.main-text-container .container>h2+p[data-v-88401e75]:not([class]),.main-text-container .container>h2+p.style-description[data-v-88401e75],.main-text-container .container>h2+p.style-description-block[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p[data-v-88401e75]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-88401e75],.main-text-container .main-text-container.container>h2+p[data-v-88401e75]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-88401e75],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p[data-v-88401e75]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p[data-v-88401e75]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75],.style-navigation-title+p[data-v-88401e75]:not([class]),.style-navigation-title+p.style-description[data-v-88401e75],.style-navigation-title+p.style-description-block[data-v-88401e75]{font-size:14px}}.font-size-description-large[data-v-88401e75],.style-wysiwyg.large[data-v-88401e75],.style-description-large[data-v-88401e75]{font-size:16px}@media (max-width: 400px){.font-size-description-large[data-v-88401e75],.style-wysiwyg.large[data-v-88401e75],.style-description-large[data-v-88401e75]{font-size:15px}}.style-description[data-v-88401e75],.style-description-block[data-v-88401e75],.main-text-container>h2+p[data-v-88401e75]:not([class]),.main-text-container>h2+p.style-description[data-v-88401e75],.main-text-container>h2+p.style-description-block[data-v-88401e75],.main-text-container>h2.style-navigation-title+p[data-v-88401e75]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-88401e75],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-88401e75],.main-text-container .container>h2+p[data-v-88401e75]:not([class]),.main-text-container .container>h2+p.style-description[data-v-88401e75],.main-text-container .container>h2+p.style-description-block[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p[data-v-88401e75]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-88401e75],.main-text-container .main-text-container.container>h2+p[data-v-88401e75]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-88401e75],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p[data-v-88401e75]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p[data-v-88401e75]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75],.style-navigation-title+p[data-v-88401e75]:not([class]),.style-navigation-title+p.style-description[data-v-88401e75],.style-navigation-title+p.style-description-block[data-v-88401e75]{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.inline-size[data-v-88401e75]{contain:inline-size}.style-description-large[data-v-88401e75]{line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.style-description[data-v-88401e75]:has(>.icon),.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container>h2+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container>h2+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container>h2+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container>h2.style-navigation-title+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container>h2+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container>h2+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container>h2+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container>h2.style-navigation-title+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>h2+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>h2+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>h2+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container>h1:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75]:has(>.icon),.style-navigation-title+p[data-v-88401e75]:has(>.icon):not([class]),.style-navigation-title+p.style-description[data-v-88401e75]:has(>.icon),.style-navigation-title+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p[data-v-88401e75]:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description[data-v-88401e75]:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block[data-v-88401e75]:has(>.icon),.style-description-large[data-v-88401e75]:has(>.icon),.style-description-small[data-v-88401e75]:has(>.icon),.title-suffix[data-v-88401e75]:has(>.icon),.radio-description[data-v-88401e75]:has(>.icon),.style-definition-description[data-v-88401e75]:has(>.icon),.details-grid dd[data-v-88401e75]:has(>.icon),.style-title-list[data-v-88401e75]:has(>.icon){display:flex;align-items:center;gap:3px}.pre-wrap[data-v-88401e75]{white-space:pre-wrap}.style-limit-lines[data-v-88401e75]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.style-description-block[data-v-88401e75],.main-text-container>h2+p[data-v-88401e75]:not([class]),.main-text-container>h2+p.style-description[data-v-88401e75],.main-text-container>h2+p.style-description-block[data-v-88401e75],.main-text-container>h2.style-navigation-title+p[data-v-88401e75]:not([class]),.main-text-container>h2.style-navigation-title+p.style-description[data-v-88401e75],.main-text-container>h2.style-navigation-title+p.style-description-block[data-v-88401e75],.main-text-container .container>h2+p[data-v-88401e75]:not([class]),.main-text-container .container>h2+p.style-description[data-v-88401e75],.main-text-container .container>h2+p.style-description-block[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p[data-v-88401e75]:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p.style-description-block[data-v-88401e75],.main-text-container .main-text-container.container>h2+p[data-v-88401e75]:not([class]),.main-text-container .main-text-container.container>h2+p.style-description[data-v-88401e75],.main-text-container .main-text-container.container>h2+p.style-description-block[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p[data-v-88401e75]:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p[data-v-88401e75]:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75],.style-navigation-title+p[data-v-88401e75]:not([class]),.style-navigation-title+p.style-description[data-v-88401e75],.style-navigation-title+p.style-description-block[data-v-88401e75]{padding-bottom:20px}.style-description-block[data-v-88401e75]:last-child,.main-text-container>h2+p[data-v-88401e75]:last-child:not([class]),.main-text-container>h2+p.style-description[data-v-88401e75]:last-child,.main-text-container>h2+p.style-description-block[data-v-88401e75]:last-child,.main-text-container .container>h2+p[data-v-88401e75]:last-child:not([class]),.main-text-container .container>h2+p.style-description[data-v-88401e75]:last-child,.main-text-container .container>h2+p.style-description-block[data-v-88401e75]:last-child,.main-text-container>h1:not([class]):first-child+p[data-v-88401e75]:last-child:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-88401e75]:last-child,.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:last-child:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75]:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75]:last-child,.main-text-container .container>h1:not([class]):first-child+p[data-v-88401e75]:last-child:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-88401e75]:last-child,.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:last-child:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75]:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75]:last-child,.style-navigation-title+p[data-v-88401e75]:last-child:not([class]),.style-navigation-title+p.style-description[data-v-88401e75]:last-child,.style-navigation-title+p.style-description-block[data-v-88401e75]:last-child{padding-bottom:0}.style-description-block[data-v-88401e75]:empty,.main-text-container>h2+p[data-v-88401e75]:empty:not([class]),.main-text-container>h2+p.style-description[data-v-88401e75]:empty,.main-text-container>h2+p.style-description-block[data-v-88401e75]:empty,.main-text-container .container>h2+p[data-v-88401e75]:empty:not([class]),.main-text-container .container>h2+p.style-description[data-v-88401e75]:empty,.main-text-container .container>h2+p.style-description-block[data-v-88401e75]:empty,.main-text-container>h1:not([class]):first-child+p[data-v-88401e75]:empty:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description[data-v-88401e75]:empty,.main-text-container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:empty:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75]:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75]:empty,.main-text-container .container>h1:not([class]):first-child+p[data-v-88401e75]:empty:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description[data-v-88401e75]:empty,.main-text-container .container>h1:not([class]):first-child+p.style-description-block[data-v-88401e75]:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p[data-v-88401e75]:empty:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description[data-v-88401e75]:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block[data-v-88401e75]:empty,.style-navigation-title+p[data-v-88401e75]:empty:not([class]),.style-navigation-title+p.style-description[data-v-88401e75]:empty,.style-navigation-title+p.style-description-block[data-v-88401e75]:empty{display:none}.style-description-small[data-v-88401e75],.title-suffix[data-v-88401e75],.radio-description[data-v-88401e75],.style-definition-description[data-v-88401e75],.details-grid dd[data-v-88401e75]{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}@media (max-width: 400px){.style-description-small[data-v-88401e75],.title-suffix[data-v-88401e75],.radio-description[data-v-88401e75],.style-definition-description[data-v-88401e75],.details-grid dd[data-v-88401e75]{font-size:14px}}.style-description-small.for-input[data-v-88401e75],.for-input.title-suffix[data-v-88401e75],.for-input.radio-description[data-v-88401e75],.for-input.style-definition-description[data-v-88401e75],.details-grid dd.for-input[data-v-88401e75]{margin-top:8px;margin-bottom:8px}.style-description-small>.style-tag[data-v-88401e75]:only-child,.title-suffix>.style-tag[data-v-88401e75]:only-child,.radio-description>.style-tag[data-v-88401e75]:only-child,.style-definition-description>.style-tag[data-v-88401e75]:only-child,.details-grid dd>.style-tag[data-v-88401e75]:only-child{margin:4px 0}.style-price-big[data-v-88401e75]{font-size:20px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic[data-v-88401e75]{font-size:28px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic+.style-description-small[data-v-88401e75],.style-statistic+.title-suffix[data-v-88401e75],.style-statistic+.radio-description[data-v-88401e75],.style-statistic+.style-definition-description[data-v-88401e75],.details-grid .style-statistic+dd[data-v-88401e75]{margin-top:0}.style-interactive-small[data-v-88401e75]{font-size:14px;font-weight:var(--font-weight-semibold, 600);color:var(--color-gray-4, #5e5e5e)}@media (max-width: 400px){.style-interactive-small[data-v-88401e75]{font-size:13px}}.style-input[data-v-88401e75]{font-size:15px;font-weight:var(--font-weight-default, 500);line-height:1.2}@media (max-width: 400px){.style-input[data-v-88401e75]{font-size:16px}}.style-input-list[data-v-88401e75]{display:flex;flex-direction:column;gap:5px}.style-input-box[data-v-88401e75],.style-code[data-v-88401e75]{border:1px solid var(--color-border-shade, #BDBDBD);background:var(--color-current-background, var(--color-background, #ffffff));border-radius:8px;transition:border-color .2s}.style-input-box[data-v-88401e75]:focus,.style-code[data-v-88401e75]:focus,.style-input-box[data-v-88401e75]:focus-within,.style-code[data-v-88401e75]:focus-within{border-color:var(--color-primary, #0053ff);outline:1.1px solid var(--color-primary, #0053ff);outline-offset:-.1px}.style-input-box[data-v-88401e75]:focus:hover,.style-code[data-v-88401e75]:focus:hover,.style-input-box[data-v-88401e75]:focus-within:hover,.style-code[data-v-88401e75]:focus-within:hover{border:1px solid var(--color-primary, #0053ff)}.style-button[data-v-88401e75]{font-size:16px;font-weight:var(--font-weight-semibold, 600)}.style-button-small[data-v-88401e75],.style-button-smaller[data-v-88401e75]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-button-small[data-v-88401e75],.style-button-smaller[data-v-88401e75]{font-size:16px}}.style-button-smaller[data-v-88401e75]{font-weight:var(--font-weight-medium, 500)}@media (max-width: 450px){.style-button-smaller[data-v-88401e75]{font-size:15px}}.style-label[data-v-88401e75]{font-size:16px;font-weight:var(--font-weight-semibold, 600);display:block;line-height:1.6}@media (max-width: 450px){.style-label[data-v-88401e75]{font-size:15px}}.style-table-head[data-v-88401e75]{font-size:15px;font-weight:var(--font-weight-semibold, 600)}.style-context-menu-item[data-v-88401e75]{font-size:13px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-context-menu-item[data-v-88401e75]{font-size:15px;font-weight:var(--font-weight-default, 500)}}.style-context-menu-item-description[data-v-88401e75]{font-size:13px;font-weight:var(--font-weight-default, 500);opacity:.5;font-variation-settings:"opsz" 19;white-space:wrap;line-height:1.5}.style-definition-term[data-v-88401e75],.details-grid dt[data-v-88401e75]{font-size:14px;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}@media (max-width: 550px){.style-definition-term[data-v-88401e75],.details-grid dt[data-v-88401e75]{font-size:13px}}.style-definition-description[data-v-88401e75],.details-grid dd[data-v-88401e75]{color:var(--color-dark, #1e1e1e);font-size:15px}.style-cover-photo[data-v-88401e75]{border-radius:8px;margin-bottom:30px}.style-button-bar[data-v-88401e75]{display:flex;flex-direction:row;gap:15px;margin-top:10px;align-items:center;flex-wrap:wrap}.style-button-bar.right-align[data-v-88401e75]{justify-content:flex-end}.style-button-bar>*.primary[data-v-88401e75]:first-child{margin-right:10px}hr+.style-button-bar[data-v-88401e75]{margin-top:-15px}.style-form-buttons[data-v-88401e75]{display:flex;flex-direction:column;gap:7px}.style-description-small+.style-button-bar[data-v-88401e75],.title-suffix+.style-button-bar[data-v-88401e75],.radio-description+.style-button-bar[data-v-88401e75],.style-definition-description+.style-button-bar[data-v-88401e75],.details-grid dd+.style-button-bar[data-v-88401e75]{margin-top:10px}.style-with-button[data-v-88401e75]{display:flex;flex-direction:row}.style-with-button[data-v-88401e75]>*:first-child{flex-grow:1;text-align:left}.style-with-button[data-v-88401e75]>*:last-child:not(:first-child){flex-shrink:0;margin-top:-13px;display:flex;flex-direction:row;align-items:center}.style-with-button[data-v-88401e75]>*:last-child:not(:first-child)>*{margin:0 10px}.style-with-button>*:last-child:not(:first-child)>*.button.text[data-v-88401e75]{margin:-5px 10px}.style-with-button[data-v-88401e75]>*:last-child:not(:first-child)>*:last-child{margin-right:0}.radio-description[data-v-88401e75]{display:block}.style-copyable[data-v-88401e75]{position:relative;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;max-width:fit-content}.style-copyable[data-v-88401e75]:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-copyable[data-v-88401e75]:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-copyable[data-v-88401e75]:hover:after{opacity:.05}}.style-copyable.copied[data-v-88401e75]{color:var(--color-primary, #0053ff)}.style-copyable.copied[data-v-88401e75]:before{opacity:1}.style-copyable.copied[data-v-88401e75]:after{opacity:0}.style-hover-area[data-v-88401e75],.style-inline-resource[data-v-88401e75]:is(button),.style-inline-resource[data-v-88401e75]:is(a),.style-inline-resource[data-v-88401e75]:is(.style-tooltip),.style-tooltip[data-v-88401e75]{position:relative;width:max-content;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}.style-hover-area[data-v-88401e75]:before,.style-inline-resource[data-v-88401e75]:is(button):before,.style-inline-resource[data-v-88401e75]:is(a):before,.style-inline-resource[data-v-88401e75]:is(.style-tooltip):before,.style-tooltip[data-v-88401e75]:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-hover-area[data-v-88401e75]:after,.style-inline-resource[data-v-88401e75]:is(button):after,.style-inline-resource[data-v-88401e75]:is(a):after,.style-inline-resource[data-v-88401e75]:is(.style-tooltip):after,.style-tooltip[data-v-88401e75]:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-hover-area[data-v-88401e75]:hover:after,.style-inline-resource[data-v-88401e75]:hover:is(button):after,.style-inline-resource[data-v-88401e75]:hover:is(a):after,.style-tooltip[data-v-88401e75]:hover:after{opacity:.05}}.style-tooltip[data-v-88401e75]{cursor:help}.details-grid[data-v-88401e75]{display:grid;grid-template-columns:auto 1fr;grid-template-columns:fit-content(40%) 1fr;gap:10px 25px}.details-grid.small[data-v-88401e75]{grid-template-columns:150px 1fr}.details-grid dt[data-v-88401e75]{cursor:default}.details-grid dd[data-v-88401e75]{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text;user-select:contain;position:relative;z-index:1;transition:color .2s}.details-grid dd[data-v-88401e75]:before{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0}@media (hover: hover){.details-grid dd[data-v-88401e75]:after{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-background-shade, #f5f5f5);z-index:-2;opacity:0;transition:opacity .2s}.details-grid.hover dt:hover+dd[data-v-88401e75]:not(.icons):after,.details-grid.hover dd[data-v-88401e75]:hover:not(.icons):after{opacity:1}.details-grid.hover dd.icons+dd[data-v-88401e75]:before{display:none}}.details-grid dd.copied[data-v-88401e75],.details-grid dd.button[data-v-88401e75]:active{color:var(--color-primary, #0053ff)}.details-grid dd.copied[data-v-88401e75]:before,.details-grid dd.button[data-v-88401e75]:active:before{opacity:1}.details-grid .center[data-v-88401e75]{align-self:center}.details-grid .icons[data-v-88401e75]{line-height:1;margin-left:auto}.details-grid dd.description[data-v-88401e75]{grid-column:1/span 2;margin-top:-5px;font-size:15px}.details-grid dd.with-icons[data-v-88401e75]{display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:15px}.details-grid dd.with-icons>.icon[data-v-88401e75]{flex-shrink:0}.main-text-container>h1[data-v-88401e75]:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1[data-v-88401e75]:not([class]),.main-text-container .container>h1[data-v-88401e75]:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1[data-v-88401e75]:not([class]){padding-bottom:10px}.main-text-container>h2[data-v-88401e75],.main-text-container .container>h2[data-v-88401e75]{padding-bottom:15px}.main-text-container>h2.larger[data-v-88401e75],.main-text-container .container>h2.larger[data-v-88401e75]{padding-bottom:15px}.main-text-container>h2.style-with-button[data-v-88401e75],.main-text-container .container>h2.style-with-button[data-v-88401e75]{padding-bottom:0}.main-text-container>h2.style-with-button[data-v-88401e75]>*:first-child,.main-text-container .container>h2.style-with-button[data-v-88401e75]>*:first-child{padding-bottom:15px}.main-text-container .segmented-control+h2[data-v-88401e75],.main-text-container .container .segmented-control+h2[data-v-88401e75]{padding-top:15px}.main-text-container .segmented-control+.st-list[data-v-88401e75],.main-text-container .container .segmented-control+.st-list[data-v-88401e75]{padding-top:15px}.main-text-container>hr[data-v-88401e75],.main-text-container .container>hr[data-v-88401e75]{margin:30px 0;margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}@media (max-width: 400px){.main-text-container>hr[data-v-88401e75],.main-text-container .container>hr[data-v-88401e75]{margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}}.style-illustration-img[data-v-88401e75],.illustration-list img[data-v-88401e75]{width:var(--block-width, 40px);height:var(--block-width, 40px);margin-right:5px}@media (max-width: 400px){.style-illustration-img[data-v-88401e75],.illustration-list img[data-v-88401e75]{margin-right:0}}.style-image-with-icon[data-v-88401e75]{position:relative;margin-right:5px;color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon figure[data-v-88401e75]{background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon>aside[data-v-88401e75]{color:var(--color-primary, #0053ff)}.style-image-with-icon.success[data-v-88401e75]{color:var(--color-success-dark, #006131)}.style-image-with-icon.success figure[data-v-88401e75]{background:var(--color-success-background, #D6FFEC);color:var(--color-success-dark, #006131)}.style-image-with-icon.success>aside[data-v-88401e75]{color:var(--color-success, #11BB6B)}.style-image-with-icon.secundary[data-v-88401e75]{color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary figure[data-v-88401e75]{background:var(--color-secundary-background, #EBD6FF);color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary>aside[data-v-88401e75]{color:var(--color-secundary, #8B17FF)}.style-image-with-icon.tertiary[data-v-88401e75]{color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary figure[data-v-88401e75]{background:var(--color-tertiary-background, #FFD6F1);color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary>aside[data-v-88401e75]{color:var(--color-tertiary, #FF17B2)}.style-image-with-icon.warning[data-v-88401e75]{color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning figure[data-v-88401e75]{background:var(--color-warning-background, #fff6d6);color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning>aside[data-v-88401e75]{color:var(--color-warning, #ffc900)}.style-image-with-icon.error[data-v-88401e75]{color:var(--color-error-dark, #630012)}.style-image-with-icon.error figure[data-v-88401e75]{background:var(--color-error-background, #ffd6dd);color:var(--color-error-dark, #630012)}.style-image-with-icon.error>aside[data-v-88401e75]{color:var(--color-error, #f0153d)}.style-image-with-icon.gray[data-v-88401e75]{color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray figure[data-v-88401e75]{background:var(--color-background-shade, #f5f5f5);color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray>aside[data-v-88401e75]{color:var(--color-dark, #1e1e1e)}.style-image-with-icon .image-component[data-v-88401e75]{width:var(--block-width, 40px);height:var(--block-width, 40px)}.style-image-with-icon .image-component img[data-v-88401e75]{border-radius:8px}@media (max-width: 400px){.style-image-with-icon .image-component[data-v-88401e75]{margin-right:0}}.style-image-with-icon figure[data-v-88401e75]{width:var(--block-width, 40px);height:var(--block-width, 40px);border-radius:8px;text-align:center;text-transform:uppercase;line-height:var(--block-width, 40px);font-size:14px;font-weight:var(--font-weight-bold, 700);display:flex;align-items:center;justify-content:center}@media (max-width: 400px){.style-image-with-icon figure[data-v-88401e75]{margin-right:0}}.style-image-with-icon figure>span[data-v-88401e75]{display:block;opacity:.8;vertical-align:middle;margin-right:-3px}.style-image-with-icon figure>img[data-v-88401e75]{display:block}.style-image-with-icon>aside[data-v-88401e75]{position:absolute;right:0;bottom:0;background:var(--color-background, #ffffff);border-radius:40px;transform:translate(40%,40%);line-height:1;display:block}.style-image-with-icon>aside[data-v-88401e75]>*{display:block}.style-image-with-icon>aside[data-v-88401e75]:has(>.icon.stroke){background:transparent;border-radius:0}.style-image-with-icon>aside .style-bubble[data-v-88401e75]{margin:2px;max-width:42px;height:16px;min-width:16px;line-height:16px;font-size:12px;font-weight:var(--font-weight-bold, 700);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.style-bubble[data-v-88401e75]{background:var(--color-error, #f0153d);border-radius:30px;font-size:13px;color:var(--color-background, #ffffff);display:inline-block;text-align:center;padding:0 4px;height:22px;min-width:22px;box-sizing:border-box;font-weight:var(--font-weight-semibold, 600);line-height:22px;vertical-align:text-bottom}.style-bubble.warn[data-v-88401e75]{background:var(--color-warning, #ffc900)}.style-bubble.error[data-v-88401e75]{background:var(--color-error, #f0153d)}.style-bubble.success[data-v-88401e75]{background:var(--color-success, #11BB6B)}.style-bubble.primary[data-v-88401e75]{background:var(--color-primary, #0053ff)}.style-bubble.gray[data-v-88401e75]{background:var(--color-gray-1, #868686)}.style-bubble.current-color[data-v-88401e75]{color:inherit;background:currentColor}.style-bubble.current-color[data-v-88401e75]>*{color:var(--color-background, #ffffff)}.style-bubble.secundary[data-v-88401e75]{background:var(--color-secundary, #8B17FF)}.style-bubble.tertiary[data-v-88401e75]{background:var(--color-tertiary, #FF17B2)}.style-strong[data-v-88401e75],.style-description strong[data-v-88401e75],.style-description-block strong[data-v-88401e75],.style-navigation-title+p:not([class]) strong[data-v-88401e75],.style-navigation-title+p.style-description strong[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p:not([class]) strong[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p.style-description strong[data-v-88401e75],.main-text-container>h1:not([class]):first-child+p.style-description-block strong[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong[data-v-88401e75],.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p:not([class]) strong[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p.style-description strong[data-v-88401e75],.main-text-container .container>h1:not([class]):first-child+p.style-description-block strong[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong[data-v-88401e75],.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong[data-v-88401e75],.main-text-container>h2+p:not([class]) strong[data-v-88401e75],.main-text-container>h2+p.style-description strong[data-v-88401e75],.main-text-container>h2+p.style-description-block strong[data-v-88401e75],.main-text-container>h2.style-navigation-title+p:not([class]) strong[data-v-88401e75],.main-text-container>h2.style-navigation-title+p.style-description strong[data-v-88401e75],.main-text-container>h2.style-navigation-title+p.style-description-block strong[data-v-88401e75],.main-text-container .container>h2+p:not([class]) strong[data-v-88401e75],.main-text-container .container>h2+p.style-description strong[data-v-88401e75],.main-text-container .container>h2+p.style-description-block strong[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p:not([class]) strong[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p.style-description strong[data-v-88401e75],.main-text-container .container>h2.style-navigation-title+p.style-description-block strong[data-v-88401e75]{font-weight:var(--font-weight-semibold, 600)}.style-pricing-box[data-v-88401e75]{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end}.style-pricing-box[data-v-88401e75]>*{flex-basis:350px}.style-pricing-box .middle[data-v-88401e75]{font-weight:600}.style-wysiwyg strong[data-v-88401e75]{font-weight:700}p:not([class]) .style-wysiwyg strong[data-v-88401e75]{color:var(--color-dark, #1e1e1e)}.style-wysiwyg em[data-v-88401e75]{font-style:italic}.style-wysiwyg p[data-v-88401e75]:not([class]),.style-wysiwyg p.is-empty[data-v-88401e75]{margin:0;padding:0;font-size:inherit;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-dark, #1e1e1e)}.style-wysiwyg ul[data-v-88401e75],.style-wysiwyg ol[data-v-88401e75]{padding-left:25px;font-size:inherit}.style-wysiwyg ul li[data-v-88401e75],.style-wysiwyg ol li[data-v-88401e75]{font-size:inherit;margin:4px 0;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.gray p[data-v-88401e75]:not([class]),.style-wysiwyg.gray p.is-empty[data-v-88401e75]{color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg p[data-v-88401e75]:empty:after{content:"​";visibility:hidden}.style-wysiwyg p.warning-box[data-v-88401e75],.style-wysiwyg p.info-box[data-v-88401e75]{display:block!important}.style-wysiwyg h2[data-v-88401e75],.style-wysiwyg h3[data-v-88401e75]{color:var(--color-dark, #1e1e1e);padding:5px 0}.style-wysiwyg a[data-v-88401e75],.style-wysiwyg a[data-v-88401e75]:link,.style-wysiwyg a[data-v-88401e75]:visited{color:var(--color-primary, #0053ff);font-weight:var(--font-weight-semibold, 600);text-decoration:underline}.style-wysiwyg.subtle-links a[data-v-88401e75],.style-wysiwyg.subtle-links a[data-v-88401e75]:link,.style-wysiwyg.subtle-links a[data-v-88401e75]:visited{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-wysiwyg.subtle-links a[data-v-88401e75]:hover,.style-wysiwyg.subtle-links a[data-v-88401e75]:link:hover,.style-wysiwyg.subtle-links a[data-v-88401e75]:visited:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.no-underline-links a[data-v-88401e75],.style-wysiwyg.no-underline-links a[data-v-88401e75]:link,.style-wysiwyg.no-underline-links a[data-v-88401e75]:visited{color:var(--color-primary, #0053ff);text-decoration:none}.style-wysiwyg.no-underline-links a[data-v-88401e75]:hover,.style-wysiwyg.no-underline-links a[data-v-88401e75]:link:hover,.style-wysiwyg.no-underline-links a[data-v-88401e75]:visited:hover{color:var(--color-primary, #0053ff);text-decoration:underline;text-decoration-color:var(--color-primary, #0053ff)}.style-wysiwyg hr[data-v-88401e75]{padding:15px 0;margin:0;background:none;display:block;border:0}.style-wysiwyg hr[data-v-88401e75]:after{content:"";display:block;height:1px;background:var(--color-gray-2, #D1D1D1);width:100%}.style-wysiwyg hr.ProseMirror-selectednode[data-v-88401e75]:after{background:var(--color-primary, #0053ff);box-shadow:0 0 0 1px var(--color-primary, #0053ff);border-radius:4px}.style-em[data-v-88401e75]{font-style:italic}.style-underline[data-v-88401e75]{text-decoration:underline}.style-color-box[data-v-88401e75]{display:inline-block;width:8px;height:8px;border-radius:2px;vertical-align:middle}.style-inline-resource[data-v-88401e75]{font-weight:var(--font-weight-default, 500)}.style-inline-resource[data-v-88401e75]:is(button),.style-inline-resource[data-v-88401e75]:is(a),.style-inline-resource[data-v-88401e75]:is(.style-tooltip){font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-inline-resource[data-v-88401e75]:is(button):link,.style-inline-resource[data-v-88401e75]:is(button):visited,.style-inline-resource[data-v-88401e75]:is(button):hover,.style-inline-resource[data-v-88401e75]:is(button):active,.style-inline-resource[data-v-88401e75]:is(a):link,.style-inline-resource[data-v-88401e75]:is(a):visited,.style-inline-resource[data-v-88401e75]:is(a):hover,.style-inline-resource[data-v-88401e75]:is(a):active,.style-inline-resource[data-v-88401e75]:is(.style-tooltip):link,.style-inline-resource[data-v-88401e75]:is(.style-tooltip):visited,.style-inline-resource[data-v-88401e75]:is(.style-tooltip):hover,.style-inline-resource[data-v-88401e75]:is(.style-tooltip):active{font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1);color:inherit}.style-subtle-link[data-v-88401e75],.style-subtle-link[data-v-88401e75]:link,.style-subtle-link[data-v-88401e75]:visited,.style-subtle-link[data-v-88401e75]:hover,.style-subtle-link[data-v-88401e75]:active{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-subtle-link[data-v-88401e75]:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-code[data-v-88401e75]{display:block;padding:15px;background:var(--color-background-shade, #f5f5f5);font-family:monospace;white-space:pre-wrap}.style-inline-code[data-v-88401e75]{font-family:monospace;white-space:pre-wrap;background:var(--color-background-shade, #f5f5f5);padding:2px;border-radius:8px;margin:-2px 2px;display:inline-block;font-size:90%}.style-discount-code[data-v-88401e75]{font-family:monospace;white-space:pre-wrap;display:inline-block}.split-info[data-v-88401e75]{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.split-info>div[data-v-88401e75]{flex-shrink:0;flex-grow:1;min-width:0}.styled-description.gray[data-v-88401e75]{color:var(--color-gray-1, #868686)}ul.style-list[data-v-88401e75]{list-style:none;padding-left:30px}ul.style-list li[data-v-88401e75]{padding:8px 0}ul.style-list li[data-v-88401e75]:before{content:"";background:var(--color-primary, #0053ff);display:inline-block;vertical-align:middle;width:5px;height:5px;margin-right:15px;border-radius:2.5px;margin-left:-20px}.style-stats-grid[data-v-88401e75]{display:grid;grid-template-columns:1fr 1fr;gap:0px 15px}.style-dark[data-v-88401e75]{color:var(--color-dark, #1e1e1e)}.organization-selection-view[data-v-88401e75]{max-width:450px;margin:0 auto;width:100%;display:grid;max-height:calc(100dvh - 102px);grid-template-rows:auto auto 1fr auto}.organization-selection-view article h1[data-v-88401e75]{padding-bottom:10px}.organization-selection-view figure[data-v-88401e75]{display:flex;overflow:hidden}.organization-selection-view .download-container[data-v-88401e75]{margin-top:10px;display:grid;grid-template-columns:1fr;gap:10px}.input.qr-code-input[data-v-88401e75]{max-width:none;width:450px;max-width:calc(100vw - 30px)}.qr-box[data-v-88401e75]{aspect-ratio:1;position:relative;display:flex;align-items:center;justify-content:center;padding:15px;max-height:100%;width:100%;overflow:hidden;background:var(--color-background, #ffffff);border:1px solid var(--color-gray-2, #D1D1D1);border-radius:8px}.qr-box img[data-v-88401e75]{width:100%;height:100%;object-fit:contain;position:relative}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button,input,select,textarea,blockquote{border:0;outline:0;margin:0;padding:0;background:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (max-width: 550px){.hide-smartphone{display:none!important}}@media (max-width: 600px){.hide-small{display:none!important}}@media (max-width: 800px){.hide-medium{display:none!important}}@media (min-width: 551px){.only-smartphone{display:none!important}}@media (min-width: 701px){.only-tab-bar{display:none}}@media (max-width: 550px){.only-icon-smartphone span:not(.icon){display:none!important}.only-icon-smartphone span.icon{margin:0!important}}@media (max-width: 350px){.only-icon-tiny-smartphone span:not(.icon){display:none!important}}body.web-android .hide-android,body.native-android .hide-android{display:none!important}@font-face{font-family:Metropolis;font-weight:700;font-style:normal;src:url(/assets/ClarityCity-Bold-CEQ7f1O1.woff2) format("woff2"),url(/assets/ClarityCity-Bold-BG_AQ5HP.woff) format("woff")}@font-face{font-family:Metropolis;font-weight:500;font-style:normal;src:url(/assets/ClarityCity-Medium-CdYL9fTR.woff2) format("woff2"),url(/assets/ClarityCity-Medium-CoaeU-Xi.woff) format("woff")}@font-face{font-family:Metropolis;font-weight:600;font-style:normal;src:url(/assets/ClarityCity-SemiBold-DvaYccvu.woff2) format("woff2"),url(/assets/ClarityCity-SemiBold-C8mIDdcZ.woff) format("woff")}@media (max-width: 550px){:root{--input-height: 42px}}@media (max-width: 400px){:root{--navigation-bar-margin: 0px}}.theme-warning{--color-primary: var(--color-warning, #ffc900);--color-primary-background: var(--color-warning-background, #fff6d6);--color-primary-dark: var(--color-warning-dark, #634e00)}.theme-secundary{--color-primary: var(--color-secundary, #8B17FF);--color-primary-background: var(--color-secundary-background, #EBD6FF);--color-primary-dark: var(--color-secundary-dark, #300061)}.theme-tertiary{--color-primary: var(--color-tertiary, #FF17B2);--color-primary-background: var(--color-tertiary-background, #FFD6F1);--color-primary-dark: var(--color-tertiary-dark, #610041)}.theme-success{--color-primary: var(--color-success, #11BB6B);--color-primary-background: var(--color-success-background, #D6FFEC);--color-primary-dark: var(--color-success-dark, #006131)}.theme-error{--color-primary: var(--color-error, #f0153d);--color-primary-background: var(--color-error-background, #ffd6dd);--color-primary-dark: var(--color-error-dark, #630012)}:root{--st-horizontal-padding: 20px;--st-vertical-padding: 40px;--popup-horizontal-padding: 40px;--split-view-detail-horizontal-padding: 40px;--st-view-max-width: 700px;--st-safe-area-top: 0px;--st-safe-area-top: env(safe-area-inset-top, 0px);--st-safe-area-bottom: 0px;--st-safe-area-bottom: env(safe-area-inset-bottom, 0px);--vh: 1vh;--vw: 1vw;--keyboard-height: 0px;--keyboard-height: env(keyboard-inset-height, 0px);--color-primary: #0053ff;--color-warning: var(--color-warning, #ffc900);--block-width: 40px;--color-background: #ffffff;--color-background-shade: #f5f5f5;--color-background-shade-darker: #EBEBEB;--color-dark: #1e1e1e;--color-dark-light: #4d4d4d;--color-gray: #868686;--color-gray-2: #D1D1D1;--color-gray-3: #E5E5E5;--color-gray-4: #5e5e5e;--color-gray-5: #a7a7a7;--color-secundary: #8B17FF;--color-secundary-background: #EBD6FF;--color-secundary-dark: #300061;--color-secundary-border: #C5AEDB;--color-tertiary: #FF17B2;--color-tertiary-background: #FFD6F1;--color-tertiary-dark: #610041;--color-tertiary-border: #DBAECC;--color-warning: #ffc900;--color-warning-background: #fff6d6;--color-warning-dark: #634e00;--color-warning-border: #DBD1AE;--color-success: #11BB6B;--color-success-background: #D6FFEC;--color-success-dark: #006131;--color-success-border: #AEDBC6;--color-payconiq: #FF4785;--color-payconiq-background: #FFD6E4;--color-payconiq-dark: #692038;--color-payconiq-border: #DBAEBD;--color-discount: #ff4747;--color-discount-background: #ffd6d6;--color-discount-dark: #692020;--color-discount-border: #dbaeae;--color-error: #f0153d;--color-error-background: #ffd6dd;--color-error-dark: #630012;--color-error-border: #FFCAD3}@supports (width: min(1dvh,1lvh)){:root{--vh: min(1dvh,1lvh)}}@media (max-width: 800px){:root{--st-horizontal-padding: 20px;--st-vertical-padding: 20px;--popup-horizontal-padding: 20px;--split-view-detail-horizontal-padding: 20px}}@media (max-width: 450px){:root{--st-horizontal-padding: 15px}}@media (max-width: 400px){:root{--block-width: 30px}}@media (max-width: 350px){:root{--block-width: 25px}}body{--color-current-background: var(--color-background, #ffffff);--color-current-background-shade: var(--color-background-shade, #f5f5f5);background:var(--color-background, #ffffff);color:var(--color-dark, #1e1e1e);letter-spacing:-.01em}body,html{margin:0;padding:0;font-family:Metropolis,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:auto;text-size-adjust:none;word-break:break-word;will-change:scroll-position}body.debug-safe-area{--st-safe-area-top: 50px;--st-safe-area-bottom: 50px}body.debug-safe-area:after{content:"";position:fixed;background-color:red;bottom:0;left:0;right:0;height:var(--st-safe-area-bottom);opacity:.02;z-index:1000000}body.debug-safe-area:before{content:"";position:fixed;background-color:red;top:0;left:0;right:0;height:var(--st-safe-area-top);opacity:.02;z-index:1000000}.style-side-view-shadow{box-shadow:0 2px 5px var(--color-side-view-shadow, rgba(0, 0, 0, .1))}.style-input-shadow,.style-input-box,.input,.style-code{box-shadow:0 1px 2px 0 var(--color-input-shadow, rgba(0, 0, 0, .15))}.style-overlay-shadow,.positionable-sheet>div:first-child{box-shadow:0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}@media (prefers-color-scheme: dark){.style-overlay-shadow,.positionable-sheet>div:first-child{box-shadow:0 0 0 1px var(--color-gray-2, #D1D1D1),0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}}.style-nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-hr,.main-text-container>hr,.view>main>hr,.st-view>main>.box>main>hr,.st-view>main>hr,.main-text-container .container>hr,.view>main .container>hr,.st-view>main>.box>main .container>hr,.st-view>main .container>hr{height:var(--border-width-thin, 1px);background:var(--color-gray-2, #D1D1D1);border-radius:var(--border-width-thin, 1px)/2;padding:0;margin:20px 0;outline:none;border:0}.style-title-huge{font-weight:var(--font-weight-bold, 700);font-size:48px;line-height:1.2}@media (max-width: 800px){.style-title-huge{font-size:40px}}@media (max-width: 400px){.style-title-huge{font-size:35px}}@media (max-width: 400px){.style-title-huge{font-size:32px}}.style-placeholder-skeleton{display:inline-block;height:1em;width:50px;border-radius:5px;background:var(--color-background-shade-darker, #EBEBEB);background-attachment:fixed;background-image:linear-gradient(90deg,var(--color-background-shade-darker, #EBEBEB) 0px,var(--color-background-shade, #f5f5f5) 40px,var(--color-background-shade-darker, #EBEBEB) 80px,var(--color-background-shade-darker, #EBEBEB) 50vw,var(--color-background-shade, #f5f5f5) calc(50vw + 40px),var(--color-background-shade-darker, #EBEBEB) calc(50vw + 80px));background-size:200vw;background-position:0vw;animation:shine-lines 6s infinite linear;animation-delay:-.5s;animation-timeline:auto}@keyframes shine-lines{0%{background-position:-50vw}80%,to{background-position:100vw}}.style-title-semihuge{font-size:36px;font-weight:var(--font-weight-bold, 700);line-height:1.3}@media (max-width: 500px){.style-title-semihuge{font-size:30px}}@media (max-width: 400px){.style-title-semihuge{font-size:25px}}.style-text-gradient{background:linear-gradient(94.7deg,#0053ff 31.34%,#7000ff 68.57%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.style-title-1,.main-text-container>h1:not([class]):first-child,.view>main>h1:not([class]):first-child,.st-view>main>.box>main>h1:not([class]):first-child,.st-view>main>h1:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>h1:not([class]):first-child,.view>main .container>h1:not([class]):first-child,.st-view>main .container>h1:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]){font-size:28px;font-weight:var(--font-weight-semibold, 600);line-height:1.4}@media (max-width: 350px){.style-title-1,.main-text-container>h1:not([class]):first-child,.view>main>h1:not([class]):first-child,.st-view>main>.box>main>h1:not([class]):first-child,.st-view>main>h1:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>h1:not([class]):first-child,.view>main .container>h1:not([class]):first-child,.st-view>main .container>h1:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]){font-size:24px}}.style-navigation-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:32px;font-weight:var(--font-weight-semibold, 600);line-height:1.4;padding-bottom:10px}@media (max-width: 350px){.style-navigation-title{font-size:28px}}.style-navigation-title.with-icons{display:flex;align-items:center;gap:5px}.style-navigation-title.with-icons>*:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.style-navigation-title.with-icons>*:not(:first-child){flex-shrink:0}.style-navigation-title.with-icons>.style-bubble,.style-navigation-title.with-icons.button.primary>.bubble,.style-navigation-title.with-icons.button.text>.bubble,.style-navigation-title.with-icons.button.navigation>.bubble{margin-left:5px}.style-title-2-larger,.main-text-container>h2.larger,.view>main>h2.larger,.st-view>main>.box>main>h2.larger,.st-view>main>h2.larger,.main-text-container .container>h2.larger,.view>main .container>h2.larger,.st-view>main>.box>main .container>h2.larger,.st-view>main .container>h2.larger{font-size:22px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2,.style-wysiwyg h2,.main-text-container>h2,.view>main>h2,.st-view>main>.box>main>h2,.st-view>main>h2,.main-text-container .container>h2,.view>main .container>h2,.st-view>main>.box>main .container>h2,.st-view>main .container>h2{font-size:18px;line-height:1.3;font-weight:var(--font-weight-semibold, 600)}.style-title-2>.style-tag,.style-wysiwyg h2>.style-tag,.main-text-container>h2>.style-tag,.view>main>h2>.style-tag,.st-view>main>.box>main>h2>.style-tag,.st-view>main>h2>.style-tag,.main-text-container .container>h2>.style-tag,.view>main .container>h2>.style-tag,.st-view>main>.box>main .container>h2>.style-tag,.st-view>main .container>h2>.style-tag{margin-left:5px}.style-title-3,.style-wysiwyg h3{font-size:17px;font-weight:var(--font-weight-semibold, 600)}.style-title-small{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 400px){.style-title-small{font-size:14px}}.style-title-prefix{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:5px}@media (max-width: 400px){.style-title-prefix{font-size:10px;margin-bottom:4px}}.style-title-prefix-list{font-size:11px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;margin-bottom:3px}@media (max-width: 400px){.style-title-prefix-list{font-size:10px;margin-bottom:4px}}.style-title-prefix-list.error{color:var(--color-error, #f0153d)}.style-title-prefix-list>.icon:first-child:not(:last-child){margin-right:5px}.style-title-prefix-list>.icon:last-child:not(:first-child){margin-left:5px}.style-capitalize-first-letter:first-letter{text-transform:uppercase}.style-title-list{font-size:16px;line-height:1.3;font-weight:var(--font-weight-medium, 500)}.style-title-list.bolder{font-weight:var(--font-weight-semibold, 600)}.style-title-list.red{color:var(--color-error, #f0153d)}@media (max-width: 400px){.style-title-list{font-size:15px}}.style-title-list+p{padding-top:3px}.style-title-list.larger{font-size:20px}.style-title-list.larger+p{padding-top:5px}@media (max-width: 400px){.style-title-list.larger{font-size:17px}.style-title-list.larger+p{padding-top:3px}}.style-text-large{font-size:20px;font-weight:var(--font-weight-default, 500);line-height:1.4}.style-tag{font-size:11px;text-transform:uppercase;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));padding:7px 8px;border-radius:8px;line-height:1;display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}@media (prefers-color-scheme: dark){.style-tag{color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}}.style-tag.large{font-size:13px;padding:7px 9px}.style-tag.warn{color:var(--color-warning-dark, #634e00);background:var(--color-warning-background, #fff6d6)}.style-tag.error{color:var(--color-error-dark, #630012);background:var(--color-error-background, #ffd6dd)}.style-tag.success{color:var(--color-success-dark, #006131);background:var(--color-success-background, #D6FFEC)}.style-tag.secundary{color:var(--color-secundary-dark, #300061);background:var(--color-secundary-background, #EBD6FF)}.style-tag.discount{color:var(--color-discount-dark, #692020);background:var(--color-discount-background, #ffd6d6)}.style-tag.tertiary{color:var(--color-tertiary-dark, #610041);background:var(--color-tertiary-background, #FFD6F1)}.style-tag.gray{color:var(--color-gray-1, #868686);background:var(--color-background-shade, #f5f5f5)}.style-tag.payconiq{color:var(--color-payconiq-dark, #692038);background:var(--color-payconiq-background, #FFD6E4)}.style-tag.inline{display:inline-block}.style-tag.inline-first{margin-left:5px}.style-price-base,.style-discount-price,.style-discount-old-price,.style-price,.style-amount{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);font-variant-numeric:tabular-nums}.style-price-base.disabled,.disabled.style-discount-price,.disabled.style-discount-old-price,.disabled.style-price,.disabled.style-amount{opacity:.6}.style-price-base.negative,.negative.style-discount-price,.negative.style-discount-old-price,.negative.style-price,.negative.style-amount{color:var(--color-error, #f0153d)}.style-amount.min-width{display:inline-block;min-width:50px}.style-price{font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-value-old{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);text-decoration:line-through;color:var(--color-error-dark, #630012)}.style-value-old:hover{text-decoration:none}.style-value-new{font-size:15px;line-height:1.4;font-weight:var(--font-weight-medium, 500);color:var(--color-success-dark, #006131)}.style-discount-old-price{text-decoration:line-through;color:var(--color-gray-4, #5e5e5e)}.style-discount-price{font-weight:var(--font-weight-semibold, 600);color:var(--color-discount, #ff4747);margin-left:5px}.style-normal,ul.style-list{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-label{font-size:12px;line-height:1.5;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff);text-transform:uppercase;padding-bottom:3px}.style-definition-label+.details-grid{padding-top:5px}.style-definition-text{font-size:18px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-dark, #1e1e1e)}.style-definition-text.placeholder{color:var(--color-gray-4, #5e5e5e)}.font-size-description,.style-wysiwyg,.style-description,.style-description-block,.main-text-container>h2+p:not([class]),.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p.style-description,.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description-block,.view>main>h2+p.style-description-block,.st-view>main>.box>main>h2+p.style-description-block,.st-view>main>h2+p.style-description-block,.main-text-container>h2.style-navigation-title+p:not([class]),.view>main>h2.style-navigation-title+p:not([class]),.st-view>main>.box>main>h2.style-navigation-title+p:not([class]),.st-view>main>h2.style-navigation-title+p:not([class]),.main-text-container>h2.style-navigation-title+p.style-description,.view>main>h2.style-navigation-title+p.style-description,.st-view>main>.box>main>h2.style-navigation-title+p.style-description,.st-view>main>h2.style-navigation-title+p.style-description,.main-text-container>h2.style-navigation-title+p.style-description-block,.view>main>h2.style-navigation-title+p.style-description-block,.st-view>main>.box>main>h2.style-navigation-title+p.style-description-block,.st-view>main>h2.style-navigation-title+p.style-description-block,.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p.style-description,.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description-block,.view>main .container>h2+p.style-description-block,.st-view>main>.box>main .container>h2+p.style-description-block,.st-view>main .container>h2+p.style-description-block,.main-text-container .container>h2.style-navigation-title+p:not([class]),.view>main .container>h2.style-navigation-title+p:not([class]),.st-view>main>.box>main .container>h2.style-navigation-title+p:not([class]),.st-view>main .container>h2.style-navigation-title+p:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description,.view>main .container>h2.style-navigation-title+p.style-description,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description,.st-view>main .container>h2.style-navigation-title+p.style-description,.main-text-container .container>h2.style-navigation-title+p.style-description-block,.view>main .container>h2.style-navigation-title+p.style-description-block,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description-block,.st-view>main .container>h2.style-navigation-title+p.style-description-block,.main-text-container .main-text-container.container>h2+p:not([class]),.view>main .main-text-container.container>h2+p:not([class]),.st-view>main>.box>main .main-text-container.container>h2+p:not([class]),.st-view>main .main-text-container.container>h2+p:not([class]),.main-text-container .view>main.container>h2+p:not([class]),.view>main .view>main.container>h2+p:not([class]),.st-view>main>.box>main .view>main.container>h2+p:not([class]),.st-view>main .view>main.container>h2+p:not([class]),.main-text-container .st-view>main>.box>main.container>h2+p:not([class]),.view.st-view>main>.box>main.container>h2+p:not([class]),.st-view>main>.box.st-view>main>.box>main.container>h2+p:not([class]),.st-view>main>.box>main.container>h2+p:not([class]),.main-text-container .st-view>main.container>h2+p:not([class]),.view>main .st-view>main.container>h2+p:not([class]),.st-view>main>.box>main .st-view>main.container>h2+p:not([class]),.st-view>main .st-view>main.container>h2+p:not([class]),.main-text-container .main-text-container.container>h2+p.style-description,.view>main .main-text-container.container>h2+p.style-description,.st-view>main>.box>main .main-text-container.container>h2+p.style-description,.st-view>main .main-text-container.container>h2+p.style-description,.main-text-container .view>main.container>h2+p.style-description,.view>main .view>main.container>h2+p.style-description,.st-view>main>.box>main .view>main.container>h2+p.style-description,.st-view>main .view>main.container>h2+p.style-description,.main-text-container .st-view>main>.box>main.container>h2+p.style-description,.view.st-view>main>.box>main.container>h2+p.style-description,.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description,.st-view>main>.box>main.container>h2+p.style-description,.main-text-container .st-view>main.container>h2+p.style-description,.view>main .st-view>main.container>h2+p.style-description,.st-view>main>.box>main .st-view>main.container>h2+p.style-description,.st-view>main .st-view>main.container>h2+p.style-description,.main-text-container .main-text-container.container>h2+p.style-description-block,.view>main .main-text-container.container>h2+p.style-description-block,.st-view>main>.box>main .main-text-container.container>h2+p.style-description-block,.st-view>main .main-text-container.container>h2+p.style-description-block,.main-text-container .view>main.container>h2+p.style-description-block,.view>main .view>main.container>h2+p.style-description-block,.st-view>main>.box>main .view>main.container>h2+p.style-description-block,.st-view>main .view>main.container>h2+p.style-description-block,.main-text-container .st-view>main>.box>main.container>h2+p.style-description-block,.view.st-view>main>.box>main.container>h2+p.style-description-block,.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description-block,.st-view>main>.box>main.container>h2+p.style-description-block,.main-text-container .st-view>main.container>h2+p.style-description-block,.view>main .st-view>main.container>h2+p.style-description-block,.st-view>main>.box>main .st-view>main.container>h2+p.style-description-block,.st-view>main .st-view>main.container>h2+p.style-description-block,.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description-block,.view>main>h1:not([class]):first-child+p.style-description-block,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description-block,.st-view>main>h1:not([class]):first-child+p.style-description-block,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description-block,.view>main .container>h1:not([class]):first-child+p.style-description-block,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description-block,.st-view>main .container>h1:not([class]):first-child+p.style-description-block,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description,.style-navigation-title+p.style-description-block{font-size:15px}@media (max-width: 400px){.font-size-description,.style-wysiwyg,.style-description,.style-description-block,.main-text-container>h2+p:not([class]),.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p.style-description,.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description-block,.view>main>h2+p.style-description-block,.st-view>main>.box>main>h2+p.style-description-block,.st-view>main>h2+p.style-description-block,.main-text-container>h2.style-navigation-title+p:not([class]),.view>main>h2.style-navigation-title+p:not([class]),.st-view>main>.box>main>h2.style-navigation-title+p:not([class]),.st-view>main>h2.style-navigation-title+p:not([class]),.main-text-container>h2.style-navigation-title+p.style-description,.view>main>h2.style-navigation-title+p.style-description,.st-view>main>.box>main>h2.style-navigation-title+p.style-description,.st-view>main>h2.style-navigation-title+p.style-description,.main-text-container>h2.style-navigation-title+p.style-description-block,.view>main>h2.style-navigation-title+p.style-description-block,.st-view>main>.box>main>h2.style-navigation-title+p.style-description-block,.st-view>main>h2.style-navigation-title+p.style-description-block,.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p.style-description,.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description-block,.view>main .container>h2+p.style-description-block,.st-view>main>.box>main .container>h2+p.style-description-block,.st-view>main .container>h2+p.style-description-block,.main-text-container .container>h2.style-navigation-title+p:not([class]),.view>main .container>h2.style-navigation-title+p:not([class]),.st-view>main>.box>main .container>h2.style-navigation-title+p:not([class]),.st-view>main .container>h2.style-navigation-title+p:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description,.view>main .container>h2.style-navigation-title+p.style-description,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description,.st-view>main .container>h2.style-navigation-title+p.style-description,.main-text-container .container>h2.style-navigation-title+p.style-description-block,.view>main .container>h2.style-navigation-title+p.style-description-block,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description-block,.st-view>main .container>h2.style-navigation-title+p.style-description-block,.main-text-container .main-text-container.container>h2+p:not([class]),.view>main .main-text-container.container>h2+p:not([class]),.st-view>main>.box>main .main-text-container.container>h2+p:not([class]),.st-view>main .main-text-container.container>h2+p:not([class]),.main-text-container .view>main.container>h2+p:not([class]),.view>main .view>main.container>h2+p:not([class]),.st-view>main>.box>main .view>main.container>h2+p:not([class]),.st-view>main .view>main.container>h2+p:not([class]),.main-text-container .st-view>main>.box>main.container>h2+p:not([class]),.view.st-view>main>.box>main.container>h2+p:not([class]),.st-view>main>.box.st-view>main>.box>main.container>h2+p:not([class]),.st-view>main>.box>main.container>h2+p:not([class]),.main-text-container .st-view>main.container>h2+p:not([class]),.view>main .st-view>main.container>h2+p:not([class]),.st-view>main>.box>main .st-view>main.container>h2+p:not([class]),.st-view>main .st-view>main.container>h2+p:not([class]),.main-text-container .main-text-container.container>h2+p.style-description,.view>main .main-text-container.container>h2+p.style-description,.st-view>main>.box>main .main-text-container.container>h2+p.style-description,.st-view>main .main-text-container.container>h2+p.style-description,.main-text-container .view>main.container>h2+p.style-description,.view>main .view>main.container>h2+p.style-description,.st-view>main>.box>main .view>main.container>h2+p.style-description,.st-view>main .view>main.container>h2+p.style-description,.main-text-container .st-view>main>.box>main.container>h2+p.style-description,.view.st-view>main>.box>main.container>h2+p.style-description,.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description,.st-view>main>.box>main.container>h2+p.style-description,.main-text-container .st-view>main.container>h2+p.style-description,.view>main .st-view>main.container>h2+p.style-description,.st-view>main>.box>main .st-view>main.container>h2+p.style-description,.st-view>main .st-view>main.container>h2+p.style-description,.main-text-container .main-text-container.container>h2+p.style-description-block,.view>main .main-text-container.container>h2+p.style-description-block,.st-view>main>.box>main .main-text-container.container>h2+p.style-description-block,.st-view>main .main-text-container.container>h2+p.style-description-block,.main-text-container .view>main.container>h2+p.style-description-block,.view>main .view>main.container>h2+p.style-description-block,.st-view>main>.box>main .view>main.container>h2+p.style-description-block,.st-view>main .view>main.container>h2+p.style-description-block,.main-text-container .st-view>main>.box>main.container>h2+p.style-description-block,.view.st-view>main>.box>main.container>h2+p.style-description-block,.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description-block,.st-view>main>.box>main.container>h2+p.style-description-block,.main-text-container .st-view>main.container>h2+p.style-description-block,.view>main .st-view>main.container>h2+p.style-description-block,.st-view>main>.box>main .st-view>main.container>h2+p.style-description-block,.st-view>main .st-view>main.container>h2+p.style-description-block,.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description-block,.view>main>h1:not([class]):first-child+p.style-description-block,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description-block,.st-view>main>h1:not([class]):first-child+p.style-description-block,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description-block,.view>main .container>h1:not([class]):first-child+p.style-description-block,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description-block,.st-view>main .container>h1:not([class]):first-child+p.style-description-block,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description,.style-navigation-title+p.style-description-block{font-size:14px}}.font-size-description-large,.style-wysiwyg.large,.style-description-large{font-size:16px}@media (max-width: 400px){.font-size-description-large,.style-wysiwyg.large,.style-description-large{font-size:15px}}.style-description,.style-description-block,.main-text-container>h2+p:not([class]),.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p.style-description,.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description-block,.view>main>h2+p.style-description-block,.st-view>main>.box>main>h2+p.style-description-block,.st-view>main>h2+p.style-description-block,.main-text-container>h2.style-navigation-title+p:not([class]),.view>main>h2.style-navigation-title+p:not([class]),.st-view>main>.box>main>h2.style-navigation-title+p:not([class]),.st-view>main>h2.style-navigation-title+p:not([class]),.main-text-container>h2.style-navigation-title+p.style-description,.view>main>h2.style-navigation-title+p.style-description,.st-view>main>.box>main>h2.style-navigation-title+p.style-description,.st-view>main>h2.style-navigation-title+p.style-description,.main-text-container>h2.style-navigation-title+p.style-description-block,.view>main>h2.style-navigation-title+p.style-description-block,.st-view>main>.box>main>h2.style-navigation-title+p.style-description-block,.st-view>main>h2.style-navigation-title+p.style-description-block,.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p.style-description,.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description-block,.view>main .container>h2+p.style-description-block,.st-view>main>.box>main .container>h2+p.style-description-block,.st-view>main .container>h2+p.style-description-block,.main-text-container .container>h2.style-navigation-title+p:not([class]),.view>main .container>h2.style-navigation-title+p:not([class]),.st-view>main>.box>main .container>h2.style-navigation-title+p:not([class]),.st-view>main .container>h2.style-navigation-title+p:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description,.view>main .container>h2.style-navigation-title+p.style-description,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description,.st-view>main .container>h2.style-navigation-title+p.style-description,.main-text-container .container>h2.style-navigation-title+p.style-description-block,.view>main .container>h2.style-navigation-title+p.style-description-block,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description-block,.st-view>main .container>h2.style-navigation-title+p.style-description-block,.main-text-container .main-text-container.container>h2+p:not([class]),.view>main .main-text-container.container>h2+p:not([class]),.st-view>main>.box>main .main-text-container.container>h2+p:not([class]),.st-view>main .main-text-container.container>h2+p:not([class]),.main-text-container .view>main.container>h2+p:not([class]),.view>main .view>main.container>h2+p:not([class]),.st-view>main>.box>main .view>main.container>h2+p:not([class]),.st-view>main .view>main.container>h2+p:not([class]),.main-text-container .st-view>main>.box>main.container>h2+p:not([class]),.view.st-view>main>.box>main.container>h2+p:not([class]),.st-view>main>.box.st-view>main>.box>main.container>h2+p:not([class]),.st-view>main>.box>main.container>h2+p:not([class]),.main-text-container .st-view>main.container>h2+p:not([class]),.view>main .st-view>main.container>h2+p:not([class]),.st-view>main>.box>main .st-view>main.container>h2+p:not([class]),.st-view>main .st-view>main.container>h2+p:not([class]),.main-text-container .main-text-container.container>h2+p.style-description,.view>main .main-text-container.container>h2+p.style-description,.st-view>main>.box>main .main-text-container.container>h2+p.style-description,.st-view>main .main-text-container.container>h2+p.style-description,.main-text-container .view>main.container>h2+p.style-description,.view>main .view>main.container>h2+p.style-description,.st-view>main>.box>main .view>main.container>h2+p.style-description,.st-view>main .view>main.container>h2+p.style-description,.main-text-container .st-view>main>.box>main.container>h2+p.style-description,.view.st-view>main>.box>main.container>h2+p.style-description,.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description,.st-view>main>.box>main.container>h2+p.style-description,.main-text-container .st-view>main.container>h2+p.style-description,.view>main .st-view>main.container>h2+p.style-description,.st-view>main>.box>main .st-view>main.container>h2+p.style-description,.st-view>main .st-view>main.container>h2+p.style-description,.main-text-container .main-text-container.container>h2+p.style-description-block,.view>main .main-text-container.container>h2+p.style-description-block,.st-view>main>.box>main .main-text-container.container>h2+p.style-description-block,.st-view>main .main-text-container.container>h2+p.style-description-block,.main-text-container .view>main.container>h2+p.style-description-block,.view>main .view>main.container>h2+p.style-description-block,.st-view>main>.box>main .view>main.container>h2+p.style-description-block,.st-view>main .view>main.container>h2+p.style-description-block,.main-text-container .st-view>main>.box>main.container>h2+p.style-description-block,.view.st-view>main>.box>main.container>h2+p.style-description-block,.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description-block,.st-view>main>.box>main.container>h2+p.style-description-block,.main-text-container .st-view>main.container>h2+p.style-description-block,.view>main .st-view>main.container>h2+p.style-description-block,.st-view>main>.box>main .st-view>main.container>h2+p.style-description-block,.st-view>main .st-view>main.container>h2+p.style-description-block,.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description-block,.view>main>h1:not([class]):first-child+p.style-description-block,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description-block,.st-view>main>h1:not([class]):first-child+p.style-description-block,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description-block,.view>main .container>h1:not([class]):first-child+p.style-description-block,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description-block,.st-view>main .container>h1:not([class]):first-child+p.style-description-block,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description,.style-navigation-title+p.style-description-block{font-size:15px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.inline-size{contain:inline-size}.style-description-large{line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}.style-description:has(>.icon),.style-description-block:has(>.icon),.main-text-container>h2+p:has(>.icon):not([class]),.view>main>h2+p:has(>.icon):not([class]),.st-view>main>.box>main>h2+p:has(>.icon):not([class]),.st-view>main>h2+p:has(>.icon):not([class]),.main-text-container>h2+p.style-description:has(>.icon),.view>main>h2+p.style-description:has(>.icon),.st-view>main>.box>main>h2+p.style-description:has(>.icon),.st-view>main>h2+p.style-description:has(>.icon),.main-text-container>h2+p.style-description-block:has(>.icon),.view>main>h2+p.style-description-block:has(>.icon),.st-view>main>.box>main>h2+p.style-description-block:has(>.icon),.st-view>main>h2+p.style-description-block:has(>.icon),.main-text-container>h2.style-navigation-title+p:has(>.icon):not([class]),.view>main>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main>.box>main>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container>h2.style-navigation-title+p.style-description:has(>.icon),.view>main>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main>.box>main>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container>h2.style-navigation-title+p.style-description-block:has(>.icon),.view>main>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main>.box>main>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container .container>h2+p:has(>.icon):not([class]),.view>main .container>h2+p:has(>.icon):not([class]),.st-view>main>.box>main .container>h2+p:has(>.icon):not([class]),.st-view>main .container>h2+p:has(>.icon):not([class]),.main-text-container .container>h2+p.style-description:has(>.icon),.view>main .container>h2+p.style-description:has(>.icon),.st-view>main>.box>main .container>h2+p.style-description:has(>.icon),.st-view>main .container>h2+p.style-description:has(>.icon),.main-text-container .container>h2+p.style-description-block:has(>.icon),.view>main .container>h2+p.style-description-block:has(>.icon),.st-view>main>.box>main .container>h2+p.style-description-block:has(>.icon),.st-view>main .container>h2+p.style-description-block:has(>.icon),.main-text-container .container>h2.style-navigation-title+p:has(>.icon):not([class]),.view>main .container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main>.box>main .container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main .container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description:has(>.icon),.view>main .container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main .container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container .container>h2.style-navigation-title+p.style-description-block:has(>.icon),.view>main .container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main .container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>h2+p:has(>.icon):not([class]),.view>main .main-text-container.container>h2+p:has(>.icon):not([class]),.st-view>main>.box>main .main-text-container.container>h2+p:has(>.icon):not([class]),.st-view>main .main-text-container.container>h2+p:has(>.icon):not([class]),.main-text-container .view>main.container>h2+p:has(>.icon):not([class]),.view>main .view>main.container>h2+p:has(>.icon):not([class]),.st-view>main>.box>main .view>main.container>h2+p:has(>.icon):not([class]),.st-view>main .view>main.container>h2+p:has(>.icon):not([class]),.main-text-container .st-view>main>.box>main.container>h2+p:has(>.icon):not([class]),.view.st-view>main>.box>main.container>h2+p:has(>.icon):not([class]),.st-view>main>.box.st-view>main>.box>main.container>h2+p:has(>.icon):not([class]),.st-view>main>.box>main.container>h2+p:has(>.icon):not([class]),.main-text-container .st-view>main.container>h2+p:has(>.icon):not([class]),.view>main .st-view>main.container>h2+p:has(>.icon):not([class]),.st-view>main>.box>main .st-view>main.container>h2+p:has(>.icon):not([class]),.st-view>main .st-view>main.container>h2+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2+p.style-description:has(>.icon),.view>main .main-text-container.container>h2+p.style-description:has(>.icon),.st-view>main>.box>main .main-text-container.container>h2+p.style-description:has(>.icon),.st-view>main .main-text-container.container>h2+p.style-description:has(>.icon),.main-text-container .view>main.container>h2+p.style-description:has(>.icon),.view>main .view>main.container>h2+p.style-description:has(>.icon),.st-view>main>.box>main .view>main.container>h2+p.style-description:has(>.icon),.st-view>main .view>main.container>h2+p.style-description:has(>.icon),.main-text-container .st-view>main>.box>main.container>h2+p.style-description:has(>.icon),.view.st-view>main>.box>main.container>h2+p.style-description:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description:has(>.icon),.st-view>main>.box>main.container>h2+p.style-description:has(>.icon),.main-text-container .st-view>main.container>h2+p.style-description:has(>.icon),.view>main .st-view>main.container>h2+p.style-description:has(>.icon),.st-view>main>.box>main .st-view>main.container>h2+p.style-description:has(>.icon),.st-view>main .st-view>main.container>h2+p.style-description:has(>.icon),.main-text-container .main-text-container.container>h2+p.style-description-block:has(>.icon),.view>main .main-text-container.container>h2+p.style-description-block:has(>.icon),.st-view>main>.box>main .main-text-container.container>h2+p.style-description-block:has(>.icon),.st-view>main .main-text-container.container>h2+p.style-description-block:has(>.icon),.main-text-container .view>main.container>h2+p.style-description-block:has(>.icon),.view>main .view>main.container>h2+p.style-description-block:has(>.icon),.st-view>main>.box>main .view>main.container>h2+p.style-description-block:has(>.icon),.st-view>main .view>main.container>h2+p.style-description-block:has(>.icon),.main-text-container .st-view>main>.box>main.container>h2+p.style-description-block:has(>.icon),.view.st-view>main>.box>main.container>h2+p.style-description-block:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description-block:has(>.icon),.st-view>main>.box>main.container>h2+p.style-description-block:has(>.icon),.main-text-container .st-view>main.container>h2+p.style-description-block:has(>.icon),.view>main .st-view>main.container>h2+p.style-description-block:has(>.icon),.st-view>main>.box>main .st-view>main.container>h2+p.style-description-block:has(>.icon),.st-view>main .st-view>main.container>h2+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p:has(>.icon):not([class]),.view>main .main-text-container.container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main>.box>main .main-text-container.container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main .main-text-container.container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container .view>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.view>main .view>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main>.box>main .view>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main .view>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container .st-view>main>.box>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.view.st-view>main>.box>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main>.box.st-view>main>.box>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main>.box>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container .st-view>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.view>main .st-view>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main>.box>main .st-view>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main .st-view>main.container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description:has(>.icon),.view>main .main-text-container.container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main>.box>main .main-text-container.container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main .main-text-container.container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container .view>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.view>main .view>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main>.box>main .view>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main .view>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container .st-view>main>.box>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.view.st-view>main>.box>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main>.box>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container .st-view>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.view>main .st-view>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main>.box>main .st-view>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main .st-view>main.container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container .main-text-container.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.view>main .main-text-container.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main>.box>main .main-text-container.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main .main-text-container.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container .view>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.view>main .view>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main>.box>main .view>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main .view>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container .st-view>main>.box>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.view.st-view>main>.box>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main>.box>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container .st-view>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.view>main .st-view>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main>.box>main .st-view>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main .st-view>main.container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>h2+p:has(>.icon):not([class]),.view>main .container.main-text-container>h2+p:has(>.icon):not([class]),.st-view>main>.box>main .container.main-text-container>h2+p:has(>.icon):not([class]),.st-view>main .container.main-text-container>h2+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2+p.style-description:has(>.icon),.view>main .container.main-text-container>h2+p.style-description:has(>.icon),.st-view>main>.box>main .container.main-text-container>h2+p.style-description:has(>.icon),.st-view>main .container.main-text-container>h2+p.style-description:has(>.icon),.main-text-container .container.main-text-container>h2+p.style-description-block:has(>.icon),.view>main .container.main-text-container>h2+p.style-description-block:has(>.icon),.st-view>main>.box>main .container.main-text-container>h2+p.style-description-block:has(>.icon),.st-view>main .container.main-text-container>h2+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p:has(>.icon):not([class]),.view>main .container.main-text-container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main>.box>main .container.main-text-container>h2.style-navigation-title+p:has(>.icon):not([class]),.st-view>main .container.main-text-container>h2.style-navigation-title+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description:has(>.icon),.view>main .container.main-text-container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main>.box>main .container.main-text-container>h2.style-navigation-title+p.style-description:has(>.icon),.st-view>main .container.main-text-container>h2.style-navigation-title+p.style-description:has(>.icon),.main-text-container .container.main-text-container>h2.style-navigation-title+p.style-description-block:has(>.icon),.view>main .container.main-text-container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main>.box>main .container.main-text-container>h2.style-navigation-title+p.style-description-block:has(>.icon),.st-view>main .container.main-text-container>h2.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container>h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container>h1:not([class]):first-child+p.style-description:has(>.icon),.view>main>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.view>main>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .main-text-container.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .main-text-container.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .main-text-container.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .view>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .view>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .view>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .view>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .st-view>main>.box>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.view.st-view>main>.box>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box.st-view>main>.box>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .st-view>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .st-view>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .st-view>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .st-view>main.container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .main-text-container.container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .main-text-container.container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .main-text-container.container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .view>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .view>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .view>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .view>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .st-view>main>.box>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.view.st-view>main>.box>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .st-view>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .st-view>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .st-view>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .st-view>main.container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .main-text-container.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .main-text-container.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .main-text-container.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .main-text-container.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .view>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .view>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .view>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .view>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .st-view>main>.box>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.view.st-view>main>.box>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .st-view>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .st-view>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .st-view>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .st-view>main.container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container .view>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.view>main .view>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main .view>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container .view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.view>main .view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main .view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.main-text-container .view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.view>main .view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main .view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .container.main-text-container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .container.main-text-container>h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .container.main-text-container>h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .container.main-text-container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .container.main-text-container>h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .container.main-text-container>h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container.main-text-container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .container.main-text-container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .container.main-text-container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .container.main-text-container>h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.view>main .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:has(>.icon),.style-navigation-title+p:has(>.icon):not([class]),.style-navigation-title+p.style-description:has(>.icon),.style-navigation-title+p.style-description-block:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .view>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .view>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .view>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .view>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view.st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box.st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view.st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .main-text-container.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view.st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .st-view>main.container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main .main-text-container.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.main-text-container .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main .view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.main-text-container .st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.view.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.main-text-container .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main .st-view>main.container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .container.main-text-container>h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.st-view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p:has(>.icon):not([class]),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.st-view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description:has(>.icon),.main-text-container .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.st-view>main .container>.style-title-prefix:first-child+h1.style-navigation-title:not([class]):first-child+p.style-description-block:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p:has(>.icon):not([class]),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description:has(>.icon),.main-text-container .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main>.box>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.st-view>main .container.main-text-container>.style-title-prefix:first-child+h1.style-navigation-title:not([class])+p.style-description-block:has(>.icon),.style-description-large:has(>.icon),.style-description-small:has(>.icon),.title-suffix:has(>.icon),.radio-description:has(>.icon),.style-definition-description:has(>.icon),.details-grid dd:has(>.icon),.style-title-list:has(>.icon){display:flex;align-items:center;gap:3px}.pre-wrap{white-space:pre-wrap}.style-limit-lines{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.style-description-block,.main-text-container>h2+p:not([class]),.view>main>h2+p:not([class]),.st-view>main>.box>main>h2+p:not([class]),.st-view>main>h2+p:not([class]),.main-text-container>h2+p.style-description,.view>main>h2+p.style-description,.st-view>main>.box>main>h2+p.style-description,.st-view>main>h2+p.style-description,.main-text-container>h2+p.style-description-block,.view>main>h2+p.style-description-block,.st-view>main>.box>main>h2+p.style-description-block,.st-view>main>h2+p.style-description-block,.main-text-container>h2.style-navigation-title+p:not([class]),.view>main>h2.style-navigation-title+p:not([class]),.st-view>main>.box>main>h2.style-navigation-title+p:not([class]),.st-view>main>h2.style-navigation-title+p:not([class]),.main-text-container>h2.style-navigation-title+p.style-description,.view>main>h2.style-navigation-title+p.style-description,.st-view>main>.box>main>h2.style-navigation-title+p.style-description,.st-view>main>h2.style-navigation-title+p.style-description,.main-text-container>h2.style-navigation-title+p.style-description-block,.view>main>h2.style-navigation-title+p.style-description-block,.st-view>main>.box>main>h2.style-navigation-title+p.style-description-block,.st-view>main>h2.style-navigation-title+p.style-description-block,.main-text-container .container>h2+p:not([class]),.view>main .container>h2+p:not([class]),.st-view>main>.box>main .container>h2+p:not([class]),.st-view>main .container>h2+p:not([class]),.main-text-container .container>h2+p.style-description,.view>main .container>h2+p.style-description,.st-view>main>.box>main .container>h2+p.style-description,.st-view>main .container>h2+p.style-description,.main-text-container .container>h2+p.style-description-block,.view>main .container>h2+p.style-description-block,.st-view>main>.box>main .container>h2+p.style-description-block,.st-view>main .container>h2+p.style-description-block,.main-text-container .container>h2.style-navigation-title+p:not([class]),.view>main .container>h2.style-navigation-title+p:not([class]),.st-view>main>.box>main .container>h2.style-navigation-title+p:not([class]),.st-view>main .container>h2.style-navigation-title+p:not([class]),.main-text-container .container>h2.style-navigation-title+p.style-description,.view>main .container>h2.style-navigation-title+p.style-description,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description,.st-view>main .container>h2.style-navigation-title+p.style-description,.main-text-container .container>h2.style-navigation-title+p.style-description-block,.view>main .container>h2.style-navigation-title+p.style-description-block,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description-block,.st-view>main .container>h2.style-navigation-title+p.style-description-block,.main-text-container .main-text-container.container>h2+p:not([class]),.view>main .main-text-container.container>h2+p:not([class]),.st-view>main>.box>main .main-text-container.container>h2+p:not([class]),.st-view>main .main-text-container.container>h2+p:not([class]),.main-text-container .view>main.container>h2+p:not([class]),.view>main .view>main.container>h2+p:not([class]),.st-view>main>.box>main .view>main.container>h2+p:not([class]),.st-view>main .view>main.container>h2+p:not([class]),.main-text-container .st-view>main>.box>main.container>h2+p:not([class]),.view.st-view>main>.box>main.container>h2+p:not([class]),.st-view>main>.box.st-view>main>.box>main.container>h2+p:not([class]),.st-view>main>.box>main.container>h2+p:not([class]),.main-text-container .st-view>main.container>h2+p:not([class]),.view>main .st-view>main.container>h2+p:not([class]),.st-view>main>.box>main .st-view>main.container>h2+p:not([class]),.st-view>main .st-view>main.container>h2+p:not([class]),.main-text-container .main-text-container.container>h2+p.style-description,.view>main .main-text-container.container>h2+p.style-description,.st-view>main>.box>main .main-text-container.container>h2+p.style-description,.st-view>main .main-text-container.container>h2+p.style-description,.main-text-container .view>main.container>h2+p.style-description,.view>main .view>main.container>h2+p.style-description,.st-view>main>.box>main .view>main.container>h2+p.style-description,.st-view>main .view>main.container>h2+p.style-description,.main-text-container .st-view>main>.box>main.container>h2+p.style-description,.view.st-view>main>.box>main.container>h2+p.style-description,.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description,.st-view>main>.box>main.container>h2+p.style-description,.main-text-container .st-view>main.container>h2+p.style-description,.view>main .st-view>main.container>h2+p.style-description,.st-view>main>.box>main .st-view>main.container>h2+p.style-description,.st-view>main .st-view>main.container>h2+p.style-description,.main-text-container .main-text-container.container>h2+p.style-description-block,.view>main .main-text-container.container>h2+p.style-description-block,.st-view>main>.box>main .main-text-container.container>h2+p.style-description-block,.st-view>main .main-text-container.container>h2+p.style-description-block,.main-text-container .view>main.container>h2+p.style-description-block,.view>main .view>main.container>h2+p.style-description-block,.st-view>main>.box>main .view>main.container>h2+p.style-description-block,.st-view>main .view>main.container>h2+p.style-description-block,.main-text-container .st-view>main>.box>main.container>h2+p.style-description-block,.view.st-view>main>.box>main.container>h2+p.style-description-block,.st-view>main>.box.st-view>main>.box>main.container>h2+p.style-description-block,.st-view>main>.box>main.container>h2+p.style-description-block,.main-text-container .st-view>main.container>h2+p.style-description-block,.view>main .st-view>main.container>h2+p.style-description-block,.st-view>main>.box>main .st-view>main.container>h2+p.style-description-block,.st-view>main .st-view>main.container>h2+p.style-description-block,.main-text-container>h1:not([class]):first-child+p:not([class]),.view>main>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]),.st-view>main>h1:not([class]):first-child+p:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description,.view>main>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description,.st-view>main>h1:not([class]):first-child+p.style-description,.main-text-container>h1:not([class]):first-child+p.style-description-block,.view>main>h1:not([class]):first-child+p.style-description-block,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description-block,.st-view>main>h1:not([class]):first-child+p.style-description-block,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.main-text-container .container>h1:not([class]):first-child+p:not([class]),.view>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main>.box>main .container>h1:not([class]):first-child+p:not([class]),.st-view>main .container>h1:not([class]):first-child+p:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description,.view>main .container>h1:not([class]):first-child+p.style-description,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description,.st-view>main .container>h1:not([class]):first-child+p.style-description,.main-text-container .container>h1:not([class]):first-child+p.style-description-block,.view>main .container>h1:not([class]):first-child+p.style-description-block,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description-block,.st-view>main .container>h1:not([class]):first-child+p.style-description-block,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block,.style-navigation-title+p:not([class]),.style-navigation-title+p.style-description,.style-navigation-title+p.style-description-block{padding-bottom:20px}.style-description-block:last-child,.main-text-container>h2+p:last-child:not([class]),.view>main>h2+p:last-child:not([class]),.st-view>main>.box>main>h2+p:last-child:not([class]),.st-view>main>h2+p:last-child:not([class]),.main-text-container>h2+p.style-description:last-child,.view>main>h2+p.style-description:last-child,.st-view>main>.box>main>h2+p.style-description:last-child,.st-view>main>h2+p.style-description:last-child,.main-text-container>h2+p.style-description-block:last-child,.view>main>h2+p.style-description-block:last-child,.st-view>main>.box>main>h2+p.style-description-block:last-child,.st-view>main>h2+p.style-description-block:last-child,.main-text-container .container>h2+p:last-child:not([class]),.view>main .container>h2+p:last-child:not([class]),.st-view>main .container>h2+p:last-child:not([class]),.main-text-container .container>h2+p.style-description:last-child,.view>main .container>h2+p.style-description:last-child,.st-view>main .container>h2+p.style-description:last-child,.main-text-container .container>h2+p.style-description-block:last-child,.view>main .container>h2+p.style-description-block:last-child,.st-view>main .container>h2+p.style-description-block:last-child,.main-text-container>h1:not([class]):first-child+p:last-child:not([class]),.view>main>h1:not([class]):first-child+p:last-child:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:last-child:not([class]),.st-view>main>h1:not([class]):first-child+p:last-child:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description:last-child,.view>main>h1:not([class]):first-child+p.style-description:last-child,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:last-child,.st-view>main>h1:not([class]):first-child+p.style-description:last-child,.main-text-container>h1:not([class]):first-child+p.style-description-block:last-child,.view>main>h1:not([class]):first-child+p.style-description-block:last-child,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description-block:last-child,.st-view>main>h1:not([class]):first-child+p.style-description-block:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:last-child,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:last-child,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:last-child,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:last-child,.main-text-container .container>h1:not([class]):first-child+p:last-child:not([class]),.view>main .container>h1:not([class]):first-child+p:last-child:not([class]),.st-view>main .container>h1:not([class]):first-child+p:last-child:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description:last-child,.view>main .container>h1:not([class]):first-child+p.style-description:last-child,.st-view>main .container>h1:not([class]):first-child+p.style-description:last-child,.main-text-container .container>h1:not([class]):first-child+p.style-description-block:last-child,.view>main .container>h1:not([class]):first-child+p.style-description-block:last-child,.st-view>main .container>h1:not([class]):first-child+p.style-description-block:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:last-child:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:last-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:last-child,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:last-child,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:last-child,.style-navigation-title+p:last-child:not([class]),.style-navigation-title+p.style-description:last-child,.style-navigation-title+p.style-description-block:last-child{padding-bottom:0}.style-description-block:empty,.main-text-container>h2+p:empty:not([class]),.view>main>h2+p:empty:not([class]),.st-view>main>.box>main>h2+p:empty:not([class]),.st-view>main>h2+p:empty:not([class]),.main-text-container>h2+p.style-description:empty,.view>main>h2+p.style-description:empty,.st-view>main>.box>main>h2+p.style-description:empty,.st-view>main>h2+p.style-description:empty,.main-text-container>h2+p.style-description-block:empty,.view>main>h2+p.style-description-block:empty,.st-view>main>.box>main>h2+p.style-description-block:empty,.st-view>main>h2+p.style-description-block:empty,.main-text-container .container>h2+p:empty:not([class]),.view>main .container>h2+p:empty:not([class]),.st-view>main .container>h2+p:empty:not([class]),.main-text-container .container>h2+p.style-description:empty,.view>main .container>h2+p.style-description:empty,.st-view>main .container>h2+p.style-description:empty,.main-text-container .container>h2+p.style-description-block:empty,.view>main .container>h2+p.style-description-block:empty,.st-view>main .container>h2+p.style-description-block:empty,.main-text-container>h1:not([class]):first-child+p:empty:not([class]),.view>main>h1:not([class]):first-child+p:empty:not([class]),.st-view>main>.box>main>h1:not([class]):first-child+p:empty:not([class]),.st-view>main>h1:not([class]):first-child+p:empty:not([class]),.main-text-container>h1:not([class]):first-child+p.style-description:empty,.view>main>h1:not([class]):first-child+p.style-description:empty,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description:empty,.st-view>main>h1:not([class]):first-child+p.style-description:empty,.main-text-container>h1:not([class]):first-child+p.style-description-block:empty,.view>main>h1:not([class]):first-child+p.style-description-block:empty,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description-block:empty,.st-view>main>h1:not([class]):first-child+p.style-description-block:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:empty,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:empty,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:empty,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:empty,.main-text-container .container>h1:not([class]):first-child+p:empty:not([class]),.view>main .container>h1:not([class]):first-child+p:empty:not([class]),.st-view>main .container>h1:not([class]):first-child+p:empty:not([class]),.main-text-container .container>h1:not([class]):first-child+p.style-description:empty,.view>main .container>h1:not([class]):first-child+p.style-description:empty,.st-view>main .container>h1:not([class]):first-child+p.style-description:empty,.main-text-container .container>h1:not([class]):first-child+p.style-description-block:empty,.view>main .container>h1:not([class]):first-child+p.style-description-block:empty,.st-view>main .container>h1:not([class]):first-child+p.style-description-block:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:empty:not([class]),.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description:empty,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:empty,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:empty,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block:empty,.style-navigation-title+p:empty:not([class]),.style-navigation-title+p.style-description:empty,.style-navigation-title+p.style-description-block:empty{display:none}.style-description-small,.title-suffix,.radio-description,.style-definition-description,.details-grid dd{font-size:14px;line-height:1.5;font-weight:var(--font-weight-default, 500);color:var(--color-gray-4, #5e5e5e);font-variation-settings:"opsz" 19}@media (max-width: 400px){.style-description-small,.title-suffix,.radio-description,.style-definition-description,.details-grid dd{font-size:14px}}.style-description-small.for-input,.for-input.title-suffix,.for-input.radio-description,.for-input.style-definition-description,.details-grid dd.for-input{margin-top:8px;margin-bottom:8px}.style-description-small>.style-tag:only-child,.title-suffix>.style-tag:only-child,.radio-description>.style-tag:only-child,.style-definition-description>.style-tag:only-child,.details-grid dd>.style-tag:only-child{margin:4px 0}.style-price-big{font-size:20px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic{font-size:28px;line-height:1.4;font-weight:var(--font-weight-semibold, 600);color:var(--color-primary, #0053ff)}.style-statistic+.style-description-small,.style-statistic+.title-suffix,.style-statistic+.radio-description,.style-statistic+.style-definition-description,.details-grid .style-statistic+dd{margin-top:0}.style-interactive-small{font-size:14px;font-weight:var(--font-weight-semibold, 600);color:var(--color-gray-4, #5e5e5e)}@media (max-width: 400px){.style-interactive-small{font-size:13px}}.style-input,.textarea-overlay>span,.input,.list-input{font-size:15px;font-weight:var(--font-weight-default, 500);line-height:1.2}@media (max-width: 400px){.style-input,.textarea-overlay>span,.input,.list-input{font-size:16px}}.style-input-list{display:flex;flex-direction:column;gap:5px}.style-input-box,.input,.style-code{border:1px solid var(--color-border-shade, #BDBDBD);background:var(--color-current-background, var(--color-background, #ffffff));border-radius:8px;transition:border-color .2s}.style-input-box:focus,.input:focus,.style-code:focus,.style-input-box:focus-within,.input:focus-within,.style-code:focus-within{border-color:var(--color-primary, #0053ff);outline:1.1px solid var(--color-primary, #0053ff);outline-offset:-.1px}.style-input-box:focus:hover,.input:focus:hover,.style-code:focus:hover,.style-input-box:focus-within:hover,.input:focus-within:hover,.style-code:focus-within:hover{border:1px solid var(--color-primary, #0053ff)}.style-button,.button.primary,.button.secundary,.button.destructive{font-size:16px;font-weight:var(--font-weight-semibold, 600)}.style-button-small,.button.icons,.button.text,.button.navigation,.style-button-smaller{font-size:15px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-button-small,.button.icons,.button.text,.button.navigation,.style-button-smaller{font-size:16px}}.style-button-smaller{font-weight:var(--font-weight-medium, 500)}@media (max-width: 450px){.style-button-smaller{font-size:15px}}.style-label{font-size:16px;font-weight:var(--font-weight-semibold, 600);display:block;line-height:1.6}@media (max-width: 450px){.style-label{font-size:15px}}.style-table-head{font-size:15px;font-weight:var(--font-weight-semibold, 600)}.style-context-menu-item{font-size:13px;font-weight:var(--font-weight-semibold, 600)}@media (max-width: 450px){.style-context-menu-item{font-size:15px;font-weight:var(--font-weight-default, 500)}}.style-context-menu-item-description{font-size:13px;font-weight:var(--font-weight-default, 500);opacity:.5;font-variation-settings:"opsz" 19;white-space:wrap;line-height:1.5}.style-definition-term,.details-grid dt{font-size:14px;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}@media (max-width: 550px){.style-definition-term,.details-grid dt{font-size:13px}}.style-definition-description,.details-grid dd{color:var(--color-dark, #1e1e1e);font-size:15px}.style-cover-photo{border-radius:8px;margin-bottom:30px}.style-button-bar{display:flex;flex-direction:row;gap:15px;margin-top:10px;align-items:center;flex-wrap:wrap}.style-button-bar.right-align{justify-content:flex-end}.style-button-bar>*.primary:first-child{margin-right:10px}hr+.style-button-bar{margin-top:-15px}.style-form-buttons{display:flex;flex-direction:column;gap:7px}.style-description-small+.style-button-bar,.title-suffix+.style-button-bar,.radio-description+.style-button-bar,.style-definition-description+.style-button-bar,.details-grid dd+.style-button-bar{margin-top:10px}.style-with-button{display:flex;flex-direction:row}.style-with-button>*:first-child{flex-grow:1;text-align:left}.style-with-button>*:last-child:not(:first-child){flex-shrink:0;margin-top:-13px;display:flex;flex-direction:row;align-items:center}.style-with-button>*:last-child:not(:first-child)>*{margin:0 10px}.style-with-button>*:last-child:not(:first-child)>*.button.text{margin:-5px 10px}.style-with-button>*:last-child:not(:first-child)>*:last-child{margin-right:0}.radio-description{display:block}.style-copyable{position:relative;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;max-width:fit-content}.style-copyable:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-copyable:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-copyable:hover:after{opacity:.05}}.style-copyable.copied{color:var(--color-primary, #0053ff)}.style-copyable.copied:before{opacity:1}.style-copyable.copied:after{opacity:0}.style-hover-area,.style-inline-resource:is(button),.style-inline-resource:is(a),.style-inline-resource:is(.style-tooltip),.style-tooltip{position:relative;width:max-content;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}.style-hover-area:before,.style-inline-resource:is(button):before,.style-inline-resource:is(a):before,.style-inline-resource:is(.style-tooltip):before,.style-tooltip:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:8px;background:transparent;border:2px solid var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0;transition:opacity .2s}@media (hover: hover){.style-hover-area:after,.style-inline-resource:is(button):after,.style-inline-resource:is(a):after,.style-inline-resource:is(.style-tooltip):after,.style-tooltip:after{content:"";position:absolute;top:-3px;left:-6px;right:-6px;bottom:-3px;border-radius:8px;background:#000;z-index:1000;opacity:0;transition:opacity .2s}.style-hover-area:hover:after,.style-inline-resource:hover:is(button):after,.style-inline-resource:hover:is(a):after,.style-tooltip:hover:after{opacity:.05}}.style-tooltip{cursor:help}.details-grid{display:grid;grid-template-columns:auto 1fr;grid-template-columns:fit-content(40%) 1fr;gap:10px 25px}.details-grid.small{grid-template-columns:150px 1fr}.details-grid dt{cursor:default}.details-grid dd{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text;user-select:contain;position:relative;z-index:1;transition:color .2s}.details-grid dd:before{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));z-index:-1;opacity:0}@media (hover: hover){.details-grid dd:after{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-8px;border-radius:8px;background:var(--color-background-shade, #f5f5f5);z-index:-2;opacity:0;transition:opacity .2s}.details-grid.hover dt:hover+dd:not(.icons):after,.details-grid.hover dd:hover:not(.icons):after{opacity:1}.details-grid.hover dd.icons+dd:before{display:none}}.details-grid dd.copied,.details-grid dd.button:active{color:var(--color-primary, #0053ff)}.details-grid dd.copied:before,.details-grid dd.button:active:before{opacity:1}.details-grid .center{align-self:center}.details-grid .icons{line-height:1;margin-left:auto}.details-grid dd.description{grid-column:1/span 2;margin-top:-5px;font-size:15px}.details-grid dd.with-icons{display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:15px}.details-grid dd.with-icons>.icon{flex-shrink:0}.main-text-container>h1:not([class]):first-child,.view>main>h1:not([class]):first-child,.st-view>main>.box>main>h1:not([class]):first-child,.st-view>main>h1:not([class]):first-child,.main-text-container>.style-title-prefix:first-child+h1:not([class]),.view>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class]),.st-view>main>.style-title-prefix:first-child+h1:not([class]),.main-text-container .container>h1:not([class]):first-child,.view>main .container>h1:not([class]):first-child,.st-view>main .container>h1:not([class]):first-child,.main-text-container .container>.style-title-prefix:first-child+h1:not([class]),.view>main .container>.style-title-prefix:first-child+h1:not([class]),.st-view>main .container>.style-title-prefix:first-child+h1:not([class]){padding-bottom:10px}.main-text-container>h2,.view>main>h2,.st-view>main>.box>main>h2,.st-view>main>h2,.main-text-container .container>h2,.view>main .container>h2,.st-view>main>.box>main .container>h2,.st-view>main .container>h2{padding-bottom:15px}.main-text-container>h2.larger,.view>main>h2.larger,.st-view>main>.box>main>h2.larger,.st-view>main>h2.larger,.main-text-container .container>h2.larger,.view>main .container>h2.larger,.st-view>main>.box>main .container>h2.larger,.st-view>main .container>h2.larger{padding-bottom:15px}.main-text-container>h2.style-with-button,.view>main>h2.style-with-button,.st-view>main>.box>main>h2.style-with-button,.st-view>main>h2.style-with-button,.main-text-container .container>h2.style-with-button,.view>main .container>h2.style-with-button,.st-view>main>.box>main .container>h2.style-with-button,.st-view>main .container>h2.style-with-button{padding-bottom:0}.main-text-container>h2.style-with-button>*:first-child,.view>main>h2.style-with-button>*:first-child,.st-view>main>.box>main>h2.style-with-button>*:first-child,.st-view>main>h2.style-with-button>*:first-child,.main-text-container .container>h2.style-with-button>*:first-child,.view>main .container>h2.style-with-button>*:first-child,.st-view>main .container>h2.style-with-button>*:first-child{padding-bottom:15px}.main-text-container .segmented-control+h2,.view>main .segmented-control+h2,.st-view>main .segmented-control+h2,.main-text-container .container .segmented-control+h2,.view>main .container .segmented-control+h2,.st-view>main>.box>main .container .segmented-control+h2,.st-view>main .container .segmented-control+h2{padding-top:15px}.main-text-container .segmented-control+.st-list,.view>main .segmented-control+.st-list,.st-view>main .segmented-control+.st-list,.main-text-container .container .segmented-control+.st-list,.view>main .container .segmented-control+.st-list,.st-view>main .container .segmented-control+.st-list{padding-top:15px}.main-text-container>hr,.view>main>hr,.st-view>main>.box>main>hr,.st-view>main>hr,.main-text-container .container>hr,.view>main .container>hr,.st-view>main>.box>main .container>hr,.st-view>main .container>hr{margin:30px 0;margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}@media (max-width: 400px){.main-text-container>hr,.view>main>hr,.st-view>main>.box>main>hr,.st-view>main>hr,.main-text-container .container>hr,.view>main .container>hr,.st-view>main>.box>main .container>hr,.st-view>main .container>hr{margin:var(--st-hr-margin, 30px) calc(-1 * var(--st-horizontal-padding, 40px))}}.style-illustration-img,.illustration-list img{width:var(--block-width, 40px);height:var(--block-width, 40px);margin-right:5px}@media (max-width: 400px){.style-illustration-img,.illustration-list img{margin-right:0}}.style-image-with-icon{position:relative;margin-right:5px;color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon figure{background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));color:var(--color-primary-dark, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 19.0196078431%))}.style-image-with-icon>aside{color:var(--color-primary, #0053ff)}.style-image-with-icon.success{color:var(--color-success-dark, #006131)}.style-image-with-icon.success figure{background:var(--color-success-background, #D6FFEC);color:var(--color-success-dark, #006131)}.style-image-with-icon.success>aside{color:var(--color-success, #11BB6B)}.style-image-with-icon.secundary{color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary figure{background:var(--color-secundary-background, #EBD6FF);color:var(--color-secundary-dark, #300061)}.style-image-with-icon.secundary>aside{color:var(--color-secundary, #8B17FF)}.style-image-with-icon.tertiary{color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary figure{background:var(--color-tertiary-background, #FFD6F1);color:var(--color-tertiary-dark, #610041)}.style-image-with-icon.tertiary>aside{color:var(--color-tertiary, #FF17B2)}.style-image-with-icon.warning{color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning figure{background:var(--color-warning-background, #fff6d6);color:var(--color-warning-dark, #634e00)}.style-image-with-icon.warning>aside{color:var(--color-warning, #ffc900)}.style-image-with-icon.error{color:var(--color-error-dark, #630012)}.style-image-with-icon.error figure{background:var(--color-error-background, #ffd6dd);color:var(--color-error-dark, #630012)}.style-image-with-icon.error>aside{color:var(--color-error, #f0153d)}.style-image-with-icon.gray{color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray figure{background:var(--color-background-shade, #f5f5f5);color:var(--color-dark, #1e1e1e)}.style-image-with-icon.gray>aside{color:var(--color-dark, #1e1e1e)}.style-image-with-icon .image-component{width:var(--block-width, 40px);height:var(--block-width, 40px)}.style-image-with-icon .image-component img{border-radius:8px}@media (max-width: 400px){.style-image-with-icon .image-component{margin-right:0}}.style-image-with-icon figure{width:var(--block-width, 40px);height:var(--block-width, 40px);border-radius:8px;text-align:center;text-transform:uppercase;line-height:var(--block-width, 40px);font-size:14px;font-weight:var(--font-weight-bold, 700);display:flex;align-items:center;justify-content:center}@media (max-width: 400px){.style-image-with-icon figure{margin-right:0}}.style-image-with-icon figure>span{display:block;opacity:.8;vertical-align:middle;margin-right:-3px}.style-image-with-icon figure>img{display:block}.style-image-with-icon>aside{position:absolute;right:0;bottom:0;background:var(--color-background, #ffffff);border-radius:40px;transform:translate(40%,40%);line-height:1;display:block}.style-image-with-icon>aside>*{display:block}.style-image-with-icon>aside:has(>.icon.stroke){background:transparent;border-radius:0}.style-image-with-icon>aside .style-bubble,.style-image-with-icon>aside .button.primary>.bubble,.style-image-with-icon>aside .button.text>.bubble,.style-image-with-icon>aside .button.navigation>.bubble{margin:2px;max-width:42px;height:16px;min-width:16px;line-height:16px;font-size:12px;font-weight:var(--font-weight-bold, 700);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.style-bubble,.button.primary>.bubble,.button.text>.bubble,.button.navigation>.bubble{background:var(--color-error, #f0153d);border-radius:30px;font-size:13px;color:var(--color-background, #ffffff);display:inline-block;text-align:center;padding:0 4px;height:22px;min-width:22px;box-sizing:border-box;font-weight:var(--font-weight-semibold, 600);line-height:22px;vertical-align:text-bottom}.style-bubble.warn,.button.primary>.warn.bubble,.button.text>.warn.bubble,.button.navigation>.warn.bubble{background:var(--color-warning, #ffc900)}.style-bubble.error,.button.primary>.error.bubble,.button.text>.error.bubble,.button.navigation>.error.bubble{background:var(--color-error, #f0153d)}.style-bubble.success,.button.primary>.success.bubble,.button.text>.success.bubble,.button.navigation>.success.bubble{background:var(--color-success, #11BB6B)}.style-bubble.primary,.button.primary>.primary.bubble,.button.text>.primary.bubble,.button.navigation>.primary.bubble{background:var(--color-primary, #0053ff)}.style-bubble.gray,.button.primary>.gray.bubble,.button.text>.gray.bubble,.button.navigation>.gray.bubble{background:var(--color-gray-1, #868686)}.style-bubble.current-color,.button.primary>.current-color.bubble,.button.text>.current-color.bubble,.button.navigation>.current-color.bubble{color:inherit;background:currentColor}.style-bubble.current-color>*,.button.primary>.current-color.bubble>*,.button.text>.current-color.bubble>*,.button.navigation>.current-color.bubble>*{color:var(--color-background, #ffffff)}.style-bubble.secundary,.button.primary>.secundary.bubble,.button.text>.secundary.bubble,.button.navigation>.secundary.bubble{background:var(--color-secundary, #8B17FF)}.style-bubble.tertiary,.button.primary>.tertiary.bubble,.button.text>.tertiary.bubble,.button.navigation>.tertiary.bubble{background:var(--color-tertiary, #FF17B2)}.style-strong,.style-description strong,.style-description-block strong,.style-navigation-title+p:not([class]) strong,.style-navigation-title+p.style-description strong,.main-text-container>h1:not([class]):first-child+p:not([class]) strong,.view>main>h1:not([class]):first-child+p:not([class]) strong,.st-view>main>.box>main>h1:not([class]):first-child+p:not([class]) strong,.st-view>main>h1:not([class]):first-child+p:not([class]) strong,.main-text-container>h1:not([class]):first-child+p.style-description strong,.view>main>h1:not([class]):first-child+p.style-description strong,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description strong,.st-view>main>h1:not([class]):first-child+p.style-description strong,.main-text-container>h1:not([class]):first-child+p.style-description-block strong,.view>main>h1:not([class]):first-child+p.style-description-block strong,.st-view>main>.box>main>h1:not([class]):first-child+p.style-description-block strong,.st-view>main>h1:not([class]):first-child+p.style-description-block strong,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.main-text-container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.st-view>main>.box>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.st-view>main>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.main-text-container .container>h1:not([class]):first-child+p:not([class]) strong,.view>main .container>h1:not([class]):first-child+p:not([class]) strong,.st-view>main>.box>main .container>h1:not([class]):first-child+p:not([class]) strong,.st-view>main .container>h1:not([class]):first-child+p:not([class]) strong,.main-text-container .container>h1:not([class]):first-child+p.style-description strong,.view>main .container>h1:not([class]):first-child+p.style-description strong,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description strong,.st-view>main .container>h1:not([class]):first-child+p.style-description strong,.main-text-container .container>h1:not([class]):first-child+p.style-description-block strong,.view>main .container>h1:not([class]):first-child+p.style-description-block strong,.st-view>main>.box>main .container>h1:not([class]):first-child+p.style-description-block strong,.st-view>main .container>h1:not([class]):first-child+p.style-description-block strong,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p:not([class]) strong,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description strong,.main-text-container .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.st-view>main>.box>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.st-view>main .container>.style-title-prefix:first-child+h1:not([class])+p.style-description-block strong,.main-text-container>h2+p:not([class]) strong,.view>main>h2+p:not([class]) strong,.st-view>main>.box>main>h2+p:not([class]) strong,.st-view>main>h2+p:not([class]) strong,.main-text-container>h2+p.style-description strong,.view>main>h2+p.style-description strong,.st-view>main>.box>main>h2+p.style-description strong,.st-view>main>h2+p.style-description strong,.main-text-container>h2+p.style-description-block strong,.view>main>h2+p.style-description-block strong,.st-view>main>.box>main>h2+p.style-description-block strong,.st-view>main>h2+p.style-description-block strong,.main-text-container>h2.style-navigation-title+p:not([class]) strong,.view>main>h2.style-navigation-title+p:not([class]) strong,.st-view>main>.box>main>h2.style-navigation-title+p:not([class]) strong,.st-view>main>h2.style-navigation-title+p:not([class]) strong,.main-text-container>h2.style-navigation-title+p.style-description strong,.view>main>h2.style-navigation-title+p.style-description strong,.st-view>main>.box>main>h2.style-navigation-title+p.style-description strong,.st-view>main>h2.style-navigation-title+p.style-description strong,.main-text-container>h2.style-navigation-title+p.style-description-block strong,.view>main>h2.style-navigation-title+p.style-description-block strong,.st-view>main>.box>main>h2.style-navigation-title+p.style-description-block strong,.st-view>main>h2.style-navigation-title+p.style-description-block strong,.main-text-container .container>h2+p:not([class]) strong,.view>main .container>h2+p:not([class]) strong,.st-view>main>.box>main .container>h2+p:not([class]) strong,.st-view>main .container>h2+p:not([class]) strong,.main-text-container .container>h2+p.style-description strong,.view>main .container>h2+p.style-description strong,.st-view>main>.box>main .container>h2+p.style-description strong,.st-view>main .container>h2+p.style-description strong,.main-text-container .container>h2+p.style-description-block strong,.view>main .container>h2+p.style-description-block strong,.st-view>main>.box>main .container>h2+p.style-description-block strong,.st-view>main .container>h2+p.style-description-block strong,.main-text-container .container>h2.style-navigation-title+p:not([class]) strong,.view>main .container>h2.style-navigation-title+p:not([class]) strong,.st-view>main>.box>main .container>h2.style-navigation-title+p:not([class]) strong,.st-view>main .container>h2.style-navigation-title+p:not([class]) strong,.main-text-container .container>h2.style-navigation-title+p.style-description strong,.view>main .container>h2.style-navigation-title+p.style-description strong,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description strong,.st-view>main .container>h2.style-navigation-title+p.style-description strong,.main-text-container .container>h2.style-navigation-title+p.style-description-block strong,.view>main .container>h2.style-navigation-title+p.style-description-block strong,.st-view>main>.box>main .container>h2.style-navigation-title+p.style-description-block strong,.st-view>main .container>h2.style-navigation-title+p.style-description-block strong{font-weight:var(--font-weight-semibold, 600)}.style-pricing-box{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end}.style-pricing-box>*{flex-basis:350px}.style-pricing-box .middle{font-weight:600}.style-wysiwyg strong{font-weight:700}p:not([class]) .style-wysiwyg strong{color:var(--color-dark, #1e1e1e)}.style-wysiwyg em{font-style:italic}.style-wysiwyg p:not([class]),.style-wysiwyg p.is-empty{margin:0;padding:0;font-size:inherit;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-dark, #1e1e1e)}.style-wysiwyg ul,.style-wysiwyg ol{padding-left:25px;font-size:inherit}.style-wysiwyg ul li,.style-wysiwyg ol li{font-size:inherit;margin:4px 0;font-weight:var(--font-weight-default, 500);line-height:1.5;color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.gray p:not([class]),.style-wysiwyg.gray p.is-empty{color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg p:empty:after{content:"​";visibility:hidden}.style-wysiwyg p.warning-box,.style-wysiwyg p.info-box{display:block!important}.style-wysiwyg h2,.style-wysiwyg h3{color:var(--color-dark, #1e1e1e);padding:5px 0}.style-wysiwyg a,.style-wysiwyg a:link,.style-wysiwyg a:visited{color:var(--color-primary, #0053ff);font-weight:var(--font-weight-semibold, 600);text-decoration:underline}.style-wysiwyg.subtle-links a,.style-wysiwyg.subtle-links a:link,.style-wysiwyg.subtle-links a:visited{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-wysiwyg.subtle-links a:hover,.style-wysiwyg.subtle-links a:link:hover,.style-wysiwyg.subtle-links a:visited:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-wysiwyg.no-underline-links a,.style-wysiwyg.no-underline-links a:link,.style-wysiwyg.no-underline-links a:visited{color:var(--color-primary, #0053ff);text-decoration:none}.style-wysiwyg.no-underline-links a:hover,.style-wysiwyg.no-underline-links a:link:hover,.style-wysiwyg.no-underline-links a:visited:hover{color:var(--color-primary, #0053ff);text-decoration:underline;text-decoration-color:var(--color-primary, #0053ff)}.style-wysiwyg hr{padding:15px 0;margin:0;background:none;display:block;border:0}.style-wysiwyg hr:after{content:"";display:block;height:1px;background:var(--color-gray-2, #D1D1D1);width:100%}.style-wysiwyg hr.ProseMirror-selectednode:after{background:var(--color-primary, #0053ff);box-shadow:0 0 0 1px var(--color-primary, #0053ff);border-radius:4px}.style-em{font-style:italic}.style-underline{text-decoration:underline}.style-color-box{display:inline-block;width:8px;height:8px;border-radius:2px;vertical-align:middle}.style-inline-resource{font-weight:var(--font-weight-default, 500)}.style-inline-resource:is(button),.style-inline-resource:is(a),.style-inline-resource:is(.style-tooltip){font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-inline-resource:is(button):link,.style-inline-resource:is(button):visited,.style-inline-resource:is(button):hover,.style-inline-resource:is(button):active,.style-inline-resource:is(a):link,.style-inline-resource:is(a):visited,.style-inline-resource:is(a):hover,.style-inline-resource:is(a):active,.style-inline-resource:is(.style-tooltip):link,.style-inline-resource:is(.style-tooltip):visited,.style-inline-resource:is(.style-tooltip):hover,.style-inline-resource:is(.style-tooltip):active{font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1);color:inherit}.style-subtle-link,.style-subtle-link:link,.style-subtle-link:visited,.style-subtle-link:hover,.style-subtle-link:active{color:var(--color-gray-4, #5e5e5e);font-weight:var(--font-weight-default, 500);text-decoration:underline;text-decoration-color:var(--color-gray-2, #D1D1D1)}.style-subtle-link:hover{text-decoration-color:var(--color-gray-4, #5e5e5e)}.style-code{display:block;padding:15px;background:var(--color-background-shade, #f5f5f5);font-family:monospace;white-space:pre-wrap}.style-inline-code{font-family:monospace;white-space:pre-wrap;background:var(--color-background-shade, #f5f5f5);padding:2px;border-radius:8px;margin:-2px 2px;display:inline-block;font-size:90%}.style-discount-code{font-family:monospace;white-space:pre-wrap;display:inline-block}.split-info{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.split-info>div{flex-shrink:0;flex-grow:1;min-width:0}.styled-description.gray{color:var(--color-gray-1, #868686)}ul.style-list{list-style:none;padding-left:30px}ul.style-list li{padding:8px 0}ul.style-list li:before{content:"";background:var(--color-primary, #0053ff);display:inline-block;vertical-align:middle;width:5px;height:5px;margin-right:15px;border-radius:2.5px;margin-left:-20px}.style-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:0px 15px}.style-dark{color:var(--color-dark, #1e1e1e)}html.modern,body.modern{overflow:hidden;overflow:clip;height:100vh;height:100dvh}body.modern #app{height:100vh;height:100dvh}.st-view{display:flex;flex-direction:column;box-sizing:border-box;padding:var(--st-vertical-padding, 20px) 0 var(--st-vertical-padding, 20px) 0;padding:calc(var(--st-vertical-padding, 20px) + var(--st-safe-area-top, 0px)) 0 calc(var(--st-vertical-padding, 20px) + var(--st-safe-area-bottom, 0px)) 0;padding-bottom:calc(var(--st-vertical-padding, 20px) + max(var(--st-safe-area-bottom, 0px),var(--keyboard-height, 0px)));padding-bottom:0;padding-top:0;contain:strict;height:100vh;height:100dvh;height:calc(var(--vh, 1vh) * 100);max-height:100vh;max-height:100dvh;overflow:hidden;overflow:clip;--current-view-safe-area-top: var(--st-safe-area-top, 0px);--current-view-safe-area-bottom: var(--st-safe-area-bottom, 0px);--st-view-horizontal-padding: var(--st-horizontal-padding, 40px);background:var(--color-current-background, var(--color-background, #ffffff))}.st-view .st-toolbar:not(.dont-float){margin-top:auto}.st-view.auto{min-height:auto}.st-view>main{--st-safe-area-top: 0px;padding:0 max(var(--st-view-center-padding, 0px),var(--st-horizontal-padding, 40px)) 0 max(var(--st-view-center-padding, 0px),var(--st-horizontal-padding, 40px));flex-shrink:1;flex-grow:1;min-height:0;overflow-y:auto;overflow-x:hidden;overflow-x:clip;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;position:relative;scrollbar-gutter:stable;touch-action:auto;padding-bottom:calc(15px + max(var(--keyboard-height, 0px),var(--bottom-padding, 0px)))}@media (min-width: 900px){.st-view>main.center:not(.small){--st-horizontal-padding: 0px;--st-view-center-padding: calc((var(--vw, 1vw)*100 - var(--st-view-max-width, 800px)) / 2);--st-view-center-padding: max(var(--st-view-horizontal-padding), calc((var(--vw, 1vw)*100 - var(--st-view-max-width, 800px)) / 2))}.split-view-controller>.detail .st-view>main.center:not(.small){--st-view-center-padding: calc((var(--vw, 1vw)*100 - var(--split-view-width, 320px) - var(--st-view-max-width, 800px)) / 2);--st-view-center-padding: max(var(--st-view-horizontal-padding), calc((var(--vw, 1vw)*100 - var(--split-view-width, 320px) - var(--st-view-max-width, 800px)) / 2))}}.st-view>main.center.small{--st-view-max-width: 400px}@media (min-width: 500px){.st-view>main.center.small{--st-horizontal-padding: 0px;--st-view-center-padding: calc((var(--vw, 1vw)*100 - var(--st-view-max-width, 800px)) / 2);--st-view-center-padding: max(var(--st-view-horizontal-padding), calc((var(--vw, 1vw)*100 - var(--st-view-max-width, 800px)) / 2))}}.popup .st-view>main.center,.sheet .st-view>main.center{--st-view-center-padding: 0px;--st-horizontal-padding: var(--st-view-horizontal-padding)}.st-view>main:first-child{padding-top:calc(var(--st-vertical-padding, 20px) + var(--current-view-safe-area-top, 0px))}.st-view>main:first-child.sticky-navigation-bar{padding-top:0}.st-view>main:last-child{padding-bottom:calc(var(--st-vertical-padding, 20px) + max(var(--st-safe-area-bottom, 0px),var(--keyboard-height, 0px),var(--bottom-padding, 0px)))}.st-view>main.flex{display:flex;flex-direction:column;flex-grow:1;overflow-x:hidden;overflow-x:clip}.st-view>main.limit-width{display:flex;flex-direction:column;flex-grow:1;--st-view-center-padding: 0px;--st-horizontal-padding: calc((100vw - var(--box-width, 900px)) / 2);--st-horizontal-padding: max(var(--st-view-horizontal-padding), calc((100vw - var(--box-width, 900px)) / 2));overflow-x:hidden}.st-view>main>.view,.st-view>main>.st-view{margin:calc(-1 * var(--st-vertical-padding, 20px)) calc(-1 * var(--st-horizontal-padding, 40px));padding:var(--st-vertical-padding, 20px) 0;flex-grow:1;display:flex;flex-direction:column;box-sizing:border-box}.st-view>main>.view>main,.st-view>main>.st-view>main{padding:0 var(--st-horizontal-padding, 15px) 0 var(--st-horizontal-padding, 15px)}.st-view>main>.gray-shadow{background:var(--color-background-shade, #f5f5f5);margin-top:0;margin-bottom:calc(-1 * var(--st-vertical-padding, 20px));margin-bottom:calc(-1 * var(--st-vertical-padding, 40px) - var(--st-safe-area-bottom, 0px));padding-bottom:calc(var(--st-safe-area-bottom, 0px) + var(--st-vertical-padding, 20px));padding-top:calc(var(--st-vertical-padding, 20px) + 30px);position:relative;flex-grow:1;--color-current-background: var(--color-background-shade, #f5f5f5);--color-current-background-shade: var(--color-background-shade-darker, #EBEBEB)}.st-view>main>.gray-shadow:before{content:"";background:linear-gradient(0deg,#0000,#00000005);height:60px;position:absolute;top:0;left:0;right:0}.st-view>main>.white-top{background:var(--color-background, #ffffff);margin-bottom:0;flex-grow:0}.st-view>main>*{flex-shrink:0}.st-view>main~*{padding-top:0;margin-bottom:-300px;z-index:100;position:relative;transition:transform .2s;transform:translateY(calc(-1 * var(--bottom-padding, 0px)))}.st-view>main~*>div{padding-bottom:calc(var(--st-safe-area-bottom, 0px) + 300px + var(--default-footer-padding, 0px))}.st-view>main~*.sticky{transform:translateY(calc(-1 * max(var(--keyboard-height, 0px),var(--bottom-padding, 0px),var(--st-safe-area-bottom, 0px)) + var(--st-safe-area-bottom, 0px)))}.st-view>*{flex-shrink:0;position:static!important}.st-view>*:first-child{margin-top:0}@supports not (overscroll-behavior: contain){.st-view>*{touch-action:none}}@media (max-width: 800px),(max-height: 700px){.box .st-view>main:first-child{padding-top:0}.box .st-view>main:last-child{padding-bottom:0}}.st-view main.with-legal{display:flex;flex-direction:column}@media (min-width: 801px) and (min-height: 701px){.st-view main>.box{background:var(--color-background, #ffffff);--color-current-background: var(--color-background, #ffffff);--color-current-background-shade: var(--color-background-shade, #f5f5f5);box-shadow:0 2px 5px var(--color-side-view-shadow, rgba(0, 0, 0, .1));border-radius:8px;margin:0 auto;width:100%;box-sizing:border-box;max-width:800px;max-width:var(--box-width, 800px);--st-horizontal-padding: var(--box-horizontal-padding, 40px);padding:var(--st-vertical-padding, 20px) var(--st-horizontal-padding, 40px);--st-safe-area-top: 0px;--st-safe-area-bottom: 0px}}.st-view.background{background:var(--color-background, #ffffff);--color-current-background: var(--color-background, #ffffff);--color-current-background-shade: var(--color-background-shade, #f5f5f5)}.st-view.transparent{background:transparent}.st-view.shade{background:var(--color-background-shade, #f5f5f5);--color-current-background: var(--color-background-shade, #f5f5f5);--color-current-background-shade: var(--color-background-shade-darker, #EBEBEB)}@media (min-width: 801px) and (min-height: 701px){.st-view.box-shade{background:var(--color-background-shade, #f5f5f5);--color-current-background: var(--color-background-shade, #f5f5f5);--color-current-background-shade: var(--color-background-shade-darker, #EBEBEB)}}.full-product-box .st-view{min-height:auto!important;max-height:none!important;height:auto!important;contain:initial!important}.popup .st-view>main.limit-width{--st-horizontal-padding: var(--st-view-horizontal-padding);padding:0}.icon-base:before,.error-box:before,.success-box:before,.info-box:before,.warning-box:before,.discount-box:before{line-height:1;font-size:24px;vertical-align:middle!important;font-family:icons!important;font-style:normal;font-weight:400!important}.icon{width:24px;font-size:24px;box-sizing:content-box;overflow:hidden;white-space:nowrap;display:inline;display:inline-flex;vertical-align:middle;align-items:center;position:relative}.icon.small{width:20px;height:20px;font-size:20px}.icon.small:before{font-size:20px}.icon.stroke:before{position:absolute}.icon.stroke:after{color:var(--color-background, #ffffff);-webkit-text-stroke:5px var(--color-background, #ffffff);z-index:-1}.icon.layered{display:inline-grid;grid-template-columns:1fr;grid-template-rows:1fr}.icon.layered>.icon{grid-column:1/1;grid-row:1/1}.icon.light-gray{color:var(--color-gray-2, #D1D1D1)}.icon.gray,.button .icon.gray{color:var(--color-gray-4, #5e5e5e)}.icon.primary-light{color:var(--color-primary-gray-light, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 67.5213675214%), 77.0588235294%))}.icon.green{color:var(--color-success, #11BB6B)}.icon.stripe{color:#635bff}.icon.red{color:var(--color-error, #f0153d)}.icon.blue{color:#0053ff}.icon.pink{color:var(--color-tertiary, #FF17B2)}.icon.primary{color:var(--color-primary, #0053ff)}.icon.yellow{color:var(--color-warning, #ffc900)}.icon.secundary{color:var(--color-secundary, #8B17FF)}.icon.tertiary{color:var(--color-tertiary, #FF17B2)}.icon.color-word{color:#0023db}.icon.color-excel{color:#1d7200}.icon.color-pdf{color:#e00}.icon.custom-color,.button .icon.custom-color{color:var(--color)}.icon.middle{vertical-align:middle}.icon:before{line-height:1;font-size:24px;font-family:icons!important;font-style:normal;font-weight:400!important;vertical-align:middle!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.inline-link{cursor:pointer}.inline-link,.inline-link:hover,.inline-link:link,.inline-link:active,.inline-link:visited{color:var(--color-primary, #0053ff);font-weight:var(--font-weight-semibold, 600);text-decoration:none}.inline-link.secundary,.inline-link.secundary:hover,.inline-link.secundary:link,.inline-link.secundary:active,.inline-link.secundary:visited{color:var(--color-gray-4, #5e5e5e)}@media (hover: hover){.inline-link:hover{opacity:.6}}.inline-link:active{opacity:.4}.icon-spacer{margin-right:5px;vertical-align:middle}.button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;cursor:pointer;color:inherit}.button:link,.button:visited,.button:active,.button:hover{text-decoration:none}.button.simple:active{opacity:.4}.button.primary,.button.secundary,.button.destructive{border-radius:8px;transition:transform .2s,opacity .2s;height:42px;padding:0 27px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;align-items:center;justify-content:center;display:inline-flex}.st-view>main>.button.primary,.st-view>main>.button.secundary,.st-view>main>.button.destructive{align-self:flex-start}.button.primary:active,.button.secundary:active,.button.destructive:active{transform:scale(.95)}.button.primary:disabled,.button.primary.disabled,.button.secundary:disabled,.button.secundary.disabled,.button.destructive:disabled,.button.destructive.disabled{color:var(--color-gray-2, #D1D1D1);background:var(--color-background-shade, #f5f5f5);box-shadow:none;cursor:not-allowed}.button.primary:disabled:active,.button.primary.disabled:active,.button.secundary:disabled:active,.button.secundary.disabled:active,.button.destructive:disabled:active,.button.destructive.disabled:active{transform:none}.button.primary>.icon,.button.primary>.bubble,.button.secundary>.icon,.button.secundary>.bubble,.button.destructive>.icon,.button.destructive>.bubble{align-self:center}.button.primary>.icon:first-child,.button.primary>.bubble:first-child,.button.secundary>.icon:first-child,.button.secundary>.bubble:first-child,.button.destructive>.icon:first-child,.button.destructive>.bubble:first-child{margin-right:10px;margin-left:-5px}.button.primary>.icon:last-child,.button.primary>.bubble:last-child,.button.secundary>.icon:last-child,.button.secundary>.bubble:last-child,.button.destructive>.icon:last-child,.button.destructive>.bubble:last-child{margin-left:10px;margin-right:-5px}.button.primary.full,.button.secundary.full,.button.destructive.full{width:100%}.button.primary{color:var(--color-primary-contrast, #ffffff);background:var(--color-primary, #0053ff)}.button.primary.focus-visible{box-shadow:0 0 0 2px var(--color-current-background, var(--color-background, #ffffff)),0 0 0 4px var(--color-primary, #0053ff)}.button.primary:focus-visible{box-shadow:0 0 0 2px var(--color-current-background, var(--color-background, #ffffff)),0 0 0 4px var(--color-primary, #0053ff)}.button.primary .dropdown-text{flex-grow:1;margin-right:-40px;padding-right:40px}.button.primary>.bubble{background:var(--color-background, #ffffff);color:var(--color-primary, #0053ff)}.button.primary .dropdown{position:relative;font-size:24px;width:40px;height:42px;line-height:42px;align-self:stretch;margin-right:-27px;margin-left:26px}.button.primary .dropdown:after{left:-1px;top:0;bottom:0;position:absolute;content:"";background:currentColor;opacity:.5;width:1px}@media (hover: hover){.button.primary .dropdown:hover{background-color:rgba(var(--color-background, #ffffff),.2)}}.button.destructive{color:#fff;background:var(--color-error, #f0153d)}.button.destructive.focus-visible{box-shadow:0 0 0 2px var(--color-current-background, var(--color-background, #ffffff)),0 0 0 4px var(--color-error, #f0153d)}.button.destructive:focus-visible{box-shadow:0 0 0 2px var(--color-current-background, var(--color-background, #ffffff)),0 0 0 4px var(--color-error, #f0153d)}.button.secundary{color:var(--color-dark, #1e1e1e);background:var(--color-gray-3, #E5E5E5)}.button.secundary.focus-visible{box-shadow:0 0 0 2px var(--color-current-background, var(--color-background, #ffffff)),0 0 0 4px var(--color-gray-1, #868686)}.button.secundary:focus-visible{box-shadow:0 0 0 2px var(--color-current-background, var(--color-background, #ffffff)),0 0 0 4px var(--color-gray-1, #868686)}.button.secundary.green{color:var(--color-success-dark, #006131);background:var(--color-success-background, #D6FFEC)}.button.secundary.danger{color:var(--color-error-dark, #630012);background:var(--color-error-background, #ffd6dd)}.button.secundary>span,.button.primary>span,.button.text>span,.button.destructive>span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.button.secundary>span.icon,.button.primary>span.icon,.button.text>span.icon,.button.destructive>span.icon{text-overflow:clip;flex-shrink:0}.button.tooltip-only{cursor:help}.button.icons{color:var(--color-gray-4, #5e5e5e);display:flex;flex-direction:row;align-items:center;overflow:visible;white-space:nowrap;transition:opacity .2s ease-out,color .2s;position:relative}.button.icons:after{content:"";position:absolute;top:-5px;left:-10px;right:-10px;bottom:-5px}.button.icons:active{opacity:.15;transition:opacity 0s,color .2s}.button.text,.button.navigation{color:var(--color-gray-4, #5e5e5e);text-overflow:ellipsis;display:flex;flex-direction:row;align-items:center;overflow:visible;height:34px;line-height:34px;white-space:nowrap;transition:opacity .2s ease-out,color .2s;position:relative;max-width:100%}.button.text.inline,.button.navigation.inline{display:inline-flex}.button.text>span,.button.navigation>span{min-width:0}.button.text:not(.column)>.icon:not(.dot),.button.navigation:not(.column)>.icon:not(.dot){flex-shrink:0}.button.text:not(.column)>.icon:not(.dot):first-child,.button.navigation:not(.column)>.icon:not(.dot):first-child{margin-right:7px}.button.text:not(.column)>.icon:not(.dot):last-child,.button.navigation:not(.column)>.icon:not(.dot):last-child{margin-left:7px}.button.text:after,.button.navigation:after{content:"";position:absolute;top:-5px;left:-10px;right:-10px;bottom:-5px}.button.text.increase-click-area:after,.button.navigation.increase-click-area:after{content:"";position:absolute;top:-10px;left:-20px;right:-20px;bottom:-10px}.button.text.navigation:last-child:after,.button.navigation.navigation:last-child:after{right:-20px}.button.text.navigation:first-child:after,.button.navigation.navigation:first-child:after{left:-20px}.button.text.small,.button.navigation.small{font-size:12px}@media (max-width: 600px){.button.text.small.column,.button.navigation.small.column{font-size:10px}}.button.text.selected,.button.navigation.selected{color:var(--color-primary, #0053ff)}.button.text.unbold,.button.navigation.unbold{font-weight:var(--font-weight-medium, 500)}.button.text.inherit-color,.button.navigation.inherit-color{color:inherit}.button.text>*,.button.navigation>*{vertical-align:top}.button.text>.bubble:last-child,.button.navigation>.bubble:last-child{margin-left:8px}.button.text.column,.button.navigation.column{display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto;line-height:1;position:relative;overflow:visible}.button.text.column>span,.button.navigation.column>span{margin-bottom:7px}.button.text.column>.bubble,.button.text.column>.style-bubble,.button.navigation.column>.bubble,.button.navigation.column>.style-bubble{background:var(--color-error, #f0153d);position:absolute;left:50%;top:0;transform:translate(calc(12px - 20%),-20%)}@media (hover: hover){.button.text:hover,.button.navigation:hover{opacity:.5;transition:opacity 0s,color .2s}.button.text:hover.selected,.button.navigation:hover.selected{opacity:1}}.button.text:active,.button.navigation:active{opacity:.15;transition:opacity 0s,color .2s}.button.text:active.selected,.button.navigation:active.selected{opacity:.15}@media (max-width: 600px){.button.text.limit-space,.button.navigation.limit-space{overflow:visible}.button.text.limit-space span:not(.icon),.button.navigation.limit-space span:not(.icon){display:none}}.button.text:disabled,.button.text.disabled,.button.navigation:disabled,.button.navigation.disabled{color:var(--color-gray-2, #D1D1D1);box-shadow:none;cursor:not-allowed}.button.text:disabled:active,.button.text.disabled:active,.button.navigation:disabled:active,.button.navigation.disabled:active{transform:none}.button.icon{color:var(--color-gray-4, #5e5e5e);transition:opacity .2s ease-out,color .2s;overflow:visible;position:relative}.button.icon.selected{color:var(--color-primary, #0053ff)}.button.icon.red{color:var(--color-error, #f0153d)}.button.icon:disabled,.button.icon.disabled{color:var(--color-gray-2, #D1D1D1);cursor:not-allowed}.button.icon:after{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px}.button.icon.navigation:last-child:after{right:-20px}.button.icon.navigation:first-child:after{left:-20px}.button.icon:active{opacity:.15;transition:opacity 0s,color .2s}body.web-android .button.icon,body.native-android .button.icon{transition:none}body.web-android .button.icon:active,body.native-android .button.icon:active{opacity:1;transition:none}body.web-android .button.icon:after,body.native-android .button.icon:after{content:"";position:absolute;left:50%!important;right:auto!important;width:50px;height:50px;top:50%!important;bottom:auto!important;background:var(--color-gray-3, #E5E5E5);border-radius:200px;pointer-events:none;transform:translate(-50%,-50%) scale(.05);z-index:0;will-change:opacity,transform;opacity:0;transition:opacity .2s cubic-bezier(0,0,.2,1),transform .2s .2s cubic-bezier(0,0,.2,1)}body.web-android .button.icon:before,body.native-android .button.icon:before{z-index:1}body.web-android .button.icon.active,body.native-android .button.icon.active{opacity:1}body.web-android .button.icon.active:after,body.native-android .button.icon.active:after{opacity:1;transform:translate(-50%,-50%) scale(1);transition:opacity .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1)}.button.navigation{font-size:17px;font-weight:var(--font-weight-semibold, 600);color:var(--color-gray-4, #5e5e5e);overflow:visible}.button.navigation:first-child>.icon.arrow-back:first-child{margin-left:-4px}body.native-iOS .button.navigation,body.web-iOS .button.navigation{color:var(--color-primary, #0053ff)}body.native-iOS .button.navigation:first-child>.icon.arrow-back:first-child,body.web-iOS .button.navigation:first-child>.icon.arrow-back:first-child{margin-left:-9px;margin-right:0}body.native-android .button.navigation,body.web-android .button.navigation{color:var(--color-dark, #1e1e1e)}.button.navigation.highlight{font-weight:var(--font-weight-semibold, 600)}.button.navigation:disabled,.button.navigation.disabled{color:var(--color-gray-2, #D1D1D1)!important;box-shadow:none;cursor:not-allowed}.button.navigation:disabled:active,.button.navigation.disabled:active{transform:none}span.button.text{height:24px;line-height:24px}.input-spacing,.input-group{max-width:340px}@media (max-width: 450px){.input-spacing,.input-group{max-width:none}}.textarea-overlay{position:relative}.textarea-overlay>span{position:absolute;right:10px;bottom:5px;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;color:var(--color-dark, #1e1e1e);opacity:.5}.input{color:var(--color-dark, #1e1e1e);padding:5px 15px;text-align:left;height:var(--input-height, 39px);line-height:calc(var(--input-height, 39px) - 10px - 2 * 1px);margin:0;width:100%;box-sizing:border-box;display:block;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);word-break:normal}.input::-webkit-date-and-time-value{text-align:left}.input.selectable{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;cursor:pointer}.input:not(textarea){text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@keyframes blink_input_opacity_to_prevent_scrolling_when_focus{0%{opacity:0}to{opacity:1}}body.web-iOS .input:focus{animation:blink_input_opacity_to_prevent_scrolling_when_focus .01s}@media (hover: hover){.input:hover{border-color:var(--color-primary-gray-light, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 67.5213675214%), 77.0588235294%))}}.input:active{border-color:var(--color-primary-gray-light, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 67.5213675214%), 77.0588235294%))}.input.option{margin-top:7px}.input:disabled,.input.disabled{color:var(--color-gray-1, #868686);cursor:not-allowed;-webkit-text-fill-color:var(--color-gray-1, #868686);opacity:1}@media (hover: hover){.input:disabled:hover,.input.disabled:hover{border-color:var(--color-gray-2, #D1D1D1)}}.input::placeholder{color:var(--color-gray-5, #a7a7a7);opacity:1}.input.placeholder:not(:focus){color:var(--color-gray-5, #a7a7a7);opacity:1}.input.error{border-color:var(--color-error-border, #FFCAD3);box-shadow:0 0 0 1px var(--color-error-border, #FFCAD3)}.input.error:focus,.input.error:focus-within{border-color:var(--color-error, #f0153d);box-shadow:0 0 0 1px var(--color-error, #f0153d)}.input-errors .input{border-color:var(--color-error-border, #FFCAD3);box-shadow:0 0 0 1px var(--color-error-border, #FFCAD3)}.input-errors .input:focus,.input-errors .input:focus-within{border-color:var(--color-error, #f0153d);box-shadow:0 0 0 1px var(--color-error, #f0153d)}.input-success .input{border-color:var(--color-success-border, #AEDBC6);box-shadow:0 0 0 1px var(--color-success-border, #AEDBC6)}.input-success .input:focus,.input-success .input:focus-within{border-color:var(--color-success, #11BB6B);box-shadow:0 0 0 1px var(--color-success, #11BB6B)}textarea.input{max-width:none;padding:12px 15px;line-height:calc(var(--input-height, 39px) - 18px - 2 * 1px);height:calc(var(--input-height, 39px) + 4px + 10px + (var(--input-height, 39px) - 18px - 2 * 1px) * 4);resize:none}textarea.input.large{height:calc(var(--input-height, 39px) + 4px + 10px + (var(--input-height, 39px) - 18px - 2 * 1px) * 8)}textarea.input.small{height:calc(var(--input-height, 39px) + 4px + 10px + (var(--input-height, 39px) - 18px - 2 * 1px) * 3)}select.input{cursor:pointer}select.input:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.input-group{display:flex;flex-direction:row}.input-group.max{max-width:none}.input-group>*{flex-grow:1;margin:0 5px}.input-group>*:first-child{margin-left:0}.input-group>*:last-child{margin-right:0}.input-group>* .input{margin:0}.input-icon-container{position:relative}.input-icon-container.icon{display:block;width:auto;height:auto;overflow:visible;white-space:inherit}.input-icon-container:before{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.input-icon-container:not(.right)>*{padding-left:43px}.input-icon-container:not(.right):before{left:12px}.input-icon-container.right>*{padding-right:35px}.input-icon-container.right:before{right:10px}.input-with-buttons{display:flex;flex-direction:row;align-items:center}.input-with-buttons>div:first-child{flex-grow:1}.input-with-buttons>div:last-child{padding-left:10px;flex-shrink:0}.textarea-container{padding-bottom:20px;padding-left:35px}@media (max-width: 450px){.textarea-container{padding-left:0}}.list-input-box{display:flex;flex-direction:row;align-items:center}.list-input-box>span:first-child{color:var(--color-gray-1, #868686);flex-shrink:0;min-width:0}.list-input-box>*:last-child{flex-grow:1;min-width:0}.list-input{color:var(--color-dark, #1e1e1e);padding:15px;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-break:break-all}.list-input.dropdown{display:flex;flex-direction:row;align-items:center;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.list-input.dropdown:active{opacity:.3}.list-input.dropdown>span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:0}.list-input.dropdown>.icon{flex-shrink:0}.error-box{background:var(--color-error-background, #ffd6dd);color:var(--color-error-dark, #630012)}.error-box:before,.error-box .inline-link{color:var(--color-error, #f0153d)}.error-box-parent .error-box{margin:0}.warning-box{background:var(--color-warning-background, #fff6d6);color:var(--color-warning-dark, #634e00)}.warning-box:before{color:var(--color-warning, #ffc900)}.warning-box .inline-link{color:var(--color-warning-dark, #634e00);font-weight:var(--font-weight-bold, 700);text-decoration:underline}.info-box{background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));color:var(--color-dark, #1e1e1e)}.info-box:before,.info-box .inline-link{color:var(--color-primary, #0053ff)}.discount-box{background:var(--color-discount-background, #ffd6d6);color:var(--color-dark, #1e1e1e)}.discount-box:before,.discount-box .inline-link{color:var(--color-discount, #ff4747)}.success-box{background:var(--color-success-background, #D6FFEC);color:var(--color-success-dark, #006131)}.success-box:before,.success-box .inline-link{color:var(--color-success, #11BB6B)}.loading-box{background:var(--color-primary-background, hsl(var(--color-primary-hue, 220.4705882353deg), calc(var(--color-saturation-factor, 1) * var(--color-primary-saturation-factor, 1) * 100%), 94.9019607843%));color:var(--color-dark, #1e1e1e)}.loading-box>.spinner-container{position:absolute;color:var(--color-primary, #0053ff);left:12px;top:50%;transform:translateY(-50%)}.error-box,.success-box,.info-box,.warning-box,.loading-box,.discount-box{border-radius:8px;font-size:14px;line-height:1.5;font-weight:var(--font-weight-default, 500);padding:11px 15px 11px 50px;min-height:43px;display:flex;flex-direction:row;align-items:center;width:100%;text-align:left;box-sizing:border-box;margin:15px 0;position:relative}.error-box.small,.success-box.small,.info-box.small,.warning-box.small,.loading-box.small,.discount-box.small{padding:10px 15px 10px 40px;min-height:39px}.error-box.small:before,.success-box.small:before,.info-box.small:before,.warning-box.small:before,.loading-box.small:before,.discount-box.small:before{font-size:20px;line-height:20px;width:20px;height:20px}.error-box:link,.error-box:visited,.error-box:active,.error-box:hover,.error-box:focus,.success-box:link,.success-box:visited,.success-box:active,.success-box:hover,.success-box:focus,.info-box:link,.info-box:visited,.info-box:active,.info-box:hover,.info-box:focus,.warning-box:link,.warning-box:visited,.warning-box:active,.warning-box:hover,.warning-box:focus,.loading-box:link,.loading-box:visited,.loading-box:active,.loading-box:hover,.loading-box:focus,.discount-box:link,.discount-box:visited,.discount-box:active,.discount-box:hover,.discount-box:focus{text-decoration:none}.custom-bottom-box+.error-box,.custom-bottom-box+.success-box,.custom-bottom-box+.info-box,.custom-bottom-box+.warning-box,.custom-bottom-box+.loading-box,.custom-bottom-box+.discount-box{margin-top:5px}.error-box+.error-box,.error-box+.success-box,.error-box+.info-box,.error-box+.warning-box,.error-box+.loading-box,.error-box+.discount-box,.success-box+.error-box,.success-box+.success-box,.success-box+.info-box,.success-box+.warning-box,.success-box+.loading-box,.success-box+.discount-box,.info-box+.error-box,.info-box+.success-box,.info-box+.info-box,.info-box+.warning-box,.info-box+.loading-box,.info-box+.discount-box,.warning-box+.error-box,.warning-box+.success-box,.warning-box+.info-box,.warning-box+.warning-box,.warning-box+.loading-box,.warning-box+.discount-box,.loading-box+.error-box,.loading-box+.success-box,.loading-box+.info-box,.loading-box+.warning-box,.loading-box+.loading-box,.loading-box+.discount-box,.discount-box+.error-box,.discount-box+.success-box,.discount-box+.info-box,.discount-box+.warning-box,.discount-box+.loading-box,.discount-box+.discount-box{margin-top:-7px}.error-box>.button.text,.success-box>.button.text,.info-box>.button.text,.warning-box>.button.text,.loading-box>.button.text,.discount-box>.button.text{color:inherit}.error-box>.button.text:disabled,.error-box>.button.text.disabled,.success-box>.button.text:disabled,.success-box>.button.text.disabled,.info-box>.button.text:disabled,.info-box>.button.text.disabled,.warning-box>.button.text:disabled,.warning-box>.button.text.disabled,.loading-box>.button.text:disabled,.loading-box>.button.text.disabled,.discount-box>.button.text:disabled,.discount-box>.button.text.disabled{opacity:.4}@media (max-width: 400px){.error-box,.success-box,.info-box,.warning-box,.loading-box,.discount-box{flex-direction:column;align-items:flex-start}}@media (min-width: 401px){.error-box>.button,.success-box>.button,.info-box>.button,.warning-box>.button,.loading-box>.button,.discount-box>.button{flex-shrink:0;justify-self:stretch;padding:0 0 0 15px;margin:-15px 0 -15px auto}}.error-box:before,.success-box:before,.info-box:before,.warning-box:before,.discount-box:before{position:absolute;font-size:24px;left:12px;top:50%;transform:translateY(-50%)}.error-box.icon,.success-box.icon,.info-box.icon,.warning-box.icon,.discount-box.icon{display:flex;width:auto;height:auto;overflow:visible;white-space:inherit}.error-box.selectable,.success-box.selectable,.info-box.selectable,.warning-box.selectable,.discount-box.selectable{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;cursor:pointer}.error-box.selectable:active,.success-box.selectable:active,.info-box.selectable:active,.warning-box.selectable:active,.discount-box.selectable:active{opacity:.5}.modal-backdrop:after,.sheet:after,.popup:after{background:#000000b3;content:"";position:absolute;left:0;top:0;bottom:0;right:0;opacity:1;contain:strict;transition:opacity .3s;z-index:0}.modal,.modal-dynamic-size,.sheet,.positionable-sheet,.modal-full-height,.popup{position:fixed;position:var(--sheet-position, fixed);left:0;top:0;right:0;display:block;z-index:10000;contain:strict;bottom:auto;height:100vh;height:100dvh;height:calc(var(--vh, 1vh) * 100);--popup-padding-top-raw: var(--st-safe-area-top, 0px);--popup-padding-bottom-raw: max(0px, var(--st-safe-area-bottom, 0px), var(--keyboard-height, 0px), var(--bottom-padding, 0px));--popup-padding-top-full: var(--popup-padding-top-raw);--popup-padding-bottom-full: var(--popup-padding-bottom-raw);--popup-padding-top-outside: var(--popup-padding-top-full, 0px);--popup-padding-bottom-outside: var(--popup-padding-bottom-full, 0px);--popup-height: calc(var(--vh, 1vh) * 100 - var(--popup-padding-top-outside, 0px) - var(--popup-padding-bottom-outside, 0px))}@supports not (overscroll-behavior: contain){.modal,.modal-dynamic-size,.sheet,.positionable-sheet,.modal-full-height,.popup{touch-action:none}}@media (max-height: 900px){.modal,.modal-dynamic-size,.sheet,.positionable-sheet,.modal-full-height,.popup{--navigation-bar-margin: 10px}}.modal>div:first-child,.modal-dynamic-size>div:first-child,.sheet>div:first-child,.positionable-sheet>div:first-child,.modal-full-height>div:first-child,.popup>div:first-child{--popup-padding-top-inside: max(0px, calc(var(--popup-padding-top-full, 0px) - var(--popup-padding-top-outside, 0px)));--popup-padding-bottom-inside: max(0px, calc(var(--popup-padding-bottom-full, 0px) - var(--popup-padding-bottom-outside, 0px)));overflow:hidden;overflow:clip;-webkit-overflow-scrolling:touch;box-sizing:border-box;--saved-vh: var(--vh, 1vh);z-index:1;width:auto;contain:layout style paint;touch-action:auto;overscroll-behavior:contain}.modal>div:first-child>.scrollable-container,.modal-dynamic-size>div:first-child>.scrollable-container,.sheet>div:first-child>.scrollable-container,.positionable-sheet>div:first-child>.scrollable-container,.modal-full-height>div:first-child>.scrollable-container,.popup>div:first-child>.scrollable-container{overflow:hidden;overflow:clip;contain:layout style paint;height:100%;--vh: calc(var(--popup-height, 0px) / 100);--keyboard-height: 0px;--bottom-padding: 0px;--st-safe-area-bottom: var(--popup-padding-bottom-inside, 0px);--st-safe-area-top: var(--popup-padding-top-inside, 0px)}.modal>div:first-child:after,.modal-dynamic-size>div:first-child:after,.sheet>div:first-child:after,.positionable-sheet>div:first-child:after,.modal-full-height>div:first-child:after,.popup>div:first-child:after{background:#0006;content:"";position:absolute;left:0;top:0;bottom:0;right:0;opacity:0;contain:strict;visibility:hidden;z-index:20000;transition:opacity .3s,visibility step-end .3s}.modal>div:first-child .st-view,.modal-dynamic-size>div:first-child .st-view,.sheet>div:first-child .st-view,.positionable-sheet>div:first-child .st-view,.modal-full-height>div:first-child .st-view,.popup>div:first-child .st-view{width:min(100vw,var(--st-popup-width, 800px))}.modal.show-enter-active:after,.show-enter-active.modal-dynamic-size:after,.show-enter-active.sheet:after,.show-enter-active.positionable-sheet:after,.show-enter-active.modal-full-height:after,.show-enter-active.popup:after{transition:opacity .3s}.modal.show-enter-active>div:first-child,.show-enter-active.modal-dynamic-size>div:first-child,.show-enter-active.sheet>div:first-child,.show-enter-active.positionable-sheet>div:first-child,.show-enter-active.modal-full-height>div:first-child,.show-enter-active.popup>div:first-child{transition:transform .3s cubic-bezier(0,0,.2,1),opacity .3s}.modal.show-leave-active:after,.show-leave-active.modal-dynamic-size:after,.show-leave-active.sheet:after,.show-leave-active.positionable-sheet:after,.show-leave-active.modal-full-height:after,.show-leave-active.popup:after{transition:opacity .3s}.modal.show-leave-active>div:first-child,.show-leave-active.modal-dynamic-size>div:first-child,.show-leave-active.sheet>div:first-child,.show-leave-active.positionable-sheet>div:first-child,.show-leave-active.modal-full-height>div:first-child,.show-leave-active.popup>div:first-child{transition:transform .3s cubic-bezier(.4,0,1,1),opacity .3s}.modal.show-enter-from.animated:after,.show-enter-from.animated.modal-dynamic-size:after,.show-enter-from.animated.sheet:after,.show-enter-from.animated.positionable-sheet:after,.show-enter-from.animated.modal-full-height:after,.show-enter-from.animated.popup:after,.modal.show-leave-to:after,.show-leave-to.modal-dynamic-size:after,.show-leave-to.sheet:after,.show-leave-to.positionable-sheet:after,.show-leave-to.modal-full-height:after,.show-leave-to.popup:after{opacity:0}.modal.show-enter-from.animated>div:first-child,.show-enter-from.animated.modal-dynamic-size>div:first-child,.show-enter-from.animated.sheet>div:first-child,.show-enter-from.animated.positionable-sheet>div:first-child,.show-enter-from.animated.modal-full-height>div:first-child,.show-enter-from.animated.popup>div:first-child,.modal.show-leave-to>div:first-child,.show-leave-to.modal-dynamic-size>div:first-child,.show-leave-to.sheet>div:first-child,.show-leave-to.positionable-sheet>div:first-child,.show-leave-to.modal-full-height>div:first-child,.show-leave-to.popup>div:first-child{opacity:0}@media not all and (prefers-reduced-motion){.modal.show-enter-from.animated>div:first-child,.show-enter-from.animated.modal-dynamic-size>div:first-child,.show-enter-from.animated.sheet>div:first-child,.show-enter-from.animated.positionable-sheet>div:first-child,.show-enter-from.animated.modal-full-height>div:first-child,.show-enter-from.animated.popup>div:first-child,.modal.show-leave-to>div:first-child,.show-leave-to.modal-dynamic-size>div:first-child,.show-leave-to.sheet>div:first-child,.show-leave-to.positionable-sheet>div:first-child,.show-leave-to.modal-full-height>div:first-child,.show-leave-to.popup>div:first-child{transform:translate(-50%,50vh)}}.modal-full-height>div:first-child,.popup>div:first-child{height:var(--popup-height)}.popup{--popup-padding-top-outside: max(var(--popup-padding-top-full, 0px), calc(40px * var(--keyboard-closed, 1)));--popup-padding-bottom-outside: max(0px, calc(80px - var(--popup-padding-top-outside, 0px)));--st-horizontal-padding: var(--popup-horizontal-padding, 40px)}@media (min-height: 1200px){.popup{--popup-padding-top-outside: max(var(--popup-padding-top-full, 0px), calc( calc(50vh - 550px) * var(--keyboard-closed, 1)));--popup-padding-bottom-outside: calc(100vh - 1100px - var(--popup-padding-top-outside, 0px))}}@media (max-height: 1000px){.popup{--popup-padding-top-outside: max(var(--popup-padding-top-full, 0px), calc(20px * var(--keyboard-closed, 1)));--popup-padding-bottom-outside: calc(20px - var(--popup-padding-top-outside, 0px))}}@media (max-height: 600px){.popup{--popup-padding-top-outside: 5px;--popup-padding-bottom-outside: 0px}}.popup~.popup:after{display:none}.popup>div:first-child{position:absolute;left:50%;top:0;background:var(--color-background-lighter, #ffffff);--color-current-background: var(--color-background-lighter, #ffffff);--color-current-background-shade: var(--color-background-lighter-shade, #f5f5f5);border-radius:15px;box-shadow:0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1));transition:transform .3s,opacity .3s,visibility step-start .3s;transform:translate(-50%,var(--popup-padding-top-outside, 0px));transform-origin:50% 0%;visibility:visible}@media (max-height: 1000px){.popup>div:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0}}.popup>div:first-child:after{background:#0006;content:"";position:absolute;left:0;top:0;bottom:0;right:0;opacity:0;will-change:opacity,visibility;visibility:hidden;z-index:20000;transition:opacity .3s,visibility step-end .3s}.popup.push-down-full>div:first-child{transition:transform .3s,opacity .3s,visibility step-end .3s;transform:translate3d(-50%,calc(var(--popup-padding-top-outside, 0px) - 15px),0) scale(.9);visibility:hidden;opacity:0}.popup.push-down-full>div:first-child:after{opacity:1;visibility:visible;transition:opacity .3s,visibility step-start .3s}.popup.push-down>div:first-child{transform:translate3d(-50%,calc(var(--popup-padding-top-outside, 0px) - 10px),0) scale(.95)}.popup.push-down>div:first-child:after{opacity:1;visibility:visible;transition:opacity .3s,visibility step-start .3s}.modal-dynamic-size .navigation-controller,.positionable-sheet .navigation-controller,.sheet .navigation-controller{transition:height .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1);will-change:height,width}.modal-dynamic-size>div:first-child,.positionable-sheet>div:first-child,.sheet>div:first-child{transition:transform .3s,opacity .3s;will-change:transform,opacity;max-height:var(--popup-height)}.modal-dynamic-size>div:first-child .st-view,.positionable-sheet>div:first-child .st-view,.sheet>div:first-child .st-view,.modal-dynamic-size>div:first-child .payconiq-banner-view,.positionable-sheet>div:first-child .payconiq-banner-view,.sheet>div:first-child .payconiq-banner-view{width:min(100vw,var(--st-sheet-width, 400px));height:auto;min-height:0;max-height:calc(var(--vh, 1vh) * 100);contain:content}.sheet{--popup-padding-top-full: max(15px, var(--popup-padding-top-raw));--popup-padding-bottom-full: max(15px, var(--popup-padding-bottom-raw))}.sheet.show-enter-from.animated>div,.sheet.show-leave-to>div{transform:translate(-50%,30vh)}.sheet>div:first-child{background:var(--color-background-lighter, #ffffff);--color-current-background: var(--color-background-lighter, #ffffff);--color-current-background-shade: var(--color-background-lighter-shade, #f5f5f5);border-radius:15px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) translateY(calc(var(--popup-padding-top-outside, 0px) / 2 - var(--popup-padding-bottom-outside, 0px) / 2));transform-origin:50% 50%;box-shadow:0 10px 60px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1)),0 15px 30px 0 var(--color-overlay-shadow, rgba(0, 0, 0, .1))}.positionable-sheet{--popup-padding-top-full: max( var(--popup-padding-top-raw), var(--sheet-position-top, 0px) );--st-horizontal-padding: var(--sheet-horizontal-padding, 30px);--st-vertical-padding: var(--sheet-vertical-padding, 30px)}.positionable-sheet.show-enter-from.animated>div:first-child,.positionable-sheet.show-leave-to>div:first-child{transform:translateY(calc(var(--popup-padding-top-outside, 0px) - 40px))}.positionable-sheet.show-enter-active:after{transition:opacity .2s}.positionable-sheet.show-enter-active>div:first-child{transition:transform .2s cubic-bezier(0,0,.2,1),opacity .2s}.positionable-sheet.show-leave-active:after{transition:opacity .2s}.positionable-sheet.show-leave-active>div:first-child{transition:transform .2s cubic-bezier(.4,0,1,1),opacity .2s}.positionable-sheet>div:first-child{background:var(--color-background, #ffffff);--color-current-background: var(--color-background, #ffffff);--color-current-background-shade: var(--color-background-shade, #f5f5f5);border-radius:15px;border:var(--border-width-thin, 1px) solid var(--color-gray-2, #D1D1D1);position:absolute;left:var(--sheet-position-left);right:var(--sheet-position-right);transform:translateY(var(--popup-padding-top-outside, 0px));transform-origin:100% 0%}.navigation-controller{overflow:visible;position:relative}.navigation-controller>.modal-push-enter-from,.navigation-controller>.modal-push-enter-active{position:relative;z-index:100}.navigation-controller>.modal-push-enter-from>div,.navigation-controller>.modal-push-enter-active>div{min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);background:#fff;background:var(--color-white, white);will-change:transform;transition:transform .3s cubic-bezier(0,0,.2,1);transform:translateY(100vh)}.navigation-controller>.modal-push-leave-from,.navigation-controller>.modal-push-leave-active{position:absolute;pointer-events:none;top:0;left:0;right:0;bottom:0;contain:strict;transition:filter .3s}.navigation-controller>.modal-push-leave-from>div,.navigation-controller>.modal-push-leave-active>div{width:100%;height:100%}.navigation-controller>.modal-push-enter-to>div{transform:translateY(0)}.navigation-controller>.modal-push-leave-to{filter:brightness(80%)}.navigation-controller>.modal-pop-leave-active>div{transition:transform .25s cubic-bezier(.4,0,1,1)}.navigation-controller>.modal-pop-leave-from,.navigation-controller>.modal-pop-leave-active{position:absolute;z-index:10000;pointer-events:none;top:0;left:0;right:0;bottom:0}.navigation-controller>.modal-pop-leave-from>div,.navigation-controller>.modal-pop-leave-active>div{background:#fff;background:var(--color-white, white);width:100%;height:100%}.navigation-controller>.modal-pop-enter-from,.navigation-controller>.modal-pop-enter-active{position:relative}.navigation-controller>.modal-pop-leave-to>div{transform:translateY(100vh)}.navigation-controller>.push-enter-active{-webkit-user-select:none;user-select:none}.navigation-controller>.push-enter-active>div{transition:transform .3s}.navigation-controller>.push-leave-active{-webkit-user-select:none;user-select:none;transition:filter .3s}.navigation-controller>.push-leave-active>div{transition:transform .3s}.navigation-controller>.push-enter-from,.navigation-controller>.push-enter-active{position:relative;z-index:1000}.navigation-controller>.push-enter-from>div,.navigation-controller>.push-enter-active>div{will-change:transform}.navigation-controller>.push-leave-from,.navigation-controller>.push-leave-active{position:absolute;pointer-events:none;top:0;left:0;right:0;bottom:0;will-change:filter;contain:strict}.navigation-controller>.push-leave-from>div,.navigation-controller>.push-leave-active>div{width:100%;height:100%;contain:strict;will-change:transform}.navigation-controller>.push-leave-to{filter:brightness(80%)}.navigation-controller>.push-enter-from>div{transform:translate(100%);transform:translate(calc(100% * var(--direction-scale-x, 1)))}.navigation-controller>.push-leave-to>div{transform:translate(-40%);transform:translate(calc(-40% * var(--direction-scale-x, 1)))}.navigation-controller>.pop-enter-active{-webkit-user-select:none;user-select:none;transition:filter .25s}.navigation-controller>.pop-enter-active>div{transition:transform .25s}.navigation-controller>.pop-leave-active{-webkit-user-select:none;user-select:none}.navigation-controller>.pop-leave-active>div{transition:transform .25s}.navigation-controller>.pop-enter-from,.navigation-controller>.pop-enter-active{position:relative}.navigation-controller>.pop-enter-from>div,.navigation-controller>.pop-enter-active>div{will-change:transform}.navigation-controller>.pop-leave-from,.navigation-controller>.pop-leave-active{position:absolute;pointer-events:none;top:0;left:0;right:0;bottom:0;z-index:1000;contain:strict}.navigation-controller>.pop-leave-from>div,.navigation-controller>.pop-leave-active>div{width:100%;height:100%;will-change:transform;contain:strict}.navigation-controller>.pop-enter-from{filter:brightness(80%)}.navigation-controller>.pop-enter-from>div{transform:translate(-40%);transform:translate(calc(-40% * var(--direction-scale-x, 1)))}.navigation-controller>.pop-leave-to>div{transform:translate(100%);transform:translate(calc(100% * var(--direction-scale-x, 1)))}.split-view-controller{position:relative;width:100%;box-sizing:border-box;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100)}.split-view-controller>.master{flex-shrink:0;flex-grow:0;position:sticky;left:0;top:0;height:100vh;height:calc(var(--vh, 1vh) * 100);overflow:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.split-view-controller>.master:last-child{position:relative;overflow:visible;width:100%;height:auto}.split-view-controller[data-has-detail=true]{display:grid;grid-template-columns:320px 1fr;grid-template-columns:var(--split-view-width, 320px) 1fr}.split-view-controller[data-has-detail=true]>.master{min-width:0}.split-view-controller[data-has-detail=true]>.detail{min-width:0;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100)}@font-face{font-family:icons;font-display:block;src:url(data:font/woff2;base64,d09GMgABAAAAAAT0AAsAAAAAClQAAASmAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIEoBmAAhQ4KhRiEXwE2AiQDTAsoAAQgBYNyB4EEGzAJo6KUrgGQ/fPAdkaXtAF0dGRcyspLj2aTJIlyk5svpQ4JodMdTvIa/PO/lt73gWYCTC4qMrEEDqgMugqFrKqSFabC96ytULu5VCujLeoVF2XhCQM7NppctZWpl3y2flHW45uHf+/ZfW9rsP0P/UJMLCipEwwohJQD3aTNpXgezdfhi6SoT2KzuG2iH8x0lRTfzKZ2Yxhl6uH/c69yFlAonptJy+GP/f7PWl1zgNV7vIBj7uMLvCDFOhaMuwyvHVS3H4NAsW6Lud08vbrTiSbunKMtFcLemrsNuhM2yWEOkkQOddUmbeZx6Y2DyEuyomJNJrBFq6zSslHNCDo5Xtq7k2c5Ldp1EEtertbG+RujTjDfzhd8db9ffxuRYPiCdoPd93Vwfy6Wsw1wXi+WMQ42T8ADC5YXm9YPX/RL8ZuWWSWvY/Wao12/iAUXCItMu1yzmTJ5f5HUSxOA1Ejtho37DRsHRZt66ZSXPDTpFLUKMpmt+OOooTUXbZtX/wMqeW8nHRGtrQMIqwE0tHSCCxMFXKENXKMGN/DgMSrwFBk8Qwt4jnbwEgm8Qid4jQjeoRW8RwAfnB34HxqunqABegEN0CuIT61nF4DZYWv/QZfbNl1imGs5PW33fi0nuaeVWMQ19e/ye8YjcdJ2DEhTwF0OBEH2mU//820UcvcyxsAev8v0/l2QlWjHDTwY2AP4v8detwKIn24hL06akr1myH6/KFZP9TvuHgL8/1Od+MsdnTp2rVaImxK3FsdIHZk+I20iM8VnngKDHJ8zW//pIUj+6Mw4+qcF9/7JiDpVpM5Mha0YS1mwKp7khI4q/vWVHT88rdxwfix4TI+pQpyUMjPVXUSJSVP8br8kOXGyf5/AGzt1hRujHmUPilBrHnAvVmnUEaheWY92UB26r8VEhqOxjOAWth7Xsy0ZRrTZuYXtwT1sS0E9sImsQGH+P4k2zj00NzsKtbiOHkuT/tmeu3eqrFPSfbnLOQxH8SoehZiTuwv28wbeOjehHuS67Wqv2uRcDNo2PIwojILmegmKKy0XxWmvFD/+WomQGtF8qDL6hbgKowc4qTywR9HrOyIyE3HioLegspCQsqC6cESUQnvFAc3rjBhdU00rq9bMUU4Vg3parBuhi66l0l6pO6XIQHy3f8ZZV2BajnnQn9GwDQAgHX5f8oRcvfmkAQOGqyLbi89zF+nCTDDnRid1dpMdXQAGFAU0UUm7P8OXiK9cBObHEULh7xDA5Gwd8Cq9amCNCUCxZPboSpc9XaoZKa4RjFZPYRWfTc72BV6vnwiK3yiOfR5cmY32wKvkZ9qUjAnx6kbvlPJOZbBYXafe45aEEhqFwUc7yNVmabYerJMWgxsVI2YdxKR78jbdmsXVbO0271enXgu34ymRPSMbJYYSGufn35HMpThYeWDDqnWc6ZYE740MCWe91Bp4pbKx9JpZG7hFeVUAbTfjKjYwpgw9z99oj3hm6r5BQ7Sypi92W5WmAxvFFVwGFNoX6YqUlZNXUFRSVlGlWi1qVZvaddahi66kV2OUBPkkaC2sGHpeY9v3rJlAv08DBgkEEBgCKNTgIUIL2Tk=) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAaMAAsAAAAAClQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAAHgAAACoIcomQ09TLzIAAAGAAAAAQQAAAGBWg1F0Y21hcAAAAcQAAADdAAACjptQLkVnbHlmAAACpAAAAdgAAAKYuP+MFGhlYWQAAAR8AAAAMAAAADZ2UcQuaGhlYQAABKwAAAAYAAAAJAdVA/xobXR4AAAExAAAABEAAABMD6AAAGxvY2EAAATYAAAAFAAAACgKigsebWF4cAAABOwAAAAfAAAAIAEgAFNuYW1lAAAFDAAAAR0AAAHyFNvC+HBvc3QAAAYsAAAAXgAAAISkdaQOeJxNjTsOwkAMRF/2A0t282FLSk5ASUWFqChzgVQoUpSK+4vJRpGwZI3njS1TATU3Hpjn6z3QzuN34YJjqzX/n6t5+oyE3SlzRYN6wJK4ci98ZQeOeOlJP2KhRq6hFYnSWvtGW1mJLyRLrVxDz1kXVj7R/QBQZwdQeJxjYGG4zDiBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgOMCR+ZGF+AeRGsTiBhRlRFHEAAFugCpYAAAB4nL3SPXLCMBCG4VdYmD/bgCdFCoocIJfKJHQMYYAZ4DZUnI1WJ4BvpS1SpkmkefyzlmbXkoAhUMm7RAg3AtauioYcr5jmeOSo94W6jf9gzYadYpcUH48c+VRky55TCjnys4U880X9lRVvikyZ0yj/jAmtvo3pGdFRs9TogbJYPTV/31RJMyyPKqZVKf0Iunr5D7l/05p8vftbj611oZ3Rqhdz+XI2Y+3szzZuJls3kW/Xys4tZO/GcnCW9+i0PJxcJ2dnu3VxWr0UCjtJaVBg96qwk5RiQXwCtZYlRAAAAHicZZIxb9NAGIbvy0EdS+dUZzvOHdgpOSMjtUpTpbYr6pKIILHRBf5Bt9KFufKMOjGxM8EOKyN/oHvyI5CYkGLxng0CCev0+fT6fU/P+ftYj+HhK75iI7ZgjMxOGFXkoM6XNEQtn1CepWQOqZD5giqaR+HOAXxDGUbHk/Z7OY8SCgeU9t5IreVq7WkjNipVSjaFeWywal8pv5ZQ6FwqbTQ0/hSWjTDaW69s7pNU23fQ6RwFFqQ/20SXhQbUP7xXTLHnLW9CjzJQ75ElLvPM7FKRZ7zbDQhgYwLnguxFZvTbO0ptMoXzgMoT+iF1aUFqYURt6Uv9TahUVDKYnBr6YE4ngaxEqkTl8GupP2p5zR3+WvnbUsBeCyyjRbn1VTNtff5Ux4ghHuupX7WnOa6S+/tSuU57jbZc8ffsHpuxZ4wFeQnSaHicH1I6MQPCPwZ8YbIi+PvD0QdAn5RZerdryNj6BjaBJv0ULr1wxcv4KG6+oGC54qsrrNz3tHw7vqPD5jvk27PLZetKjmI+7cORWHvSeHi/En268PqNaJMPpboJHgzhXl6eNTfdsYxafsUVuw/2DGOwByzMxy6NMCRmhjkyWb6kTTsPXafX/+x7t/9J3Z79AsILbQl4nGNgZGBgAGKFVrPIeH6brwzczC+AAlGcj/c1IGgGBuYc5qlAioOBCcQDACDjCed4nGNgZGBgfsHAACdzGBgZUIEwADwZAlt4nGNgYGBgfoGKyQUA7wQDrQAAAHicY2AAggiGfYxyjD74IABsLAW5eJxjYGRgYBBmcGdgZgABJiDmAkIGhv9gPgMAEX8BdAB4nF2OvU7DMBSFT/qHaBACITGbpQtS+jP2AdqZDtnTxElbJXHkuJUqMTPzFMw8Bc/FiXslKmzp+jvnHl8bwAN+EKBbAYa+dquHG6oL90l3wgPyo/AQIZ6FR1QvwmO8YiIc4glvnBAMbumMkQn3cI9auE//XXhA/hAecvqn8Ij+l/AYMb6FQ0yC0T41dbvRxbFMrGdfYm3bvanVPJp5vda1tonTmdqeVXsqFs7lKremUitTO12WRjXWHHTqop1zzXI6zcWPUlNhjxSGf26xgUaBI0oksFf+H8VMWO90WmGOCLOr/pr92mcSOJ4ZM1ucWVucOHtB1yGnzpkxqEgrf7dLl9yGTuN7Bzop/Qg7f6vBElPu/F8+8q9XvzD1U2IAAAB4nG3BSQ6DMBAAwWm2OIQtwAct2zfLgwAJ+D0HrlRJJo9a3k1k5BSUVHwwfKn50dDS0TPwZ2RiFhPOPazJRuP1SFGtL5wuV+miboHAyc5KwhLxKAeOhYtN5AaNuRG+AAA=) format("woff")}.icon:before,.icon-base:before,.icon.stroke:after{font-family:icons!important;font-style:normal;font-weight:400!important}.icon.external:before,.icon-base.external:before,.icon.stroke.external:after{content:""}.icon.download:before,.icon-base.download:before,.icon.stroke.download:after{content:""}.icon.copy:before,.icon-base.copy:before,.icon.stroke.copy:after{content:""}.icon.close:before,.icon-base.close:before,.icon.stroke.close:after{content:""}
