:root {
  --clr-primary: #444444;
  --clr-accent: #cc0000; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*------- Top-Level/General ------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5em; }

body {
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  background: #ffffff;
  color: #252525;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

a {
  color: #666666; }

a:hover {
  color: var(--clr-primary);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
form,
table {
  margin: 1.6rem; }

h1:first-of-type,
h2:first-of-type {
  margin-top: 0px; }

hr {
  margin: 40px 20px;
  height: 1px;
  border: none 0;
  border-top: 1px solid #efefef; }

ul,
ol {
  margin: 1rem 2rem;
  padding: 0 1rem; }

li {
  margin: 0.6rem;
  padding: 0px; }
  li::marker {
    color: var(--clr-accent); }

p {
  line-height: 1.25rem; }

strong {
  font-weight: 700; }

/*------- Headings -------*/
h1 {
  color: var(--clr-accent);
  font-family: "Roboto Slab", serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  color: var(--clr-primary);
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase; }

h3 {
  color: var(--clr-accent);
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 400; }

h4 {
  color: var(--clr-primary);
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase; }

h5 {
  font-family: "Roboto Condensed", sans-serif; }

/*------- Tables -------*/
table {
  width: calc(100% - 40px);
  border-collapse: collapse;
  border: 1px solid #cccccc; }
  table tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05); }
  table td,
  table th {
    padding: 10px;
    text-align: left;
    font-size: 14px; }
  table thead th {
    background-color: #252525;
    color: #ffffff;
    font-weight: 700; }
  table tfoot td {
    background-color: #000000;
    color: white;
    font-weight: 100; }

dl {
  margin: 20px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cccccc; }
  dl dt,
  dl dd {
    padding: 10px;
    border-bottom: 1px solid #cccccc; }
  dl dt:last-of-type,
  dl dd:last-of-type {
    border-bottom: none; }
  dl dt {
    width: 25%;
    border-right: 1px solid #cccccc; }
  dl dd {
    width: 75%;
    margin-inline-start: 0px;
    font-weight: 700; }

blockquote {
  position: relative;
  background-color: #f6f6f6;
  border-radius: 0 2px 2px 0;
  margin: 20px 40px;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 400; }
  blockquote.quote-left {
    float: left;
    margin: 10px;
    width: 50%;
    left: -20px; }
  blockquote.quote-right {
    float: right;
    width: 50%;
    right: -40px; }

img {
  max-width: 100%;
  height: auto; }

pre {
  border: 1px solid #efefef;
  padding: 1rem; }

/*------- Utilities -------*/
.content-align__center {
  text-align: center; }

.content-align__left {
  text-align: left; }

.content-align__right {
  text-align: right; }

.content-size__lrg {
  font-size: 125%;
  line-height: 1.6rem; }

.font-cond {
  font-family: "Roboto Condensed", sans-serif; }

.image-border {
  border: 1px solid #efefef; }

/*------- Flex-Grid ------- */
/*------- Site Container/Section -------*/
.site-shell {
  position: relative;
  margin: 0; }

/*------- Base Row/Column -------*/
.flex-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; }

.flex-row--max {
  max-width: 1440px;
  margin: auto; }

.flex-row--pad {
  padding: 20px 0px; }

.flex-row--item {
  order: 0;
  flex-grow: 1; }

/*------- Column Modifiers -------*/
.flex-row--item__col-12 {
  flex-basis: calc(100% - 10px); }

.flex-row--item__col-9 {
  flex-basis: calc(75% - 10px); }

.flex-row--item__col-6 {
  flex-basis: calc(50% - 10px); }

.flex-row--item__col-3 {
  flex-basis: calc(25% - 10px); }

.flex-row--item__col-4 {
  flex-basis: calc(33.333% - 10px); }

.flex-row--item__col-8 {
  flex-basis: calc(66.666% - 10px); }

.flex-row--item__col-10 {
  flex-basis: calc(83.333% - 10px); }

.flex-row--item__col-7 {
  flex-basis: calc(58.333% - 10px); }

.flex-row--item__col-5 {
  flex-basis: calc(41.666% - 10px); }

.flex-row--item__col-2 {
  flex-basis: calc(16.666% - 10px); }

.flex-row--item__col-1 {
  flex-basis: calc(8.333% - 10px); }

.flex-row--item__pad {
  padding: 20px 0px; }

@media only screen and (max-width: 420px) {
  .flex-row--item {
    flex-basis: 100%; } }
/*------- Header/Footer ------- */
/* ============================ Header ============================ */
header {
  position: fixed;
  width: 100%;
  top: 0;
  padding-inline: 1.6rem;
  border-bottom: 1px solid #efefef;
  background-color: #ffffff;
  z-index: 100; }
  header .header-content {
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center; }

@media only screen and (max-width: 425px) {
  header {
    padding-inline: 0.6rem; } }
/* ============================ Navigation ============================ */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  nav ul li {
    padding: 0px;
    margin: 0px; }
    nav ul li a {
      text-decoration: none; }
nav a {
  text-decoration: none; }

.mobile-menu-content {
  color: #666666;
  height: 0;
  width: 25%;
  opacity: 0;
  position: fixed;
  /* Stay in place */
  right: 0;
  top: 81px;
  background-color: #ffffff;
  border-left: 1px solid #efefef;
  overflow-y: hidden;
  transition: 0.5s; }
  .mobile-menu-content nav ul li {
    margin: 0;
    padding: 0; }
    .mobile-menu-content nav ul li a {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.2rem;
      text-align: center;
      display: block;
      padding: 1rem;
      border-bottom: 1px solid #f6f6f6; }
  .mobile-menu-content .mobile-menu--btn__close {
    font-size: 2rem;
    text-align: center;
    display: block; }

/* Home Page Nav */
.nav-pages {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 3.2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr); }
  .nav-pages li {
    padding: 0px;
    margin: 0px; }
    .nav-pages li a {
      text-decoration: none; }
  .nav-pages--page {
    border: 1px solid #efefef;
    margin-bottom: 2rem !important; }
    .nav-pages--page > a {
      display: block;
      padding: 1rem;
      font-size: 1.5rem;
      font-family: "Roboto Condensed", sans-serif;
      border-bottom: 1px solid #efefef;
      margin-bottom: 1rem;
      transition: border 250ms ease-in; }

.nav-pages--sub {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem; }
  .nav-pages--sub li {
    padding: 0px;
    margin: 0px; }
    .nav-pages--sub li a {
      text-decoration: none; }
  .nav-pages--sub-page {
    flex-basis: 20%;
    flex-grow: 1; }
    .nav-pages--sub-page > a {
      text-align: center;
      transition: border 250ms ease-in;
      display: block;
      padding: 1rem;
      font-size: 1rem;
      font-family: "Roboto Condensed", sans-serif; }
      .nav-pages--sub-page > a i {
        display: block;
        color: var(--clr-accent);
        font-size: 2rem;
        margin-bottom: 0.5rem; }

/* Table of Contents Nav */
.nav-toc {
  position: sticky;
  top: 80px; }
  .nav-toc .nav-toc--header {
    margin: 0;
    background-color: #efefef;
    color: #252525;
    font-size: 20px; }
    .nav-toc .nav-toc--header a {
      display: block;
      padding: 0.75rem 0 0.75rem 1rem;
      color: #cccccc; }
      .nav-toc .nav-toc--header a:hover {
        color: #252525; }
      .nav-toc .nav-toc--header a i {
        width: 24px;
        text-align: center; }
    .nav-toc .nav-toc--header .nav-toc--header-btn {
      margin-left: auto; }
    .nav-toc .nav-toc--header-active {
      background-color: #cccccc; }
      .nav-toc .nav-toc--header-active a {
        color: #252525; }
  .nav-toc .nav-toc--pages {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #efefef, #cccccc);
    width: max-content;
    padding: 1rem 0.5rem;
    z-index: 50;
    transform: translateX(100%); }
    .nav-toc .nav-toc--pages li {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1rem; }
      .nav-toc .nav-toc--pages li a {
        padding: 0.5rem 1rem;
        font-weight: 100; }
      .nav-toc .nav-toc--pages li .nav-toc--page__active {
        font-weight: 700; }
        .nav-toc .nav-toc--pages li .nav-toc--page__active i {
          font-weight: 400; }
  .nav-toc .nav-toc--item {
    position: relative; }
    .nav-toc .nav-toc--item__active {
      background-color: var(--clr-accent);
      color: #ffffff; }
      .nav-toc .nav-toc--item__active::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -10px;
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 14px solid var(--clr-accent);
        margin-left: 50%;
        transform: translateY(-50%); }
  .nav-toc .nav-toc--sub-item__active {
    font-weight: 700; }
  .nav-toc .nav-toc--close {
    position: absolute;
    right: 0;
    top: 50vh;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #cccccc;
    border: 1px solid #efefef;
    margin-right: -16px;
    margin-top: -16px;
    padding: 0;
    line-height: 32px;
    text-align: center; }
  .nav-toc ul {
    font-family: "Roboto Condensed", sans-serif; }
    .nav-toc ul li {
      padding: 0;
      margin: 0; }
      .nav-toc ul li ul li a {
        padding: 0.75rem 3rem;
        color: #999999;
        font-weight: 400; }
      .nav-toc ul li a {
        display: block;
        padding: 1rem 2rem;
        font-weight: 700; }

.nav-section {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; }
  .nav-section li {
    padding: 0px;
    margin: 0px; }
    .nav-section li a {
      text-decoration: none; }
  .nav-section a {
    display: inline-block;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .nav-section a:hover {
      color: var(--clr-accent); }

.nav-footer ul {
  display: flex; }
  .nav-footer ul li a {
    display: block;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif; }

@media only screen and (max-width: 768px) {
  .mobile-menu-content {
    width: 33%; }

  .nav-toc .nav-toc--header {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 1rem 0.5rem; }
    .nav-toc .nav-toc--header .nav-toc--header-btn {
      margin-left: unset;
      display: none; }

  .nav-toc span,
  .nav-toc > ul li ul {
    display: none; }

  .nav-toc li i {
    font-size: 150%; }

  .nav-pages {
    grid-template-columns: 1fr; } }
@media only screen and (max-width: 425px) {
  .mobile-menu-content {
    width: 50%; }

  .nav-pages--sub {
    flex-direction: column; }
    .nav-pages--sub > li a {
      display: flex;
      gap: 1rem;
      justify-content: center;
      align-items: center; }

  .nav-section li {
    flex-basis: 50%;
    display: flex;
    gap: 10px;
    align-items: center; }
  .nav-section .nav-section__fill {
    display: none; }
  .nav-section .nav-section__next {
    justify-content: right; } }
/* ============================ Footer ============================ */
footer {
  position: fixed;
  bottom: 0px;
  padding: 0.6rem 1.6rem;
  width: 100%;
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  z-index: 100;
  text-align: center;
  font-size: 0.8rem; }
  footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  footer p:last-of-type {
    margin: 0; }
  footer .footer--badge a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #999999;
    text-transform: uppercase; }

footer.footer__alt {
  position: relative;
  background-color: #efefef;
  margin-top: auto; }
  footer.footer__alt p,
  footer.footer__alt p:last-of-type {
    color: #999999;
    margin: 0.25rem; }

/*------- Forms ------- */
.flex-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px; }
  .flex-form p {
    margin: 5px; }
  .flex-form .flex-form--item {
    order: 0; }
  .flex-form .flex-form--item__xsm {
    width: 10% !important; }
  .flex-form .flex-form--item__sml {
    width: 30% !important; }
  .flex-form .flex-form--item__med {
    width: 50%; }
  .flex-form .flex-form--item__lrg {
    width: 75%; }
  .flex-form .flex-form--item__xlg {
    width: 100%; }

.flex-form__oneLine {
  flex-wrap: nowrap !important; }

form fieldset {
  margin-bottom: 20px;
  border: 1px solid #efefef;
  border-radius: 5px; }
  form fieldset legend {
    font-size: 75%;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #efefef;
    border-radius: 5px; }
  form fieldset hr {
    border-top: 1px solid #efefef; }
form select {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background-color: #fffff;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  transition: all 0.2s ease;
  padding: 9px; }
  form select:hover {
    border: 1px solid #aaaaaa;
    outline: 0; }
  form select:focus {
    border: 1px solid #252525;
    outline: 0; }
form textarea {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background-color: #fffff;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  transition: all 0.2s ease;
  min-height: 100px;
  overflow: hidden; }
  form textarea:hover {
    border: 1px solid #aaaaaa;
    outline: 0; }
  form textarea:focus {
    border: 1px solid #252525;
    outline: 0; }
form input[type="text"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background-color: #fffff;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  transition: all 0.2s ease; }
  form input[type="text"]:hover {
    border: 1px solid #aaaaaa;
    outline: 0; }
  form input[type="text"]:focus {
    border: 1px solid #252525;
    outline: 0; }
form input[type="email"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background-color: #fffff;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  transition: all 0.2s ease; }
  form input[type="email"]:hover {
    border: 1px solid #aaaaaa;
    outline: 0; }
  form input[type="email"]:focus {
    border: 1px solid #252525;
    outline: 0; }
form input[type="password"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background-color: #fffff;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  transition: all 0.2s ease; }
  form input[type="password"]:hover {
    border: 1px solid #aaaaaa;
    outline: 0; }
  form input[type="password"]:focus {
    border: 1px solid #252525;
    outline: 0; }
form input[type="number"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background-color: #fffff;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  transition: all 0.2s ease; }
  form input[type="number"]:hover {
    border: 1px solid #aaaaaa;
    outline: 0; }
  form input[type="number"]:focus {
    border: 1px solid #252525;
    outline: 0; }
form input[type="date"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background-color: #fffff;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  transition: all 0.2s ease; }
  form input[type="date"]:hover {
    border: 1px solid #aaaaaa;
    outline: 0; }
  form input[type="date"]:focus {
    border: 1px solid #252525;
    outline: 0; }
form input[type="time"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background-color: #fffff;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 2px;
  transition: all 0.2s ease; }
  form input[type="time"]:hover {
    border: 1px solid #aaaaaa;
    outline: 0; }
  form input[type="time"]:focus {
    border: 1px solid #252525;
    outline: 0; }
form input:invalid {
  border: 1px solid #f90403 !important; }
form label.option {
  display: block;
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 2px;
  padding: 10px; }

/*------- Structure ------- */
.site-shell {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: stretch;
  gap: 0px;
  margin-top: 80px; }
  .site-shell--toc {
    position: relative;
    border-right: 1px solid #efefef;
    grid-column-start: 1;
    grid-column-end: 3;
    z-index: 11;
    background: linear-gradient(90deg, #ffffff, #f9f9f9); }
  .site-shell--content {
    grid-column-start: 3;
    grid-column-end: -1;
    min-height: calc(100vh - 120px);
    padding: 3rem 2rem;
    z-index: 10; }

.content-header {
  margin: -3rem -2rem 2rem -2rem; }

.content-section--alt-header {
  display: none;
  background-color: #efefef;
  margin: -3rem -2rem 2rem -2rem;
  padding: 0.1rem; }
  .content-section--alt-header h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 1rem 2rem; }

.content-section {
  border-bottom: 1px solid #efefef;
  padding-bottom: 2rem;
  margin-bottom: 3rem; }

.section--full {
  grid-column-start: 1;
  grid-column-end: -1;
  padding-top: 2rem; }

.section--capped {
  grid-column-start: 2;
  grid-column-end: 8;
  padding-top: 2rem; }

.homepage-splash {
  margin-top: -80px;
  background-color: #efefef; }

@media only screen and (min-width: 2048px) {
  .site-shell--toc {
    grid-column-end: 2; }

  .site-shell--content {
    grid-column-start: 2; } }
@media only screen and (max-width: 768px) {
  .site-shell--toc {
    grid-column-end: 2; }

  .site-shell--content {
    grid-column-start: 2;
    padding: 3rem 1rem; }

  .content-section--alt-header {
    position: sticky;
    top: 80px;
    display: block;
    z-index: 50; } }
@media only screen and (max-width: 425px) {
  .site-shell--content {
    padding: 3rem 0rem; } }
/*------- Menu Page ------- */
.page-content--logo {
  display: block; }

.page--header {
  font-weight: 100;
  font-size: 4rem; }

/*------- Objects ------- */
.object-group {
  display: flex;
  gap: 1rem;
  align-content: stretch;
  margin: 1rem 2rem; }
  .object-group > * {
    flex-grow: 1;
    flex-basis: 33.5%; }

.object {
  position: relative; }
  .object a {
    text-decoration: none; }
  .object blockquote {
    background-color: #ffffff;
    border: 1px solid #efefef;
    color: #666666;
    border-radius: 2px;
    margin: 1rem 0;
    padding: 20px;
    font-size: 0.8rem; }
  .object .object-download {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-block: 5px;
    z-index: 10; }
    .object .object-download:hover .object-download--list {
      display: block; }
    .object .object-download button {
      cursor: pointer;
      background-color: #cccccc; }
  .object .object-download--list {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    width: max-content;
    max-width: 360px;
    background-color: #ffffffee;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #cccccc;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1rem; }
    .object .object-download--list li {
      padding: 0px;
      margin: 0px; }
      .object .object-download--list li a {
        text-decoration: none; }
    .object .object-download--list a {
      display: block;
      padding: 0.5rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.85rem;
      font-weight: 700; }
      .object .object-download--list a i {
        margin-right: 0.25rem; }
      .object .object-download--list a:hover {
        color: var(--clr-accent); }

.object-logo {
  padding: 0.5rem; }
  .object-logo figure {
    margin: 0;
    padding: 1rem; }
    .object-logo figure figcaption {
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.8rem;
      color: #454545;
      margin-top: 0.5rem;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 0.5rem; }

.object-color-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem; }
  .object-color-list li {
    padding: 0px;
    margin: 0px; }
    .object-color-list li a {
      text-decoration: none; }
  .object-color-list .object-color--swatch {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #cccccc;
    border: 10px solid #ffffff;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #efefef, 0px 0px 25px rgba(0, 0, 0, 0.025) inset;
    display: grid;
    align-content: center;
    text-align: center; }
  .object-color-list .object-color--data table {
    margin: 1rem 0;
    width: 100%;
    border: 0; }
    .object-color-list .object-color--data table td {
      border-bottom: 1px solid #efefef;
      padding: 0.5rem;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px; }
      .object-color-list .object-color--data table td input {
        border: 1px solid #efefef;
        border-radius: 2px;
        padding: 0.5rem;
        outline: none;
        width: 100%; }
        .object-color-list .object-color--data table td input:focus {
          border: 1px solid var(--clr-accent); }
    .object-color-list .object-color--data table tr:nth-of-type(even) {
      background-color: unset; }
    .object-color-list .object-color--data table td:first-child {
      font-weight: 700; }
    .object-color-list .object-color--data table td:last-child {
      text-align: right; }

.object-type {
  margin: 2rem 0; }
  .object-type .object-type-specimin {
    position: relative;
    border: 1px solid #efefef;
    padding: 1rem;
    border-radius: 2px; }
    .object-type .object-type-specimin .oject-type-header {
      position: absolute;
      top: -20px;
      display: inline-block;
      background-color: #ffffff;
      border: 1px solid #efefef;
      border-radius: 2px; }
      .object-type .object-type-specimin .oject-type-header h4 {
        margin: 0.5rem;
        font-size: 0.8rem; }
    .object-type .object-type-specimin > p:nth-of-type(1) {
      font-size: 3rem;
      line-height: auto; }
    .object-type .object-type-specimin > p:nth-of-type(2) {
      font-size: 2rem;
      line-height: auto; }
    .object-type .object-type-specimin > p:nth-of-type(3) {
      font-size: 1rem;
      line-height: auto; }

.object-file .object-file--img {
  background-color: #efefef;
  margin-bottom: 1px;
  text-align: center; }
.object-file .object-file--btn {
  display: block;
  background-color: #252525;
  color: #f6f6f6;
  border-radius: 2px;
  padding: 0.75rem;
  transition: background 150ms ease-in; }
  .object-file .object-file--btn h4 {
    margin: 0;
    color: #f6f6f6; }
  .object-file .object-file--btn:hover {
    background-color: var(--clr-accent); }

.object-dodont {
  display: grid; }
  .object-dodont > div {
    padding: 1rem; }
  .object-dodont .object-dodont-badge {
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -22px;
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    font-size: 28px;
    border-radius: 100vw;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; }

.object-dodont__do {
  border: 5px solid #45c755; }
  .object-dodont__do .object-dodont-badge {
    background-color: #45c755; }

.object-dodont__dont {
  border: 5px solid #ec5450; }
  .object-dodont__dont .object-dodont-badge {
    background-color: #ec5450; }

.object-gallery .object-gallery--list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr); }
  .object-gallery .object-gallery--list li {
    padding: 0px;
    margin: 0px; }
    .object-gallery .object-gallery--list li a {
      text-decoration: none; }
  .object-gallery .object-gallery--list img {
    aspect-ratio: 5/3;
    object-fit: cover; }

.object-icon .object-icon--list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(6, 1fr); }
  .object-icon .object-icon--list li {
    padding: 0px;
    margin: 0px; }
    .object-icon .object-icon--list li a {
      text-decoration: none; }
  .object-icon .object-icon--list li {
    text-align: center; }
  .object-icon .object-icon--list img {
    aspect-ratio: 1/1;
    object-fit: cover; }

.list-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .list-tags li {
    padding: 0px;
    margin: 0px; }
    .list-tags li a {
      text-decoration: none; }
  .list-tags li {
    background-color: #efefef;
    padding: 5px;
    border-radius: 2px;
    transition: background 250ms ease-in;
    font-family: "Roboto Condensed", sans-serif; }
    .list-tags li:hover {
      background-color: #cccccc; }

@media only screen and (max-width: 1440px) {
  .object-color-list {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 1024px) {
  .object-color-list {
    grid-template-columns: 1fr; }

  .object-color-list li {
    display: flex;
    gap: 1rem; } }
@media only screen and (max-width: 768px) {
  .object-group {
    flex-direction: column; }

  .object {
    margin-bottom: 1rem; }

  .object-gallery .object-gallery--list {
    grid-template-columns: 1fr 1fr; }

  .object-icon .object-icon--list {
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 425px) {
  .object-color {
    flex-direction: column; }

  .object-gallery .object-gallery--list {
    grid-template-columns: 1fr; }

  .object-icon .object-icon--list {
    grid-template-columns: repeat(2, 1fr); } }
/*------- Buttons ------- */
.btn {
  display: inline-block;
  background-color: var(--clr-primary);
  padding: 0.5em 1em;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 250ms ease-in, background 250ms ease-in, border 250ms ease-in;
  line-height: 20px;
  outline: 0; }
  .btn:hover {
    color: #ffffff;
    background-color: #454545; }
  .btn__invs {
    background-color: transparent;
    border: 0;
    color: #252525; }
    .btn__invs:hover {
      background-color: transparent;
      color: #29abe2; }
  .btn__thin {
    background-color: transparent;
    border: 1px solid #666666;
    color: #666666; }
    .btn__thin:hover {
      background-color: transparent;
      border: 1px solid var(--clr-accent);
      color: var(--clr-accent); }
  .btn__icon {
    padding: 0.5em;
    width: 38px;
    text-align: center; }
  .btn__hot {
    background-color: var(--clr-accent); }
    .btn__hot:hover {
      background-color: #46cbf9;
      color: #454545; }
  .btn__sml {
    font-size: 0.85rem;
    padding: 0.25em 1em;
    font-weight: 700; }
  .btn__download {
    font-family: "Roboto Condensed", sans-serif; }

/*------- Plugins ------- */
.tabset-wrapper {
  margin: 0px 20px 40px; }
  .tabset-wrapper .tabset-wrapper--tabs {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch; }
    .tabset-wrapper .tabset-wrapper--tabs .tabset-wrapper--tabs-tab {
      position: relative;
      top: 3px;
      order: 0;
      flex-grow: 1;
      display: block;
      padding: 10px 20px;
      line-height: 30px;
      background-color: #efefef;
      color: #252525;
      text-decoration: none;
      border-top: 1px solid #efefef;
      border-left: 1px solid #efefef;
      border-radius: 2px 2px 0px 0px;
      transition: all 0.2s ease; }
      .tabset-wrapper .tabset-wrapper--tabs .tabset-wrapper--tabs-tab:hover {
        background-color: #cccccc; }
      .tabset-wrapper .tabset-wrapper--tabs .tabset-wrapper--tabs-tab:last-of-type {
        border-right: 1px solid #efefef; }
    .tabset-wrapper .tabset-wrapper--tabs .tabset-wrapper--tabs-tab__active {
      top: 0px;
      background-color: #ffffff;
      cursor: default; }
      .tabset-wrapper .tabset-wrapper--tabs .tabset-wrapper--tabs-tab__active:hover {
        background-color: #ffffff; }
  .tabset-wrapper .tabset-wrapper--content .tabset-wrapper--content-item {
    margin-top: -1px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 2px;
    display: none;
    padding: 10px; }
  .tabset-wrapper .tabset-wrapper--content .tabset-wrapper--content-item__active {
    display: block; }

/*------- System ------- */
.bread-crumb {
  color: #bbbbbb;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  .bread-crumb a {
    display: inline-block;
    color: #bbbbbb;
    padding: 2px 10px;
    text-decoration: none; }
    .bread-crumb a:hover {
      color: var(--clr-accent); }
  .bread-crumb span {
    display: inline-block;
    color: #777777;
    padding: 2px 10px;
    font-weight: 700; }

.status-msg {
  display: none;
  position: fixed;
  z-index: 6000;
  bottom: 32px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  text-align: center;
  pointer-events: none; }
  .status-msg p {
    display: inline-block;
    margin: auto;
    padding: 1rem 2rem;
    background-color: #a6acb9;
    color: #252525;
    border-radius: 2px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0px 0px 20px #cccccc;
    transition: all 0.2s ease; }
  .status-msg .status-msg--type__confirm {
    background-color: #45c755 !important; }
  .status-msg .status-msg--type__error {
    background-color: #ec5450 !important; }

[data-visible="true"] {
  display: block !important; }

@media print {
  *,
  *:before,
  *:after {
    print-color-adjust: exact; }

  section {
    page-break-inside: avoid; }

  .element-ui {
    display: none !important; }

  .header-content {
    text-align: center; }

  footer {
    position: relative; }

  .site-shell {
    grid-template-columns: 1fr; } }

/*# sourceMappingURL=coreStyles.css.map */
