/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  --primary-color: rgb(78, 153, 228);
  --secondary-color: rgb(30, 115, 199);
  --tertiary-color: rgb(22, 85, 147);
  font-family: Arial, Helvetica, "sans-serif";
  overflow-y: scroll;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}
p:not(:first-child) {
  margin-top: 1rem;
}
p:not(:last-child) {
  margin-bottom: 1rem;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

.component-block {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.component-block:not(:first-child) {
  margin-top: 1rem;
}
.component-block:not(:last-child) {
  margin-bottom: 1rem;
}
.component-block.brand {
  background-color: var(--primary-color);
  color: #ffffff;
}
.component-block.no-padding {
  padding: 0;
}

.component-block-group {
  margin-top: 0;
  margin-bottom: 0;
}
.component-block-group:not(:first-child) {
  margin-top: 1rem;
}
.component-block-group:not(:last-child) {
  margin-bottom: 1rem;
}
.component-block-group > .component-block {
  margin: 0;
}
.component-block-group > .component-block:not(:only-child, :first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.component-block-group > .component-block:not(:only-child, :last-child) {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.component-breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.component-breadcrumbs:not(:first-child) {
  margin-top: 1rem;
}
.component-breadcrumbs:not(:last-child) {
  margin-bottom: 1rem;
}

.component-breadcrumbs-item {
  color: #6b7280;
  font-size: 0.8rem;
  font-weight: bold;
}
.component-breadcrumbs-item a {
  color: inherit;
  text-decoration: none;
}
.component-breadcrumbs-item a:hover {
  text-decoration: underline;
}
.component-breadcrumbs-item:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
}
.component-breadcrumbs-item:last-child {
  color: var(--primary-color);
}

.component-bubble-list {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.component-bubble-list:not(:first-child) {
  margin-top: 1rem;
}
.component-bubble-list:not(:last-child) {
  margin-bottom: 1rem;
}

.component-bubble-list-item {
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  padding: 0.5rem;
}

.component-button {
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  all: unset;
  background-color: var(--primary-color);
  border: none;
  border-radius: 0.625rem;
  color: var(--profile-text-color, #ffffff);
  display: flex;
  font-family: inherit;
  font-size: inherit;
  gap: 0.625rem;
  padding: 0.625em;
  text-align: inherit;
  text-decoration: none;
  transition: background-color 0.2s;
}
.component-button:not(:first-child) {
  margin-top: 1rem;
}
.component-button:not(:last-child) {
  margin-bottom: 1rem;
}
.component-button:not(:disabled):focus, .component-button:not(:disabled):hover {
  background-color: var(--secondary-color);
  cursor: pointer;
  text-decoration: none;
}
.component-button:disabled {
  background-color: #9ca3af;
  color: #d1d5db;
}
.component-button > .icon,
.component-button > .external {
  max-height: 1em;
}

.component-button-group {
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.component-button-group:not(:first-child) {
  margin-top: 1rem;
}
.component-button-group:not(:last-child) {
  margin-bottom: 1rem;
}
.component-button-group.right-aligned {
  justify-content: flex-end;
}
.component-button-group > .component-button {
  margin: 0;
}

.component-button-list,
.component-button-centered-list {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.component-button-list:not(:first-child),
.component-button-centered-list:not(:first-child) {
  margin-top: 1rem;
}
.component-button-list:not(:last-child),
.component-button-centered-list:not(:last-child) {
  margin-bottom: 1rem;
}
.component-button-list > .component-button,
.component-button-centered-list > .component-button {
  margin: 0;
}
.component-button-list > .component-button:not(:only-child):first-child,
.component-button-centered-list > .component-button:not(:only-child):first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.component-button-list > .component-button:not(:first-child, :last-child),
.component-button-centered-list > .component-button:not(:first-child, :last-child) {
  border-radius: 0;
}
.component-button-list > .component-button:not(:only-child):last-child,
.component-button-centered-list > .component-button:not(:only-child):last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.component-button-centered-list > .component-button {
  justify-content: center;
}

.component-content-wrapper {
  --max-width: 85rem;
  display: grid;
  grid-template-areas: ". content .";
  grid-template-columns: 1fr minmax(0px, var(--max-width)) 1fr;
}
.component-content-wrapper > * {
  grid-area: content;
  position: relative;
}

.component-cookie-banner {
  background-color: var(--tertiary-color);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  padding: 1rem;
  z-index: 1;
}
.component-cookie-banner .inner-wrapper {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
}
.component-cookie-banner .inner-wrapper > * {
  margin: 0 !important;
}

.component-form {
  margin-top: 0;
  margin-bottom: 0;
}
.component-form:not(:first-child) {
  margin-top: 1rem;
}
.component-form:not(:last-child) {
  margin-bottom: 1rem;
}

.component-form-label {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.component-form-label:not(:first-child) {
  margin-top: 1rem;
}
.component-form-label:not(:last-child) {
  margin-bottom: 1rem;
}

.component-form-checkbox-input {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.component-form-checkbox-input:not(:first-child) {
  margin-top: 1rem;
}
.component-form-checkbox-input:not(:last-child) {
  margin-bottom: 1rem;
}

.component-form-color-input {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 3rem;
  width: 100%;
}
.component-form-color-input:not(:first-child) {
  margin-top: 1rem;
}
.component-form-color-input:not(:last-child) {
  margin-bottom: 1rem;
}
.component-form-color-input:focus, .component-form-color-input:focus-within {
  outline: 2px solid var(--primary-color);
}
.component-form-color-input::-moz-color-swatch, .component-form-color-input::-webkit-color-swatch {
  border: none;
}

.component-form-date-input,
.component-form-email-input,
.component-form-number-input,
.component-form-password-input,
.component-form-select,
.component-form-text-input,
.component-form-textarea {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  display: block;
  padding: 0.5rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.component-form-date-input:not(:first-child),
.component-form-email-input:not(:first-child),
.component-form-number-input:not(:first-child),
.component-form-password-input:not(:first-child),
.component-form-select:not(:first-child),
.component-form-text-input:not(:first-child),
.component-form-textarea:not(:first-child) {
  margin-top: 1rem;
}
.component-form-date-input:not(:last-child),
.component-form-email-input:not(:last-child),
.component-form-number-input:not(:last-child),
.component-form-password-input:not(:last-child),
.component-form-select:not(:last-child),
.component-form-text-input:not(:last-child),
.component-form-textarea:not(:last-child) {
  margin-bottom: 1rem;
}
.component-form-date-input:focus, .component-form-date-input:focus-within,
.component-form-email-input:focus,
.component-form-email-input:focus-within,
.component-form-number-input:focus,
.component-form-number-input:focus-within,
.component-form-password-input:focus,
.component-form-password-input:focus-within,
.component-form-select:focus,
.component-form-select:focus-within,
.component-form-text-input:focus,
.component-form-text-input:focus-within,
.component-form-textarea:focus,
.component-form-textarea:focus-within {
  outline: 2px solid var(--primary-color);
}
.component-form-date-input:disabled, .component-form-date-input[readonly],
.component-form-email-input:disabled,
.component-form-email-input[readonly],
.component-form-number-input:disabled,
.component-form-number-input[readonly],
.component-form-password-input:disabled,
.component-form-password-input[readonly],
.component-form-select:disabled,
.component-form-select[readonly],
.component-form-text-input:disabled,
.component-form-text-input[readonly],
.component-form-textarea:disabled,
.component-form-textarea[readonly] {
  background-color: #dddddd;
}

.component-form-multi-text-input .inputs-container {
  margin-top: 0;
  margin-bottom: 0;
}
.component-form-multi-text-input .inputs-container:not(:first-child) {
  margin-top: 1rem;
}
.component-form-multi-text-input .inputs-container:not(:last-child) {
  margin-bottom: 1rem;
}
.component-form-multi-text-input .input-container {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
}
.component-form-multi-text-input .input-container:not(:first-child) {
  margin-top: 1rem;
}
.component-form-multi-text-input .input-container:not(:last-child) {
  margin-bottom: 1rem;
}
.component-form-multi-text-input .input-container .input {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  padding: 0.5rem;
}
.component-form-multi-text-input .input-container .remove {
  border: 1px solid #dddddd;
  border-radius: 0 0.625rem 0.625rem 0;
  cursor: pointer;
  height: 100%;
  width: 2rem;
}

.component-form-password-input {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr auto;
}
.component-form-password-input input {
  border: none;
}
.component-form-password-input input:focus {
  outline: none;
}
.component-form-password-input .toggle {
  cursor: pointer;
}

.component-form-password-strength-display {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.component-form-password-strength-display .phrase {
  color: #dddddd;
}
.component-form-password-strength-display .strength-bar {
  background-color: #dddddd;
  border-radius: 0.25rem;
  height: 0.5rem;
}
.component-form-password-strength-display .strength-bar .fill {
  border-radius: 0.25rem;
  height: 100%;
}
.component-form-password-strength-display.score-0 .phrase {
  color: #ff0000;
}
.component-form-password-strength-display.score-0 .strength-bar > .fill {
  background-color: #ff0000;
  width: 20%;
}
.component-form-password-strength-display.score-1 .phrase {
  color: #ff4000;
}
.component-form-password-strength-display.score-1 .strength-bar > .fill {
  background-color: #ff4000;
  width: 40%;
}
.component-form-password-strength-display.score-2 .phrase {
  color: #ff8000;
}
.component-form-password-strength-display.score-2 .strength-bar > .fill {
  background-color: #ff8000;
  width: 60%;
}
.component-form-password-strength-display.score-3 .phrase {
  color: #0080ff;
}
.component-form-password-strength-display.score-3 .strength-bar > .fill {
  background-color: #0080ff;
  width: 80%;
}
.component-form-password-strength-display.score-4 .phrase {
  color: #008000;
}
.component-form-password-strength-display.score-4 .strength-bar > .fill {
  background-color: #008000;
  width: 100%;
}

.component-form-textarea {
  min-height: 15rem;
  resize: vertical;
}

.component-forum-topic-reply-summary {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  padding: 1rem;
  text-decoration: none;
}
.component-forum-topic-reply-summary:not(:first-child) {
  margin-top: 1rem;
}
.component-forum-topic-reply-summary:not(:last-child) {
  margin-bottom: 1rem;
}
.component-forum-topic-reply-summary:hover {
  text-decoration: none;
}
.component-forum-topic-reply-summary .row {
  margin-top: 0;
  margin-bottom: 0;
}
.component-forum-topic-reply-summary .row:not(:first-child) {
  margin-top: 1rem;
}
.component-forum-topic-reply-summary .row:not(:last-child) {
  margin-bottom: 1rem;
}
.component-forum-topic-reply-summary .row.flairs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.component-forum-topic-reply-summary .row.main {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.component-forum-topic-reply-summary .row.main .avatar-container .avatar {
  border-radius: 50%;
  margin-right: 1rem;
}
.component-forum-topic-reply-summary .row.main .meta-container .title {
  font-size: 1.25rem;
}
.component-forum-topic-reply-summary .row.main .meta-container .text-preview {
  border-top: 1px solid #dddddd;
  padding-top: 1rem;
}
.component-forum-topic-reply-summary .row.main .stats-container {
  margin-left: 1rem;
  text-align: right;
}
.component-forum-topic-reply-summary .flair {
  border-radius: 0.25rem;
  padding: 0.35rem;
}

.component-global-footer {
  background-color: var(--primary-color);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: var(--profile-text-color, #ffffff);
  margin-top: 1rem;
  padding: 1rem;
}
.component-global-footer a {
  color: inherit;
  text-decoration: none;
}
.component-global-footer a:hover {
  text-decoration: underline;
}
.component-global-footer .row:not(:last-child) {
  padding-bottom: 1rem;
}
.component-global-footer .row:not(:first-child) {
  padding-top: 1rem;
}
.component-global-footer .row.columns {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 35rem) {
  .component-global-footer .row.columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70rem) {
  .component-global-footer .row.columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.component-global-footer .column .header {
  font-size: 1.1rem;
  margin: 0;
}

.component-global-navigation {
  background-color: var(--primary-color);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: var(--profile-text-color, #ffffff);
  height: 3.5rem;
  position: relative;
  z-index: 2;
}
.component-global-navigation > .component-content-wrapper {
  height: 100%;
}
.component-global-navigation > .component-content-wrapper > * {
  align-items: center;
  display: flex;
}
@media (max-width: 50rem) {
  .component-global-navigation .link-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    background-color: var(--primary-color);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .component-global-navigation .link-container:not(.open) {
    display: none;
  }
  .component-global-navigation .link-container .component-global-navigation-link {
    width: 100%;
  }
  .component-global-navigation .link-container .link-icon {
    text-align: center;
    width: 1.25em;
  }
}
@media not (max-width: 50rem) {
  .component-global-navigation .link-container {
    flex-shrink: 0;
    height: 100%;
  }
  .component-global-navigation .component-global-navigation-menu-button {
    display: none;
  }
}

.component-global-navigation-link,
.component-global-navigation-logo {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.375rem;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
}
.component-global-navigation-link:hover,
.component-global-navigation-logo:hover {
  background-color: var(--secondary-color);
  text-decoration: none;
}
@media not (max-width: 60rem) {
  .component-global-navigation-link[data-internal-name=search],
  .component-global-navigation-logo[data-internal-name=search] {
    display: none;
  }
}

.component-global-navigation-search {
  color: inherit;
  flex-basis: 100%;
  flex-shrink: 1;
  height: 100%;
  transition: 0.2s background-color;
}
.component-global-navigation-search:focus-within {
  background-color: var(--secondary-color);
}
@media (max-width: 60rem) {
  .component-global-navigation-search {
    display: none;
  }
}
.component-global-navigation-search .form {
  display: grid;
  grid-template-columns: auto 1fr;
  height: 100%;
}
.component-global-navigation-search .form .icon-container {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
}
.component-global-navigation-search .form .input {
  background-color: transparent;
  border: none;
  color: inherit;
  display: inline-block;
  font: inherit;
  width: auto;
  height: 100%;
}
.component-global-navigation-search .form .input:focus {
  outline: none;
}
.component-global-navigation-search .form .input::placeholder {
  color: inherit;
  opacity: 0.65;
}

.component-global-navigation-spacer {
  flex-basis: 100%;
  flex-shrink: 1;
}
@media not (max-width: 60rem) {
  .component-global-navigation-spacer {
    display: none;
  }
}

.component-global-navigation-menu-button,
.component-global-navigation-user-button {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
}
.component-global-navigation-menu-button:hover, .component-global-navigation-menu-button:focus,
.component-global-navigation-user-button:hover,
.component-global-navigation-user-button:focus {
  background-color: var(--secondary-color);
}

.component-global-navigation-user-button img {
  border-radius: 100%;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}

.component-popup[data-name=global-quick-drawer] {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 20rem;
  padding: 1rem;
}
.component-popup[data-name=global-quick-drawer]:not(.open) {
  display: none;
}
.component-popup[data-name=global-quick-drawer] .overflow-buttons-toggle {
  color: #6b7280;
  cursor: pointer;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: none;
}
.component-popup[data-name=global-quick-drawer] .overflow-buttons-toggle:hover {
  text-decoration: underline;
}
.component-popup[data-name=global-quick-drawer] .overflow-buttons-container {
  margin-top: 0.75rem;
}
.component-popup[data-name=global-quick-drawer] .overflow-buttons-container:not(.open) {
  display: none;
}

.component-grid {
  display: grid;
  gap: 1rem;
}
.component-grid > * {
  margin: 0 !important;
}

.component-header {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  margin: 0;
}
.component-header:not(:first-child) {
  margin-top: 1rem;
}
.component-header:not(:last-child) {
  margin-bottom: 1rem;
}

h1.component-header {
  font-size: 2em;
}

h2.component-header {
  font-size: 1.5em;
}

h3.component-header {
  font-size: 1.17em;
}

h4.component-header {
  font-size: 1em;
}

h5.component-header {
  font-size: 0.83em;
}

h6.component-header {
  font-size: 0.67em;
}

@font-face {
  font-display: swap;
  font-family: Viga;
  src: url("/fonts/Viga-Regular.ttf") format("truetype");
}
.component-logo {
  font-family: "Viga", Arial, Helvetica, "sans-serif";
  text-transform: uppercase;
}
.component-logo .space {
  display: inline-block;
  width: 0;
}

.component-not-found-info {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.component-not-found-info img {
  height: 30rem;
}

.component-notice {
  border-radius: 0.625rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
.component-notice:not(:first-child) {
  margin-top: 0.75rem;
}
.component-notice:not(:last-child) {
  margin-bottom: 0.75rem;
}
.component-notice.success {
  background-color: #d4edda;
  color: #155724;
}
.component-notice.danger {
  background-color: #f8d7da;
  color: #721c24;
}
.component-notice.warning {
  background-color: #fff3cd;
  color: #856404;
}
.component-notice.info {
  background-color: #d1ecf1;
  color: #0c5460;
}
.component-notice .icon-wrapper {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.component-notice .content {
  padding: 1rem;
}

.component-pagination {
  display: grid;
  gap: 1px;
}
.component-pagination[data-num-page-numbers="1"] {
  grid-template-columns: 1fr 1fr 1fr;
}
.component-pagination[data-num-page-numbers="2"] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.component-pagination[data-num-page-numbers="3"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.component-pagination[data-num-page-numbers="4"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.component-pagination[data-num-page-numbers="5"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.component-pagination[data-num-page-numbers="6"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.component-pagination[data-num-page-numbers="7"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.component-pagination-page {
  align-items: center;
  background-color: var(--primary-color);
  color: #ffffff;
  display: grid;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
}
.component-pagination-page:hover, .component-pagination-page.current-page {
  background-color: var(--secondary-color);
  text-decoration: none;
}
.component-pagination-page:is(:first-child) {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.component-pagination-page:is(:last-child) {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.component-popup {
  z-index: 100;
}
.component-popup:not(.open) {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.component-release-summary {
  position: relative;
}
.component-release-summary[data-is-clickable=true] {
  cursor: pointer;
}
.component-release-summary .pinned-indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.component-release-summary .row:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.component-release-summary .row.main {
  display: grid;
  padding: 1rem;
}
@media (max-width: 50rem) {
  .component-release-summary .row.main {
    grid-template-columns: auto 1fr;
  }
  .component-release-summary .row.main .title-and-summary-container {
    padding-left: 1rem;
  }
}
@media not (max-width: 50rem) {
  .component-release-summary .row.main {
    grid-template-columns: auto 1fr;
    gap: 1rem;
  }
  .component-release-summary .row.main[data-show-image=true] {
    grid-template-columns: auto 1fr auto;
  }
}
.component-release-summary .row.title-and-byline {
  padding-bottom: 0.75rem;
}
.component-release-summary .row.title-and-byline .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.component-release-summary .row.summary {
  padding-top: 0.75rem;
}
.component-release-summary .row.stats, .component-release-summary .row.categories, .component-release-summary .row.links {
  padding: 0.75rem;
}
.component-release-summary .icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 50rem) {
  .component-release-summary .icon-container {
    width: 7rem;
    height: 7rem;
  }
  .component-release-summary .icon-container .icon.fa {
    font-size: 6rem;
  }
  .component-release-summary .icon-container .icon.image {
    width: 100%;
    height: 100%;
  }
}
@media not (max-width: 50rem) {
  .component-release-summary .icon-container {
    width: 9rem;
    height: 9rem;
  }
  .component-release-summary .icon-container .icon.fa {
    font-size: 7rem;
  }
  .component-release-summary .icon-container .icon.image {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 50rem) {
  .component-release-summary .image-container {
    display: none;
  }
}
.component-release-summary .image-container .image {
  width: 16rem;
  height: 9rem;
  object-fit: cover;
}

.component-branch-release-version-summary .title {
  font-size: 1.25rem;
  font-weight: bold;
}

.component-search-form .inner-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
}
.component-search-form .inner-wrapper > * {
  margin: 0 !important;
}

body {
  background-color: #eeeeee;
}

.component-site {
  display: grid;
  grid-template-areas: "cookie-banner" "navigation" "content" "footer";
  grid-template-rows: auto auto 1fr auto;
  min-height: 100vh;
}
.component-site .component-cookie-banner {
  grid-area: cookie-banner;
}
.component-site .component-global-navigation {
  grid-area: navigation;
}
.component-site .content-wrapper {
  grid-area: content;
}
.component-site .content-wrapper[data-has-banner=false] {
  margin-top: 1rem;
}
.component-site .component-global-footer {
  grid-area: footer;
}

.component-user-grid {
  container-name: user-grid;
  container-type: inline-size;
}
.component-user-grid .cells {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

@container user-grid (width > 40rem) {
  .component-user-grid .cells {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@container user-grid (width > 60rem) {
  .component-user-grid .cells {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.component-user-grid-cell {
  color: inherit;
}
.component-user-grid-cell:hover {
  text-decoration: none;
}
.component-user-grid-cell > .component-block {
  height: 100%;
}
.component-user-grid-cell > .component-block > .inner-wrapper {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 8rem 1fr;
  height: 100%;
}
.component-user-grid-cell > .component-block > .inner-wrapper > .avatar {
  border-radius: 50%;
}
.component-user-grid-cell > .component-block > .inner-wrapper > .info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.component-user-grid-cell > .component-block > .inner-wrapper > .info > .preferred-name {
  font-size: 1.5rem;
}

.component-user-preferred-name {
  display: inline-block;
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
}
.component-user-preferred-name[data-is-deleted=true] {
  color: #ff0000;
}

.component-utility-wrapper-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.component-mod-bakery-header {
  align-items: center;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #eeeeee), var(--background-image);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: -15rem;
  padding: 2rem 1rem 17rem 1rem;
  position: relative;
}
.component-mod-bakery-header > * {
  margin: 0 !important;
}
.component-mod-bakery-header .bg-info {
  position: absolute;
  inset: 0;
}
.component-mod-bakery-header .logo-container {
  z-index: 1;
}
.component-mod-bakery-header .logo-container .logo {
  max-width: 15rem;
  transition: 0.2s transform;
}
.component-mod-bakery-header .logo-container .logo:hover {
  transform: scale(1.05);
}
.component-mod-bakery-header .tagline {
  color: #ffffff;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.component-mod-bakery-header .bg-info {
  color: #ffffff;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  font-size: 0.75rem;
  text-align: center;
}
.component-mod-bakery-header .bg-info a {
  color: inherit;
}

.component-release-media-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 30rem) {
  .component-release-media-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 60rem) {
  .component-release-media-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.component-release-media-gallery-item {
  position: relative;
}
.component-release-media-gallery-item .image {
  aspect-ratio: 16/9;
  border-radius: 0.625rem;
  width: 100%;
}
.component-release-media-gallery-item .play-button-container {
  position: absolute;
  inset: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.component-release-media-gallery-item .play-button-container .play-button {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  padding: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
}
.component-release-media-gallery-item .play-button-container .play-button .icon {
  color: #000000;
  font-size: 2rem;
}

body {
  --primary-color: rgb(51, 51, 51);
  --secondary-color: rgb(177, 130, 58);
  --tertiary-color: rgb(29, 29, 29);
}

/*# sourceMappingURL=client.css.map */
