@charset "UTF-8";
/* belgo.scss — Minimal, modern CSS reset (SCSS) */
/* design tokens */
:root {
  --base-font-size: 20px;
  --base-line-height: 1.5;
  --bg: #ffffff;
  --text: #111111;
}

/* sensible box model */
*, *::before, *::after {
  box-sizing: border-box;
  border-color: inherit;
}

/* base html / body */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--text);
  background-color: var(--bg);
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-variant-ligatures: none;
}

/* document structure defaults */
main, nav, section, article, aside, header, footer, figure {
  display: block;
}

/* remove default spacing and lists */
h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* images and media */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* forms */
input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

/* links */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/* accessibility helpers */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* focus styles: prefer user-agent visible but minimal */
:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid Highlight;
  outline-offset: 2px;
}

/* hidden attribute */
[hidden] {
  display: none !important;
}

/* smaller interactions / OS preferences */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* small utilities (optional) */
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", serif;
  font-weight: normal;
  margin-bottom: 1.5rem;
  text-align: center;
}

.wrapper {
  padding: 5vh 5vw;
  margin: 0 auto;
}

ul {
  margin: 0 1rem 1rem;
}
ul li {
  list-style-type: disc;
}

input {
  margin: 0.5rem 0;
  border: 1px solid #BBB;
  padding: 0.5rem;
  border-radius: 4px;
  width: 100%;
}
input[type=submit] {
  background-color: #007dbb;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75rem;
}
input[type=submit]:hover {
  background-color: #0e97dc;
}

.wixui-rich-text__text {
	font-size:17px;
	line-height:normal;
	text-align:center;
	font-family:caveat, cursive;
}

.comp-m1ahvewf {
	width:521px;
	height:137px;
	position: relative;
	margin:0px 0px -9px calc((100% - 980px) * 0.5);
	left: 229px;
	grid-area: 1 / 1 / 2 / 2;
	justify-self:start;
	align-self: start;
}

.comp-m1qk58u3 {
	width: 304px;
	height:auto;
	position: relative;
	margin: 0px 0px 4px calc((100% - 980px) * 0.5);
	left: 590px;
	grid-area: 2 / 1 / 3 / 2;
	justify-self: start;
	align-self: start;
	font-style:italic;
	font-weight:bold;
}

