/* Reset & base styles */
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;
  background-color: #EDEDED;
  min-height: 100vh;
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"], input[type="email"], select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
u {
  text-decoration: underline;
}
strong {
  color: inherit;
  font-weight: bolder;
}
em {
  font-style: italic;
}
code {
  background-color: rgba(144, 144, 144, 0.25);
  border-radius: 0.25em;
  font-family: 'Lucida Console', 'Courier New', monospace;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  text-indent: 0;
}
spoiler-text {
  -webkit-text-stroke: 0;
  background-color: rgba(32, 32, 32, 0.75);
  text-shadow: none;
  text-stroke: 0;
  color: transparent;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}
spoiler-text.active {
  color: #FFFFFF;
  cursor: text;
}
s {
  text-decoration: line-through;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.25s ease;
}
a[onclick]:not([href]) {
  cursor: pointer;
}
.unloaded-script {
  display: none;
}

/* Layout & wrapper */
.site-wrapper {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 2.25rem 0;
}
.site-main {
  --alignment: left;
  --flex-alignment: flex-start;
  --padding-horizontal: 3rem;
  --padding-vertical: 3rem;
  --spacing: 0.75rem;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  position: relative;
  text-align: var(--alignment);
  z-index: 1;
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 2rem;
}
.site-main > .inner {
  max-width: 60rem;
  width: 100%;
  padding: var(--padding-vertical) var(--padding-horizontal);
  position: relative;
  z-index: 1;
}
.site-main > .inner > header {
  margin-bottom: var(--spacing);
}
.site-main > .inner > footer {
  margin-top: var(--spacing);
}
.site-main > .inner > * > * {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}
.site-main > .inner > * > :first-child {
  margin-top: 0 !important;
}
.site-main > .inner > * > :last-child {
  margin-bottom: 0 !important;
}

/* Text components */
.text-component {
  direction: ltr;
  position: relative;
  orphans: 2;
  widows: 2;
}
.text-component span.p {
  display: block;
  position: relative;
}
.text-component span[style], .text-component strong, .text-component a, .text-component code, .text-component mark, .text-component spoiler-text {
  -webkit-text-fill-color: currentcolor;
}
.text-component.instance-8, .text-component.instance-1 {
  text-align: center;
  font-size: 2.125em;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.text-component.instance-7, .text-component.instance-3 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.text-component.instance-4, .text-component.instance-5, .text-component.instance-6 {
  text-align: left;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.text-component.instance-10, .text-component.instance-11, .text-component.instance-13, .text-component.instance-9 {
  text-align: left;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.text-component.instance-2 {
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
}

/* Buttons */
.buttons-component {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.buttons-component > li > a {
  display: inline-block;
  padding: 0 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  background-color: #007BFF;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 4px;
}
.buttons-component > li > a:hover {
  background-color: #0056b3;
}

/* Lists */
.list-component {
  display: block;
}
.list-component ul {
  width: 100%;
}
.list-component ul > li {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
}
.list-component ul > li::before {
  content: '';
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><circle cx="20" cy="20" r="10" fill="%23007BFF"/></svg>');
  background-position: left 60%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.78125rem;
  height: 1.875rem;
  line-height: 1.875rem;
  min-width: 0.87890625rem;
  margin-right: 0.5rem;
}
.list-component ul > li::after {
  content: '';
  width: 0.78125rem;
}

/* Divider */
.divider-component {
  display: flex;
  align-items: center;
  justify-content: var(--flex-alignment);
  min-height: 1rem;
  border: 0;
}
.divider-component::before {
  content: '';
  background-color: #000;
  height: 1px;
  width: 100%;
}

/* Form styles */
form {
  max-width: 400px;
  margin: 2rem auto;
}
form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}
form input[type="text"], form input[type="email"], form select {
  display: block;
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  box-sizing: border-box;
}
form input[type="text"]:focus, form input[type="email"]:focus, form select:focus {
  border-color: #007BFF;
  outline: none;
}
form button {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.25s;
}
form input[type="checkbox"] {
  margin-right: 0.5rem;
  width: auto;
  display: inline-block;
}

/* Responsive */
@media (max-width: 736px) {
  .site-main > .inner {
    padding: 3rem 2rem;
  }
  .site-main {
    margin: 0 1rem;
  }
}
@media (max-width: 480px) {
  .buttons-component {
    flex-direction: column;
  }
  .buttons-component > li > a {
    width: 100%;
    max-width: 32rem;
  }
  form {
    max-width: 100%;
  }
}

