/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

@font-face {
  font-family: "Ronzino";
  src: url("Ronzino-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ronzino";
  src: url("Ronzino-Oblique.woff2") format("woff2");
  font-weight: 400;
  font-style: oblique;
  font-display: swap;
}

@font-face {
  font-family: "Ronzino";
  src: url("Ronzino-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ronzino";
  src: url("Ronzino-BoldOblique.woff2") format("woff2");
  font-weight: 700;
  font-style: oblique;
  font-display: swap;
}

/* Begin */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
}

:root {
  --base: 16px;
  --sans: "Ronzino", sans-serif;
  --bold: 700;
  --black: 900;
  --pink: #f6e4e5;
  --red: #da352d;
}

html {
  font-family: var(--sans);
  font-size: var(--base);
  scroll-behavior: smooth;
}

.bold {
  font-weight: var(--bold);
}

.black {
  font-weight: var(--black);
}

body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

header {
  position: sticky;
  top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  width: 90%;
}

/* header:before {
    content: "";
    z-index: -1;
    opacity: 1;
    background: linear-gradient(#fff 85%,transparent);
    width: 100%;
    height: 110%;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0
} */

header:after {
    content: "";
    z-index: -1;
    opacity: 1;
    background: linear-gradient(#fff 55%,transparent);
    width: 100%;
    height: 110%;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0
}

main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
}

nav {
  display: flex;
  justify-content: space-between;
}

nav a {
  text-decoration: none;
  color: inherit;
}

ul.menu li {
  cursor: pointer;
}

ul.menu li:hover a {
  text-decoration: underline;
}

ul.menu li:last-child:hover a {
  text-decoration: none;
}

ul.menu li:last-child:hover {
  color: black;
  background: white;
  border: 1px solid black;
}

ul.menu {
  display: flex;
  column-gap: 2rem;
  font-size: 1.5vw;
  align-items: center;
}

ul.menu li:last-child {
  background-color: black;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: 1px solid black;
}

ul.logo li {
  max-width: 20rem;
}

section {
  width: 60%;
  margin-bottom: 2rem;
  scroll-margin-top: 6rem;
}

h2[id] {
  scroll-margin-top: 6rem;
}

.section-title {
  padding: 2rem;
  background-color: var(--pink);
  color: var(--red);
  font-size: 1.8rem;
  text-align: center;
  font-weight: var(--bold);
  margin-bottom: 2rem;
}

section p, section h2 {
  font-size: 1.5rem;
  line-height: 1.85rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

section p {
  width: 95%;
  word-break: break-word;
  overflow-wrap: anywhere;
}

section a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

section h2 {
  font-weight: var(--bold);
}

section a {
  color: black;
  text-decoration-line: underline;
  text-decoration-color: var(--red);
}

section.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  margin-bottom: 0;
}

.column {
  grid-column: span var(--columns);
}

.column .blocks table {
  width: 100%;
}

section.grid .column .blocks p {
  margin-top: 0;
}

table {
  font-size: 1.25rem;
  table-layout: auto;
  width: auto;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}

table thead th {
  border-bottom: 1px solid black;
  padding-bottom: 0.5rem;
}

th, td {
  text-align: left;
  width: auto;
  padding-right: 5rem;
}

section ul {
  font-size: 1.5rem;
  list-style: inside;
}

form {
  font-size: 1.5rem;
}

form label {
  width: 100%;
}

form input[type="text"], form input[type="email"] {
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 1rem;
}

form input[multiple] {
  border-bottom: none;
  width: 100%;
}

label[for="99g5h1xskgnv5khl/7195bc18-34d0-4294-96e4-8e4cd2e87fb9"], label[for="99g5h1xskgnv5khl/225838c4-de71-497c-974c-45ad9f45f4e5"], label[for="99g5h1xskgnv5khl/53f68a90-6f73-4fde-a9d9-060bd44ae305"], label[for="99g5h1xskgnv5khl/6e616cbb-4be6-445f-a323-e8ea54f4e757"] {
  display: block;
  margin-bottom: 1rem;
}

form textarea {
  border: 1px solid black;
  resize: none;
  width: 100%;
  height: 6rem;
}

section.contact {
  padding-bottom: 4rem;
}

section.contact div {
  font-size: 1.5rem;
}

#menu-toggle {
  display: none;
}

.menu-label {
  display: none;
  cursor: pointer;
}

span[role="alert"] {
  color: var(--red);
  margin-bottom: 1rem;
  display: block;
}

label[for="99g5h1xskgnv5khl/b7b676f6-75ec-4873-ae39-c2a601f1b053"] {
  margin-bottom: 1rem;
  display: block;
}

button[type="submit"] {
  background-color: black;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: 1px solid black;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: white;
  color: black;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: 1px solid black;
  cursor: pointer;
}

@media screen and (max-width: 800px) {

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header nav {
  width: 95%;
  flex-wrap: wrap;
  align-items: center;
}

main {
  width: 95%;
  padding-top: 1rem;
}

section {
  width: 100%;
}

table {
  width: 100%;
}

ul.menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  padding-top: 1rem;
}

.menu-label {
  display: inline-block;
}

#menu-toggle:checked ~ .menu {
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

table {
  font-size: 1rem;
}

th, td {
  padding-right: 2rem;
}

.column {
  grid-column: span 12;
}

}
