@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/* Fonts */
/* colors */
/* break points responsive */
::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

*::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: #b1530e;
}
*::-webkit-scrollbar-thumb {
  background: #e06912;
  border: 2px solid #e06912;
}

html {
  scroll-behavior: smooth;
  font-size: 21px;
}

a {
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  color: #000;
}
@media only screen and (min-width: 900px) {
  a:hover {
    color: #000;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: unset;
  text-wrap: balance;
}

strong {
  font-weight: 800;
}

b {
  color: #e06912;
  font-weight: normal;
}

h1,
.title {
  font-size: 2.4em;
  line-height: 100%;
  text-wrap: balance;
}
h1 + *,
.title + * {
  margin-top: 0.4em;
}

h2,
.subtitle {
  font-size: 1.9em;
  line-height: 110%;
  text-wrap: balance;
}
h2 + *,
.subtitle + * {
  margin-top: 0.6em;
}

h3 {
  font-size: 1.6em;
  line-height: 110%;
  text-wrap: balance;
}
h3 + * {
  margin-top: 0.4em;
}

h4 {
  font-size: 1.3em;
  line-height: 110%;
  text-wrap: balance;
}
h4 + * {
  margin-top: 0.2em;
}

.small {
  font-size: 0.85em;
}

.vsmall {
  font-size: 0.75em;
}

.title a,
.subtitle a,
.text a,
.small a,
.vsmall a {
  text-decoration: underline;
  color: #000;
}
@media only screen and (min-width: 900px) {
  .title a:hover,
  .subtitle a:hover,
  .text a:hover,
  .small a:hover,
  .vsmall a:hover {
    color: #e06912;
  }
}

.tabular {
  font-feature-settings: "tnum" on, "lnum" on;
}

.image {
  overflow: hidden;
  margin-block: 1em;
}
.image img {
  display: block;
  width: 100%;
  border: 1px solid #000;
}
.image.up {
  position: relative;
}
.image.up:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 11px;
  display: block;
  width: 100%;
  background: url("../img/cut.svg") repeat-x center top;
  transform: scaleX(-1);
  z-index: 2;
  border-top: 1px solid white;
}
.image[class*=he] {
  position: relative;
}
.image[class*=he]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 11px;
  display: block;
  width: 100%;
  background: url("../img/cut.svg") repeat-x center top;
}
.image.he70 {
  aspect-ratio: 2/1.5;
}
.image.he60 {
  aspect-ratio: 2/1.25;
}
.image.he50 {
  aspect-ratio: 2/1;
}
.image.he40 {
  aspect-ratio: 2/0.6;
}
.image.he30 {
  aspect-ratio: 3/1;
}
.image.he20 {
  aspect-ratio: 3/0.75;
}

.piece {
  margin-block: 1em;
}
.piece img {
  display: block;
  max-width: 100%;
  border: 2px dashed #000;
}

aside {
  background-color: #f2ede8;
  padding: 30px;
  font-size: 0.8em;
}
aside nav {
  position: sticky;
  top: 30px;
}
aside nav img {
  width: 150px;
  margin-bottom: 1em;
}
aside ul {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
aside ul li ul {
  font-size: 0.9em;
  margin-top: 0.7em;
  gap: 0.5em;
}
aside ul li ul li:before {
  content: "⎿";
  position: relative;
  top: -0.5em;
  color: #e06912;
  margin-left: -0.2em;
}
aside ul li ul ul {
  margin-top: 0.9em;
  padding-left: 1.5em;
}
aside ul li ul ul li {
  margin-left: -0.3em;
}
aside ul li a {
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  aside ul li a:hover {
    color: #e06912;
  }
}

.text + .text {
  margin-top: 3em;
}
.text p {
  text-wrap: balance;
  line-height: 120%;
}
.text p + * {
  margin-top: 15px;
}
.text p + ul + p {
  margin-top: 15px;
}
.text p + h2, .text p + h3 {
  margin-top: 2em;
}
.text p + h4 {
  margin-top: 1.5em;
}
.text p i:not(.fa-regular) {
  opacity: 0.6;
}
.text p i.fa-regular {
  color: #e06912;
}
.text p i.fa-regular.blue {
  color: #2391c4;
}
.text p i.fa-regular.black {
  color: black;
}
.text p i.fa-regular.red {
  color: rgb(147, 9, 9);
}
.text .title:not(:first-child),
.text .subtitle:not(:first-child),
.text .buttons:not(:first-child) {
  margin-top: 1em;
}
.text .title + ul, .text .title + p,
.text .subtitle + ul,
.text .subtitle + p,
.text .buttons + ul,
.text .buttons + p {
  margin-top: 0.5em;
}
.text ul {
  line-height: 120%;
  font-size: 0.95em;
}
.text ul li {
  list-style: none;
}
.text ul li:before {
  content: "•";
  margin-right: 4px;
}
.text ul li + li {
  margin-top: 9px;
}
.text ul li ul {
  padding-left: 1.5em;
  margin-top: 0.3em;
}
.text ul + * {
  margin-top: 0.5em;
}

@media only screen and (min-width: 900px) {
  a:hover .image img {
    transform: scale(1.05);
  }
}

.highlight {
  background-color: #fff34d;
}

.search {
  margin-bottom: 15px;
}
.search input {
  border-radius: 0;
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  font-family: sans-serif;
}
.search input:focus {
  border-color: #e06912;
  outline: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  max-width: 1600px;
  margin-inline: auto;
  padding: 60px;
  gap: 30px;
}
.grid aside {
  grid-column: 1/4;
}
.grid main {
  grid-column: 4/13;
}

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