@font-face {
  font-family: "Teodor";
  font-weight: 200;
  src: url("../fonts/teodor.woff2") format("woff2");
}
@font-face {
  font-family: "PP Mori";
  font-weight: 400;
  src: url("../fonts/regular.woff2") format("woff2");
}
@font-face {
  font-family: "PP Mori";
  font-weight: 600;
  src: url("../fonts/semibold.woff2") format("woff2");
}
h1 {
  font-family: "Teodor", Georgia, serif;
  font-weight: 200;
  margin: 0;
  line-height: 48px;
  font-size: 40px;
}

h2,
h3 {
  font-family: "Teodor", Georgia, serif;
  font-weight: 200;
  margin: 0;
  line-height: 32px;
  font-size: 32px;
}

h4,
h5 {
  font-family: "Teodor", Georgia, serif;
  font-weight: 200;
  margin: 0;
  line-height: 28px;
  font-size: 24px;
}

h6 {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
  font-size: 12px;
}

strong {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 28px;
  font-size: 24px;
}

b {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
}

p {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
  font-size: 18px;
}

small {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
}

@media (min-width: 992px) {
  h1 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 96px;
    font-size: 100px;
  }
  h2 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 64px;
    font-size: 64px;
  }
  h3 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 48px;
    font-size: 48px;
  }
  h4 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 48px;
    font-size: 40px;
  }
  h5 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 32px;
    font-size: 32px;
  }
  strong {
    font-family: "PP Mori", Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 36px;
    font-size: 32px;
  }
  b {
    font-family: "PP Mori", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
  }
  p {
    font-family: "PP Mori", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 28px;
    font-size: 20px;
  }
}
body > main {
  gap: 56px;
}
body > main > section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body > main > section:nth-of-type(1) {
  gap: 24px;
}
body > main > section:nth-of-type(1) > section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body > main > section:nth-of-type(1) > section strong {
  color: #ab7c3b;
}
body > main > section:nth-of-type(1) > section strong > input {
  display: none;
}
body > main > section:nth-of-type(1) > section strong > input:checked + label p {
  display: block;
}
body > main > section:nth-of-type(1) > section strong > label {
  position: relative;
  margin-left: 8px;
  background: #b79c62;
  cursor: pointer;
  color: #0c1c2e;
}
body > main > section:nth-of-type(1) > section strong > label:hover {
  background: #b79c62;
}
body > main > section:nth-of-type(1) > section strong > label p {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #0c1c2e;
  border-radius: 8px;
  background-color: #fdfaf6;
  padding: 20px;
  width: 300px;
}
body > main > section:nth-of-type(1) > nav {
  display: flex;
  align-self: flex-start;
  border-radius: 4px;
  background-color: #364456;
  padding: 8px;
}
body > main > section:nth-of-type(1) > nav input {
  display: none;
}
body > main > section:nth-of-type(1) > nav input:checked + label {
  background-color: #ab7c3b;
  color: #0c1c2e;
}
body > main > section:nth-of-type(1) > nav label {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px;
  line-height: 24px;
  font-size: 12px;
}
body > main > section:nth-of-type(1) > nav label:hover {
  background-color: #0c1c2e;
}
@media (min-width: 768px) {
  body > main > section:nth-of-type(1) > nav label {
    padding: 8px 24px;
    line-height: 28px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body > main > section:nth-of-type(1) > nav {
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  body > main > section:nth-of-type(1) {
    gap: 32px;
  }
}
body > main > section:nth-of-type(3) section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body > main > section:nth-of-type(3) section h5 {
  grid-column: 1/-1;
}
body > main > section:nth-of-type(3) section small {
  text-transform: none;
}
body > main > section:nth-of-type(3) section small > input {
  display: none;
}
body > main > section:nth-of-type(3) section small > input:checked + label p {
  display: block;
}
body > main > section:nth-of-type(3) section small > label {
  position: relative;
  margin-left: 8px;
  background: #b79c62;
  cursor: pointer;
  color: #0c1c2e;
}
body > main > section:nth-of-type(3) section small > label:hover {
  background: #b79c62;
}
body > main > section:nth-of-type(3) section small > label p {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #0c1c2e;
  border-radius: 8px;
  background-color: #fdfaf6;
  padding: 20px;
  width: 300px;
}
body > main > section:nth-of-type(3) section div {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #364456;
  padding: 24px;
}
@media (min-width: 768px) {
  body > main > section:nth-of-type(3) section div {
    flex-direction: column;
    justify-content: normal;
  }
}
@media (min-width: 768px) {
  body > main > section:nth-of-type(3) section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
body > main > section:nth-of-type(3) > section {
  gap: 16px 8px;
}
body > main > section > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body > main > section.tax {
  overflow-x: auto;
}
body > main > section.tax > table th,
body > main > section.tax > table td {
  line-height: 16px;
  font-size: 14px;
}
@media (min-width: 992px) {
  body > main > section.tax {
    overflow-x: visible;
  }
}
@media (min-width: 1200px) {
  body > main > section.tax {
    margin: 0 -22%;
  }
}

table.nav th,
table.nav td {
  display: none;
}
table.nav th:nth-of-type(1),
table.nav td:nth-of-type(1) {
  display: table-cell;
}
table.nav th:nth-of-type(2),
table.nav td:nth-of-type(2) {
  display: table-cell;
}
@media (min-width: 768px) {
  table.nav th,
  table.nav td {
    display: table-cell;
  }
}
table + nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
table + nav > input {
  display: none;
}
table + nav > input:checked + label {
  border: 1px solid #fdfaf6;
  border-radius: 4px;
}
table + nav > label {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 24px;
  font-size: 20px;
}

@media (min-width: 768px) {
  select[name=ticker] {
    display: none;
  }
}

.resources {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1200px) {
  .resources {
    gap: 40px;
  }
}