@font-face{font-family:Roboto Slab,serif;src:url(/fonts/RobotoSlab-Regular.eot);src:url(/fonts/RobotoSlab-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/RobotoSlab-Regular.woff2) format("woff2"),url(/fonts/RobotoSlab-Regular.woff) format("woff"),url(/fonts/RobotoSlab-Regular.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua-BoldItalic.eot);src:url(/fonts/BookAntiqua-BoldItalic.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua-BoldItalic.woff2) format("woff2"),url(/fonts/BookAntiqua-BoldItalic.woff) format("woff"),url(/fonts/BookAntiqua-BoldItalic.ttf) format("truetype");font-optical-sizing:auto;font-weight:700;font-style:italic;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua-Italic.eot);src:url(/fonts/BookAntiqua-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua-Italic.woff2) format("woff2"),url(/fonts/BookAntiqua-Italic.woff) format("woff"),url(/fonts/BookAntiqua-Italic.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:italic;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua-Bold.eot);src:url(/fonts/BookAntiqua-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua-Bold.woff2) format("woff2"),url(/fonts/BookAntiqua-Bold.woff) format("woff"),url(/fonts/BookAntiqua-Bold.ttf) format("truetype");font-optical-sizing:auto;font-weight:700;font-style:normal;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua.eot);src:url(/fonts/BookAntiqua.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua.woff2) format("woff2"),url(/fonts/BookAntiqua.woff) format("woff"),url(/fonts/BookAntiqua.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:Nunito,sans-serif;src:url(/fonts/Nunito-Italic.eot);src:url(/fonts/Nunito-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/Nunito-Italic.woff2) format("woff2"),url(/fonts/Nunito-Italic.woff) format("woff"),url(/fonts/Nunito-Italic.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:italic;font-display:fallback}@font-face{font-family:Nunito,sans-serif;src:url(/fonts/Nunito-Regular.eot);src:url(/fonts/Nunito-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/Nunito-Regular.woff2) format("woff2"),url(/fonts/Nunito-Regular.woff) format("woff"),url(/fonts/Nunito-Regular.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:normal;font-display:fallback}.calculator.svelte-ymi5g7{max-width:100%;padding:var(--gap);box-sizing:border-box;font-family:system-ui,-apple-system,sans-serif;display:inline-block;border:1px solid rgba(228,180,114,.2);padding:.5rem .75rem;margin:.25rem;border-radius:.25rem}.calc-title.svelte-ymi5g7{display:block;font-size:clamp(1rem,4vw,1.2rem);font-weight:600;margin-bottom:var(--gap);text-align:left;padding-bottom:1rem}.calc-container.svelte-ymi5g7{display:flex;flex-wrap:wrap;gap:var(--gap);max-width:100%;width:100%;margin-bottom:.75rem}.calc-field-container.svelte-ymi5g7{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:var(--field-size);gap:.25rem}.calc-field-container.result.svelte-ymi5g7{position:relative}.calc-field-container.result.svelte-ymi5g7 .calc-field:where(.svelte-ymi5g7){border:0;-webkit-user-select:none!important;user-select:none!important;cursor:default;color:#c5c5c500;box-shadow:none;background:none;border:1px solid rgba(197,197,197,.2);border-bottom:1px solid rgba(228,180,114,.6);pointer-events:none;touch-action:auto;box-shadow:inset 0 32px 16px -32px #0000004d,inset 0 32px 32px -32px #0006,inset 0 -32px 32px -32px #0006,inset 0 -32px 16px -32px #0009}.calc-field-container.result.svelte-ymi5g7 .calc-field:where(.svelte-ymi5g7):focus,.calc-field-container.result.svelte-ymi5g7 .calc-field:where(.svelte-ymi5g7):active{outline:none}.calc-field-container.result.svelte-ymi5g7 .result-value:where(.svelte-ymi5g7){position:absolute;top:calc(var(--field-size) / 2);left:50%;transform:translate(-50%,-50%);text-align:center;color:#c5c5c5;font-size:1.5rem}.calc-field-container.svelte-ymi5g7 .calc-field:where(.svelte-ymi5g7){width:var(--field-size);height:var(--field-size);min-width:var(--field-size);min-height:var(--field-size);text-align:center;font-size:1.25rem;border:1px solid #e4b472;border-radius:4px;background:#c5c5c51a;color:#c5c5c5;box-sizing:border-box;touch-action:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:.1s;box-shadow:inset 0 32px 16px -32px #0000004d,inset 0 32px 32px -32px #000c,inset 0 -32px 32px -32px #000c,inset 0 -32px 16px -32px #0009}.calc-field-container.svelte-ymi5g7 .calc-field:where(.svelte-ymi5g7):focus,.calc-field-container.svelte-ymi5g7 .calc-field:where(.svelte-ymi5g7):active{outline:1px solid #e4b472;border-color:#e4b472}.calc-field-container.svelte-ymi5g7 .calc-field-label:where(.svelte-ymi5g7),.calc-field-container.svelte-ymi5g7 .calc-result:where(.svelte-ymi5g7){font-size:var(--font-size-label);text-align:center;color:#c5c5c5;max-width:var(--field-size);line-height:1.2;height:2rem;white-space:normal;-webkit-hyphens:auto;hyphens:auto}.calc-field-container.svelte-ymi5g7 .calc-result:where(.svelte-ymi5g7){font-weight:600;color:#e4b472!important}.wheel.svelte-ymi5g7{display:flex;align-items:center;justify-content:center;position:relative;padding:2px;-webkit-user-select:none;user-select:none;touch-action:manipulation;cursor:ns-resize;width:100%;height:var(--field-size);overflow:visible;touch-action:none}.wheel.svelte-ymi5g7 .calc-field:where(.svelte-ymi5g7){color:transparent}.wheel.svelte-ymi5g7 .numbers:where(.svelte-ymi5g7){position:absolute;top:0;bottom:0;width:100%;overflow:hidden;display:flex;justify-content:center;pointer-events:none}.wheel.svelte-ymi5g7 .numbers:where(.svelte-ymi5g7) .input-value:where(.svelte-ymi5g7){position:absolute;transition:.1s;font-size:1.25rem;color:#c5c5c580;pointer-events:none;text-align:center}.wheel.svelte-ymi5g7 .numbers:where(.svelte-ymi5g7) .input-value-0:where(.svelte-ymi5g7){top:-90%}.wheel.svelte-ymi5g7 .numbers:where(.svelte-ymi5g7) .input-value-1:where(.svelte-ymi5g7){top:-18%}.wheel.svelte-ymi5g7 .numbers:where(.svelte-ymi5g7) .input-value-2:where(.svelte-ymi5g7){top:30%;color:#c5c5c5;font-size:1.5rem}.wheel.svelte-ymi5g7 .numbers:where(.svelte-ymi5g7) .input-value-3:where(.svelte-ymi5g7){top:84%}.wheel.svelte-ymi5g7 .numbers:where(.svelte-ymi5g7) .input-value-4:where(.svelte-ymi5g7){top:144%}input[type=number].svelte-ymi5g7::-webkit-inner-spin-button,input[type=number].svelte-ymi5g7::-webkit-outer-spin-button{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;margin:0}input[type=number].svelte-ymi5g7{appearance:textfield!important;-webkit-appearance:textfield!important;-moz-appearance:textfield!important}.bag.svelte-ymi5g7{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;border-top:1px solid rgba(197,197,197,.1)}.token-row.svelte-ymi5g7{display:flex;align-items:center;gap:.5rem}.token-chips.svelte-ymi5g7{display:flex;gap:4px;flex-wrap:wrap}.token-chip.svelte-ymi5g7{width:36px;height:36px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.5rem;color:#fff;text-transform:uppercase;font-weight:600;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0000004d,0 2px 4px #0000004d;cursor:default;line-height:1.1;text-align:center}.token-chip.svelte-ymi5g7 .side-a:where(.svelte-ymi5g7){opacity:.9}.token-chip.svelte-ymi5g7 .side-b:where(.svelte-ymi5g7){opacity:.7;font-size:.45rem}.token-chip.token-crit-miss.svelte-ymi5g7{background-color:#8b0000}.token-chip.token-neutral.svelte-ymi5g7{background-color:#4a4a4a}.token-chip.token-luck-miss.svelte-ymi5g7{background-color:#2d5a27}.token-chip.token-hit-luck.svelte-ymi5g7{background-color:#1a5276}.token-chip.token-crit-hit.svelte-ymi5g7{background-color:#6c3483}.token-chip.token-crit-luck.svelte-ymi5g7{background-color:#b7950b}.token-chip.token-double-luck.svelte-ymi5g7{background-color:#d4af37}.token-count.svelte-ymi5g7{font-weight:600;min-width:24px;color:#e4b472}.token-label.svelte-ymi5g7{font-size:.8rem;color:#c5c5c5b3}.rate-info.svelte-ymi5g7{margin-top:.75rem;padding-top:.5rem;border-top:1px solid rgba(197,197,197,.1);font-size:.85rem}.rate-info.svelte-ymi5g7 strong:where(.svelte-ymi5g7){color:#e4b472}@media (max-width: 600px){.calc-field-container.svelte-ymi5g7{width:100%;max-width:var(--field-size)}}@font-face{font-family:Roboto Slab,serif;src:url(/fonts/RobotoSlab-Regular.eot);src:url(/fonts/RobotoSlab-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/RobotoSlab-Regular.woff2) format("woff2"),url(/fonts/RobotoSlab-Regular.woff) format("woff"),url(/fonts/RobotoSlab-Regular.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua-BoldItalic.eot);src:url(/fonts/BookAntiqua-BoldItalic.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua-BoldItalic.woff2) format("woff2"),url(/fonts/BookAntiqua-BoldItalic.woff) format("woff"),url(/fonts/BookAntiqua-BoldItalic.ttf) format("truetype");font-optical-sizing:auto;font-weight:700;font-style:italic;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua-Italic.eot);src:url(/fonts/BookAntiqua-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua-Italic.woff2) format("woff2"),url(/fonts/BookAntiqua-Italic.woff) format("woff"),url(/fonts/BookAntiqua-Italic.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:italic;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua-Bold.eot);src:url(/fonts/BookAntiqua-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua-Bold.woff2) format("woff2"),url(/fonts/BookAntiqua-Bold.woff) format("woff"),url(/fonts/BookAntiqua-Bold.ttf) format("truetype");font-optical-sizing:auto;font-weight:700;font-style:normal;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua.eot);src:url(/fonts/BookAntiqua.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua.woff2) format("woff2"),url(/fonts/BookAntiqua.woff) format("woff"),url(/fonts/BookAntiqua.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:Nunito,sans-serif;src:url(/fonts/Nunito-Italic.eot);src:url(/fonts/Nunito-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/Nunito-Italic.woff2) format("woff2"),url(/fonts/Nunito-Italic.woff) format("woff"),url(/fonts/Nunito-Italic.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:italic;font-display:fallback}@font-face{font-family:Nunito,sans-serif;src:url(/fonts/Nunito-Regular.eot);src:url(/fonts/Nunito-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/Nunito-Regular.woff2) format("woff2"),url(/fonts/Nunito-Regular.woff) format("woff"),url(/fonts/Nunito-Regular.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:normal;font-display:fallback}:root{--field-size: 75px;--font-size-label: .75rem;--gap: 5px}.calculator.svelte-40vlxy{max-width:100%;padding:var(--gap);box-sizing:border-box;font-family:system-ui,-apple-system,sans-serif;display:inline-block;border:1px solid rgba(228,180,114,.2);padding:.5rem .75rem;margin:.25rem;border-radius:.25rem}.calc-title.svelte-40vlxy{display:block;font-size:clamp(1rem,4vw,1.2rem);font-weight:600;margin-bottom:var(--gap);text-align:left;padding-bottom:1rem}.calc-container.svelte-40vlxy{display:flex;flex-wrap:wrap;gap:var(--gap);max-width:100%;width:100%}@media screen and (max-width: 600px){.calc-container.svelte-40vlxy{grid-template-columns:repeat(4,var(--field-size));grid-template-rows:repeat(auto-fit,calc(var(--field-size) + 30px));align-items:start;gap:var(--gap)}}.calc-field-container.svelte-40vlxy{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:var(--field-size);gap:.25rem}.calc-field-container.result.svelte-40vlxy{position:relative}.calc-field-container.result.svelte-40vlxy .calc-field:where(.svelte-40vlxy){border:0;-webkit-user-select:none!important;user-select:none!important;cursor:default;color:#c5c5c500;box-shadow:none;background:none;border:1px solid rgba(197,197,197,.2);border-bottom:1px solid rgba(228,180,114,.6);pointer-events:none;touch-action:auto;box-shadow:inset 0 32px 16px -32px #0000004d,inset 0 32px 32px -32px #0006,inset 0 -32px 32px -32px #0006,inset 0 -32px 16px -32px #0009}.calc-field-container.result.svelte-40vlxy .calc-field:where(.svelte-40vlxy):focus,.calc-field-container.result.svelte-40vlxy .calc-field:where(.svelte-40vlxy):active{outline:none}.calc-field-container.result.svelte-40vlxy .result-value:where(.svelte-40vlxy){position:absolute;top:calc(var(--field-size) / 2);left:50%;transform:translate(-50%,-50%);text-align:center;color:#c5c5c5;font-size:1.5rem}.calc-field-container.break-row.svelte-40vlxy{grid-column:1}.calc-field-container.select.svelte-40vlxy{min-width:calc(var(--field-size) * 2 + var(--gap));max-width:calc(var(--field-size) * 2 + var(--gap));width:calc(var(--field-size) * 2 + var(--gap));grid-column:span 2;overflow:hidden}.calc-field-container.select.svelte-40vlxy .calc-field-label:where(.svelte-40vlxy),.calc-field-container.select.svelte-40vlxy .calc-result:where(.svelte-40vlxy){max-width:calc(var(--field-size) * 2)}.calc-field-container.select.svelte-40vlxy .calc-field-select:where(.svelte-40vlxy){width:calc(var(--field-size) * 2 + var(--gap));max-width:calc(var(--field-size) * 2 + var(--gap));box-sizing:border-box}.calc-field-container.svelte-40vlxy .calc-field:where(.svelte-40vlxy){width:var(--field-size);height:var(--field-size);min-width:var(--field-size);min-height:var(--field-size);text-align:center;font-size:1.25rem;border:1px solid #e4b472;border-radius:4px;background:#c5c5c51a;color:#c5c5c5;box-sizing:border-box;touch-action:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:.1s;box-shadow:inset 0 32px 16px -32px #0000004d,inset 0 32px 32px -32px #000c,inset 0 -32px 32px -32px #000c,inset 0 -32px 16px -32px #0009}.calc-field-container.svelte-40vlxy .calc-field:where(.svelte-40vlxy):focus,.calc-field-container.svelte-40vlxy .calc-field:where(.svelte-40vlxy):active{outline:1px solid #e4b472;border-color:#e4b472}.calc-field-container.svelte-40vlxy .calc-field-select:where(.svelte-40vlxy){text-align-last:center;padding:0 1.5rem 0 0;background:#c5c5c51a;position:relative;cursor:pointer;font-size:1rem;width:100%;box-shadow:none;background-image:linear-gradient(45deg,transparent 50%,#e4b472 50%),linear-gradient(135deg,#e4b472 50%,transparent 50%);background-position:calc(100% - 15px) calc(50% + 2px),calc(100% - 10px) calc(50% + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.calc-field-container.svelte-40vlxy .calc-field-label:where(.svelte-40vlxy),.calc-field-container.svelte-40vlxy .calc-result:where(.svelte-40vlxy){font-size:var(--font-size-label);text-align:center;color:#c5c5c5;max-width:var(--field-size);line-height:1.2;height:2rem;white-space:normal;-webkit-hyphens:auto;hyphens:auto}.calc-field-container.svelte-40vlxy .calc-result:where(.svelte-40vlxy){font-weight:600;color:#e4b472!important}.wheel.svelte-40vlxy{display:flex;align-items:center;justify-content:center;position:relative;padding:2px;-webkit-user-select:none;user-select:none;touch-action:manipulation;cursor:ns-resize;width:100%;height:var(--field-size);overflow:visible;touch-action:none}.wheel.svelte-40vlxy .calc-field:where(.svelte-40vlxy){color:transparent}.wheel.svelte-40vlxy .numbers:where(.svelte-40vlxy){position:absolute;top:0;bottom:0;width:100%;overflow:hidden;display:flex;justify-content:center;pointer-events:none}.wheel.svelte-40vlxy .numbers:where(.svelte-40vlxy) .input-value:where(.svelte-40vlxy){position:absolute;transition:.1s;font-size:1.25rem;color:#c5c5c580;pointer-events:none;text-align:center}.wheel.svelte-40vlxy .numbers:where(.svelte-40vlxy) .input-value-0:where(.svelte-40vlxy){top:-90%}.wheel.svelte-40vlxy .numbers:where(.svelte-40vlxy) .input-value-1:where(.svelte-40vlxy){top:-18%}.wheel.svelte-40vlxy .numbers:where(.svelte-40vlxy) .input-value-2:where(.svelte-40vlxy){top:30%;color:#c5c5c5;font-size:1.5rem}.wheel.svelte-40vlxy .numbers:where(.svelte-40vlxy) .input-value-3:where(.svelte-40vlxy){top:84%}.wheel.svelte-40vlxy .numbers:where(.svelte-40vlxy) .input-value-4:where(.svelte-40vlxy){top:144%}input[type=number].svelte-40vlxy::-webkit-inner-spin-button,input[type=number].svelte-40vlxy::-webkit-outer-spin-button{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;margin:0}input[type=number].svelte-40vlxy{appearance:textfield!important;-webkit-appearance:textfield!important;-moz-appearance:textfield!important}@media (max-width: 600px){.calc-field-container.svelte-40vlxy{width:100%;max-width:var(--field-size)}.calc-field.svelte-40vlxy{width:100%;max-width:200px}.calc-field-label.svelte-40vlxy,.calc-field-container.svelte-40vlxy .calc-result:where(.svelte-40vlxy){max-width:100%}.calc-field-select.svelte-40vlxy{background-position:calc(100% - 15px) calc(50% + 2px),calc(100% - 10px) calc(50% + 2px);background-size:5px 5px,5px 5px}}@font-face{font-family:Roboto Slab,serif;src:url(/fonts/RobotoSlab-Regular.eot);src:url(/fonts/RobotoSlab-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/RobotoSlab-Regular.woff2) format("woff2"),url(/fonts/RobotoSlab-Regular.woff) format("woff"),url(/fonts/RobotoSlab-Regular.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua-BoldItalic.eot);src:url(/fonts/BookAntiqua-BoldItalic.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua-BoldItalic.woff2) format("woff2"),url(/fonts/BookAntiqua-BoldItalic.woff) format("woff"),url(/fonts/BookAntiqua-BoldItalic.ttf) format("truetype");font-optical-sizing:auto;font-weight:700;font-style:italic;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua-Italic.eot);src:url(/fonts/BookAntiqua-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua-Italic.woff2) format("woff2"),url(/fonts/BookAntiqua-Italic.woff) format("woff"),url(/fonts/BookAntiqua-Italic.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:italic;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua-Bold.eot);src:url(/fonts/BookAntiqua-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua-Bold.woff2) format("woff2"),url(/fonts/BookAntiqua-Bold.woff) format("woff"),url(/fonts/BookAntiqua-Bold.ttf) format("truetype");font-optical-sizing:auto;font-weight:700;font-style:normal;font-display:fallback}@font-face{font-family:Book Antiqua;src:url(/fonts/BookAntiqua.eot);src:url(/fonts/BookAntiqua.eot?#iefix) format("embedded-opentype"),url(/fonts/BookAntiqua.woff2) format("woff2"),url(/fonts/BookAntiqua.woff) format("woff"),url(/fonts/BookAntiqua.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:Nunito,sans-serif;src:url(/fonts/Nunito-Italic.eot);src:url(/fonts/Nunito-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/Nunito-Italic.woff2) format("woff2"),url(/fonts/Nunito-Italic.woff) format("woff"),url(/fonts/Nunito-Italic.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:italic;font-display:fallback}@font-face{font-family:Nunito,sans-serif;src:url(/fonts/Nunito-Regular.eot);src:url(/fonts/Nunito-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/Nunito-Regular.woff2) format("woff2"),url(/fonts/Nunito-Regular.woff) format("woff"),url(/fonts/Nunito-Regular.ttf) format("truetype");font-optical-sizing:auto;font-weight:400;font-style:normal;font-display:fallback}hr.svelte-lggpcl{margin-top:2rem;width:100%}h1.svelte-lggpcl{text-align:center}
